/********* End July Layout css ***************/

/******** video*********/
#landing_video {
    position: relative;
}

#landing_video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 60%,
        rgba(0, 0, 0, 0.6) 100%
    );
}

#landing_video .landing_video_text {
    position: absolute;
    bottom: 60px;
    left: 50px;
    z-index: 2;
}
/****** Men multiimage ********/
.men_multi_img {
    background: #7e98a9;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}
.men_multi_img_left {
    width: 65%;
    display: flex;
    flex-direction: row;
    height: 100%;
}
.men_multi_img_right {
    width: 35%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.men_multi_same {
    text-align: center;
    width: 50%;
}
.men_multi_img_item {
    overflow: hidden;
}
.men_multi_img_left a {
    padding: 10px 0px 0px 0px;
    display: flex;
}
.men_multi_img_item img,
.men_multi_img_left a img {
    transition: 0.1s ease-in-out;
    width: 100%;
}
.men_multi_img_right .men_multi_same img {
    padding-top: 10px;
}
.men_multi_right_one {
    width: 50%;
}
.men_multi_right_two {
    width: 50%;
}
.men_multi_right_three {
    width: 100%;
}
.men_multi_right_four {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.men_multi_right_one .men_multi_img_item img {
    width: 55%;
}
.men_multi_right_two .men_multi_img_item img {
    width: 38%;
}
.men_multi_right_three .men_multi_img_item img {
    width: 29%;
}
.men_multi_img_right .men_multi_same {
    transition: 0.1s ease-in-out;
}
.men_multi_img_right .men_multi_same:hover {
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
}
.men_multi_img_left a:hover img {
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
}
.men_multi_item_price,
.men_multi_item_name {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.men_multi_price_body {
    margin: 20px 0px 20px 0px;
}
.men_multi_title {
    text-transform: capitalize;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.men_multi_price_btn {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.men_multi_price_btn:hover {
    background: #ececec;
    transition: 0.1s ease-in-out;
}
/***** Girls multi image *****/
.girls_multi_img_body {
    background: #c7accb75;
}
.girls_multi_img_body {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}
.girls_multi_img_left {
    width: 60%;
    display: flex;
    flex-direction: row;
}
.girls_multi_img_left img {
    width: 108%;
    transform: scale(1.02);
}
.girls_multi_img_left a:hover img {
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
    z-index: 5;
    position: relative;
}
.girls_multi_img_right {
    width: 40%;
    display: flex;
    flex-direction: row;
    padding: 20px 0px 20px 0px;
    flex-wrap: wrap;
}
.girls_multi_img_right .girls_multi_right_one {
    width: 50%;
}
.girls_multi_img_right .girls_multi_right_two {
    width: 50%;
}
.girls_multi_img_right .girls_multi_right_three {
    width: 35%;
    z-index: 2;
}
.girls_multi_img_right .girls_multi_right_four {
    width: 30%;
    text-align: center;
}
.girls_multi_img_right .girls_multi_right_five {
    width: 35%;
}
.girls_multi_img_right .girls_multi_right_one img {
    width: 20%;
}
.girls_multi_img_right .girls_multi_right_two img {
    width: 27%;
}
.girls_multi_img_right .girls_multi_right_three img {
    width: 53%;
}
.girls_multi_img_right .girls_multi_right_five img {
    width: 47%;
}
.girls_multi_img_right_top {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.girls_multi_img_right_bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
/******** Top Banner *********/
.landing_banner_img {
    position: relative;
}

.landing_banner_img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 60%,
        rgba(0, 0, 0, 0.6) 100%
    );
}

.landing_banner_img img {
    width: 100%;
    height: auto;
}

.landing_banner_text {
    /* position: absolute;
        bottom: 60px;
        left: 50px; */
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.landing_heading {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.05;
    padding-bottom: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.landing_link {
    color: #fff !important;
    border: none !important;
    background: 0 0 !important;
    margin-top: 0;
    display: block;
    text-decoration: underline;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.landing_link:hover {
    text-decoration: none;
}

/******** Discount Banner *********/

.landing_discount_video {
    position: relative;
    margin: 0px 0px 40px 0px;
}
.landing_discount_image {
    margin-top: 3px;
}
.banner_discount_sec {
    position: relative;
    height: 100%;
    width: 100%;
}
.banner_txt_part {
    position: absolute;
    top: 0%;
    right: 0%;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 48%;
}
.banner_text_top {
    margin-bottom: 8%;
}
.banner_txt_title {
    text-transform: capitalize;
    font-size: 37px;
    font-weight: 400;
    line-height: 50px;
    text-shadow: 2px 2.2px 2px #707070;
    margin-bottom: 10px;
}

.banner_txt_mid_title {
    font-weight: 400;
    font-size: 25px;
}
.banner_small_txt {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 5px;
}
.discount_banner_btn {
    padding: 6px 15px;
    font-size: 14px;
    text-transform: capitalize;
    background: #383737;
    color: #fff;
}
.discount_banner_btn:hover {
    background: #000000;
    transition: 0.2s ease-in-out;
}
.landing_discount_image img {
    width: 100%;
    height: auto;
}

.landing_discount_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing_discount_text p {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/***** Multi -Image Banner*****/
.multi_image_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}
.multi_image_body img {
    width: 100%;
    height: auto;
}
.multi_img_btn_parent {
    position: relative;
}
.multi_image_body_btn_body {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    bottom: 10px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.multi_image_body_btn {
    background: #fff;
    border: none;
    color: #262525;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    transition: 0.3s;
    letter-spacing: 0.5px;
}
.multi_image_body_btn:hover {
    background: #d3d3d3;
}
.multi_image_right_top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/***** Special *******/
.special_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.special_body_item_same img {
    width: 100%;
    height: auto;
}
#special_middle {
    background: #000;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin-left: 10px; */
}
.special_body_btn {
    background: #fff;
    border: none;
    color: #262525;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    transition: 0.3s;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.special_body_btn:hover {
    background: #d3d3d3;
}

.special_body_item_title {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
}
.special_body_item_text {
    font-size: 15px;
    margin: 0px 0px 8px 0px;
}
/****** Categories*******/

.landing_same_padding {
    padding: 0px 30px;
    margin: 40px 0px;
}
.landing_video_same_padding {
    padding: 0px 30px;
    margin: 0px 0px 40px 0px;
}
.categories_title {
    margin-left: 0px;
}
.best_seller {
    margin-bottom: 0px;
}
.landing_same_title .same_title {
    text-transform: uppercase;
    color: #222222;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin: 20px 0px 10px 0px;
}
#top_category .landing_same_title .same_title {
    text-align: center;
    width: 100%;
    margin: 20px 0px;
}
.category_item {
    display: inline-block;
    /* width: 150px; */
    /* Adjust based on the size of your images */
    margin-right: 10px;
    /* Space between items */
    text-align: center;
}

.category_item:hover .category_item_title .category_item_heading {
    text-decoration: underline;
}

.category_item_title .category_item_heading {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.marquee {
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

#many_list .marquee__content {
    width: 400% !important;
    -webkit-animation: marquee 60s linear infinite forwards;
    animation: marquee 60s linear infinite forwards;
}

#many_list_women .marquee__content {
    width: 500% !important;
    -webkit-animation: marquee 60s linear infinite forwards;
    animation: marquee 60s linear infinite forwards;
}

#name-slider-women .marquee__content {
    width: 450% !important;
    -webkit-animation: marquee 50s linear infinite forwards;
    animation: marquee 50s linear infinite forwards;
}
#name-slider-men .marquee__content {
    width: 350% !important;
    -webkit-animation: marquee 60s linear infinite forwards;
    animation: marquee 60s linear infinite forwards;
}

.marquee__content {
    width: 300% !important;
    display: flex;
    line-height: 30px;
    -webkit-animation: marquee 40s linear infinite forwards;
    animation: marquee 40s linear infinite forwards;
}

.marquee__content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#many_list .marquee__content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#many_list_women .marquee__content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#name-slider-women .marquee__content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
#name-slider-men .marquee__content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
#many_list_women .list-inline {
    width: 25%;
}
#many_list .list-inline {
    width: 25%;
}
#girls_lists .list-inline {
    width: 25%;
}
#boys_lists .list-inline {
    width: 25%;
}
.list-inline {
    display: flex;
    justify-content: space-around;
    width: 33.33%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.name-slider .list-inline {
    display: flex;
    justify-content: space-around;
    width: 49.33%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-inline li {
    overflow: hidden;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.name-slider .list-inline li {
    width: max-content;
}

#name-slider-women .list-inline li {
    width: max-content;
}
#name-slider-men .list-inline li {
    width: max-content;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-66.6%);
    }
}

