<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Comfortaa;
    src: url(../fonts/static/Comfortaa-Regular.ttf);
}

@font-face {
    font-family: Comfortaa-Bold;
    src: url(../fonts/static/Comfortaa-Bold.ttf);
}

:root{
    --light-purple: #9c9dc2;
    --dark-purple: #6c70b3;
    --gray: #58595b;
    --pink: #c5b5c0;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

html body{font-family: "Comfortaa", sans-serif !important;}
.menu &gt; li &gt; a{font-family: "Comfortaa-Bold", sans-serif !important;}
.cat-box .cat-box-title{font-family: "Comfortaa", sans-serif !important;}
.footer .widget-title{font-family: "Comfortaa", sans-serif !important;}
.btn{font-family: "Comfortaa", sans-serif !important;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: "Comfortaa-Bold", sans-serif !important;font-weight: unset !important;}
.table.table-cart tr th{font-family: "Comfortaa-Bold", sans-serif !important;font-weight: unset !important;}
.cart-dropdown .dropdown-toggle .cart-count{font-family: "Comfortaa-Bold", sans-serif !important;font-weight: unset !important;}
.header-contact{font-family: "Comfortaa-Bold", sans-serif !important;font-weight: unset !important;}

.ul-col-3{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.jGrowl-notification {
    background-color: #eee;
    border: 0;
}

.jGrowl-notification .jGrowl-header,
.jGrowl-notification .jGrowl-message a,
.jGrowl-notification .jGrowl-message h3 {
    color: #555;
}

.jGrowl-notification .jGrowl-close {
    color: #555;
    background-color: transparent;
    font-size: 1.5em;
}
.jGrowl-notification .jGrowl-close:hover {
    background-color: transparent;
}
#productQuickViewModal .product-single-container, #productBuyModal .product-single-container{
    margin-bottom: 0;
}
#productQuickViewModal .modal-header, #productBuyModal .modal-header{
    display: none;
}
#productQuickViewModal .close, #productBuyModal .close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}
#productQuickViewModal .modal-body, #productBuyModal .modal-body{
    max-height: unset;
}
.promo-countdown{
    display: flex;
    flex-wrap: wrap;
}
.promo-countdown &gt; span{
    flex: 1 0 calc(25% - 10px);
    margin: 5px;
    background-color: var(--dark-purple);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-family: "Comfortaa-Bold", sans-serif;
}
.add-compare::before{
    content: '\e810';
}
input.color-box, input.box-filter{
    display:none;
}
.spec-box label{
    position: relative;
}
.regular-radio + label{
    border: 1px solid #9d9d9d;
}
.spec-box .color-box:checked + label::before {
    font-family: 'porto';
    content: '\e84e';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #9d9d9d;
    font-size: 1.1rem;
    line-height: 1;
    transform: translateX(-50%) translateY(-50%);
}
#productBuyModal{
    z-index: 9990;
}
.product-list-wrapper{
    width: 100%;
}
input.regular-radio + label {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    display: inline-block;
    position: relative;
    color: #454545;
}
input.big-radio + label {
    padding: 6px 11px;
    margin-right: 4px;
    width: auto !important;
}
input.filter-box, input.filter-colorbox{
    display:none;
}
input.filter-colorbox:checked + label::before {
    font-family: 'porto';
    content: '\e84e';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #9d9d9d;
    font-size: 1.1rem;
    line-height: 1;
    transform: translateX(-50%) translateY(-50%);
}
input.filter-box:checked + label, input.box-filter:checked + label{
    background-color: #eeeeee;
}
.brand-outer{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
}
.brand-outer:hover{
    background-color: #eee;
}
.zoomContainer {
     z-index: -9999;
}
.form-control{
    max-width: 100%;
}
.status-stock{
    color: dodgerblue;
}
.status-not-in-stock{
    font-weight: bold;
    color: darkred;;
}
.dropdown-cart-products{
    max-height: 350px;
    overflow-y: scroll;
}
.dropdown-cart-total{
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
.modal-dialog .modal-header{
    display:block;
    border: none;
    height: unset;
}
.subproduct-image-box img{
    height: 100px;
}
.single-subproducts .plus-stack{
    line-height: 100px;
}
.plus-stack {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.4rem;
    transition: all .3s;
    color: #c1c3c5;
    font-family: 'porto';
    font-size: 1.5rem;
    text-decoration: none;
}
.plus-stack::before {
    content: '\e873';
}

/*RATING*/
.ratingList {
    padding-left: 0;
}

.ratingList li {
    color: #ebdb2c;
    cursor: pointer;
    display: inline-block;
}

.ratingList li i {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.4rem;
    transition: all .3s;
    color: #c1c3c5;
    font-family: 'porto';
    font-size: 1.5rem;
    text-decoration: none;
}

.ratingList li i.fa-star-o::before {
    content: '\e853';
}

.ratingList li i.fa-star::before {
    content: '\e852';
}

.ratingList li {
    cursor: pointer;
    height: 14px;
    margin-right: 5px;
    position: relative;
    width: 13px;
}

.ratingList li .empty, .ratingList li .active {
    left: 0;
    opacity: 0;
    position: absolute;
}

.ratingList li .empty {
    opacity: 0.7;
}

.ratingList li.active .active, .product_item .photoframe:hover .ratingList, fieldset:hover .close_fieldset, .select_color.active i, .categories_list .active &gt; a &gt; span::after, #go_to_top.type_2.animate_horizontal_finished:hover, .cw_product .close_fieldset, .owl-item .photoframe:hover .ratingList, .a_title.active .minus_icon {
    opacity: 1;
}

