@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --star-size: 26px;
    --star-color: #fff;
    --star-background: #fbac32;
}

/* //---------------------------men page style starts here---------------------------// */

.mens_page .hero_section {
    margin-bottom: 6rem;
}

.mens_page .hero_section_banner {
    position: relative;
}

.mens_page .hero_section .hero_section_banner .hero_show_img {
    position: absolute;
    animation: rotateAndMove ease 6s infinite;
    inset: 0;
    top: auto;
    bottom: 8rem;
    margin: auto;
    width: clamp(300px, 74vw, 1920px);
    -webkit-animation: rotateAndMove ease 6s infinite;
}

@keyframes rotateAndMove {
    0% {
        transform: rotate(0deg) translateY(0); /* Start at normal position */
    }
    50% {
        transform: rotate(20deg) translateY(10.1rem); /* Full rotation and back to original vertical position */
    }
    100% {
        transform: rotate(0deg) translateY(0px);
    }
}

.mens_page .section_4 {
    margin-bottom: 6rem;
}

.mens_page .section_8 {
    margin-bottom: 7rem;
}

.mens_page .s9 {
    margin-bottom: 6rem;
}

.mens_page .s9 .section_9_image {
    margin-top: 3.6rem;
}

/* ............men page style ends here.............. */

/* .................atheletic style starts here............................ */