.category_item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/*
    .categories .slick-dots li button:before {
        color: #007bff;
    } */

/******** Trending*********/
.trending_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.trending_img {
    position: relative;
}

.trending_img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 60%,
        rgba(0, 0, 0, 0.6) 100%
    );
}

.trending_img img {
    width: 100%;
    height: auto;
}

/* .trending_text {
        position: absolute;
        bottom: 25px;
        left: 25px;
        z-index: 2;
    } */
#men .trending_text {
    text-align: start;
}
.trending_text {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.trending_link_title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.05;
    padding-bottom: 5px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* .trending_link {
        border: none;
        background: #fff;
        color: #262525;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 15px;
        margin: 5px 0px 0px 0px;
        display: inline-block;
        transition: .3s;
    } */
.trending_link {
    color: #fff !important;
    border: none !important;
    background: 0 0 !important;
    margin-top: 0;
    font-size: 14px;
    display: block;
    text-decoration: underline;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 5px 0px 0px 0px;
}

/* .trending_link:hover {
        background: #d3d3d3;
    } */
.trending_link:hover {
    text-decoration: none;
}

/***** Featuring ************/
#for_five_items .featuring_body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
}

.featuring_body {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px;
}

.featuring_img img {
    width: 100%;
    height: auto;
}

.featuring_item:hover .featuring_text {
    text-decoration: underline;
}

.featuring_text .featuring_text {
    color: #222222;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
    letter-spacing: 1.1px;
}

/****** Name of category******/
.name_category_item_title {
    display: block;
}

.name_category_item_title .name_category_item_title_text {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;

    word-wrap: break-word;
    /* Enables wrapping of long words */
    overflow-wrap: break-word;
    /* Modern equivalent for wrapping */
    white-space: normal;
    /* white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center; */
    text-underline-offset: 4px;
}

.name_category_item_title .name_category_item_title_text:hover {
    text-decoration: underline;
}

.name_categories .name_category_item {
    margin: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name_categories img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    display: none;
}

.name_category_item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.name_category_item_title {
    padding-top: 0px;
    text-align: center;
}

/******* Featured category******/
.featured_category_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.featured_category_img img {
    width: 100%;
    height: auto;
}

.featured_category_link_title {
    color: #424242;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0px 5px 0px;
}

.featured_desc {
    padding-right: 50px;
    color: #222222;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.4;
}

.featured_category_link {
    text-decoration: underline;
    color: #222222;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

/***** Christmas Item********/
.christmas_item_body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

.christmas_item_item {
    cursor: pointer;
}

.christmas_item_img img {
    width: 100%;
    height: auto;
}

/***** Best seller**********/
.best_seller_category_item {
    margin: 2.5px;
}

.best_seller_category_item img {
    width: 100%;
    height: auto;
}

.best_seller .carousel {
    width: 100%;
    margin: 0px auto;
}

.best_seller .slick-slide {
    margin: 0px 2.5px;
}

.best_seller .slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

/* .best_seller .slick-prev {
        left: -30px;
    } */

/* .slick-prev {
        left: 0;
        transform: rotate(180deg);
    }

    .slick-next {
        right: 0;
    }

    .slick-arrow {
        top: 50%;
        height: 26px;
        width: 14px;
        margin-top: -13px;
        position: absolute;
        font-size: 0;
        cursor: pointer;
        background-color: transparent;
        border: none;
        background-image: url(https://tarkikromanski.github.io/files/arrow-slider.png);
        background-repeat: no-repeat;
    } */

.slick-next:before,
.slick-prev:before {
    color: transparent;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    /* margin: -20px 0px 0px 0px; */
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

/***** Influencer**********/
.img-mixer {
    background: #cbc7be;
    padding: 20px 40px 40px 40px;
}
#women_influencer .img-mixer {
    background: transparent;
    padding: 20px 10px 40px 10px;
}
#women_influencer .landing_influencer_title {
    text-align: center;
    margin: 0px 0px 15px 0px;
}
#women_influencer .landing_influencer_title_text {
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.landing_influencer .gallery_items {
    min-height: auto;
}

#women_influencer .gallery_items {
    min-height: 400px;
    grid-template-columns: repeat(5, 1fr);
    min-height: auto;
}
#women_influencer .gallery_img .img_part img {
    height: 300px;
    object-fit: cover;
}
#women_influencer .gallery_img .img_part {
    height: auto;
}

