@font-face {
    font-family: "Mint Grotesk Trial Thin";
    src: url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.eot");
    src: url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/54d65c48758db202264c1aa1dfe4ef8d.svg#Mint Grotesk Trial Thin")format("svg");
}


* {
    margin: 0px;
    font-family: "Mint Grotesk", system-ui, -apple-system, sans-serif;
    
}

a{
    text-decoration: none !important;
    text-decoration: underline !important;
    color: rgb(31, 31, 31) !important;
}
a:hover{
    color: #210ef4 !important;
}


.body_thanks_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
    /* width: 100%; */
  }
  
  .valid_img {
    width: 80px;
    margin: 25px;
  }
  
  .thanks_title {
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
  }

  .wrapper{
    max-width: 1500px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .cmd_details {
    text-align: center;
    margin: 15px;
    font-size: 18px;
  }
  
  .bold_green {
    color: green;
    font-weight: bolder;
  }
  
  .redirect_home_ > a {
    color: white !important;
    background-color: #5356ee;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    text-decoration: none !important;


  }
  
  .redirect_home_ > a > div {
    margin: 5px;
  }
  
  .redirect__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
  }
  


.header {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;

}

.pdleft0{
    padding-left: 0 !important;
}


.main_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: auto;
    max-width: 1500px;



}


.log_ser {
    display: flex;
}

.search {
    display: flex;
    align-items: center;
    margin-left: 35px;
    
}

.search_bar {
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    width: 500px;
    height: 40px;
    padding-left: 37px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #090708;
    border-radius: 24px 0 0 24px;
    border-right: none;
    outline-color: #210efa;


}

.text_deco{
    text-decoration: none !important;
  }

.search_btn {
    align-items: center;
    height: 40px;
    text-align: center;
    border-radius: 0 24px 24px 0;
    margin-left: 0px;
    font-weight: 700;
    font-size: 16px;
    background: #0000;
    border: 1px solid #090708;
    padding: 9px 24px 9px 24px;
}

.search_btn:hover {
    background: #0000;
    border: 1px solid #210ef4;
    color: #210ef4;

}

.login_cart {
    display: flex;
    align-items: center;
    gap: 10px;

}


.top_header {
    background-color: #e7f4ff;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 8px;

}

.menu {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;

}

.help_supp {
    display: flex;
    align-items: end;
    font-weight: bolder;
    line-height: 24px;
    font-size: 18px;
    justify-content: flex-end;
}

.menu_list {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    /* line-height: 20px; */
    font-size: 17px;
    border-radius: 25px;
    background-color: white;
    color: #090708;
    border: none;
    text-decoration: none !important;

}

.menu_list:hover{
    color: rgb(3, 3, 3) !important;
}


.menu_list:hover{
    background-color: #f0f0f0 ;
}

.menu1{
    display: flex;
    justify-content: flex-start;
}

.footer1{
    /* display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
} */
background-color: #e7f4ff;

}
.top_footer{
    background-color: #e7f4ff;
    display: flex;
    /* justify-content: center; */
    margin: auto;
    flex-direction: column;
    gap: 20px;
    padding-top: 32px;
    /* padding-left: 48px; */
    /* padding-right: 48px; */
    padding-bottom: 32px;
    /* max-width: 1500px; */


    
}