.section_2_atheletic {
    margin-bottom: clamp(3rem, 2.317rem + 2.439vw, 7rem);
}
.section_2_atheletic .container {
    position: relative;
}
.atheletic_slider {
    overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
    position: static;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 0;
    margin-top: 0;
    width: auto;
}
.section_2_atheletic .swiper-button-prev picture,
.section_2_atheletic .swiper-button-next picture {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0px 3.87px 13.54px 0.97px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.section_2_atheletic .swiper-button-prev {
    right: 5.4rem !important;
    left: auto;
}

.section_2_atheletic .swiper-button-next {
    right: 0rem;
}

.section_2_atheletic .swiper-slide img {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.section_2_atheletic .atheletic_slider .atheletic_slider_card .ath_hover_text {
    /* display: none; */
    transition: all 0.3s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
.section_2_atheletic
    .atheletic_slider
    .atheletic_slider_card:hover
    .ath_hover_text {
    /* display: block; */

    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.section_2_atheletic .atheletic_slider .ath_hover_text .ath_hover_text_wrap {
    display: flex;
    justify-content: space-between;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 0;
    line-height: 24px;
    height: 42px;
    align-items: center;
    padding: 10px;
    left: 0;
    right: 0;
}
.section_2_atheletic .atheletic_slider .ath_hover_icon a img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.section_2_atheletic .atheletic_slider .ath_hover_icon a:hover img {
    filter: contrast(0.7);
    -webkit-filter: contrast(0.7);
}
.section_2_atheletic .ath_hover_text .h6 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

/* ......................stheletic style ends here...................... */

/* .......................swiper suffle style starts here..................... */

.s5_swiper_suffle_slider {
    margin-bottom: 5rem;
    position: relative;
    overflow: hidden;
}

.s5_swiper_suffle_slider .card__suffle {
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    min-height: 58.8rem;
}

.s5_swiper_suffle_slider .rel_time_sc {
    flex-wrap: nowrap !important;
}

.s5_swiper_suffle_slider .cards {
    border-radius: 1rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: all 400ms ease;
    background-size: cover;
    background-position: center;
    height: 58.8rem;
    width: 40rem;
}

.cards.left {
    width: 31.9rem;
    height: 47.1rem;
}

.cards.right1 {
    width: 31.9rem;
    height: 47.1rem;
}

.cards.left1 {
    width: 20.9rem;
    height: 30.8rem;
}

.cards.right {
    width: 20.9rem;
    height: 30.8rem;
}

.s5_swiper_suffle_slider .cards:hover:not(.active).left {
    transform: translateX(-119%) rotate(-4deg) scale(0.9);
}

.s5_swiper_suffle_slider .cards:hover:not(.active).left1 {
    transform: translate(-290%) rotate(-4deg) scale(0.9);
}

.s5_swiper_suffle_slider .cards:hover:not(.active).right {
    transform: translateX(290%) rotate(4deg) scale(0.9);
}

.s5_swiper_suffle_slider .cards:hover:not(.active).right1 {
    transform: translateX(119%) rotate(4deg) scale(0.9);
}

.s5_swiper_suffle_slider .cards.left {
    transform: translateX(-119%) scale(1);
    z-index: 1;
}

.s5_swiper_suffle_slider .cards.left1 {
    transform: translate(-312%) scale(0.9);
}

.cards.right {
    transform: translate(312%) scale(0.9);
}

.s5_swiper_suffle_slider .cards.right1 {
    transform: translateX(119%) scale(1);
    z-index: 1;
}

.s5_swiper_suffle_slider .cards.active {
    z-index: 5;
    position: relative;
    width: 40rem;
}

.s5_swiper_suffle_slider .cards__inner {
    position: relative;
    padding-bottom: 146.8235294118%;
    cursor: pointer;
}

.s5_swiper_suffle_slider .card_suffle_div {
    margin-top: 3.7rem;
    position: relative;
}

.card_suffle-button-prev picture,
.card_suffle-button-next picture {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0px 3.87px 13.54px 0.97px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card_suffle-button-prev,
.card_suffle-button-next {
    position: absolute;
    top: 45%;
    z-index: 9;
}
.card_suffle-button-next {
    right: 80px;
}
.card_suffle-button-prev {
    left: 80px;
}

.s5_swiper_suffle_slider .card__suffle {
    position: relative;
}

.s5_swiper_suffle_slider .cards.active .cards__inner .tool_tip_image,
.s5_swiper_suffle_slider .cards.active .cards__inner .tool_tip_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.s5_swiper_suffle_slider .cards .cards__inner .tool_tip_image,
.s5_swiper_suffle_slider .cards .cards__inner .tool_tip_text {
    opacity: 0;
}

.s5_swiper_suffle_slider .cards.active .cards__inner .tool_tip_image {
    opacity: 1;
    top: 70%;
    left: 60%;
}
.s5_swiper_suffle_slider .cards.active .cards__inner .tool_tip_image img {
    width: 4.9rem;
}

.s5_swiper_suffle_slider .cards.active .cards__inner .tool_tip_text {
    opacity: 40%;
    top: 80%;
    left: 40%;
    background-color: #ffffff;
    padding: 14px 14px 9px 14px;
}

.s5_swiper_suffle_slider .cards.active .cards__inner .tool_tip_text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    text-decoration-skip-ink: none;
    margin-bottom: 5px;
}

/* .......................card suffle style ends here..................... */

/* .....................our product slider style starts here..................... */

.s6_our_products {
    margin-bottom: clamp(3rem, 2.488rem + 1.829vw, 6rem);
}

.s6_our_products .rating_wrapper {
    gap: 5px;
}
.s6_our_products .container {
    overflow: hidden;
    position: relative;
}

.s6_our_products .our_p_img {
    background: #e9e9eb;
}
.s6_our_products .our_p_img img {
    width: 100%;
}
.s6_our_products .our_p_img .wishlist_icon:hover path {
    fill: red;
    stroke: transparent;
    transition: all 0.2s ease-in-out;
}

.s6_our_products .our_p_img .wishlist_icon {
    position: absolute;
    right: 2rem;
    top: 3rem;
    width: 3.5rem;
}

.s6_our_products .our_p_textwrap .h6 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: var(--black);
    margin-top: 2.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s6_our_products .our_p_textwrap .h5 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.8rem;
    color: var(--black);
    margin: 1.2rem 0;
}
.s6_our_products .our_p_textwrap p {
    font-size: 1.934rem;
    color: var(--black);
    line-height: 3.355rem;
    font-weight: 700;
}
.s6_our_products .swiper_arrows .swiper-button-next {
    right: 0rem;
}
.s6_our_products .swiper_arrows .swiper-button-prev {
    right: 5.4rem !important;
    left: auto;
}

.sec_sim_products {
    margin-top: clamp(3rem, 2.437rem + 2.012vw, 6.3rem);
    margin-bottom: 6rem;
}
.sec_sim_products .container {
    position: relative;
}

.swiper_arrows .swiper-button-prev picture,
.swiper_arrows .swiper-button-next picture {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0px 3.87px 13.54px 0.97px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sec_sim_products .swiper_arrows .swiper-button-prev {
    right: 5.4rem !important;
    left: auto;
}
.sec_sim_products .swiper_arrows .swiper-button-next {
    right: 0;
}
.sec_sim_products .swiper-container {
    overflow-x: hidden;
}

.sec_sim_products .swiper-wrapper {
    height: auto;
}

/* .....................our product slider style ends here..................... */

/* ..........................top picks style starts here.................... */

.s8_top_picks {
    margin-bottom: clamp(3rem, 2.317rem + 2.439vw, 7rem);
}
.s8_top_picks .container {
    overflow: hidden;
    position: relative;
}

/* ........................top picks style ends here.................... */

/* // -----------------------------mens ppage style ends here-----------------------------// */

/* //-------------------------kids page style starts here-----------------------------------// */

.kids_page .s1 {
    margin-bottom: 6rem;
}

.kids_page .s1 img {
    width: 100%;
}
.kids_page .s4 {
    background: #f0f0f0;
    position: relative;
    padding: 90px 0 83px 0;
    overflow: hidden;
    margin-bottom: clamp(2.4rem, 1.785rem + 2.195vw, 6rem);
}
.kids_page .s4 .nike_wrapper h1 span {
    font-size: clamp(11rem, 9.122rem + 6.707vw, 22rem);
    font-weight: 700;
    line-height: clamp(13rem, 10.641rem + 8.426vw, 26.818rem);
}

.kids_page .s4 .nike_wrapper h1 {
    -webkit-text-stroke: 2px var(--purple);

    text-align: center;
    color: transparent;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: space-between;
}

.kids_page .s4 .air_max_warpper {
    width: 100%;
    max-width: 32%;
}

.kids_page .s4 .nike_wrapper {
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* max-width: 108.1rem; */
    flex: 1;
    /* height: 89.8rem; */
    aspect-ratio: 1081/889;
}
.kids_page .s4 .buble_top,
.kids_page .s4 .bubble_bottom {
    width: clamp(20rem, 15vw, 28.5rem);
}
.kids_page .s4 .buble_top {
    position: absolute;
    top: 10rem;
    right: 10rem;
}

.kids_page .s4 .bubble_bottom {
    position: absolute;
    bottom: 0rem;
    left: 1rem;
}

.kids_page .nike_wrapper img {
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, 5%);
    width: clamp(89%, 54vw, 90%);
}

.kids_page .air_max_warpper h1 {
    font-size: clamp(6rem, 5rem + 3.902vw, 12.8rem);
    font-style: italic;
    font-weight: 900;
    line-height: clamp(7rem, 6.275rem + 4.732vw, 15.36rem);
    text-align: left;
    /* color: #8170be; */
}

.kids_page .air_max_warpper h3 {
    font-size: clamp(2rem, 1.659rem + 1.22vw, 4rem);
    font-style: italic;
    font-weight: 500;
    line-height: clamp(2.4rem, 1.99rem + 1.463vw, 4.8rem);
    letter-spacing: 0.15em;
    text-align: left;
    color: #555555;
    margin-bottom: 30px;
}

.kids_page .air_max_warpper p {
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 500;
    line-height: 2.674rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: #555555;
}

.kids_page .shoe_slider_wrapper {
    gap: 3.3rem;
    gap: clamp(1rem, 2vw, 3.3rem);
}

.shoe_slider_wrapper:has(.swiper-slide-active.purple) .air_max_warpper h1 {
    color: var(--purple);
    transition: color 0.3s ease;
}
.shoe_slider_wrapper:has(.swiper-slide-active.yellow) .air_max_warpper h1 {
    color: var(--yellow);
    transition: color 0.3s ease;
}

.shoe_slider_wrapper:has(.swiper-slide-active.blue) .air_max_warpper h1 {
    color: var(--sky-blue);
    transition: color 0.3s ease;
}

.shoe_slider_wrapper:has(.swiper-slide-active.purple) .nike_wrapper h1 {
    -webkit-text-stroke: 2px var(--purple);
    transition: 0.3s ease;
}
.shoe_slider_wrapper:has(.swiper-slide-active.yellow) .nike_wrapper h1 {
    -webkit-text-stroke: 2px var(--yellow);
    transition: 0.3s ease;
}
.shoe_slider_wrapper:has(.swiper-slide-active.blue) .nike_wrapper h1 {
    -webkit-text-stroke: 2px var(--sky-blue);
    transition: 0.3s ease;
}

.kids_page .s5 {
    margin: 6rem 0 5rem 0;
}

.kids_page .s7 {
    margin-bottom: 7rem;
}
.kids_page .s8 {
    margin-bottom: 22.5rem;
}
.kids_page .s9 {
    margin-bottom: 10.3rem;
}
.kids_page .s9 img {
    margin-top: 3.6rem;
}

/* //-------------------------kids page style ends here-----------------------------------// */

/* //------------------------------sports page style starts here-----------------------------------// */

.sports_page .s1 {
    margin-bottom: 6rem;
}

.sports_page .s2 {
    margin-bottom: 7rem;
}

.sports_page .s3 {
    margin-bottom: 6rem;
}

.sports_page .s4 {
    margin-bottom: 5rem;
}

.sports_page .s7 .container {
    overflow: hidden;
}

.sports_page .s7 .swiper-button-prev {
    left: auto;
    right: 5.4rem;
}

.sports_page .s7 .swiper-button-next {
    right: 0;
    left: auto;
}

.sports_page .s8 {
    margin-bottom: 6rem;
}
.sports_page .s8 img {
    margin-top: 3.6rem;
}
/* //----------------------------------sports page style ends here-----------------------------------// */

/* //------------------------------product page style starts here-----------------------------------// */

/* section 1 style starts here */
.s1.product_img_cont_wrapper {
    margin-bottom: clamp(2rem, 0.634rem + 4.878vw, 10rem);
}

.s1.product_img_cont_wrapper .product_cart_cont_wrap {
    max-width: 32%;
    width: 100%;
}
.s1.product_img_cont_wrapper .product_cart_cont_wrap h1 {
    font-size: clamp(2.4rem, 2.263rem + 0.488vw, 3.2rem);
    font-weight: 500;
    line-height: clamp(3rem, 2.693rem + 1.098vw, 4.8rem);
    color: #131212;
    text-transform: uppercase;
}

.s1.product_img_cont_wrapper .product_cart_cont_wrap h6 {
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.s1.product_img_cont_wrapper .product_cart_cont_wrap p {
    margin: 2rem 0;
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    font-weight: 400;
    line-height: 30px;
    color: #131212;
}

.s1.product_img_cont_wrapper .size_wrapper {
    margin-block: clamp(2rem, 1.829rem + 0.61vw, 3rem);
}
.s1.product_img_cont_wrapper .size_wrapper h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--black);
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.s1.product_img_cont_wrapper .size_wrapper h6 button {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    color: #954866;
    font-weight: 600;
}
.s1.product_img_cont_wrapper .size_wrapper h6 button path {
    stroke: #954866 !important;
}
.s1.product_img_cont_wrapper .size_wrapper h6 button:hover {
    color: #000;
}
.s1.product_img_cont_wrapper .size_wrapper h6 button:hover path {
    stroke: #000 !important;
}

.s1.product_img_cont_wrapper .size_wrapper .numbers {
    gap: 0.4rem;
    align-items: center;
}
.s1.product_img_cont_wrapper
    .size_wrapper
    .numbers
    :is(span.active, span:hover) {
    background-color: #000000;
    color: white;
    border: 1px solid black;
}
.s1.product_img_cont_wrapper .size_wrapper .numbers span {
    padding: 0.9rem 1.4rem;
    border: 1px solid #a3a3a3;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--black);
    cursor: grab;
}

.s1.product_img_cont_wrapper .price_wrapper h6 {
    text-transform: uppercase;
    font-size: clamp(2rem, 1.932rem + 0.244vw, 2.4rem);
    font-weight: 500;
    line-height: 29.88px;
    color: var(--black);
    margin-bottom: 0.5rem;
}

.s1.product_img_cont_wrapper .price_wrapper h1 {
    font-size: clamp(3.2rem, 2.824rem + 1.341vw, 5.4rem);
    font-weight: 600;
    line-height: clamp(3.2rem, 2.517rem + 2.439vw, 7.2rem);
    color: var(--black);
}

.s1.product_img_cont_wrapper .add_t_cart_wrapper {
    display: flex;
    gap: clamp(1.2rem, 1.115rem + 0.305vw, 1.7rem);
    justify-content: flex-start;
}
.s1.product_img_cont_wrapper .add_t_cart_wrapper {
    margin: clamp(2rem, 1.829rem + 0.61vw, 3rem) 0
        clamp(2rem, 1.778rem + 0.793vw, 3.3rem) 0;
}

.s1.product_img_cont_wrapper .add_t_cart_wrapper .button_prmary {
    padding-inline: clamp(3rem, 2.061rem + 3.354vw, 8.5rem);
    padding-block: 2rem;
    background: #222222;
    color: var(--white);
}
.s1.product_img_cont_wrapper .add_t_cart_wrapper .wishlist_btn {
    padding: 0.8rem 1.4rem;
    border: 1.5px solid #000000;
}
.s1.product_img_cont_wrapper
    .add_t_cart_wrapper
    .wishlist_btn
    .add_to_whish
    svg {
    width: clamp(2rem, 1.846rem + 0.549vw, 2.9rem);
    height: clamp(1.8rem, 1.646rem + 0.549vw, 2.7rem);
}

.s1.product_img_cont_wrapper .right_image_icons_wrapper {
    display: flex;
    gap: 3rem;
    justify-content: flex-start;
}
.s1.product_img_cont_wrapper .right_image_icons_wrapper .right_image_icons {
    padding: clamp(0.6rem, 0.429rem + 0.61vw, 1.6rem);
    box-shadow: 4.59px 5.73px 14.91px 0px #b0b0b01a;
    box-shadow: 18.35px 21.79px 27.52px 0px #00000017;
    border-radius: 10px;
    cursor: pointer;
}

.product_cart_wrapper {
    gap: clamp(3rem, 2.488rem + 1.829vw, 6rem);
}
.s1.product_img_cont_wrapper
    .right_image_icons_wrapper
    .right_image_icons.purple {
    background-color: var(--purple);
}
.s1.product_img_cont_wrapper
    .right_image_icons_wrapper
    .right_image_icons.yellow {
    background-color: var(--yellow);
}
.s1.product_img_cont_wrapper
    .right_image_icons_wrapper
    .right_image_icons.sky_blue {
    background-color: var(--sky-blue);
}
.s1.product_img_cont_wrapper .product_image_wrapper {
    flex: 1;
    display: flex;
    gap: clamp(2rem, 1.317rem + 2.439vw, 6rem);
    align-items: center;
    justify-content: center;
}
.s1.product_img_cont_wrapper .product_image_wrapper .p_right_big_img {
    width: 100%;
    max-width: 80%;
}

.s1.product_img_cont_wrapper .p_left_img_box {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.s1.product_img_cont_wrapper .p_left_img_box.visible {
    opacity: 1;
}

.s1.product_img_cont_wrapper .main_slider__images .swiper-container {
    transition: transform 0.6s ease-out;
}
.s1.product_img_cont_wrapper .main_slider__images .swiper-slide img {
    width: 100%;
    height: inherit;
    object-fit: contain;
}
.s1.product_img_cont_wrapper .main_slider__images .swiper-slide {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    display: flex;
    justify-content: center;
}

.s1.product_img_cont_wrapper .main_slider__images .swiper-slide-active {
    opacity: 1;
}

.s1.product_img_cont_wrapper .main_slider__images {
    overflow: hidden;
    aspect-ratio: 766/606;
    cursor: pointer;
}
.s1.product_img_cont_wrapper .slider__thumbs .slider_image_color {
    overflow: hidden;
}
.s1.product_img_cont_wrapper .product_image_wrapper .p_left_img_box img {
    margin: auto;
}
.s1.product_img_cont_wrapper .product_image_wrapper .p_left_img_box {
    padding-block: clamp(0.4rem, 0.28rem + 0.427vw, 1.1rem);
    border: 1px solid #757575;
    border-radius: 6px;
    width: clamp(5.2rem, 4.244rem + 3.415vw, 10.8rem);
    height: clamp(5.2rem, 4.244rem + 3.415vw, 10.8rem);
    display: flex;
    align-items: center;
}

.s1.product_img_cont_wrapper .p_left_img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* quantity in product details */
.s1.product_img_cont_wrapper .qty_wrapper {
    margin-bottom: clamp(2rem, 1.829rem + 0.61vw, 3rem);
}
.s1.product_img_cont_wrapper .qty_wrapper h6 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.7rem;
    text-align: left;
    color: var(--black);
    margin-bottom: 2rem;
}

.s1.product_img_cont_wrapper .qty_wrapper .quantity {
    background-color: #e8e8e8;
    padding-inline: clamp(1.6rem, 1.429rem + 0.61vw, 2.6rem);
    padding-block: clamp(1rem, 0.898rem + 0.366vw, 1.6rem);
    display: flex;
    align-items: center;
    gap: clamp(1.6rem, 1.429rem + 0.61vw, 2.6rem);
    max-width: fit-content;
}
.s1.product_img_cont_wrapper .qty_wrapper .quantity button {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    font-size: clamp(2.5rem, 2.329rem + 0.61vw, 3.5rem);
    align-items: center;
    justify-content: center;
    line-height: 2.5rem;
}
.s1.product_img_cont_wrapper .qty_wrapper .quantity input {
    background-color: transparent;
    border: none;
    width: fit-content;
    outline: none;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5rem;
}
/* quantity in product details */

/* section 1 style ends here */

/* modal size chart starts here */

.modal_size_chart .modal-header {
    border: none !important;
}
.modal_size_chart .modal-content {
    border: 0 !important;
    padding: 1rem 2rem !important;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
.modal_size_chart .modal-title {
    font-size: 2.5rem !important;
    color: #954866;
    font-weight: 600;
}

/* section 2 style starts here */

.s2.p_description .description_wrapper {
    display: flex;
    gap: clamp(2rem, -11.333rem + 11.111vw, 10rem);
}

.s2.p_description
    .description_wrapper
    .table_wrapper
    .right_side_tale
    .box_content
    p {
    font-size: clamp(1.2rem, 1.132rem + 0.244vw, 1.6rem);
    font-weight: 400;
    line-height: 24px;
}

.s2.p_description .left_wrapper {
    width: 100%;
    flex: 1;
}

.s2.p_description .right_wrapper .riview_wrapper {
    display: flex;
    gap: 1.8rem;
}

.s2.p_description .right_wrapper {
    width: 100%;
    max-width: 32%;
}

.s2.p_description .right_wrapper .riview_wrapper .review_card {
    width: 100%;
    max-width: 15.2rem;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 3.2rem 1.6rem;
}

.s2.p_description .right_wrapper h1 {
    font-size: clamp(3.2rem, 2.79rem + 1.463vw, 5.6rem);
    font-weight: 500;
    line-height: clamp(3.2rem, 2.79rem + 1.463vw, 5.6rem);
    margin-bottom: 1.6rem;
    text-align: center;
    color: var(--black);
}

.s2.p_description .right_wrapper p {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 1.6rem;
    text-align: center;
}
.s2.p_description .right_wrapper h6 {
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    color: #3c4242;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 1.6rem;
}

.s2.p_description .right_wrapper .riview_wrapper .review_card .ratings {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}
.s2.p_description .right_wrapper .riview_wrapper .review_card .ratings img {
    width: 20px;
}

.s2.p_description .right_wrapper .review_ratings {
    flex: 1;
}
.s2.p_description .right_wrapper .review_ratings .rating_progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s2.p_description .right_wrapper .review_ratings .rating_progress > p {
    max-width: 8rem;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: var(--black);
}

.s2.p_description
    .right_wrapper
    .review_ratings
    .rating_progress
    .progress_bar
    .progress_wrap
    .progress_ {
    background-color: var(--yellow);
    height: 5px;
    transition: all 2s ease;
}
.s2.p_description
    .right_wrapper
    .review_ratings
    .rating_progress
    .progress_bar
    .progress_wrap {
    flex: 1;
}
.s2.p_description
    .right_wrapper
    .review_ratings
    .rating_progress
    .progress_bar {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.s2.p_description .description_wrapper .left_wrapper h5 {
    font-size: clamp(2.4rem, 2.332rem + 0.244vw, 2.8rem);
    font-weight: 600;
    line-height: 33.5px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #3c4242;
    margin-bottom: clamp(1.6rem, 1.429rem + 0.61vw, 2.6rem);
}

.s2.p_description .description_wrapper .left_wrapper h6 {
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #3c4242;
    margin-bottom: 1.6rem;
}

.s2.p_description .description_wrapper.left_wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.02em;
    margin-bottom: 3.9rem;
    color: #807d7e;
}

.s2.p_description .left_side_table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.s2.p_description .left_side_table .box_1 {
    padding: clamp(0.8rem, 0.527rem + 0.976vw, 2.4rem);
}

.s2.p_description .table_wrapper {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    margin-top: clamp(2rem, 1.676rem + 1.159vw, 3.9rem);
    align-items: center;
    gap: clamp(1.6rem, -2.4rem + 3.333vw, 4rem);
}
section.s2.p_description {
    margin-bottom: clamp(2rem, 1.317rem + 2.439vw, 6rem);
}

.s2.p_description .table_wrapper .right_side_tale {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(0.8rem, 0.39rem + 1.463vw, 3.2rem);
    row-gap: clamp(1.3rem, 0.959rem + 1.22vw, 3.3rem);
}

.s2.p_description .table_wrapper .right_side_tale .box_2 {
    display: flex;
    gap: clamp(1rem, 0.898rem + 0.366vw, 1.6rem);
    align-items: center;
}
.s2.p_description .table_wrapper .right_side_tale .box_2 .box_icons {
    padding: clamp(1rem, 0.88rem + 0.427vw, 1.6rem);
    background-color: #f6f6f6;
    display: flex;
    border-radius: 10px;
    width: 100%;
    max-width: 56px;
    height: 56px;
}
.s2.p_description .review_raing_wrapper {
    margin-bottom: clamp(2rem, 1.488rem + 1.829vw, 5rem);
    margin-top: clamp(2rem, 1.317rem + 2.439vw, 6rem);
}
.s2.p_description .review_raing_wrapper .review_content_box_wrapper {
    display: flex;
    margin-bottom: 2.4rem;
    align-items: flex-start;
    gap: 1.9rem;
    margin-bottom: 2.4rem;
    background-color: #fafafa;
    border-radius: 10px;
}

.s2.p_description .review_raing_wrapper .review_content_box_wrapper .icon img {
    width: 100%;
    max-width: 5.6rem;
}
.s2.p_description .review_raing_wrapper .review_content_box_wrapper {
    padding: 2.4rem 1.6rem;
}
.s2.p_description .review_raing_wrapper .review_content_box_wrapper .r_text {
    flex: 1;
}
.s2.p_description .review_raing_wrapper .review_content_box_wrapper .r_text h6 {
    margin-bottom: 0.8rem;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black);
}

.s2.p_description .review_raing_wrapper .review_content_box_wrapper .r_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.s2.p_description .showmore_btn {
    margin-top: 7rem;
    text-align: center;
}
.s2.p_description .showmore_btn button {
    padding: 2rem 9.9rem 1.9rem 10rem;
    border: 1.5px solid #222222;
    font-size: 28px;
    font-weight: 600;
    line-height: 34.86px;
}

.sec_sim_products {
    margin-top: 6.3rem;
    margin-bottom: 6rem;
}
.sec_sim_products .container {
    position: relative;
}
.sec_sim_products .swiper_arrows .swiper-button-prev {
    right: 5.4rem !important;
    left: auto;
}
.sec_sim_products .swiper_arrows .swiper-button-next {
    right: 0;
}
.sec_sim_products .swiper-container {
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    .s2.p_description .table_wrapper .right_side_tale {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* section 2 style ends here */

/* //--------------------------------product page style ends here-----------------------------------// */

/* //--------------------------------women page style starts here-----------------------------------// */

.added-to-wishlist svg {
    fill: red;
}

.added-to-wishlist svg path {
    stroke: none;
}

.section_4.ads_banner {
    margin-bottom: clamp(2.6rem, 2.02rem + 2.073vw, 6rem);
}
.section_8.mib_adds_2 {
    margin-bottom: 7rem;
}

.bottom_ads_banner {
    margin-top: 3.6rem;
}
.bottom_ads_banner_wrapper {
    margin-bottom: 6rem;
}

.hero_section.s1 {
    margin-bottom: clamp(2.4rem, 1.785rem + 2.195vw, 6rem);
}

.womens_page .s2 {
    margin: 6rem 0 7rem 0;
}

.womens_page .s4 {
    margin: 7rem 0 6rem 0;
}

.womens_page .s6 {
    margin-bottom: 7rem;
}

.womens_page .s8 {
    margin: 7rem 0;
}

.womens_page .s8_w_top_picks .swiper-button-prev {
    right: 5.4rem;
    left: auto;
}

.womens_page .s8_w_top_picks .swiper-button-next {
    right: 0rem;
    left: auto;
}

.womens_page .section_8 {
    margin-bottom: clamp(3rem, 2.317rem + 2.439vw, 7rem);
}
.womens_page .s9 .section_9_image {
    margin-top: 3.6rem;
}
.womens_page .s9 {
    margin-bottom: clamp(3rem, 2.488rem + 1.829vw, 6rem);
}
/* //--------------------------------women page style ends here-----------------------------------// */

/*  //--------------------------------myprofile page style starts here-----------------------------------// */

.input_fld {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.24px;

    padding: 1.1rem 1.2rem;
    color: #083a50;
    border: 0.93px solid #caced8;
    border-radius: 0.745rem;
}

.contact_wrapper .country_dropdown {
    width: 100%;
    padding: 1.2rem 1.6rem;
    border: 1px solid lightgrey;
    background: transparent;
    position: relative;
}
.contact_wrapper .country_dropdown .selected_country {
    line-height: 2.6rem;
}

.contact_wrapper .country_dropdown svg {
    position: absolute;
    right: 1rem;
    top: 1.6rem;
    width: 1.4rem;
    height: 1.4rem;
}
.contact_wrapper .country_dropdown .country_opt {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid lightgrey;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
    width: 100%;
}
.contact_wrapper .country_dropdown .country_opt ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6c7275;
    padding: 1.2rem 1.6rem;
}

.s1 .myprofile_wrapper .sec_title h5 {
    margin-bottom: 5rem;
}

.s1 .myprofile_wrapper .left_right_wrapper .left_s_tabs {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 1.829rem + 0.61vw, 3rem);
    border-right: 1.86px solid #eaeaeaf7;
    width: 100%;
    max-width: 22.3rem;
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.s1 .myprofile_wrapper .left_right_wrapper .left_s_tabs h5.active {
    color: var(--black);
}

.s1 .myprofile_wrapper .left_right_wrapper .left_s_tabs h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 18.24px;
    color: #828282;
    padding: 1.2rem;
}

.left_s_tabs .menu-active {
    color: black;
    font-weight: bolder;
}

.s1 .left_right_wrapper {
    display: flex;
    gap: clamp(2rem, 1.146rem + 3.049vw, 7rem);
    margin-bottom: clamp(5rem, 4.078rem + 3.293vw, 10.4rem);
}
.s1 .left_right_wrapper .right_s_wrapper {
    flex: 1;
    /* overflow-y: auto; */
}

.my_profile_page
    .s1
    .left_right_wrapper
    .right_s_wrapper
    .profile_details_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6.6rem;
}
.my_profile_page
    .s1
    .left_right_wrapper
    .right_s_wrapper
    .profile_details_wrapper
    .profile_details_box
    h6 {
    font-size: clamp(1.2rem, 1.098rem + 0.366vw, 1.8rem);
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #1f2937;
}
.my_profile_page
    .s1
    .left_right_wrapper
    .right_s_wrapper
    .profile_details_wrapper
    .profile_details_box
    p {
    font-size: clamp(1.4rem, 1.332rem + 0.244vw, 1.8rem);
    font-weight: 400;
    line-height: 20px;
    color: #4b5563;
}
.my_profile_page
    .s1
    .left_right_wrapper
    .right_s_wrapper
    .profile_details_wrapper
    .profile_details_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem;
    gap: 0.5rem;
    border-bottom: 1px solid #cbcbcb;
}
.my_profile_page
    .s1
    .left_right_wrapper
    .right_s_wrapper
    .profile_details_wrapper
    .profile_details_box:nth-last-child(1),
.my_profile_page
    .s1
    .left_right_wrapper
    .right_s_wrapper
    .profile_details_wrapper
    .profile_details_box:nth-last-child(2) {
    border-bottom: none;
}
.my_profile_page .s1 .right_s_wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: right;
    color: #8a8a8a;
    margin-bottom: clamp(1rem, 1.171rem + -0.61vw, 0rem);
}
.my_profile_page .s1 .right_s_wrapper .myprofile_form {
    display: flex;
    gap: clamp(1rem, 0.616rem + 2.192vw, 3rem);
    align-items: center;
    padding: 1rem;
}
.my_profile_page .s1 .right_s_wrapper .myprofile_form .profile_icon {
    width: clamp(7rem, 6.18rem + 2.927vw, 11.8rem);
    height: clamp(7rem, 6.18rem + 2.927vw, 11.8rem);
    position: relative;
}
.my_profile_page .s1 .right_s_wrapper .myprofile_form .profile_icon button {
    position: absolute;
    bottom: 0;
    right: -1rem;
    width: clamp(2.6rem, 2.429rem + 0.61vw, 3.6rem);
}
.my_profile_page .s1 .right_s_wrapper .myprofile_form h6 {
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #1f2937;
}