.landing_influencer_title_text {
    text-transform: uppercase;
    color: #222222;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

/********* Bottom Text*******/
.bottom_text {
    margin: 30px 0px 20px 0px;
}

.landing_same_title {
    width: 100%;
    /* margin: 20px auto; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bottom_text .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Show 3 lines initially */
    -webkit-box-orient: vertical;
    height: 20px;
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 400;
    width: 95%;
}

.landing_same_title #toggleBtn {
    border: none;
    background: none;
    font-size: 13px;
    width: 80px;
    text-decoration: underline;
}

.bottom_text .text.expanded {
    -webkit-line-clamp: unset;
    /* Show full text when expanded */
}

/****** Video with image ******/
#men .vdo_img_body {
    background: #e6e2e0;
}
#boy .vdo_img_body {
    background: #d0c4bb;
}
.vdo_img_body {
    width: 100%;
    height: 100%;
    position: relative;
    background: #ac8e90;
    overflow: hidden;
}
#women_vdo_img_body .vdo_img_body {
    background: #bda49b;
}
.vdo_text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 35px;
    width: 100%;
    z-index: 3;
}
.vdo_text_title {
    text-transform: capitalize;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.63);
}
.vdo_text_btn {
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.63);
}
.vdo_text_btn:hover {
    text-decoration: none;
}
.vdo_with_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.vdo_img_body img {
    width: 100%;
    height: auto;
}

.vdo_img_img_items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* display: grid;
    grid-template-columns: repeat(2,1fr); */
    /* position: relative; */
    height: 100%;
    padding: 40px 40px 0px 29px;
    overflow: hidden;
}
#boy .vdo_img_img_items {
    padding: 0px 20px 0px 20px;
}
#girls .vdo_img_img_items {
    padding: 0px 0px 0px 0px;
}
#women_vdo_img_body .vdo_img_img_items {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
#men .vdo_img_img_items {
    padding: 40px 40px 30px 40px;
}
#men .vdo_img_img_items .image_three {
    width: 100%;
    margin: 10px 0px 0px 3%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#men .vdo_img_img_items .image_two img {
    width: 75%;
}
#men .vdo_img_img_items .image_one img {
    width: 75%;
}
/* #girl #men .vdo_img_img_items {
    padding: 10px 20px 10px 20px;
} */
#girl .vdo_img_img_items .image_one {
    display: flex;
    justify-content: flex-end;
}

#girl .vdo_img_img_items .image_two {
    display: flex;
    justify-content: flex-start;
}
#girl .vdo_img_img_item {
    width: 40%;
}
#girl #men .vdo_img_img_items .image_three img {
    width: 120%;
}
.vdo_img_img_item {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease-in-out;
}
.vdo_img_img_items .image_one {
    /* position: absolute; */
    /* z-index: 2; */
    /* left: 0;
    top: 10%; */
}
#women_vdo_img_body .vdo_img_img_items .image_one {
    /* position: absolute; */
    z-index: auto;
}
.vdo_img_img_item:hover img {
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
}
#girls .vdo_img_img_items .image_one {
    width: 50%;
}
#girls .vdo_img_img_items a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#girls .vdo_img_img_items .image_two {
    width: 50%;
}
#girls .vdo_img_img_items .image_three {
    width: 100%;
}
#girls .vdo_img_img_items .image_one img {
    width: 80%;
}
#girls .vdo_img_img_items .image_two img {
    width: 90%;
}
#girls .vdo_img_img_items .image_three img {
    width: 34%;
    margin: -22% 0% 0% 42%;
}
#women_vdo_img_body .vdo_img_img_items .image_one img {
    width: 110%;
    z-index: 2;
    position: relative;
}
#men .vdo_img_img_items .image_three img {
    width: 95%;
    display: flex;
    margin: auto;
}
.vdo_img_img_items .image_two {
    /* position: absolute; */
    /* right: .5%;
    top: 17%; */
}
.vdo_img_img_items .image_two img {
    width: 100%;
}
#women_vdo_img_body .vdo_img_img_items .image_two img {
    width: 115%;
}
.vdo_img_img_items .image_three {
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 25px;
    margin-top: 0;
    bottom: 7%; */
    width: 31%;
    margin: -30% 0px 0px 15%;
}
#women_vdo_img_body .vdo_img_img_items .image_three {
    margin: auto;
    z-index: auto;
}
#women_vdo_img_body .vdo_img_img_items .image_three img {
    width: 100%;
    margin: -145% 0 0 35%;
}
.vdo_img_img_items .image_three:hover {
    z-index: 3;
}
#women_vdo_img_body .vdo_img_img_items .image_three:hover {
    z-index: 3 !important;
    position: relative;
}
.vdo_img_img_items .image_three img {
    width: 100%;
}
.vdo_img_img_items .image_four {
    /* position: absolute; */
    /* z-index: 1; */
    /* right: -4%;
    margin-top: 0;
    bottom: 8%; */
    width: 31%;
    margin: -33% 0px 0px 14%;
}
#women_vdo_img_body .vdo_img_img_items .image_four {
    margin: auto;
}
#women_vdo_img_body .vdo_img_img_items .image_four img {
    width: 110%;
    margin: -173% 0 0 5%;
}
.vdo_img_img_items .image_four img {
    width: 100%;
}

#boy .vdo_img_img_items_body {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}
#boy .vdo_img_img_items_body_left {
    width: 50%;
    height: 100%;
    justify-content: center;
    display: flex;
}

#boy .vdo_img_img_items_body .image_one {
    width: 50%;
}
#boy .vdo_img_img_items_body .image_two {
    width: 50%;
}
#boy .vdo_img_img_items_body .image_three {
    width: 50%;
}
#boy .vdo_img_img_items_body .image_four {
    width: 50%;
}
#boy .vdo_img_img_items_body .image_one img {
    width: 100%;
    margin: -25% 0% 0% 0%;
}
#boy .vdo_img_img_items_body .image_two img {
    width: 100%;
    margin: 37% 0% 0% 0%;
}
#boy .vdo_img_img_items_body .image_three img {
    width: 65%;
    margin: -3% 0% 0% -20%;
}
#boy .vdo_img_img_items_body .image_four img {
    width: 77%;
    margin: -50% 0% 0% 85%;
}

#boy .vdo_img_img_items_body_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

/****** End Video with image ******/

/******* Product ************/
.product_body {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: #d1d0ce;
}
#men .product_body {
    background: #dddddd;
}
.product_body img {
    width: 100%;
    height: auto;
}
.product_left {
    width: 40%;
    padding: 15px;
    z-index: 3;
}

.product_middle {
    width: 33%;
    position: relative;
    height: 100%;
}

