/* підключення шрифта Helvetica */

@font-face {
    font-family: 'Helvetica Bold';
    src: url('../../../../../Helvetica-Bold.eot');
    src: url('../../../../../Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../../../../Helvetica-Bold.woff2') format('woff2'),
    url('../../../../../Helvetica-Bold.woff') format('woff'),
    url('../../../../../Helvetica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

ul{
    list-style: none;
}

/* /підключення шрифта Helvetica */

@font-face {
    font-family: 'Raleway';
    src: url('../../../../../Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;

}

@font-face {
    font-family: 'Raleway';
    src: url('../../../../../Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
}

@font-face {
    font-family: 'Raleway';
    src: url('../../../../../Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
}

@font-face {
    font-family: 'Raleway';
    src: url('../../../../../Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
}

@font-face {
    font-family: 'Raleway';
    src: url('../../../../../Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
}

@font-face {
    font-family: 'Raleway';
    src: url('../../../../../Raleway-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
}

#common-home > .container__cust #column-left {
    width: 317px;
    padding-left: 0;
    padding-right: 0;
}

#common-home > .container__cust #content {
    width: calc(100% - 317px);
    padding-left: 0;
    padding-right: 0;
}


/* підключення шрифта Raleway */

#product-compare #content {
    min-height: 230px;
}

.container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.section__white__cust {
    background: #FFFFFF;
}

.section__gray__cust {
    background: #F5F3F3;
}

.section-mb__cust {
    margin-bottom: 70px;
}

.container__cust {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
}

.product__title__cust {
    font-family: Roboto Flex;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    color: #000000;
}

.heading__title__cust {
    font-family: Roboto Flex;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0em;
    color: #070707;
    margin-bottom: 14px;
    margin-top: 32px;
}

/* header */

header {
    border-width: 1px 0px 1px 0px;
    /* background:#F2F2F2 ;
    border-style: solid;
    border-color: #BFBFBF; */
}

.header__top__cust {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: end;
    margin: 20px 0 30px;
}

.header__logo__cust {
    margin: 0 !important;
    display: flex;
}

.header__slogan__cust{
    display: none;
    color: #070707;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}

.header__left__cust {
    width: calc(100% - 430px);
    display: flex;
    justify-content: space-between;
    align-items: end;
    /*flex-wrap: wrap;*/
}

.header__icons__cust {
    display: flex;
    align-items: end;
    transition: all 0.3s;
}
.header__icons__cust a svg path{
    transition: 0.3s;
}
.header__icons__cust a:hover svg path{
    stroke:#070707;
}
#cart a:hover svg path{
    stroke: none;
    fill: #070707;
}

.header__icon__cust {
    margin-right: 12px;
}
#compare-total,
#wishlist-total,
#cart a{
    position: relative;
}

/*menuHome*/
#common-home > .container__cust {
    position: relative;
}
#common-home > .container__cust > #column-left {
    position: unset;
}
.burger__menu__box__ul__cust{
    height: 522px;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
}

.burger__menu__box__ul__cust::-webkit-scrollbar {
    width: 7px;

}
.burger__menu__box__ul__cust::-webkit-scrollbar-track {
    background-color: #E4E4E4;
    border-radius: 9px;
}
.burger__menu__box__ul__cust::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    border-radius: 9px;

}

.burger__ul__cust.burger__menu__ul__cust {
    direction: ltr;
    padding: 0 0 15px 10px;
}

.burger-dropdown:hover .burger__dropdown__box__cust{
    z-index: 3;
}
.burger__dropdown__box__cust.burger__menu__dropdown__box__cust{
    width: calc(100% - 347px);
    padding: 0;
    left: unset;
    right: 0;
    transition: all 0.3s;
    margin-right: 15px;
    background-color: unset;

}
.burger__dropdown__box__cust.burger__menu__dropdown__box__cust .burger__ul__ch__cust{
    background-color: #FFFFFF;
    box-shadow: 8px 6px 12px rgba(0, 0, 0, 0.175);
}
.burger__li__cust .burger__a__cust span .burger__menu__arrow__cust {
    margin-bottom: 7px;
}


.burger__li__cust:hover .burger__a__cust span .burger__menu__arrow__cust {
    transform: translateX(100%) rotate(0deg);
    margin-bottom: 7px;
}
/*menuHome*/

#cart.btn-group.btn-block #cart-total,
.menu__mobile__item__user__nav__icon__cust span,
.header__icon__cust span{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    right: -7px;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    transition: all .3s ease-in-out;

    background: #FF0B0B;
    border-radius: 100%;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}
.menu__mobile__item__user__nav__icon__cust{
    position: relative;
}
#cart.btn-group.btn-block #cart-total{
    right: -7px;
    top: -27px;
}

.header__icon__cust:last-child {
    margin-right: 0;
}

.top__menu__cust {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #BFBFBF;
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 10;
}
.header__mobile__phone__cust {
    display: flex;
    align-items: flex-end;
}

.header__mobile__phone__cust svg {
    margin-right: 12px;
    margin-bottom: 5px;
}