.ratingList li.active .empty, .close_fieldset, .select_color i, .categories_list .active &gt; a &gt; span::before, .categories_list a &gt; span::after, .hide, #go_to_top.type_2.animate_ftl, .a_title.active .plus_icon, .a_title .minus_icon {
    opacity: 0;
}

.rating-box {
    color: #ebdb2c;
    font-size: 20px;
}

.rating-box span {
    width: 30px;
}

/*RATING*/

.panel-heading {
    padding: 10px 5px;
    background: var(--light-purple);
}
.panel-title {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #4a4a4a;
}
.panel-body {
    padding: 10px 0;
}
.form-control-custom {
    height: 3.6rem;
    padding: 0.25rem 0.7rem;
    font-size: 1.3rem;
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #e6e6e6;
}
.btn-custom{
    padding: 0.65rem 1.6rem !important;
}
.product-col .product-image-container{
    max-width: 70px;
}
#modalLogin .modal-content{
    padding: 10px;
}
#modalLogin h3{
    padding: 10px;
    text-align: center;
}
.btn{
    padding: 0.65rem 1.6rem;
}
h1{
    font-size: 3rem;
}
legend{
    margin-bottom: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.control-label-custom{
    line-height: 3.6rem;
}
.unsetBtn {
    background: unset;
    border: unset;
}
.table.table-cart tr th{
    padding: .75rem;
}
.contact-info span{
    line-height: 4.3rem;
}
.titleLine h3.modtitle {
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}
.titleLine h3.modtitle:after {
    content: "";
    width: 120px;
    height: 1px;
    background: #F4A137;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
}
.menu-category .modcontent {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}
.menu-category .modcontent .navbar{
    padding: 0;
}
.menu-category .list-group &gt; li {
    border-bottom: 1px dotted #E4E4E4;
    margin: 0;
    position: relative;
}
.menu-category .list-group &gt; li a {
    color: #333333;
    padding: 10px 0;
    display: block;
}
#bfMenu .active a {
    color: #F4A137;
}
.products-list .list-view{
    width: 100%;
}
#scroll-spy .list-group{
    width: 100%;
}
#scroll-spy .list-group &gt; li a{

    padding: 10px 15px;
}
#scroll-spy .list-group &gt; li a.active{
    color: #fff;
    background-color: var(--dark-purple);
}
.modal-open .modal{
    padding: 0 !important;
}

/* Slow-motion Zoom Container */
.overflow-hidden{
    overflow: hidden;
}

.img-hover-zoom-slowmo img {
    transition: transform 2s, filter 3s ease-in-out;
}