.product_right {
    width: 27%;
    padding: 15px;
    z-index: 3;
}
.product_left .product_items {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    height: 100%;
}
.product_left .product_item {
    /* width: 31%; */
}
.product_item {
    background: #fff;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pro_middle_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pro_middle_img_text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    width: 100%;
}
.pro_middle_title {
    text-transform: capitalize;
    font-size: 28px;
    letter-spacing: 4px;
    color: #fff;
    font-weight: 400;
    text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.63);
}
#men .pro_middle_title {
    color: #272727;
}
.pro_middle_btn {
    /* font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.63); */

    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.pro_middle_btn:hover {
    background: #e9e9e9;
}

.product_right .product_items {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    height: 100%;
}
.product_right .product_item {
    /* width: 45%; */
}
.product_img {
    overflow: hidden;
}
.product_item img {
    width: 100%;
    height: auto;
    transition: 0.1s ease-in-out;
}
.product_item img:hover {
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
}

.product_thumb img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.product_title,
.product_price,
.product_thumb {
    margin: 0px 10px;
}
.product_title .product_name {
    font-size: 14px;
    margin: 5px 0px;
}
.product_price_text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product_middle img {
    width: auto;
    position: absolute;
    top: -23px;
    transition: 0.1s ease-in-out;
    overflow: hidden;
    height: 106%;
    object-fit: contain;
}
#men .product_middle img {
    height: 104%;
}
.product_middle img:hover {
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
}
/******* End Product ************/

/****** Slider **********/
.slider_body {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
}
.slider_img {
    width: 50%;
}
.slider_items_body {
    width: 50%;
    overflow: hidden;
    background: #f5eee8;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#men .slider_items {
    background: #a1b292;
}
#boy .slider_items {
    background: #b3af70;
}
.slider_body img {
    width: 100%;
    height: auto;
    object-fit: initial;
}
.slider_items {
    background: #eed0b6;
}
.slider_text {
    width: 100%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}
.slider_text_top {
    font-weight: 400;
    color: #1d3a35;
    font-size: 30px;
}
.slider_text_title {
    font-weight: 600;
    color: #1d3a35;
    font-size: 50px;
    margin-bottom: 10px;
}
.slider_text_btn {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.slider_text_btn:hover {
    background: #d3d3d3;
}
/****/
.wrapper2 {
    padding: 30px 0;
}
/* Default slide */
.center-slider .slick-slide {
    height: auto;
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
}
.center-slider .slick-slide a {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-slider .slick-slide,
.center-slider
    .slick-slide[aria-hidden="true"]:not(.slick-cloned)
    ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider
    .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
    + .slick-cloned[aria-hidden="true"] {
    transform: scale(1);
    /* background-color: #000000; */
}
.center-slider .slick-current.slick-active {
    transform: scale(1);
    /* background-color: #000000; */
}

.slider_items .slick-track {
    display: flex;
}

.slick-next,
.slick-prev {
    z-index: 5;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
}
.slick-next:before,
.slick-prev:before {
    /* color: #000; */
    font-size: 26px;
}
#women .slider_items_body .Silver_Sequin img {
    width: 120%;
}
#women .slider_items_body .Women_Knot img {
    width: 115%;
}
#women .slider_items_body .Womens_Contrast img {
    width: 115%;
}
#women .slider_items_body .Floral_Printed img {
    width: 110%;
}
#girl .slider_items_body .Square_Neck img {
    width: 85%;
}
#girl .slider_items_body .Garden_Printed img {
    width: 110%;
}
#girl .slider_items_body .Girls_Printed img {
    width: 110%;
}
/****** End Slider **********/

/******* Responsive******/
@media (max-width: 1900px) {
    .list-inline {
        /* width: 66%; */
    }
    .vdo_img_img_items {
        padding: 0px 30px 0px 30px;
    }
}
@media (max-width: 1700px) {
    #women_vdo_img_body .vdo_img_img_items .image_two img {
        width: 100%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_three img {
        width: 100%;
        margin: -125% 0 0 25%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_one img {
        width: 100%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_four img {
        width: 100%;
        margin: -160% 0 0 0%;
    }
    .vdo_img_img_items .image_two img {
        width: 95%;
    }
    .vdo_img_img_items .image_one img {
        width: 95%;
    }
    .vdo_img_img_items .image_three img {
        width: 95%;
    }
    .vdo_img_img_items .image_four img {
        width: 95%;
    }
    #men .vdo_img_img_items .image_one img {
        width: 75%;
    }
    #men .vdo_img_img_items .image_three img {
        width: 65%;
    }
    #men .vdo_img_img_items .image_two img {
        width: 75%;
    }
    #girl #men .vdo_img_img_items .image_one img {
        width: 100%;
    }
    .slider_text_top {
        font-size: 25px;
    }
    .slider_text_title {
        font-size: 40px;
    }
}

@media (max-width: 1599px) {
    .girls_multi_img_left img {
        width: 117%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_three img {
        margin: -110% 0 0 34%;
    }
    .men_multi_img_left a img {
        width: 106%;
    }
    .category_item {
        margin: 0px 15px;
    }
    #many_list .list-inline {
        width: 30%;
    }
    #girls_lists .list-inline {
        width: 30%;
    }
    .list-inline {
        width: 100%;
        /* overflow: unset; */
    }

    .list-inline li {
        width: 185px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .name-slider .list-inline {
        width: 100%;
    }

    .name-slider .list-inline li {
        width: max-content;
        margin: 0px 20px;
    }

    .name_category_item_title .name_category_item_title_text {
        font-size: 18px;
    }

    #landing_video .landing_video_text {
        bottom: 35px;
    }

    .landing_heading {
        font-size: 40px;
    }
    #men .product_middle img {
        height: 80%;
        margin-right: 23%;
        top: auto;
    }
    #boy .vdo_img_img_items .image_one img {
        width: 100%;
    }
    #boys_lists .list-inline {
        width: 30%;
    }
}