.header__mobile__phone__ul__cust {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.header__left__mobile__blok__cust{
    display: none;
}
.header__mobile__phone__days__cust{
    font-size: 16px;
    color: #070707;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;

}

.header__mobile__phone__li__cust {
    list-style: none;
    display: flex;
    align-items: center;
}

.header__mobile__phone__li__cust svg {
    margin-left: 7px;
}

.header__mobile__phone__dropdown__cust {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    list-style: none;
}

.header__mobile__phone__ul__cust:hover .header__mobile__phone__dropdown__cust{
    opacity: 1;
    pointer-events: auto;
}

.header__mobile__phone__dropdown__ul__cust {
    padding: 0;
}

.header__mobile__phone__dropdown__li__cust {
    list-style: none;
}

.header__mobile__phone__a__cust,
.header__mobile__phone__dropdown__a__cust{
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    color: #070707;
    transition: all .3s ease-in-out;
}

.header__mobile__phone__a__cust:hover,
.header__mobile__phone__dropdown__a__cust:hover {
    color: #FF0B0B;
}

@media (max-width: 600px) {
 .search__inner__cust {
    display: none;
}
}

.search__inner__cust {
    display: flex;
    width: 100%;
    max-width: 585px;
    margin-bottom: 0 !important;
}

.search__input__cust {
    height: 50px;
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #C5C4C4;
    background-clip: padding-box;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    color: #070707;
    outline: 0;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.search__input__cust:focus {
    border-color: #FF0B0B;
}

.search__button__cust {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: #FF0B0B;
}

/* /header */

.category__tabs__cust {
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.category__tabs__cust li {
    width: 24%;
    max-height: 56px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.category__tabs__cust li a {
    width: 100%;
    font-family: Raleway;
    color: #070707;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid #FFFFFF;
    transition: all .3s ease-in-out;
    overflow: hidden;
    padding: 0 10px;
}

.category__tabs__cust li:hover a,
.category__tabs__cust li.active a{
    border-color: #FF0B0B;
    color: #FF0B0B;
}

/* menu */

.menu__inner__cust {
    display: flex;
    position: relative;
}


.menu__catalog__cust {
    width: 317px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    background-color: #FF1414;
    cursor: pointer;
}

.burger__cust {
    display: flex;
    position: relative;
    justify-content: flex-end;
    width: 23px;
    height: 18px;
    align-items: center;
}

.burger__cust span {
    height: 2px;
    width: 100%;
    opacity: 1;
    background-color: #FFFFFF;
    transition: all .3s ease-in-out;
}

.burger__cust::before, .burger__cust::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    transition: all .3s ease-in-out;
}

.burger__cust::before { top: 0; }

.burger__cust::after { bottom: 0; }

.menu__catalog__cust.active .burger__cust span { opacity: 0; }

.menu__catalog__cust.active .burger__cust::before {
    top: 53%;
    transform: rotate(-45deg) translate(0, -50%);
}

.menu__catalog__cust.active .burger__cust::after {
    top: 48%;
    transform: rotate(45deg) translate(0, 50%);
}

.burger__catalog__box {
    /*background-color: #FFFFFF;*/
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);*/
    transition: all .3s ease-in-out;
}

.menu__catalog__cust.active .burger__catalog__box {
    max-height: 1000px;
    opacity: 1;
}

.burger__ul__cust {
    width: 317px;
    margin: 0;
    padding: 0 0 15px 0;
    background-color: #FFFFFF;
}


.burger__dropdown__box__cust {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    background-color: #FFFFFF;
    padding-left: 317px;
    width: 100%;
}

.burger-dropdown:hover .burger__a__cust {
    color: #FF1414;
}


.burger-dropdown:hover .burger__dropdown__box__cust {
    display: block;
}

.burger__li__cust {
    list-style: none;
    height: 40px;
    padding: 4px 8px;
}

.burger__a__cust {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #070707;
    transition: all .3s ease-in-out;
}

.burger__a__cust:hover {
    color: #FF0B0B;
}

.burger__a__cust > span {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
}

.burger__a__cust span svg {
    margin-right: 15px;
    width: 25px;
}

.burger__a__cust span span {
    width: calc(100% - 45px);
    white-space: nowrap;
    display: flex;
    align-items: center;  
}
.burger__a__cust span span h3 {
    margin: 0;
    color: #070707;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
}

.burger__ul__ch__cust {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 420px;
}

.burger__li__ch__cust {
    width: 33%;
    list-style: none;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    padding-right: 15px;

    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    color: #000000;
    margin: 14px 0;
    transition: all .3s ease-in-out;
}
.burger__li__ch__cust a {
    color: #000000;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.burger__li__ch__cust a img {
    width: 90px;
}
.burger__li__ch__cust:hover, .burger__li__ch__cust:hover a{
    color: #FF0B0B;
}

.menu__catalog__name {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 0;
    color: #FFFFFF;
    margin-top: 0;
}

.menu__pages__cust {
    width: calc(100% - 317px);
    padding-left: 40px;
}

.menu__pages__ul__cust {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
    height: 100%;
}

.menu__pages__li__cust {
    list-style: none;
    height: 100%;
}

.menu__pages__li__cust a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 18px;
    transition: all .3s ease-in-out;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    color: #070707;
    text-transform: uppercase;
}

.menu__pages__li__cust a:hover {
    background-color: #FF0B0B;
    color: #FFFFFF;
    text-shadow: 0 0 1px #FFFFFF, 0 0 1px #FFFFFF;
}
.menu__pages__li__cust a h3 {
    margin: 0;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    color: #070707;
    text-transform: uppercase;
}

/* /menu */
/*Wishlist add*/

 .wishlist__yes__cust svg path{
     fill: #FF1414;
     stroke: #FF1414;
 }

/*Wishlist add*/


/* advantages */

.contaner__cust {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.title__cust {
    font-family: Roboto Flex;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 50px;
    color: #070707;
}

.advantages__inner__cust {
    display: flex;
    flex-wrap: wrap;
}

.advantages__item__cust {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px 50px;
    border-right: 1px solid #BFBFBF
}

.advantages__item__cust:last-child {
    border-right: 0;
}

.advantages__title__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    color: #070707;

    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 0 20px 0;
    white-space: nowrap;
}

.advantages__text__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #070707;
    margin-bottom: 0;
}

#tab-description {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    color: #464646;
}
@media screen and (max-width: 1620px) {
    /*productPage*/


    /*productPage*/
    .menu__catalog__name{
        font-size: 20px;
    }
    .container__cust{
        max-width: 1250px;
        padding: 0 15px;
    }
    .title__cust {
        font-size: 26px;
    }

    .advantages__title__cust {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .advantages__text__cust {
        font-size: 16px;
    }
    .advantages__icons__cust svg{
        width: 50px;
        height: 50px;
    }

    #tab-description {
        font-size: 18px;
    }
}
/* /advantages */

/* popular categories */

.popular__categories__inner__cust {
    height: 317px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.popular__categories__item__cust {
    width: 20%;
    position: relative;
    padding: 19px 7px;
    transition: all .3s ease-in-out;
}

.popular__categories__img__inner__cust {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    transition: all .3s ease-in-out;
    border: 2px solid #BFBFBF;
}

.popular__categories__img__inner__cust a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.popular__categories__img__inner__cust a img {
    width: 50%;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}

.popular__categories__item__cust:hover .popular__categories__img__inner__cust a img {
    margin-bottom: 60px;
}

.popular__categories__item__cust:hover {
    padding-top: 0;
    padding-bottom: 0;
}

.popular__categories__item__cust:hover .popular__categories__img__inner__cust {
    height: 100%;
    border: 2px solid #FF0B0B;
}

.popular__categories__name__inner__cust {
    position: absolute;
    bottom: 25px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.popular__categories__name__inner__cust a {
    font-family: Roboto Flex;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #070707;
    transition: all .3s ease-in-out;
    margin: 0 9px;
}

.popular__categories__item__cust:hover .popular__categories__name__inner__cust a {
    color: #FF0B0B;
}
@media screen and (max-width: 1620px) {
    .popular__categories__inner__cust{
        height: 250px;
    }
    .popular__categories__img__inner__cust a img{
        width: 40%;
    }
    .popular__categories__name__inner__cust a{
        font-size: 18px;
    }
    .popular__categories__name__inner__cust{
        bottom: 12px;
    }
    .product__title__cust{
        font-size: 28px;
    }
}



/* /popular categories */

/* product card */

.swiper__wrapper__cust {
    height: 620px !important;
}

.product__card__hover__cust {
    height: 100%;
    width: 100%!important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}


.product__card__cust {
    height: 85% !important;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border: 2px solid #BFBFBF;
    padding: 24px 34px;
    transition: all 0.3s ease-in-out;
    height: auto;
}

.product__card__buttons__cust {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 15px;
    right: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.product__card__hover__cust:hover .product__card__buttons__cust {
    max-height: 200px;
    opacity: 1;
}

.product__card__button__cust {
    background: none;
    border: none;
}

.product__card__button__cart__cust{
    position: absolute;
    right: 10px;
    bottom: 15px;
    transition: all 0.3s ;
    fill: #7A7A7A;
}
.product__card__button__cart__cust:hover svg path{
    fill: #FF0B0B!important;
}
.product__card__special__cust,
.product__card__latest__cust,
.product__card__bestseller__cust{
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
}

.product__card__special__cust {
    background-color: #FF1414;
}

.product__card__latest__cust {
    background-color: #00DB30;
}

.product__card__bestseller__cust {
    background-color: #148EFF;
}

.product__card__hover__cust:hover .product__card__cust {
    padding-top: 35px;
    margin: 0;
    border-color: #FF0B0B;
    height: 100% !important;
}

.product__card__img__cust {
    height: 120px;
    max-width: 130px;
    margin: 0 auto;
    object-fit: contain;
}

.product__card__name__cust {
    margin-top: 40px;
    height: 100px;
    overflow: hidden;
}

.product__card__name__cust a {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000 !important;
}

.product__card__count__cust {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: #7A7A7A;
    margin-bottom: 0;
}

.product__card__article__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #7a7a7a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.product__card__old__price__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    color: #E33F3F;
}

.product__card__old__price__cust span {
    position: relative;
}

.product__card__old__price__cust span:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #E33F3F;
}

.product__card__new__price__cust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
    opacity: .6;
    transition: all 0.3s ease-in-out;
}

