/*futura-bt*/
/*@font-face {*/
/*    font-family: 'Futura Hv BT';*/
/*    src: url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Heavy.woff2') format('woff2'),*/
/*    url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Heavy.woff') format('woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Futura Bk BT';*/
/*    src: url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Book.woff2') format('woff2'),*/
/*    url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Book.woff') format('woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Futura Md BT';*/
/*    src: url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Medium.woff2') format('woff2'),*/
/*    url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Medium.woff') format('woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Futura BT';*/
/*    src: url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Medium.woff2') format('woff2'),*/
/*    url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Medium.woff') format('woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Futura Lt BT';*/
/*    src: url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Light.woff2') format('woff2'),*/
/*    url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-Light.woff') format('woff');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Futura MdCn BT';*/
/*    src: url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-MediumCondensed.woff2') format('woff2'),*/
/*    url('/catalog/view/theme/default/fonts/futura-bt/FuturaBT-MediumCondensed.woff') format('woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/



/*:root {*/
/*    --lt-font: 'Futura Lt BT', sans-serif;*/
/*    --md-font: var(--md-font);, sans-serif;*/
/*    --bk-font: 'Futura Bk BT', sans-serif;*/
/*    --hv-font: var(--hv-font);, sans-serif;*/
/*    --mdcn-font: 'Futura MdCn BT', sans-serif;*/
/*}*/

/*acherus-grotesque*/

@font-face {
    font-family: 'Acherus Grotesque Light';
    src: url('/catalog/view/theme/default/fonts/acherus-grotesque/AcherusGrotesque-Light.woff2') format('woff2'),
    url('/catalog/view/theme/default/fonts/acherus-grotesque/AcherusGrotesque-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acherus Grotesque ExtraBold';
    src: url('/catalog/view/theme/default/fonts/acherus-grotesque/AcherusGrotesque-ExtraBold.woff2') format('woff2'),
    url('/catalog/view/theme/default/fonts/acherus-grotesque/AcherusGrotesque-ExtraBold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acherus Grotesque Regular';
    src: url('/catalog/view/theme/default/fonts/acherus-grotesque/AcherusGrotesque-Regular.woff2') format('woff2'),
    url('/catalog/view/theme/default/fonts/acherus-grotesque/AcherusGrotesque-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



:root {
    --lt-font: 'Acherus Grotesque Light', sans-serif;
    --md-font: 'Acherus Grotesque Regular', sans-serif;
    --bk-font: 'Futura Bk BT', sans-serif;
    --hv-font: 'Acherus Grotesque ExtraBold', sans-serif;
    --mdcn-font: 'Futura MdCn BT', sans-serif;
}

html{
    font-size: 16px;
}
body{
    font-family: var(--lt-font);
}


img{max-width: 100%;height: auto}


@media (min-width: 1600px) {
    .col-auto{min-width: 210px}
}

.ico-cart{
    width: 34px;
    height: 34px;
    background: url('/catalog/view/theme/default/image/ico/ico-cart-alt.svg');
    display: block;
}
.ico-shopping-bag{
    height: 25px;
    width: 25px;
    background: url('/catalog/view/theme/default/image/ico/shopping-bag.svg') no-repeat 50% 50%;
    display: inline-block;
    transition: filter 0.2s;
}
.account-link-text{
    position: relative;
    top:-3px;
    margin-left: 8px;
}
.col-links{
    display:inline-flex;
    justify-content: right;
    align-items: center;
}




/*ICONS*/
/*common icons*/
.ico-arrow-left {
    display: inline-block;
    width: 21px; height: 12px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -139px -139px;
}

.ico-arrow-right {
    display: inline-block;
    width: 21px; height: 12px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -211px -10px;
}
.ico-arrow-down {
    display: inline-block;
    width: 11px; height: 12px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -139px -139px;
    transform: rotate(-90deg);
}

.ico-arrow-down-alt{
    display: inline-block;
    width: 16px; height: 12px;
    background: url('/catalog/view/theme/default/image/ico/ico-arrow-down-alt.svg') no-repeat 50% 50%;
}

.ico-prev, .ico-next{
    content: '';
    padding: 4px;
    border: solid #EE1D24;
    border-width: 0 1px 1px 0;
    display: inline-block;
}
.ico-prev{
    transform: rotate(-45deg);
    -webkit-transform: rotate(135deg)
}
.ico-next{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.ico-backet{
    display: block;
    width: 15px; height: 17px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -211px -42px;
}
.ico-cart-remove{
    display: block;
    width: 20px;
    height: 20px;
    background: url('/catalog/view/theme/default/image/ico/ico-cart-remove.svg') no-repeat 50% 50%;
}
.btn .ico-cart-remove{
    opacity: 0.3
}
.btn:hover .ico-cart-remove{
    opacity: 1;
}
.btn:hover .ico-backet, .btn:focus .ico-backet, .ico-backet-active {
    display: block;
    width: 15px; height: 17px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -211px -79px;
}

.ico-cart-light{
    filter:brightness(100);
}
.ico-cart-secondary{
    display: block;
    width: 21px;
    height: 17px;
    background: url('/catalog/view/theme/default/image/ico/button-cart.svg') no-repeat 50% 50%;
}
.ico-check {
    display: block;
    width: 17px; height: 13px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -211px -116px;
}

.ico-close {
    display: block;
    width: 58px; height: 57px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -10px -10px;
}
.ico-close.ico-close-light{
    filter:brightness(100);
}

.ico-close-md{
    background-size: 192px;
    background-position: -19px -19px;
    width: 25px; height: 25px;
}
.ico-close-alt{
    background: url('/catalog/view/theme/default/image/ico/ico-close.svg') no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: block;
}
.ico-maestro {
    display: block;
    width: 50px; height: 32px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -88px -10px;
}

.ico-mastercard {
    display: block;
    width: 50px; height: 32px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -10px -87px;
}

.ico-minus {
    display: block;
    width: 12px; height: 2px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -158px -112px;
}

.ico-pdf {
    display: block;
    width: 20px; height: 22px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -99px -139px;
}

.ico-plus {
    display: block;
    width: 11px; height: 11px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -211px -149px;
}

.ico-decrease{
    width: 16px;
    height: 16px;
    background: url('/catalog/view/theme/default/image/ico/ico-decrease.svg') no-repeat 50% 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ico-increase{
    width: 16px;
    height: 16px;
    background: url('/catalog/view/theme/default/image/ico/ico-increase.svg') no-repeat 50% 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ico-search {
    display: block;
    width: 30px; height: 30px;
    background: url('/catalog/view/theme/default/image/ico/ico-search-primary.svg');
}
.ico-search.ico-search-light{
    filter: invert(1);
}

.ico-search-xl {
    display: block;
    width: 33px; height: 34px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -158px -10px;
}


.ico-user{
    display: block;
    width: 33px; height: 33px;
    background: url('/catalog/view/theme/default/image/ico/ico-user-alt.svg');
}
.ico-user-active{
    display: block;
    width: 33px; height: 33px;
    background: url('/catalog/view/theme/default/image/ico/ico-user-active-alt.svg');
}

.ico-visa {
    display: block;
    width: 50px; height: 32px;
    background: url('/catalog/view/theme/default/image/sprite_main.png') -80px -87px;
}

.ico-pig{
    width: 28px;
    height: 28px;
    display: block;
    background: url('/catalog/view/theme/default/image/ico/ico-pig.svg') no-repeat 50% 50%;
}
.ico-barber-sale{
    width: 28px;
    height: 28px;
    display: block;
    background: url('/catalog/view/theme/default/image/ico/ico-barber-sale.svg') no-repeat 50% 50%;
}

/*----social icons*/
.ico-facebook {
    display: block;
    width: 40px; height: 40px;
    background: url('/catalog/view/theme/default/image/ico/social/facebook.png') no-repeat center/contain;
}
.links_social_link:hover .ico-facebook {
    background-image: url('/catalog/view/theme/default/image/ico/social/facebook-hover.png');
}

.ico-instagram {
    display: block;
    width: 40px; height: 40px;
    background: url('/catalog/view/theme/default/image/ico/social/instagram.png') no-repeat center/contain;
}
.links_social_link:hover .ico-instagram {
    background-image: url('/catalog/view/theme/default/image/ico/social/instagram-hover.png');
}

.ico-whatsapp {
    display: block;
    width: 40px; height: 40px;
    background: url('/catalog/view/theme/default/image/ico/social/viber.png') no-repeat center/contain;
}
.links_social_link:hover .ico-whatsapp {
    background-image: url('/catalog/view/theme/default/image/ico/social/viber-hover.png');
}

.ico-telegram {
    display: block;
    width: 40px; height: 40px;
    background: url('/catalog/view/theme/default/image/ico/social/telegram.png') no-repeat center/contain;
}
.links_social_link:hover .ico-telegram {
    background-image: url('/catalog/view/theme/default/image/ico/social/telegram-hover.png');
}

.ico-viber {
    display: block;
    width: 24px; height: 25px;
    background: url('/catalog/view/theme/default/image/sprite_social.png') -10px -137px;
}

.ico-twitter {
    display: block;
    width: 24px; height: 25px;
    background: url('/catalog/view/theme/default/image/sprite_social.png') -10px -236px;
}

.ico-linkedin {
    display: block;
    width: 24px; height: 25px;
    background: url('/catalog/view/theme/default/image/sprite_social.png') -12px -287px;
}

/*----menu icons*/
.ico-menu{
    width: 26px; height: 26px;
    display: block;
    filter: grayscale(1);
}


.ico-barbershop{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-barbershop.svg') no-repeat 50% 50%;
}
.ico-darceky{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-darceky.svg') no-repeat 50% 50%;
}
.ico-vlasy{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-vlasy.svg') no-repeat 50% 50%;
}
.ico-brada-and-fuzy{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-brada-and-fuzy.svg') no-repeat 50% 50%;
}
.ico-holenie{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-holenie.svg') no-repeat 50% 50%;
}
.ico-zlavy{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-zlavy.svg') no-repeat 50% 50%;
}
.ico-telo-a-tvar{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-telo-a-tvar.svg') no-repeat 50% 50%;
}
.ico-znacky{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-znacky.svg') no-repeat 50% 50%;
}
.ico-blog{background-position: -122px -122px}

.ico-zlavy-alt{
    background: url('/catalog/view/theme/default/image/ico/categories/ico-zlavy-alt.svg') no-repeat 50% 50%;
}


/*COMMON*/


@media (min-width: 1450px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1437px;
    }
}
a, a:hover{
    color:#101010
}

/*heading, text*/
.h1{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
h3, .h3, h2, .h2{
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    color:#101010;
    font-family: var(--hv-font);
}
h5, .h5, h6, .h6, h4, .h4{
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    color:#101010;
}
b, strong{font-weight: bold}
.font-w-900{font-weight: 900}
.size-24{font-size: 24px;}
.text_show_more{
    font-size: 17px;
    font-weight: 300;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}
.text_show_more .btn_toggle{
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
    color: rgba(227, 6, 20, 0.71);
    font-weight: 700;
    font-size: 17px;
    background: transparent;
    box-shadow: none !important;

}
.text_show_more:not([data-text-more-shown="1"]) .btn_toggle{
    position: absolute;
    bottom: -5px;
    left: 0;

    box-shadow: 1px -11px 50px 20px #fff !important;
    background: #fff;
}

/*show more v2*/
[data-showmore] [data-showmore-content] {
    overflow: hidden;
    transition: height 0.5s;
    position: relative;
}
[data-showmore] [data-showmore-content]:not(.normal-height)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    width: 100%;
    height: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -27.692%, rgb(255, 255, 255) 78.462%);
}
.show-more{
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--bk-font);
}
/**/

/*bg, color*/

.bg-primary{
    background-color: #101010 !important;
}
.bg-secondary{
    background-color: #EE1D24 !important;
}
.color-primary{
    color:#101010;
}
.color-secondary{
    color:#EE1D24;
}
/*----buttons*/
.menu-btn{
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: transparent;
    border:none;
    box-shadow: none;
    padding: 0;
    background: url("/catalog/view/theme/default/image/ico/ico-menu-alt.svg") no-repeat 50% 50%;");
}


.btn{
    border-radius: 1px;
    text-transform: none;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(238 29 37 / 51%);
}
.btn.disabled{opacity: 0.5}
.btn i{pointer-events: none}
.btn.btn-primary, .btn-primary.focus, .btn-primary:focus,.btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
    background: #EE1D24;
    color:#fff;
    border-color:transparent;
    border-radius: 26px;
    font-family: var(--hv-font);
    font-weight: 400;
}
.btn.btn-primary:hover{opacity: 0.8}
.btn.btn-primary:not(.btn-sm):not(.btn-xs):not(.btn-lg):not(.btn-md){
    padding: 0.5rem 0.5rem;
}

.btn-primary.focus, .btn-primary:focus,.btn-primary:active{
    box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
    box-shadow: 0 0 0 0.2rem rgb(238 29 37 / 51%) !important;
}
.btn.btn-primary.btn-md, .btn.btn-outline-dark{
    border-radius: 6px;
}
.btn.btn-simple,
.btn.btn-simple:hover,
.btn.btn-simple:focus
{box-shadow: none !important;}

.btn.btn-primary-new{
    width: auto;
    min-width: 260px;
    border-radius: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-transform: none;
}
.btn.btn-secondary{
    background: #101010;
    border-radius: 10px;
    color:#fff;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--hv-font)
}
.btn.btn-secondary.btn-lg{
    min-width: 238px;
    padding:17px 20px;
}

.btn.btn-secondary.btn-md{
    min-width: 187px;
    padding:11px 20px;
}
@media (min-width: 768px) {
    .btn.btn-primary:not(.btn-sm):not(.btn-xs):not(.btn-lg):not(.btn-md){
        padding: 1rem 2.5rem;
    }
}

.btn.btn-green {
    background: #56C700;
    border-radius: 10px;
    color: #fff;
}
.btn.btn-green.focus, .btn.btn-green:focus{
    box-shadow: 0 0 0 0.2rem #36c256;
}
/*----inputs*/
.form-control{
    border-radius: 0;
    border:0;
    box-shadow: none;
    border-bottom:1px solid #9E9E9E;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    padding: 8px 2px;
    height: 38px;
}
.form-control:focus{
    border-color:rgba(0, 0, 0, 0.25);
}
::-webkit-input-placeholder {
    font-size: 14px;
    color: #707070;
}
::-moz-placeholder {
    font-size: 14px;
    color: #707070;
}
:-ms-input-placeholder {
    font-size: 14px;
    color: #707070;
}
:-moz-placeholder {
    font-size: 14px;
    color: #707070;
}

.form-control-new{
    border:1px solid #DBDBDB;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
    height: auto;
}
.form-control-new::placeholder{
    font-size: 13px;
}

/*----sliders*/
.slider-nav{
    margin-top: 25px;
    position: relative;
    height: 50px;
}
.slider-buttons{
    position: absolute;
    right: 2px;
    top:-2px;
}
.slider-button-next,
.slider-button-prev{
    width: 50px;height: 50px;
    padding: 5px !important;
    text-align: center;
    background: #EE1D24;
}
.slider-button-next{margin-left: 2px;}
.slider-scrollbar{
    height: 2px;
    background: #E0E0E0;
    border-radius: 1px;
    margin-right: 126px;
    position: relative;
    top:24px;
}
.swiper-scrollbar-drag{
    background: #EE1D24;
    border-radius: 1px;
    height: 6px;
    top:-3px;
}
/*----tabs*/
.nav-tabs{
    border-bottom:0;
}
.nav-tabs .nav-link{
    border: 1px solid #101010;
    background: #fff;
    border-radius: 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 31px;
    color: #101010;
    margin-right: -1px;
    margin-bottom: 0;
}
.nav-tabs .nav-link.active{
    color:#fff;
    background: #EE1D24;
    border-color:#EE1D24;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color:#101010;
}

/*----breadcrumb*/
.breadcrumb{
    background: none;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
    align-items: center;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 6%;
    position: relative;
}
.breadcrumb-item+.breadcrumb-item::before{
    float: none;
    position: absolute;
    top: 50%;
    left: 0.6vw;
    transform: translateY(-50%);
    color:#BDBDBD;
}
.breadcrumb .breadcrumb-item.active{
    color:#BDBDBD
}

.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a
{
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color:#BDBDBD;
}

/*----pagination*/
.product_list_grid + .pagination_nav{
    margin-top: -10px;
}
.page-item{
    text-align: center;
}
.page-item .page-link{
    font-size: 16px;
    color:#666;
    border-color:#DFDFDF;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: 48px;
    text-align: center;
    padding: 13px 4px;
}
.page-item.active .page-link{
    background: #EE1D24;
    color:#fff;
    border-color:#EE1D24;
}
.page-item.dots .dots-placeholder{
    width: 48px;
    display: block;
}

/*----alert*/
main+.alert{
    top:70px;
    position: fixed;
    z-index: 999;
    width: 90%;
    left: 5%;
}

#heurekaTableft{margin-top: 230px !important;}

.opa0 img{max-width: 100%;height: auto}

@media (max-width: 991px) {
    .opa0 [id^="close-"] {
            transform: scale(0.6);
    }
}
/*--------main links*/


#navbar-main{
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: static;
    display: flex;
    justify-content: flex-start;

}
@media (min-width: 1199px) {
    #navbar-main{
        justify-content: space-between;
    }
}
#navbar-main .nav-item{
    text-align: center;
    position: static;
}
#navbar-main .nav-item.nav-item-search{
    border-bottom: 1px inset #101010;
}
#navbar-main>.nav-item>.nav-link{
    color:#101010;
    font-size: 15px;
    font-weight: 400;
    padding: .8rem 0.2rem;
    font-family: var(--bk-font);
}

