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

a {
    color: white;
}

.dropdown-item.active_link,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    background-color: #d33733;
}

.cm-header .header .nav-item .active {
    color: #d33733 !important;
}

a:hover {
    color: black;
}

.text-primary {
    color: #d33733 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #d33733 !important;
}

.cm-header .nav-item.active .nav-link {
    color: #d33733 !important;
}

.cm-header .header .block .icon:hover {
    color: #d33733 !important;
}

.btn-primary {
    color: white;
    background-color: #d33733;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: white;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

.btn-primary1 {
    background-color: #d33733;
    color: white;
}

.btn-primary1:hover {
    color: white;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

.btn-light::after {
    background-color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.blog-item .blog-meta-overlap {
    background-color: #d33733;
}

.bg-primary {
    background-color: #d33733 !important;
}

.cm-how-can-help .block {
    border: 1px solid #d33733;
}

.cm-how-can-help .block .icon {
    background-color: #d33733;
}

.cm-services .nav-link:hover,
.cm-services .nav-link.active {
    background-color: #d33733;
    color: white !important;
}

.why-choose-us .block .icon {
    background-color: #d33733;
}

.product-filter-buttons button:hover,
.product-filter-buttons button.active,
.product-filter-buttons-2 button:hover,
.product-filter-buttons-2 button.active {
    background-color: #d33733;
    border-color: #d33733;
}

.owl-dots button.owl-dot.active {
    background-color: #d33733 !important;
}

.social-links li a {
    color: #d33733;
}

.social-links li a:hover {
    background-color: #d33733;
}

.footer-links a:hover {
    color: #d33733;
}

a.scroll-to-top {
    background: #d33733;
}

a.text-dark:hover,
.text-dark a:hover {
    color: #d33733 !important;
}

.widget .widget-heading {
    background-color: #d33733;
    color: white;
    border: 1px solid #dee2e6;
}

.contact-icon {
    font-size: 56px;
    color: #d33733;
}

.modal-lg {
    max-width: 1000px;
}

.modal-header .close {
    margin: 0px;
}

.modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-header .close:not(:disabled):not(.disabled):hover {
    background-color: #dd3333;
    opacity: 1;
}

.modal-content {
    border-radius: 8px;
    border: 0;
}

.modal-header.modal-bg {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    border: 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-header.modal-bg .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-body {
    padding: 20px;
}

@media(max-width: 575px) {
    .modal-lg {
        max-width: 500px;
    }
    .customize-title {
        display: block;
    }
    .customize-title span {
        display: block;
        margin-top: 5px;
    }
}

.pagination-div {
    margin-top: 40px;
}

.pagination-div .pagination {
    display: block;
    margin-bottom: 0px;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination-div .pagination li {
    display: inline-block;
    color: #d33733;
}

.pagination-div .pagination li a {
    font-family: "Futura-Bold", sans-serif;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

.pagination-div .pagination li a:hover {
    color: #000;
}

.pagination-div .pagination li a i {
    margin: 0px 5px;
}

.pagination-div .pagination li a.page-number {
    width: 30px;
    border-radius: 100%;
    color: #d33733;
}

.pagination-div .pagination li a.page-number.current {
    background: #d33733;
    border: 1px solid #d33733;
    color: #ffffff;
}

.hover15 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px !important;
    overflow: hidden;
}

.hover15::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(244, 229, 172, 0.4);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover15:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.hover15 img {
    transition: all 0.3s;
}

.hover15:hover img {
    transform: scale(1.2);
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.carousel_se_02 {
    overflow: hidden;
}

.carousel_se_02 .product-grid3 {
    border: none;
    box-shadow: none;
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 1px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #2bb0ef;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-next:hover {
    background: #2bb0ef;
    color: #fff;
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 1px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #2bb0ef;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-prev:hover {
    background: #2bb0ef;
    color: #fff;
}

.carousel_se_02 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.carousel_se_02 .owl-arrow .owl-nav .owl-prev,
.carousel_se_02 .owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000000;
}

.mobileShow {
    display: none;
}

@media (max-width: 767px) {
    .mobileShow {
        display: block;
    }
    .mobileHide {
        display: none;
    }
}

@media (max-width: 991px) {
    .cm-header .header .navbar-brand img {
        width: 100px;
    }
}

.product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: -12px;
}

.onsale {
    background-color: #d33733;
    font-weight: 400;
    line-height: 48px;
    z-index: 5;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF;
    border-radius: 50%;
}

.product-out-of-stock {
    position: absolute;
    top: 5px;
    right: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: -12px;
    background-color: #d33733;
    border: 1px solid #d33733;
    border-radius: 50px;
}

.outofstock {
    z-index: 5;
    margin-bottom: 12px;
    text-align: center;
    text-transform: lowercase;
    color: white
}

.product-meta table tbody tr td.label {
    width: 160px;
    padding-right: 40px;
}

.product-meta table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-category {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.product-meta .label span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
}

.strike-price {
    text-decoration: line-through;
    color: #aaa;
}

.quickViewModal .modal-dialog {
    width: calc(100% - 30px);
    max-width: 1200px;
}

.quickViewModal .modal-dialog .modal-content {
    padding: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.quickViewModal .modal-dialog .modal-content .close {
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.learts-mb-n30 {
    margin-bottom: -30px;
}

.learts-mb-30 {
    margin-bottom: 30px;
}

img {
    max-width: 100%;
}

ul:last-child {
    margin-bottom: 0;
}

.product-title {
    font-size: 40px;
    line-height: 1.1675;
    margin-bottom: 25px;
    white-space: normal;
}

@media only screen and (min-width: 992px) {
    .quickViewModal .modal-dialog .modal-content .product-summery {
        position: absolute;
        right: 15px;
        left: 15px;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .quickViewModal .modal-dialog .modal-content {
        padding: 20px;
    }
}

.product-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.175;
    display: block;
    margin-bottom: 25px;
    color: #333333;
}

.product-description {
    margin-bottom: 45px;
}

.product-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: 40px;
    margin-left: -15px;
}

.product-buttons .btn {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 8px;
    border-radius: 500px;
    background-color: black;
    color: white;
}

.btn-outline-hover-dark:hover {
    color: #333333;
    border: 1px solid #333333;
    background-color: transparent;
}

.product-meta {
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #E0E0E0;
}

.minicart-li {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
}

.minicart-li-a {
    -webkit-box-flex: 1;
    flex: 1 0 75px;
}

.minicart-content {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 calc(100% - 75px);
    padding-left: 15px;
}

.minicart-content-a {
    color: #7E7E7E;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.quantity-price {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.ladda-button {
    padding: 9px 30px;
}

.quan {
    height: 40px;
    width: 40px;
}

.product-image3 {
    text-align: -webkit-center;
}</pre></body></html>