.product__card__hover__cust:hover .product__card__new__price__cust {
    opacity: 1;
}

.product__card__stepper__button__cust {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.product__card__hover__cust:hover .product__card__stepper__button__cust {
    max-height: 300px;
    opacity: 1;
}

.product__card__stepper__cust {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.product__card__stepper__substract__cust,
.product__card__stepper__add__cust{
    width: calc((100% - 50px) / 2);
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #EFEFEF;
    cursor: pointer;
}

.product__card__stepper__substract__cust {
    justify-content: flex-end;
    padding-right: 35px;
}

.product__card__stepper__add__cust {
    padding-left: 35px;
}

.product__card__stepper__result__cast {
    width: 50px;
    height: 40px;
    border: 1px solid #7A7A7A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: #FFFFFF;
    color: #070707;
}

.product__card__button__bay__cust {
    background-color: #FF0B0B;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 34px;
}

@media screen and (max-width: 1620px) {
    .swiper__wrapper__cust {
        height: 570px !important;
    }
    .product__card__name__cust{
       font-size: 16px;
        margin-top: 10px;
    }
    .product__card__article__cust{
        font-size: 14px;
    }
    .product__card__new__price__cust{
        font-size: 18px;
    }
}

@media screen and (max-width: 1100px) {
    /*.product__card__cust {*/
    /*    height: 100% !important;*/
    /*}*/
    .product__card__name__cust{
             margin-top: 5px;
    }

    #tab-description {
        font-size: 16px;
    }

}
/* /product card */

/* contact page */

.contact__page__inner__cust {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 86px;
}

.contact__page__info__cust {
    width: 435px;
    display: flex;
    flex-direction: column;
}

.contact__page__info__item__cust {
    display: flex;
    padding: 20px 25px 20px 10px;
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    margin-bottom: 57px;
}

.contact__page__info__item__cust:last-child {
    margin-bottom: 0;
}

.contact__page__info__img__cust {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__page__info__content__cust {
    width: calc(100% - 80px);
}

.contact__page__info__title__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    color: #000000;
    margin: 0 0 10px;
}

.contact__page__info__text__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    margin: 0;
    color: #000000;
}

.contact__page__info__text__cust a {
    color: #000000;
    transition: all .3s ease-in-out;
}

.contact__page__info__text__cust a:hover {
    color: #FF0B0B;
}

.contact__page__info__text__cust span {
    font-weight: 700;
    margin-right: 5px;
}

.info-margin__cust {
    margin-bottom: 10px;
}

.contact__page__form__inner__cust {
    width: calc(100% - 435px);
    padding-left: 55px;
}

.contact__page__form__title__cust {
    font-family: Roboto Flex;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    color: #070707;
    margin: 0 0 10px;
}

.contact__page__form__text__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    color: #000000;
    margin: 0 0 35px;
}

.contact__page__input__inner__cust {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact__page__input__item__cust {
    width: 49%;
    margin-bottom: 30px;
}

.contact__page__textarea__item__cust {
    width: 100%;
}

.contact__page__label__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: #000000;
    margin: 0 0 10px 0;
}

.contact__page__input__cust {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #7A7A7A;
    background-clip: padding-box;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #070707;
    outline: 0;
    transition: all .3s ease-in-out;
}

.contact__page__input__cust:focus {
    border-color: #FF0B0B;
}

.contact__page__textarea__cust {
    width: 100% !important;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #070707;
    padding: 17px 18px;
    outline: 0;
    border: 1px solid #7A7A7A;
    transition: border-color .3s ease-in-out;
}

.contact__page__textarea__cust:focus {
    border-color: #FF0B0B;
}

.contact__page__input__cust::placeholder {
    color: #7A7A7A;
}

.contact__page__textarea__cust::placeholder {
    color: #7A7A7A;
}

.product__page__button__submit__inner__cust {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    flex-wrap: wrap;
}
.product__page__button__onClick__cust{
    width: 100%;
    border: 1px solid #FF0B0B;

    background-color: #FFFFFF;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #FF0B0B;
    margin-bottom: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all 0.3s ease-in-out;
}
.product__page__button__onClick__cust:hover{
    background-color: #FF0B0B;
    color: #FFFFFF;

}

#contact__page__button__renew__cust,
.contact__page__button__submit__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    padding: 16px 62px;
    background-color: #FFFFFF;
    transition: 0.3s;
}

#contact__page__button__renew__cust {
    border: 2px solid #464646;
    color: #464646;
    margin-bottom: 10px;

}
#contact__page__button__renew__cust:hover{
    background-color:#464646 ;
    color: #FFFFFF;
}
.contact__page__button__submit__cust:hover{
    background-color:#FF0B0B ;
    color: #FFFFFF;
}

.contact__page__button__submit__cust {
    border: 2px solid #FF0B0B;
    margin-left: 20px;
    color: #FF0B0B;
    margin-bottom: 10px;
}

/* /contact page */

/*popUpOneClick*/
#popup__oneClick__cust{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 12;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#popup__oneClick__cust.active{
    display: block;
}
.oneClick__lable__cust{
    position: relative;
}
.oneClick__lable__cust:after{
    position: absolute;
    content: '*';
    color: #FF6868;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    right: -16px;
}