.my_profile_page .s1 .right_s_wrapper .myprofile_form p {
    font-size: clamp(1.4rem, 1.332rem + 0.244vw, 1.8rem);
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #6b7280;
    margin-top: 1.2rem;
}

.my_profile_page .right_s_wrapper .personal_contact_wrapper {
    display: none;
}

.my_profile_page
    .right_s_wrapper
    .personal_contact_wrapper
    .personal_wrapper
    .gender_btn
    button {
    border: 1px solid #222222;
    padding: 1.5rem 1.9rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.37px;
    text-align: center;
    color: #ffffff;
    background-color: #222222;
}

.my_profile_page
    .right_s_wrapper
    .personal_contact_wrapper
    .personal_wrapper
    .gender_btn
    button.btn-2 {
    background-color: transparent;
    color: #000000;
    margin-left: 1.6rem;
}
.my_profile_page .right_s_wrapper .personal_contact_wrapper .personal_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4.8rem;
    row-gap: 3.8rem;
}

.my_profile_page .right_s_wrapper .personal_contact_wrapper h6 {
    color: #434343;
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 3.8rem;
    margin-top: 6rem;
}

.my_profile_page .right_s_wrapper .personal_contact_wrapper .form-group label {
    color: #6c7275;
    font-size: 16px;
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 1.4rem;
}