@media (max-width: 1430px) {
    #girl #men .vdo_img_img_items .image_three img {
        width: 100%;
    }
    #many_list_women .list-inline {
        width: 30%;
    }
    .girls_multi_img_right {
        padding: 20px 0px 0px 0px;
    }
    .men_multi_title {
        font-size: 23px;
    }
    .men_multi_price_btn {
        font-size: 12px;
        padding: 6px 15px;
    }
}
@media (max-width: 1350px) {
    .banner_txt_title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .banner_txt_mid_title {
        font-size: 22px;
    }
    .banner_small_txt {
        font-size: 22px;
    }
    .women_multi_img_body .multi_right_four {
        margin-top: 0%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_four img {
        width: 110%;
        margin: -145% 0 0 -5%;
    }
    #women_influencer .gallery_img .img_part img {
        height: 250px;
    }
    .landing_influencer .gallery_img .img_part {
        height: 300px;
    }
    .landing_influencer .gallery_img .img_part img {
        height: 300px;
    }
    .product_left {
        width: 45%;
        padding: 10px;
    }
    .product_middle {
        width: 25%;
    }
    .product_right {
        width: 30%;
        padding: 10px;
    }
    .product_title .product_name {
        font-size: 13px;
        margin: 0px 0px 5px 0px;
    }
    .product_right .product_items {
        grid-gap: 5px;
    }
    .product_left .product_items {
        grid-gap: 5px;
    }

    .product_title,
    .product_price,
    .product_thumb {
        margin: 0px 5px;
    }
    .pro_middle_title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    #men .vdo_img_img_items .image_three img {
        width: 65%;
    }
    #girl #men .vdo_img_img_items .image_three img {
        width: 95%;
    }
    #men .vdo_img_img_items .image_two img {
        width: 75%;
    }
}
@media (max-width: 1300px) {
    #women_vdo_img_body .vdo_img_img_items .image_one img {
        width: 100%;
    }
    #many_list .list-inline {
        width: 32%;
    }
    .men_multi_right_two {
        padding: 0px 5px;
    }
    #women_vdo_img_body .vdo_img_img_items .image_two img {
        width: 100%;
    }
    #girl #men .vdo_img_img_items .image_three img {
        width: 85%;
    }
    .girls_multi_img_left img {
        width: 122%;
    }
    #girls_lists .list-inline {
        width: 30%;
    }
    #boys_lists .list-inline {
        width: 35%;
    }
    #men .vdo_img_img_items .image_two img {
        width: 75%;
    }
    #men .vdo_img_img_items .image_three img {
        width: 61%;
    }
    .men_multi_img_left a img {
        width: 108%;
    }
}
@media (max-width: 1200px) {
    .banner_txt_title {
        font-size: 30px;
        line-height: 35px;
    }
    .banner_txt_mid_title {
        font-size: 20px;
    }
    .banner_small_txt {
        font-size: 19px;
    }
    #many_list_women .list-inline {
        width: 34%;
    }
    .category_item img {
        width: 80px;
        height: 80px;
    }
    /* .category_item {
            width: 125px;
        } */
    #women_vdo_img_body .vdo_img_img_items .image_one img {
        width: 80%;
        margin: 0 0 0 5%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_three img {
        margin: -125% 0 0 22%;
        width: 90%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_four img {
        width: 110%;
        margin: -145% 0 0 -17%;
    }

    #women_influencer .img-mixer {
        padding: 20px 10px 0px 10px;
    }
    .girls_multi_img_left img {
        width: 129%;
    }
    #many_list .list-inline {
        width: 30%;
    }
    .men_multi_title {
        font-size: 22px;
    }
    .marquee__content {
        -webkit-animation: marquee 40s linear infinite forwards;
        animation: marquee 40s linear infinite forwards;
    }
    #men .vdo_img_img_items .image_three img {
        width: 60%;
    }
    #men .vdo_img_img_items .image_one img {
        width: 85%;
    }
    .men_multi_img_left a img {
        width: 100%;
    }
    .men_multi_img_left {
        width: 70%;
    }
    .men_multi_img_right {
        width: 30%;
    }
    .men_multi_item_price,
    .men_multi_item_name {
        font-size: 12px;
    }
    .men_multi_right_one .men_multi_img_item img {
        width: 50%;
    }
    .men_multi_right_three .men_multi_img_item img {
        width: 26%;
    }
    .men_multi_right_two .men_multi_img_item img {
        width: 35%;
    }
    #men .vdo_img_img_items .image_three img {
        width: 57%;
        margin: auto;
        display: flex;
    }
    #men .vdo_img_img_items {
        padding: 20px 20px 20px 20px;
    }
    #men .vdo_img_img_items .image_one img {
        width: 75%;
    }
    #girl #men .vdo_img_img_items .image_two img {
        width: 80%;
    }
    #girl #men .vdo_img_img_items .image_three img {
        width: 80%;
    }
    .featuring_text .featuring_text {
        font-size: 14px;
        padding-right: 20px;
    }

    .landing_influencer .gallery_items {
        grid-template-columns: repeat(4, 1fr);
    }
    #women_influencer .gallery_img .img_part img {
        height: 250px;
    }
    #women_influencer .gallery_items {
        grid-template-columns: repeat(4, 1fr);
    }
    #women_influencer .gallery_items .gallery_item:last-child {
        display: none;
    }
    #boy .vdo_img_img_items_body .image_four img {
        margin: -80% 0% 0% 80%;
    }
    #boy .vdo_img_img_items_body .image_three img {
        margin: -15% 0% 0% -5%;
    }

    .vdo_img_img_items .image_one img {
        width: 85%;
    }
    .vdo_img_img_items .image_four img {
        width: 100%;
    }
    .vdo_img_img_items .image_three img {
        width: 100%;
    }
    .vdo_img_img_items .image_three {
        margin: -25% 0px 0px 10.5%;
    }
    .vdo_img_img_items .image_four {
        margin: -27% 0px 0px 16%;
    }
    .landing_same_padding {
        padding: 0px 20px;
        margin: 25px 0px;
    }
}