.oneClick__wrapper__cust{
    display: flex;
    flex-direction: column;
}
#input-payment-name,
#input-payment-telephone,
#input-payment-email,
#input-payment-description{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #7A7A7A;
    background-clip: padding-box;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #070707;
    outline: 0;
    transition: border .3s ease-in-out;
    box-shadow: unset;
    border-radius: 0;

}
#input-payment-name:focus,
#input-payment-telephone:focus,
#input-payment-email:focus,
#input-payment-description:focus{
    border-color: #FF0B0B;
}
.oneClick__wrapper__cust label{
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: #000000;
    margin: 10px 0;
}
.oneClick__header__cust{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 30px;
    border-bottom: 1px solid #FF0B0B;

}
.oneClick__header__cust h3{
    font-family: Roboto Flex;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    color: #070707;
    margin: 0 0 10px;

}
.oneClick__header__cust span{
    cursor: pointer;

}
.oneClick__header__cust span svg path{
    transition: all 0.3s ease-in-out;


}
.oneClick__header__cust span:hover svg path{
    fill: #FF0B0B;

}
#popup__oneClick__shadow__cust{
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    height: 500vh;
    background: rgba(217, 217, 217, 0.50);
    width: 100%;
    opacity: 1;
    z-index: 11;
}
#input-payment-description{
    padding: 17px 18px;
    width: 100% !important;
    height: 80px;
    max-height: 300px;
    min-height: 80px;
    margin-bottom: 15px;

}
.popup__oneClick__btn__cust{
    width: 100%;
    display: flex;
    justify-content: center;
}
#button-oneclick{
    border: 2px solid #FF0B0B;
    color: #FF0B0B;
    font-size: 18px;
    line-height: 26px;
    background: unset;
    padding: 15px 25px;
    margin: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;

}
#button-oneclick:hover{
    background-color: #FF0B0B;
    color: #FFFFFF;
}

.oneclick-error-text{
    color: #FF6868;
}

@media screen and (max-width: 800px) {
    .category__tabs__cust li {
        width: 32%;
    }
}

@media screen and (max-width: 720px){
    #popup__oneClick__cust{
        width: 80%;
    }
}

@media screen and (max-width: 540px) {
    .category__tabs__cust li {
        width: 48%;
    }

    .category__tabs__cust li a {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px){
    #input-payment-name, #input-payment-telephone, #input-payment-email, #input-payment-description{
        height: 35px;
        font-size: 13px;
    }
    .oneClick__header__cust {
        padding: 0;
    }
    .oneClick__header__cust h3 {
        font-size: 20px;
    }
    .oneClick__wrapper__cust label {
        font-size: 15px;
    }
    #button-oneclick {
        padding: 10px 25px;
    }

}
/*popUpOneClick*/

/* review */

.reviews__item__cust {
    border: 1px solid #BDBDBD;
    margin-bottom: 25px;
}

.reviews__top__cust {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #BDBDBD;
    padding: 12px 20px;
}

.reviews__name__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    color: #070707;
    margin: 0;
}

.reviews__date__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    margin: 0;
    color: #464646;
}

.reviews__bottom__cust {
    padding: 15px 20px 10px;
}

.reviews__text__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    margin: 0 0 35px;
}

/* /review */

/* breadcrumbs */

.breadcrumb__cust {
    margin-top: 14px;
    margin-bottom: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.breadcrumb__cust li {
    list-style: none;
}

.breadcrumb__cust li a,
.breadcrumb__cust li span{
    list-style: none;
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #7A7A7A;
    margin-right: 5px;
}

.breadcrumb__cust > li:after {
    content: "-";
    list-style: none;
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #7A7A7A;
    margin-right: 5px;
}
.breadcrumb__cust > li:last-child:after {
    content: "";
    margin-right: 0;
}

.breadcrumb__cust > li:last-child a {
    margin-right: 0;
}

.breadcrumb__cust .fa-home:before {
    content: "Головна";
    list-style: none;
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #7A7A7A;
}

/* /breadcrumbs */

/* category page */

.category__page__categories__inner__cust {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 12px 32px 2px;
    background-color: #F5F3F3;
    border: 1px solid #BFBFBF;
    margin-bottom: 20px;
}

.category__page__categories__item__inner__cust {
    padding: 0 26px;
    width: 25%;
    margin-bottom: 10px;
}

.category__page__categories__item__cust {
    border: 1px solid #BFBFBF;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    scale: 1;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    transition: all .3s ease-in-out;
}

.category__page__categories__item__cust:hover {
    scale: 1.04;
    border: 1px solid #FF0B0B;
}

.category__page__categories__link__cust {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Roboto Flex;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-decoration: none;
    text-align: center;
    color: #070707;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.category__page__categories__item__cust:hover .category__page__categories__link__cust {
    color: #FF0B0B;
}

.category__page__products__sort__cust {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;

}
.category__page__products__sort__btns__cust {
    display: flex;
}
/*************************Adaptive for ledtop**************************/

/**********************************************************************/

@media screen and (max-width: 767px) {
    #common-home > .container__cust #content {
        width:100%;
    }
}

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


    #common-home > .container__cust #content {
        width:100%;

    }
}

.category__page__products__sort__btn__cust {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 0;
    margin-left: 11px;
}

.category__page__products__sort__btn__cust svg rect {
    transition: all .3s ease-in-out;
}

.category__page__products__sort__btn__cust.active svg rect {
    fill: #7A7A7A;
}

.category__page__product__inner__cust {
    display: flex;
    flex-wrap: wrap;
}

.category__page__product__item__cust {
    width: 25%;
    position: relative;
    height: 455px;
}

.category__page__product__item__absolute__cust {
    border: 1px solid #BFBFBF;
    position: absolute;
    padding: 20px;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;

}

.category__page__product__item__absolute__cust:hover {
    border: 1px solid #FF0B0B;
    z-index: 1;
    height: calc(100% + 100px);
}

.category__page__product__item__absolute__cust:hover .product__card__buttons__cust {
    max-height: 200px;
    opacity: 1;
}

.category__page__product__item__absolute__cust .product__card__stepper__button__cust {
    display: none;
}

.category__page__product__item__absolute__cust:hover .product__card__stepper__button__cust {
    max-height: 300px;
    opacity: 1;
    display: flex;
}

.category__page__product__item__absolute__cust:hover .product__card__new__price__cust {
    opacity: 1;
}

.category__page__product__item__grid__cust {
    display: none;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #7A7A7A;
    transition: all .3s ease-in-out;
    min-height: 200px;
}

.product__card__img__grid__cust {
    width: 180px;
}

.category__page__product__item__grid__cust:hover {
    border: 1px solid #F1000F;
}
@media (max-width:1040px) {
    /*popular category*/
    .popular__categories__name__inner__cust{
            bottom: 30px;
        }
    /*popular category*/
    .category__page__categories__link__cust{
        padding: 10px 20px;
    }
    .category__page__categories__inner__cust{
        padding: 10px 0 5px;
    }
    .category__page__categories__item__inner__cust{
        padding: 0 5px;
        min-height: 70px;
        width: 25%;
    }
    .product__card__button__cart__cust svg path{
        fill: #7A7A7A;
    }
    #common-home #column-left{
        display: none;
    }
    #common-home > .container__cust #content{
        width: 100%;
    }

}
@media (max-width:900px) {
    .category__page__categories__item__inner__cust{
        width: 33%;
    }
    .category__page__products__sort__btns__cust {
        display: none;
    }
}
@media (max-width:600px) {
    .category__page__categories__item__inner__cust{
        width: 50%;
    }
    .category__page__categories__link__cust{
        padding: 5px 8px;
    }
}
@media (max-width:450px) {
    .category__page__categories__link__cust{
        font-size: 16px;
    }
    .category__page__products__sort__cust{
        flex-direction: column;
        margin-bottom: 15px;
    }

}
.product__card__caption__grid__cust {
    width: calc(100% - 180px);
    margin-left: 20px;
}