.my_profile_page .right_s_wrapper .personal_contact_wrapper .form-group input {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6c7275;
    padding: 1.2rem 1.6rem;
}

.my_profile_page .right_s_wrapper .personal_contact_wrapper .contact_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4.8rem;
    row-gap: 3.8rem;
}
.my_profile_page .right_s_wrapper .contact_main_wrapper .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3.8rem;
    width: calc(100% - 49%);
}

/*  //--------------------------------myprofile page style ends here-----------------------------------// */

/*  //--------------------------------delivery address page style starts here-----------------------------------// */

.delivery_address_page .delivery_address h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    color: #111111;
}

.delivery_address_page .delivery_address p {
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    color: #828282;
    margin: 0.6rem 0 3.6rem 0;
}

.delivery_address_page .delivery_address button {
    background-color: #222222;
}

.delivery_address_page .left_right_wrapper {
    gap: 7%;
}

.address-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
}

/*  //--------------------------------delivery address page style ends here-----------------------------------// */

/*  //--------------------------------order review/return/exchange/cancel page style starts here-----------------------------------// */

#exchangeForm .btn-group {
    display: flex;
    gap: 2rem;
}
.payment_methods._way .btn-bg-white {
    display: inline-block;
    padding-inline: clamp(2rem, 0.839rem + 4.146vw, 8.8rem);
    padding-block: 1.6rem;
}