/* The Transformation */
.img-hover-zoom-slowmo:hover img {
    transform: scale(1.5);
}
.header-dropdowns-promo{
    display:flex !important;
}
.bf-cart{
    margin-left: auto;
}
.header-bottom-mobile, .header-bottom-mobile .header-dropdowns{
    display:block !important;
}
.header-bottom-mobile .header-dropdowns .header-dropdown{
    float:left;
}
#searchForm .tt-scrollable-menu .tt-menu{
    width: 500px;
    left: -200px !important;
    max-height: 250px;
}
.tt-scrollable-menu .tt-menu{
    overflow-y: auto;
    overflow-x: hidden;
}
#searchForm .tt-scrollable-menu .tt-menu .tt-suggestion{
    height: 50px;
    line-height: 50px;
}
#searchForm .tt-scrollable-menu .tt-menu .tt-suggestion img{
    max-height: 50px;
}
.mfp-close{
    display: none;
}
.subproduct-image-box{
    border: 2px solid #ddd;
}
.product-single-qty-number{
    max-width: 150px;
}
.remaining-time-text{
    background-color: var(--dark-purple) !important;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.lh4rem{
    line-height: 4rem;
}
@media screen and (max-width: 767px){
    .table.table-cart tfoot tr td {
        align-items: flex-end;
        padding: .5rem 0;
    }
}
@media screen and (max-width: 991px){
    .header-search .header-search-wrapper{
        width: 300px;
    }
    .product-single-tabs ul.nav-tabs{
        justify-content:unset;
    }
    .product-single-tabs ul.nav-tabs li a{
        padding: 1.2rem 1rem !important;
    }
}
@media screen and (max-width: 600px){
    .header-dropdowns-promo{
        display: block !important;
    }
    .header-dropdowns-promo h2{
        width: 100%;
        margin-bottom: 1rem !important;
    }
    .header-dropdowns-promo h2 a{
        width: 100%;
    }
    .header-dropdowns-promo .bf-money{
        margin: 0;
        float: left;
    }
    .header-dropdowns-promo .bf-lang{
        float: left;
    }
    .header-dropdowns-promo .bf-cart{
        display: block;
        float: right;
    }
    .header-middle{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.widget-newsletter label.green-color {
    color: green !important;
}

.widget-newsletter label#newsletterEmailResult {
    color: red;
}

#company_info .help-block, #companyCustomer .help-block {
    color: rgb(224, 43, 39);
    font-size: 1.2rem;
}

input:disabled,
.form-control:disabled,
.form-control[readonly] {
    color: #ccc;
    background-color: #eee;
    border-color: #ccc;
}


.field-salesorder-customer_type .radio label,
.field-salesorder-delivery_type_id .radio label,
.field-salesorder-delivery_service .radio label,
.field-salesorder-payment_type_id .radio label {
    display: flex;
    align-items: center;
}

.field-salesorder-customer_type .radio input,
.field-salesorder-delivery_type_id .radio input,
.field-salesorder-delivery_service .radio input,
.field-salesorder-payment_type_id .radio input {
    margin-right: 0.5em;
}

.field-salesorder-delivery_service .help-block {
    color: #e02b27;
    font-size: 1.2rem;
}

.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 999;
    opacity: 0.5;
}

.loader-hide {
    display: none;
}

.loader {
    font-size: 10px;
    margin: 0;
    text-indent: -9999em;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #000;
    background: -moz-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #000;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header-middle {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.header-bottom{
    border: 0;
}
.header-middle .header-left, .header-middle .header-right{
    flex: unset;
}
.header-search form{
    width: 300px;
}
.header-middle .container{
    display: block;
}