.product__card__caption__grid__cust .product__card__buttons__cust{
    max-height: 200px;
    opacity: 1;
}

.product__card__name__grid__cust {
    margin-right: 25px;
}

.product__card__name__grid__cust a {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000 !important;
}

.product__card__stars__inner__grid__cust {
    display: flex;
    flex-wrap: wrap;
}

.product__card__caption__grid__cust .product__card__stars__cust {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.product__card__caption__grid__cust .product__card__count__cust {
    margin-right: 20px;
}

.product__card__caption__grid__cust .product__card__article__cust {
    margin: 0;
}

.product__card__button__grid__inner__cust {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.product__card__price__grid__cust {
    display: flex;
    width: 100%;
    align-items: end;
    margin-top: 10px;
}

.product__card__price__grid__cust .product__card__old__price__cust {
    margin-bottom: 0;
    margin-left: 10px;
}

.product__card__price__grid__cust .product__card__new__price__cust {
    margin-bottom: 0;
}

.product__card__stepper__button__grid__cust {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 20px;
}

.product__card__stepper__button__grid__cust .product__card__stepper__cust {
    margin-bottom: 0;
    margin-right: 20px;
}

.product__card__stepper__button__grid__cust .product__card__quick__buy__button__cust {
    margin: 0;
}

.product__card__stepper__button__grid__cust .product__card__stepper__substract__cust,
.product__card__stepper__button__grid__cust .product__card__stepper__add__cust{
    padding: 0 20px;
}

@media (max-width:950px) {
    .category__page__product__item__grid__cust .product__card__caption__grid__cust{
        margin-bottom: 50px;
    }
    .product__card__button__cart__cust{
        bottom: 100px;
    }


}
@media (max-width:850px) {
    .product__card__price__grid__cust{
        justify-content: flex-end;
    }
    .product__card__stepper__button__grid__cust{
        flex-direction: column;
        gap: 1px;
        bottom: 10px;
    }
    .product__card__stepper__button__grid__cust .product__card__stepper__cust {
        margin-bottom: 5px;
        margin-right: 0;
    }
}
@media (max-width:630px) {
    .category__page__product__inner__cust .category__page__product__item__grid__cust{
        flex-direction: column;
    }
    .product__card__caption__grid__cust{
        width: calc(100% - 20px);
    }
}
@media (max-width:450px) {
    .category__page__product__item__grid__cust .product__card__caption__grid__cust {
        margin-bottom: 120px;
    }
    .product__card__price__grid__cust {
        justify-content: flex-start;
    }

}

/* /category page */

/*  update password*/

.password__input__cust {
    width: 100%;
    height: 45px;
    padding: 15px 15px;
    margin-bottom: 10px;
    color: #000;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    outline: 0;
    font-weight: 500;
    border: 1px solid #7A7A7A;
    background: #FFF;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.password__input__cust:focus {
    border-color: #FF0B0B;
}

.password__div__cust {
    width: 100%;
    max-width: 562px;
    margin-bottom: 40px;
}

.password__label__inner__cust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.password__label__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    color: #000000;
    margin: 0;
    padding: 0;
}

.password__submit__cust {
    border: 2px solid #FF0B0B;
    background: #FFFFFF;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    color: #FF0B0B;
    padding: 8px 44px;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.password__submit__cust:hover {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background: #FF0B0B;
}
.password__buttons__inner__cust {
    display: flex;
    justify-content: end;
    max-width: 562px;
}

.password__label__svg__cust {
    cursor: pointer;
}

.password__label__svg__cust path {
    transition: all .3s ease-in-out;
}

.password__label__svg__cust:hover path {
    fill: #FF0B0B;
}

.password__label__inner__cust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.password__submit__cust {
    border: 2px solid #FF0B0B;
    background: #FFFFFF;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    color: #FF0B0B;
    padding: 8px 44px;
    transition: all .3s ease-in-out;
}

.password__submit__cust:hover {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background: #FF0B0B;
}
.password__buttons__inner__cust {
    display: flex;
    justify-content: end;
    max-width: 562px;
}

.password__label__svg__cust {
    cursor: pointer;
}

.password__label__svg__cust path {
    transition: all .3s ease-in-out;
}

.password__label__svg__cust:hover path {
    fill: #FF0B0B;
}
.account__password__edit__cust{
    padding-top: 60px;
}

/*text_danger*/
.text-danger{
    color: #E33F3F;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #E33F3F;
}
/*text_danger*/
/* /update password */

/* order list */

thead .order__table__cust td{
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0em;
    color: #070707;
}

tbody .order__table__cust td {
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #292929;
}

.order__info__button__cust {
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #292929;
    transition: all .3s ease-in-out;
}
.order__info__button__cust:hover {
    color: #FF1414;
}

.order__buttons__inner__cust {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.heading__title__cust {
    font-family: Roboto Flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    color: #070707;
    margin-bottom: 30px;
}

/* /order list */

/* success page */

.success__inner__cust {
    width: 100%;
    max-width: 551px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.success__title__cust {
    font-family: Roboto Flex;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    margin: 30px 0 50px;
}

.success__text__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: #7A7A7A;
    margin: 0 0 60px;
}

.success__text__cust a {
    color: #000000;
    transition: all .3s ease-in-out;
}

.success__text__cust a:hover {
    color: #FF1414 !important;
}

.success__img__cust {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.success__button__cust {
    padding: 14px 25px;
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    color: #FFFFFF;
    background: #FF0B0B;
}

/* /success page */

/* footer */

footer {
    margin: 0;
    padding: 0;
    border-top: 2px solid #7A7A7A;
    background-color: #F2F2F2;
}

.footer__cust {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}

.footer__left__cust {
    display: flex;
    flex-direction: column;
    position: relative;
}



.footer__title__cust {
    font-family: Roboto Flex;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0em;
    color: #070707;
    margin: 0 0 30px 0;
    height: 30px;
}

.schedule__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    color: #070707;
    margin-bottom: 14px;
}

.schedule__cust span {
    color: #070707;
    margin-right: 25px;
    font-weight: 800;
}

.footer__name__site__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    margin: 0;
    color: #070707;
    position: absolute;
    bottom: 0;
}

.footer__links__inner__cust {
    margin-bottom: 25px;
}

.footer__links__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    color: #070707;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
}
.footer__links__cust:hover {
    color: #FF0B0B;
}

.footer__links__cust svg {
    margin-right: 20px;
}

.footer__destination__icon__cust {
    margin-left: 40px;
}

.footer__destination__ul__cust {
    margin: 0;
    padding-left: 20px;
}

.footer__destination__li__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    margin-bottom: 25px;
    color: #070707;
}

.footer__destination__ul__cust .footer__destination__li__cust:last-child,
.footer__center__cust .footer__links__inner__cust:last-child{
    margin-bottom: 0;
}

/* /footer */