.inprogress_status svg path {
    fill: rgba(182, 151, 3, 1);
}

.order_rec_right_content {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 3.6rem;
}
.addr_review_par {
    margin-top: clamp(2rem, 1.778rem + 0.793vw, 3.3rem);
}

.right_s_content .product_imge {
    width: 100%;
    max-width: 100%;
    background: rgba(240, 238, 237, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_s_content .product_delivered_details {
    flex: 1;
}
.product_delivered_details .prod_details_p {
    font-weight: 400;
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    line-height: clamp(2.4rem, 2.298rem + 0.366vw, 3rem);
}

.product_delivered_details .delivered_status {
    background: rgba(210, 255, 198, 1);
    padding-block: 1.6rem;
    padding-inline: clamp(2rem, 1.829rem + 0.61vw, 3rem);
    display: flex;
    gap: 1.2rem;
    color: #2abf01;
    align-items: center;
}

.product_delivered_details .inprogress_status {
    background: #fff6cb;
    padding: 1.6rem 3rem;
    display: flex;
    gap: 1.2rem;
    color: #b69703;
    align-items: center;
}

.product_delivered_details p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.product_sizes {
    display: flex;
    gap: 1.2rem;
}
.product_delivered_details h1 {
    font-weight: 500;
    font-size: clamp(2.2rem, 2.029rem + 0.61vw, 3.2rem);
    line-height: clamp(3.2rem, 3.063rem + 0.488vw, 4rem);
    margin: 2rem 0 0 0;
    color: rgba(19, 18, 18, 1);
}

.product_delivered_details h4 {
    color: rgba(0, 0, 0, 1);
}
.product_delivered_details .product_sizes {
    margin: 1.6rem 0 1.6rem 0;
}
.product_delivered_details h4 span {
    color: rgba(0, 0, 0, 0.6);
}
.product_delivered_details :is(h4, span) {
    font-weight: 400;
    font-size: clamp(1.8rem, 1.698rem + 0.366vw, 2.4rem);
    line-height: clamp(2.4rem, 2.318rem + 0.293vw, 2.88rem);
}
.product_delivered_details .color {
    margin: 1.6rem 0 2rem 0;
}

.product_delivered_details .return_para {
    font-weight: 500;
    font-size: clamp(2rem, 1.932rem + 0.244vw, 2.4rem);
    line-height: 28.8px;
    margin-bottom: clamp(2.8rem, 2.629rem + 0.61vw, 3.8rem);
}

.product_delivered_details .btn_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.review_box {
    background: rgba(240, 238, 237, 1);
    padding: 2rem;
}

.review_box h6 {
    font-weight: 600;
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    line-height: 24px;
    color: #3c4242;
}
.review_box .star-rating {
    margin: 1.4rem 0;
}
.review_box .comment_field textarea {
    background: rgba(255, 255, 255, 1);
    border-width: 0.5px;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    border-radius: 7px;
    margin: 2.2rem 0 2.4rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.5%;
}

.review_box .comment_field button {
    padding: 1.6rem 5.6rem;
}

.addr_review_par .sing_prod {
    border: 1.5px solid #434343;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #17183b;
    min-height: 100%;
}

.right_product_details_wrapper .payment_methods {
    border: 1.5px solid rgba(67, 67, 67, 1);
    padding: clamp(1.8rem, 1.698rem + 0.366vw, 2.4rem);
    margin-top: 2.6rem;
}
.payment_methods .price_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment_methods .payment_way {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1rem, 0.915rem + 0.305vw, 1.5rem)
        clamp(2rem, 1.863rem + 0.488vw, 2.8rem);
    margin: clamp(2rem, 1.829rem + 0.61vw, 3rem) 0;
    border: 1.73px solid rgba(20, 23, 24, 1);
    background-color: rgba(243, 245, 247, 1);
}

.payment_methods .payment_way h4 {
    font-weight: 500;
    font-size: clamp(2rem, 1.898rem + 0.366vw, 2.6rem);
    line-height: clamp(3.2rem, 2.97rem + 0.823vw, 4.55rem);
    color: rgba(82, 82, 82, 1);
}
.payment_methods button {
    padding: 1.6rem 5.6rem;
}

.payment_methods .price_wrapper {
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    color: rgba(19, 18, 18, 1);
}
.payment_methods .price_wrapper h4 {
    font-weight: 500;
    font-size: clamp(1.6rem, 1.463rem + 0.488vw, 2.4rem);
    line-height: 28.8px;
    color: rgba(19, 18, 18, 1);
    text-transform: uppercase;
}

.payment_methods .price_wrapper h3 {
    font-weight: 600;
    font-size: clamp(2rem, 1.829rem + 0.61vw, 3rem);
    line-height: clamp(3rem, 2.898rem + 0.366vw, 3.6rem);
    color: rgba(0, 0, 0, 1);
}
.payment_methods button {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.right_product_details_wrapper .order_return_form {
    margin-top: 8rem;
}

.right_product_details_wrapper .order_return_form p {
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 28px;
    line-height: 33.6px;
    color: rgba(28, 28, 28, 1);
}
.right_product_details_wrapper .order_return_form .form-group {
    margin: 2rem 0;
}
.right_product_details_wrapper .order_return_form .form-group label {
    margin-left: 1.4rem;
    color: rgba(56, 56, 56, 1);
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.right_product_details_wrapper .order_return_form textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(151, 151, 151, 1);
    margin-bottom: 5.2rem;
    border-radius: 0.7rem;
    padding: 2.4rem 1.6rem;
    height: 12.1rem;
}

.order_return_form input[type="checkbox"] {
    display: none;
}

.order_return_form input[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
}

.order_return_form input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 0px;
    transition: border-color 0.3s, background-color 0.3s;
    top: 6px;
}

.order_return_form input[type="checkbox"]:checked + label::before {
    border: 1.5px solid rgba(0, 0, 0, 1); /* Green border when checked */
    background-color: transparent; /* Green background when checked */
}

.order_return_form input[type="checkbox"]:focus + label::before {
    border-color: #2196f3; /* Blue border when focused */
}

.order_return_form input[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    width: 5px;
    height: 10px;
    border: solid #00000099;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.right_product_details_wrapper .order_return_form .refund_methods {
    margin-bottom: 5.2rem;
}
.right_product_details_wrapper .order_return_form .refund_methods h4 {
    font-weight: 600;
    color: rgba(36, 36, 36, 1);
    font-size: 28px;
    line-height: 33.5px;
    letter-spacing: 2%;
}

.right_product_details_wrapper .order_return_form .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.right_product_details_wrapper .delivery_address {
    width: 100%;
    max-width: 60%;
}
.right_product_details_wrapper .delivery_address .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 80%;
    gap: 2rem;
}