#navbar-main>.nav-item>.nav-link .ico-menu{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

#navbar-main .ico-zlavy-alt{
    filter: none;
}
#navbar-main>.nav-item.nav-item-special>.nav-link{
    color:#EE1D24
}


#navbar-main .navbar-nav>.nav-item.nav-item-search>.nav-link{
    min-height: 70px;
}


#navbar-main>.nav-item:hover>.nav-link,
#navbar-main>.nav-item.show>.nav-link,
#navbar-main>.nav-item>.nav-link.current
{
    color:#EE1D24;
}

#navbar-main>.nav-item:hover>.nav-link .ico-menu,
#navbar-main>.nav-item.show>.nav-link .ico-menu,
#navbar-main>.nav-item>.nav-link.current .ico-menu
{
    filter:none;
}
#navbar-main>.nav-item>.nav-link:focus{
    outline: none;
}
/*--------dropwown menu*/
body.subnav_open{
    /*overflow: hidden;*/
    /*padding-right: 17px;*/
}

#navbar-main .dropdown-menu {
    padding: 1.5em 2em;
    flex-wrap: wrap;
    align-items: center;
    z-index: 999;
    width: 100%;
    box-shadow: 0 6px 60px 0 rgba(0, 0, 0, 0.09);
    border:0;
    margin-top: -5px;
}
@media (min-width: 992px) {
    #navbar-main .dropdown-menu {
        overflow: auto;
        max-height: calc(100vh - 115px);
    }
}
#navbar-main .dropdown-menu.show{
    display: flex;
    display: -ms-flexbox;
}
#navbar-main .dropdown-menu .dropdown-menu__title{
    color:#EE1D24;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 34px;
}

#navbar-main .sub_nav .sub_nav_item{
    
}
#navbar-main .sub_nav .sub_nav_link{
    color: #101010;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    padding: 0.85rem 0;
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}
#navbar-main .sub_nav.sub_nav_manufacturers .sub_nav_link{
    padding: 0.5rem 0.5rem;
}
#navbar-main .sub_nav .sub_nav_link.current{
    color:#EE1D24;
    font-weight: 400;
}
#navbar-main .sub_nav .sub_nav_link.current:before{
    display: block;
    margin-top: -3px;
    vertical-align: middle;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#EE1D24;
}
#navbar-main .sub_nav .sub_nav_link:hover{
    color:#EE1D24;
    text-decoration: none;
}

@media (min-width: 992px) {
  body.subnav_open .top_info_nav{
        padding-right: 17px;
    }

    .left_panel{display: block  }

    #navbar-main .dropdown-menu-col:nth-of-type(1){
        padding-right: 0;
    }
    #navbar-main .dropdown-menu-col:nth-of-type(2){
        padding-left: 0;
    }
    #navbar-main>.nav-item>.nav-link .ico-arrow-down{display: none}
}

.dropdown-menu__buttons{margin-top: 15px;}
.dropdown-menu__buttons a{
    text-transform: none;
    text-decoration: underline;
    color:#EE1D24;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .product_product main {
        margin-top: 35px;
    }
}

