*{
    font-family: system-ui;
}
.active-url a{
    color:#007aff !important;
}

.fs-search-block input+i{
    color:#008A4E !important;
}
.owl-dots{
    display:none !important;
}
.fs-logo {
    width: max-content;
    height: max-content;
    display: block;
    margin-right: 2.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.basket-block{
    gap:2rem;
}
.basket-block i {
    font-size: 25px;
    font-weight: 100;
    color: #000;
}
a.wishlist_products_counter {
    position: absolute;
    background: #ffbd27;
    font-style: normal;
    font-weight: bold;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 30%);
    font-size: 11px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 17px;
    letter-spacing: 0;
    height: 18px;
    min-width: 18px;
    border-radius: 99px;
    text-align: center;
    z-index: 3;
    right: -7px;
    top: -5px;
}
.price-span{
    width: max-content;
    margin-left: 10px;
    display: flex;
    flex-direction: column-reverse;
    font-size:14px;
}


.fs-hidden-menu-list-wrapper-ul .fs-hidden-menu-list-wrapper>.fs-hidden-menu-sublist-wrapper{
    position: absolute;
    top: 0px;
    left: 15%;
    width: 100%;
    height: max-content;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
}
.fs-hidden-menu-list-wrapper-ul .fs-hidden-menu-list-wrapper>a {
    width: 100%;
    min-width: 300px;
    min-height: 4.6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 6.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #4A4640;
}
.fs-hidden-menu-list-wrapper-ul .fs-hidden-menu-list-wrapper{
    width:min-content;
}
.fs-hidden-menu-list-wrapper-ul{
    position: absolute;
    height: max-content;
    top: 18px;
    overflow: visible;
    width:100%;
}
ul li {
    list-style:none;
}
.url-item{
    font-size: 18px;
    color: black;
}
.fs-lang-list-wrapper {
    position: absolute;
    top: 0;
    right: 4px;
    width: 100%;
    padding-top: 3.2rem;
}
.fs-lang-list-item{
    justify-content:end;
    padding-right:4px;
}
.fs-action-button a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
    white-space: nowrap;
    color:black;
}
.fs-search-block {
    width: 78.4rem;
    height: 4.6rem;
    position: relative;
}
.fs-home-page-banner-list {
    display: grid !important;
    grid-template-columns: repeat(6, calc( 16.66% - 25px ) );
    grid-gap: 30px;
}
.fs-home-page-banner-list img{
    height: auto;
    max-width: 100%;
    border-radius:10px;
}
.new-slider-first-half{
    background-repeat: no-repeat;
    background-size: cover;
    width: 22%;
    height: 490px;
    overflow: hidden;
    background-position: center !important;
}


.fs-home-page-banner {
    display: block;
    border-radius: 10px;
    transition: transform 0.15s ease-in-out;
    max-height: 100%;
}
.fs-product-card{
    transition: transform 0.15s ease-in-out;
}
.item{
    position:relative;
    transition: transform 0.15s ease-in-out;
}
.fs-home-page-banner:hover {
    transform: scale(1.05);
}
.brand-block:hover {
    box-shadow: 0px 0px 20px 0px rgb(115 115 130 / 20%);
}
.sizes-buttons button:hover {
    box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd);
}
.order-block .choosen-block:hover {
    color:#007aff;
}
.fs-notification-window-action-panel{
    width:100%;
    height:5.6rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 1.2rem;
    box-sizing:border-box;
    box-shadow:0 0.1rem 0 rgba(74,70,64,0.1)
}
.fs-as-read{
    height:3.2rem;
    padding-left:1.4rem;
    padding-right:1.4rem;
    background-color:#ffbd27;
    border:none;
    outline:none;
    color:#000;
    border-radius:0.4rem;
    font-size:1.4rem;
    font-weight:500;
    cursor:pointer
}
.fs-show-unread{
    height:3.2rem;
    background-color:transparent;
    padding-left:4.6rem;
    padding-right:1.4rem;
    position:relative;
    border:0.1rem solid #ffbd27;
    border-radius:0.4rem;
    font-size:1.4rem;
    line-height:2.2rem;
    font-weight:500;
    color:#000;
    cursor:pointer
}
.fs-contact-us-submit-btn-wrapper button:hover {
    color: black;
}
.read-more-news a:hover {
    font-size: 17px;
    color:blue;
}
.owl-carousel .owl-stage{
    padding-top:10px;
}
/*.fs-product-card:hover {*/
.item:hover {
    transform: translateY(-5px);
}
.news-block .news-img:hover {
    opacity:0.9;
    transform: scale(1.05);
}
.read-more-news a{
    font-size:15px;
    color:black;
}

