/** Shopify CDN: Minification failed

Line 331:19 Expected identifier but found whitespace
Line 331:28 Unexpected ";"

**/
.cart {
  position: relative;
  display: block;
}
input.quantity__input {
    text-align: center;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
button.quantity__button {
    padding: 5px 12px;
}
quantity-input.quantity.cart-quantity {
    display: flex;
    border: 1px solid gray;
}
.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
}

.cart__empty-text {
  margin: 4.5rem 0 2rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}
.mar-inr-flx button.quantity__button {
    background: #fffaf4;
    border-radius: 30px;
}
@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

.cart__footer > * + * {
  margin-top: 6.5rem;
}

.cart__footer .discounts {
  margin-bottom: 1rem;
}

.cart__note {
  height: fit-content;
  top: 2.5rem;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  height: 78%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 2rem;
}

.cart__note .text-area {
  resize: vertical;
  width: 100%;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }

  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
  }

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  .cart__footer > * {
    width: 35rem;
  }

  .cart__footer > * + * {
    margin-left: 4rem;
    margin-top: 0;
  }
}

.cart__ctas button {
  width: 100%;
}

.cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
  margin: 0;
}

.cart__dynamic-checkout-buttons div[role='button'] {
  border-radius: var(--buttons-radius-outset) !important;
}

.cart__blocks > * + * {
  margin-top: 1rem;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

.cart__checkout-button {
  max-width: 36rem;
}

.cart__ctas {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
}





th.caption-with-letter-spacing {
    display: none;
}

.cus-crt h1.title {
    font-size: 36px !important;
}
.cus-crt .cart-item__name {
    font-size: 19px;
    color: #333 !important;
  font-weight: 700 !important;
}
.mmb {
    display: none;
}
.cus-crt td.cart-item__details{
  padding: 0;
  padding-left: 10px;
}
.cus-crt td.cart-item__media{
  width: 20%;
}
.product-option {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}
.cus-crt dt{
  font-weight: unset;
}
.container.as-hidn {
    display: none;
}
.cma-flx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  padding-top: 1rem;
}
.cart1 {
    width: 65%;
}
.rgt-cols {
    width: 35%;
    padding-left: 20px;
}
.rb-crtf {
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
}
.checkbn {
    width: 100%;
}
.note-part {
    width: 33%;
}
.crt-ic {
    display: flex;
    gap: 10px;
    align-items: center;
}
.disp-non {
    display: none;
}
.cma-flx td.cart-item__quantity {
    padding: 0 !important;
}
.shipping-insurance-holder {
    margin-top: 10px;
}
.shipping-insurance-holder label {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

-webkit-appearance: checkbox;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.shipping-insurance-holder div {
    font-size: 12px;
    line-height: 16px;
}
input.add_shipping_insurance {
    width: 16px;
}
ul.p28_J2fRvZNDqyZkZ2H9 {
    justify-content: space-between !important;
}
button.cart__checkout-button {
    text-transform: uppercase;
    background: #2ab852 !important;
    color: white;
    min-height: 3.5rem;
   font-weight: 800;
}
  .mbl{
    display: none;
  }
.dsk {
    display: block;
}
main#MainContent {
    overflow-x: hidden;
}
.title-wrapper-with-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  width: 65%;
}
span.contr {
    font-size: 24px;
    font-weight: 700;
}
.title-wrapper-with-link {
    position: relative;
}

.cart-item__image{
  border-radius: 10px;
}
/* .cart-item__details .product-option{
  display: none;
} */
a.button.mar-cls {
    font-size: 12px;
    color: black;
}
cart-remove-button#Remove-1 {
    margin: 0;

}
.cart-item__details>* {
    margin: 0;
    max-width: 100%;
}
.paymt {
    width: 45%;
    padding-top: 1rem;
    margin: 0 auto;
}
.paymt img {
    width: 100%;
}
.mar-prc-flx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  gap: 10px;
}
.tp-prc {
    font-size: 24px;
    font-weight: 700;
    width: 19%;
    text-align: center;
}
.totals{
  justify-content: space-between !important;
  padding-top: 1.5rem;
}
h2.totals__total {
    font-size: 18px !important;
    line-height: 22px;
    color: rgba(26, 26, 26, 1);
}
.totals__total-value {
    font-size: 18px !important;
    font-weight: 700;
    color: rgba(85, 85, 85, 1);
}
small.tax-note {
    font-size: 14px;
    text-align: left;
    max-width: 300px;
    margin: 1rem 0;
   color: rgba(85, 85, 85, 1);
  font-style: italic;
}
small.tax-note a {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: rgba(85, 85, 85, 1);
  font-style: italic;
}
.smp {
    padding-top: 6px;
}
.mar-close {
    display: flex;
    align-items: center;
  gap: 5px;
}
td.cart-item__quantity {
    display: none;
}
.mar-inr-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
      padding-top: 0.5rem;
      margin-top: 0;
}
.cart-item__quantity-wrapper{
      width: 18%;
}
.quantity-popover-container {
    padding: 0;
}
quantity-input.quantity.cart-quantity {
    display: flex;
    border: 1px solid rgba(106, 106, 106, 0.5);
    border-radius: 15px;
}
.mar-inr-flx input.quantity__input{
   background: #fffaf4;
  font-size: 20px;
}
.lft-pad {
    background: rgba(199, 146, 78, 0.12);
    padding: 2rem;
    border-radius: 10px;
}
.ri-flx {
    display: flex;
    justify-content: space-between;
      align-items: center;
}
.rig-t-s {
    display: flex
;
    gap: 10px;
}
.col-lft-s {
    font-size: 24px;
    font-weight: 700;
}
span.ship {
    font-size: 12px;
    border: 1px solid rgba(190, 142, 45, 1);
    padding: 5px;
    border-radius: 10px;
    color: rgba(190, 142, 45, 1);
}
span.cus_ship_btn.ship {
    font-size: 13px;
    background-color: #d8ab4b;
    border-radius: 8px;
    color: #fff;
    padding: 10px 18px;
    border: none;
}