.header-middle .container a.logo{
    display: block;
    float: left;
    padding: 20px 0;
}
.header-middle a.logo img {
    max-width: 130px;
}
.header-middle .container nav.main-nav{
    display: block;
    float: right;
}
.header-middle .container #shopping_cart{
    display: block;
    float: right;
    margin-left: 10px;
}
.sticky-wrapper .sticky-header.fixed{
    padding: 8px 0;
}
.header-middle .cart-dropdown .dropdown-toggle{
    padding: 2.75rem 0;
}
#searchForm .tt-scrollable-menu .tt-menu{
    right: 0 !important;
}
.action-inner .product-title{
    padding-right:0;
    text-align:center;
}
.action-inner .price-box{
    text-align:center;
    font-family: "Comfortaa", sans-serif !important;
    color: var(--light-purple);
}
.product-image-container .product-action .add-wishlist{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    color: #e81200;
}
.product-image-container .product-action .paction{
    height:auto;
}
.btn-primary{
    background-color: #e81200 !important;
    border-color: #e81200 !important;
}
.btn-primary:hover{
    background-color: #dc141e !important;
}
input.filter-box:hover + label, input.box-filter:hover + label {
    background-color: #eeeeee;
    cursor:pointer;
}
.add-cart{
    background-color: #dc141e !important;
}
.add-cart:hover{
    background-color: #eeeeee;
    cursor:pointer;
}
.home-top-section{
    background-color: transparent;
}
.product{
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
}
.product &gt; figure{
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
.product .product-details{
    padding: 10px;
}
.product:hover{
    box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
}
.home-bottom-section, .products-group{
    background-color: transparent;
}
#shopping_cart .product{
    border: none;
}
.productAttributesList input + label{
    cursor: pointer;
}
.productAttributesList input[type="radio"][disabled] + label{
    cursor: not-allowed;
}
a.clear-options{
    margin: 10px 0;
}
.select2{
    max-width: 100%;
}
.widget-newsletter .newsletter-subscribe-form form {
    max-width: unset;
}
.widget-newsletter .newsletter-subscribe-form .has-error .help-block {
    color: red;
}
nav.main-nav .menu &gt; li &gt; a{
    padding: 3rem 0;
}
.sticky-header.fixed .menu &gt; li &gt; a {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.menu li .megamenu a{
    font-weight: unset;
    font-family: "Comfortaa-Bold", sans-serif;
}
.header-search .form-control{
    background-color: var(--light-purple);
}
div.lang-dropdown &gt; a{
    background-color: transparent !important;
    font: 600 1.1rem/1.5 "Open Sans",sans-serif;
}
.header-dropdown.lang-dropdown &gt; a::after{
    border-color: #4a4a4a transparent transparent transparent;
}
.product .btn-quickview{
    font-family: "Comfortaa", sans-serif;
    background-color: var(--dark-purple);
}
.old-price &gt; span{
    color: var(--gray);
    font-size: 1.5rem;
}
.home-top-section h2{
    color: var(--dark-purple);
}
.contact-info-label{
    font-weight: normal;
}
.btn-dark-purple{
    background-color: var(--dark-purple) !important;
    border-color: var(--dark-purple) !important;
    color: #fff !important;
}
.btn-dark-purple:hover{
    color: #fff;
}
.btn-info{
    color: #fff !important;
}
.btn-purple{
    background-color: var(--light-purple) !important;
    border-color: var(--light-purple) !important;
    color: #fff;
}
.btn-purple:hover{
    background-color: var(--dark-purple) !important;
    border-color: var(--dark-purple) !important;
}
.sidebar-shop .widget-title a{
    color: var(--dark-purple) !important;
}
.product-label.label-sale {
    background-color: var(--dark-purple);
}
.price-box{
    font-family: "Comfortaa", sans-serif;
}
.product-single-details .old-price {
    font-weight: normal;
    margin-right: 5px;
}
.product-single-details .price-box{
    color: var(--light-purple);
}
.product-single-details .price-new {
    font-weight: normal;
    font-family: "Comfortaa-Bold", sans-serif;
}
span.sku-value{
    font-weight: normal;
    font-family: "Comfortaa-Bold", sans-serif;
}
a.add-cart{
    font-weight: normal !important;
    font-family: "Comfortaa-Bold", sans-serif !important;
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 10px 20px;
}
a.add-cart:before{
    content: '';
}
.bootstrap-touchspin span.input-group-prepend &gt; .btn{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.bootstrap-touchspin span.input-group-append &gt; .btn{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bootstrap-touchspin .btn:hover{
    background-color: var(--dark-purple);
    color: #fff;
}
.product-single-details .bootstrap-touchspin .btn:hover:after{
    background-color: #fff !important;
}
.product-single-details .bootstrap-touchspin .btn:hover:before{
    background-color: #fff !important;
}
.nav.nav-tabs .nav-item .nav-link{
    font-weight: normal !important;
    font-family: "Comfortaa-Bold", sans-serif !important;
}
h2.carousel-title{
    color: var(--dark-purple);
}
.product-single-details .btns-view-next {
    float: right;
}
.product-single-details .btns-view-next &gt; a {
    display: block;
    float: right;
}
.add-info-wraper {
    position: relative;
}
.add-info-wraper .add-info {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    width: 250px;
    z-index: 5;
    display: none;
}
.btn-rounded{
    border-radius: 10px;
}
.nav.nav-tabs .nav-item.show .nav-link, .nav.nav-tabs .nav-item .nav-link.active {
    border-bottom-color: var(--dark-purple);
    color: var(--dark-purple);
}
.paction.add-wishlist-box{
    border: none;
}
.paction.add-wishlist-box:hover, .paction.add-wishlist-box:focus, .paction.add-wishlist-box.active {
    background-color: transparent;
    color: #ed4949;
}
.cart-dropdown .product-title, .cart-dropdown span.cart-product-info{
    font-weight: normal !important;
    font-family: "Comfortaa-Bold", sans-serif !important;
}
.btn-remove{
    font-weight: normal !important;
    font-family: "Comfortaa-Bold", sans-serif !important;
}
.btn-remove::before{
    font-weight: normal !important;
}
.cart-dropdown .dropdownmenu-wrapper{
    padding: 1rem;
}
.dropdown-cart-total span{
    font-weight: normal !important;
    font-family: "Comfortaa-Bold", sans-serif !important;
}
.btn-dark-purple-bordered{
    border: 1px solid var(--dark-purple);
    color: var(--dark-purple);
}
.btn-dark-purple-bordered:hover{
    background-color: var(--dark-purple);
    color: #fff;
}
b, strong {
    font-weight: normal !important;
    font-family: "Comfortaa-Bold", sans-serif !important;
}
.panel-heading &gt; .panel-title{
    color: #fff;
}
legend{
    font-weight: normal !important;
    font-family: "Comfortaa-Bold", sans-serif !important;
}
.entry-body .entry-date .day{
    color: var(--dark-purple);
}
.entry-body .entry-date .month{
    background-color: var(--dark-purple);
}
a:hover{
    text-decoration: none !important;
}
.cart-dropdown .dropdown-toggle::before{
    content: unset;
}
.cart-dropdown .dropdown-toggle i{
    font-size: 24px;
    color: var(--dark-purple);
}
.cart-dropdown .dropdown-toggle span.cart-count{
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
    bottom: 15px;
    right: -15px;
    background-color: var(--dark-purple);
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
body.mobile-body a.mobile-user-links {
    font-size: 20px;
}
.header-dropdown &gt; a.mobile-user-links::after{
    content: unset;
}
@media screen and (max-width: 479px){
    .header-dropdowns {
        display: flex;
    }
}
body.mobile-body .header-top{
    padding: 0;
}
body.mobile-body .header-top &gt; .container{
    padding: 0;
}
body.mobile-body .header-search-wrapper {
    display: none;
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    overflow: visible;
}
body.mobile-body .header-search-wrapper.active {
    display: block;
}
body.mobile-body .mobile-menu-toggler{
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}
div.header-bottom-mobile nav.main-nav {
    display: none !important;
}
body.mobile-body  .header-middle &gt; .container{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
body.mobile-body .header-middle .container a.logo{
    float: none;
    padding: 0;
}
body.mobile-body .header-middle a.logo img{
    max-width: 100px;
}
body.mobile-body .header-middle .container #shopping_cart{
    margin-right: 20px;
    float: none;
}
body.mobile-body .header-middle .cart-dropdown .dropdown-toggle{
    padding: 0;
}
body.mobile-body .header-middle .logo{
    max-width: unset;
}
body.mobile-body .cart-dropdown .dropdown-toggle span.cart-count{
    bottom: -15px;
}
body.mobile-body .sticky-wrapper{
    padding: 10px 0;
}
body.mobile-body  .header-bottom-mobile &gt; div{
    display: flex;
    justify-content: space-between;
}
body.mobile-body .cart-dropdown .dropdown-menu{
    right: -20px;
    left: auto;
    padding-top: 0;
    top: 45px;
}
body.mobile-body .header-search-wrapper form {
    width: 100%;
    position: relative;
    margin: 0;
}
body.mobile-body .cart-dropdown .dropdownmenu-wrapper::after{
    right: 10px;
}
body.mobile-body .cart-dropdown .dropdownmenu-wrapper::before{
    right: 10px;
}
body.mobile-body .header-left{
    display: none;
}
body.mobile-body .header-search-wrapper .form-control {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: .7rem 3.3rem .7rem 1.1rem;
    border: 0;
    border-radius: 0;
    background-color: var(--light-purple);
    color: #4a4a4a;
    font: 600 1.1rem/1.5 "Open Sans",sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    box-shadow: none;
}
body.mobile-body .header-search-wrapper .btn {
    position: absolute;
    top: 50%;
    right: .6rem;
    min-width: 0;
    height: 30px;
    margin: 0;
    padding: 0 3px 0 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #434343;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}
.musermenu-active .mobile-user-menu-container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.mobile-user-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .35s;
    background-color: #0e0e0e;
    font-size: 1.2rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50,50,50,0.65);
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto;
}
.mobile-user-menu-container .mobile-menu-wrapper{
    padding: 0;
}
.mobile-user-menu-container .mobile-menu-wrapper &gt; span.mobile-user-menu-close{
    display: block;
    width: 100%;
    text-align: right;
    font-size: 16px;
}
body.mobile-body .lang-dropdown .header-menu.active{
    opacity: 1;
    visibility: visible;
}
body.mobile-body .home-slider .owl-nav{
    display: none;
}
body.mobile-body .zoomContainer{
    display: none;
}
.mobile-menu-container{
    background-color: #fff;
}
.mobile-menu-close{
    color: #444;
}
.mobile-menu-container .mobile-menu li:hover{
    background-color: var(--dark-purple);
}
.mobile-menu-container .mobile-menu li:hover a{
    color: #fff;
}
.mobile-menu-container .mobile-menu li a{
    color: #444;
}

.mobile-menu-container .mobile-menu li a span.mmenu-btn{
    color: #444;
}
.mobile-user-menu-container{
    background-color: #fff;
}
.mobile-user-menu-close{
    color: #444;
}
.mobile-user-menu-container li &gt; a{
    color: #444;
}
.ul-col-2{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
div.megamenu ul li a{
    font-size: 1.1rem !important;
    padding: .2rem 1rem !important;
}
.menu .megamenu{
    z-index: 9999;
}
.cart-dropdown {
    margin-left: 10px;
    margin-right: 10px;
}
.header__area .container-fluid {
    padding: 0 80px;
}
.header-middle .main-nav{
    margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__area .container-fluid {
        padding: 0 30px
    }
}
@media only screen and (max-width: 992px){
    .header__area .container-fluid {
        padding: 0 15px
    }
}
.header-dropdowns .lang-dropdown &gt; a{
    min-width: unset;
    padding: 0;
}
.header-dropdowns .lang-dropdown &gt; a:after{
    content: none;
}
.header-top{
    padding: 0;
}
.header-right &gt; .header-dropdown &gt; .header-right-menu{
    display: flex;
}
.header-right &gt; .header-dropdown &gt; .header-right-menu &gt; ul a{
    font-size: 1.5rem;
}
.header-right &gt; .header-dropdown &gt; .header-right-menu div.dropdowns{
    display: flex;
}
.dropdown-expanded .header-right-menu ul li + li{
    margin-left: 1rem;
}
.lang-dropdown &gt;.header-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    transition: all .25s;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}
.lang-dropdown:hover &gt; .header-menu {
    opacity: 1;
    visibility: visible;
}
.lang-dropdown a img{
    margin-right: 0;
}
.lang-dropdown &gt;.header-menu li a{
    padding: 5px 10px;
    font-size: 1rem !important;
}
.lang-dropdown &gt;.header-menu li a &gt; img{
    margin-right: .5rem;
}
div.header-search{
    margin-left: auto;
}
#searchForm input {
    min-width: 23.75rem !important;
    background-color: #f7f7f7 !important;
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
    border: none;
    border-radius: 10px;
    padding: .7rem 1.1rem.7rem 3.3rem;
    text-transform: none;
    height: 40px;
}
#searchForm button.search-button{
    z-index: 100;
    padding: 0 10px;
    left: 0;
    right: 0;
	width: 40px;
}
#searchForm .tt-scrollable-menu{
    border: 1px solid #ddd;
    border-radius: 10px;
}
.sticky-wrapper{
    border-bottom: 1px solid #eee;
}
.header-right-menu &gt; ul{
    margin: 0;
}
.header-right-menu &gt; ul &gt; li{
    display: inline-block;
}
#cart-message{
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    display: none;
}
#cart-message.show{
    display: block;
    z-index: 999;
}
#cart-message.success{
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}
#cart-message.danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.abs-label{
    position: absolute;
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 1000;
    font-size:11px;
}
.abs-label.top-left{
    top: 10px;
    left: 10px;
}
.abs-label.bottom-left{
    bottom: 10px;
    left: 10px;
}
.abs-label.top-right{
    top: 10px;
    right: 10px;
}
.abs-label.bottom-right{
    bottom: 10px;
    right: 10px;
}
.abs-label.danger{
    background-color: red;
    color: #fff;
    font-family: "Comfortaa-Bold", sans-serif !important;
}
div.aspect-wrapper{
    position: relative;
    padding-top: 40%;
}
div.aspect-wrapper &gt; .aspect-content{
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
div.aspect-wrapper &gt; .aspect-content div{
    height: 100%;
}
.header-right &gt; .header-dropdown &gt; .header-right-menu &gt; ul a.user-link{
    font-size: 1rem;
}
.custom-d-none{
    display: none;
}
.product-single-details .product-desc{
    padding-bottom: 3px !important;
    margin-bottom: 15px !important;
}
</pre></body></html>