/*HEDER NEW*/
.header{
    display: none;
    margin: 15px 0 15px;
}
.header__container{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}
.header__icon-menu{
    display: flex;
    gap:23px;
}
.header-mobile{
    padding: 15px 0;
    position: sticky;
    top:35px;
    z-index: 1001;
    background: #fff;
}
.header-mobile__container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-mobile__logo{
    max-width: 70px;
}
.cart-desktop { display: none; }
@media (min-width: 992px) {
    .cart-mobile  { display: none; }
    .cart-desktop { display: block; }
}
.menu-panel{
    position: static;
}
.menu-panel__container{
    display: flex;
    justify-content: space-between;
    gap: clamp(20px, 6vw, 140px)
}
.menu-panel__container .navbar-bg{
    flex: 1;
    min-width: 0;
}
.menu-panel__si-barber{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 223px;
    justify-content: flex-end;
    position: relative;
    top:-5px;
}
.si-barber-btn{
    display: flex;
    align-items: flex-start;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.si-barber-btn__pill{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #f3f3f3;
    border-radius: 14px;
    padding: 6px 18px;
    height: 28px;
    max-width: 130px;
    overflow: visible;
    transition: max-width 0.15s ease, height 0.15s ease;
    position: relative;
    left: -18px;
    z-index: 1;
    cursor: pointer;
    text-align: right;
}
.si-barber-btn__pill::after{
    content: '';
    position: absolute;
    top:23px;
    right: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 5px 12px;
    border-color: transparent transparent transparent #f3f3f3;
    transform: rotate(30deg);
}
.si-barber-btn:hover .si-barber-btn__pill{
    max-width: 280px;
    height: 50px;
}
.si-barber-btn__label{
    font-size: 13px;
    color: #6b6f76;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    transition: color 0.2s;
}
.si-barber-btn:hover .si-barber-btn__label{
    color: #272929;
}
.si-barber-btn__sub{
    font-size: 13px;
    color: #ee1d24;
    white-space: nowrap;
    line-height: 1.3;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 2px;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
    text-decoration: underline;
}
.si-barber-btn:hover .si-barber-btn__sub{
    max-height: 30px;
    opacity: 1;
    margin-top: 5px;
}
.si-barber-btn__avatar{
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    background: url('/catalog/view/theme/default/image/si-barber.png') center / cover no-repeat;
    flex-shrink: 0;
    margin-left: -10px;
    transition: border 0.25s;
}
.si-barber-btn:hover .si-barber-btn__avatar{
    border-color: #ee1d24;
}
@media (min-width: 992px) {
    .header {
        display: flex;
    }
    .header__logo{
        position: relative;
        bottom: -10px;
    }
    .header-mobile{display: none}
    .menu-panel{
        display: block;
        position: sticky;
        top:0;
        z-index: 600;
        background: #fff;

        padding-top: 10px;

    }
    .menu-panel-border{
        height: 30px;
        border-top: 1px solid #E9EAEC;
        border-radius: 40px 40px 0 0;
    }

}

/**
 */

body.hide_header .navbar-bg,
body.hide_header .top-info,
body.hide_header .top_info_nav

{
    display: none;
}
body.hide_header{padding-top: 25px}

header{
    position: relative;
}

.top_info_nav {
    background:  #EE1D24;
    padding: 6px 0;
    color:#fff;
    font-size: 13px;
    min-height: 35px;
    border-radius: 0 0 40px 40px;
}
.top_info_nav__container{
    max-width: 1760px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.top-panel{
    margin: 0 auto;
    padding: 15px 0;
    width: 95%;
}



.top_info__item{
    display: none;
    gap:14px;
    align-items: center;
    line-height: 16px;
    font-size: 13px;
}
.top_info__item--doprava{display: flex}

.top_info_nav__grid{
    display: flex;
    justify-content: space-between;
}
.top_info_nav__links,.top_info_contact__links{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap:5px;
    
}
.top_info_nav__link{
    padding: 4px 4px;
    color:#fff;
    font-weight: 300;
}
.top_info_contact__link{
    font-size: 11px;
    padding: 4px 2px;
    color:#fff;
    font-weight: 300;
}
.top_info_nav a:hover{
    color:#fff;
    text-decoration: underline;
}
.bottom_panel{display: none}


@media (min-width: 768px) {
    .top_info__item{display: flex}
}

@media (min-width: 992px) {
    .top_info_nav__container{
        width: 95%;
    }
}
@media (min-width: 1300px) {
    .top_info_contact__link {
        font-size: 13px;
        padding: 4px 4px;
    }
}

@media (max-width: 992px) {
    .top_info_nav{
        position: sticky;
        top:0;
        z-index: 600;
    }
    .top_info_nav__grid{justify-content: center}
    .top_info_nav__links,
    .top_info_contact__links
    {display: none}
}


/*----mini cart--*/
.cart-link{
    position: relative;
    display: block;
}
.cart-link .cart-total{
    display: block;
    position: absolute;
    left:-7px;
    top:0;
    width: 16px;
    height: 16px;
    background: #EE1D24;
    color:#fff;
    font-size: 9px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-style: normal;

}

/*--------cart dropdown*/
.dropdown-menu-cart{
    width: 400px;
    max-width: calc(100vw - 20px);
    height: auto;
    max-height: calc(100vh - 40px);
    position: fixed;
    top: 20px;
    bottom: auto;
    right:-420px;
    left: auto;
    border:0;
    border-radius: 20px;
    box-shadow: 3px 4px 50px 0px rgba(40,40,40,0.15);
    padding: 10px 22px;
    transition: all 0.5s ease;
    display: block !important;
    visibility: hidden;
    z-index: 1001;
    overflow: auto;
}
@media(max-width: 767px) {
    .dropdown-menu-cart{
        width: 100%;
    }
}

@media(max-width: 550px) {
    .dropdown-menu-cart{
        max-width: 100%;
        left: 0;
        right: 0;
    }
}
/* width */
.dropdown-menu-cart::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.dropdown-menu-cart::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.dropdown-menu-cart::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.dropdown-menu-cart::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dropdown-menu-cart.show{
    right: 20px;
    visibility: visible;
}
.cart-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.45);
    z-index:1000;
}
body.cart-open .cart-overlay{
    display:block;
}

/*--------search dropdown*/
.dropdown-menu-search{
    position: fixed;
    top: 35px;
    left: 22px;
    right: 22px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 3px 4px 50px 0px rgba(40,40,40,0.15);
    z-index: 1050;
    display: block !important;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 0.4s ease, visibility 0.4s ease;
}
.dropdown-menu-search.show{
    visibility: visible;
    transform: translateY(0);
}
@media(min-width: 768px){
    .dropdown-menu-search{
        top: 0;
    }
}
@media(max-width: 550px){
    .dropdown-menu-search{
        left: 0;
        right: 0;
        border-radius: 0 0 16px 16px;
    }
}
.search-panel__top{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px 6px;
    border-bottom: 1px solid #E9EAEC;
}
.search-panel__input{
    flex: 1;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #27292B;
    background: transparent;
    font-family: var(--md-font, sans-serif);
}
.search-panel__input::placeholder{
    color: #6B6F76;
    opacity: 0.8;
}
.search-panel__submit{
    flex-shrink: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-close-search{
    flex-shrink: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .btn-close-search {
        transform: scale(1.5);
    }
}
.search-panel__recent{
    padding: 27px 76px;
    display: none;
}
.search-panel__recent.has-items{
    display: block;
}
.search-panel__recent-title{
    font-size: 16px;
    font-weight: 600;
    color: #27292B;
    margin: 0 0 20px;
}
.search-panel__recent-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.search-panel__recent-list li a{
    font-size: 16px;
    color: #27292B;
    text-decoration: none;
}
.search-panel__recent-list li a:hover{
    text-decoration: underline;
}
.search-overlay{
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1049;
}
body.search-open .search-overlay{
    display: block;
}
@media(max-width: 991px){
    .search-panel__recent{
        padding: 20px 22px;
    }
}

.cart_title{
    font-size: 20px;
    font-weight: 600;
    margin:5px 0 15px;
    padding: 0 18px;
    font-family:var(--md-font);
    color:#27292B;
    line-height: 20px;
}
.btn-close-cart{
    position: absolute;
    top:20px;
    right: 25px;
    padding: 0;
}
.btn-close-cart:hover{
    color:#fff
}
.cart_product_list .btn-remove{
    line-height: 1;
}
.cart_product_name, .cart_product_name:hover{
    color:#6B6F76;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
}

.cart_product_item{
    border-bottom: 1px solid #E9EAEC;
    padding: 11px 0;
    display: flex;
    gap: 19px;
    align-items: flex-start;
}
.cart_product_left{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}
.cart_product_image{
    flex-shrink: 0;
}
.cart_product_image img{
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.cart_product_info{
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}
.cart_product_qty{
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart_qty_btn{
    width: 18px;
    height: 18px;
    border: 1px solid #E9EAEC;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #27292b;
}
.cart_qty_btn:hover{
    background: #f3f4f6;
}
.cart_qty_val{
    font-size: 16px;
    color: #27292b;
    min-width: 20px;
    text-align: center;
}
.cart_product_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 27px;
    padding-top: 2px;
    flex-shrink: 0;
}
.cart_product_price{
    font-size: 22px;
    font-weight: 600;
    color: #27292b;
    text-align: right;
    white-space: nowrap;
}
.cart_product_price--old{
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 14px;
    display: block;
}
.cart_product_price--new{
    font-size: 18px;
    font-weight: 500;
    color: #27292b;
}
.cart_total--item:last-of-type .cart_total--value{
    font-weight: 600;
}
.cart_total, .cart_buttons{
    padding: 8px;
    margin: 8px 0;
}
.cart_buttons .btn.btn-primary{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/*MAIN PAGE*/

.swiper-container .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #B9B9B9;
    opacity: 1;
}
.swiper-pagination{width: 100%}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #EE1D24;
    opacity: 1;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
}
/*squares*/
.sq-rotate{
    transform: rotate(-180deg);
}
.sq-simple-1{
    background: #EE1D24;
    opacity: 0.4;
    width: 34px;
    height: 34px;
    
}
.sq-simple-2{
    background: #EE1D24;
    opacity: 0.4;
    width: 21px;
    height: 21px;
}
.sq-simple-2-mini{
    background: #EE1D24;
    opacity: 0.4;
    width: 12px;
    height: 12px;
}
.sq-double-1{
    position: relative;
}
.sq-double-1:before{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: #4D4B55;    
}

.sq-double-1:after{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: #EE1D24;    
    position: absolute;
    bottom:-16px;
    left: -16px;
}

.sq-double-2{
    position: relative;
    opacity: 0.4;
}
.sq-double-2:before{
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: #4D4B55;
}

.sq-double-2:after{
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: #EE1D24;
    position: absolute;
    bottom: 100%;
    left: 100%;
}
.sq-double-2-mini{
    transform: scale(0.6);
}

.timer-offer .sq-simple-2{
    position: absolute;
    top:70px;
    left: 70px;
}
.timer-offer .sq-simple-2-mini{
    position: absolute;
    bottom: 70px;
    right: 70px;
}
.timer-offer .sq-double-1-copy{
    position: absolute;
    right: 40px;
    top:220px
}
.timer-offer .sq-double-2-mini{
    position: absolute;
    bottom: 150px;
    left: 10px;
}
/**/

.product_slider_item{
    text-align: center;
    transition:background-color 0.2s;
    /*max-width: 430px;*/

}

.product_slider_item .caption{
    max-width: 266px;
    margin: 0 auto 16px auto;
    height: 80px;
    overflow: hidden;
}
.product_slider_item .name{
    font-family: var(--hv-font);
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color:#101010;
    transition:margin-top 0.4s;
}
.product_slider_item .product_description{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}



.ste_profesional {
    background: #fff;
    border-radius: 40px 40px 0 0;
    padding: 40px 0 30px;
}

.ste_profesional__heading {
    font-family: 'Acherus Grotesque ExtraBold', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #27292b;
    text-align: center;
    margin-bottom: 46px;
    line-height: 1;
}

.ste_profesional__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.ste_profesional__item {
    display: flex;
    align-items: center;
    gap: 23px;
    flex: 1;
}

.ste_profesional__item img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.ste_profesional_title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #27292b;
    line-height: 1;
    margin-bottom: 7px;
}

.ste_profesional_text {
    font-size: 17px;
    font-weight: 400;
    color: #6b6f76;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 991px) {
    .ste_profesional {
        padding: 20px 16px 16px;
    }

    .ste_profesional__heading {
        font-size: 24px;
        letter-spacing: 0.48px;
        margin-bottom: 22px;
    }

    .ste_profesional__grid {
        flex-wrap: wrap;
        gap: 22px 16px;
    }

    .ste_profesional__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 0 0 calc(50% - 8px);
        gap: 10px;
    }

    .ste_profesional__item img {
        width: 44px;
        height: 44px;
    }

    .ste_profesional_title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 2px;
    }

    .ste_profesional_text {
        font-size: 14px;
        font-weight: 300;
        line-height: 19px;
    }
}



