.navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    scrollbar-gutter: stable;
}

.nav-brand img {
    max-width: 260px;
}

.header {
    position: relative;
}

.nav-brand {
    margin-right: 0;
}

.nav-menu > li > a {
    padding-top: 0 !important;
}

.header__top .nav-menu > li > a {
    padding-bottom: 0 !important;
}

._insta_thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.mobile {
    display: none !important;
}

.btn_follow, .btn_cart {
    transition: all 0.3s ease;
}

.btn_follow.active {
    color: #fff !important;
    background-color: #ee1c47;
}

.card-img-top {
    height: 220px;
}

.card-img-top img {
    object-fit: cover;
}

.cart_selected_single_thumb {
    height: 77px;
}

.cart_selected_single_thumb a, .cart_selected_single_thumb img {
    height: 100%;
}

.cart_selected_single_thumb img {
    object-fit: cover;
}

.btn_follow.active i {
    color: #fff;
}

.btn_cart.active {
    background-color: #fff !important;
    border: 1px solid #000;
    color: #000 !important;
}

.sp-large a img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}


._blog_thumb img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.stretched-link.active {
    background-color: #d5c4c4 !important;
}

.trending {
    color: #fff;
}

.product__brand, .product__price {
    color: #000 !important;
    font-weight: 500;
}

.product__brand {
    font-weight: 400 !important;
}

.product__name {
    color: #5e5b5b !important;
    font-size: 14px !important;
}

.product__name a {
    color: #5e5b5b !important;
    font-size: 14px !important;
}

.light-footer i {
    font-size: 20px;
}

.size-option input + label, .color-option input + label {
    transition: all 0.3s ease;
}

.nav-dropdown > li > a {
    padding: 5px 20px 5px 10px;
}

.size-option input.disabled + label, .color-option input.disabled + label {
    opacity: 0.1;
}

.btn_cart.btn-block + .btn-block.btn-block {
    margin-top: 0 !important;
}

.categories__subtitle {
    color: #2f2e2e !important;
    margin-top: 5px;
    text-align: center;
    font-size: 22px;
}

.categories {
    padding: 40px 0;
}

.off_title {
    font-size: 60px;
}

.sec_title h3 {
    font-size: 36px !important;
}

.off_title {
    width: 100%;
}

.filters__exit {
    display: none;
}

.nav-submenu {
    max-height: 250px;
    overflow-y: auto;
}

.sec_title h3 {
    position: relative;
    width: max-content;
    margin: 0 auto;

    padding-bottom: 20px;
}

.sec_title h3:before {
    content: "";
    width: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

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

.btn.btn_love {
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px;
}

.rows-products > div {
    margin-bottom: 30px;
    height: 350px;
}

.product__content {
    display: flex;
    flex-direction: column;
}

.sp-lightbox {
    z-index: 9000;
}

.sp-lightbox:before {
    content: "X";
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 22px;
    color: #fff;
}

.product__content h5 {
    flex: 1 1 auto;
}

.product-main__price {
    color: #000 !important;
}

.header__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    background-color: #000;
    color: #565656;
    text-align: center;
    padding: 10px 0;
    height: 100%;
    max-height: 100px;

    overflow: hidden;
    transition: all 0.3s ease;
}

.card__discount {
    overflow: hidden;
    height: 0;
    max-height: 55px;
    transition: all 0.3s ease;
    padding: 0 !important;
}

.card__discount.active {
    height: 100%;
    padding: 16px 0 !important;
}

.card__discount span{
    color: red !important;
}

.header__banner.deactivated {
    max-height: 0;
    padding: 0;
}

.header__banner p {
    max-width: 1200px;
    width: 100%;
    text-wrap: balance;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.header__banner button {
    background: #ffffff;
    border: none;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    cursor: pointer;

    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

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

    .nav-brand img {
        max-width: 200px;
    }

    .instagram__wrapper .col:nth-child(n+4) {
        display: none !important;
    }

    .navigation-portrait .nav-menu > li > a {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .header {
        position: sticky;
        top: 0;
        left: 0;
    }

    .filters__exit {
        display: none;
    }

    .filters__wrapper {
        height: 0;
        overflow-y: hidden;
        transition: all 0.3s ease;
    }

    .filters__wrapper.active {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 100;
        padding: 50px 0;
    }

    .filters__exit.active {
        position: absolute;
        top: -35px;
        right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .filters__exit i {
        margin-right: 20px;
    }

    .responsive576 {
        margin-left: 57px;
    }

    .header__top {
        height: 50px;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .nav-header {
        justify-content: center;
        width: auto;
    }

    .nav-menu .language-selector-wrapper {
        padding-left: 26px;
        padding-bottom: 12px;
        color: #2c2c2c;
        font-size: 16px;
    }

    .header__top .nav-header {
        width: 30px;
        height: 18px;

        margin-right: 20px;
    }

    .nav-toggle {
        top: -24px !important;
        left: 21px !important;
    }
}

@media screen and (max-width: 768px) {
    .header__banner p {
        max-width: 300px;
    }
}

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

    .header__banner button {
        right: 20px;
    }

    .media576 {
        display: none !important;
    }

    .categories__subtitle {
        font-size: 22px;
    }

    section.middle, .collections {
        padding-top: 0;
    }

    .off_title {
        font-size: 56px;
    }

    .rows-products {
        padding-top: 20px;
    }

    .media576Up {
        display: flex;
        font-size: 16px;
    }

    .media576Up i {
        margin-right: 5px;
    }

    .nav-toggle {
        top: -24px !important;
        left: 0 !important;
    }

    .responsive576 {
        padding-left: 20px;
        margin-left: 10px;
    }

    .nav-menu-social li:first-child a {
        padding-right: 0px;
    }

    .nav-brand img {
        margin-left: 30px;
    }

    .header__top-account {
        padding-left: 27px;
        padding-bottom: 12px;
    }
}

@media screen and (min-width: 577px) {
    .media576Up {
        display: none !important;
    }
}

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

    .header__banner p {
        font-size: 12px;
        line-height: 14px;
    }

    .header__banner button {
        width: 15px;
        height: 15px;
        font-size: 6px;
        top: 10px;
        right: 10px;
        transform: translateY(0);
    }

    .nav-brand img {
        margin-left: 0px;
    }

    .responsive576 {
        margin-left: 20px;
    }

    .nav-brand {
        padding-left: 0;
    }

    .nav-menu-social li:first-child a {
        padding: 0;
    }
}

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

    .nav-menu-social {
        display: flex;
        flex-direction: column;
    }

    .header__banner p {
        max-width: 210px;
    }

    .nav-menu-social a {
        padding: 0 !important;
    }

    .nav-brand img {
        max-width: 150px;
    }
}