/* adaptive */
@media screen and (max-width: 1620px){
    .header__logo__cust img{
    width: 80%;
}

    /* /contact page */
    .contact__page__form__title__cust{
        font-size: 25px;
    }
    .contact__page__info__item__cust{
        padding: 15px 15px 20px 10px;
        margin-bottom: 30px;
    }

    .contact__page__info__text__cust {
        font-size: 16px;
    }

    .contact__page__info__img__cust svg{
        width: 30px;
        height: 30px;
    }
    #contact__page__button__renew__cust, .contact__page__button__submit__cust {
        font-size: 18px;
        padding: 16px 50px;
    }

    /* /contact page */

    /* footer */
    .footer__title__cust{
        font-size: 18px;
    }
    .schedule__cust{
        font-size: 16px;
    }
    .footer__links__cust,
    .footer__name__site__cust{
        font-size: 16px;
    }
    .footer__destination__li__cust{
        font-size: 16px
    }
    /* /footer */

}

@media screen and (max-width: 1250px){
    /* category page */

    .category__page__product__item__cust {
        width: calc(100% / 3);
    }

    /* /category page */
}

@media screen and (max-width: 1200px){
    /*header*/
    .header__slogan__cust{
        display: none;
    }
    .search__inner__cust{
        width: 55%;
    }
    .header__top__cust{
        justify-content: flex-start;
    }
    .header__left__cust{
        width: calc(100% - 260px);
    }
    .header__top__cust,
    .header__left__cust{
        align-items: flex-start;
    }

        /*header*/
    /* advantages */

    .advantages__item__cust {
        width: 50%;
    }

    .advantages__item__cust:nth-child(2) {
        border-right: none;
    }

    /* /advantages */

    /* footer */

    .footer__cust {
        flex-direction: column;
    }

    .footer__left__cust {
        order: 3;
        margin-bottom: 25px;
    }

    .footer__center__cust {
        order: 1;
        margin-bottom: 30px;
    }

    .footer__right__cust {
        order: 2;
        margin-bottom: 30px;
    }

    .footer__left__inner__cust {
        margin-top: 0;
    }

    .footer__title__cust,
    .footer__name__site__cust {
        text-align: center;
    }
    .footer__name__site__cust{
        bottom: -15px;
    }

    /* /footer */
}

@media screen and (max-width: 1040px){
    /* header */
    .header__left__mobile__blok__cust p{
        font-family: Raleway;
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0em;
        color: #070707;
    }
    .header__left__mobile__blok__cust{
        display: block;
        margin-right: 10px;
    }
    .header__mobile__phone__ul__cust .header__mobile__phone__days__cust,
    .header__mobile__phone__ul__cust p{
        display: none;
    }
     

    .search__inner__cust {
        width: 100%;
        max-width: unset;
        margin-bottom: 10px !important;
    }

    .header__mobile__phone__ul__cust,
    .header__mobile__phone__dropdown__cust {
        opacity: 1;
        pointer-events: auto;
    }

    .header__mobile__phone__li__cust svg {
        display: none;
    }
    .header__left__cust{
        justify-content: flex-end;
    }

    /* /header */

    /* menu */

    /*.top__menu__cust {*/
    /*    display: none;*/
    /*}*/

    /* /menu */

    /* popular categories */

    .popular__categories__inner__cust {
        height: unset;
        justify-content: center;
    }

    .popular__categories__item__cust {
        width: 25%;
        height: 317px;
    }

    .popular__categories__img__inner__cust {
        height: 100%;
    }

    /* /popular categories */

    /* product card */

    .product__card__cust {
        height: 100% !important;
    }

    .product__card__buttons__cust {
        max-height: 200px;
        opacity: 1;
    }

    .product__card__hover__cust:hover .product__card__cust {
        padding-top: 24px;
        margin: 0;
        border-color: #FF0B0B;
    }

    .product__card__new__price__cust {
        opacity: 1;
    }

    .product__card__stepper__button__cust {
        max-height: 300px;
        opacity: 1;
    }

    /* /product card */

    /* category page */

    .category__page__product__item__cust {
        height: 525px;
    }

    .category__page__product__item__absolute__cust:hover {
        border: 1px solid #BFBFBF;
        height: 100%;
    }

    .category__page__product__item__absolute__cust .product__card__stepper__button__cust {
        max-height: 300px;
        opacity: 1;
        display: flex;
    }

    /* /category page */
    /*product card*/
    .product__card__img__cust{
        max-width: 110px;
    }
    /*product card*/

    /* footer */

    .footer__cust {
        padding-bottom: 70px;
    }
    /* /footer */
}

@media screen and (max-width: 960px){
    /* category page */

    .category__page__product__item__cust {
        width: 50%;
    }

    .search__inner__cust {
        display: none;
    }

    .header__left__mobile__blok__cust{
        display: none;
    }

    .header__top__cust{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    }

    .header__logo__cust img{
        width: 100%;
    }

    

    /* /category page */
}

@media screen and (max-width: 940px){
    /* contact page */

    .contact__page__input__item__cust {
        width: 100%;
    }

    /* /contact page */
}



@media screen and (max-width: 860px){
    /* contact page */

    .contact__page__inner__cust {
        flex-wrap: wrap;
    }

    .contact__page__info__cust {
        width: 100%;
    }

    .contact__page__form__inner__cust {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .contact__page__input__item__cust {
        width: 49%;
    }

    /* /contact page */
}

@media screen and (max-width: 800px){
    /* popular categories */

    .popular__categories__item__cust {
        width: 33%;
    }

    /* /popular categories */
}

@media screen and (max-width: 700px){
    /* header */

    .header__logo__cust {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px !important;
    }

    .header__left__cust {
        width: 100%;
    }
    .header__logo__cust a{
        display: flex;
        justify-content: center;
    }
    .header__left__cust{
        justify-content: space-between;
    }
    .header__mobile__phone__days__cust,
    .header__mobile__phone__a__cust,
    .header__mobile__phone__dropdown__a__cust {
        font-size: 14px;
    }
    .search__input__cust{
        height: 40px;
    }
    .search__button__cust{
        height: 40px;
        width: 40px;
    }



    /* /header */
}

@media screen and (max-width: 620px){
    /* advantages */

    .advantages__item__cust {
        width: 100%;
        border-right: none;
    }

    /* /advantages */
}

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

    /* header */

    .header__mobile__phone__a__cust,
    .header__mobile__phone__dropdown__a__cust{
        font-size: 14px;
    }
    .header__mobile__phone__days__cust{
        font-size: 14px;
    }

    /* /header */

    /* advantages */

    .advantages__text__cust {
        font-size: 16px;
    }

    /* /advantages */


    /* popular categories */

    .popular__categories__item__cust {
        width: 50%;
    }

    /* /popular categories */

    /* footer */

    .footer__cust {
        padding: 30px 0 70px;
    }
    .footer__left__cust{
        margin-bottom: 10px;
    }

    .footer__links__cust,
    .footer__destination__li__cust,
    .schedule__cust{
        font-size: 16px;
    }

    .footer__destination__icon__cust {
        margin-left: 10px;
    }

    /* /footer */

    .menu__mobile__item__user__nav__icon__cust span{
        top: 0;
    }
    .menu__mobile__item__user__nav__cust #cart__mobile #cart-total__mobile{
        top: 0;
        right: 2px;
    }

}