.get{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.text1{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.top_left{
    display: flex;
    flex-direction: column;
    width: 55%;

}

.get_on{
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 6px;
    padding-bottom: 6px;
}

.top_right{
    display: flex;
    flex-direction: column;
    width: 55%;

}

.email{
    display: flex;
    row-gap: 8px;

}
.email_in{
    /* align-items: center; */
    display: flex;
}

.inp_mail{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 370px;
    /* height: 24px; */
    font-weight: 400;
    font-size:16px ;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid rgb(3, 3, 3);
    outline-color: #210efa;
}



.join_btn{
    width: 190px;
    height: 45px;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #090708;
    color: white;
    border-radius: 8px;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    border: none;

    
}

.join_btn:hover{
    background-color: #210efa;
    color: white;
}

.email_inn{
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
    row-gap: 10px;
}

.btnn{
    align-items: flex-end;
}

.social{
    display: flex;
    /* justify-content: center; */
    width: 31%;
    padding-top: 40px;
    /* padding-left: 48px;
    padding-right: 48px; */

    gap: 30px;
}

.centre_footer{
    display: flex;
    flex-direction: row;
    column-gap: 32px;
    /* justify-content: center; */
    padding-top: 40px;
    /* padding-left: 48px; */
    /* padding-right: 48px; */
    padding-bottom: 32px;

}

.about{
    width: 22%;
    justify-content: center;
}

.title{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px;
}

.list{
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    /* color: rgb(3 , 3,3); */
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none !important;
    text-transform: none;
}
.list:hover{
    text-decoration: none !important;
    
}

.list_ul{
    column-gap: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.bot_footer{
    display: flex;
    gap: 30px;
    /* justify-content: center; */
    padding-top: 40px;
    /* padding-left: 48px; */
    /* padding-right: 48px; */
    padding-bottom: 32px;
    border-top: 1px dashed black;
}

.copyright{
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    color: rgb(3, 3, 3);

}

.terms_policy{
    display: flex;
    width: 48%;
    justify-content:end;
    font-weight: 400;
    font-size: 14px;
    color: rgb(3, 3, 3);
    gap: 5px;
}

.main_body {
    max-width: 1500px;
    margin: auto;

}

.checkout_body {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;

}

.checkout_al {
    background-color: #e5f1f8;
    /* text-align: center; */
}

.shipping_policy {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.free_ship {
    display: flex;
    width: 46%;
    gap: 10px;
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 6px;

}

.private_policy {
    display: flex;
    width: 50%;
    gap: 10px;
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 9px;
}

.title1 {
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 15px;
}

.order_checkout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%;

}

.order {
    display: flex;
    gap: 15px;
    align-items: center;
}

.order_img {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 5px;
}



.table_head {
    display: flex;
    justify-content: space-between;
    background-color: black;
    color: white;
    border: 0.01px solid black;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 46px;
}

.order_price {
    display: flex;
    justify-content: space-between;
    border: 0.01px solid #ddd;
    width: 100%;
    padding: 15px 0px 15px 0px;
}

.order {
    display: flex;
    width: 50%;
}



.price {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    row-gap: 7px;

}

.subtotal {
    display: flex;
}

.checkout_btn {
    background-color: black;
    color: white;
    border-radius: 8px;
    padding: 12px 14px 12px 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    width: 350px;
    cursor: pointer;
    border: none;

}

.checkout_btn:hover {
    background-color: #210ef4;
}

.proceed_checkout {
    padding: 0px 10px 10px 13px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    border-top: none;
}

.proceed_checkout1 {
    padding: 10px 10px 0px 13px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    
}

.item2 {
    margin-bottom: 10px;
}

.select1 {
    /* appearance: none; */
    /* background-color: #fff; */
    /* background-image: url(arrow_down.png);
    background-repeat: no-repeat; */
    border: 2px solid #ddd;
    border-radius: 4px;
    color: #000;
    font: 400 16px var(--m-fontBase, Open Sans, sans-serif);
    height: 40px;
    padding: 8px 23px 8px 5px;
    transition: all .3s ease 0s;
    width: 80px;
}

.select1:hover{
    outline-color: #210ef4;
}

.pric{
    font-weight: 500;
    font-size: 19px;
    color: rgb(31, 31, 31);
}

.remove{
    font-weight: 500;
    font-size: 14px;
    color: rgb(31, 31, 31);
    text-decoration: none;
    text-decoration: underline;
}

.ahover:hover{
    color: #210ef4;
}
/* .main_container_wrapper{
    margin: 17px 80px 25px 80px;
} */

.second_row_carousel_container_main{
    margin-top: 15px;
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 40px; */
    
  }

  .product_name{
    font-weight: 700;
    font-size: 30px;
    color: rgb(31, 31, 31);
  }

  .carousel-indicators .list-inline-item>a>img {
    width: 90px;
    height: 120px;
    border: 1px solid #000;
    object-fit: contain
}

#productCarousel .carousel-inner .carousel-item>img {
    width: 500px;
    height: 600px;
    object-fit: fill;
    padding-left: 10px
}

.carousel-indicators-wrapper>ol {
    list-style: none;
    overflow-y: scroll;
    height: 550px
}

#productCarousel {
    display: flex;
    width: 750px;
    height: 600px
}

.carousel-indicators::-webkit-scrollbar {
    width: 4px
}

.carousel-indicators::-webkit-scrollbar-thumb {
    background-color: gainsboro;
    display: none
}

.carousel-indicators::-webkit-scrollbar-track {
    background-color: #efefef;
    display: none
}

.carousel-item>img {
    display: block;
    position: absolute;
    transition: opacity 0.5s linear
}

.hidden {
    opacity: 0
}

.onesection_row_container {
    margin: 45px 0 45px -25px;
    display: flex;
    flex-direction: row
}

.product_purchase_container {
    width: 500px
}

.stars_container_review>.fa {
    color: gold
}

.stars_container>.fa-star {
    font-size: 14px;
    color: gold
}

.instock>.fa {
    font-size: 12px;
    color: green
}

.size_container__{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 15px;
}

.promotion_container {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 10px;
    background-color: #210efa;
    width: fit-content;
    padding: 5px;
    border-radius: 3px;
    align-items: center;
}

.second_price_ {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px; 
    margin-top: 15px;
    
}

.prcc {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    align-items: center;
    
}

.right_side_qty{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.size_btnn{
    width: 90px;
    height: 30px;
    background-color: white;
    margin: 8px;
    border: 1px solid black;
    border-radius: 9999px;
    cursor: pointer;

}

.size_containerr__{
    width: 70%;
}

/* .size_guide{
    width: 20%;
    display: flex;
    justify-content: end;    
} */

.right_side_product_main{
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.left_side_qty{
    display: flex;
    gap: 10px;
    align-items: center;
}

.addbag{
    color: white;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    background-color: rgb(3, 3, 3);
    align-items: center;
    border-radius: 10px;
    padding-right: 24px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;

}

.price_container{
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;

}

.color_pck1 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: tan;
    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.color_pck2 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: rgb(210, 205, 140);
    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.second_line_picker{
    display: flex;
    gap: 10px;
    margin: 10px;
}

.color_picker_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid tan;
    padding: 1px
}
.color_pck3 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: rgb(140, 210, 144);
    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.color_pck4 {
    width: 90%;
    height: 89%;
    border-radius: 50%;
    background-color: rgb(140, 145, 210);
    display: block;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .2)
}

.addbag:hover{
    background-color: #210ef4;
}

.highlights{
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
    border-bottom: 1px dashed black;
}
.giveback{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 10px ;
    margin-bottom: 15px;
}

.productname{
    display: flex; 
    gap: 30px;
}

.nameprd{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.amazon_prime{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* width:70%; */
    gap: 10px;

}

.bldd{
    font-weight: 700;
    font-size: 14px;
}

#qty_size{
    font-size: 14px;
    padding: 4px;
}

.sub_wrapper_container_second_main {
    width: 100%;
    display: flex
}

.left_side_container_second_main {
    width: 100%
}

.first_line_description_cont {
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0
}

.sub_wrapper_container_second_main {
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #d5d5d5
}

.stars_container_review>.fa {
    color: gold
}

.number_rv {
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px
}

.first_line__rv {
    font-weight: 700;
    font-size: 28px
}

.first_line_customer_review {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center
}

.left_side_customer_rvv_sc {
    font-weight: 700
}

.first_line_customer_review {
    padding: 20px
}

.second_line_customer_review {
    background-color: #F6F6F6;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center
}

.rv_slct {
    width: 150px;
    height: 40px
}





.customer_review_container_wrapper {
    width: 100%;
    margin-bottom: 40px
}

.first_line_sub_customer_rv_client {
    display: flex;
    gap: 10px;
    padding: 10px
}

.stars_container_customer_rv>.fa {
    color: gold
}

.box_number_stars {
    border: 1px solid #d5d5d5;
    padding: 1px 5px;
    font-size: 14px
}

.rv_title_customer {
    font-weight: 700
}

.first_line_cstm_rv_sc_li {
    font-weight: 700;
    font-size: 15px
}

.second_line_sub_customer_rv_client {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px
}

.second_line_cstm_rv_sc_li {
    color: #5b5a5a;
    font-size: 14px
}

.first_line_cstm_rv_sc_li_right,
.second_line_cstm_rv_sc_li_right {
    font-size: 13.5px;
    color: #5b5a5a;
    padding-bottom: 3px
}

.bldlldld {
    font-weight: 700
}

.verifiedBuyer>.fa {
    color: green;
    font-size: 15px
}

.verifiedBuyer {
    font-size: 14px;
    margin-top: 10px
}

.third_line_sub_customer_rv_client {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px
}

.like_container__ {
    display: flex;
    gap: 20px
}

.first__side__cst_rv_thrd {
    font-weight: 700;
    font-size: 15px
}

.like__,
.dislike__ {
    display: flex;
    gap: 10px
}

.flagthis_,
.backTop {
    color: #000;
    font-size: 14px
}

.first_container_displayingreview {
    color: #5b5a5a;
    font-size: 14px
}

.end_line_sub_customer_rv_client {
    display: flex;
    gap: 10px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5
}



.third_line_customer_review_sctn {
    padding: 15px 0
}

.second_line_cstm_rv_sc_li_right{
    max-width: 1400px;
}
.marginleft{
    margin-left: 35px;
}


@media screen and (max-width:760px) {

    .order_price{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        border: none;

    }

    .table_head{
        display: none;
    }

    .shipping_policy{
        display: none;
    }

    .first_line_sub_customer_rv_client {
        flex-direction: column
    }

    .marginleft{
        margin-left: 15px !important;
    }
    .order{
        width: 90%;
    }
}

@media screen and (max-width:1700px) {

    /* .sub_wrapper_container_main,
    .sub_wrapper_container_second_main,
    .customer_review_container_wrapper {
        width: 90%
    } */
}

@media screen and (max-width:1350px){
    .second_row_carousel_container_main{
        gap: 130px;
    }
}


@media screen and (max-width:1256px) {
    .second_row_carousel_container_main {
        flex-direction: column
    }

    .right_side_product_main {
        width: 97%
    }

    #productCarousel {
        width: 35% !important;
        display: flex;
        justify-content: center
    }
}