.right_product_details_wrapper .delivery_address h4 {
    color: rgba(36, 36, 36, 1);
    font-weight: 600;
    font-size: 28px;
    line-height: 33.5px;
    letter-spacing: 2%;
}

.right_product_details_wrapper .address_wrapper {
    background: rgba(231, 231, 231, 1);
    padding: 2.1rem 0;
    margin: 2rem 0 3.6rem 0;
    display: flex;
    justify-content: space-between;
    border-radius: 0.7rem;
}

.right_product_details_wrapper .delivery_address .address_wrapper .box_1 {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.right_product_details_wrapper
    .delivery_address
    .address_wrapper
    .edit_delete_btn {
    align-items: flex-start;
    display: flex;
    gap: 2.4rem;
    margin-right: 2.4rem;
}

.right_product_details_wrapper
    .delivery_address
    .address_wrapper
    .box_1
    .default {
    box-shadow: 6.85px 13.7px 14.39px 0px rgba(0, 0, 0, 0.1);
    padding: 0.9rem;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0 7px 7px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    color: rgba(255, 255, 255, 1);
}

.right_product_details_wrapper .delivery_address .address_wrapper .address_1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.6rem;
}

.right_product_details_wrapper .delivery_address {
    width: 100%;
    max-width: 100%;
}
.right_product_details_wrapper .delivery_address .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;

    gap: 2rem;
}

.right_product_details_wrapper
    .delivery_address
    .address_wrapper
    .address_1
    .full_address
    > span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(23, 24, 59, 1);
}
.right_product_details_wrapper
    .delivery_address
    .address_wrapper
    .address_1
    .full_address
    p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 1.6rem;
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 2.4rem 0 2.2rem 0;
}

.input_star {
    display: none;
}

.star + label {
    font-size: 2rem;
    color: lightgray;
    cursor: pointer;
    opacity: 1;
}

.input_star:checked + label,
.input_star + label:hover,
.input_star + label:hover ~ label {
    color: rgba(255, 181, 71, 1);
}
.input_star + label:hover {
    cursor: pointer;
}
.input_star + .star {
    font-size: 40px;
}
.input_star:checked + label:hover,
.input_star:checked + label:hover ~ label {
    color: rgba(255, 181, 71, 1);
}

.input_star:checked + label ~ label {
    color: rgba(255, 181, 71, 1);
}

/*  //--------------------------------order review page style ends here-----------------------------------// */

/*  //--------------------------------my order page style starts here-----------------------------------// */

.my_order_page .my_order_wrapper .my_order_boxes .order_progress > ul {
    display: flex;
    justify-content: space-between;
}

.my_order_page .my_order_wrapper .my_order_boxes .order_progress > ul > li {
    text-align: center;
    margin-bottom: 2.762rem;
    min-width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.2rem;
}
.my_order_page .my_order_wrapper .my_order_boxes .order_progress > ul > li p {
    font-weight: 500;
    font-size: clamp(1rem, 0.932rem + 0.244vw, 1.4rem);
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
}
.my_order_page
    .my_order_wrapper
    .my_order_boxes
    .order_progress
    > ul
    :is(
        li._1.active span,
        li._2.active span,
        li._3.active span,
        li._4.active span
    ) {
    border: 2px solid #000000;
}
.my_order_page .my_order_wrapper .my_order_boxes .order_progress > ul li svg {
    vertical-align: middle;
}
.my_order_page
    .my_order_wrapper
    .my_order_boxes
    .order_progress
    > ul
    li.active
    svg
    path {
    fill: black;
    vertical-align: baseline;
}
.my_order_page
    .my_order_wrapper
    .my_order_boxes
    .order_progress
    > ul
    > li
    span {
    padding: 1.2rem;
    width: 4.6rem;
    height: 4.6rem;
    border: 2px solid rgba(178, 178, 178, 1);
    border-radius: 50%;
    display: flex;
    background-color: white;
}
.my_order_page .my_order_wrapper .my_order_boxes .order_progress {
    position: relative;
}
.my_order_page .my_order_wrapper .my_order_boxes .order_progress > ul > li img {
    margin: auto;
}
.my_order_page .my_order_wrapper .order_details .right_box img {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.4rem;
    cursor: pointer;
}
.my_order_page .my_order_wrapper .order_details .right_box button {
    background-color: #fff2b3;
    padding: 0.5rem 1rem;
    font-size: clamp(1.4rem, 1.366rem + 0.122vw, 1.6rem);
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    color: #a38801;
    border-radius: 11.3rem;
    width: fit-content;
    cursor: auto;
}

.my_order_page .my_order_wrapper .order_details .right_box .cancelled {
    background-color: #fbb9b9;
    color: #d10303e8;
}
.my_order_page .my_order_wrapper .order_details .right_box .delivered {
    background-color: #cbffe3;
    color: #2abf01;
}
.my_order_page .my_order_wrapper .order_details .right_box .returning {
    background-color: #eba9fb;
    color: #9e03a3;
}
.my_order_page .my_order_wrapper .order_details .right_box .exchanging {
    background-color: #c7c3c3;
    color: #363326;
}
.my_order_page .my_order_wrapper .order_details .right_box .processing {
    background-color: #b4f4fb;
    color: #2f3f43;
}
.my_order_page .my_order_wrapper .order_details .right_box .ready_to_ship {
    background-color: #dfcbff;
    color: #8c01bf;
}
.my_order_page .my_order_wrapper .order_details .right_box .shipped {
    background-color: #bfc4fa;
    color: #0331d7;
}

.my_order_page .my_order_wrapper .order_details .right_box {
    gap: 1.4rem;
    min-width: fit-content;
}
.my_order_page .my_order_wrapper .order_details .right_box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #777777;
}
.my_order_page .my_order_wrapper .order_details {
    margin-top: 2.4rem;
}
.my_order_page .my_order_wrapper .order_details {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 2rem;
    justify-content: space-between;
    border: 1.5px solid #434343;
    padding: 1.6rem;
}
.my_order_page .my_order_wrapper .order_details > a {
    min-width: 0;
}
.my_order_page .my_order_wrapper .order_details .right_box .btn-bg-black {
    min-width: fit-content;
}
.my_order_page .my_order_wrapper .order_details .right_box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #777777;
}
.my_order_page .my_order_wrapper .order_details .right_box .btn-bg-black {
    padding: 0.4rem 1.2rem;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}
.my_order_page .my_order_wrapper .order_details .text_wrapper h3 {
    font-size: clamp(1.6rem, 1.532rem + 0.244vw, 2rem);
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #131212;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.my_order_page .my_order_wrapper .order_details .order_details_left_wrapper {
    display: flex;
    gap: 2rem;
}

.my_order_page
    .my_order_wrapper
    .order_details
    .order_details_left_wrapper
    .img_left {
    background-color: #f0eeed;
    text-align: center;
    padding: 2.4rem 0.6rem;
    width: 100%;
    min-width: 100px;
    max-width: 100px;
}
.my_order_page .my_order_wrapper .order_details .text_wrapper {
    min-width: 0;
}
.my_order_page .my_order_wrapper .order_details .text_wrapper p {
    margin: 0.4rem 0;
    font-size: clamp(1.4rem, 1.366rem + 0.122vw, 1.6rem);
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: var(--black);
}
.my_order_page .my_order_wrapper .order_details .text_wrapper h3:last-child {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: var(--black);
}
.my_order_page
    .my_order_wrapper
    .order_details
    .text_wrapper
    p:last-child
    span:nth-child(2) {
    color: #00000099;
}
.my_order_page .my_order_wrapper {
    list-style-type: decimal;
    display: grid;
    column-gap: clamp(2rem, 1.505rem + 1.768vw, 4.9rem);
    row-gap: 3rem;
    margin-bottom: 6rem;
    grid-template-columns: 1fr 0.8fr;
    flex: 1;
}
.my_order_page .my_order_wrapper .my_order_boxes {
    width: 100%;
    max-width: 100%;
}
.my_order_page .my_order_wrapper h3.heading3 {
    font-size: clamp(1.6rem, 1.395rem + 0.732vw, 2.8rem);
    font-weight: 600;
    line-height: clamp(2.24rem, 2.21rem + 1.1vw, calc(3.36rem));
    text-align: left;
    color: var(--black);
    margin-bottom: 2.4rem;
}

.my_order_page .my_order_wrapper .my_order_boxes h3 > span {
    font-size: clamp(1.6rem, 1.395rem + 0.732vw, 2.8rem);
    font-weight: 600;
    line-height: clamp(2.24rem, 2.21rem + 1.1vw, calc(3.36rem));
    text-align: left;
    color: var(--black);
    margin-right: 5px;
}