.mak-live-chat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.5rem 0;
}
.live__new-img {
    width: 62%;
}
.live-col-main {
    display: flex;
    align-items: center;
    gap: 10px;
}
.live-txt p {
    color: #373633;
      font-size: 13px;
}
 .mak__chat-btn button:hover {
    background: #a0771e !important;
}
.live__ct {
    width: 35%;
}
.mak__chat-btn {
    text-align: right;
}
.mak__chat-btn button {
    background-color: #D8AB4B;
}

.rgt-cols .mak__chat-btn button {
    padding: 1rem 2.5rem;
    background-color: #c39430;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    transition: .3s ease-in-out;
      font-weight: 700;
}
footer.footer-s {
    display: block !important;
}
.cart-item cart-remove-button{
  margin: 0 !important;
}
    .cart-item {
        border-top: 1px solid #ffd680 !important;
        display: block !important;
        padding-bottom: 10px !important;
    }
.cart-item:last-child {
    border-bottom: 1px solid #ffd680 !important;
}
@media screen and (max-width: 768px){
  .cma-flx{
    flex-direction: column;
            padding-bottom: 2rem;
  }
  h1.cart__empty-text {
    font-size: 48px;
}
  .tp-prc{
    width: 30%;
  }
  .cart1 {
    width: 100%;
}
  .rgt-cols {
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-top: 10px;
}
  .cart-item{
display: flex;
    flex-wrap: wrap;
            row-gap: 0;
            justify-content: end;
  }
  .cma-flx .mt-30{
    margin: 0 !important;
  }
  .cus-crt .cart-item__name{
            font-size: 12px;
        font-weight: 300;
    margin: 0!important;
  }
  .cma-flx .product-option{
            font-size: 12px;
        font-weight: 300;
    margin: 0!important;
  }
  .cus-crt td.cart-item__details{
    padding: 0;
    width: 50%;
  }
  .cus-crt td.cart-item__media {
    width: 30%;
}
  .cart-item__image{
    max-width: 90%;
    width: 90%;
  }
  .cus-crt .cart-item__link{
    height: max-content;
  }
  .cart__items{
    padding: 0 !important;
}
  .mar-badges-slim .row.mx-lg-n30{
        padding: 0rem;
        align-items: baseline;
  }
  .mar-badges-slim h3.h5-md {
    font-size: 12px;
    font-weight: 700;
}
  .cart__note .field__input{
    width: 100%;
  }
    .mar-badges-slim img {
        width: 50px;
        position: absolute;
        top: 0;
        left: 22px;
        object-fit: scale-down;
        height: 100%;
        margin: 0 auto;
    }
    .mar-badges-slim .mb-40 {
        margin-bottom: 0 !important;
        position: relative;
        padding-bottom: 90%;
        text-align: center;
    }
   .cma-flx .quantity__input{
     width: 20px !important;
   }
  .cart-item cart-remove-button{
    display: block;
  }
  .cart-item__quantity-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
  h2.totals__total {
    margin-top: 0 !important;
}
  .totals{
    align-items: flex-start !important;
  }
  .tax-note{
        margin-top: 1rem;
  }
  p.totals__total-value {
    font-size: 20px;
    font-weight: 700;
}
  .mbl{
    display: block;
  }
  .dsk {
    display: none;
}
  .mbl h2 {
    display: block;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
  .mar-badges-slim .bg-white {
    background-color: unset !important;
    padding-right: 0 !important;
}
  .checkbn {
    width: 100%;
    display: block;
    margin-top: 45px;
}
  .note-part {
    width: 100%;
}
  .cus-crt h1.title {
    font-size: 20px !important;
}
  span.contr {
    font-size: 18px;
    font-weight: 700;
}
  .title-wrapper-with-link {
    width: 100%;
}
  .tp-prc {
    font-size: 14px;
}
  .cart-item__quantity-wrapper {
    width: 48%;
}
  cart-remove-button .button{
    min-height: unset;
    display: block;
  }
  .rgt-cols .live__new-img {
    width: 100%;
}
  .rgt-cols .live-txt p {
    color: #373633;
    font-size: 16px;
    padding-right: 2rem;
}
  .rgt-cols .live__ct {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .rgt-cols .mak-live-chat{
        row-gap: 1rem;
  }
}