<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; &lt;- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* &lt;-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#notificationAlert {
    position: fixed;
    padding: 0.75rem 2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 500px;
    z-index: 10070;
}

.alert-danger {
    color: #802932;
    background-color: #fddcdf;
    border-color: #fccdd2;
}

.alert-success {
    color: #0e6662;
    background-color: #d1f3f2;
    border-color: #bfefed;
}

.alert-warning {
    color: #855700;
    background-color: #fec;
    border-color: #ffe7b8;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.navbar-nav .dropdown:hover &gt; .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown &gt; .dropdown-toggle:active {
    pointer-events: none;
}

.filter-category {
    overflow-y: auto;
}

.form-check-input.White:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}

.active-filters {
    margin-top: 10px;
    font-size: 15px;
    color: #222;
}
.active-filters &gt; *:not(:last-child) {
    margin-inline-end: 15px;
    padding-inline-end: 15px;
    border-right: 1px solid #ddd;
    margin-bottom: 10px;
}
.rtl_true .active-filters &gt; *:not(:last-child) {
    border-right: 0;
    border-left: 1px solid #ddd;
}
.active-filters .active-filters__count &gt; span {
    color: #4164f0;
}
.active-filters &gt; span {
    position: relative;
    padding-left: 16px;
    display: inline-block;
    vertical-align: top;
    color: #222;
}
.active-filters &gt; span::before,
.active-filters &gt; span::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    background-color: currentColor;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
        width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.active-filters &gt; span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active-filters &gt; span:hover::before,
.active-filters &gt; span:hover::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.active-filters &gt; span:hover {
    color: #4164f0;
}
.active-filters .active-filters__clear {
    color: #ffffff !important;
    background-color: #4164f0;
    padding: 0 15px 0 25px;
    border-radius: 15px;
    font-size: 15px;
}
.active-filters .active-filters__clear::before,
.active-filters .active-filters__clear::after {
    left: 8px;
}
.active-filters .active-filters__clear:hover {
    color: #ffffff;
    background-color: #4164f0;
}

.cursor-pointer:hover {
    color: #4164f0;
}

.filter-pagination .pagination li span {
    margin-left: 0;
    padding: 7px 2px;
    margin: 0 20px;
    font-size: 15px;
}

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

.border-primary {
    border-color: #4164f0 !important;
}

.btn.is--loading::before {
    width: 18px;
    height: 18px;
    border: 1px solid;
    border-color: #ffffff;
    border-top-color: transparent;
    border-radius: 100%;
    opacity: 1;
    -webkit-animation: 450ms linear infinite spin;
    animation: 450ms linear infinite spin;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
}

.btn.is--loading &gt; i {
    display: none !important;
}

.topbar-product-card .is--loading {
    background-color: #222;
}

.is--loading {
    position: relative;
}

.product-atc-qty {
    border-radius: 40px;
    pointer-events: auto;
}

.product-atc-qty {
    z-index: 3;
    bottom: 0;
    background-color: #eeeeee;
    color: #222222;
    left: 0;
    transition: 0.5s;
    right: 0;
    display: flex;
    overflow: hidden;
    position: relative;
    pointer-events: auto;
    max-width: 100%;
}

.product-atc-qty .quantity {
    background-color: #00000014;
    min-width: auto;
    width: 80px;
    line-height: normal;
    border-radius: 50rem 0 0 50rem;
    border: 1px solid transparent;
}

.product-atc-qty .quantity input {
    width: 35px;
}

.product-atc-qty .quantity button.quantity-plus,
.product-atc-qty .quantity button.quantity-minus {
    width: auto;
    max-width: 25px;
}

.product-atc-qty .quantity button:hover,
.product-atc-qty .quantity input:hover {
    background-color: #0000001f;
}

input:not([type="submit"]):not([type="checkbox"]):focus-visible,
select:focus-visible,
textarea:focus-visible {
    box-shadow: none;
    outline: 0;
}

.topbar-product-card .product-atc-qty button.rounded-pill {
    border-radius: 0 50rem 50rem 0 !important;
    padding: 8px 16px;
}

.product-quick-view {
    width: 48px;
    height: 48px;
    position: relative;
    background-color: #eeeeee;
}

.product-quick-shop {
    position: relative;
}

.responsive-cart.product-quick-shop {
    width: 48px;
}

#shoppingCartOffcanvas::before,
#checkoutForm::before,
#contact-form:before,
#login-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 4;
    background-color: #FFFFFF;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

#shoppingCartOffcanvas.is--contentUpdate:before,
#checkoutForm.is--contentUpdate:before,
#contact-form.is--contentUpdate:before,
#login-form.is--contentUpdate:before {
    opacity: 0.4;
    pointer-events: auto;
}