/*----Preco beauty depot?*/
@media (min-width: 1400px) {.preco_beauty_depot__title{margin-top: 100px;}}
.preco_beauty_depot_grid{
    min-height: 540px;
}
.preco_beauty_depot_text.text_show_more{
    height: 346px;
}

.preco_beauty_depot_item__title{
    text-align: center;
    font-weight: bold;
    display: block;
    margin-top: 30px;
    font-size: 18px;
}


/*----manufacturers promo*/
.manufacturer_promo{
    overflow: hidden;
}

.manufacturer_promo__inner{
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}


.manufacturer_promo__title{
 
}
.manufacturer_promo__description{
    font-family: var(--md1-font);
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.manufacturer_promo__grid{
    max-width: 1100px;
    margin: 0 auto;
}
.manufacturer_promo__grid .manufacturer_promo_item{
    padding: 0 30px;
    margin: 16px 0;
}
.manufacturer_promo .btn.btn-primary {
    min-width: 240px;
    margin-top: 10px;
    font-weight: 600;
}
@media (min-width: 992px) {
    .manufacturer_promo__description{
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .manufacturer_promo:after{
        display: block;
        content: '';
        width: 100%;
        height: 420px;
        margin-top: 3vw;
        background-size: cover !important;
    }
    body.webp-1 .manufacturer_promo:after{background:#161315 url('/catalog/view/theme/default/image/manufacturers_promo/manufacturers_promo_bg.webp') no-repeat 50% 50%;}
    body.webp-0 .manufacturer_promo:after{background:#161315 url('/catalog/view/theme/default/image/manufacturers_promo/manufacturers_promo_bg.png') no-repeat 50% 50%;}
}
/*FOOTER*/
footer{
    background: #fff;
}

/*----links*/
.footer_links{
    border-radius: 40px 40px 0 0;
    padding: 18px 0;
    background:#F3F4F6;
}
.footer_links__inner{
    display: flex;
    align-items: flex-start;
    gap: clamp(40px, 8vw, 155px);
}
.footer_links__col-logo{
    flex-shrink: 0;
    align-self: center;
}
.footer_links__cols{
    display: flex;
    gap: clamp(32px, 5.7vw, 109px);
    align-items: flex-start;
    flex: 1;

}
.footer_links__col:not(.footer_links__col--contact){
    margin-top: 26px;
}
.footer_links__col--info,
.footer_links__col--contact,
.footer_links__col--social-service{
    flex: 1;
    min-width: 0;
}
.footer_links__col--info,
.footer_links__col--social-service{
    max-width: 328px;
}
.footer_links__col--social-service{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer_links__extra-links{
    margin-top: 46px;
    margin-bottom: 0;
}
.footer_links_list{margin: 0}
.footer_links_title{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.footer_links_list .footer_links_item:not(:last-of-type){
    margin-bottom: 10px;
}
.footer_links_item a{
    font-family: var(--bk-font);
    font-size: 18px;
}
.footer_links_social {
    margin-top: 0;
    display: flex;
    gap:17px
}
.links_social_item{
    margin-top: 5px;
    vertical-align: middle;
}
.links_social_item:not(:last-child){
    margin-right: 2px;
}
.links_social_link{
    display: flex;
    width: 40px;
    height: 40px;
}
.footer_links__social-section{margin-top: 28px}
@media (min-width: 992px) {

    .footer_links__col{
        margin-top: 0 !important;
    }
    .footer_links{padding-top: 40px}
    .footer_links_title{font-size:24px;margin-bottom:20px;}
    .footer_links__social-section{margin-top: 0}
}
/*----logos*/
.footer_logos{
    padding-top: 10px;
}
.footer_logos__title{
    font-size: 16px;
    font-family: var(--md-font);
    color:#EE1D24;
    text-align: right;
    
}

.footer_copyright{
    background: #F2F2F2;
    font-size: 13px;
}
.footer_copyright__grid{
    display: flex;
    flex-direction: column;
}
.footer_logos__grid{
    display: flex;
    align-items: center;
    gap: 0.8em;
    justify-content: center;

}

.footer_copyright__payment_list{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: -1;
    width: 100%;
}
.footer_copyright__payment_list li{
    transform: scale(0.6);
}
@media (min-width: 767px) {
    .footer_logos__grid{
        gap: 3em;
    }
    .footer_copyright__payment_list{
        justify-content: start;
        gap:3vw;
        order: 0;
        width: auto;
    }
    .footer_copyright__grid{flex-direction: row;}
    .footer_copyright__payment_list li{
        transform: none;
    }
}
@media (min-width: 992px) {
    .footer_logos__title {
        font-size: 22px;
        text-align: left;
    }
}
/*CATEGORY PAGE*/

/*----filter*/
#filter_vier{margin: 24px 0}
#filter_vier .row_blok{
    display: inline-block;
    background: #DFDFDF;
    margin-bottom: 4px;
}
#filter_vier .row_blok.text_through{
   opacity: 0.5;
}
#filter_vier .row_blok.actionis{
background: #EE1D24;
}
#filter_vier .row_blok label{
    padding: 6px 14px;
    margin: 0;
}
#filter_vier .row_blok label, #filter_vier .row_blok label a{
    font-size: 13px;
    line-height: 16px;
    color: #A3A3A3;
    text-decoration: none;
}
#filter_vier .row_blok.actionis label a{
    color:#fff
}
#filter_vier .row_blok.actionis label .text_param:after{
    display: inline-block;
    content: '×';
    width: 8px;
    height: 15px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}
.blok.onli_param{
    display: inline-block;
}
.blok.title_filter{
    display: inline-block;
    padding-right: 4px;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    min-width: 56px;
}