@media screen and (max-width: 560px){
    /* contact page */

    .contact__page__button__submit__cust {
        width: 100%;
        margin-left: 0;
    }
    #contact__page__button__renew__cust {
        width: 100%;
    }

    /* /contact page */
}

@media screen and (max-width: 510px){
    /* category page */

    .category__page__product__item__cust {
        width: 100%;
        margin-bottom: 20px;
    }

    /* /category page */
}

@media screen and (max-width: 460px){
    /* contact page */

    .contact__page__input__item__cust {
        width: 100%;
    }

    .contact__page__info__text__cust {
        font-size: 16px;
    }

    .contact__page__form__title__cust {
        font-size: 25px;
    }

    /* /contact page */
}

@media screen and (max-width: 440px){
    /*header*/
    .header__left__cust {
        justify-content: center;
    }

    /*header*/
    /* success page */

    .success__title__cust {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .success__text__cust {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* /success page */
}

@media screen and (max-width: 400px){
    /* header */

    .header__mobile__phone__cust {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        order: 1;
        padding-right: 10px;
    }

    .header__icons__cust {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .header__left__mobile__blok__cust .header__mobile__phone__days__cust{
        margin-left: 60px;
        font-size: 14px;
    }


    /* /header */

    /* popular categories */

    .popular__categories__item__cust {
        width: 100%;
    }

    /* /popular categories */

    /* footer */

    .footer__links__cust,
    .footer__destination__li__cust,
    .schedule__cust{
        font-size: 14px;
    }

    .footer__links__cust svg {
        margin-right: 10px;
    }

    /* /footer */
}

/* adaptive */

/*Brands carousel*/


 .title-center__cust {
     text-align: center;
 }

.brands__text__inner__cust {
    display: flex;
    justify-content: center;
}

.brands__text__inner__cust p {
    width: 100%;
    max-width: 951px;
    margin: 11px 0 0 0;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #070707;
}

.banner__inner__cust {
    margin: 25px 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 215px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 6px 0px #00000059;
    transition: all .3s ease-in-out;
}

.banner__inner__cust:hover {
    box-shadow: none;
    border-color: #FF0B0B;
}

.banner__slider__cust {
    padding: 0 2px;
}

@media screen and (max-width: 1620px) {
    .banner__inner__cust {
        height: 150px;
        margin: 25px 0 25px;
    }
    .footer__links__inner__cust{
        margin-bottom: 15px;
    }
}


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

    .banner__inner__cust:hover {
        box-shadow: 0px 1px 6px 0px #00000059;
        border: 1px solid #FFFFFF;
    }
}


/*Brands carousel*/

/*Product page*/

.product__page__name__cust {
    font-family: Roboto Flex;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    color: #070707;
}

.product__stars__article__cust {
    display: flex;
    align-items: center;
}

.product__stars__cust {
    margin-right: 40px;
}

.product__article__cust {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    margin-left: 20px;
    color: #7A7A7A;
}
.product__stars__article__cust h2, .product__article__cust h2 {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #7A7A7A;
    margin-top: 0;
}
.product__brand__cust {
    display: flex;
    justify-content: end;
}

.product__brand__cust img {
    max-height: 82px;
}

.product__price__cust {
    font-family: Helvetica;
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: #070707;
    margin: 0 0 7px;
}

.product__old__price__cust {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    color: #E33F3F;
    margin: 0 0 11px;
}

.product__old__price__cust span {
    text-decoration: line-through;
}

.product__buy__buttons__inner__cust {
    display: flex;
    justify-content: space-between;
    /*align-items: end;*/
}

.product__counts__cust {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: #7A7A7A;
    margin-bottom: 20px;
}

.product__button__cust {
    padding: 0;
    margin-right: 10px;
    background: none;
    border: none;
}

.product__buy__inner__cust {
    width: 200px;
}

.product__cart__button__cust {
    width: 100%;
    background-color: #FF0B0B;
    border: none;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.product__stepper__cust {
    display: flex;
    justify-content: center;
}

#product__stepper__substract__cust,
#product__stepper__add__cust {
    width: calc((100% - 50px) / 2);
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #EFEFEF;
    cursor: pointer;
}

#product__stepper__substract__cust {
    justify-content: end;
    padding-right: 20px;
}

#product__stepper__add__cust {
    padding-left: 20px;
}

.product__stepper__value__cust {
    width: 50px;
    height: 40px;
    border: 1px solid #7A7A7A;
    display: flex;
    text-align: center;
    align-items: center;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    background-color: #FFFFFF;
    color: #070707;
    outline: 0;
    border-radius: 0;
}

.product__nav__cust {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
    padding: 0;
}

.product__nav__cust li {
    list-style: none;
    margin-right: 8px;
    border: 2px solid #FFFFFF;
}

.product__nav__cust li.active {
    border: 2px solid #BDBDBD;
}