.my_order_page
    .my_order_wrapper
    .my_order_boxes
    .order_progress
    > ul
    li
    span::before {
    content: "";
    position: absolute;
    background: black;
    height: 3px;
    top: 24px;
    z-index: -1;
    left: 30px;
    width: 0 !important;
}
.my_order_page
    .my_order_wrapper
    .my_order_boxes
    .order_progress
    > ul
    li._2.active
    span::before {
    background-color: #000000;
    transition: all 1s ease;
    width: 30.66% !important;
}
.my_order_page
    .my_order_wrapper
    .my_order_boxes
    .order_progress
    > ul
    li._3.active
    span::before {
    width: 60.33% !important;
}
.my_order_page
    .my_order_wrapper
    .my_order_boxes
    .order_progress
    > ul
    li._4.active
    span::before {
    width: 86.66% !important;
}
.my_order_page
    .my_order_wrapper
    .my_order_boxes
    .order_progress
    .progress_grey_line::after {
    content: "";
    position: absolute;
    background: #f0eeed;
    height: 3px;
    width: calc(100% - 94px);
    top: 24px;
    z-index: -9;
    left: 54px;
}
.my_order_page .my_order_wrapper .shiping_address_wrapper {
    flex: 1;
}

.my_order_page
    .my_order_wrapper
    .shiping_address_wrapper
    .shipping_address_box
    .home_box {
    position: absolute;
    box-shadow: 6.85px 13.7px 14.39px 0px #0000001a;
    background-color: var(--black);
    padding: 0.8rem 1.7rem;
    border-radius: 0 0.7rem 0.7rem 0;
    left: 0;
    top: 20px;
    color: white;
    font-weight: 500;
    font-size: clamp(1.8rem, 1.732rem + 0.244vw, 2.2rem);
    line-height: 24px;
    letter-spacing: 0.15px;
}

.my_order_page
    .my_order_wrapper
    .shiping_address_wrapper
    .shipping_address_box {
    border: 1.5px solid #434343;
    padding: 8.8rem 4.8rem 4.8rem 4.8rem;
    position: relative;
}

.my_order_page
    .my_order_wrapper
    .shiping_address_wrapper
    .shipping_address_box
    h4 {
    font-size: clamp(1.8rem, 1.732rem + 0.244vw, 2.2rem);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    color: #17183b;
    margin-bottom: 1.6rem;
}

.my_order_page
    .my_order_wrapper
    .shiping_address_wrapper
    .shipping_address_box
    p {
    font-weight: 400;
    font-size: clamp(1.6rem, 1.566rem + 0.122vw, 1.8rem);
    line-height: 24px;
    letter-spacing: 0px;
    color: #17183b;
}
/*  //--------------------------------my order page style ends here-----------------------------------// */

/*  //--------------------------------contact us page style starts here-----------------------------------// */

.conatct_us_page .s1 {
    padding-top: 4rem;
    padding-bottom: clamp(5.9rem, 5.217rem + 2.439vw, 9.9rem);
}
.conatct_us_page .s1 .container {
    width: 100%;
    max-width: 120rem;
}
.conatct_us_page .s1 .contact_main_wrapper {
    display: flex;
    position: relative;
    justify-content: end;
}
.conatct_us_page .s1 .contact_details {
    width: 33%;
    position: absolute;
    left: 5%;
    top: 0%;
    bottom: 0;
    height: fit-content;
    margin: auto;
}
.conatct_us_page .s1 .contact_details .contact_details_wrapper {
    position: relative;
    padding: 4rem 2rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    border: 1px solid #000;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.conatct_us_page .s1 .contact_details .contact_details_wrapper .arrow-right {
    content: "";
    position: absolute;
    right: -29px;
    bottom: 14px;
    width: 0px;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #fff;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
}

.conatct_us_page .s1 .contact_main_wrapper .box {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.conatct_us_page .s1 .contact_main_wrapper .box img {
    max-width: 25px;
}
.conatct_us_page .s1 .contact_main_wrapper .box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;

    color: white;
}