/*---product panel*/
.product_list_panel{
    padding: 12px 4px;
    border-top:1px solid #DFDFDF;
    border-bottom:1px solid #DFDFDF;
    margin: 12px 0 30px 0;
}
.product_list_panel__total{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:#666
}
.product_sort_link,
.product_sort_link:hover
{
    color:#EE1D24;
    font-weight: 500;
    font-size: 14px;
}
.product_sort_link:after{
    display: inline-block;
    content: '';
    padding: 3px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    border: solid #EE1D24;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.product_sort_link.order-asc:after{
    top:0;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
/*----product list*/
.product_item{
    text-align: center;
    margin-bottom: 50px;
}

.product_item .product_image{
    position: relative;
}
.product_item.out_of_stock .product_image{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}
.product_item .special-label, .checkout-cart-product .special-label{
    display: block;
    position: absolute;
    top:0;
    right: 0;
    background: #EE1D24;
    color:#fff;
    padding: 8px 20px;
    text-align: center;

}

.product_item .product_manufacturer{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin: 15px 0 2px;
    position: relative;
    text-transform: uppercase;
    height: 40px;
}


.product_item .manufacturer_flag{
    position: relative;
    top:3px;
    margin-right: 4px;
}
.product_item .product_name{
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.product_buttons .btn.btn_add_to_cart{
    font-family: var(--md-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    max-width: 150px;
    height: 40px;
    margin-top: 11px;
    border-radius: 5px;
    padding: 7px 12px !important;
}
.product_buttons .btn_add_to_cart[disabled]{
    background: #666;
}
.product_buttons .ico-cart-secondary{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top:-2px;
}
.product_price{
    font-family: var(--mdcn-font);
    margin-top: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
}
.product_price__new{
    color: #EE1D24;
}
.product_price__old{
    color: #BDBDBD;
    text-decoration: line-through;
}



@media (min-width: 1200px) {
    .product_price__old + .product_price__new{margin-left: 7px;}
}

/*----category description*/
.page_description_bottom, .page_description_bottom .h5, .page_description_bottom h5{
    color:#585858
}
.pagination_nav + .page_description_bottom{
    margin-top: 64px;
}
.product_list_grid + .page_description_bottom{
    margin-top: 50px;
}



/*PRODUCT PAGE*/



/*----common*/
.product-page__top-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-page__top-grid-text{
    font-family: var(--lt-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    flex-shrink: 0;
    order: 3;

}
.product-page__top-grid-gallery{
    width: 100%;
    flex-shrink: 0;
    order: 1;
}
.product-page__top-grid-product{
    width: 100%;
    flex-shrink: 0;
    order: 2;
}
.product-page__top-grid-product nav[aria-label="breadcrumb"]{
    display: none;
}
.accordion-item{
    padding: 20px 20px 20px;
}
.accordion-item+.accordion-item{
    margin-top: 40px;
}
.accordion-header .btn-link{
    font-family: var(--md-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 42px;
    box-shadow: none !important;
    text-decoration: none !important;
    color:#101010;
}
.accordion-item.active{
    box-shadow: 0 12px 19px 0 #00000017;
}
.accordion-item.active .accordion-header{
    margin-bottom: 22px;
}
.accordion-item.active .accordion-header .btn-link{
    color:#EE1D24;
}
.accordion-item__toggler{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: solid #444444;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.accordion-item.active .accordion-item__toggler{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color:#EE1D24
}
.ico-logo-mini{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 14px;
    background: url("/catalog/view/theme/default/image/ico/logo-mini.svg");
}
.is-cz .ico-logo-mini{
    background: url("/catalog/view/theme/default/image/ico/logo-mini-cz.svg");
    width: 46px;
}
.product_page__manufacturer{
    font-family: var(--hv-font);
    font-weight: bold;

    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color:#EE1D24
}
.product_page__manufacturer:hover{
    text-decoration: none;
    color:#EE1D24
}


@media (min-width: 1300px) {.product_page__manufacturer{ font-size: 62px;}}

.product_page__title{
    font-family: var(--bk-font);
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color:#666;
    font-weight: 400;
    text-shadow: 0 0 0px #666;
    margin-top: 8px;
}
.product_page__rating{
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 8px;
}

.product_page__rating .fa, .fas{
    color: #efeded;
}
.product_page__rating .fa.star-active, .fas.star-active
{
    color: #EE1D24;
}


.product_page__rating-total{
    color:#BDBDBD
}
.product_page__ean{

}

.product_page_info__description ul{
    padding-left: 10px;
    list-style-type: none;
}
.product_page_info__description ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    position: relative;
    left: -10px;
    top:-3px;
    border-radius: 8px;
    display: inline-block;
    background: #101010;
}

/*----product gallery*/
.product_gallery__thumb{
    position: relative;
}


.product_gallery__thumb:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 180px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*padding-bottom: 100%;*/
    aspect-ratio: 1 / 1;
    background: #EE1D24;
    border-radius: 50%;
    z-index: -1;
}


.zoom-container{
    display:inline-block;
    position: relative;
    overflow: hidden;
}
.zoomImg,.product_gallery__thumb{
    /*transition:  ease-in opacity 0.5s;*/
}

.product_gallery_additional{
    list-style-type: none;
    padding: 0;
}


.product_gallery_additional_item{
    margin: 6px 4px 6px;
}
.product_gallery_additional_item a{
    display: block;
    text-align: center;
    padding: 10px 25px;
    border: 2px solid transparent;
}
.product_gallery_additional_item.active a{
    border-color:#fff
}
@media (min-width: 768px) {
    .product_gallery__thumb:before{
        max-width: 320px;
    }
}
@media (min-width: 1200px) {
    .product-page__top-grid-text{
        order: 1;
        width: 33.33%;
    }
    .product-page__top-grid-gallery{
        width: 33.33%;
        order: 2;
    }
    .product-page__top-grid-product{
        width: 33.33%;
        order: 3;
    }
    .product-page__top-grid-product nav[aria-label="breadcrumb"]{display: block;}
    .mobile-breadcrumb{display: none}
    .product_gallery__thumb:before{
        max-width: 410px;
    }
    .product_page__manufacturer{
        font-size: 50px;
        line-height: 80px;
    }
    .product_page__title{
        font-size: 24px;
        line-height: 43px;
        margin-top: 0;
    }
    .product_page__price_new{
        font-size: 62px;
        line-height: 80px;
    }
    .product_page__price_old {
        font-size: 38px;
        line-height: 44px;
    }
}

/*----product cart*/
.product_page__cart{
    margin-top: 32px;
}
.product_page__price {
    font-family: var(--hv-font);
    font-weight: bold;
    display: flex;
    gap:25px;
    align-items: center;
}
.product_page__price-reqular{
    font-size: 62px;
    line-height: 80px;
}
.product_page__price_old{
    text-decoration: line-through;
    color:#BDBDBD;
    font-size: 22px;
    line-height: 26px;
}
.product_page__price_new{
    font-size: 36px;
    line-height: 40px;
    color: #EE1D24;
}
.product_page_cart__buttons{
    margin: 24px 0;
}
.product_page_cart__buttons .quantity_buttons{
    width: 40%;
}
.product_page_cart__buttons .input-group-append{
    width: 60%;
}
.product_page_cart__buttons .btn_add_to_cart{
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
}
.product_page_cart__buttons .btn_add_to_cart svg{
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top:-2px
    
}
.product_page_cart__stock{
    font-family: var(--lt-font);
    text-align: center;
    padding:5px;
    font-size: 14px;
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: center;
}
.product_page_cart__stock--instock{
    color:#56C700
}
.product_page_cart__stock--outstock{
    color:#EE1D24
}
.label_out_of_stock {
    align-content: center;
    flex-wrap: wrap;
}

.product_page_cart__buttons .button-cistocknotify i{
    margin-right: 5px;
}
.quantity_buttons:not(.quantity_buttons_vertical) input{
    height: 56px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color:#101010;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    border: 1px solid #EE1D24;

}

.quantity_buttons.quantity_buttons_vertical input{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    width: 21px;
    height: 21px;
    padding: 0;
    border: 0;
    color:#101010;
    margin: 12px 0 14px;
}
.quantity_buttons input::-webkit-outer-spin-button,
.quantity_buttons input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity_buttons input {
    -moz-appearance: textfield;
}

.quantity_buttons{
    position: relative;
}
.quantity_buttons.quantity_buttons_vertical{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(16, 16, 16, 0.1);
    border-radius: 2px;
    padding: 14px 14px 10px;
    justify-content: space-between;
    max-width: 50px;
}

.quantity_buttons:after{
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    background: #101010;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom:18px;
}
.quantity_buttons.quantity_buttons_vertical:after{bottom: 42px}

.quant_btn{
    cursor: pointer;
    pointer-events: all;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.quantity_buttons:not(.quantity_buttons_vertical) .quant_btn.quant_dec{
    position: absolute;
    left: 21px;
}
.quantity_buttons:not(.quantity_buttons_vertical) .quant_btn.quant_inc{
    position: absolute;
    right: 25px;
}
.product_page_cart__buttons input:not(.quantity_buttons_vertical){
    font-family: var(--md-font);
    font-size: 20px;
    line-height: 42px;
    font-weight: 400;
    border-color: transparent;
}
.product_page_cart__buttons .quantity_buttons:after{
    display: none;
}
.product_page_cart__buttons .quantity_buttons .ico-decrease{
    background: #101010;
    height: 2px;
}

.product_page__delivery{
    display: flex;
    flex-direction: column;
    gap:25px;
    border-top:1px solid #F2F2F2;
    padding: 25px 0;
}
.product-page__delivery-item{
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-size: 12px;
    line-height: 14px;
}
.product-page__delivery-item-title,
.product-page__delivery-item-term{
    display: flex;
    gap: 8px;
    align-items: center;
}
.product-page__delivery-item-title{
    font-weight: 400;
    font-family: var(--md-font);
}
.product-page__delivery-item-term{
    color:#BDBDBD
}

/*cart add modal*/
.alert-cart-add{
    opacity: 0;
    width: 520px;
    max-width: 95%;
    padding: 15px;
    position: fixed;
    right: 50%;
    transform: translateX(50%);
    top:135px;
    background: #fff;
    border: 1px solid #56C7004D;
    box-shadow: 0 6px 60px 0 #00000017;
    border-radius:20px;
    font-family: var(--lt-font);
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    transition: opacity .5s linear;
    z-index: 700 !important;
}
.alert-cart-add.show{
    z-index: 500;
    opacity: 1;
}
.alert-cart-add__row{
    gap:20px;
    flex-direction: column;
    align-items: center;
}
.alert-cart-add__thumb img{
    max-height: 100px;
}
.alert-cart-add__msg-success{
    display: flex;
    gap: 5px;
    align-items: center;
    color:#56C700;
    font-family: var(--lt-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}
.checkmark-circle-success{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: #56C700;
    border-radius: 50%;
}
.alert-cart-add__product{
    margin-top: 10px;
}
.alert-cart-add__product-manufacturer-name{
    font-family: var(--hv-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.alert-cart-add__product-name{
   
}
.free-delivery-limit-remainder__track{
    position: relative;
    height: 8px;
    background: #F2F2F2;
    border-radius: 10px;
    margin-bottom: 6px;
    margin-top: 15px;
}
.free-delivery-limit-remainder__track-value{
    height: 100%;
    background: #56C700;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
}
.dropdown-menu-cart .free-delivery-limit-remainder{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    width: 100%;
}
.dropdown-menu-cart .free-delivery-limit-remainder__title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #6B6F76;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.dropdown-menu-cart .free-delivery-limit-remainder__title img{
    width: 22px;
    height: 22px;
    display: block;
}
.dropdown-menu-cart .free-delivery-limit-remainder__track{
    height: 4px;
    width: 100%;
    background: #F3F3F3;
    margin-top: 0;
    margin-bottom: 0;
}
.dropdown-menu-cart .free-delivery-limit-remainder__track-value{
    background: #4CAF50;
}
.dropdown-menu-cart .free-delivery-limit-remainder__text{
    font-size: 12px;
    color: #6B6F76;
    line-height: 20px;
    text-align: center;
}

.alert-cart-add__info-bottom{
    margin-top: 15px;
    margin-bottom: 5px;
}
.alert-cart-add__product-price{
    font-family: var(--bk-font);
    font-weight: 400;
    display: inline-flex;
    flex-direction: column;
    gap:2px;
}
.alert-cart-add__price-old{
    font-size: 16px;
    line-height: 18px;
    text-decoration: line-through;
    color:#666666
}
.alert-cart-add__price-new{
    font-size: 24px;
    line-height: 18px;
    color:#EE1D24
}
.alert-cart-add__button .btn.btn-secondary{
    font-size: 16px;
    font-family: var(--hv-font);
    font-weight: 400;
    min-width: 140px;
}



@media (min-width: 350px) {
    .product-page__delivery-item{
        font-size: 16px;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .product_page_cart__buttons .btn_add_to_cart svg{
       width: 24px;height: 24px;

    }
    .product_page_cart__stock{
        font-size: 16px;
    }
    .product_page_cart__buttons .quantity_buttons{
        width: auto;
    }
    .product_page_cart__buttons .input-group-append{
        width: auto;
    }
    .product_page_cart__buttons input:not(.quantity_buttons_vertical){
        border-color: #F2F2F2;
    }
    .accordion-header .btn-link{
        font-size: 28px;
        line-height: 42px;
    }
    .accordion-item.active .accordion-header{
        margin-bottom: 40px;
    }
    .product-page__top-grid-text {
        font-size: 16px;
        line-height: 18px;
    }

    .alert-cart-add{
        right: 3%;
        top:135px;
        transform: none;
        width: auto;
        padding: 17px 27px;
    }
    .alert-cart-add__row{
        flex-direction: row;
        align-items: flex-start;
    }
    .alert-cart-add__thumb img{
        max-height: none;
    }
    .free-delivery-limit-remainder__track{
        margin-top: 35px;
    }
    .alert-cart-add__info-bottom {
        margin-top: 30px;
        margin-bottom: 20px;
        gap:10px;
    }
    .alert-cart-add__button .btn.btn-secondary{min-width: 187px}
}
@media (min-width: 1200px) {
    .product_page_cart__buttons .btn_add_to_cart{
        font-size: 18px;
        line-height: 21px;
    }
    .product_page_cart__buttons input:not(.quantity_buttons_vertical){
        height: 83px;
        font-size: 28px;
    }
    .product_page_cart__buttons .btn_add_to_cart{
        padding: 1.85rem 2.5rem;
        height: 83px;
    }
    .product_page__cart{
        margin-top: 80px;
    }
 
}
@media (min-width: 1500px) {
    .product_page_cart__buttons .btn_add_to_cart{
        padding: 1.85rem 3.9rem;
    }
}


#product-page-bottom .box_title{
    margin-top: 2em;
}
/*responsive*/
/*product page*/

@media (max-width: 1399px) {
    /*MAIN PAGE*/

   

    /*PRODUCT LIST*/
    .product_item .product_name{
        line-height: 20px;
        font-size: 14px;
    }
    .product_item .product_manufacturer{
        margin-top: 4px;
        font-size: 16px;
        overflow: hidden;
    }
    .product_manufacturer_info.p-132 .product_item .product_manufacturer{
        font-size: 14px;
    }
    .product_price{
        font-size: 16px;
    }
    .product_buttons .btn.btn_add_to_cart{margin-top: 8px;}

    /*PRODUCT PAGE*/
    .product_page_manufacturer{
        font-size: 35px;
        line-height: 60px;
    }
    .product_page_info__description{
        line-height: 25px;
    }
    .product_page_cart__price{
        font-size: 30px;
    }

}



@media (max-width: 1200px) {
    h3, .h3{font-size: 24px}
    /*PRODUCT PAGE*/

    /*----product gallery*/

    .product_gallery__thumb{
        padding: 30px 0;
    }


}
.navbar-bg .btn-close-nav{
    display: none;
}

.navbar-bottom-panel {
    display: none;
}
.nav-link__toggle-icon{display: none}
@media (max-width: 991px) {

    /*COMMON*/
    .page{
        padding-top: 12px;
        padding-bottom: 55px;
    }

    /*FIXED PANELS*/

    /*--------left panel (nav)*/

    .navbar-bg{
        background: #fff;
        visibility: hidden;
        display: none;
        flex-direction: column;
        position: fixed;
        z-index: 1001;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .navbar-bg.show{
        display: flex;
        visibility: visible;
    }

    .navbar-mobile-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 51px;
        padding: 5px 9px 5px 16px;
        border-bottom: 1px solid #E9EAEC;
        flex-shrink: 0;
    }
    .navbar-mobile-header__title{
        flex: 1;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #6B6F76;
    }
    .navbar-bg .btn-close-nav{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 41px;
        height: 41px;
        flex-shrink: 0;
        position: static;
    }

    .navbar-container{
        flex: 1;
        overflow-y: auto;
        display: block;
        position: relative;
        scrollbar-color: #EE1D24 transparent;
        scrollbar-width: thin;
    }

    #navbar-main{
        flex-direction: column;
        align-items: start;
        position: relative;
        background: #fff;
    }
    .navbar-bg .navbar-nav>.nav-item>.nav-link {
        font-size: 16px;
    }
    #navbar-main .nav-item{
        text-align: left;
        width: 100%;
    }

    #navbar-main>.nav-item:not(:last-of-type){
        border-bottom: 1px solid #E9EAEC;
    }

    #navbar-main>.nav-item>.nav-link{
        font-size: 19px;
        padding: 5px 9px 5px 16px;
        margin-right: 0;
        font-family: var(--hv-font);
        position: relative;
        background: #fff;
    }
    #navbar-main .sub_nav .sub_nav_link.current{
        color: #EE1D24;
    }
    #navbar-main .navbar-nav>.nav-item.nav-item-search>.nav-link{display: none !important;}
    #navbar-main>.nav-item>.nav-link .ico-menu{
        margin-right: 10px;
    }
    #navbar-main .nav-link__toggle-icon{
        position: absolute;
        right: 22px;
        top:50%;
        margin-top: -6px;
        display:inline-block;
    }

    #navbar-main>.nav-item>.nav-link[aria-expanded="true"] .nav-link__toggle-icon{
        transform: rotate(180deg);
    }

    #navbar-main .dropdown-menu{
        margin: 0;
        border-radius: 0;
        border: 0;
        padding: 0;
        position: static;
        background: #fff;
    }

    #navbar-main .sub_nav{
        margin-top: 0;
        padding: 0;
    }
    #navbar-main .sub_nav .sub_nav_item{
        width: 100%;
    }
    #navbar-main .sub_nav .sub_nav_link{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 14px 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #27292B;
        line-height: normal;
        white-space: normal;
    }

    #navbar-main .dropdown-menu__buttons{
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    #navbar-main .dropdown-menu__buttons a{
        display: flex;
        justify-content: center;
        padding: 14px 10px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #EE1D24;
    }

    .navbar-bottom-strip{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 16px;
        border-top: 1px solid #E9EAEC;
        border-radius: 30px 30px 0 0;
        flex-shrink: 0;
    }
    .navbar-bottom-strip__text{
        font-size: 16px;
        font-weight: 600;
        color: #EE1D24;
    }

    /*HOME PAGE*/
    
   

    /*----category promo*/
    .category_promo{
        padding-bottom: 0;
    }
    .category_promo__item{
        margin-bottom: 60px;
    }
    .category_promo__item .category_promo_info{
        text-align: center;
        margin-top: 30px;
    }
    .category_promo__item:nth-child(odd) .category_promo_info{
        order:2;
    }

    .category_promo__item:before, .category_promo__item:after{
        background-position: 0 0;
        max-width: 60vw;
        margin-top: 0;
        top: 0;
    }

    /*----ste profesional*/
    .ste_profesional{
        text-align: center;
        margin-top: 60px;
    }
    .ste_profesional_title{
        margin-top: 15px;
        font-size: 16px;
        margin-bottom: 3px;
    }
    .ste_profesional_text{text-align: center}
    .ste_profesional_btn{
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }


    /*FOOTER*/
    body:not(.common_home) footer{  padding-top: 36px;  }
    body:not(.common_home) .footer_links{  padding-top: 0;  }

    /*----footer links*/
    .footer_links, .footer_copyright, .footer_logos{
        padding: 0;
    }
    .footer_links{
        padding: 20px 31px 16px;
    }
    .footer_links__inner{
        flex-direction: column;
        gap: 0;
    }
    .footer_links__cols{
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    .footer_links__col--contact{ order: 1; }
    .footer_links__col--info{ order: 2; }
    .footer_links__col--social-service{
        order: 3;
        width: 100%;
        gap: 0;
    }
    .footer_links__col--social-service .footer_links__service-section{ order: 1; }
    .footer_links__col--social-service .footer_links__social-section{ order: 2; }

    /*----footer logos*/
    .footer_logos{
        padding-top: 33px;
        padding-bottom: 4px;
        /*margin-left: -10px;*/
        /*margin-right: -10px;*/
    }
    .footer_logos_item{
        margin: 10px 4px;
    }

    /*----footer collapse*/
    .footer_collapse_toggle{cursor: pointer}
    .footer_collapse_toggle:after{
        content: '';
        display: inline-block;
        margin-left: 6px;
        position: relative;
        top:-3px;
        border: solid black;
        border-width: 0 1px 1px 0;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .footer_collapse_toggle[aria-expanded="true"]:after{
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        top:0;
    }
    .footer_collapse{
        display: none;
    }
    .footer_collapse.show{display: block}


    /*CATEGORY PAGE*/
    /*----filter*/
    #filter_vier{margin: 7px 0}
    .product_list_panel{
        margin: 6px 0 20px;
        padding: 9px 0;
    }

    /*PRODUCT PAGE*/
    /*----common*/
    .product_page_manufacturer{
        font-size: 36px;
        line-height: 36px;
    }
    .product_page_name{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 35px;
        margin-top: 7px;
    }


    /*----product gallery*/



}
@media (max-width: 991px) and (orientation:landscape) {
    .navbar-bottom-panel{
        position: static;
    }
}
@media (min-width: 380px) and (max-width: 767px) {
    .category_promo__item:before,
    .category_promo__item:after{
        top:136px
    }
}
@media (max-width: 767px) {
    /*----category promo*/
    .category_promo_info__caption{
        padding: 0;
    }

    .category_promo__item .category_promo_info{
        margin-top: 70px;
    }

    /*----preco beauty depot*/
    .preco_beauty_depot_grid{flex-direction: column}

    .preco_beauty_depot_item{max-width: 180px;}
    .preco_beauty_depot_text{
        margin-top: 20px;
    }


    /*----manufacturer promo*/
    .manufacturer_promo{
        min-height: 780px;
    }
    .manufacturer_promo__grid .manufacturer_promo_item{
        padding: 0 8px;
        margin: 12px 0;
    }
    .manufacturer_promo__grid .manufacturer_promo_item img{
        max-width: 83px;
        max-height: 67px;
    }

    /*FOOTER*/
    footer{padding-left: 0}


    /*PRODUCT PAGE*/
    .product_page_cart{
        margin-top: 0;
    }
    .product_page_cart__price{
        font-size: 36px;
        align-self: flex-start;
    }
    .product_page_price_old{
        position: static;
        float: right;
        margin-left: 8px;
    }


    .product_gallery__thumb img, .product_gallery__thumb{
        padding: 0;
    }
    .product_gallery__thumb img{
        max-height: 250px;
        width: auto;
    }
    

    .product_page_cart__buttons .input-group{
       justify-content: space-between;
    }

    #product-page-bottom .box_title{
        font-size: 22px;
        line-height: 26px;
    }
   
}



