<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sidebox-order_action .btncart-checkout:before {
    background: var(--mainColor)!important;
}
.sidebox-order_action .btncart-checkout {
    border-color: var(--mainColor)!important;
}
.sidebox-order_total p .total-price{
	color:var(--textColor) !important
} 
.section_product_tab .view-more {
    margin-top: 6px;
    text-align: center;
} 

.section_slider .swiper-slide .container-effect{
  display: none !important;
}


header.header .main-header .align-items-center .header-right .sudes-header-stores {
  
    display: none;
} 

.logo-wrapper{

  width: 100px !important;
}
.logo-wrapper&gt;img{
  width: auto !important;
  height: auto !important;
  object-fit: cover;
}
.header-promo{
display: none;
}
.main-header{
  background-color: #1b74e7 !important;
} 
.product-action .product-bottom .button-product button.btn-views{
  color: white !important;
}
.product-action .product-bottom .button-product button.btn-views:hover{
  color: #af7a1f !important;
} 

#section_brands-0{
  display: none;
}
.logo-footer img{
  width: 150px !important;
}
.bg-footer-bottom{
  background-color: var(--mainColor) !important;
}
.out-circle{
  background: var(--mainColor) !important
}
.backtop {
  border-color: transparent transparent var(--mainColor) !important
} 


.btn-zozo.btn-hover:before {
  background-color: var(--mainColor) !important;
}
.btn-zozo.btn-hover {
  border: 1px solid var(--mainColor) !important;
} 

.section_product_tab .section-title .tab_big .tab_ul ul li.current {
  background: var(--mainColor) !important;
  color: #fff;
}
.btn.btn-primary{
  border-radius: 12px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}

.btn.btn-primary:before{
  -webkit-clip-path: none !important;
  clip-path: none !important;
  background: var(--mainColor) !important;
}
.item_product_main .product-action .product-bottom .button-product button.btn-views:hover{
  background: var(--mainColor) !important;
}

.block-timer span{
  color: white !important;
} 

body{
  font-family: "Quicksand", sans-serif;
}

.section_product_tab .section-title .tab_big .tab_ul ul li:first-child{
  border-radius: 12px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}
.section_product_tab .section-title .tab_big .tab_ul ul li:last-child{
  border-radius: 12px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}
.btn{
  border-radius: 12px !important;
}
.button-view_all .btn-zozo {
    border-radius: 12px;
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart{
  clip-path: none !important;
  background: var(--mainColor) !important;
}
.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart:hover{
    color: white !important;
}
.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow{
clip-path: none !important;
   color: white !important;
  background:  var(--mainColor) !important;
}

.layout-collection .filter-containers .sort-cate .sort-cate-right ul li:hover a, .layout-collection .filter-containers .sort-cate .sort-cate-right ul li.active a{
  background: var(--mainColor) !important;
}
header.header .header-menu .navigation-horizontal .title{
  background: var(--mainColor) !important;

} 

.btn.btn-light{
  clip-path: none !important;
  background: var(--mainColor) !important;
  color: white !important;
}


.tag_article a {
  background: var(--mainColor) !important;
  color: white !important;
  
}

.item_product_main .product-action {
  border-radius: 12px !important;
}
.item_product_main .product-action .product-thumbnail {
  border-radius: 12px 12px 0px 0px !important;
} 


.section_product .block-product-list {
  max-width: 100% !important;
} 

.swiper_pro_1 .swiper-slide{
  /*width: 229.8px !important;*/
}
.section_product .block-title .section-title.has-control .swiper-button-prev {
  display: none;
}
.section_product .block-title .section-title.has-control .swiper-button-next {
  display: none;
}

.section_product .block-title{
    all:unset;
    max-width: 100% !important;
    width:100%;
}
.section_product&gt;.container {
  position: relative;
} 

.section_product .block-title a.btn {
    margin-right: 65px;
    right: 0px;
    top: 0px;
    position: absolute;
}
.section_product .block-title .section-title.has-control h2 {
    margin-bottom: 0px !important;
}
.header__menu{
    height:100%;
}
.header__menu  ul  li a{
    color:#d20703;
    padding:0 5px;
    font-weight: 700;
}
.header__menu &gt; ul{
    display:flex;
    height: 100%;
    justify-content: center;
}

.header__menu &gt; ul &gt; li{
    position:relative;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    margin-right: 50px;
    height: 45px;
}
.header__menu .has-child .sub-menu{
    display: flex;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    flex-wrap: wrap;
    z-index: 999;
    padding-top: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--mainColor);
    -webkit-transition: height .2s cubic-bezier(0.6,0,0.4,1);
    transition: height .2s cubic-bezier(0.6,0,0.4,1);
}
.header__menu .has-child .sub-menu.show{
    visibility: visible;
}
.header__menu .has-child .sub-menu li a{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -20px;
    width: 224px;
    padding: 8px 24px 9px 24px;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    opacity: 0;
    -webkit-transition: top .4s cubic-bezier(0.6,0,0.4,1) .1s, opacity .4s cubic-bezier(0.6,0,0.4,1) .1s;
    transition: top .4s cubic-bezier(0.6,0,0.4,1) .1s, opacity .4s cubic-bezier(0.6,0,0.4,1) .1s;
    color:#fff;
}
.header__menu .has-child .sub-menu.show li a{
    top: 0;
    opacity: 1;
}
.header__menu ul li a {
  color: #fff;
}
.header__menu ul li a:hover {
  color: var(--subColor);
}</pre></body></html>