.fs-section-title{
    padding-top: 11rem;
    font-size: 28px;
    font-weight: unset;
    line-height: 3.2rem;
    color: #4A4640;
    width: max-content;
    padding-bottom: 1rem;
    border-bottom: 2px solid #ffbd27;
    margin-bottom: 2rem;
}
.icon-about-parent i{
    font-weight: 900;
    font-size: 46px;
}

.adv-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.adv-content {
    font-size: 14px;
    opacity: 0.9;
    text-align: center;
    margin-top: 5px;
    line-height: 20px;
}
.icon-product-parent .adv-title{
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.icon-product-parent i{
    font-weight: 600;
    font-size: 20px;
}

.fs-hot-offer-section .title{
    left:50%;
    bottom: 3rem;
    transform: translate(-50%, 15%);
    width: max-content;
    text-overflow: ellipsis;
    color: white;
    font-size: 150%;
    line-height: 20px;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
}
.right-parent{
    overflow: hidden;
    height: 490px;
    width:15%;
    min-width:150px;
    gap:15px;
}
.small-video{
    width: 200px;
    height: 153px;
    background-size: cover!important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.main-suggestions{
    --flexgrid-column-size: 12;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px clamp(0px, calc(var(--container-padding) * 2), calc((100% - 5px) / 50));
}
.fs-product-name{
    font-size: 14px;
    font-weight: 500;
    min-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width:100%;
    /*padding-top:1.2rem;*/
    overflow:hidden;
}
.fs-product-name a{
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
    color: #222;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.fs-product-current-price{
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}
.fs-last-viewed-section  .owl-stage-outer{
    min-height:300px;
}
.brand-block a h2 {
    font-size: 13px;
    color: black;
}
/*//*/
/*.fs-product-card{
    height:35.4rem
}*/
.fs-min-product-slider .fs-product-card{
    width:calc(33.333% - 2.4rem)
}
.fs-min-product-slider .fs-product-card{
    width:calc(50% - 2.4rem)
}
/*.fs-product-card{
    height: 26.4rem !important;
}*/
.fs-min-product-slider .fs-product-card{
    width:48% !important;
    margin:1% !important;
}.fs-min-product-slider .fs-product-card{
     width:calc(25% - 2.4rem);
     margin-right:2.4rem;
     margin-bottom:2.4rem
 }

/*.fs-product-card{
    padding:1rem 1rem 6.6rem;
}*/
.new-slider-parent{
    gap:2rem;
}
.fs-product-card[data-sale]:before{
    content:attr(data-sale);
    position:absolute;
    top:1rem;
    left:1rem;
    border-radius:0 0 0.4rem 0;
    background-color:#ffffff;
    width:4.6rem;
    height:2.4rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-weight:700;
    font-size:1.2rem;
    line-height:2rem;
    color:#A02929;
    z-index:1
}
.fs-product-card.fs-new-product:after{
    content:attr(data-new);
    position:absolute;
    top:0.4rem;
    right:0.4rem;
    width:4rem;
    height:4rem;
    background-image:url("/web/site/assets/media/images/new-prod-star.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    font-weight:700;
    font-size:1.2rem;
    line-height:2rem;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff
}
.show-more-switcher:not(:checked)+.fs-min-product-slider .fs-product-card:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)):not(:nth-of-type(6)):not(:nth-of-type(7)):not(:nth-of-type(8)){
    display:none;
}
.d-grid{
    display:grid;
}

/*//*/
.filter-select-prod{
    position:absolute;
    top: 54%;
    right: 5px;
    border:1px solid lightgray;
    border-radius:3px;
}
.filter-select-prod-sec{
    border:1px solid lightgray;
    border-radius:3px;
}
.fs-product-current-price span{
    padding-right: 10px;
}
/*//*/
footer{
    background:#f7f8f9;
    width:100%;
    height:max-content;
    color:black;
}
footer ul{
    width:max-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 16px;
    margin-top: 30px;
}
footer ul span{
    font-weight: 400;
    font-size: 16px;
}
footer ul h4{
    font-weight: 400;
    font-size: 18px;
}
footer ul a{
    color:black;
}
.fs-product-add-to-cart{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #ffbd27;
    border: none;
    outline: none;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
}
.fs-personal-page-tab-result .fs-product-action-block{
    display:none;
}

.fs-product-action-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.fs-product-count-calc{
    width:65%;
    height:4.6rem;
    padding-left:4.8rem;
    padding-right:4.8rem;
    box-sizing:border-box;
    position:relative
}
.fs-sign-in-title{
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:2.4rem;
    line-height:3.2rem;
    margin-top:0;
    margin-bottom:0;
    color:#ffbd27;
    padding-bottom:3.2rem
}
.fs-auth-input-label{
    display:block;
    box-sizing:border-box;
    padding-bottom:1.2rem;
    font-size:1.4rem;
    line-height:2.2rem;
    color:#000;
    font-weight:500
}
.fs-authorization-submit{
    width:100%;
    height:4.6rem;
    background-color:transparent;
    border-radius:0.4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:1.6rem;
    color:#ffbd27;
    border:solid 1px #ffbd27;
    font-size:1.6rem;
    font-weight:500;
}
.fs-auth-sign-in-action-row .fs-auth-remember-me .fs-auth-checkbox-label{
    display:block;
    white-space:nowrap;
    font-size:1.4rem;
    font-weight:700;
    color:#000;
}
.fs-top-profile-abbr{
    width:3.2rem;
    height:3.2rem;
    border-radius:50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#C092DA;
    color:#fff;
    font-weight:500;
    font-size:1.4rem;
    line-height:1
}

.fs-action-button .fs-profile-popover-window .fs-profile-abbr{
    position:absolute;
    top:2rem;
    left:1.6rem;
    width:4rem;
    height:4rem;
    border-radius:50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#C092DA;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    font-size:1.6rem;
    line-height:2.4rem;
    font-weight:500
}
.fs-nav-burger span:after,.fs-nav-burger span:before{
    content:"";
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    border-radius:0.3rem;
    background-color:black;
    -webkit-transition:background-color 240ms;
    transition:background-color 240ms
}
.fs-nav-burger span{
    display:block;
    width:2.2rem;
    height:0.3rem;
    border-radius:0.3rem;
    background-color: black;
    -webkit-transition:background-color 240ms;
    transition:background-color 240ms;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)
}
.fs-action-button>a,.fs-action-button>button{
    color:black;
}
a:hover {
    text-decoration: none;
}
.brand-block a:hover {
    text-decoration: underline;
}
.news-menu ul li a{
    color:black !important;
    font-size: 16px;
    font-weight: 600;
}
.news-menu ul{
    align-items:center;
    height:7px;
    display:flex;
    justify-content:center;
    gap:10px;
}
.all-news{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:40px;
}

