html {
    height: 100svh;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    background-color: #f2f4f8;
}

.header-top-row {
    padding: 5px 0;
}

.welcome {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
    vertical-align: top;
}

.header.links>li {
    display: inline-block;
    vertical-align: top;
}

.header.links>li {
    display: block;
}

.header.links .name {
    white-space: nowrap;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.header.links .log-in.link {
    cursor: pointer;
}

.header-top-inner {
    color: #000000;
    background-color: rgba(241, 241, 241, 0.99);
    border-bottom: none;
}

.top-link-wrap {
    margin: 0 -25px;
}

.top-link-wrap>div {
    padding: 0 25px;
    position: relative;
}

.top-link-wrap>div:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background-color: #ccc;
    content: '';
}

.top-link-wrap>div:first-child:before {
    display: none;
}

.banner_with_cats {
    display: grid;
    grid-template-columns: 260px calc(100% - 290px);
    gap: 20px;
}

.right_banner {
    flex: 1;
}

.left_banner_category {
    display: block;
}

.left_banner_category ul {
    background: white;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    position: relative;
    padding: 10px 0px;
    height: 100%;
}

.left_banner_category ul .side_nav_logo {
    display: none;
}

.left_banner_category li a {
    display: flex;
    gap: 10px;
    padding: 5px 10px;
    transition-duration: .3s;
    align-items: center;
    font-weight: 400;
    min-height: 30px;
    font-size: 12px;
}

.left_banner_category li a:hover {
    background: var(--secondary-color);
    color: white;
}

.left_banner_category li a .icon img {
    height: 20px;
}

.left_banner_category li a .text {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

/* .left_banner_category li{
    position: relative;
} */

.left_banner_category li>ul {
    position: absolute;
    left: 100%;
    min-height: 100%;
    top: 0;
    background: white;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    padding: 10px 0px;
    display: none;
    min-width: 200px;
    z-index: 9;
    transition-duration: .3s;
    height: max-content;
}

.left_banner_category li:hover>ul {
    display: block;
}

.header__bottom {
    background-color: var(--secondary-color);
}

.header__sub--menu__link {
    font-size: 13px;
}

.header__sub--menu__items a:hover {
    color: var(--secondary-color);
}

.header__menu--link {
    color: black;
}

.header__bottom .header__menu--items .header__menu--link.active,
.header__bottom .header__menu--items:hover .header__menu--link {
    color: white;
}

.header__sticky--block .header__menu--items .header__menu--link.active,
.header__menu--items:hover .header__menu--link {
    color: var(--primary-color);
}

.header__search--input {
    border: 1px solid #ccc;
}

.swiper__nav--btn-2 {
    background: transparent;
}

.swiper__nav--btn-2:hover {
    background-color: var(--secondary-color);
}

.header__search--widget {
    flex: 1;
}

.header__search--form {
    margin: 0 auto;
    width: calc(100% - 100px);
    max-width: 650px;
}

.header__search--box {
    width: 100%;
}

.header__search--input {
    height: 40px;
}

.product__items--content__title.h4 a {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 22px;
}

.product__items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__items--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.product__section {
    background-color: transparent !important;
}

.header__section {
    background-color: white;
}

.product__category-inner {
    width: 100%;
}

.product__category-inner p {
    font-weight: 400;
    font-size: 13px;
    color: var(--title-color);
    margin: 4px 8px;
    white-space: break-spaces;
    line-height: 15px;
}

@media only screen and (min-width: 992px) {
    .header__search--box {
        width: 100%;
    }
}

.top-link-wrap>div {
    position: relative;
    padding: 0px 18px;
}

.product__items--img {
    height: unset;
}

.breadcrumb__content--menu__items a {
    font-size: 12px;
}

.breadcrumb__content--menu__items::before {
    width: 1px;
    height: 14px;
    background: #212529;
    top: 7px;
    border-radius: 0px;
}

.breadcrumb__content {
    background-color: transparent;
    margin-top: 0;
}

.product__details--tab__section {
    background-color: transparent;
}

.product__details--tab__list {
    background: white;
    margin-right: 10px;
    padding: 5px 12px;
    border-radius: 6px;
}

.product__details--tab__inner * {
    font-weight: 400 !important;
}

.hero__bg--items__inner img,
.banner_big_image {
    max-height: 400px;
    object-fit: cover;
}

.h-single-banner img {
    max-height: 190px;
    object-fit: cover;
    object-position: center;
}

.container, .container-fluid{
    max-width: 1600px;
}

@media screen and (max-width: 2560px) {
    .product__section-inner {
        grid-template-columns: repeat(auto-fit, minmax(259px, 1fr)) !important;
    }
}

@media screen and (max-width: 3840px) {
    .product__section-inner {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    }
}


@media screen and (max-width: 608px) {
    .product__section-inner {
        grid-template-columns: 1fr 1fr !important;
    }
}

/*  responsive  */
@media (max-width: 1000px) {
    .banner_with_cats {
        display: block;
    }
}

@media screen and (max-width: 1300.9px) {
    .banner_with_cats {
        display: block;
    }

    .left_banner_category {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100svh;
        width: 100svw;
        overflow-y: scroll;
        z-index: 99;
    }

    .left_banner_category ul {
        width: 260px
    }

    .left_banner_category ul .side_nav_logo {
        display: block;
    }

    .left_banner_category .overlay {
        position: absolute;
        height: 100%;
        width: calc(100% - 260px);
        right: 0;
        top: 0;
        background: #00000054;
    }

    .product__items--content__subtitle {
        color: black;
        font-size: 10px;
        text-align: center;
        line-height: 17px;
    }

    .product__items--content__title.h4 a {
        display: -webkit-box;
        line-clamp: 5;
        -webkit-line-clamp: 5;
        text-align: center;
        font-size: 11px;
        line-height: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


}

@media (min-width: 992px) {
    .header__account--btn__text {
        font-size: 12px;
    }
}

@media (min-width: 1301px) {
    .banner_with_cats {
        display: grid;
    }
}