@media (max-width: 580px) {
    /*----manufacturer promo*/
    .manufacturer_promo{
        background-position: 50% 52% !important;
    }
}
@media (max-width: 450px) {
    .manufacturer_promo .btn.btn-primary{
        padding: 1rem 0.5rem !important;
    }
}

@media (max-width: 380px) {
    /*FIXED PANELS*/

    /*----left panel*/
    #navbar-main>.nav-item>.nav-link{
        padding: 11px 15px 7px;
        min-height: auto;
    }

    /*HOME PAGE*/

    /*----new fo you*/

    .product_slider_item .caption{height: auto}
    .product_slider_item .name{margin-top: 20px;}


    /*----category promo*/
    .category_promo__title{margin-bottom: 0}
    .category_promo_img .h3{margin-bottom: 25px;}

    .category_promo__item .category_promo_info{
        margin-top: 25px;
    }
    .category_promo_info__caption{
        padding: 0;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }


    /*----category promo*/
    .category_promo_img img{
        max-width: 240px;
    }
    .category_promo_img:nth-child(odd){text-align: right}
    .category_promo_img:nth-child(even){text-align: left}
    .category_promo__item:before, .category_promo__item:after{
        width: 195px;
        height: 214px;
        margin-top: 0;
        top:45px;
    }

    /*----preco beauty depot*/
    .preco_beauty_depot_text,
    .preco_beauty_depot_text .h5
    {
        font-size: 16px;
    }
    

    /*CATEGORY PAGE*/
    .page_description_bottom{font-size: 16px;}
    .page_description_bottom .h5, .page_description_bottom h5{
        font-size: 16px;
    }

    /*PRODUCT PAGE*/
    /*----product cart buttons*/
    .product_page_cart__buttons .btn_add_to_cart{padding: 0.5rem !important;}
    /*----product gallery*/
    .product_gallery_additional_item a{padding: 5px 15px;}


}


@media (max-width: 320px) {
    .product_gallery_additional_item a{padding: 5px;}
    .alert-cart-add__price-old{font-size: 14px}
    .alert-cart-add__price-new{font-size: 18px}
    .alert-cart-add__button .btn.btn-secondary{
        min-width: auto;
        font-size: 14px;
    }
    .alert-cart-add__msg-success{
        font-size: 16px;
        line-height: 16px;
    }
    .alert-cart-add__product-manufacturer-name{font-size: 14px;line-height: 16px}
}

/*some fixes*/
/*----common*/
@media (min-width: 1200px) and (max-width: 1450px) {
    /*footer*/
    .footer_links{ padding-left: 100px; padding-right: 60px; }
    .footer_links__inner{ gap: 60px; }
    .footer_links__cols{ gap: 50px; }
    .footer_links__col--info,
    .footer_links__col--social-service{ width: auto; flex-shrink: 1; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*footer — лого приховано (d-xl-flex), 3 колонки без лого*/
    .footer_links{ padding: 40px 40px 30px; }
    .footer_links__inner{ gap: 0; }
    .footer_links__cols{ gap: 32px; width: 100%; }
    .footer_links__col--info,
    .footer_links__col--social-service{ width: auto; flex-shrink: 1; }
    .footer_links__col--contact{ flex: 1; }
    .footer_links_title{ font-size: 20px; }
    .footer_links_item a{ font-size: 16px; }
}
/*----home*/
@media (min-width: 991px) and (max-height: 876px) {
    /*left panel 100% without scrool*/
    #navbar-main>.nav-item>.nav-link{
        padding-top: calc(5vh/20);
        padding-bottom: calc(5vh/20);
    }

    #navbar-main .sub_nav .sub_nav_link{
        padding-top: 1.5vh;
        padding-bottom: 1.5vh;
    }
    #navbar-main .sub_nav.sub_nav_manufacturers .sub_nav_link{
        padding-top: 0;
        padding-bottom: 0;
    }

    .product_slider_item .image img{
        max-height: 220px;
        max-width: 146px;
    }
    
}
@media (min-width: 991px) and (max-height: 600px) {
    /*left panel 100% without scrool*/
    #navbar-main>.nav-item>.nav-link{
        font-size: 11px;
        padding-top: 0;
        padding-bottom: 0;
    }
}


@media (max-width: 991px) {
    .col-logo{
        display: flex;
        justify-content: space-around;
    }
}