.conatct_us_page .s1 .contact_box_wrapper {
    display: flex;
    box-shadow: 0px 0px 60px 30px #00000008;
    border-radius: 1rem;
    width: 80%;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.conatct_us_page .s1 .contact_box_wrapper .contact_info_wrapper {
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.conatct_us_page .s1 .contact_box_wrapper .cotact_form_wrapper {
    flex: 1;
    padding: 2.4rem;
}

.conatct_us_page .s1 .cotact_form_wrapper .contact_title {
    margin-bottom: 2rem;
}
.conatct_us_page .s1 .cotact_form_wrapper .contact_title h3 {
    font-weight: 600;
    font-size: clamp(1.6rem, 1.395rem + 0.732vw, 2.8rem);
    line-height: clamp(2.24rem, 2.21rem + 1.1vw, calc(3.36rem));

    color: var(--white);
    margin-bottom: 1.4rem;
}
.conatct_us_page .s1 .cotact_form_wrapper .contact_title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;

    color: var(--white);
}

.conatct_us_page .s1 .contact_box_wrapper .cotact_form_wrapper .fullname_box {
    display: flex;
    gap: 1.2rem;
}

.conatct_us_page .s1 .contact_box_wrapper .cotact_form_wrapper .form_group {
    margin-bottom: 3rem;
    width: 100%;
}

.form_group .phone_box {
    display: flex;
    gap: 0.745rem;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    input::placeholder {
    color: #caced8;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.24px;

    padding: 1.1rem 1.2rem;
    color: #083a50;
    border: 0.93px solid #caced8;
    border-radius: 0.745rem;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    input:focus,
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    input:active,
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    textarea:focus,
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    textarea:active {
    border: 0.93px solid #000000;
    box-shadow: 1.86px 1.86px 3.72px 0px #e7ab321f;
    box-shadow: -0.93px -0.93px 3.72px 0px #e7ab321f;
}
.conatct_us_page .s1 .contact_box_wrapper .cotact_form_wrapper button {
    padding-block: 1.6rem;
    padding-inline: clamp(8.2rem, 7.176rem + 3.659vw, 14.2rem);
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    textarea::placeholder {
    color: #caced8;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    textarea {
    display: block;
    padding: 1.5rem 1.2rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.24px;

    color: #083a50;
    width: 100%;
    border-radius: 0.745rem;
    border: 0.93px solid #caced8;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    .country_dial_code {
    display: flex;
    padding: 1.1rem 1.2rem;
    gap: 1.2rem;
    align-items: center;
    border: 0.93px solid #caced8;
    border-radius: 0.745rem;
    position: relative;
    cursor: pointer;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    .country_dial_code
    .country_dial_code_all.active {
    display: flex;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    .country_dial_code
    .country_dial_code_all {
    position: absolute;
    display: none;
    flex-direction: column;
    gap: 2px;
    top: 100%;
    background: white;
    padding: 16px;
    left: 4px;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    label {
    font-weight: 600;
    font-size: 14px;
    line-height: 18.24px;

    color: #083a50;
    margin-bottom: 0.372rem;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    .query_buttons
    .radio_box {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;

    color: var(--black);
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    .query_buttons
    .radio_box
    img {
    cursor: pointer;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    .query_buttons {
    display: flex;
    gap: 2.9rem;
}
.conatct_us_page
    .s1
    .contact_box_wrapper
    .cotact_form_wrapper
    .form_group
    .query_buttons
    .radio_box {
    display: flex;
    gap: 1rem;
}
.conatct_us_page .page-bottom-map {
    margin-bottom: 8rem;
}

@media (max-width: 991.98px) {
    .conatct_us_page .s1 .contact_main_wrapper {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .conatct_us_page .s1 .contact_details {
        position: static;
        width: 100%;
    }
    .conatct_us_page .s1 .contact_details .contact_details_wrapper
    {
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
}
    .conatct_us_page .s1 .contact_box_wrapper
    {
        width: 100%;
    }
}
@media(max-width: 767.98px)
{
    .conatct_us_page .s1 .contact_box_wrapper .contact_info_wrapper
    {
        display: none;
    }
    .conatct_us_page .s1 .contact_box_wrapper .cotact_form_wrapper .fullname_box
    {
        flex-direction: column;
        gap: 0;
    }
}
@media(max-width:575.98px)
{
    .conatct_us_page .s1 .contact_box_wrapper
    {
        padding: 0px !important;
    }
}
@media(max-width:424.98px)
{
    .conatct_us_page .s1 .contact_box_wrapper .cotact_form_wrapper .form_group .query_buttons
    {
        flex-direction: column;
        gap: 0.9rem;
    }
}

/*  //--------------------------------contact us page style ends here-----------------------------------// */

/*  //--------------------------------terms and conditions style starts here-----------------------------------// */

.policy_page_content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

/*  //--------------------------------terms and conditions style ends here-----------------------------------// */

/* ..................................media section starts here....................................... */

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
    .right_product_details_wrapper .order_return_form {
        width: 100%;
        max-width: fit-content;
    }
    .right_product_details_wrapper .delivery_address {
        width: 100%;
        max-width: 60%;
    }
    .right_product_details_wrapper .delivery_address .btn-group {
        width: 100%;
        max-width: 80%;
    }
}

@media (min-width: 1240px) {
    .order_rec_right_content .product_imge {
        grid-row: 1/3;
    }
}

@media (max-width: 1240px) {
    .kids_page .s4 .air_max_warpper {
        max-width: 41%;
        aspect-ratio: 556/556;
    }
    .kids_page .s4 .bubble_bottom {
        bottom: -10%;
    }
    .kids_page .s4 .buble_top,
    .kids_page .s4 .bubble_bottom {
        width: clamp(10rem, 15vw, 28.5rem);
    }
    .right_product_details_wrapper .right_s_content {
        display: grid;
        grid-template-columns: 0.5fr 1fr;
        grid-template-rows: auto;
    }
    .right_product_details_wrapper .product_delivered_details._3 {
        grid-column: 1/3;
    }
    .s2.p_description .right_wrapper .riview_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .s2.p_description .description_wrapper {
        flex-direction: column;
    }
    .s2.p_description .table_wrapper {
        gap: 2rem;
    }
    .s2.p_description .description_wrapper {
        gap: clamp(2rem, 1.417rem + 2.083vw, 4rem);
    }
    .s2.p_description .right_wrapper {
        max-width: 100%;
    }
    .s2.p_description .right_wrapper .riview_wrapper .review_card {
        max-width: 100%;
    }
    .addr_4.addr_review_par {
        margin-top: 0;
    }
}

@media (max-width: 1023px) {
    .my_profile_page
        .s1
        .left_right_wrapper
        .right_s_wrapper
        .profile_details_wrapper {
        grid-template-columns: 1fr;
    }
    .delivery_address .address-block {
        grid-template-columns: 1fr;
    }
    .my_order_page
        .my_order_wrapper
        .shiping_address_wrapper
        .shipping_address_box {
        padding: 7.8rem 3.8rem 3.8rem 3.8rem;
    }
    .my_order_page .my_order_wrapper {
        grid-template-columns: 1fr;
    }
    .right_product_details_wrapper .right_s_content {
        flex-direction: column;
    }
    .product_cart_wrapper {
        flex-direction: column;
    }
    .s1.product_img_cont_wrapper .product_cart_cont_wrap {
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 3rem;
    }
    .s1.product_img_cont_wrapper .product_image_wrapper .p_right_big_img {
        max-width: 100%;
    }
    .s1.product_img_cont_wrapper .main_slider__images {
        height: clamp(20rem, 1.157rem + 67.295vw, 70rem);
    }
    .s1.product_img_cont_wrapper .add_t_cart_wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .kids_page .s8,
    .kids_page .s9 {
        margin-bottom: 6rem;
    }
    .s1 .myprofile_wrapper .left_right_wrapper .left_s_tabs {
        max-width: 16rem;
    }
    .s2.p_description .table_wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mens_page .hero_section .hero_section_banner .hero_show_img {
        bottom: 1.5rem;
    }
    @keyframes rotateAndMove {
        0% {
            transform: rotate(0deg) translateY(0);
        }
        50% {
            transform: rotate(20deg) translateY(2.1rem);
        }
        100% {
            transform: rotate(0deg) translateY(0px);
        }
    }
    .atheletic_slider .swiper-button-prev picture,
    .atheletic_slider .swiper-button-next picture,
    .swiper_arrows .swiper-button-prev picture,
    .swiper_arrows .swiper-button-next picture,
    .card_suffle-button-prev picture,
    .card_suffle-button-next picture {
        width: 32px;
        height: 32px;
    }
    .atheletic_slider .swiper-button-prev picture img,
    .atheletic_slider .swiper-button-next picture img,
    .swiper_arrows .swiper-button-prev picture img,
    .swiper_arrows .swiper-button-next picture img,
    .card_suffle-button-prev picture img,
    .card_suffle-button-next picture img {
        width: 12px;
        height: 12px;
    }
    .kids_page .shoe_slider_wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .kids_page .s4 .bubble_bottom {
        bottom: 0;
    }
    .kids_page .s4 .air_max_warpper {
        max-width: 100%;
        aspect-ratio: unset;
    }
    .kids_page .s4 .buble_top {
        top: 2rem;
        right: 4rem;
    }
    .my_order_page .my_order_wrapper .my_order_boxes {
        max-width: 100%;
    }
    .my_profile_page
        .right_s_wrapper
        .personal_contact_wrapper
        .personal_wrapper,
    .my_profile_page
        .right_s_wrapper
        .personal_contact_wrapper
        .contact_wrapper {
        grid-template-columns: 1fr;
    }
    .s1 .left_right_wrapper {
        flex-direction: column;
    }
    .s1 .myprofile_wrapper .left_right_wrapper .left_s_tabs {
        max-width: 100%;
        background: #b9b1b1;
        padding: 2.2rem;
        color: white;
        flex-direction: row;
        position: unset;
    }
    .addr_review_par {
        gap: 2rem;
    }
    .s1.product_img_cont_wrapper .main_slider__images {
        height: auto;
    }
    .p_right_big_img .slider__images {
        max-width: 450px;
        width: 100%;
    }
    .s1.product_img_cont_wrapper .product_image_wrapper .p_right_big_img {
        max-width: 70%;
    }
    .s1.product_img_cont_wrapper .product_image_wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .s1.product_img_cont_wrapper .right_image_icons_wrapper .right_image_icons {
        width: 170px;
        margin: auto;
    }
}

@media (max-width: 640px) {
    .s5_swiper_suffle_slider .cards {
        height: clamp(40rem, 21.966rem + 64.407vw, 59rem);
    }
    .card_suffle-button-prev {
        left: -7px !important;
    }
    .card_suffle-button-next {
        right: -7px !important;
    }
}

@media (max-width: 575px) {
    .s1 .myprofile_wrapper .left_right_wrapper .left_s_tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        position: unset;
    }

    .my_profile_page
        .s1
        .left_right_wrapper
        .right_s_wrapper
        .profile_details_wrapper
        .profile_details_box {
        padding: 1.4rem;
    }
    .my_order_page .my_order_wrapper .my_order_boxes .order_progress > ul > li {
        min-width: fit-content;
    }
    .my_order_page
        .my_order_wrapper
        .my_order_boxes
        .order_progress
        .progress_grey_line::after {
        /* left: 70px; */
        top: 20px;
    }
    .my_order_page
        .my_order_wrapper
        .my_order_boxes
        .order_progress
        > ul
        li
        span::before {
        top: 20px;
    }
    .my_order_page
        .my_order_wrapper
        .my_order_boxes
        .order_progress
        > ul
        > li
        span {
        width: 3.6rem;
        height: 3.6rem;
        padding: 1rem;
    }
    .my_order_page .my_order_wrapper .order_details .right_box {
        align-items: flex-start !important;
        order: -1;
    }
    .my_order_page .my_order_wrapper .order_details {
        grid-template-columns: 1fr;
    }
    .my_order_page
        .my_order_wrapper
        .shiping_address_wrapper
        .shipping_address_box {
        padding: 7.8rem 2.8rem 2.8rem 2.8rem;
    }
    .right_product_details_wrapper .product_delivered_details._3 {
        grid-column: auto;
    }
    .right_product_details_wrapper .right_s_content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .product_delivered_details .btn_wrapper {
        grid-template-columns: 1fr;
    }
    .order_status_with_heading.product_delivered_details {
        order: -1;
    }

    .s2.p_description .table_wrapper .right_side_tale .box_2 .box_icons {
        width: 40px;
        height: 40px;
    }
    .s2.p_description .right_wrapper .riview_wrapper {
        grid-template-columns: 1fr;
    }
    .s2.p_description .right_wrapper .riview_wrapper .review_card {
        max-width: 36rem;
        margin: auto;
    }
    .s5_swiper_suffle_slider .card__suffle {
        min-height: clamp(40rem, 22.156rem + 63.729vw, 58.8rem);
    }
    #exchangeForm .btn-group {
        flex-direction: column;
    }
    .backward_page {
        margin-bottom: 1rem;
    }
}

@media (max-width: 340px) {
    .my_profile_page .s1 .right_s_wrapper .myprofile_form .profile_icon {
        height: auto;
    }

    .my_profile_page
        .s1
        .left_right_wrapper
        .right_s_wrapper
        .profile_details_wrapper
        .profile_details_box
        p {
        word-break: break-all;
    }
    .delivery_address_page .delivery_address h4 {
        line-height: 4rem;
        margin-top: 1.5rem;
    }
    .s2.p_description .left_side_table {
        grid-template-columns: 1fr 1fr;
    }
}

/* ........................................media section ends here */
