<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: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
}
@font-face {
    font-family: "Gopher-Black";
    src: url("../fonts/gopher/Gopher-Black.eot");
    src: url("../fonts/gopher/Gopher-Black.woff") format("woff");
}
@font-face {
    font-family: "Gopher-Bold";
    src: url("../fonts/gopher/Gopher-Bold.eot");
    src: url("../fonts/gopher/Gopher-Bold.woff") format("woff");
}
@font-face {
    font-family: "Gopher-Medium";
    src: url("../fonts/gopher/Gopher-Medium.eot");
    src: url("../fonts/gopher/Gopher-Medium.woff") format("woff");
}
@font-face {
    font-family: "Gopher-Regular";
    src: url("../fonts/gopher/Gopher-Regular.eot");
    src: url("../fonts/gopher/Gopher-Regular.woff") format("woff");
}
body{
    font-family: 'Arial';
    color: #000000;
    background: #fff;
}
.row {
    margin-right: -16px;
    margin-left: -16px;
}
.container-lg,
.container,
.row&gt;*{
    padding-right: 16px;
    padding-left: 16px;
}
section{
    margin: 32px 0;
}
img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.btn-check:focus+.btn,
.btn:focus,
span:focus,
i,
a,
.form-control:focus,
:focus,
a:focus{
    text-decoration: unset;
    outline: unset;
    transition: all 0.2s ease-out;
    box-shadow: unset;
}
a:hover{
    color: #4a498f;
    font-weight: 600;
    transition: unset;
}
h2{
    font-weight: 700;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container-lg,
.container{
    min-width: 320px;
}
.red-color{
    color: #B7002E!important;
}
.br_def{
    border-radius: 3px;
}
label {
    position: relative;
}
.required:after {
    content: " *";
    color: red;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    display: block;
    height: 8px;
}
.form-control {
    padding: 13px;
    color: #000000;
    border: 0;
    border-radius: 4px;
    background: #ededed;
}
.dropdown-toggle{
    cursor: pointer;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
.hidew {
    /*display: block;
    width: 200%;
    overflow: hidden;
    -webkit-clip-path: inset(0 -100vw 0 0);
    clip-path: inset(0 -100vw 0 0);
    padding-left: 6px;
    margin-left: -6px;*/
}
.wshow {
    /*width: 50%;
    margin: 0;
    overflow: unset;*/
}
.abs2-arrow .swiper-button-prev{
    left: -2px;
}
.abs2-arrow .swiper-button-next{
    right: 0;
}
.abs2-arrow span {
    color: #000;
    font-size: 26px;
}
.popular .swiper-button-next,
.popular .swiper-button-prev {
    top: calc(50% - 60px);
}
main{
    position: relative;
    overflow: hidden;
    min-height: 60vh;
}
.btn_style {
    bottom: 24px;
    left: 24px;
    z-index: 1;
    border-radius: 8px;
    background: #000000;
    color: #fff;
    font-size: 19px;
    padding: 17px 23px;
    line-height: 1;
}
.btn_style:hover{
    background: #fff;
    color: #000;
}
.btn_style2 span {
    margin: 0 16px;
    font-size: 24px;
    line-height: 1;
}
.btn_style2:hover span{
    margin-right: 0;
    margin-left: 32px;
}
.btn_style2:hover{
    color: #0066B6;
}
.btn_style2 {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    padding: 18px;
    width: max-content;
    white-space: nowrap;
}
.swiper-pagination-bullet {
    width: 8px;
    border-radius: 16px;
    background: #C4C4C4;
    opacity: 1;
    margin: 0 5px;
}
.swiper-pagination-bullet-active{
    background: #000;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets{
    line-height: 8px;
    bottom: 0;
}
.swiper-container.swiper_home .swiper-pagination {
    bottom: 21px;
    left: 15%;
    width: auto;
    line-height: 1;
    position: absolute;
}
.mt-xlarge,
.mt-large{
    margin-top: 24px;
}
.mt-medium{
    margin-top: 16px;
}
/*header*/
header{
    background: #000;
    z-index: 9;
    height: 52px;
    width: 100%;
}
.logo{
    margin: 0 32px;
}
.navigations{
    height: 52px;
    justify-content: center;
}
.topheader{
    height: 52px;
    transition: 0.5s ease;
    top: -52px;
}
.menu-opened .topheader{
    transition: unset;
}
.menu-opened .topheader,
.topheader.active {
    position: fixed;
    top: 0;
    background: #000;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 16px 24px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 16px 24px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 16px 24px 0px rgb(0 0 0 / 9%);
}
.options{
    display: flex;
    font-size: 12px;
    color: #fff;
}
.lang_txt{
    text-transform: uppercase;
    color: #000000;
}
.lang,
.menu-opened .options{
    display: none;
}
.options .badge{
    padding: 0;
    padding-right: 4px;
    font-size: 12px;
}
.options svg{
    font-size: 20px;
    line-height: 1;
}
.search {
    position: fixed;
    width: 100%;
    top: 52px;
    height: calc( 100vh - 52px);
    background: #fff;
    padding: 24px 16px;
    overflow: hidden;
}
.fixet-bmenu .cart.actived i,
.fixet-bmenu .favorite.actived i{
    color: #F7E300;
}
.fixet-bmenu .cart.actived i::before {
    content: "\F174";
}
.fixet-bmenu .favorite.actived i::before {
    content: "\F59D";
}
.fixet-bmenu .item-bmenu{
    position: relative;
    line-height: 52px;
    padding: 0 8px;
}
.fixet-bmenu .badge.c_count {
    font-size: 11px;
    padding: 0;
    border: 1px solid #F7E300;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 13px;
    position: absolute;
    right: -5px;
    background: #000;
    top: 0px;
}
.fixet-bmenu a{
    color: #fff;
}
.fixet-bmenu {
    display: flex;
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    color: #fff;
    font-size: 22px;
}
.options {
    color: #fff;
}
.menus img{
    padding: 16px 6px;
}
.menus i{
    color: #FFFFFF;
    line-height: 1;
    font-size: 14px;
}
.menus {
    width: 32px;
    cursor: pointer;
    position: absolute;
    left: 16px;
    line-height: 52px;
    text-align: center;
}
.menu-opened .close_menu{
    display: block;
    margin: auto;
}
.menu-opened .open_menu,
.close_menu{
    display: none;
}
.nav_outer {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    padding: 0 16px;
    height: calc(100vh - 52px);
    overflow-y: auto;
    top: 52px;
}
.head-categ.collapsed .abs-ahead i{
    display: none;
}
.item-acc.to_call a i {
    font-size: 24px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-acc.to_call a,
.to_home a{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.head-categ.collapsed .abs-ahead{
    background: #E9E9E9;
    height: 80px;
    padding: 24px;
}
.head-categ.collapsed .abs-ahead:after{
    content: '';
    background: #fff;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    right: 14px;
    display: none;
}
.head-categ .abs-ahead {
    z-index: 1;
    width: 100%;
    align-items: center;
    height: 40px;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    background: #f7e300;
    height: 50px;
}
.list-categories li{
    margin-top: 8px;
}
.list-categories {
    padding-bottom: 70px;
}
.item-acc .head-categ img {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 10px;
    max-height: 80px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 14px;
    padding: 4px;
    object-fit: contain;
    background: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-categ:not(.collapsed) img {
    display: none;
}
.head-categ {
    position: relative;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}
.to_home {
    background: #F7E300;
    padding: 8px 24px;
    height: 40px;
}
.level-two a{
    color: #000000;
    display: flex;
    align-items: center;
    background: #E9E9E9;
    justify-content: space-between;
    padding-left: 24px;
    height: 50px;
}
.level-two .list-categories i,
.level-two .list-categories img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 14px;
    padding: 4px;
    object-fit: contain;
    background: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-acc{
    margin-top: 10px;
}
.item-acc.opened {
    position: absolute;
    top: 0;
    width: calc( 100% - 32px );
    left: 16px;
    background: #fff;
    z-index: 3;
    height: 100%;
}
.item-acc.to_call {
    background: #E9E9E9;
    padding: 24px;
    z-index: 1;
    width: 100%;
    align-items: center;
    height: 80px;
    display: flex;
}
.lang-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
a.lang-item {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.switch-ctx span{
    background: #000000;
    border-radius: 35px;
    width: 14px;
    height: 14px;
    display: block;
    margin: 1px;
    position: absolute;
}
.switch-ctx {
    position: relative;
    width: 40px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 35px;
    margin: 0 10px;
}
.list_menu .title-item .level_acc .container,
.list_menu .title-item .level_acc .container-lg {
    min-width: auto;
}
.list_menu .title-item .level_acc {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 16px;
}
.list_menu .title-item.active .level_acc{
    display: block;
    padding-bottom: 70px;
}
.list_menu .title-item span{
    position: relative;
    cursor: pointer;
}
.list_menu {
    justify-content: space-between;
}
li.title-item &gt; span{
    font-size: 12px;
    color: #C1C1C1;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: block;
}
.list_menu .title-item.active span{
    color: #000;
}
input#is_search {
    padding: 0 16px;
    padding-right: 40px;
    width: 100%;
    border-radius: 26px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    line-height: 40px;
    -webkit-appearance: searchfield;
}
.search form{
    position: relative;
}
button.s_click {
    position: absolute;
    right: 16px;
    top: 10px;
    background: transparent;
    padding: 0;
}
.abs_search .nav-title{
    padding-bottom: 60px;
}
.abs_search {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding-bottom: 15px;
    height: calc( 100% - 52px );
    overflow: auto;
}
.abs-sblock{
    max-width: 900px;
    margin: auto;
    padding: 0 28px;
}
ul.search-menu li.active{
    color: #000000;
}
ul.search-menu li{
    margin: 0 10px;
    text-transform: uppercase;
    color: #707070;
    cursor: pointer;
    font-size: 14px;
}
ul.search-menu {
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    flex-wrap: wrap;
}
.search-stitle{
    font-size: 20px;
    margin-bottom: 10px;
}
.abs-sblock &gt; div{
    width: 50%;
    padding: 0 8px;
}
li.psearx_li:last-child{
    margin: 0;
}
li.psearx_li {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 0;
    width: 100%;
}
.search-img img{
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 3px;
}
.info-sprod .title-item a{
    color: #000000;
    line-height: 22px;
}
ul.search-prods {
    max-height: 300px;
    overflow: auto;
    padding-right: 16px;
    margin-bottom: 20px;
}
.scateg a{
    color: #000000;
    margin-left: 32px;
}
li.scateg:last-child{
    margin: 0;
}
li.scateg {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
}
/*footer*/
.footer-list a {
    text-align: center;
    display: block;
    color: #000;
    line-height: 30px;
}
.title-fsection {
    margin-top: 24px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.head-footer {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}
.newsletter .check-terms {
    margin: 1rem 0;
    align-items: inherit;
}
.newsletter .check-terms label input:checked ~ .checkmark:after {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    left: 2px;
    top: 2px;
}
.newsletter .check-terms label {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 3px;
}
.newsletter .text-checkbox {
    line-height: 15px;
    font-size: 12px;
}
.newsletter .form-control{
    background: #fff;
    border: 1px solid #C0C0C0;
    line-height: 38px;
    padding: 0 0.5rem;
    border-radius: 3px;
}
footer .social{
    text-align: center;
}

footer .social{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social a{
    display: block;
    margin: 0 15px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
}
footer .list-footer{
    max-width: 200px;
    margin: auto;
    margin-top: 35px;
}
footer .copyright span{
    display: inline-block;
    margin-right: 1rem;
}
footer .copyright {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    margin: 0;
    color: #000;
    white-space: nowrap;
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
    max-width: 300px;
}
footer{
    background: #EAEAEA;
    padding: 24px 0 76px;
}
.list-footer li a{
    font-size: 16px;
    display: block;
    color: #000;
    line-height: 30px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
}
.yt-vplay{
    margin-top: 40px;
    margin-bottom: 20px;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe, .embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*home categorys*/
.item-hcateg {
    position: relative;
    display: block;
}
.brands-home .abs-atext{
    font-size: 20px;
}
.brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collect-item img{
    border-radius: 3px;
    height: 155px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.collect-item,
.collect-item figure{
    margin-bottom: 1rem;
}
.btn-stylef i{
    font-size: 12px;
    position: absolute;
    left: 24px;
}
.colect-home .btn-stylef {
    margin-top: 8px;
    text-transform: uppercase;
    background: #ffe600;
    color: #000;
}
.btn-stylef:hover{
    color: #fff;
}
.btn-stylef {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    background: #000;
    width: 100%;
    border: 0;
    border-radius: 3px;
    position: relative;
}
.title-collect {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.insta-item {
    flex-wrap: wrap;
}
.insta-item a{
    width: 50%;
}
.abs-atext {
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 1;
    width: 100%;
    font-size: 28px;
    color: #000000;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
}
.title-section{
    font-size: 26px;
    line-height: 30px;
}
/*stories*/
.show-all{
    color: #000000;
    font-size: 14px;
}
.stories h3 {
    font-size: 14px;
    color: #000000;
    padding: 0 8px;
    margin: 0;
    height: 32px;
    overflow: hidden;
    max-width: 150px;
}
.choice .swiper-slide img{
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.choice .swiper-slide,
.stories .swiper-slide{
    width: auto;
}
.stories{
    margin-top: 30px;
}
.choice h3 {
    color: #000000;
    margin: 16px;
}
.choice h4 {
    color: #707070;
    margin-left: 16px;
    font-size: 16px;
}
.active-btn i{
    font-size: 32px;
}
.active-btn {
    position: relative;
    line-height: 1;
    padding: 0 16px;
    align-items: center;
}
.active-btn:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 70px;
    height: 8px;
    background: #F7E300;
    z-index: -1;
}
/* cart item*/
a.img-wrap {
    position: relative;
    display: block;
}
.labels {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 1;
}
.labels span {
    display: none;
    color: #000000;
    font-size: 10px;
    text-align: center;
    background: rgb(255 255 255 / 50%);
    text-transform: uppercase;
    line-height: 18px;
    position: absolute;
    padding: 0 10px;
    border-top-right-radius: 3px;
    font-weight: bold;
    border-bottom-right-radius: 3px;
}
.labels span.lactive,
.labels span:first-child{
    display: block;
}
span.discount {
    top: -10px;
    right: 10px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgb(255, 230, 0);
    border-radius: 50%;
    font-size: 14px;
}
span.new {
    background: #F7E300;
}
span.promo {
    background: #00FFB2;
}
span.sale {
    background: #FF0000;
    color: #fff;
}
.stock_limited {
    line-height: 12px;
    display: block;
    height: 12px;
    margin-bottom: 4px;
}
.stock_limited span{
    font-weight: bold;
    font-size: 8px;
    line-height: 1;
    background: #FF7A00;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
}
a.item-title {
    margin: 8px 0;
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 18px;
    font-weight: bold;
}
span.item-text {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: inherit;
}
button.tocard {
    position: absolute;
    right: 40px;
    bottom: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    padding: 0;
}
button.totocard.active i::before {
    content: "\F174";
}
.add_fav.active,
.add_tofav.active{
    color: #F7E300;
}
.add_fav.active i::before,
.add_tofav.active i::before {
    content: "\F59D";
}
button.tocard i,
.add_tofav i {
    line-height: 1;
    font-size: 22px;
}
.add_tofav {
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    padding: 0;
}
.price-item {
    padding-top: 5px;
}
.promos .price{
    color: #DE1D41;
}
span.price {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #176617;
}
span.old-price {
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 20px;
}
/*product page*/
.video-product i{
    margin-left: 64px;
    color: #EDEDED;
    font-size: 20px;
}
.video-product {
    color: #000000;
    background: #fff;
    padding: 10px 16px;
    line-height: 1;
    justify-content: space-between;
    align-items: center;
}
.articol{
    font-size: 12px;
}
.slider_flex .labels {
    z-index: 2;
}
.slider_flex {
    position: relative;
}
a.brand_prod {
    margin: 20px 0;
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}
.info-product h1 small{
    font-size: 65%;
    display: block;
}
.info-product h1 {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0.5rem 0;
}
.price-product .old-price{
    font-size: 18px;
}
.price-product .price {
    font-size: 18px;
    line-height: 16px;
}
.info-variant{
    font-size: 14px;
    color: #000000;
    text-align: right;
    text-decoration: underline;
}
.char-product{
    margin-top: 32px;
}
.images-product{
    text-align: center;
}
.images-product img{
    height: 600px;
    width: 100%;
    object-fit: cover;
    background-color: #fff;
    cursor: pointer;
}
#numberSlides{
    position: absolute; 
    top: 16px;
    left: 16px;
    z-index: 1;
}
.title-attr{
    color: #E9E9E9;
}
div#colorDropdown::after{
    display: none;
}
div#colorDropdown i{
    color: #707070;
}
div#colorDropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #E9E9E9;
    line-height: 1;
}
.colors{
    margin-bottom: 30px;
}
.btn-aradio .btn-outline-primary {
    color: #000000;
    line-height: 1;
    background: #fff;
    border-radius: 4px;
    margin-right: 8px;
    margin-top: 8px;
    min-width: 50px;
    height: 50px;
    display: flex;
    border: 1px solid #F7E300;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-aradio .btn-check:disabled+.btn,
.btn-aradio .btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: 1;
    background: linear-gradient( 155deg ,#fff 0,#fff 49%,#999 50%,#fff 51%,#fff 100%);
}
.btn-aradio {
    display: flex;
    flex-wrap: wrap;
}
.btn-aradio .btn-check:active+.btn-outline-primary,
.btn-aradio .btn-check:checked+.btn-outline-primary,
.btn-aradio .btn-outline-primary:hover,
.btn-aradio .btn-outline-primary.active,
.btn-aradio .btn-outline-primary.dropdown-toggle.show,
.btn-aradio .btn-outline-primary:active {
    color: #000000;
    background-color: #F7E300;
    border-color: #F7E300;
}
.ev-product {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-style {
    background: #F7E300;
    font-size: 14px;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 16px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.ev-product .btn-style.add_tocard {
    background: #00FFB2;
    border-radius: 0;
    padding: 0;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    color: #000;
    width: 80%;
    text-transform: uppercase;
}
.ev-product .add_fav {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-left: 1rem;
}
.product-page .title-section {
    font-size: 18px;
    line-height: 21px;
}
.add_fav i{
    font-size: 24px;
}
.data-delivery{
    color: #E9E9E9;
    margin-top: 1rem;
    line-height: 1;
}
/*product tabs*/
.tabs-product .accordion-item .title-tab:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.tabs-product .accordion-item .title-tab::after {
    flex-shrink: 0;
    font-size: 12px;
    margin-right: 16px;
    margin-left: auto;
    content: "\f229";
    font-family: bootstrap-icons !important;
}
.tabs-product .accordion-collapse &gt;*:first-child {
    padding-top: 1rem;
}
.tabs-product .accordion-collapse{
    border-top: 1px solid #E9E9E9;
}
.tabs-product .accordion-item {
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
}
.title-tab {
    display: flex;
    padding: 0.5rem 0;
    align-items: center;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}
.radio-fix {
    display: block;
    position: relative;
}
.form-select.select-product {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #E9E9E9;
    padding: 0;
    margin: 8px 0;
}
.drop-select strong{
    color: #000000;
    font-weight: 400;
}
.item-select .dropdown-menu.show {
    border: 0;
    padding: 12px;
    border-radius: 0;
    min-width: initial;
}
.drop-select.show::after {
    content: "\f235";
}
.drop-select::after {
    margin-left: auto;
    vertical-align: middle;
    font-family: bootstrap-icons !important;
    border: 0;
    line-height: 1;
}
.size_fs .drop-select::after {
    content: "\f229";
}
.size_fs .ctx-filter {
    padding: 0;
    border: 1px solid #E9E9E9;
}
.size_fs .ctx-filter .btn-check:checked+label {
    color: #fff;
    background-color: #000;
    border-color: inherit;
}
.size_fs .ctx-filter label {
    margin: 0;
    font-size: 14px;
    line-height: 45px;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #E9E9E9;
    padding: 0 24px;
    text-align: left;
    color: #000;
}
.size_fs .ctx-filter input {
    position: absolute;
    visibility: visible;
    clip: unset;
    right: 12px;
    margin-top: 16px;
}
.size_fs .drop-select{
    background: #E9E9E9;
    color: #000;
    line-height: 40px;
    padding: 0 16px;
}
a.buy_click {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #000000;
    background: #F7E300;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    margin-top: 1rem;
}
.item-select{
    position: relative;
}
.space-dotted {
    line-height: 1.5;
    position: relative;
    align-items: flex-end;
    color: rgb(17 17 17 / 80%);
    font-size: 14px;
}
.space-dotted span {
    z-index: 1;
}
.space-dotted .xatt-value {
    font-weight: 600;
    text-align: right;
    margin-left: 8px;
    color: #111111;
}
.catalog h1{
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin: 10px 0;
}
.open-filter button{
    font-size: 12px;
    background: transparent;
    line-height: 50px;
    width: 100%;
}
/*.ctx-filter .check-radio input,*/
.isel input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.ctx-filter input[type="checkbox"]:checked + label,
.ctx-filter input[type="radio"]:checked + label {
    font-weight: 700;
}
.ctx-filter input[type="checkbox"]:checked + label:after{
    content: '\F272';
    font-family: bootstrap-icons !important;
}
.ctx-filter input{
    position: absolute;
    visibility: hidden;
}
.ctx-filter label {
    margin: 10px 0;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}
.ctx-filter {
    padding: 8px 30px;
}
.drop-select {
    color: #E9E9E9;
    width: 100%;
    display: block;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.btn-style1.add_tocard {
    border-radius: 4px;
    line-height: 1;
    padding: 16px;
    display: block;
    width: 100%;
    border: 1px solid #E9E9E9;
}
.to_look {
    margin-bottom: 2rem;
}
/*##### RANGE PRODUCTS #####*/
.range-slider .right{
    text-align: right;
}
.range-slider {
    position: relative;
    min-height: 40px;
    margin: 24px;
}
.range-slider span{
    color:#7f888b;
    font-size:14px;
}
.range-slider svg,
.range-slider input[type=range]{
    position:absolute;
    left:0;
    bottom:0;
}
.range-slider input[type=number]{
    text-align: center;
    line-height: 22px;
}
.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range{
    /*border:2px solid #ff6347;*/
}
.range-slider input[type=range]{
    -webkit-appearance:none;
    width:100%;
    margin:0;
    height: 0;
}
.range-slider input[type=range]:focus{outline:none}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track{background:#ececec}
.range-slider input[type=range]:focus::-ms-fill-lower{background:#ececec}
.range-slider input[type=range]:focus::-ms-fill-upper{background:#ececec}
.range-slider input[type=range]::-webkit-slider-runnable-track{
    width:100%;
    height:2px;
    cursor:pointer;
    animate:0.2s;
    background:#5E5E5E;
    border-radius:1px;
    box-shadow:none;
    border:0;
}
.range-slider input[type=range]::-webkit-slider-thumb{
    z-index:2;
    position:relative;
    width:18px;
    height:18px;
    border-radius: 50%;
    background:#fff;
    cursor:pointer;
    -webkit-appearance:none;
    margin-top:-8px;
    border: 2px solid #5E5E5E;
}
.range-slider input[type=range]::-moz-range-track {
    height: 0;
}
/*cart page*/
button.reset_cart {
    color: #E9E9E9;
    border: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
}
.items-cart .img-wrap{
    width: 106px;
}
figure.card-product a img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    max-width: 340px;
    border-radius: 3px;
    object-position: top;
}
.top-card {
    position: relative;
}
figure.card-product {
    position: relative;
    margin-bottom: 1rem;
}
.items-cart{
    margin-top: 16px;
}
.item-cart {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #ededed;
    border-radius: 4px;
    position: relative;
}
span.delete_cart {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    cursor: pointer;
}
.cart-info .article-cprod{
    font-size: 12px;
    display: none;
    color: rgb(0 0 1 / 50%);
    margin-top: 16px;
}
.cart-info .title-brand{
    display: none;
    color: #000000;
}
a.title-ccart {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.cart-info {
    padding: 12px;
    padding-right: 20px;
    max-width: 65%;
}
.complectation span:last-child{
    border: 0;
}
.complectation span{
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #000000;
}
.counter-ctx &gt; span{
    font-size: 12px;
}
.counter {
    margin-left: 24px;
    width: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter span {
    display: block;
    font-size: 24px;
    padding: 0 10px;
    cursor: pointer;
    color: #000000;
    user-select: none;
    line-height: 32px;
    width: 32px;
    height: 32px;
    background: #EDEDED;
    border-radius: 4px;
    text-align: center;
}
.counter input {
    width: 42px;
    border: 0;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    appearance: none;
    outline: 0;
    background: transparent;
}
.addition-price &gt; div{
    line-height: 22px;
}
.promo-cart {
    color: #B7002E;
}
.title-ap{
    width: 60px;
    display: inline-block;
    font-size: 12px;
}
.total {
    padding-left: 32px;
}
.total span{
    font-size: 12px;
    display: block;
}
.price-fin {
    font-size: 28px;
    line-height: 30px;
}
.complete-block {
    margin: 32px 0;
}
.checkout-form .form-group{
    margin-bottom: 1rem;
}
.checkout-form{
    margin-bottom: 40px;
}
.to_complete,
.pay_product{
    max-width: 344px;
}
.check-terms {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 32px;
}
.complete-checkout {
    border-top: 1px solid #E9E9E9;
}
.check-terms label {
    display: block;
    position: relative;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    margin: 0;
    min-width: auto;
    width: 32px;
    height: 32px;
    background: #ededed;
    border-radius: 4px;
    cursor: pointer;
    flex: none;
    border: 1px solid;
}
.check-terms .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-terms label input:checked ~ .checkmark:after {
    display: block;
    width: 16px;
    height: 16px;
    background: #F7E300;
    border-radius: 4px;
    border: 0;
    transform: unset;
    left: 7px;
    top: 7px;
}
.check-terms label .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-terms label input + span {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 16px;
}
.check-terms label input:disabled + span {
    cursor: default;
}
.check-terms .text-checkbox{
    margin-left: 0.5rem;
    line-height: 1;
}
.check-terms label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/*succes page*/
.succes-page .btn-style {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000;
    max-width: 290px;
    line-height: 38px;
}
.succes-page {
    text-align: center;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
span.succes-title {
    color: #000;
    display: block;
    margin-top: 24px;
}
.succes-value {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}
.succes-svalue {
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}
/*banner-top*/
.banner-slider {
    margin-top: 0;
    text-align: center;
}
.banner-slider:hover .abs2-arrow{
    display: block;
}
.banner-slider .swiper-pagination{
    line-height: 24px;
}
.banner-slider .swiper-container-horizontal&gt;.swiper-pagination-bullets {
    bottom: 0px;
}
.banner-slider .abs2-arrow{
    display: none;
}
.banner-slider img{
    border-radius: 3px;
}
.banner-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    right: 16px;
}
.banner-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    left: 16px;
}
.banner-top h1 span.name {
    background: #000;
    padding: 0 18px;
    display: block;
}
.banner-top h1 span.percent {
    display: block;
    color: #F7E300;
    padding: 0 18px;
}
.banner-top img {
    width: 100%;
}
.banner-top h1 {
    font-size: 28px;
    font-family: "Gopher-Medium";
    color: #fff;
    display: inline-block;
    text-align: center;
    max-width: 300px;
    width: 100%;
    line-height: 48px;
    margin-bottom: 30px;
}
.banner-top .banner-desk{
    max-width: 280px;
    width: 100%;
    margin: auto;
    display: none;
}
.banner-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 -16px;
}
.banner-info {
    margin: auto;
    text-align: center;
    flex: 1;
    position: absolute;
    padding: 16px;
}
.banner-top .btn-style2 {
    margin-top: 40px;
    display: none;
}
/*banner-top*/
.quest-block{
    flex-direction: column;
    margin-left: -16px;
    margin-right: -16px;
}
.style-vw p{
    margin-bottom: 0;
}
.style-vw .active-btn {
    padding: 0;
}
span.stylist {
    font-family: "Gopher-Medium";
    font-size: 28px;
    background: #000000;
    display: inline-block;
    line-height: 48px;
    padding: 0 20px;
    color: #fff;
    position: absolute;
    margin-top: -70px;
}
/*categ pag*/
a.sub-categ-item {
    color: #000000;
    line-height: 32px;
    border-radius: 4px;
    background: #ededed;
    padding: 0 18px;
    margin-right: 16px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.sub-categ {
    overflow-x: auto;
    flex-wrap: wrap;
}
.pagination-block {
    margin: 32px 0;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.pagination-block li.page-item {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 0;
    margin-right: 4px;
}
.pagination-block .page-item:first-child .page-link {
    border-radius: 8px;
}
.pagination-block .page-item:hover .page-link, .pagination-block .page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #E9E9E9;
    border-radius: 50%;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.pagination-block .page-link {
    padding: 0;
    text-align: center;
    line-height: 32px;
    background: transparent;
    border: 0;
    color: #000;
}
button.more_products {
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 16px 24px;
    margin: auto;
    line-height: 1.2;
    display: block;
    min-width: 343px;
}
.block-fs &gt; div{
    text-align: center;
    line-height: 1;
}
.sort_fs .dropdown-menu {
    background: #D2D2D2;
}
.block-fs {
    display: flex;
    justify-content: space-between;
    background: #E9E9E9;
    height: 50px;
    align-items: center;
}
span.separator {
    width: 2px;
    background: #FBFBFB;
    height: 40px;
    left: 50%;
}
.sort-select.drop-select::after {
    margin-left: 12px;
    content: "\f229";
}
.sort-select.drop-select.show::after {
    content: "\f235";
}
.sort-select.show{
    background: #000000;
    color: #fff;
}
.sort-select{
    font-size: 12px;
    line-height: 50px;
    border: 0;
    justify-content: center;
    padding: 0;
    color: #000;
}
button.close-canvas {
    color: #000;
    font-size: 14px;
    border: 0;
    line-height: 52px;
    padding: 0 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1111;
}
.offcanvas-body .filters{
    height: calc( 100% - 106px );
    overflow: auto;
}
.offcanvas-body {
    background: #fff;
    height: calc( 100% - 52px );
    padding: 0;
}
div#filterRight {
    max-width: 100%;
    width: auto;
    display: block;
    left: 0;
    background: transparent;
    z-index: 9;
}
.filter-header {
    border-bottom: 1px solid #C4C4C4;
    padding: 10px 20px;
    background: #fff;
    height: 52px;
}
.filter-header h5 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-left: 24px;
}
.reset_filter {
    font-size: 14px;
    line-height: 16px;
    color: #898989;
    text-transform: lowercase;
}
div#filterRight .back_canvas {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
    padding: 0px 16px;
    background: #fff;
    height: 52px;
    font-weight: bold;
    font-size: 18px;
    line-height: 52px;
    letter-spacing: 0.05em;
    padding-left: 50px;
}
div#filterRight .drop-select {
    color: #000000;
    line-height: 60px;
    font-weight: normal;
    font-size: 16px;
    padding: 0 16px;
}
button.apply_filter {
    border: 0;
    background: #000;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    color: #FFFFFF;
    max-width: 210px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 1111;
    transform: translate(-50%, 0);
}
.ctx-options{
    background: #e9e9e9;
    transition: 0.5s ease;
    top: 0;
}
section#isFilter {
    height: 50px;
}
.isscroll .ctx-options {
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 52px;
}
.modal{
    background: rgb(0 0 0 / 50%);
}
.modal-dialog{
    /*max-width: 80%;*/
}
.modal-backdrop {
    z-index: 1;
}
.swiper-brand figure{
    height: 125px;
    background: #fff;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-align: center;
}
.swiper-brand figure img {
    object-fit: contain;
    height: 100%;
}
span.p-stock.in_stock{
    color: #1c931c;
}
span.p-stock.out_stock{
    color: #dc3545;
}
span.p-stock {
    position: absolute;
    z-index: 1;
    padding: 16px 10px;
    top: 0;
    display: block;
}
.modal-content {
    border: 0;
    border-radius: 3px;
}
.modal-type2 button.close {
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    border: 1px solid #000;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-type2 .pop-ctx {
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-type2 .pop-img {
    max-width: 35%;
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#buyModal.show {
    display: flex!important;
    align-items: center;
}
.modal-type2 .pop-info {
    max-width: 65%;
    padding: 8px;
    margin: 0 auto;
}
.modal-type2 .pop-info .h2 {
    font-size: 16px;
    margin-bottom: 16px;
}
.modal-type2 .pop-btn {
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-type2 .pop-btn a.btn {
    border-radius: 3px;
    font-size: 14px;
    padding: 0;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 12px;
}
.modal-type2 .pop-btn .xp-btn1 {
    background: #F7E300;
    margin-right: 16px;
}
.modal-type2 .pop-btn .xp-btn2 {
    border: 1px solid #707070;
}
.brands-slider {
  background-color: #FFFFFF; 
}
.brands-slider .swiper-wrapper {
    transition-timing-function: linear; 
}
.brands-slider .swiper-slide {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 16px; 
}



/*collection*/
.section-collections .swiper-pagination{
    position: relative;
}
.section-collections .abs2-arrow{
    display: none;
}
.section-collections:hover .abs2-arrow{
    display: block;
}
.section-collections .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    right: 0;
}
.section-collections .item-hcateg img{
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
}
.breadcrumb {
    margin: 6px 0;
}
.breadcrumb-item a {
    color: #000;
    font-size: 12px;
    line-height: 30px;
}
.breadcrumb-item{
    line-height: 18px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
    line-height: 18px;
    color: #000;
    font-size: 12px;
    line-height: 30px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.5rem;
    color: #000;
    line-height: 30px;
    content: "/";
    font-size: 12px;
}
.breadcrumb {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
}
.chat i{
    color: #f7e300;
}
.recommend-block img{
    border-radius: 3px;
    max-height: 300px;
}
.search .toogle_search {
    display: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-left: 10px;
}
.change_grid span{
    cursor: pointer;
}
.cat_prods .x-attribute{
    display: none;
}
.style2 span.discount {
    top: 12px;
    right: 0;
}
.style2 .cat_prods .x-attribute{
    display: block;
}
.cat_prods &gt; .col{
    width: 50%;
    flex: unset;
}
.style2 .cat_prods &gt; .col{
    width: 50%;
}
.slider_image{
    margin: 0;
}
.mag-ctx {
    margin-bottom: 2rem;
}
.mag-ctx p{
    margin-bottom: 0;
}
a.mag-link {
    color: #000;
    font-weight: 500;
    display: block;
}
.mag-ctx p:last-child,
.addres-filial .h3,
.addres-filial .h4,
.addres-filial h4{
    font-weight: bold;
}
.addres-filial {
    font-size: 14px;
}
.hrstyle{
    height: 2px!important;
    margin: 2rem 0;
    background-color: #C4C4C4;
    opacity: 1;
}
strong.h4{
    font-weight: bold;
}
.ul_style {
    list-style: disc;
    padding: inherit;
    margin-bottom: 0.5rem;
}
/*login*/
.mlogin .register-btns i{
    font-size: 20px;
    margin-right: 13px;
}
.mlogin a.forgot-ctx {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin: 25px 0;
}
button.anonim-oauth {
    width: 100%;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 13px;
    cursor: pointer;
}
a.fb-oauth {
    background: #3B5999;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
a.goo-oauth {
    background: #EA3928;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.mlogin {
    font-size: 14px;
}
.mlogin .form-group{
    margin-bottom: 30px;
}
.mlogin .form-control {
    background: #ededed;
    border: 1px solid #000000;
    line-height: 38px;
    padding: 0 13px;
}
.mlogin a.login-option{
    background: #C4C4C4;
    padding: 6px;
}
.mlogin .br-item:after {
    background: #FBFBFB;
    width: 2px;
    content: '';
    position: absolute;
    height: calc( 100% - 12px );
    top: 6px;
    left: 0;
}
.mlogin .login-option{
    width: 50%;
    text-align: center;
    color: #000000;
    line-height: 38px;
    padding: 6px;
    position: relative;
}
.mlogin .title-drop {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: #EAEAEA;
}
.mlogin .modal-body{
    padding: 30px;
}
.mlogin .modal-content p{
    line-height: 16px;
}
.item-dropdown,
.mlogin .modal-content {
    max-width: 380px;
    background: #F2F2F2;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
    width: 100%;
}
.login-ctx {
    color: #fff;
    margin-left: 20px;
    font-size: 20px;
}
p.reset-text {
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 10px;
}
.cabinet-menu a{
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    color: #000000;
    line-height: 56px;
    border-bottom: 2px solid #E9E9E9;
    display: block;
}
.time-order{
    font-size: 12px;
    line-height: 16px;
    margin-right: 40px;
}
.product-order .pop-img img{
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-order .pop-info {
    max-width: 65%;
    padding: 8px;
    width: 100%;
}
.product-order .pop-img {
    max-width: 35%;
}
.h2.a_name a{
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 32px;
    font-weight: bold;
    margin-bottom: 16px;
}
.product-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-order {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #E9E9E9;
}
.cabinet-mctx{
    max-width: 100%;
}
.state-order {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
}
.state-order.state_3:before{
    background: red;
}
.state-order.state_8:before{
    background: green;
}
.state-order:before{
    content: '';
    width: 7px;
    height: 7px;
    margin-right: 5px;
    display: inline-block;
    background: #FFD703;
    border-radius: 50%;
}
/*login*/
.insta-block .last {
    display: none;
}
.insta-block img {
    object-fit: cover;
    width: 100%;
    height: 326px;
}
/*blogs*/
.blog-info .btn i{
    transform: scale(0.8);
    font-size: 20px;
    line-height: 1;
}
.blog-info .btn:hover i{
    transform: scale(1.0);
}
.blog-info .btn {
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    background-color: #FFE600;
    color: #111111;
    padding: 15px;
    width: 100%;
    text-align: center;
    margin: 0 0 24px 0;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease-out;
}
.blog-info .text-article {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.back-to {
    color: #000000;
}
.blog-info h2 {
    margin: 15px 0 5px;
    color: #000000;
    font-size: 20px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 23px;
}
.swiper-blog .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    right: 16px;
}
.swiper-blog .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    left: 16px;
}
.swiper-blog .abs2-arrow span {
    color: #fff;
}
.swiper-blog:hover .abs2-arrow{
    display: block;
}
.swiper-blog .abs2-arrow{
    display: none;
}
.home_news .btn-stylef {
    margin-top: 8px;
    text-transform: uppercase;
    background: #ffe600;
    color: #000;
    max-width: 290px;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 8px;
}
@media screen and (max-width: 1440px) {
    .insta-block img {
        height: 253px;
    }
    .blog-info h2 {
        font-size: 18px;
        line-height: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .insta-block img {
        height: 288px;
    }
    .insta-block .last {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .insta-block img {
        height: 208px;
    }
    .blogs-item .col-md-6.col-lg-4:first-child {
        width: 100%;
    }
    .menu-opened{
        overflow: hidden;
    }
    .login-ctx {
        right: 16px;
        width: 44px;
        cursor: pointer;
        position: absolute;
        text-align: right;
    }
    .logo img{
        max-height: 30px;
    }
    .slider_images .swiper-pagination-bullets {
        bottom: 32px;
    }
    .slider_image img{
        border-radius: 3px;
        max-height: 80vh;
    }
    .slider_image {
        text-align: center;
    }
    span.p-stock {
        padding: 8px;
    }
    .block-fs &gt; div{
        width: 50%;
    }
    .drop-select::after {
        content: "\f231";
    }
    #chatra:not(.chatra--expanded) {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none;
    }
    .nav_outer{
        background: #fff;
    }
    div#filterRight .item-select .dropdown-menu.show {
        margin-top: 0!important;
        top: 0!important;
        transform: unset!important;
        border: 0;
        height: 100vh;
    }
    div#filterRight .ctx-filter label {
        overflow: auto;
        color: #000000;
        line-height: 52px;
        padding: 0 16px;
        font-size: 16px;
        margin: 0;
        border-bottom: 1px solid #E9E9E9;
        display: flex;
        justify-content: space-between;
    }
    div#filterRight .ctx-filter {
        padding: 0;
        height: calc( 100% - 170px );
        overflow: auto;
    }
    div#filterRight .item-select{
        position: initial;
    }
    .abs-sblock {
        flex-direction: column;
        padding: 0;
    }
    .abs-sblock &gt; div{
        width: 100%;
    }
    ul.search-prods{
        padding-right: 0;
    }
    .brands a img {padding-bottom:15px;}
    .hrstyle{
        display: none;
    }
    .sale_item {
        line-height: 1.2;
    }
    .sale_item a{
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
    }
}
@media screen and (max-width: 767px) {
    .insta-block .col-4.col-xl-3.my-3 {
        padding: 0;
        margin: 0!important;
    }
    .insta-block img {
        height: 180px;
    }
    .cat_prods {
        margin-right: -8px;
        margin-left: -8px;
    }
    .cat_prods .col {
        padding-right: 4px;
        padding-left: 4px;
    }
    .swiper-brand figure{
        height: 112px;
    }
    .banner-slider:hover .abs2-arrow,
    .section-collections .swiper-button-next ,
    .section-collections .swiper-pagination{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .insta-block img {
        height: 130px;
    }
    .swiper-brand figure{
        height: 82px;
    }
    .modal-type2 .pop-btn{
        flex-direction: column;
        margin: 0;
    }
    .modal-type2 .pop-btn a.btn {
        width: 100%;
        margin: 0;
        margin-top: 1rem;
    }
    .labels span{
        font-size: 12px;
    }
    .slider_image img {
        max-height: 410px;
        object-fit: cover;
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .labels span{
        font-size: 11px;
    }
    li.title-item &gt; span{
        font-size: 10px;
    }
    .insta-block img {
        height: 110px;
    }
}
@media screen and (min-width: 375px) {
    a.item-title {
        font-size: 16px;
        line-height: 18px;
    }
    .labels span{
        font-size: 12px;
    }
    .stock_limited {
        line-height: 14px;
        height: 14px;
    }
    .stock_limited span {
        font-size: 10px;
    }
    span.item-text {
        font-size: 14px;
        line-height: 18px;
    }
    span.old-price,
    span.price {
        font-size: 14px;
        line-height: 16px;
    }
    figure.card-product a img {
        height: 250px;
    }
}
@media screen and (min-width: 450px) {
    figure.card-product a img {
        height: 290px;
    }
    .collect-item img {
        height: 238px;
    }
}
@media screen and (min-width: 567px) {
    figure.card-product  a img{
        height: 350px;
    }
    .choice .swiper-slide img{
        height: 336px;
    }
}
@media screen and (min-width: 767px) {
    figure.card-product  a img{
        height: 300px;
    }
    .choice .swiper-slide img{
        height: 220px;
    }
    .title-fsection,
    .footer-list a {
        text-align: left;
    }
    .title-fsection{
        margin-top: 8px;
    }
    .cat_prods &gt; .col{
        width: 33.3%;
    }
    .collect-item img {
        height: 328px;
    }
    .banner-slider .abs2-arrow span {
        color: #fff;
    }
}
@media screen and (min-width: 992px) {
    .cat_prods &gt; .col{
        width: 25%;
    }
    .level-two .list-categories i{
        display: none;
    }
    .style2 .cat_prods span.item-text {
        margin-bottom: 24px;
    }
    .style2 .cat_prods .top-card {
        position: initial;
    }
    .style2 .cat_prods figcaption.info-wrap {
        margin-left: 24px;
    }
    .style2 .cat_prods figure {
        display: flex;
    }
    .style2 .cat_prods .add_tofav {
        right: 0;
        bottom: unset;
        top: 0;
    }
    .colect-home .btn-stylef i{
        font-size: 16px;
    }
    footer  {
        padding: 24px 0;
    }
    footer .social a{
        margin: 0;
        margin-right: 30px;
    }
    .colect-home .btn-stylef {
        max-width: 290px;
        text-align: center;
        margin: auto;
        display: block;
        margin-top: 8px;
    }
    .level-two a {
        background: transparent;
        height: auto;
        padding-left: 0;
        line-height: 30px;
    }
    .offcanvas-body .filters {
        height: auto;
        overflow: unset;
    }
    .drop-select::after {
        content: "\f229";
    }
    .block-fs{
        border: 0;
        height: auto;
        background: transparent;
    }
    .block-fs &gt; div.sort_fs a.sort-select{
        width: 164px;
        margin-left: auto;
    }
    .block-fs &gt; div.sort_fs {
        order: 1;
    }
    .ctx-filter {
        max-height: 240px;
        overflow: auto;
        padding: 16px;
    }
    figure.card-product  a img{
        height: 312px;
    }
    .fixet-bmenu{
        display: none;
    }
    .offcanvas-body {
        overflow: unset;
        background: transparent;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sub-categ{
        flex-wrap: wrap;
    }
    div#filterRight {
        width: 100%;
        position: relative;
        display: block;
        visibility: visible!important;
        transform: unset;
        border: 0;
        background: transparent;
        padding: 0;
        z-index: 8;
    }
    div#filterRight .item-select .dropdown-menu.show {
        min-width: 240px;
        background: #EEEEEE;
    }
    div#filterRight .drop-select span{
        margin-right: 6px;
        line-height: 20px;
    }
    div#filterRight .drop-select {
        font-size: 14px;
        border: 0;
        overflow: hidden;
        padding: 0;
    }
    .back_canvas{
        display: none;
    }
    header{
        /*padding: 12px 0;*/
        /*padding-bottom: 52px;*/
        position: relative;
        line-height: 52px;
        /*height: 104px;*/
    }
    .head-categ.collapsed .abs-ahead:after{
        display: none;
    }
    .banner-slider .abs2-arrow span {
        color: #fff;
        font-size: 26px;
    }
    .title-section {
        font-size: 28px;
        line-height: 32px;
    }
    .navigations {
        /*height: auto;*/
    }
    .topheader {
        /*height: 104px;*/
        /*top: -104px;*/
    }
    .menu-opened .topheader,
    .topheader.active {
        /*padding: 12px 0; */
    }
    .options svg path{
        fill: #000000;
    }
    .lang {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        flex: none;
    }
    .logo{
        margin: 0;
    }
    .nav_outer {
        display: flex!important;
        flex: 1;
        position: unset;
        top: 0;
        height: auto;
        overflow: unset;
        align-items: center;
    }
    ul.search-prods{
        max-height: 75vh;
    }
    .search .toogle_search {
        display: block;
    }
    .search form{
        display: none;
        width: 300px;
    }
    .search .abs_search {
        top: 55px;
        z-index: 10;
        height: auto;
        max-height: 90vh;
    }
    main {
        padding-top: 0;
    }
    .search {
        position: inherit;
        height: auto;
        padding: 0;
        top: 0;
        background: transparent;
        width: inherit;
        align-items: center;
    }
    .list_menu .title-item.active .level_acc {
        display: flex;
        padding: 0;
        background: #F2F2F2;
        /*bottom: 0;*/
        top: 100%;
    }
    .list_menu .title-item span {
        font-weight: bold;
        font-size: 14px;
        /*line-height: 16px;*/
        letter-spacing: 0.12em;
        color: #FFFFFF;
        line-height: 52px;
    }
    .item-acc {
        margin-top: 0;
    }
    li.title-item.active {
        border-bottom: 2px solid #F7E300;
    }
    .list_menu .title-item.active span {
        color: #F7E300;
    }
    li.title-item {
        padding: 0 10px;
        margin: 0 10px;
        border-bottom: 2px solid transparent;
    }
    .logo picture {
        display: block;
        margin-top: -16px;
    }
    .list_menu .title-item:not(.active) span {
        color: #FFFFFF;
    }
    .level-two {
        width: 100%;
        position: absolute;
        background: #fafafa;
        display: flex;
        left: 0;
    }
    .list-categories {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        margin-bottom: 1rem;
         padding-bottom: 0;
         -webkit-column-rule-width: 1px;
        -moz-column-rule-width: 1px;
        column-rule-width: 1px;
        -webkit-column-rule-style: solid;
        -moz-column-rule-style: solid;
        column-rule-style: solid;
        -webkit-column-rule-color: black;
        -moz-column-rule-color: black;
        column-rule-color: black;
        column-gap: 4rem;
    }
    .colect-item span {
        display: block;
        height: 35px;
        overflow: hidden;
        line-height: 18px;
        margin-top: 8px;
    }
    .colect-item {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .list-categories li{
        margin-top: 0;
    }
    .head-level2 {
        margin: 16px 0;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
    }
    input#is_search {
        padding: 0 8px;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #fff;
        background: transparent;
        line-height: 34px;
        color: #fff;
    }
    button.s_click {
        color: #fff;
        right: 8px;
        top: 6px;
        display: none;
    }
    .lang_txt {
        color: #fff;
    }
    .item-acc .list-categories img,
    .item-acc .head-categ img {
        display: none;
    }
    .head-categ .abs-ahead {
        position: unset;
        font-size: 16px;
        line-height: 1;
        padding-left: 0;
        margin-right: 40px;
        cursor: pointer;
        color: #000000;
        padding: 24px 0;
        font-weight: 400;
    }
    .collect-categ {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }
    a.all_aprod {
        text-decoration: underline;
    }
    .head-categ.collapsed .abs-ahead,
    .head-categ .abs-ahead {
        height: 40px;
        background: transparent;
        padding: 0;
    }
    .head-categ:not(.collapsed) .abs-ahead{
        font-weight: bold;
    }
    .head-categ .abs-ahead i{
        display: none;
    }
    .banner-top h1 span {
        background: #fff;
        border-radius: 4px;
        margin-bottom: -1px;
    }
    .banner-top h1 {
        font-size: 42px;
        background: #000;
        border-radius: 4px;
        line-height: 111px;
        margin-bottom: 35px;
    }
    .banner-top {
        align-items: center;
        margin: 0;
    }
    .banner-info {
        padding: 0;
        position: relative;
    }
    .banner-top img{
        max-width: 60%;
        width: auto;
    }
    .btn-style2 {
        border: 1px solid #E9E9E9;
        font-size: 20px;
        border-radius: 8px;
        line-height: 1;
        padding: 16px;
        display: block;
        width: 100%;
        max-width: 280px;
        margin: auto;
    }
    .home-category .item-hcateg:last-child{
        margin: 0;
    }
    .home-category .item-hcateg{
        margin-right: 16px;
        width:100%;
    }
    .home-category .item-hcateg img{
        width:100%;
    }
    .brands a img {padding-right:15px;padding-bottom:15px;}
    .home-category {
        display: flex;
        margin-top: 40px;
        justify-content: space-between;
    }
    .brands-home .item-hcateg{
        position: unset;
    }
    .brands-home {
        position: relative;
    }
    .brands-home .abs-atext {
        font-size: 16px;
        right: 0;
        text-align: right;
        padding: 10px 0;
        width: auto;
        height: max-content!important;
        top: 0;
    }
    .quest-block .active-btn:after{
        display: none;
    }
    .quest-block .active-btn {
        border: 1px solid #000000;
        margin-top: 32px;
        font-size: 20px;
        max-width: 280px;
        padding: 16px 0;
        flex-direction: column;
    }
    .quest-block {
        flex-direction: row;
        margin-left: 0;
        margin-right: 0;
    }
    .style-vw{
        max-width: 350px;
    }
    .style-vw p{
        margin-bottom: 1rem;
    }
    span.stylist {
        font-size: 40px;
        line-height: 58px;
        position: relative;
        margin-top: 0;
        border-radius: 4px;
    }
    .add_tofav svg {
        height: 28px;
        width: 33px;
    }
    .add_tofav {
        right: 16px;
        bottom: 16px;
    }
    .list-footer ul {
        display: flex;
        flex-wrap: wrap;
    }
    .list-footer li {
        margin-bottom: 0;
        margin-right: 56px;
    }
    .items-cart {
        margin-top: 0;
    }
    .checkout-form .form-control {
        max-width: 344px;
    }
    a.title-ccart {
        font-size: 16px;
        line-height: 18px;
        height: 36px;
    }
    .cart-info span.old-price {
        font-size: 16px;
    }
    .cart-info {
        padding: 16px;
        max-width: 75%;
        display: flex;
        min-width: 400px;
        width: 100%;
    }
    .cart-info-left {
        min-width: 40%;
    }
    span.delete_cart {
        right: 16px;
        top: 12px;
    }
    .cart-info-right {
        max-width: 220px;
        width: 100%;
    }
    .title-ap {
        width: 100px;
        display: inline-block;
        font-size: 16px;
    }
    .counter-ctx &gt; span {
        font-size: 16px;
    }
    .counter span {
        padding: 0 10px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .counter input {
        width: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .counter {
        margin-left: 8px;
        width: 120px;
    }
    .options svg {
        width: 28px;
        height: 29px;
    }
    .stories h3 {
        font-size: 28px;
        height: 64px;
        max-width: 290px;
        padding: 0 24px;
        line-height: 1.2;
    }
    .choice h4 {
        font-size: 20px;
    }
    a.item-title {
        margin-bottom: 4px;
    }
    .price-product .price-item {
        padding-left: 0;
    }
    span.old-price {
        font-size: 14px;
    }
    .list-footer{
        margin-left: 32px;
        padding: 32px 0;
    }
    footer.mt-large{
        margin: 0;
        padding: 16px 0;
    }
    .copyright {
        margin-left: 32px;
    }
    .images-product {
        display: flex;
        flex-wrap: wrap;
    }
    .images-product figure {
        width: 50%;
        margin-bottom: 16px;
    }
    .images-product figure:nth-child(2n+1) {
        padding-right: 8px;
    }
    .images-product figure:nth-child(2n) {
        padding-left: 8px;
    }
    .ctx-filter label,
    .drop-select {
        font-size: 14px;
    }
    .filters .item-select {
        margin: 0;
        margin-right: 15px;
    }
    .filters .ctx-filter input[type="checkbox"]:checked + label:after{
        display: none;
    }
    .filters .ctx-filter input[type="checkbox"]:checked + label{
        font-weight: 400;
        background: #000;
        color: #fff;
    }
    .filters .ctx-filter label {
        margin: 0;
        background: #FFFFFF;
        line-height: 40px;
        padding: 0 8px;
        margin-bottom: 8px;
    }
    .filters {
        display: flex;
        flex-wrap: wrap;
    }
    .cat_prods figure{
        margin-bottom: 32px;
    }
    .images-product img{
        height: 480px;
    }
    .abs2-arrow span {
        font-size: 36px;
    }
    .hidew {
        /*padding-left: 10px;*/
        /*margin-left: -10px;*/
    }
    .options a{
        font-size: 20px;
        color: #fff;
    }
    a.brand_prod{
        font-size: 24px;
        line-height: 28px;
        margin: 0;
    }
    .price-product .price {
        font-size: 24px;
    }
    .logo {
        margin-right: 42px;
        padding-bottom: 4px;
    }
    .slider_flex .swiper-container {
        width: 100%;
        height: 100%;
    }
    .slider_flex {
        display: flex;
        align-items: flex-start;
    }
    .slider_col {
        display: flex;
        flex-direction: column;
        width: 100%;
        /*margin-right: 60px;*/
        max-width: 100px;
    }
    .slider_thumbs {
        height: 520px;
        overflow: hidden;
    }
    .slider_thumbs .slider_image {
        transition: 0.25s;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.5;
        height: 120px;
    }
    .slider_thumbs .slider_image:hover {
        opacity: 1;
    }
    .slider_thumbs .swiper-slide-thumb-active .slider_image {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1;
    }
    .slider_images {
        height: 500px;
        margin: auto;
    }
    .slider_images .slider_image img {
        transition: 3s;
    }
    .slider_images .slider_image:hover img {
        transform: scale(1.1);
    }
    .slider_image {
        width: 100%;
        height: 100%;
        border-radius: 3px;
        overflow: hidden;
    }
    .slider_image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .collect-item img {
        height: 208px;
    }
    .style2 .space-dotted {
        margin-bottom: 0.5rem;
    }
    .style2 figure.card-product a img {
        width: 210px;
    }
}
@media screen and (min-width: 1201px) {
    figure.card-product  a img{
        height: 360px;
    }
    .banner-top h1 {
        font-size: 56px;
        max-width: 430px;
    }
    .choice .swiper-slide img{
        height: 259px;
    }
    .collect-item img {
        height: 253px;
    }
    .style2 figure.card-product a img {
        width: 250px;
    }
}
@media screen and (min-width: 1441px) {
    .choice .swiper-slide img{
        height: 332px;
    }
    .banner-top h1 {
        font-size: 76px;
        max-width: 558px;
    }
    .container-lg,
    .container{
        max-width: 1432px;
    }
    .images-product img{
        height: 600px;
    }
    figure.card-product  a img{
        height: 445px;
    }
    .collect-item img {
        height: 298px;
    }
    .style2 figure.card-product a img {
        width: 340px;
    }
}


/*to delete*/
#chatra.chatra--side-bottom {
    bottom: 60px!important;
}
/*header line top*/
.header-banner {
    background: #e20612;
    color: #fff;
    padding: 5px 0;
}
.hb-flex p {
    margin: 0;
    font-weight: 600;
}
.hb-flex .btn-stylef {
    text-transform: uppercase;
    background: #ffe600;
    color: #000;
    max-width: 180px;
    text-align: center;
    margin: 0;
    display: block;
}
.hb-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
@media (max-width: 767px) {
    .header-banner {
        font-size: 12px;
    }
    .hb-flex .btn-stylef {
        max-width: 120px;
        font-size: 12px;
    }
}

.custom-select .ctx-filter .btn-check:checked+label,
.custom-select .ctx-filter label:hover,
.custom-select .ctx-filter label:active {
    color: #212529;
    background-color: #ffe600;
    border-color: #ffe600;
    box-shadow: unset;
}
.custom-select .ctx-filter label {
    margin: 0;
    color: #212529;
    border-color: #212529;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-select .ctx-filter {
    display: flex;
    gap: 20px;
    padding: 0;
}
.custom-select {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-cariere {
    background: #f7e300;
    margin-top: 10px;
    padding: 24px;
}</pre></body></html>