@media screen and (max-width:790px) {

    .amazon_prime{
        width: 100%;
    }



    .size_containerr__{
        width: 70%;
    }

    .second_line_sub_customer_rv_client {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .right_side_customer_rv_second_line_client {
        text-align: center;
        width: 100%
    }

    .left_side_customer_rv_second_line_client {
        width: 100%
    }

    .third_line_sub_customer_rv_client {
        justify-content: center
    }
}

@media screen and (max-width:550px) {



    .third_line_sub_customer_rv_client {
        flex-direction: column
    }

    .sub_wrapper_container_second_main {
        flex-direction: column
    }

    .left_side_container_second_main {
        width: 100%
    }

    .fdfddfd {
        border: 0;
        padding-left: 0;
        padding-top: 10px
    }

    .productref {
        flex-direction: column
    }
}




@media screen and (max-width: 850px) {

    .carousel-inner{
        padding-top: 20px;
    }

    .search {
        width: 50%;
    }

    /* .main_container_wrapper{
        margin-left: 16px;
        margin-right: 16px;
    } */

    

}

@media screen and (min-width: 845px) {
     .mobile_search,.mobile_ham {
        display: none;
    }
    

}

@media screen and (max-width: 845px) {
    .search,.desktop_user,.menu {
        display: none; 
    }
}


@media screen and (max-width: 800px) {

    .get_on{
        padding-left: 0px;
    }

    

    .main_header,.main_body,.menu{
        max-width: none;
    }

    .shipping_policy{
        justify-content: space-between;
    }

    .second_row_carousel_container_main{
        grid-template-columns: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .order_checkout {
        grid-template-columns: none; 
        margin-bottom: 35px;
    }
    .top_footer{
        flex-direction: column;
        gap: 10px; 
        /* padding-left: 20px;
        padding-right: 20px; */
    }

    .top_left,.top_right{
        width: 100%;
    }

    .mobile_email{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* .join_btn{
        width:90%
    } */

    .email_in{
        width:90%
    }

    .social{
        display: flex;
        /* align-items: center; */
        justify-content: start;
        width: 70%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 40px;

    }

    .fbb{
        padding-left: none;
    }
    

    .centre_footer{
        display: flex;
        flex-direction: column;
        width: 80%;
        padding-left: 35px;
        padding-right: 10px;
    }
    
    .list{
        display: none;
    }

    .about{
        width: 100%;
        margin-top: 10px;
        border-bottom: 1px dashed black;
    }

    .bot_footer,.centre_footer{
        padding-left: 10px;
    }


    .bot_footer{
        display: flex;
        flex-direction: column;
        gap: 15px;
        border-top: none;
    }

    .copyright{
        width: 100%;
    }

    .terms_policy{
        width: 100%;
        justify-content: flex-start;
    }
}

@media screen and (max-width:770px) {

   
    #productCarousel {
        width: 100% !important;
        justify-content: flex-start;
        padding: 20px 0
    }

    .terms_policy{ 
        display: flex;
        flex-wrap: wrap;
        row-gap: 24px
    }
}

@media screen and (max-width:684px) {
    #productCarousel {
        width: 100% !important;
        justify-content: flex-start;
        padding: 20px 0;
        height: 480px
    }

    #productCarousel .carousel-inner .carousel-item>img {
        width: 70%;
        height: 47%
    }

    .carousel-indicators .list-inline-item>a>img {
        width: 70px;
        height: 98px
    }

    .carousel-indicators-wrapper>ol {
        height: 450px
    }
}

@media screen and (max-width:450px) {
    #productCarousel .carousel-inner .carousel-item>img {
        height: 40%
    }

    .carousel-inner{
        padding-top: 45px;

    }


}
    /* @media screen and (max-width:570px){
    .join_btn{
        width:98%
    }
} */

@media screen and (max-width : 400px){
    .checkout_body{
        padding-left: 6px;
        padding-right: 6px;
    }
}