.product__nav__cust li a{
    padding: 10px 33px;
    display: inline-block;
    width: 100%;
    font-family: Raleway;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    color: #070707;
    text-decoration: none;
}
.product__nav__cust li a h2{
    font-family: Raleway;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    color: #070707;
    text-decoration: none;
}
.product__specification__name__cust{
    padding: 13px 0px 13px 50px;
    color:  #464646;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}
.product__specification_title__cust{
    display: block;
    font-family: Raleway;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    color: #070707;
}

.product__specification__text__cust{
padding: 13px 0px 13px 50px;
color: #000;
font-variant-numeric: lining-nums proportional-nums;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;


}

.product__page__review__title__cust {
font-family: Raleway;
font-size: 30px;
font-weight: 700;
line-height: 35px;
letter-spacing: 0em;
margin: 84px 0 40px;
color: #070707;
}

.product__page__rating__button__cust {
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}

.product__review__button__cust {
font-family: Raleway;
font-size: 20px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0em;
text-align: center;
padding: 10px 22px;
color: #FF6868;
background: #FFFFFF;
border: 1.3px solid #FF6868;
}

.product__page__review__input__cust {
width: 100%;
height: 45px;
display: flex;
align-items: center;
padding: 0 10px;
border: 1px solid #7A7A7A;
background-clip: padding-box;
font-family: Raleway;
font-size: 15px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
color: #070707;
outline: 0;
transition: all .3s ease-in-out;
}

.product__page__review__input__cust:focus {
border-color: #FF0B0B;
}

.product__page__review__textarea__cust {
width: 100% !important;
font-family: Raleway;
font-size: 15px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
color: #070707;
padding: 17px 18px;
outline: 0;
border: 1px solid #7A7A7A;
transition: border-color .3s ease-in-out;
margin-bottom: 28px;
}

.product__page__review__textarea__cust:focus {
border-color: #FF0B0B;
}

.product__page__review__label__cust {
font-family: Raleway;
font-size: 18px;
font-weight: 500;
line-height: 21px;
letter-spacing: 0em;
margin-bottom: 10px;
color: #000000;
position: relative;
}

.product__page__review__label__cust:after {
content: '* ';
font-size: 48px;
color: #FF6868;
font-weight: 500;
position: absolute;
left: 100%;
top: 50%;
}

.product__page__review__box__cust {
margin-bottom: 25px;
}

.product__page__rating__inner__cust {
display: flex;
}

.product__page__rating__star__inner__cust {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
margin-right: 25px;
}

.product__page__rating__star__inner__cust:last-child {
margin-right: 0;
}

.product__page__rating__star__inner__cust svg path {
transition: all .3s ease-in-out;
}

.product__page__rating__star__inner__cust input {
appearance: none;
position: absolute;
width: 100%;
height: 100%;
outline: none !important;
cursor: pointer;
}

.product__page__rating__star__inner__cust input:checked + svg path {
fill: #464646;
}

.product__page__rating__star__content__cust {
font-family: Raleway;
font-size: 15px;
font-weight: 500;
line-height: 18px;
letter-spacing: 0em;
margin-top: 8px;
color: #7A7A7A;
}

.product__page__thumbnails__inner__cust {
display: flex;
overflow: hidden;
margin-bottom: 80px;
}
/*swiper*/
.product__page__thumbnails__left__cust {
    width: 85px;
}

.product__page__thumbnails__right__cust {
    width: calc(100% - 160px);
    position: relative;
}

.product__page__thumbnails__main__a__cust {
    border: none !important;
}

.product__page__thumbnails__main__a__cust img{
    width: 80%;
    max-height: 418px;
    object-fit: contain;
}



.swiper__thumbnails__images__cust {
    height: 100px !important;
    margin-left: 0 !important;
    margin-bottom: 0!important;
}

.swiper__thumbnails__cust {
    position: relative;
    overflow: hidden;
    padding-top: 35px;

}

.swiper__thumbnails__cust .swiper-button-next{
    transform: scaleY(-1);
}

.swiper__thumbnails__cust .swiper-button-prev,
.swiper__thumbnails__cust .swiper-button-next{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 17px;
    z-index: 8;
    background: #ffff;
    cursor: pointer;
}
.swiper__thumbnails__cust .swiper-button-prev {
    top: 0;
}

.swiper__thumbnails__cust .swiper-button-next {
    bottom: -3px;
    height: 22px;
}

/*SWIPER STYLE OLEH*/
.product__page__thumbnails__left__cust{
    margin-left: 20px;

}
.swiper__thumbnails__cust .swiper-wrapper{
    height: 400px;
    align-items: center;

}

.image-additional a:hover{
    border-color: #FF0B0B;
}

.product__page__desc__product__cust p {
    color:  #464646;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}

/*Product page*/

/*Product type lable*/
.product__type__inner__cust{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    top: 10px;
    left: 10px;
}
.product__type__inner__cust span {
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    width: fit-content;
}
.product__type__bestseller{
    background-color: #148EFF;
}
.product__type__special{
    background-color: #FF1414;
}
.product__type__latest{
    background-color: #00DB30;
}
.product__type__coupon_discount{
    background-color: #fa8f20;
}


/*Product type lable*/


/*Adaptive*/
.product__page__main__info.mobile {
    display: none;
}
.product__page__main__info.desktop {
    display: block;
}

@media screen and (max-width: 1620px) {
    .product__page__thumbnails__main__a__cust img{
        max-height: 314px;
    }
    .product__page__name__cust{
        font-size: 22px;
    }
    .product__article__cust{
        font-size: 12px;
        margin-left: 20px;
    }
    .product__stars__article__cust h2, .product__article__cust h2{
        font-size: 12px;
    }
    .product__page__thumbnails__inner__cust{
        margin-bottom: 10px;
    }
    .product__price__cust{
        font-size: 25px;
    }
    .product__nav__cust li a {
        padding: 8px 25px;
        font-size: 20px;
    }
    .product__nav__cust li a h2 {
        font-size: 20px;
    }
    #review p{
        color:  #070707;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Roboto Flex;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .product__page__review__title__cust{
        margin: 15px 0;
        font-size: 25px;
    }
    .product__page__review__label__cust{
        font-size: 16px;
    }
    .product__review__button__cust{
        font-size: 15px;
    }
    .product__page__rating__star__inner__cust svg{
        height: 23px;
        width: 20px;
    }



}

@media screen and (max-width: 1100px) {
    .product__page__thumbnails__right__cust {
        width: calc(100% - 105px);
    }

    .product__nav__cust li a {
        font-size: 18px;
        padding: 5px 20px;
    }
    .product__nav__cust li a h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1230px) {
    .product__form-review__cust{
        width: 150%;
    }
}
@media screen and (max-width: 768px) {
    .product__page__thumbnails__inner__cust{
        justify-content: center;
    }
    .product__nav__cust li a{
        padding: 5px 10px;
    }
    .product__form-review__cust {
        width: 100%;
    }
    .product__nav__cust {
        margin: 0 0 20px 0;
    }

    .product__buy__buttons__inner__cust {
        margin-bottom: 20px;
    }

        .product__stars__article__cust {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.product__buy__buttons__inner__cust {
flex-direction: column;
}
    /*.product__page__thumbnails__right__cust {*/
    /*    width: calc(100% - 400px);*/
    /*}*/
}
@media screen and (max-width: 540px) {
    .product__page__main__info.mobile {
        display: block;
    }
    .product__page__main__info.desktop {
        display: none;
    }
    .product__nav__cust li a {
        font-size: 16px;
        padding: 5px 10px;
    }
    .product__nav__cust li a h2 {
        font-size: 16px;
    }
    .product__page__review__title__cust{
        font-size: 20px;
    }

    .product__page__review__box__cust {
        margin-bottom: 15px;
    }
    .product__page__review__input__cust {

        height: 40px;
    }
    .product__page__rating__star__content__cust{
        font-size: 12px;
    }
    .product__page__rating__star__inner__cust{
        margin-right: 10px;
    }
    .product__review__button__cust {
        font-size: 14px;
    }

    .product__specification__name__cust,
    .product__specification__text__cust{
        font-size: 14px;
    }

    .product__buy__inner__cust {
    width: 100%;
}

}
@media screen and (max-width: 480px) {
    .product__page__rating__button__cust {
        flex-direction: column;
    }

    .product__page__rating__inner__cust{
        justify-content: space-between;

    }
}

@media screen and (max-width: 385px) {
    .product__nav__cust li a {
        padding: 3px 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .product__nav__cust li a h2 {
        font-size: 14px;
        line-height: 22px;
    }

}
.category_seo_text {
    font-family: Raleway;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    color: #000 !important;
}

.header__mobile__phone__days__cust{
    display: none;
}


.container_menu_number_desktop {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .container_menu_number_desktop{
        display: none;
    }
}

.container_menu_number_mobile {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.box_number_mobile{
    display: flex;
    align-items: center;
}

    .search_mobile .search__inner__cust{
    display: none;
}


@media screen and (min-width: 1024px) {
    .container_menu_number_mobile{
        display: none;
    }


}

@media screen and (max-width: 768px) {
      .product__article__cust{
        margin-left: 0;
    }

    .search_mobile .search__inner__cust{
    display: flex;
}
}

.search_desktop {
    width: 100%;
    display: none;
}

.search_desktop .search__inner__cust {
    margin-right: 52px;
}

@media screen and (min-width: 960px){
    .search_desktop {
        display: flex;
    }
}
