<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cartedmodal {
    z-index: 1030;
}

#cartedmodal .modal-body {
    display: grid;
    gap: 18px;
}

#cartedmodal .modal-body &gt; .row {
    grid-column: 1 / span 2
}

#cartedmodal .item-checkout {
    z-index: 1
}

#cartedmodal .item-checkout {
    position: sticky;
    top: 8px;
}

@media (max-width: 767px) {
    #cartedmodal .modal-body {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    #cartedmodal .item-coupon, #cartedmodal .item-notes {
        grid-column: 1 / span 2;
    }
}

@media (min-width: 768px) {
    #cartedmodal .modal-dialog {
        width: 95%;
        max-width: 920px;
        margin: 30px auto;
        text-align: left;
    }

    #cartedmodal .modal-body {
        grid-template-columns: 55fr 32fr;
        grid-template-rows: auto;
    }

    .item-checkout {
        grid-column: 2;
        grid-row: 1;
    }

    .item-coupon {
        grid-column: 2;
        grid-row: 2;
    }

    #cartitems {
        grid-column: 1;
        grid-row: 1 / span 3;
    }

    .item-summary {
        grid-column: 2;
        grid-row: 3 / span 4;
    }

    .item-notes {
        grid-column: 1
    }
}

#cartedmodal .contact_icons {
    padding: 15px 0 20px 6px;
    margin-top: 15px;
    font-size: 16.5px;
    min-height: 115px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border: none;
}

#cartedmodal .contact_icons .icon-line {
    display: flex;
}

#cartedmodal .contact_icons .icon-line &gt; span {
    flex: 1;
    display: flex;
    align-items: center;
}

#cartedmodal .contact_icons .icon-line &gt; span svg {
    margin-right: 0.3em;
    margin-top: 1.5em;
    color: #eeb111
}



#cartedmodal .contact_icons a:hover {
    text-decoration: none;
}

#cartedmodal .contact_icons .input-bottom {
    padding-top: 0px;
}

#cartedmodal .hs_submit {
    white-space: nowrap;
}

#cartedmodal h3.product-collection {
    margin-top: 6px;
    border-width: 3px;
}

#cartedmodal .modal-dialog .close {
    font-size: 30px;
    opacity: 1;
    color: #555;
}

.order-summary .order-detail .rightside {
    float: right;
}

#cartedmodal .modal-header {
    min-height: 16.43px;
    padding: 15px 0;
    border-bottom: none;
}

#cartedmodal .modal-content {
    padding: 5px 20px;
}

#cartedmodal .modal-body {
    font-size: 16px;
    padding: 0 0 15px 0;
}

#cartedmodal .modal-body .p-block {
    margin-bottom: 20px
}

#cartedmodal .modal-body .p-block img {
    max-height: 80px;
    max-width: 80px;
}

#cartedmodal .modal-body .p-block .text {
    font-size: 1.5em;
    background-color: #f8f8f8;
}

#cartedmodal .modal-body .product-detail {
    border-bottom: 2px solid #7c6a55;
    padding-bottom: 12px
}

#cartedmodal .modal-body .btn {
    width: 100%;
    margin-bottom: 5px;
}

#cartedmodal .modal-body .btn-lg {
    font-size: 16px;
    padding: 13px 16px;
    border-radius: 0
}

#cartedmodal .modal-body .alsolike {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 8px;
    text-align: center;
    height: 190px
}

#cartedmodal .modal-body .alsolike img {
    display: inline-block;
    max-width: 170px;
    max-height: 170px
}

#cartedmodal .modal-body .cardbox {
    margin-bottom: 15px
}

#cartedmodal .modal-body .option-well {
    color: #777;
    font-size: 14px
}

#cartedmodal .modal-body .btn-default:hover {
    background-color: #fff;
    color: #555
}

#cartedmodal .modal-body .product-detail .padding {
    padding-left: 0;
    margin-bottom: 15px
}

#cartedmodal .modal-body .product-detail .padding2 {
    padding-right: 0;
    padding-left: 0
}

#cartedmodal .modal-body .product-detail img {
    max-width: 80px;
    max-height: 80px
}

#cartedmodal .modal-body h5 {
    margin: 5px 0 20px;
    font-size: 18px;
}

#cartedmodal .category-owl .p img {
    max-width: 130px;
    max-height: 130px;
}

#cartedmodal .category-owl .p {
    width: 140px;
    height: 140px;
}

#cartedmodal .btn-default.c {
    border-radius: 0;
}

#cartedmodal h6 {
    margin-top: 0
}


#cartedmodal .quantity-price {
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 10px
}

#cartedmodal .quantity {
    float: left;
    margin-top: 2px;
    padding: 10px;
    border: 1px solid #ddd;
}

#cartedmodal .quantity .bi {
    margin-bottom: -2px
}

#cartedmodal .each-price {
    float: left;
    margin-left: 15px
}

#cartedmodal .total-price {
    float: right;
    text-align: right;
    padding-bottom: 10px
}

#cartedmodal .remove {
    clear: both;
    text-align: right;
    border-top: 1px solid #ddd;
}

#cartitems .form-control {
    margin-top: 40px
}

.order-detail .smallfont {
    font-size: 13px;
    color: #777;
}

.coupon .form-control {
    height: 50px;
    border: 4px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order-summary .coupon {
    margin: 15px 0;
}

.savingscolor {
    color: #c66
}

@media (max-width: 768px) {
    #cartedmodal .quantity-price {
        margin-top: 10px
    }
}

.splide-product .float {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: -10px 0 -42.75px 10%;
}

.splide-product .float .dsct {
    background-color: #fdac00;
    color: #555;
    border-radius: 50%;
    height: 44px;
    line-height: 44px;
    width: 44px;
    text-align: center;
    font-size: 1em;
    z-index: 1;
    font-weight: bold;
}

.splide-product .float .fvrt {
    position: relative;
    cursor: pointer;
}

.splide-product .float .fvrt path {
    fill: #fff;
    stroke: #555;
    stroke-width: 4%;
}

.splide-product .float .fvrt.like path {
    fill: #555;
    stroke: #555;
}

.splide-product .price {
    color: rgb(204, 102, 102);
    font-weight: bold
}
</pre></body></html>