.news-block{
    width:49%;
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-top:20px;
}
.news-img-parent{
    max-width:100%;
    overflow:hidden;
    border-radius: 4px;
    background:#222;
}
.news-block .news-img{
    height:391px;
    width:100%;
    background-size:cover !important;
    background-repeat:no-repeat;
    border-radius: 4px;
}
.news-block h4{
    font-family: inherit;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 33px;
}
.about-news{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    font-size: 15px;
}
button:focus {
     outline: none !important;
}
.fs-product-add-to-fav{
    position: absolute;
    top: 3px;
    left: 10px;
    width: 0.4rem;
    height: 0.9rem;
    padding: 0;
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-weight: 100;
}
/*.fs-product-add-to-fav.active{
    color:#008A4E
}*/
.fs-product-add-to-fav.active:before{
    content:"\e913"
}
.fs-cart-empty-button.active{
    pointer-events:auto;
    background-color:#dc3545;
}
.fs-cart-empty-button i{
    font-size:1.8rem;
    position:absolute;
    top:50%;
    left:1.5rem;
    transform:translateY(-50%)
}
.fs-filter-reset-btn-wrapper .fs-filter-reset-btn{
    height: 4.6rem;
    min-width: 10.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #ffbd27;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.6rem;
    background:transparent;
    line-height: 2.4rem;
    color: #ffbd27;
    border-radius: 0.4rem;
}
.fs-filter-reset-btn-wrapper{
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-top:3.2rem
}
.fs-contact-us-textarea-field {
    display: block;
    width: 100%;
}
.fs-contact-us-submit-btn-wrapper button{
    background-color:#ffbd27;
    font-size:1.6rem;
    line-height:2.4rem;
    color:#fff;
    display:flex;
    align-items:center;
    border:none;
    border-radius:4px;
    padding: 6px 1.6rem;
}
.fs-contact-us-textarea-field textarea{
    height: 150px;
    border-color: #e5e8ec;
    border-radius: 4px;
    background: transparent;
    padding: 10px !important;
    color: #021523;
    resize: none;
    width:100%;
    font-size:15px;
}
.fs-contact-us-input-field input{
    width: 100%;
    color: rgb(0, 0, 0);
    outline: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em;
    padding-left: 1.6rem;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #e5e8ec;
}
.fs-contact-us-wrapper{
    width:60%;
    padding-bottom:4.6rem
}
.info-icon{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #febb3e;
    font-size: 26px;
    color: #021523;
}
.contact-info-contacts .contact-block{
    width: max-content;
    gap: 35px;
    padding-left: 2.6rem;
}
.contact-info-contacts .contact-infos{
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    background: #F7F8F9;
    border-radius: 4px;
}.contact-info-contacts .info-title {
     font-size: 16px;
     font-weight: bold;
 }