pre{
    z-index: 9999;
    position: relative;
    background: #fff;
}

/*ADDITIONAL CSS*/
body:not(.modal-open) .alert{
    padding: 0.8rem 1.25rem;
}
.alert-dismissible .close{
    /*padding: 0;*/
    padding: 2px 4px;
}
.alert.alert-success{
    background-color: #41d83b;
    border-color: #41d83b;
    color: #fff;
}
.alert.alert-dismissible{
    padding-right: 3.5rem;
}
.alert.alert-success a{
    color: #fff;
    text-decoration: underline;
}
.modal-content>.close{
    position: absolute;
    right: 0;
    top:0;
    z-index: 5;

}

.form-group.required .control-label:after {
    content:"*";
    color:red;
    position: relative;
    left: 1px;
}



/*ADDITIONAL MODULES & SPECIAL PAGE*/
/*----helper classes*/
.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .w-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .w-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*----live search*/
.dropdown-menu-search .live-search{
    position: static;
    width: 100%;
    max-height: 44vh;
    overflow-y: auto;
    z-index: auto;
    padding: 5px 22px 16px;
    box-shadow: none;
}
.search-panel__results{
    border-top: 1px solid #E9EAEC;
}
.search-panel__results:empty{
    border-top: 0;
}
.live-search {
    z-index: 1000;
    display: none;
    max-height: 44vh;
    overflow-y: auto;
}
.live-search .loading{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.live-search ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.live-search ul li {
    cursor:pointer;
    background-color:#FFF;
    clear:both;
    padding: 2px;
}
.live-search ul li:nth-child(even) {
    background-color: #F2F2F2;
}

.live-search ul li a{
    text-decoration: none;
    display:block;
}
.live-search ul li a:hover{
     color: #EE1D24;
}
.live-search ul li .product-image{
    margin-right:5px;
}
.live-search ul li .product-name p{
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
    color:#555555;
    margin:0px;
    padding:0px;
}
.live-search ul li .product-name{
    font-weight: bold;
    width:50%;
    white-space: normal;
    text-align: left;
}
.live-search ul li .product-add-cart{
    padding: 7px;
}

.live-search ul li .product-price {
    text-align: right;
    font-size: 12px;
    font-weight: bold;

    width:25%;
}
.live-search ul li .product-price .price{
    color: #212529;
    display:block;
}
.live-search ul li .product-price .special{
    color: #EE1D24;
    text-decoration: line-through;
    display:block;
}

.live-search .product-price > .special {
    margin-top: -5px;
}

.live-search .result-text{
    font-weight: bold;
    text-align: center;
}

.live-search .view-all-results {
    color: #EE1D24;
}
.live-search .product-image {
    width: auto;
}
.live-search .product-image img {
    width: auto;
}



/*404 page*/


.not_found_title{
    font-weight: bold;
    font-size: 210px;
    line-height: 100px;
    margin-bottom: 80px;
}
.not_found_text{
    font-size: 18px;
    line-height: 36px;
}
.not_found_text+.buttons{
    margin-top: 30px;
}

@media (max-width: 1350px) {
    .not_found_title{font-size: 132px;}
}
@media (min-width: 1200px) {
    body.error_not_found:after{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 100%;
        display: block;
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1116px;
        height: 1024px;
        z-index: -1;
        max-width: 60vw;
    }

    body.error_not_found:not(.webp-1):after{
        background-image: url('/catalog/view/theme/default/image/404.png');
    }
    body.error_not_found.webp-1:after{
        background-image: url('/catalog/view/theme/default/image/404.webp');
    }
}
@media (max-width: 1199px) {
    body.error_not_found .page{padding-bottom: 0}
    body.error_not_found main{margin-top: 20px;}
    .not_found_title{
        margin-bottom: 20px;
    }
    .not_found_text{
        font-size: 16px;
        line-height: 32px;
    }
    .not_found_text+.buttons{margin:0 0 20px}


    .not_found_row{
        flex-wrap: nowrap;
        flex-direction: column;
        height: 100vh;
        justify-content: space-between;
    }

}

/*PAGE SEARCH*/
.search-panel #button-search,
.search-panel #input-search
{
    height: 56px;
    margin-top: 15px;

}
.search-panel #input-search{
    background: #F7F7F7;
    border: 1px solid #CDCDCD;
    padding-left: 20px;
}
@media (min-width: 580px) {
    .search-panel #button-search{position: relative;left: -23px;}
}
/*----article advantages style*/
.article_advantages{
    margin: 40px 0;
}
.article_advantages h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.article_advantages .ico-handler{
    margin-right: 8px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    /*padding: 8px;*/
    text-align: center;
    line-height: 33px;
    border: 2px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.article_advantages ul{
    font-weight: 300;
    font-size: 17px;
    line-height: 36px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.article_advantages ul li{
    padding-left: 20px;
    position: relative;
}
.article_advantages ul li:before{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #101010;
    position: absolute;
    left: 0;
    top:14px;
}

/*----checkout*/

@media (min-width: 1200px){
    body.checkout_simplecheckout header,
    body.checkout_simplecheckout .navbar-bg,
    body.checkout_simplecheckout .menu-panel__si-barber
    {display: none !important;}
    body.checkout_simplecheckout main{margin-top: 20px;}
}

.btn#open-packeta-widget{
    border: 1px solid #DBDBDB;
    height: 34px;
    font-weight: 300;
    color:#565656
}
.packeta-shipping-item-envelope{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15%;

}
@media (max-width: 480px) {
    .packeta-shipping-item-envelope{
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
}
/*styled radio*/
.simplecheckout .radio label input[type="radio"]{display: none}
.simplecheckout .radio label{
    padding-left:38px;
    position: relative;
    font-weight: 300;
    cursor: pointer;
}
.simplecheckout .radio label:before{
    content: '';
    display: block;
    position: absolute;
    top:50%;left: 0;
    margin-top: -12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: content-box;
    border: 8px solid transparent;
    box-shadow:0 0 0 1px #DBDBDB;
    background: #fff;
    cursor: pointer;
}

.simplecheckout .radio label.active:before{
    border: 8px solid #EE1D24;
    box-shadow:0 0 0 1px #EE1D24;
}

.simplecheckout .radio{
    margin-bottom: 10px;
}

/*styled checkbox*/
.checkbox label input[type="checkbox"]{
    visibility: hidden;
}

.checkbox{
    width: 24px;
    height: 24px;
    position: relative;
    border:1px solid #DBDBDB;
}
.checkbox label{
    background: transparent;
    display: block !important;
    cursor: pointer;
}
.checkbox label:before{
    content:'';
    display: none;
    position: absolute;
    left: 5px;
    top:5px;
    width: 13px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */

}
.checkbox label.active:before{
    display: block;
}
.checkbox label.active{
    background: #EE1D24;
}

.checkout-modal__icon{
    display: block;
    background: #EE1D24;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    margin: 0 auto;
}
#checkout-modal{z-index: 1051}
#checkout-modal .modal-body{
    padding-top: 30px;
    padding-bottom: 30px;
}
#checkout-modal .modal-content:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #666;
    position: absolute;
    left: 50%;
}
#checkout-modal .modal-content:after{
    content: 'alebo';
    display: block;
    color: #666;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -12px;
    margin-left: -18px;
    background: #fff;
    font-size:15px;
    padding: 3px 4px;
}
.checkout-modal-icon-account{
    background: #EE1D24 url("/catalog/view/theme/default/image/account_exist.svg") no-repeat 50% 50%;
}
.checkout-modal-icon-account-new{
    background: #EE1D24 url("/catalog/view/theme/default/image/account_new.svg") no-repeat 50% 50%;
}
.checkout-modal__title{
    font-size:24px;
    margin-top: 15px;
}
.checkout-modal__buttons{
    margin-top: 20px;
}
#checkout-modal .btn-close{
    position: absolute;
    top:-60px;
    right: -60px;
    opacity: 0.8;
    transform: scale(0.8);
    z-index: 10;
}
@media (max-width: 767px) {
    #checkout-modal .btn-close{
        filter: brightness(0);
        top:0;
        right: 0;
    }
}
@media (max-width: 575px) {
    .checkout-modal-col+.checkout-modal-col{
        margin-top: 35px;
    }
 

    #checkout-modal .modal-content:before{
        left: 0;
        right: 0;
        top:50%;
        width: 100%;
        height: 1px;
    }
}

/*----order success*/
@media (min-width: 1100px) {
    body.checkout_success {
        background: url('/catalog/view/theme/default/image/success_bg.png') no-repeat 0 180px;
    }
}

.order_info{
    max-width: 915px;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    background: #fff;
}
.order_info_row{padding: 0 20px 0 20px;}
@media (min-width: 768px) {
    .order_info_row{padding: 0 30px 0 65px;}
}

.order_info__header{
    padding-top:55px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom:1px solid #E0E0E0
}
.order_info_title{
    font-weight: bold;
    font-size: 42px;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.order_info__list{
    margin: 27px 0;
    border-bottom:1px solid #E0E0E0;
}
.order_info_item{
    padding: 20px 0;
    position: relative;
}
.order_info_item:before{
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 30px);
    background: #E0E0E0;
    position: absolute;
    top:0;left: 0;
    margin: 0 15px;
}
.order_info_item .image{
    position: relative;
    max-width: 100px;
    z-index: 1;
}
.order_info_item .image:after{
    content: '';
    display: block;
    width: 100%;
    height: 65px;
    position: absolute;
    top:50%;
    left: 0;right: 0;
    margin-top: -32px;
    background: #EE1D24;
    border-radius: 2px;
    z-index: -1;
}
.order_info_item .manufacturer{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}
.order_info_item .name{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 7px;
}
.order_info_item .price{
    font-size: 18px;
    font-weight: bold;
}
.order_info .total_item{margin: 20px 0}
.order_info .total_name{
    /*width: 100px;*/
    margin-right: 7%;
}
.order_info__total .total_value{
    font-weight: bold;
}
.order_info__sum{
    border-top:1px solid #E0E0E0;
    border-bottom:1px solid #E0E0E0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.order_info__sum .total_name{
    font-weight: 300;
    font-size: 26px;
    line-height: 24px;
    margin-right: 3%;
}
.order_info__sum .total_value{
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
}
.total_contacts{
    padding-top: 40px;
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .order_info_item .manufacturer{font-size: 16px;}
    .order_info_item .name{font-size: 14px;}
    .order_info_item .quantity{padding-right: 0}
    .order_info_item .price{padding-left: 0}
}
/*scroll style*/

/* width */
.nice_scroll::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.nice_scroll::-webkit-scrollbar-track {
    background: #E0E0E0;
    box-shadow: inset 0 0 2px 2px #fff;
    display: block;
}
.nice_scroll.nice_scroll_dark::-webkit-scrollbar-track {

    background: #3F3F3F;
    box-shadow: inset 0 0 2px 2px #101010;
}
/* Handle */
.nice_scroll::-webkit-scrollbar-thumb {
    background: #EE1D24;
    border-radius: 1px;
    display: block;
}

/* Handle on hover */
.nice_scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*LOGIN PAGE*/
.login-block{max-width: 750px;margin: 0 auto}

