<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store_credit{text-align: right;color: #325277;font-size: 18px;}
.store_credit b{color: #d74352;}
.conLogin .btnLogin{ cursor: pointer; }
.conLogin .form-control.error { background-color: #fce8e8; color: #c00202; }
.conLogin .form-control { width: 100%; margin-bottom: 10px; border: solid 1px #ccc; }
.conLogin .loading{ position: absolute;right: 20px;bottom: 25px;color: #fff;}
.coupon .lead{
    padding: 0px 10px;
    border: 2px dotted rgba(241, 139, 170, 1);
    background: rgba(241, 139, 170, 0.12);
    color: #D74352;
    text-transform: none;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}
.lanyard-wrapper{
    padding: 30px 0px;
}
@media only screen and (max-width: 767px) {
    .title-area{
        padding: 20px 0;
        margin: 0;
    }
    .order-total &gt; td{font-size: 18px;}
    .conLogin .btnLogin {
        cursor: pointer;
    }
    .store_credit {
        font-size: 14PX;
        margin-bottom: 5px;
        text-align: center;
    }
    .conLogin {
        margin: 10px auto;
        width: 135px;
        overflow: hidden;
    }
    .conOffer {
        font-size: 14px;
    }
    .continue-button{
        font-size: 14px;
                padding: inherit;
    }
    .checkout-button{
        font-size: 14px;
        padding: inherit;
    }
    }
.related-products .owl-buttons {
    display: inline-flex;
    /*position: absolute;*/
    /*top: 40%;*/
}
.related-products .owl-prev,.related-products .owl-next {
    background: #000;
    padding: 2px 12px 4px 12px;
    margin: 5px 15px;
    border-radius: 50%;
}
.related-products {
    margin: 0px;
}
.related-products .owl-prev i.fa.fa-angle-left ,.related-products .owl-next i.fa.fa-angle-right {
   font-size: 30px;
    color: #fff;
}
.related-products .inner-content img {
    width: auto;
}
.container-fluid.related-products-sec{
    box-shadow: 0px 0px 5px #ccc;
    margin-top: 30px;
}
.related-products-sec .lanyard-wrapper h3{
    font-size: 22px !important;
    color: #2f4e71 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.related-products .inner-content .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-products-content-inner .entry-content h4{
    font-size: 14.5px !important;
}
</pre></body></html>