.contact-info-contacts .info-description {
     font-size: 14px;
     font-weight: 400;
 }
.w-33{
    width:33% !important;
}
.fs-page-title h1{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 4rem;
    color: #0a0a0a;
    padding-bottom: 3.2rem;
    font-family: math;
}
.fs-contact-us-submit-btn-wrapper{
    width:100%;
    display:flex;
    -ms-flex-pack:end;
    align-items:center;
    margin-top:3.2rem
}
#main{
    box-sizing: border-box;
    min-height: 100%;
    margin-bottom: 10rem;
}
.fs-single-product-main-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    border:1px solid #e5e8ec;
}
.sizes-buttons{
    gap:8px;
}
.sizes-buttons button{
    transition: transform 0.25s ease-in-out;
    border-radius:2px;
    background:white;
    border:none;
    box-shadow: var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);
    width:max-content;
    min-width:30px;
    height:25px;

}
.add-product-order .order-block{
    padding: 20px;
    border: 1px solid #e5e8ec;
    border-radius: 10px;
}
.add-product-order .counts-block{
    border: 1px solid #e5e8ec;
    border-radius: 5px;
}
.add-product-order .counts-block button, input{
    border:none;
    background:white;
    width:40px;
    height:40px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    text-align:center;
    font-size:14px;
}
.add-product-order .counts-block button{
    font-size: 18px;
    font-weight: 600;
}
.order-block .counts-block{
    width:max-content;
    font-size:15px;
}
.order-block .adding-block button{
    background:#ffbd27;
    font-size:15px;
    border:none;
    border-radius:5px;
    padding: 0rem 3rem;
    width:max-content;
}
.order-block .adding-block{
    gap:8px;
}
.order-block p{
    font-size:12px;
}
.order-block form{
    gap:8px;
}
.order-block .choosen-block p{
    margin:0;
    color:black;
}
.order-block .choosen-block{
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    color:black;
    font-size:14px;
}
.fs-action-button[data-prod-count]:not([data-prod-count=""]):after{
    content:attr(data-prod-count);
    background-color:#ffbd27;
    color:black;
    font-size:10px;
}
.fs-action-button[data-fav-count]:not([data-fav-count=""]):after{
    content:attr(data-fav-count);
    background-color:#ffbd27;
    color:black;
    font-size:10px;
}
.add-product-order{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top:20px;
}
.fs-single-product-text-info{
    margin: 20px 0px;
}
.fs-single-info-col .about-product{
    font-size:13px;
}
.fs-single-product-desc-content{
    margin-top:0;
    margin-bottom:0;
    line-height:2.4rem;
    color:#4A4640;
    font-size:15px;
}
.fs-single-row{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap:2.4rem;
}
.fs-similar-products-title{
    width:100%;
    font-size:2.4rem;
    line-height:3.2rem;
    margin-top:0;
    margin-bottom:0
}
.fs-single-product-desc-content p:not(:last-child){
    padding-bottom:1.2rem
}
.fs-category-el:hover{
    transform: translateY(-5px);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.fs-category-el{
    transition: transform 0.25s ease-in-out;
    display: flex;
    align-items: center;
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    padding: 10px;
    text-transform: uppercase;
    gap:30px;

}

.fs-categories-col{
    display:grid;
    gap:20px;

}
.fs-category-el span{
    font-size:18px;
    color:black;
}
.fs-category-el img{
    width:95px;
    height:95px;
    object-fit:contain;
    border-radius:50%;
}
.fs-sign-up-block{

    width:100%;
    max-width:42.78%;
    box-sizing:border-box;
    border: 1px solid #e5e8ec;
    border-radius: 6px;
    padding: 60px;
    margin:auto;
    margin-top:75px;
}
.fs-sign-up-title{
    width:100%;
    text-align:center;
    font-weight:700;
    font-size:2.4rem;
    line-height:3.2rem;
    margin-top:0;
    margin-bottom:0;
    color:rgb(254, 187, 62);
    padding-bottom:1.2rem;
}

.fs-cart-table-title-row .fs-cart-table-title-col{
    font-size:1.4rem;
    line-height:2.2rem;
    font-weight:600;
    text-transform:uppercase;
}
.fs-cart-table-title-row{
    width:100%;
    padding:1.2rem 1.6rem;
    box-sizing:border-box;
    background-color:#ffbd27;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    border-radius:0.4rem 0.4rem 0 0;
    position:sticky;
    top:15.8rem;
    z-index:7;
    color:black;
}
.fs-cart-supplier-submit-button{
    padding:0 1.4rem;
    height:3.2rem;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#fff;
    border:0.1rem solid #008A4E;
    color:#008A4E;
    box-sizing:border-box;
    font-size:1.4rem;
    font-weight:500;
    border-radius:0.4rem;
    cursor:pointer;
    /*pointer-events:none;*/
    -webkit-transition:color 240ms, background-color 240ms;
    transition:color 240ms, background-color 240ms;
}

.fs-cart-product-counter-block,.fs-cart-piece-prod-calc-block,.fs-cart-hard-prod-calc-block{
    width:100%;
    height:max-content;
    align-items:center;
    border-radius:0.4rem;
    border:0.1rem solid #D7D4D1;
}
.fs-cart-product-counter-block button,.fs-cart-piece-prod-calc-block button,.fs-cart-hard-prod-calc-block button{
    width:5.6rem;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:transparent;
    border:none;
    outline:none;
    color:#9B958C;
    -webkit-transition:color 240ms;
    transition:color 240ms;
    font-size:1.4rem;
    cursor:pointer
}
.fs-cart-product-counter-block button:hover,.fs-cart-piece-prod-calc-block button:hover,.fs-cart-hard-prod-calc-block button:hover{
    color:#4A4640
}
.fs-cart-product-counter-block .fs-cart-product-counter-number,.fs-cart-product-counter-block .fs-cart-hard-prod-count,.fs-cart-product-counter-block .fs-cart-piece-prod-count,.fs-cart-piece-prod-calc-block .fs-cart-product-counter-number,.fs-cart-piece-prod-calc-block .fs-cart-hard-prod-count,.fs-cart-piece-prod-calc-block .fs-cart-piece-prod-count,.fs-cart-hard-prod-calc-block .fs-cart-product-counter-number,.fs-cart-hard-prod-calc-block .fs-cart-hard-prod-count,.fs-cart-hard-prod-calc-block .fs-cart-piece-prod-count{
    width:3.8rem;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.6rem;
    color:#9B958C;
    text-align:center;
    border:none;
    outline:none;
    background-color:transparent
}

.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    /*-webkit-transform:translate3d(0, 0, 0)*/
    padding-left: 7px;
}
.fs-breadcrumbs-wrapper{
    width:100%
}
.fs-breadcrumbs-list{
    height:7rem;
    padding-left:0;
    margin-top:0;
    margin-bottom:0;
    list-style:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.fs-breadcrumbs-el{
    font-size:1.4rem;
    font-weight:500;
    color:#000;
}
.fs-breadcrumbs-el:not(:last-child){
    margin-right:0.7rem;
}
.fs-breadcrumbs-el a{
    font-weight: 500;
    color: #000000;
}
.fs-product-thumbnail-wrapper{
    width:100%;
    display:block;
    position:relative;
    border-radius:0.4rem;
    overflow:hidden
}
.fs-personal-order-tab{
    padding:0 1.6rem;
    box-sizing:border-box;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.6rem;
    line-height:2.4rem;
    font-weight:400;
    color:#ffbd27;
    background-color:transparent;
    border:none;
    position:relative;
    text-decoration:none;
}
.active-border-bottom{
    border-bottom:solid 0.2rem #ffbd27;
}

.fs-product-thumbnail-wrapper:after{
    content:"";
    position:relative;
    display:block;
    width:100%;
    padding-top:93.457%;
    pointer-events:none
}
.fs-product-thumbnail{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    position:absolute;
    top:0;
    left:0;
    border-radius:0.4rem;
}
.copyright{
    font-size:16px;
}

.fs-personal-announced-table-wrapper thead{
    background-color: #D7D4D1;
}
.fs-personal-announced-table-wrapper thead td,.fs-personal-announced-table-wrapper tbody td{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    color: #4A4640;
    font-weight: 700;
}
.fs-single-min-thumbnail{
    width:9.8rem;
    height:10.4rem;
    margin-top:1.2rem;
    margin-bottom:1.2rem;
    cursor:pointer;
    border-radius:0.4rem;
    overflow:hidden
}

.fs-single-product-main-image{
    width:80%;
    height:58.4rem;
}
.fs-category-page-sidebar{
    /*width:44em*/
    width:100%
}
.fs-filter {
    min-width:240px;
}

@media screen and (max-width: 1000px){
    .brands-section{
        grid-template-columns: repeat(3, calc(33% - 25px)) !important;
    }
     .fs-home-page-banner-list {
        grid-template-columns: repeat(3, calc( 33.33% - 25px ) );
     }
    .fs-home-page-banner {
        max-height: 100%;
        width:max-content;
    }
    .fs-hot-offer-section .title {
        bottom: 3rem;
        max-width: 80%;
        text-align: center;
    }
    .new-slider-first-half{
        display:none;
    }
    .small-sliders{
        min-width:300px;
    }
    .new-slider-parent .small-sliders video{
        width:75%;
    }
    .new-slider-parent .right-parent{
        width:30%;
    }
    footer p{
        font-size:14px;
    }
    .videos-image{
        min-width:0px;
        width:75% !important;
    }
}

@media screen and (max-width: 750px){
    .fs-action-button[data-fav-count]:not([data-fav-count=""]):after{
        font-size:5px;
    }
    .fs-action-button[data-prod-count]:not([data-prod-count=""]):after{
        font-size:5px;
    }
    .fs-home-page-banner-list img{
        max-width:80%;
    }
    .fs-hot-offer-section .title{
        left:40%;
    }
    .new-slider-parent .right-parent {
        /*width:100%;*/
        display:none !important;
    }
    .url-item{
        font-size:14px;
    }
    .all-news .news-block{
        width:95%;
    }
}
@media screen and (max-width: 700px){
    .right-parent {
        height: auto;
        width: 100%;
        min-width: 150px;
        flex-direction:row !important;
        gap:0.34%;
    }
    .small-sliders {
        min-width: 33%;
    }
    .new-slider-parent{
        flex-direction:column !important;
    }
    .small-video{
        width:auto;
    }
    .fs-sign-up-block{
        max-width:90%;
        padding:10px;
    }
    footer ul{
        min-width: max-content;
        padding:0;
    }
    footer ul li{
        width:100%;
    }
}

@media screen and (max-width: 600px  ) {
    .header-navbar-2{
        flex-wrap:wrap;
    }
    .small-sliders{
        display:none;
    }
    .fs-home-page-banner-list {
        grid-template-columns: repeat(2, calc( 50% - -12px ) );
    }
    .header-navbar-2{
        display: grid !important;
        grid-template-columns: repeat(3, calc( 33% - 0px ) );
    }
    .icon-about-parent i{
        font-size:37px;
    }
    .adv-title {
        font-size: 11px;
        font-weight: 500;
    }
    .adv-content {
        font-size: 9px;
        line-height: 17px;
    }
    .main-suggestions{
        gap:2%;
    }
    .footer-copyright .payment-picture{
        width:100px;
        height:auto;
    }
    .footer-copyright .copyright{
        font-size:8px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .alignnone{
        width:80px;
        height:auto;
    }
    .fs-logo{
        width:100px;
    }
    .fs-container{
        margin:0 auto !important;
    }
    /*footer ul {*/
    /*    padding-left: 5%;*/
    /*}*/
    footer ul li{
        max-width:max-content;
    }
    footer ul span{
        font-size:13px;
    }

}
@media screen and (max-width: 500px  ){

    .alignnone {
        width:60px;
    }
    .footer-copyright .copyright {
        width:max-content;
    }
    .payment-picture{
        width:80px;
    }
    .fs-home-page-banner-list {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .fs-home-page-banner{
        width:auto;
    }
    .fs-home-page-banner-list img{
        max-width:100%;
    }
    .fs-hot-offer-section .title {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .fs-home-page-banner{
        width:45%;
    }
    footer .fs-container{
        flex-wrap:wrap;
    }
}