@media (max-width: 1024px) {
    /******** Layout july*************/

    /******** Layout july*************/
    .men_multi_img_left {
        width: 67%;
    }
    .men_multi_img_right {
        width: 33%;
        align-items: flex-end;
    }
    .men_multi_item_price,
    .men_multi_item_name {
        font-size: 12px;
    }
    .men_multi_right_one .men_multi_img_item img {
        width: 50%;
    }
    .men_multi_right_two .men_multi_img_item img {
        width: 35%;
    }
    .men_multi_right_three .men_multi_img_item img {
        width: 26%;
    }
    .men_multi_price_body {
        margin: 15px 0px 15px 0px;
    }
    .men_multi_img_left a img {
        width: 100%;
        object-fit: contain;
    }
    .men_multi_img_left a {
        justify-content: center;
        align-items: center;
    }
    .men_multi_img_left a:nth-child(1) img {
        width: 92%;
    }
    .men_multi_img_left a:nth-child(2) img {
        width: 72%;
    }
    .men_multi_img_left a:nth-child(3) img {
        width: 97%;
    }
    .men_multi_price_btn {
        font-size: 13px;
    }
    .men_multi_title {
        font-size: 22px;
    }
    .multi_item_name,
    .multi_item_price {
        font-size: 12px;
    }
    .trending_link_title {
        padding-bottom: 0px;
    }

    .featured_desc {
        padding-right: 25px;
    }
    .multi_image_body_btn_body {
        bottom: 5px;
    }
    .bottom_text {
        margin-top: 0px;
    }
    #women_influencer .gallery_img .img_part img {
        height: 220px;
    }
    #many_list .list-inline {
        width: 41%;
    }
    #men .vdo_img_img_items {
        padding: 20px 20px 20px 20px;
    }

    #men .vdo_img_img_items .image_three img {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    #men .vdo_img_img_items .image_one img {
        width: 75%;
    }
    #men .vdo_img_img_items .image_two img {
        width: 75%;
    }
    #men .product_middle img {
        height: 100%;
        margin-right: 0%;
    }
    #girls_lists .list-inline {
        width: 36%;
    }
    #girl #men .vdo_img_img_items .image_two img {
        width: 80%;
    }
    #girl #men .vdo_img_img_items .image_one img {
        width: 100%;
    }
    #girl #men .vdo_img_img_items .image_three img {
        width: 75%;
    }

    .vdo_text_title {
        font-size: 25px;
    }
    .vdo_text_btn {
        font-size: 20px;
    }
    .slider_text_top {
        font-size: 22px;
    }
    .slider_text_title {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .banner_txt_part {
        width: 56%;
        right: 10px;
    }
    .banner_txt_title {
        font-size: 25px;
        line-height: 25px;
        text-shadow: 2px 2px 2px #707070;
    }
    .banner_txt_mid_title {
        font-size: 18px;
    }
    .banner_small_txt {
        font-size: 17px;
    }
    .banner_text_top {
        margin-bottom: 4%;
    }
    .men_multi_img {
        width: 100%;
    }
    .men_multi_img_left {
        width: 100%;
    }
    #many_list_women .list-inline {
        width: 51%;
    }
    .men_multi_price_body {
        margin: 0px 0px 20px 0px;
    }
    .men_multi_right_three .men_multi_img_item img {
        width: 90%;
    }
    .men_multi_right_two .men_multi_img_item img {
        width: 61%;
    }
    .men_multi_same .men_multi_price {
        margin: 10px 0px 0px 0px;
    }
    .men_multi_img_right {
        width: 100%;
        margin: 30px 0px 0px 0px;
    }
    .men_multi_right_one .men_multi_img_item img {
        width: 85%;
    }
    .men_multi_right_one {
        order: 1;
        width: 33.33%;
    }
    .men_multi_right_two {
        order: 2;
        width: 33.33%;
    }
    .men_multi_right_three {
        order: 3;
        width: 33.33%;
    }
    .men_multi_right_four {
        order: 4;
        width: 100%;
        margin: 20px 0px 10px 0px;
    }
    #girls_lists .list-inline {
        width: 45%;
    }
    .girls_multi_img_body {
        flex-direction: column;
    }
    .girls_multi_img_left {
        width: 100%;
    }

    .girls_multi_img_left img {
        width: 100%;
    }
    .girls_multi_img_right_bottom {
        flex-wrap: wrap;
    }
    .girls_multi_img_right {
        width: 100%;
        padding: 40px 0px 31px 0px;
    }
    .girls_multi_img_right .girls_multi_right_one {
        width: 25%;
        order: 1;
    }
    .girls_multi_img_right .girls_multi_right_two {
        width: 25%;
        order: 2;
    }
    .girls_multi_img_right .girls_multi_right_three {
        width: 25%;
        order: 3;
    }
    .girls_multi_img_right .girls_multi_right_four {
        width: 100%;
        order: 5;
        margin: 25px 0px 0px 0px;
    }
    .girls_multi_img_right .girls_multi_right_five {
        width: 25%;
        order: 4;
    }
    .girls_multi_img_right .girls_multi_right_one img {
        width: 50%;
    }
    .girls_multi_img_right .girls_multi_right_two img {
        width: 67%;
    }
    .girls_multi_img_right .girls_multi_right_three img {
        width: 93%;
    }
    .girls_multi_img_right .girls_multi_right_five img {
        width: 82%;
    }
    #boys_lists .list-inline {
        width: 50%;
    }
    .landing_video_same_padding {
        padding: 0px 10px;
        margin: 0px 0px 40px 0px;
    }
    /* .category_item {
            width: 100px;
            height: auto;
            overflow: hidden;
        } */

    .category_item_title .category_item_heading {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 10px;
    }

    #category_women,
    #category_men {
        width: 100%;
    }
    .multi_image_body_btn {
        padding: 5px 10px;
    }
    .list-inline {
        /* width: 100%; */
    }
    #special_middle {
        padding: 0px 5px;
    }
    .special_body_item_text {
        font-size: 14px;
        margin: 0px 0px 5px 0px;
    }
    .special_body_item_title {
        font-size: 18px;
        margin: 0px 0px 5px 0px;
    }
    .name_categories .name_category_item {
        margin: 0px 10px;
    }

    .name-slider .list-inline li {
        margin: 0px 10px;
    }

    .marquee__content {
        -webkit-animation: marquee 30s linear infinite forwards;
        animation: marquee 30s linear infinite forwards;
    }

    .categories .slick-slider img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

    .landing_heading {
        font-size: 30px;
    }

    .trending_link_title {
        font-size: 18px;
    }

    .featuring_item {
        margin-bottom: 15px;
    }

    #for_five_items .featuring_body {
        grid-template-columns: repeat(3, 1fr);
    }

    .featuring_body {
        grid-template-columns: repeat(3, 1fr);
    }

    .featured_desc {
        padding-right: 30px;
    }

    .landing_same_title .same_title {
        font-size: 20px;
    }

    .name_category_item_title .name_category_item_title_text {
        font-size: 16px;
    }

    .trending_link_title {
        font-size: 14px;
    }

    .trending_link {
        font-size: 13px;
    }

    .featured_category_link_title {
        font-size: 16px;
        margin: 10px 0px 5px 0px;
    }
    .landing_influencer .gallery_img .img_part {
        height: 350px;
    }
    .landing_influencer .gallery_img .img_part img {
        height: 350px;
    }
    .landing_influencer .gallery_items {
        grid-template-columns: repeat(2, 1fr);
    }
    #women_influencer .gallery_items {
        grid-template-columns: repeat(2, 1fr);
    }
    #women_influencer .gallery_items .gallery_item:last-child {
        display: none;
    }
    #women_influencer .gallery_img .img_part img {
        height: 250px;
    }
    #men .vdo_img_img_items .image_one img {
        width: 80%;
    }
    #men .vdo_img_img_items .image_two img {
        width: 80%;
    }
    #men .vdo_img_img_items {
        padding: 10px 25px 10px 10px;
    }

    #men .vdo_img_img_items .image_three img {
        width: 40%;
        margin: auto;
        display: flex;
    }
    #girl #men .vdo_img_img_items .image_two img {
        width: 80%;
    }
    #girl #men .vdo_img_img_items .image_one img {
        width: 100%;
    }
    #girl #men .vdo_img_img_items .image_three img {
        width: 60%;
    }
    .vdo_img_img_items {
        padding: 0px 15px 0px 15px;
    }
    .vdo_text {
        bottom: 20px;
    }
    .vdo_text_title {
        font-size: 22px;
    }
    .vdo_text_btn {
        font-size: 15px;
    }
    .slider_body {
        flex-wrap: wrap;
    }
    .slider_img {
        width: 100%;
    }
    .slider_items_body {
        width: 100%;
    }
    .slider_text {
        height: 100%;
        padding: 20px 0px;
    }

    .product_body {
        flex-wrap: wrap;
    }
    .product_left {
        width: 100%;
    }
    .product_middle {
        width: 100%;
        max-height: 300px;
    }
    .product_middle img {
        width: auto;
        position: relative;
        top: 0px;
        height: 100%;
        object-fit: contain;
    }
    .product_right {
        width: 100%;
    }
    .product_right .product_items {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .banner_txt_title {
        font-size: 21px;
        line-height: 20px;
    }
    .banner_txt_mid_title {
        font-size: 16px;
    }
    .banner_small_txt {
        font-size: 15px;
    }
    .discount_banner_btn {
        padding: 4px 15px;
        font-size: 12px;
        display: inline-block;
    }
    #men .vdo_img_img_items .image_three img {
        width: 33%;
    }
    #many_list .list-inline {
        width: 53%;
    }
    #boys_lists .list-inline {
        width: 55%;
    }
    .landing_heading {
        font-size: 25px;
        padding-bottom: 10px;
    }

    #landing_video .landing_video_text {
        bottom: 25px;
        left: 20px;
    }

    .multi_image_body {
        grid-template-columns: repeat(1, 1fr);
    }
    #women_influencer .landing_influencer_title_text {
        font-size: 20px;
    }
    #women_influencer .gallery_items {
        grid-template-columns: repeat(2, 1fr);
    }
    #girls_lists .list-inline {
        width: 55%;
    }
    .landing_influencer_title p {
        font-size: 16px;
    }
    .special_body {
        grid-template-columns: repeat(1, 1fr);
    }
    #special_middle {
        padding: 60px 5px;
    }
    .landing_link {
        font-size: 12px;
        padding: 7px 10px;
    }

    .landing_discount_image img {
        width: 100%;
        height: auto;
    }
    .landing_same_padding {
        padding: 0px 10px;
        margin: 20px 0px;
    }

    .landing_discount_text p {
        font-size: 18px;
    }

    .landing_same_title .same_title {
        font-size: 20px;
    }
    #many_list_women .list-inline {
        width: 64%;
    }
    .category_item_title .category_item_heading {
        font-size: 11px;
        font-weight: 500;
    }

    .marquee__content {
        -webkit-animation: marquee 25s linear infinite forwards;
        animation: marquee 25s linear infinite forwards;
    }
    .list-inline {
        align-items: flex-start;
    }

    .name-slider .list-inline {
        width: 132%;
    }

    .category_item img {
        width: 70px;
        height: 70px;
    }

    .list-inline li {
        width: 140px;
    }

    .trending_link_title {
        font-size: 15px;
    }

    .trending_link {
        font-size: 13px;
    }

    .trending_text {
        bottom: -17px;
        height: 55px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .featuring_body {
        grid-template-columns: repeat(3, 1fr);
    }

    .featuring_item {
        margin-bottom: 10px;
    }

    .featured_category_body {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured_category_item {
        margin-bottom: 10px;
    }

    .featured_category_link_title {
        font-size: 16px;
    }

    .christmas_item_body {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing_same_title #toggleBtn {
        width: 12%;
    }

    .bottom_text {
        margin-top: 5px !important;
    }

    .img-mixer {
        padding: 20px 20px 20px 20px;
    }

    .index_inf_header {
        right: 20px;
        top: 20px;
        width: 15px;
        height: 15px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
    }

    .index_inf_header button {
        margin: 0 !important;
    }
    #men .vdo_img_img_items .image_three img {
        width: 36%;
    }
    #girl #men .vdo_img_img_items .image_three img {
        width: 45%;
    }
}