#shoppingCartOffcanvas .cart-item-loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
}

#shoppingCartOffcanvas .product-link.is--update .cart-item-loading-bar {
    display: flex;
}

#shoppingCartOffcanvas .cart-item-loading-bar &gt; span {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#shoppingCartOffcanvas .cart-item-loading-bar &gt; span {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #ffffff;
    color: #878787;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
        visibility 0.2s ease-in-out;
}

.cart-spinner {
    animation: sk_rotator 1.4s linear infinite;
}

.pe-none {
    pointer-events: none;
}

.cart-spinner .path {
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: #222222;
    animation: sk_dash 1.4s ease-in-out infinite;
}

@keyframes sk_dash {
    0% {
        stroke-dashoffset: 280;
    }
    50% {
        stroke-dashoffset: 75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 280;
        transform: rotate(450deg);
    }
}

@keyframes sk_rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}


.cart-tool-content {
    padding: 20px;
    position: fixed;
    width: inherit;
    left: inherit;
    right: inherit;
    bottom: 0;
    z-index: 4;
    background-color:  #ffffff;
    -webkit-transform: translateY(104%);
    transform: translateY(104%);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    border-top: 1px solid rgba(129,129,129,.2);
    box-shadow: 0 0 10px 0 rgb(129 129 129 / 20%);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
}

.cart-tool-content.is--opend {
    z-index: 8;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}

#CartSpecialInstructions {
    min-height: 100px;
    color:  #222;
    padding: 8px 10px;
    width: 100%!important;
    resize: none;
    border-radius: 0;
}

.cart-tool-wrap .cart-tool-field label{display: block;}
.cart-tool-wrap input:not([type=submit]):not([type=checkbox]),
.cart-tool-wrap select,
.cart-tool-wrap textarea{
    border: 1px solid var(--border-color);
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    color: var(--text-color);
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    height: 40px;
    line-height: 18px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--btn-radius);
}
.cart-tool-wrap select {
    padding: 0 30px 0 15px;
    vertical-align: middle;
    font-size: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    color:  #222;
}
.cart-tool-wrap input:not([type="submit"]):not([type="checkbox"]):focus,
.cart-tool-wrap textarea:focus {
    border-color:  #222
}

button.cart-tool-primary{
    margin-top: 15px;
}

.cart-tool-text {
    color:  #222;
    font-size: 15px;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.cart-tool-primary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .25s,background-color .25s,border-color .25s,box-shadow,opacity .25s;
    background-color: #4164f0;
}
.cart-tool-primary,
.cart-tool-back{
    cursor: pointer;
    padding: 5px 25px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
    width: 100%;
    position: relative;
}
.cart-tool-primary:hover{
    color: #ffffff;
   background:#4164f0;
   opacity: 0.8;
}
.cart-tool-back:hover{
    color: #222;
    background: transparent;
    border-color: #222;
    opacity: 0.8;
}
.cart-tool-back{
   background-color:  #ffffff;
    color:  #222;
    border: 2px solid  #222;
}
.cart-tool-primary{
    border: 2px solid #222;
    color:  #ffffff;
    border: 2px solid #4164f0;
}
button.cart-tool-primary{
    margin-top: 15px;
}

.cart-tool-wrap select {
    padding: 0 30px 0 15px;
    vertical-align: middle;
    font-size: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    color: var(--secondary-color);
}

.cart-tool-wrap input:not([type=submit]):not([type=checkbox]), 
.cart-tool-wrap select, 
.cart-tool-wrap textarea {
    border: 1px solid #DDDDDD;
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    color: #878787;
    max-width: 100%;
    width: 100%;
    height: 40px;
    line-height: 18px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 60px;
}

.cart-tool-field {
    margin-bottom: 20px;
}

.productMain .swiper-wrapper .swiper-slide img {
    max-width: 570px;
    height: auto;
    max-height: 750px;
}

.productMain {
    height: auto;
}

#search-results {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

#search-results .search-item-image {
    width: 80px;
    height: 80px;
}

.mini_cart__emty {
    margin-top: 40px;
    text-align: center;
}

.mini_cart__emty svg#icon-cart-emty {
    width: 55px;
    height: auto;
    fill: currentColor;
    margin-bottom: 10px;
}

.wishlist-container {
    width: 100%;
    padding-right: calc(.5* var(--ts-gutter-x, 3rem));
    padding-left: calc(.5* var(--ts-gutter-x, 3rem));
    margin-inline-end: auto;
    margin-inline-start: auto;
}

.empty_page {
    padding: 140px 0;
}

.empty_page&gt;svg {
    opacity: .2;
    fill: currentColor;
    margin-bottom: 25px;
    width: 100px;
    height: 100px;
}