@media (min-width: 1200px) {
    .login-block .page_title{
        text-align: center;
        font-size: 38px;
        margin-bottom: 40px;
        font-weight: 400;
    }

    .login-block .simpleregister-block-content {
        padding-left: 0;
        padding-right: 0;
    }
    
    .login-block .login-tabs{
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }

    .login-block .simpleregister-block-content > fieldset {
        margin: 0 !important;
        width: 49% !important;
    }

    .login-block .simpleregister-block-content:after {
        display: none;
    }

    .login-block .simpleregister-block-content {
        display: flex;
        justify-content: space-between;
    }
    .login-block .buttons .btn{
        border-radius: 120px;
        margin: 0 auto !important;
        min-width: 260px;
        width: auto !important;
    }
    .login-block .simpleregister-button-block{text-align: center}

    .login-tabs.nav-tabs .nav-item:first-of-type .nav-link{
        border-radius: 36px 0 0 36px;
    }
    .login-tabs.nav-tabs .nav-item:last-of-type .nav-link{
        border-radius: 0 36px 36px 0;
    }
    
}
.login-tabs.nav-tabs .nav-link{
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    border-color: #EE1D24;
    background: transparent;
    color:#EE1D24;
    font-size: 14px;
}
.login-tabs.nav-tabs .nav-link.active{
    background: #EE1D24;
    color:#ffff
}


.login-block .simplecheckout-tooltip{display: none}


@media (min-width: 992px) and (max-width: 1366px) {
    .login-col-right{padding-left: 0;}
    .login-tabs.nav-tabs .nav-link.active{padding-left: 20px;}
    .login-tabs.nav-tabs .nav-link.active:before{
        left: 8px;
        width: 17px;
        height: 17px;
        margin-top: -8px;

    }

}


@media (max-width: 450px) {
    .login-tabs.nav-tabs .nav-item{width: 100% !important;}
    .login-tabs.nav-tabs .nav-link.active:before{left: 28px;}
}


/*----social login*/
.sna_header{
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    opacity: 0.6;
}
.sna_icons{
    text-align: center;
    margin-top: 10px;
}
.sna_icons .sna_bline_ul li a{
    display: block;
    padding: 5px 8px;
}
.forgotten{
    font-weight: 500;
    font-size: 15px;
    color: #EE1D24;
    margin-top: 10px;
    display: inline-block;
}
.forgotten:hover{
    color:#ec182b;
}
.ico-look-simple{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url('/catalog/view/theme/default/image/look-simple.svg') no-repeat 50% 50%;
}
.forgotten .ico-look-simple{margin-right: 5px;}

body.fixed_content .btn-leave-login {
        position: fixed;
        top: 6px;
        right: 5vh;
    }
@media (max-width: 767px) {
    body.fixed_content .btn-leave-login {
        transform: scale(0.8);
        top:11px
    }
}



/*ACCOUNT PAGE*/

#simpleedit .form-horizontal .form-group{width: 100%}
#simpleedit  .form-horizontal{width: 100%}
@media (min-width: 992px) {

    #simpleedit .form-horizontal {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    #simpleedit .form-horizontal .form-group {
        width: 48%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #simpleedit .form-horizontal .form-group.row-edit_is_firm {
        width: 100%;
    }
}

.account_top{
    background: #EE1D24;
    color:#fff;
    height: 220px;
    padding: 0 5vw;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
}

.account_top:after{
    content: '';
    display: block;
    width: 532px;
    height: 259px;
    background: url('/catalog/view/theme/default/image/account_welcome_bg.png') no-repeat 100% 100%;
    background-size: contain;
}

@media (min-width: 992px) {
    .account_top:after{
        position: absolute;
        right: 4vw;
        bottom:-1px;
        max-width: 50%;
    }
}
@media (max-width: 991px) {
    .account_top{
        height: auto;
        flex-direction: column;
        padding-top: 35px;

    }
    .account_top:after{
        width: 280px;
        height: 135px;
    }
}


.account_top__text{
    position: relative;
    z-index: 1;
}
.account_top .welcome_text{
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}
.account_top .customer_name{
    font-weight: 500;
    font-size: 42px;
    line-height: 56px;
}

@media (min-width: 992px) {
.account_tabs .nav-item .nav-link{min-width: 230px;}
}

@media (max-width: 767px) {
    .account_tabs .nav-item{width: 100%}
    #simpleregister_button_confirm{width: 100%}
}

.row-edit_is_firm .control-label{
    display: none;
}
.row-edit_is_firm .input_wrap{
    float: left;
    margin-right: 15px;
}

#tab-history .order_info_item:before{display: none}
#tab-history .order_item{
    border-bottom: 1px solid  #E0E0E0;
}
#tab-history .order_summary{
    border-bottom: 1px solid  #E0E0E0;
    padding:40px 0 15px;
}
.order_summary .order_id{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}
.order_summary .order_date{
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -1px;
}

#tab-history .order_details{
    padding: 20px 0;
    line-height: 1.7;
}
.btn-invoice .ico-pdf{display: inline-block;vertical-align: middle;margin-right: 3px;}
#tab-history  .btn.btn-invoice{
    padding: 10px;
    width: 160px;max-width: 100%;
    font-size: 13px;
}

.cookie_form{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    background: #EE1D24;
    color:#fff;
    min-height: 104px;
    align-items: center;
    padding: 15px 20px;
    font-weight: 300;

}
.cookie_form a.to-cookie-policy{
    color:#fff;
    text-decoration: underline;
    font-weight: 500;
}
.cookie_form .btn-cookie-agree{
    background: #fff;
    color:#EE1D24;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 200px;
    height: 48px;
}
@media (min-width:1200px) {
    .cookie_form .btn-cookie-agree{margin-left: 25px;}
}
@media (max-width:1199px) {
    .cookie_form_text{display: block}
    .cookie_form .btn-cookie-agree{
        margin-left: 0;
        margin-top: 10px;
    }
}

#forgotten_modal{
    background: #fff;
}
.modal-open #forgotten_modal.modal{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#forgotten_modal .btn.close{
    top: 6px;
    right: 5vh;
    position: absolute;
    padding: .25rem .5rem;
}
@media (max-width: 767px) {
    #forgotten_modal .btn.close {
        transform: scale(0.8);
        top: 11px;
    }
}
#forgotten_modal .modal-dialog{
    position: static;
}
#forgotten_modal .modal-content{
    border-radius: 0;
    position: static;
    border: 0;
}
#forgotten_modal .modal-body{
    padding: 0;
    position: relative;
}

.forgotten-modal-ico i{font-style: normal}
.forgotten-modal-ico .fmi-2{
    position: relative;
    top:8px;
}
#forgotten_modal .h1{
    margin: 15px 0 25px;
}
#forgotten_modal .buttons{margin-top: 30px;}

#forgotten_modal .forgotten-text{
    font-size:13px;
    color: #101010;
    opacity: 0.6;
}
@media (min-width:1200px) {
    #forgotten_form .h1{
        font-size: 38px;
        font-weight: 400;
        color:#000
    }
}

body .tooltip.custom-tooltip{line-height: 1.1}
body .tooltip.custom-tooltip .tooltip-inner {
    background: rgba(255, 255, 255, 0.95);
    color: black;
    text-align: left;
    box-shadow: 0 0 0 1px #DBDBDB;
}
body .tooltip.custom-tooltip.bs-tooltip-top .arrow::before {border-top-color: #DBDBDB}
body .tooltip.custom-tooltip.bs-tooltip-bottom .arrow::before {border-bottom-color: #DBDBDB}
body .tooltip.custom-tooltip.bs-tooltip-left .arrow::before {border-left-color: #DBDBDB}
body .tooltip.custom-tooltip.bs-tooltip-right .arrow::before {border-right-color: #DBDBDB}
body .tooltip.custom-tooltip.show{opacity: 1}
.tooltip.custom-tooltip a{
    text-decoration: none;
}
.btn-close-tooltip{
    display: block;
    color:#000;
    text-shadow: 0 0 #fff;
    font-size: 32px;
    position: absolute;
    top:-7px;
    right: -26px;
    cursor: pointer;
}

#cookieConsentBanner{   
    display: none;
    position: fixed;
    bottom: 12px;
    width: 700px;
    max-width: 98%;
    z-index: 100;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #212529;
    padding: 10px;
    text-align: center;
    border: 1px solid #00000059;
    border-radius: .25rem;
}
#cookieConsentBanner .btn {
    border-color: #EE1D24
}
.cookieConsentBanner__title{
    color:#EE1D24
}
.cookieConsentBanner__buttons .d-flex{
    display: flex;
    gap:8px
}

label.switch span:after{
    content: '';
}

.switch {
    position: relative;
    display: block;
    width: 83px;
    height: 34px;
    margin: 0 auto;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switch input:checked + .slider {
    background-color: #EE1D24;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #EE1D24;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
@media (max-width: 991px) {
    .switch-grid{
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
        gap:4px
    }
}
@media (max-width: 767px) {
    #cookieConsentBanner{
        font-size: 14px;
    }
    .switch-title{font-size: 12px}
    #cookieConsentBanner .btn{font-size: 14px}
}
@media (max-width: 355px) {
    .switch{width: 70px}
    .switch-title{font-size: 11px}
    #cookieConsentBanner .btn{font-size: 12px}
    .switch input:checked + .slider:before {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
}


/*product review modal*/
.modal-product-review__product-info{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-product-review__product-info h4{
   text-transform: uppercase;
}
.modal-product-review__product-info h5{
    color: #666;
}

.star-rating {
    line-height:32px;
    font-size:1.25em;
    margin: 12px 0 4px;
}
.star-rating__label{
    font-size: 16px;
    margin-bottom: 4px;
}
.star-rating .fa-star{
    color: #efeded;
    cursor: pointer;
    font-size: 1.6em;
}
.star-rating .fa-star.star-active{
    color: #EE1D24;
}
.star-rating__btn{
    margin-top: 15px;
    width: 100%;
    max-width: 430px;
}

/*custom alert and loader*/
.site-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.site-loader__spinner {
    position: fixed;
    left: 50%;
    top: 50%;
}

.alert-fixed {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.alert-fixed-top {
    position: fixed;
    left: 50%;
    top: 3%;
    transform: translate(-50%, 0);
    z-index: 9999;
}

/*product popup gallery*/
.product_gallery{
    cursor: pointer;
}
.gallery-main {
    width: 100%;

}


.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    border:1px solid transparent;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.gallery-thumbs .swiper-slide-thumb-active {
   border-color: #56C700;
}

.modal-fullwidth {
    max-width: 100%;
    margin: 0;
}
.modal-fullwidth .modal-content {
    border: none;
    border-radius: 0;
    min-height: 100vh;
}

.btn-close-gallery {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1051;

    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 0 12px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 767px) {
    .btn-close-gallery .ico-close {
        filter:brightness(0);
    }
    .gallery-thumbs .swiper-slide{margin-bottom: 22px}
}
@media (max-width: 992px) and (orientation:landscape)  {
    .gallery-main .swiper-slide img{max-width: 200px}
}
@media (min-width: 992px) {
    .gallery-thumbs-col{padding-top: 55px}
    .gallery-thumbs .swiper-scrollbar{display: none}
}

/**/
#file-order-form{
    margin: 24px 0;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 8px;
}
.file-order__result{
    font-size: 12px;
    overflow-y: auto;
    max-height: 200px;
}