@media (max-width: 575px) {
    .banner_txt_title {
        font-size: 16px;
    }
    .banner_txt_mid_title {
        font-size: 14px;
    }
    .banner_small_txt {
        font-size: 14px;
    }
    #boy .vdo_img_img_items {
        padding: 20px 10px 90px 10px;
    }
    .landing_video_same_padding {
        padding: 0px 0px;
        margin: 0px 0px 0px 0px;
    }
    #boys_lists .list-inline {
        width: 85%;
    }
    #many_list .list-inline {
        width: 90%;
    }
    .men_multi_img_right {
        align-items: flex-start;
    }
    .men_multi_right_two .men_multi_img_item img {
        width: 67%;
    }
    .men_multi_right_three .men_multi_img_item img {
        width: 93%;
    }
    .men_multi_img {
        width: 100%;
        margin-top: -20px;
    }
    #many_list_women .list-inline {
        width: 90%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_two img {
        width: 95%;
    }
    #women_vdo_img_body .vdo_img_img_items {
        padding: 20px 0px 90px 0px;
    }
    #women_vdo_img_body .vdo_img_img_items .image_three img {
        margin: -22% 0 0 22%;
        width: 100%;
    }
    #women_vdo_img_body .vdo_img_img_items .image_four img {
        width: 120%;
        margin: -50% 0 0 -17%;
    }
    #girls_multi_body_part {
        margin-top: -15px;
    }
    #girls_lists .list-inline {
        width: 80%;
    }
    #girls .vdo_img_img_items {
        padding: 15px 0px 90px 0px;
    }
    #girls .vdo_img_img_items .image_three img {
        width: 45%;
        margin: -12% 0% 0% 38%;
    }
    #girls .vdo_img_img_items .image_one img {
        width: 100%;
        margin-left: 10%;
    }
    #girls .vdo_img_img_items .image_two img {
        width: 105%;
        margin-right: 10%;
    }

    .girls_multi_img_left {
        flex-wrap: wrap;
    }
    .girls_multi_img_left a {
        width: 50%;
    }
    .girls_multi_img_left .item_one {
        order: 1;
    }
    .girls_multi_img_left .item_two {
        order: 2;
    }
    .girls_multi_img_left .item_three {
        order: 4;
    }
    .girls_multi_img_left .item_four {
        order: 3;
    }
    .girls_multi_img_left .item_one img {
        width: 80%;
    }
    .girls_multi_img_left .item_two img {
        width: 95%;
    }
    .girls_multi_img_left .item_three img {
        width: 77%;
        margin-left: 18%;
        margin-top: 15%;
    }
    .girls_multi_img_left .item_four img {
        width: 115%;
        margin-top: 15%;
    }
    .girls_multi_img_right .girls_multi_right_one {
        width: 50%;
    }
    .girls_multi_img_right .girls_multi_right_two {
        width: 50%;
    }
    .girls_multi_img_right .girls_multi_right_three {
        width: 50%;
        margin-top: 5%;
    }
    .girls_multi_img_right .girls_multi_right_five {
        width: 50%;
        margin-top: 5%;
    }
    #boy .vdo_img_img_items_body .image_four img {
        margin: -50% 0% 0% 80%;
    }
    #boy .vdo_img_img_items_body .image_three img {
        margin: 0% 0% 0% -5%;
    }
    .category_item {
        width: 100px;
        margin: 10px;
    }

    .trending_text {
        bottom: -10px;
    }

    .category_item img {
        width: 70px;
        height: 70px;
    }

    #top_category .landing_same_title .same_title {
        margin: 15px 0px;
    }

    #many_list_women .marquee__content {
        width: 455% !important;
    }

    #women_influencer .landing_influencer_title_text {
        font-size: 18px;
    }

    .landing_influencer_title p {
        font-size: 14px;
    }
    #women_influencer .img-mixer {
        padding: 10px 10px 0px 10px;
    }
    .special_body_item_title {
        font-size: 18px;
    }
    #special_middle {
        padding: 40px 5px;
        margin-left: 0px;
    }
    /* .special_body_item_same:first-child{
        margin-bottom: 15px;
    } */
    .list-inline li {
        width: 200px;
        align-items: flex-start;
    }

    .marquee__content {
        -webkit-animation: marquee 30s linear infinite forwards;
        animation: marquee 30s linear infinite forwards;
    }
    #many_list .marquee__content {
        -webkit-animation: marquee 30s linear infinite forwards;
        animation: marquee 30s linear infinite forwards;
    }
    #many_list_women .marquee__content {
        -webkit-animation: marquee 30s linear infinite forwards;
        animation: marquee 30s linear infinite forwards;
    }

    #name-slider-women .marquee__content {
        -webkit-animation: marquee 30s linear infinite forwards;
        animation: marquee 30s linear infinite forwards;
    }
    #name-slider-men .marquee__content {
        -webkit-animation: marquee 30s linear infinite forwards;
        animation: marquee 30s linear infinite forwards;
    }

    .name-slider .list-inline {
        width: 233%;
    }

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

    .name_category_item_title .name_category_item_title_text {
        font-size: 15px;
        letter-spacing: 1.5px;
    }

    .name_category_item_title {
        padding-top: 0px;
    }

    /* .category_item {
            width: 75px;
        } */

    .landing_influencer .gallery_items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 7px;
        max-height: 100%;
    }

    .list-inline {
        /* width: 100%; */
        /* overflow: hidden; */
    }

    .landing_video_text {
        /* top: 50% !important; */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        bottom: 0px !important;
        width: 100%;
        text-align: center;
    }

    .landing_banner_text {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        bottom: 0px !important;
        width: 100%;
        text-align: center;
    }

    .landing_heading {
        font-size: 20px;
    }

    .landing_discount_text p {
        font-size: 15px;
    }

    .landing_same_title .same_title {
        font-size: 17px;
    }

    .landing_same_padding {
        padding: 0px 0px;
        margin: 20px 0px;
    }

    .trending_body {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }

    .featured_category_body {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }

    #for_five_items .featuring_body {
        grid-template-columns: repeat(2, 1fr);
    }

    .featuring_body {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured_desc {
        padding-right: 0px;
    }

    .landing_influencer_title_text {
        font-size: 17px;
    }

    .img-mixer {
        padding: 15px 15px 15px 15px;
    }
    .landing_influencer .gallery_img .img_part {
        height: 250px;
    }
    .landing_influencer .gallery_img .img_part img {
        height: 250px;
    }
    .landing_same_title #toggleBtn {
        width: 70px;
    }

    .vdo_with_img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .vdo_img_img_items {
        padding: 20px 15px 20px 15px;
    }
    .men_multi_img_left {
        width: 100%;
        justify-content: flex-end;
        height: 100%;
        align-items: flex-end;
    }
    .men_multi_img_left a {
        justify-content: center;
        align-items: center;
    }
    .men_multi_title {
        font-size: 18px;
    }
    .men_multi_price_btn {
        font-size: 12px;
        padding: 5px 10px;
    }
    .men_multi_img_left a:nth-child(1) img {
        width: 92%;
        object-fit: contain;
    }
    .men_multi_img_left a:nth-child(2) img {
        width: 72%;
        object-fit: contain;
    }
    .men_multi_img_left a:nth-child(3) img {
        width: 97%;
        object-fit: contain;
    }

    #men .vdo_img_img_items {
        padding: 20px 20px 90px 20px;
    }
    #men .vdo_img_img_items .image_one img {
        width: 105%;
    }
    #men .vdo_img_img_items .image_two img {
        width: 105%;
    }
    #men .vdo_img_img_items .image_three img {
        width: 55%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    #men .vdo_img_img_items .image_three {
        margin: 5% 0px 0px 16%;
    }
    #men .vdo_img_img_item {
        width: 45%;
    }
    #girl #men .vdo_img_img_items .image_two img {
        width: 100%;
    }
    #girl #men .vdo_img_img_items .image_one img {
        width: 105%;
    }
    #girl #men .vdo_img_img_items .image_three img {
        width: 80%;
    }
    #boy .vdo_img_img_items .image_one img {
        width: 100%;
        padding-right: 10px;
    }
    #boy .vdo_img_img_items .image_two img {
        width: 100%;
    }
    .vdo_img_img_items .image_four {
        margin: -20% 0px 0px 16%;
    }

    .slider_text_top {
        font-size: 20px;
    }
    .slider_text_title {
        font-size: 30px;
    }
    .product_left .product_items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }
    .product_right .product_items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 450px) {
    #women_influencer .gallery_items {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 350px) {
    .men_multi_item_name {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .multi_image_right_top {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 320px) {
    #many_list_women .list-inline {
        width: 100%;
    }
    #boys_lists .list-inline {
        width: 90%;
    }
    .category_item img {
        width: 60px;
        height: 60px;
    }
    .men_multi_img_right {
        align-items: center;
        margin: 20px 0px 0px 0px;
    }
    .product_middle {
        width: 100%;
        max-height: 400px;
    }
}