.empty_page .empty_title {
	font-size: 30px;
	margin-bottom: 22px;
	line-height: 40px;
	color: #222222;
}
.empty_page .empty_des {
	font-size: 14px;
	color: #878787;
	line-height: 24px;
	margin-bottom: 32px;
}


.customer ul {
    text-align: left;
    margin-bottom: 40px;
    list-style: disc;
    margin-top: 15px
}

.customer ul li {
    width: 100%;
}

.customer-account {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.account-nav ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    line-height: 1.4;
    border: 1px solid var(--border-color)
}

.account-nav a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center
}

.account-nav svg {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.account-nav li:last-child a {
    border-bottom: 0
}

.account-nav .is--active a,.account-nav a:hover {
    background-color: rgba(var(--border-color-rgb),.35);
    color: initial
}

.account-hello strong {
    color: var(--link-color)
}

.account-content h2 {
    font-size: 15px;
    text-transform: none;
    margin-bottom: 15px
}

.select,.text-area {
    display: flex;
    position: relative;
    width: 100%
}

.customer select {
    width: 100%;
    cursor: pointer;
    padding: 2px 14px;
    height: 40px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.customer select+svg {
    height: .6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - .2rem);
    right: 12px
}

@media screen and (min-width: 768px) {
    .account-nav {
        position:sticky;
        top: 20px
    }
}

.customer-account .tab_header a:hover, 
.customer-account .tab_header a.active, 
.customer-account .tab_header .nav-link:hover, 
.customer-account .tab_header .nav-link.active {
    border: none;
}

.customer-account .tab_header .nav-link {
    border: none;
}

.customer-account input[type='text'] {
    max-width: 400px;
}

.cart-image {
    width: 120px;
}

#agreed_terms_conditions {
    margin-right: 5px;
}

.delivery-container.selected {
    background-color: #4164f0;
}

.error {
    color: #ff3e11;
}

.select2-container {
    display: block;
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: .375rem .75rem .375rem 0.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: var(--bs-border-radius-pill) !important;
    font-size: 0.875rem;
}

.mini_cart__emty{
    margin:40px 0px 80px 0;
}
@media (min-width: 641px){
    .mini_cart__emty{
        margin: 80px 0px 120px 0;
    }
}
.mini_cart__emty svg#icon-cart-emty{
    width: 90px;
    height: auto;
    fill: currentColor;
    margin-bottom: 30px;
}
.main-cart .mini_cart__emty .cart__threshold{
    font-size: 14px;
    padding: 8px 20px;
}

.btn:hover {
    color: var(--bs-btn-hover-color) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.cart-tool-results__rates ul {
    padding-left: 20px;
}

.cart-tool-results__rates ul li {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .footer #footer-accordion .footer-accordion-item .footer-accordion-button {
      display: block;
    }
    .footer #footer-accordion .footer-accordion-item .collapse:not(.show) {
      display: none;
    }
  }

.contact-form .form-title,
.contact-form .info-heading{
    margin-top:20px;
    margin-bottom:20px;  
}

.mw-350 {
    max-width: 350px;
}

.product-view-img {
    height: unset;
}

#offcanvasMobileMenu {
    width: 20.25rem;
}

#offcanvasMobileMenu.header-offcanvas .offcanvas-close {
    left: 20.25rem;
}

.topbar-product-card .product-button .btn:hover {
    background-color: #4164f0;
}

.white-space-pre-line {
    white-space: pre-line;
}

.btn-primary {
    background-color: #4164f0 !important;
}

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

.shop-now {
    min-height: 56px;
    color: var(--bs-secondary-color);
    background-color: var(--bs-body-bg);
    border: 2px solid var(--bs-dark);
    letter-spacing: 0.17em;
    max-width: 248px;
}

.shop-now.btn:hover {
    color: #fff;
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.product-badge {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
}

.product-badge&gt;span {
    height: 60px;
    border-radius: 30px;
}
.product-badge&gt;span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-height: 24px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
    word-break: break-word;
    padding: 0;
    line-height: 1;
    text-align: center;
}

.badge-sale {
    color: var(--sale-badge-color);
    background-color: var(--sale-badge-background);
}

@media (max-width: 1024px) {
    .product-badge&gt;span {
        height: 60px;
    }

    .product-badge&gt;span {
        min-width: 60px;
        font-size: 12px;
        margin-bottom: 2px;
    }
}

@media (max-width: 767px) {
    .product-badge&gt;span {
        height: 48px;
    }

    .product-badge&gt;span {
        min-width: 48px;
        font-size: 10px;
    }
}

button[disabled=disabled] {
    pointer-events: none;
}

button[disabled=disabled] {
    opacity: .5;
    animation: none !important;
}

.btn-responsive-cart:hover {
    opacity: 50%;
}</pre></body></html>