* {
  margin: 0;
  padding: 0;


}

a {
  text-decoration: none;
  color: black;
}

body {
  background-color: rgb(227, 230, 230);
}


/* 1.Home Page  */
.home_cont_main {
  position: relative;
}

/* Nav one*/

:root {
  --silver: rgb(102, 102, 102);
}

.nav_one_cont_main {
  position: sticky;
  top: 0%;
  z-index: 1001;
  background-color: rgb(0 47 89);
}

.nav_img_main {
  width: 100%;
  height: 33px;
  object-fit: contain;
  margin-left: 5px;
  margin-top: 12px;
}

.delivery_nav_main_cont {
  padding: 10px 0;
}

.nav_img_text {
  display: flex;
  align-items: center;
}

.location_icon {
  font-size: 19px;
  margin-right: 8px;
}

.nav_location_cont {
  display: flex;
  align-items: center;
  color: white;
}

.nav_location_text1 {
  margin: 0;
  color: rgb(199, 195, 199);
  font-size: 11.5px;
}

.nav_location_text2 {
  color: white;
  margin: 0;
  font-weight: 500;
}

.search_nav_cont_main {
  display: flex;
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
}

.all_search_btn_cont {
  background-color: rgb(230, 230, 230);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding: 0 5px 0 10px;
  font-size: .8em;
  display: flex;
  align-items: center;
}
.for_nav_drop_down_bg{
  background-color: transparent;
  outline: 0;
  width: 45px;
}

.search_input_cont_main {
  width: 85%;
}

.nav_input_section {
  width: 100%;
  padding: 8px 8px;
  outline: 0;
  border: 0;
}

.nav_input_section::placeholder {
  color: var(--silver);
}

.silver_color {
  font-size: .8em;
  margin-top: 3px;
  color: var(--silver);
}

.search_magnify_glass_cont {
  background-color: rgb(0 117 221);
  padding: 0px 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white;
}


.three_nav_btn_cont_main {
  width: 20%;
}

.signin_nav_btn_cont,
.return_btn_cont,
.lang_btn_cont,
.nav_img_with_text,
.delivery_nav_main_cont {
  font-size: .84em;
  border: 1px solid rgb(0 47 89);
  border-radius: 3px;
}

.signin_nav_btn_cont:hover {
  border: 1px solid white;
}

.return_btn_cont:hover {
  border: 1px solid white;
}

.lang_btn_cont:hover {
  border: 1px solid white;
}

.nav_img_with_text:hover {
  border: 1px solid white;
}

.delivery_nav_main_cont:hover {
  border: 1px solid white;
}

.cart_nav_btn_cont:hover {
  border: 1px solid white;
  border-radius: 4px;
}

/* Three Buttons  */
.three_nav_btn_cont {
  display: flex;
}

.lang_btn_cont {
  padding: 17px 10px;
}

.signin_nav_btn_cont {
  padding: 8px 0px;
}

.india_flag_nav_img {
  height: 14px;
}

.lang_en {
  color: white;
  font-weight: 500;
}

.lang_drop_down {
  right: 0vw;
  width: 99vw;
  top: 60px;
  height: 95vh;
  background-color: rgba(0, 0, 0, 0.448);
}

.lang_tool_tip_cont {
  position: relative;
}

.for_lang_tool_tip {
  position: absolute;
  color: white;
  bottom: 25px;
  left: 37px;
  font-size: 35px;
}

.lang_choose_cont {
  width: 220px;
  padding: 3px 0;
  font-size: 13px;
}

.lang_radio_check {
  scale: 1.5;
  accent-color: rgb(241, 91, 37);
  margin-right: 5px;
}

.hr_nav_drop_down_cont {
  padding-left: 32px;
}

.hr_nav_drop_down {
  color: rgba(0, 0, 0, 0.448);
  margin: 0;
}

.drop_menu a:hover {
  background-color: transparent !important;
  text-decoration: underline;
  text-decoration-color: rgb(241, 91, 37);
  color: rgb(241, 91, 37);
}

.font_adjust_for_drop_down_menu_nav {
  font-size: 14px !important;
}

.drop_down_india_flag_cont {
  color: black;
  text-decoration: none !important;
}

.text_hover_effect_none:hover {
  color: black;
  text-decoration: none !important;
}

/* Second Drop Down  */
.adjust_drop_down_menu_2 {
  left: -203%;
}

.adjust_tool_tip_dropdown2 {
  bottom: 3px;
  left: 313px;
}

.dropdown2_main_cont_nav {
  width: 450px;
}

.signin_dropdown_cont {
  display: flex;
  justify-content: center;
}

.signin_dropdown_cont>.signin_securely_btn {
  width: 45%;
  background-color: rgb(255, 216, 20) !important;
}

.signin_dropdown_cont>.signin_securely_btn:hover {
  background-color: rgb(255, 216, 20) !important;
  text-decoration: none;
}

.new_customer {
  margin-top: 5px;
  font-size: 13px;
  display: flex;
  justify-content: center;
}

.font_size_14 {
  font-size: 13px !important;
}

.dropdown2_text_main_cont {
  width: 100%;
  display: flex;
}

.dropdown2_text_col_1,
.dropdown2_text_col_2 {
  width: 50%;
  font-size: 13px;
}

.dropdown2_text_col_1 {
  border-right: 2px solid rgba(192, 192, 192, 0.619);
}

.dropdown2_text_li {
  list-style: none;
  margin-top: 7px;
}

.dropdown2_text_ul li:hover:not(.dropdown2_text_li_head) {
  text-decoration: underline;
  text-decoration-color: rgb(241, 91, 37);
  color: rgb(241, 91, 37);
}

.dropdown2_text_li_head {
  font-size: 20px;
  font-weight: 500;
}



.return_btn_cont {
  padding: 8px 10px;
}

.dropdown_nav_cont:hover~.lang_drop_down1 {
  display: block;
}

.dropdown_nav_cont:hover~.lang_drop_down2 {
  display: block;
}

.dropdown_nav_cont:hover .drop_menu {
  display: block;
  z-index: 1001;
}

.drop_menu {
  padding: 10px 8px;
}

.cart_nav_btn_cont_main {
  width: 5%;

}

.cart_nav_btn_cont_main i {
  font-size: 1.7em;
}

.cart_nav_btn_cont {
  position: relative;
  display: inline-block;
  width: 85px;
  padding: 12px 0 12px 10px;
  border: 1px solid transparent;
}

.cart_count_num {
  position: absolute;
  bottom: 29px;
  left: 22.5px;
  font-size: 1.2em;
  font-weight: 500;
  color: orange;
}

/* Second Nav */

.second_nav {
  background-color: rgb(0 117 221);
  color: white;
  display: flex;
}

.all_btn_off_canvas {
  box-shadow: none !important;
  padding: 4px 8px;
  margin-bottom: 2px;
}

.off_can_main {
  background: none;
}

.off_can_body {
  padding: 0;
  width: 90%;
  background-color: white;
}

.off_close_btn {
  opacity: 1;
  position: absolute;
  left: 89%;
  bottom: 92%;
  color: white;
  font-size: 33px;
  background: none;
  box-shadow: none !important;
}

.off_head_cont {
  cursor: pointer;
  display: flex;
  background-color: rgb(0 47 89);
  color: white;
  padding: 10px 0 10px 30px;
}

.off_user_icon_cont {
  font-size: 25px;
}

.off_text_signin_nav {

  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.tranding_cont_main {
  padding-top: 10px;
}

.para_off_nav_with_icon {
  display: flex;
  justify-content: space-between;
}

.para_off_nav,
.headings_off_can_nav,
.para_off_nav_with_icon {
  padding: 10px 35px;
  cursor: pointer;
  color: black;
}

.para_off_nav:hover {
  background-color: rgb(234, 237, 237);
}

.para_off_nav_with_icon:hover {
  background-color: rgb(234, 237, 237);
}

.para_off_nav:hover .cont_two_for_off_can_icon {
  color: black;
}

.para_off_nav_with_icon:hover .cont_two_for_off_can_icon {
  color: black;
}

.cont_two_for_off_can_icon {
  color: rgba(192, 192, 192, 0.704);
}

.off_can_hr {
  color: rgb(140, 137, 137);
  margin: 5px 0;
}

.second_nav_ul .second_nav_li {
  display: inline-block;
  font-size: 15px;
  padding: 4px 8px;
  margin: 2px 0;
  border: 1px solid transparent;
  border-radius: 3px;
}

.second_nav_ul .second_nav_li:hover,
.all_btn_off_canvas:hover {
  border: 1px solid white;

}

.second_nav_ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.prime_banne_img{
  height: 228px;
  width: 100%;
  object-fit: contain;
  z-index: 1010;
}

/* Carousel banner  */
.carousel_main_cont {
  position: relative;
  background-color: rgb(227, 230, 230);
}

.carousel_bootstrap_cont {
  height: 250px;
}

.banner_img_real {
  height: 620px;
  width: 100%;

}

.carousel_btn_control_cont {
  width: 5%;
  opacity: 1;
  border-radius: 5px;
  margin-top: 2px;
}

.carousel_btn_control_icon {
  height: 50px;
  width: 50px;
  background-size: contain;
  background-image: url(/Images/1.Home_page/carosel-left-removebg-preview.png);

}

.for_carosel_right_img {
  background-image: url(/Images/1.Home_page/carosel-right-removebg-preview.png);
}

.carousel_btn_control_cont:hover {
  border: 2px solid rgb(6, 141, 195);
  outline: 1.5px solid white;
}

/* Over Banner  */
.carousel_inner_product {
  z-index: 1000;
  position: absolute;
  padding: 0;
  width: 98.5%;

}

.over_banner_row {
  width: 97.5%;
  margin-left: 12px;
}

.over_banner_pr_cont_1 {
  background-color: white;
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.over_banner_pr_cont_1>h4 {
  font-size: 19px;
  font-weight: 700;
}

.over_banner_cont_in {
  width: 48%;

}

.product_over_banner_img {
  width: 100%;
}

.product_over_banner_img_real {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.product_over_banner_text {
  font-size: .75em;
}

.explore_all_cont {
  color: rgb(0, 113, 133);
  font-size: .75em;
  margin-top: 15px;
}

.explore_all_cont:hover {
  color: rgb(204, 97, 52);
}

.for_margin1 {
  margin-top: 37px;
}

.over_banner_pr_cont_1_new>h4 {
  font-size: 20px;
}

.signin_securely_btn {
  width: 100%;
  background-color: rgb(255, 216, 20);
  padding: 5px 0 7px 0;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  color: black !important;
}

.signin_securely_btn:hover {
  background-color: rgb(239, 201, 12);
}



.over_banner_pr_product_cont {
  background-color: #fff;
  margin-top: 20px;
  padding: 10px 10px 15px 10px;

}

.over_banner_pr_product_img_real {
  height: 135px;
  width: 100%;
  object-fit: contain;
}

.over_banner_pr_product_name {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .9em;
  font-weight: 500;
}

.over_banner_pr_product_limited_deal {
  background-color: rgb(204, 12, 57);
  color: white;
  font-weight: 500;
  font-size: .8em;
  padding: 2px 5px;
}

.over_banner_pr_product_price {
  font-size: 1.3em;
  display: flex;
  gap: 3px;
}

.over_banner_pr_product_price_percentage {
  color: rgb(204, 12, 57);
}

.small_text_for_pr_banner {
  font-size: .6em;
}

.adjust_font_banr {
  font-size: .6em;
}

.over_banner_pr_product_prime_logo {
  width: 40px;
}

/* Product row */
.product_row_main_for_margin {
  margin-top: 385px;

}

.product_row_main {
  position: relative;
  padding: 20px 18px;
  background-color: #fff;
}

.product_row_main_name {
  font-size: 19px;
  font-weight: 700;
}

.see_all_pr_row {
  font-size: .9em;
}

.product_img_real_home {
  width: auto;
  height: 200px;
  object-fit: contain;
  margin: 10px 10px;
  cursor: pointer;
}

.btn_for_row_product_control {
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
}

.btn_for_row_product_control_in {
  background-color: white;
  height: 35%;
  border-radius: 5px;
  width: 100%;
  padding: 1px;
  box-shadow: 0 1px 3px #888;
}

.for_right_btn_control {
  right: 18px;
  left: unset;
}

.btn_for_row_product_control_for_border {
  width: 100%;
  height: 100%;
  font-size: 24px;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_for_row_product_control_for_border:hover {

  border: 2px solid rgb(6, 141, 195);
  border-radius: 5px;
}

/* Home Login */
.home_page_login_cont {
  padding: 2% 39%;
  font-size: 11px;
  border-top: 1px solid rgba(160, 159, 159, 0.382);
  border-bottom: 1px solid rgba(160, 159, 159, 0.382);
}

.home_page_login_text {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.see_all_font_adjust {
  font-size: 11px;
  margin: 0;

}

.sign_in_btn_home {
  display: block;
  background-color: transparent !important;
  max-width: 230px;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 230px;
  display: block;
  background-position: -10px -170px;
  background-image: url(/Images/1.Home_page/btn_logiin.png);
}

.home_page_new_customer {
  text-align: center;
}

/* Footer Section  */
.footer_section_cont_main {
  font-size: 14px;
}

.footer_top_cont {
  background-color: rgb(72, 87, 105);
  text-align: center;
  padding: 15px 0;
  color: rgb(143, 147, 154);

}

.footer_top_cont:hover {
  background-color: rgb(90, 108, 131);
}

.footer_section1_cont {
  background-color: rgb(0 117 221);

  width: 100%;
  padding: 3% 17% 1% 17%;
  display: flex;
}

.footer_section1_ul {
  width: 25%;
}

.footer_section1_ul .footer_section1_li {
  list-style: none;
  margin: 7px 0;
}

.footer_section1_ul .footer_section1_li:not(.footer_section1_li_head):hover {
  text-decoration: underline;
  text-decoration-color: white;
}

.footer_section1_ul .footer_section1_li a {
  color: white !important;
}

.footer_section1_li_head {
  font-size: 17px;
  font-weight: 500;
  color: white;
  line-height: 19px;
}

.hr_home_footer {
  margin: 0;
  background: #535252;
  opacity: 1;
}

.footer_section2_cont {
  background-color: rgb(0 117 221);
  padding: 2% 37%;
  display: flex;
  justify-content: space-between;
}

.footer_section2_btn_cont {
  display: flex;
}

.footer_section2_img_cont {
  display: flex;
  align-items: center;
}

.footer_section2_img {
  height: 30px;
}

.foot_btn {
  font-size: 13px;
  border: 1px solid rgb(105, 113, 123);
  border-radius: 5px;
  background-color: transparent;
  color: rgb(203, 212, 223);
  padding: 8px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.for_caret_up_down_cont {
  font-size: 9px;
  line-height: 0;
  margin-left: 30px;
}

.margin_left_inbtn {
  margin-left: 10px;
}

.foot_india_flag_img {
  margin-right: 10px;
}

.india_flag_foot_img_real {
  height: 18px;
}

.footer_section2_btn1 {
  padding: 8px 8px;
}

/* Last Foot  */
.footer_last_cont {
  background-color: rgb(0 47 89);
  padding: 1% 22% 1% 16%;
  width: 100%;
  display: flex;
  font-size: 12px;
}

.foot_last_ul {
  width: 25%;
}

.foot_last_ul .foot_last_li {
  color: rgb(135, 135, 153);
  list-style: none;
}

.for_hover_effect_foot_last {
  line-height: 14px;
}

.for_hover_effect_foot_last:hover {
  text-decoration: underline;
  text-decoration-color: white;
}

.foot_last_li_head {
  margin-top: 20px;
  color: white !important;
}

/* Copyrright */
.footer_copyright_cont {
  background-color: rgb(0 47 89);
  font-size: 12px;
  padding: 1% 30% 1% 42%;
  color: white;

}


@media (max-width:770px) {

  .home_cont_main{
    display:none ;
  }
.mobile_home_main_cont{
  display: block  !important;
}

.headings_off_can_nav{
  padding: 10px 18px;
}
.off_can_hr{
  height: 7px !important;
}
.cart_count_num{
  bottom: 11px;
  left: 8.5px;
  font-size: 1em;
}
.border_rad{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.border_rad2{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
}
/*1.Home(Mobile)  */

.mobile_home_main_cont{
  color: white;
  display: none;
}
.home_mob_nav_cont{
  padding: 6px 0px 0 0;

}

.off_mob_body{
  width: 85%;
}
.off_close_btn_mob{
  left: 88%;
  bottom: 90%;
}
.mobile_nav_back_color{
  background-color:  rgb(0 47 89);
}
.nav_deal_1{
  line-height: 15px;
}
.nav_loction{
  background-color: rgb(0 117 221);
}

/* Mobile category  */


.mob_home_category_main{
  display: flex;
  width: 100%;
  padding: 10px;
}
.mob_home_category_in{
  width: 70px;
}
.mob_home_img{
  width: 70px;
}
.mob_home_img_real{
  height: 50px;
  width: 50px;
  object-fit: contain;
  margin: 5px auto;
}
/* Hero BAnner  */
.carosel_main_mob{
  position: relative;
}
.mob_hero_banner{
  bottom: 25%;
}
.mob_hero_banner button{
  border-radius: 50%;
  height: 8px !important;
  width: 8px !important;
  margin: 0 5px !important;
  background-color: white !important;
}

/* Over Carosel  */

.carosel_over_mob{
  width: 100%;
position: absolute;
top: 75%;
}
.for_scroll_in{
  width: max-content;
  display: flex;
  gap: 10px;
}
.over_mob_cont{
  width: 160px;
  border-radius: 5px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 18px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(15, 17, 17, .15);
}
.over_mob_small{
  width:42% ;
}
.over_mob_small_img_real{
  height: 50px;
width: 100%;
object-fit: contain;
}
.over_mob_small_text{
  text-align: center;
}

.for_over_img{
  height: 180px;
  width: 135px;
}
.over_bnr_img_real{
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
}




/* After BAnner  */
.after_mob_bnr_cont{
  width: 100%;
 margin-top: 90px;
 padding: 10px 7px;
}
.after_mob_bnr_real{
  width: 100%;
  object-fit: contain;
}

/* Mini  Tv bnr  */
.mini_Tv_bnr_cont{
  width: 100%;
  padding: 0px 8px 10px 8px;
}
.mini_tv_bnr_real{
  width: 100%;
  object-fit: contain;
}


.mob_hr_home{
  margin: 0;
}
/* Gifts Siblings  */

.gift__main_cont{
  width: 100%;
  color: black;
  padding: 10px 8px;
}
.head_mob_gift{
font-size: 20px;
font-weight: 500;
}
.scroll_gift{
  width: max-content;
  display: flex;
  gap: 20px;
}

.gift_in_cont{
  margin-top: 10px;
  width: 75px;
}
.gift_img_cont{
  width: 100%;
}
.img_gift_img_real{
  width: 90%;
margin-left: 5%;
  object-fit: contain;
}
.gift_text{
  text-align: center;
}

/* Maximize SEction  */
.maximize_mob_cont_main{
  width: 100%;
  padding: 10px 8px;
}

.maximize_img_main{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0% 5%;
}
.max_img_anchor{
  width: 30%;
}
.maximize_real_img{
  width: 30%;
  margin-top: 10px;
  object-fit: contain;
}

.max_view_more{
  color: rgb(10, 109, 131) !important;
  cursor: pointer;
  margin: 10px 5px;
}

/* Footer Section  */

.mob_foot_main_cont{
  width: 100%;
}

.top_of_page_main_cont{
  width: 100%;
  padding: 10px ;
  background-color: rgb(90, 108, 131);
  line-height: 10px ;
  text-align: center;
}
.quick_link_cont{
  width: 100%;
  background-color: rgb(0 117 221);
  display: flex;
  padding: 20px 20px;
}

.quick_cont1{
  width: 50%;
  
}
.quick_link{
  color: white !important;
  display: block;
  margin-bottom: 10px;
}
.foot_bg_color{
  background-color: rgb(13,20,30);
  
}

.lang_foot_main_cont{
  width: 100%;
  color: white;
 background-color: rgb(13,20,30);
 display: flex;
 justify-content: center;
}
.lang_foot{
  padding: 20px 0;
}


.foot_condition,.copy_foot{
 color: rgb(198,199,204);
}
.foot_sign_in_cont{
  padding: 10px 0;
  text-align: center;
}


.width_adjust{
  width: unset;
}
.height_adjust{
  height: 33px;
}
.padding_adjust{
  padding: 10px 8px;
}
.font_size_20{
  font-size: 20px;
}
.font_size_35{
  font-size: 35px;
}

.font_size_28{
  font-size: 28px;
}
.font_size_24{
  font-size: 24px;
}
.font_size_15{
  font-size: 15px;
}
.font_size_16{
  font-size: 16px;
}
.font_size_11{
  font-size: 11px;
}
.line_height_adjust{
  line-height: 23px;
  margin: 15px 0;
}



/* 2. Product Section Start  */

.main_cont_product_nav{
  padding: 0;
  border-bottom: 1px solid rgba(189, 180, 180, 0.044);
}
.main_cont_product_ul{
  background-color: white;
}

.main_cont_product_ul .third_drop_down_menu_li_main{
list-style: none;
position: static;
}
.dropdown_three_anchor{
  padding: 15px 15px;
  display: inline-block;
  font-size: 13.5px;
}
.dropdown_three_anchor:hover{
  color: black;
text-decoration:underline;
text-decoration-color: rgb(254,189,105);
text-decoration-thickness: 2px;

}
.tool_tip_drop_3{
display: none;
position: absolute;
top: 24.8%;
left: 14%;
font-size: 25px;
color: #5c5a5a66;
position: absolute;
}
.tool_tip_drop_4{
  left: 25%;
}
.tool_tip_drop_5{
  left: 33.5%;
}
.tool_tip_drop_6{
  left: 40.5%;
}
.tool_tip_drop_7{
  left: 47.5%;
}
.tool_tip_drop_8{
  left: 55.5%;
}
.tool_tip_drop_9{
  left: 64.5%;
}
.tool_tip_drop_10{
  left: 73.5%;
}
.tool_tip_drop_11{
  left: 84.5%;
}
.tool_tip_drop_12{
  left: 92.5%;
}
.third_drop_down_menu_li_main:hover .third_drop_down_ul{
  display: block;
  margin-top: 140px;
}
.third_drop_down_menu_li_main:hover .tool_tip_drop_3{
  display: block;
}
.third_drop_down_ul{
top: 0%;
width: 100%;
left: 0%;
padding: 1% 5%;
line-height: 26px;

}
.third_dropdown_ul_in .third_dropdown_li_in{
  list-style: none;
  font-size: 14px;

}
.third_dropdown_ul_in .third_dropdown_li_in:hover{
text-decoration: underline;
cursor: pointer;

}
.third_dropdown_li_in:first-child{
font-weight: 500;
}

.image_drop_down_cont_main{
  width: 32%;
padding-top: 25px;
font-size: 15px;
}
.image_drop_down_cont_main:hover {
text-decoration: underline;
cursor: pointer;
}
.image_in_drop3{
  width: 100%;
  height: 280px;
}
.image_in_drop3_real{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drop3_para_bold{
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.drop3_para{
  text-align: center;
  margin: 0;
}

/* fourth Dropdown */
.drop_down_4_cont{
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.178);
  box-shadow: 0px 0px 1px black;
}

.result_cont{
font-size: 15px;
}

.sort_by_cont_in{
  font-size: 12px;
}
.sort_by_capsul{
  background-color: rgba(192, 192, 192, 0.2);
  border-radius: 7px;
  padding: 2px 10px;
  box-shadow: 1px 2px 6px #0000008f;
}


/* Product MAin Start */
.product_cont_in_main{
  padding: 0px 15px;
}
.product_cont_in_main_row{
  background-color: #fff;
  padding: 10px 0;
}
.product_cont_aside_main{
font-size: 15px;
}
.aside_head{
  font-weight: 600;
}
.fa-star{
  color: rgb(248,155,31);
}
.input_product_area:hover label,.aside_text:hover {
color: rgb(248,155,31);
}
.go_btn{
  font-size: 13px;
  background-color: white;
  padding:  5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.315);
  border-radius: 10px;
  margin: 0 10px;
  font-weight: 500;
}
.rage_bar_real_product{
  height: unset;
}


/* Main Product Section  */
.product_fridge_main_cont{
  display: flex;
  width: 100%;
  gap: .5%;
}
.product_fridge_main_cont_in{
  width: 19%;
}

.product_fridge_image{
background-color: rgb(247,247,247);
padding-top: 30px;
}
.product_fridge_image_real{
  width: 100%;
  height: 250px ;
  object-fit: contain;
}
.color_and_pattern{
  font-size: 12px;
  color:rgb(23, 135, 180) ;
  text-decoration: underline;
  text-decoration-color:rgb(49,178,228) ;
  text-align: center;
}
.sponser_cont{
  color: silver;
  font-size: 12px;
  margin-top: 15px;
}
.sponser_cont:hover .sponsered_dropdown_cont{
  display: block;
}
.sponser_cont:hover .icon_sponser_tooltip{
  display: block;
}
.icon_sponser_tooltip{
  position: absolute;
  bottom: 37%;
  right: 194px;
  color: #ababab8c;
  font-size: 20px;
  display: none;
}
.sponsered_dropdown_cont{
  bottom: 100%;
  right: 1px;
  font-size: 14px;
  padding: 10px 20px;
  width: 350px;
}
.letus_know{
  color:rgb(23, 135, 180) ;
}
.product_fridge_name{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 4;
 
}
.product_fridge_name_in{
 font-weight: 500;
}
.product_fridge_name_in:hover{
  color: rgb(248,155,31);
}

.product_fridge_ratings{
  padding: 10px 0; 
  transition-duration: 2s all;
}
.product_fridge_ratings:hover .star_dropdown_cont{
  display: block;

}
.nocost_emi{
  display: flex;
}
.save_green_cont{
  background-color: rgb(127,218,105);
  padding: 0px 5px ;
  margin: 0px 5px;
}
.star_dropdown_cont{
  top: 130%;
  right:2px;
  font-size: 14px;
  padding: 10px 20px;
  width: 350px;
}
.close_btn_cont_pr{
  position: absolute;
  left: 92%;
  top: 2%;
}
.close_btn_icon_pr{
  font-size: 21px;
 padding: 4px;
border-radius: 7px;
box-shadow: 0px 0px 0px 3px #a6ebeb;
}
.global_raatings{
  font-size: 14px ;
  margin: 10px 0;
}
.star_hover_tooltip{
  transform: rotate(180deg);
  position: absolute;
  bottom: 98%;
  left: 155px;
  font-size: 20px;
  color: rgb(208 206 206);
}

.review_bar_cont_in{
  margin: 7px 0;
}
.review_bar_empty_main_hover{
  width: 72%;
  background-color: rgb(219, 215, 215);
  margin:0 10px;
  border: 1px solid rgb(141, 140, 140);
  border-radius: 5px;
  color:rgb(9, 81, 109) ;
}

.review_bar_cont_in:hover .review_bar_empty_main_hover{
  background-color: rgba(248, 154, 31, 0.133) ;
  border-color: rgb(248,155,31)  ;
}
.review_bar_cont_in:hover .review_text_hover{
text-decoration: underline;
text-decoration-color:rgb(248,155,31) ;
color: rgb(248,155,31) ;
}
.review_bar_cont_in:hover .review_bar_percentage_hover{
text-decoration: underline;
text-decoration-color:rgb(248,155,31) ;
color: rgb(248,155,31) ;
}
.review_bar_fill_hover{
  border-top-left-radius: 5px ;
  border-bottom-left-radius: 5px;
  width: 52%;
  height: 100%;
  background-color: rgb(248,155,31) ;
}
.review_text_hover,.review_bar_percentage_hover{
  color:rgb(9, 81, 109) ;
}
.review_bar_fill_hover1{
  width: 28%;
}
.review_bar_fill_hover2{
  width: 9%;
}
.review_bar_fill_hover3{
  width: 2%;
}
.review_bar_fill_hover4{
  width: 8%;
}
.see_more_reviews{
  padding: 10px 0 ;
  text-align: center;
  color:rgb(12, 99, 134) ;
}
.see_more_reviews:hover{
  text-decoration: underline;
  text-decoration-color: rgb(248,155,31)  ;
  color:  rgb(248,155,31) ;
}

.product_fridge_ratings{
  font-size: 13px;
}

.review_cont_main{
  align-items: center;
}
.star_aside{
  color:rgb(9, 81, 109) ;
  display: flex;
  align-items: start;
}
.chevron_adjust_review{
  font-size: 7px;
  margin: 0px 3px 0 3px;

}


.past_bought_cont{
  font-size: 15px;
  font-weight: 500;
}

.real_price_cont{
  font-size: 25px;
}
.rupee_real_price{
  font-size: 13px;
  padding-top: 5px;
}
.discounted_price{
  font-size: 15px;
  margin-top: 13px; 
  margin-left: 5px;
}
.delivery_details_cont_main,.service_details_cont{
  font-size: 15px;
}
.for_border_of_product{
  border-bottom: 1px solid rgba(148, 144, 144, 0.289);
  border-left: 1px solid rgba(148, 144, 144, 0.282);
  border-right: 1px solid rgba(148, 144, 144, 0.215);
  padding: 10px 8px 30px 8px;
  border-radius: 4px;
}

.padding_adjust1{
padding-bottom: 48px;
}

/* Pagination  */
.scale_for_pagination{
  transform: scale(1.2);
  margin: 0 8px;
  color: rgb(87, 86, 86) !important;
  box-shadow: 0px 0px 2px rgb(206, 197, 197);
}

.scale_for_pagination:hover{
  border: 1px solid black;
}
.active_peg{
  border: 1px solid black;
}

@media (max-width:770px) {
  .product_main_cont{
    display: none;
  }

}
/* Code  FOr Product (Mobile ) */
 
/* Filter  */
.prime_filter_cont{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 1px 3px #0000003b;
}

.prime_cont_1{
  display: flex;
  padding: 15px 14px;
}

.prime_cont_2{
  border-left: 1px solid rgba(167, 147, 147, 0.356);
  padding: 0 8px 0 15px ;
display: flex;
align-items: center;
}


/* Slider */
.slide-container {
  position: relative;
  width: 30px; 
  height: 15px;
}
#mySlideButton{
  height: 1px;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc; 
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.slider:before {
  content: "";
  border: .5px solid rgb(144, 141, 141);
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ece8e8;
  border-radius: 50%;
  top: -3px;
  left: 0px;
  transition: 0.3s;
}

input[type="checkbox"]:checked + .slider {
  background-color: #2196F3; 
}

input[type="checkbox"]:checked + .slider:before {
  transform: translateX(15px); 
}

/* Product cont  */
.for_padding{
  padding:  0 7px ;
  background-color: white;
}
.product_mob_main{
  display: flex;
  color: black;
  background-color: white;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.055);
  border-radius: 5px;
  overflow: hidden;
}


.productimg_mob_cont{
  width: 40%;
  display: inline-block;
  background-color: rgb(247,247,247);
  padding: 70px 0;
}

.pr_img_real_mob{
  width: 100%;
  height:170px ;
  object-fit: contain;
}


.product_mob_details{
  width: 60%;
  padding: 10px ;
}
.color_inharit{
  color: inherit !important;
}

.for_line_break{
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product_name_main{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.frezer_top_cont{
  background-color: #f0f2f2;
  display: inline-block;
  padding: 1px 3px;
}

.last_month_buy{
  color: rgb(107, 105, 105);
}
.color_pattern{
  text-decoration: underline;
}


/* 3. Product Details Section  */
.nav_ad_fridge{
  padding: 7px 160px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.095);
}
.nav_ad_fridge_text_cont{
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0px 40px;
}
.nav_ad_fridge_price_cont_main{
  color: rgb(204,12,57);
  display: flex;
  display: flex;
  align-items: center;
  font-size: 23px;
}

.nav_ad_fridge_price_discounted{
  display: flex;
 margin: 0 10px;
 font-weight: 500;
}
.nav_ad_fridge_price_discounted_rupee_sym{
  font-size: 12px ;
  padding-top: 5px;

}
.nav_ad_fridge_price_real{
  color: black;
  font-size: 14px;
  height: 30px;
display: flex;
align-items: end;
}



/* Main Product Row */
.product_details_main_cont_in{
  padding: 20px 25px;
}
.bread_crumb_pr_cont{
  font-size: 13px ;
  color: rgba(0, 0, 0, 0.693);
}

 .bread2:hover,.bread1:hover{
 text-decoration: underline;
 text-decoration-color: rgba(0, 0, 0, 0.693) ;
  color: rgba(0, 0, 0, 0.693);
}


.product_row_main_cont{
  width: 100%;
  display: flex;
  padding-top: 30px;
 position: relative;
}
.fixed_icon_caurosel{
  position: absolute;
  bottom: 98%;
  left: 89%;

}
.product_aside_cont{
  width: 45%;
  position: sticky;
  top: 80px;
  height: 640px;
}
.carosel_cont_main{
  display: flex;
  width: 100%;
}
.product_carosel_indicator_cont_main{
  position: static;
  margin: 0;
  display: unset;
  width: 10%;
}
.product_carosel_indicator_cont{
  opacity: 1 !important;
  margin: 10px 5px !important;
  height: 50px !important;
  width: 40px !important;
  text-indent:unset !important;
  border: 1px solid black !important;
  border-radius: 9px;
  background-clip: unset !important;
  overflow: hidden;

}
.product_carosel_indicator_cont:hover{
  box-shadow: 0 0 0px 3px #7aebff75;

}
.carousel_bg_dark{
  background-color: rgb(85,85,85) !important;
}
.carousel_control_img{
  width: 99%;
  height: 100%;
  object-fit: contain;
}
.carosel_img_main{
  width: 100%;
  height: 500px;
  object-fit: contain;
}

/* Product Info Section  */
.product_aside_cont_large{
  width: 55%;
}
.product_info_cont_main{
  width: 71%;
}

.star_drop_for_pr_details{
  left: -25%;
}
.hover_under_line_effect:hover{
  text-decoration: underline;
  text-decoration-color: rgb(203,81,31);
  color: rgb(203,81,31);

}
.product_name{
  font-weight: 500;
  font-size:25px;
}

.bought_persons{
  font-size: 12px;
}

.mrp_cont_product{
  color: rgb(83, 78, 78);
  font-size: 13px;
}
.color_blue{
  color:rgb(9, 81, 109) ;
}

/* Offer Box  */
.offer_emi_cont_main{
  width: 100%;
  display: flex;
  font-size: 14px;
  column-gap: 10px;
  padding: 10px 0;
}
.offer_emi_cont_in{
  width: 27%;
  padding: 5px 4px 5px 8px ;
  border: 1px solid rgba(0, 0, 0, 0.277);
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(137, 137, 137, 0.553);
}

/* specificatin section */

.all_specification_cont_main{
  display: flex;
  width: 100%;
}
.all_specification_cont{
  width: 18%;
  
}
.all_specification_cont_img_cont{
margin: 0 auto;
  background-color: rgb(247,247,247);
  border-radius: 50%;
height: 40px ;
width: 40px;

}
.all_specification_cont_img_real{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.all_specification_text_cont{
  text-align: center;
  font-size: 13px;
 margin-top: 5px;
}
/* style boxes  */
.style_box_main_cont{
  margin: 10px 0;
  display: flex;
  gap: 10px;
}
.style_box_main_cont_in{
  width: 17%;
  padding: 5px 4px 5px 8px ;
  border: 1px solid rgba(0, 0, 0, 0.152);
  border-radius: 5px;
  font-size: 14px;
}
.style_box_main_active{
  border: 2px solid rgb(9, 81, 109) ;
}
.maroon_color{
  color: rgb(188,69,39);
}

.pdoduct_dimension_cont{
  display: flex;
  font-size: 15px;
  margin: 5px 0;
}
.pdoduct_dimension_cont1{
  width: 24%;
  font-weight: 700;
  line-height: 1.2;
}
.pdoduct_dimension_cont2{
  width: 50%;
}


/* about this item  */
.about_item_head{
  font-size: 18px;
}
.about_ul{
  font-size: 15px;
}
.about_ul li {
margin: 10px 0;
}

/* Report issue  */
.report_issue_cont{
  margin: 10px 0;
}

/* video */
.iframe_container{
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.225);
}
.video_main_pr{
  height: 180px;
 
}

.video_pr_text_name{
  width: 178px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



/* With Exchange  */
.with_exchange_cart_main_cont{
  border: 1px solid rgba(0, 0, 0, 0.104);
  border-radius: 5px;
  overflow: hidden;
}
.with_exchange{
  padding: 10px 15px;
  display: flex;
  font-size: 15px;
  background-color: rgb(243,243,243);
}

.height_adjust_pr_cart{
  height: unset;
  margin: 0 3px; 
}
.delivery_schedule{
  font-size: 14px ;
  line-height: 1;
  padding: 0px 15px;
}
.for_padding_in_aside_cont{
  padding: 0px 15px;
}

.delivery_location_aside_cart_cont{
  display: flex;
  margin: 10px 0 0 10px;
  padding: 0px 15px 5px 15px;
}
.delivery_location_aside_cart_name{
  font-size: 12px ;
  padding: 0 10px;
  text-decoration: none !important;
}
.in_stock{
  font-size: 20px ;
  color: rgb(0,118,0);
  padding: 0px 20px;
}

/* Ships from  */
.shipped_main_cont_aside{
  width: 100%;
  padding: 0px 15px;
  font-size: 13px;
}
.shipped_main_cont_in_{
  width: 100%;
  display: flex;
}
.ships_from{
  width: 40%;
}
.ship_name{
  width: 60%;
}

/* aside Quantity  */
.aside_qty_main_cont{
  padding: 0 15px;
}
.qty_select_aside{
  padding: 2px 3px;
  border: 1px solid rgba(0, 0, 0, 0.279);
}

/* aside add to cart btn  */

.aside_btn_main_cont{
  padding: 10px 15px;
  width: 100%;
}
.aside_add_cart_btn_cont{
  width: 100%;
}
.aside_add_btn{
  display: inline-block;
  width: 100%;
  padding: 5px 0 ;
  font-size: 13px;
  text-align: center;
  background-color: rgb(255,216,20);
  border-radius: 20px;
  border: none;
}
.aside_add_btn:hover{
color: black;
  background-color: rgb(240, 202, 11);
 
}
.different_aside_btn{
  background-color: rgb(250,137,0) ;
}
.different_aside_btn:hover{
  background-color: rgb(232, 133, 12);
}


.security_aside_main_cont{
  padding: 0 15px ;
  margin: 0px 0 10px 0;
}
.aside_add_cart_main_cont{
  padding: 0 15px;
  font-size: 15px;
  margin-bottom: 15px;
}


/* Related Product section  */


.related_product_main_cont{
width: 100%;
}
.related_product_head{
  font-size: 20px ;
  font-weight: 700;
}

.related_product_cont_in{

  width: 100%;
  padding: 10px 50px;
  background-color: white;
}

.related_product_small_cont{
  width:14% ;
}

.related_product_small_img_real{
  width: 100%;
  height: 180px;
  object-fit: contain;
}



.font_adjust_releted_pr{
  font-size: 13px ;
  color: rgba(0, 0, 0, 0.881);
}


/* Product Information  */
.product_info_main_cont{
  width: 100%;

}
.product_info_head{
  font-size: 18px;
  font-weight: 500;
  color: rgb(204,102,0);
}
.product_info_man_row{
  width: 100%;
  display: flex;
}
.product_info_man_col{
  width: 50%;
}
.product_info_table_cont{
  padding: 10px 25px;
  font-size: 14px;
}
.product_info_table_cont td:first-child{
 background-color: rgb(240,242,242) !important;
 width: 50%;
}
.text_decoration_none{
  text-decoration: none !important;
}

.btn_adjust_for_product_carosel{
  font-size:20px;
  height: 40px;
  width: 40px;
  background-color: white;
  color: black !important;
margin: auto auto;
border: 1px solid black;
border-radius: 10px;
box-shadow: 0px 0px 2px black;
}


@media (max-width:770px) {
  
  .product_details_main_cont{
    display: none ;
  }
}



/* Mobile Section  */
.nav_adcont{
  padding: 2px 2px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.195);
}
.nav_ad_img{
  padding-left: 20px;
  width: 15%;
}

.nav_ad_text{
  width: 85%;
}

.nav_ad_name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

/* Product Main Mob */
.pr_details_main_mob{
  width: 100%;
  background-color: #fff;
  position: relative;
}
.main_pr_img_mob{
  width: 100%;

}
.offer_pr_mob{
position: absolute;
top: 0%;
left: 4%;
width: 40px;
height: 40px;
line-height: 12px;
font-size: 12px;
border-radius: 50%;
z-index: 1;
color: #fff;
background: #B12704;
padding-top: 10px;
text-align: center;
font-weight: 700;
}
.share_mob{
  position: absolute;
  top: 2%;
right: 4%;
}
.share_real{
  height: 26px;
}
.heart_mob{
position: absolute;
bottom: 5%;
left: 6%;
color: black;

}

.for_scroll{
  width: max-content;
  display: flex;
}
.pr_img_mob_in{
  display: flex;
  justify-content: center;
  width: 100vw;
}

.pr_img_mob{
  width: 45%;
  object-fit: contain;
}

.btn_pr_mob{
  padding: 10px 0;
display: flex;
gap: 15px;
justify-content: center;
}
.active_circle{
  background-color:#2196F3 ;
}
.small_circle_pr{
  display: inline-block;
  border: .5px solid rgba(0, 0, 0, 0.249) ;
  border-radius: 50%;
  height: 10px ;
  width: 10px;
}
 /* 360 Button  */
.view_360_btn{
  color: #2196F3;
  border: 1px solid  #2196F3;
  border-radius: 8px;
}


.pr_hr{
  background-color: rgba(0, 0, 0, 0.156);
  height: 3.5px !important ;
  opacity: 1;
}

/* Choose Color img */
.color_choose_pr{
  width: 100%;
}

.color_choose_in{
  width: 31%;
  border: 1px solid black;
  border-radius: 8px;
  overflow: hidden;
}

.color_choose_img_real{
  width: 100%;
  height: 100px;
  object-fit: contain;
margin: 13px 0;
}

.color_choose_text{
border-top: 1px solid rgba(0, 0, 0, 0.378);
}
.color_choose_name{
  font-weight: 700;
}

.unavailable{
  color: rgb(204, 12, 57);
}
.instock_cont{
  color: rgb(127, 218, 105);
}
.height_0{
  height: unset;
}
.color_choose_in_active{
  border: 3px solid #007185;
}


.border_top{
border-top: 1px solid rgba(0, 0, 0, 0.216);
}
.fade_color{
  color: rgb(78, 76, 76);
}

/* nocost EMI COnt  */
.no_cost_emi_cont{
  width: 100%;
}

.nocost_card{
  padding: 10px 13px;
  border: 1px solid rgba(0, 0, 0, 0.204);
  display: inline-block;
  border-radius: 4px;
  margin: 10px 1px;
  box-shadow: 0px 0px 2px #00000048;
}

.nocost_one_in{
  display: flex;
  align-items: center;
  justify-content: center;
 height:20px ;
 width: 20px;
  box-shadow: 0px 0px 4px #0000007d;
  border-radius: 50%;
}


/* All offer mob  */
.all_offer{
  width: 100%;
}
.all_offer_img{
  width: 10%;
}
.all_offer_text{
  width: 90%;
}

.back_img_cont{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: -4px;
  min-width: 24px;
  position: relative;
}
.back_img{
  vertical-align: top;
  background: 0 0 !important;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  margin-top: -175px;
  max-height: none;
  background-image: url(/Images/3.Product_details_page/all_offer_2.png);
}

.back_img1{
  margin-top: -75px;
}
.back_img2{
  margin-top: -150px;
}
.back_img3{
  margin-top: -125px;
}

.green_color
.border_button_adjust{
  border-color: black;
}

.qty_btn{
  padding: 4px 9px ;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.142);
  border-radius: 8px;
  box-shadow: 0px 0px 4px #0000007d;
}

.padding_and_font_adjust{
  font-size: 15px !important;
  padding:11.5px  0  ;
  border-radius: 50px;
}

.check_box_adjust{
  height: 1.4em;
  width: 1.4em;
}




/* Cart Page Start  */

.cart_main_cont{
padding: 30px 30px;
}

.shopping_cart_main_col{
  background-color: #fff;
  padding: 20px 25px;
}
.shopping_cart_head{
  font-size: 28px ;
  font-weight: 500;
}
.shop_hr_price{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.619);
  text-align: end;
}

/* product  */
.shoping_product_main_cont_in{
  display: flex;
  width: 100%;
  padding: 10px 0;
}
.shopping_cont_pr_img{
  width: 20%;
  height: 180px;
}
.shopping_cont_pr_img_real{
  object-fit: contain;
  height: 100%;
  width: 100%;
}


.shopping_cont_pr_text_main{
  width: 100%;
  padding: 0 10px ;
}
.shopping_cart_pr_name{
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 19px;
}
.pr_name_1{
  font-weight: 500;
}
.pr_name_2{
  font-weight: 600;
  display: flex;
}
.stock_cart_cont{
  font-size: 12px;
  color: rgb(33,118,0);
}
.free_shipping_cont,.gift_cont_main,.size_of_product{
  font-size: 12px;
}

.qty_btn_cont{
  font-size: 12px;
}
.qty_select{
  border: 0;
  outline: 0;
  background-color: rgb(240,242,242);
}

.qty_btn_cart{
  border: 0;
  background-color: rgb(240,242,242);
  border: 1px solid rgba(0, 0, 0, 0.303);
  border-radius:5px ;
  font-size: 14px;
  overflow: hidden;
  box-shadow: 0px 1px 5px #00000040;
  padding: 5px 5px;
}

.qty_btn_cont:not(span){
  color: rgba(0, 0, 0, 0.373);
}

.sub_total_cont_main{
  font-size: 20px;
  margin-bottom: 20px;
}

/* Sub total aside   */

.subtotal_cont_main{
  background-color: white;
  padding: 10px 20px;
}
.part_of_order_main_cont{
  display: flex;
}
.part_of_order_img{
  width: 20%;
}
.part_of_order_text{
  font-size: 13px;
}
.green_color{
  color: rgb(8,126,99);
}


.sub_total_finat_cont{
  display: flex;
  font-size: 20px;
  padding: 15px 10px 0 10px;
}
.font_adjust_cart{
  font-size: 15px;
}
.border_rad_asjust_cart{
  border-radius: 8px;
}

/* Emi available  */
.for_border_of_emi{
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.emi_available_cont{
display: flex;
justify-content: space-between;
padding: 16px 27px;
color: black !important;
}
.emi_text{
  font-size: 14px;
}
.emi_available_cont:hover .emi_icon i {
  transform: rotate(180deg);
}


/* Related Product Cart ASide  */

.related_product_cart_main_cont{
  padding: 10px 20px;
  background-color: #fff;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.147);
  border-radius: 5px ;
}
.adjust_font_cart_aside{
font-size: 13px;
}


.related_products_aside_cart_main{
  width: 100%;
}
.related_pr_one_aside_cart{
  display: flex;
  width: 100%;
  margin: 10px 0;
}
.related_pr_one_aside_image{
  width: 30%;
  height: 100px;
}
.related_pr_one_aside_image_real{
width: 100%;
height: 100%;
object-fit: contain;
}
.related_pr_one_aside_text{
  width: 70%;
  padding: 0 10px;
}

.related_pr_one_name{
  width: 100% ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




/* Login Page Start  */

.login_nav_main_cont{
 display: flex;
 justify-content: center;
 padding: 15px 0;
 align-items: center;
}
.login_nav_image{
  background-image: url(/Images/5.login_page/logo.png);
  -webkit-background-size: 512px 256px;
  background-size: 512px 256px;
  background-repeat: no-repeat;
  background-position: -2px -167px;
  height: 31px;
  width: 103px;
}

/* Login Form  */
.login_form_cont{
  width: 370px;
  border: 1px solid rgba(0, 0, 0, 0.218);
  border-radius: 10px;
  display: inline-block;
  padding: 20px 26px;
}
.login_form_nav{
  font-size: 20px;
  font-weight: 500;
}
.login_input_field{
  display: inline-block;
}

.login_label{
  font-size: 15px ;
  font-weight: 600;
}

.login_input_field{
  width: 100%;
  border-radius: 4px;
  padding: 2px 8px;
  outline: 0;
  border: .8px solid black;
}
.login_btn_form{
  display: inline-block;
  padding: 7px 135px;
  margin: 10px 0;
}

.terms{
  font-size: 13px;
  margin-bottom: 40px;
}

.login_hr{
  height: 2px !important;
  margin: 45px 0 20px 0;
}

.copyright_links{
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.copyright_links_one{
  margin: 0 15px;
}
.copyright_text{
  font-size: 13px;
  margin-top: 10px;
}



/* CheckOut page */

.check_nav_main_cont {
  display: flex;
  width: 100%;
  height: 70px;
  padding: 30px 200px 20px 200px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.219);
  background: linear-gradient(rgb(248, 248, 248), white, rgba(248, 248, 248, 0.712));
}

.nav_check_text {
  font-size: 30px;
  font-weight: 500;
  margin-right: 64px;
}

.nav_check_icon {
  margin-right: 122px;
  font-size: 20px;
  color: rgb(162, 159, 159);
}

/* Cont 1  */
.check_form_main_cont {
  display: flex;
  padding: 1% 13%;
  gap: 30px;
}

.check_form_cont_1 {
  width: 65%;
  counter-reset: hello;
  color: rgb(86, 89, 89);
}

.steps_to_checkout {
  font-weight: 700;
  font-size: 19px;
}

.steps_to_checkout::before {
  margin-right: 15px;
  counter-increment: hello;
  content: " " counter(hello) " ";

}

.color_brown {
  color: rgb(196, 85, 0);
}

.check_hr {
  margin: 10px 0;
}

.after_check_cont_main {
  font-size: 12px;
  color: rgb(146, 150, 148);
}

.color_blue_fade {
  color: rgb(49, 178, 228);
  text-decoration: underline;
  cursor: pointer;
}

/* Form Section  */
.enter_new_adress_main_cont {
  border: 1px solid rgba(0, 0, 0, 0.089);
  border-radius: 5px;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
}

.enter_new_adress_head {
  font-weight: 700;
  padding: 15px 20px;
  background-color: rgb(240, 242, 242);
}

.form_area_check {
  width: 100%;
  padding: 10px 20px;
}

.form_head {
  font-size: 25px;
  font-weight: 700;
}

.auto_fill_cont_main {
  display: flex;
  background-color: rgb(224, 250, 253);
  border: 1px solid #50C4D9;
  font-size: 15px;
  padding: 20px 30px;
  margin: 10px 0;
  border-radius: 8px;
}

.autofiill_text {
  width: 90%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.autofill_capsul {
  display: inline-block;
  background-color: white;
  padding: 5px 15px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.626);
  border-radius: 20px;
  cursor: pointer;
}

.lable_check_form {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 3px;
}

.region_cont_select {
  width: 100%;
  background-color: rgb(240, 242, 242);
  border-radius: 8px;
  outline: 0;
  font-size: 14px;
  padding: 7px 0;
  border: 1px solid rgba(0, 0, 0, 0.215);
}

.region_cont_select option {
  font-size: 14px;
}

.check_input_fields {
  width: 100%;
  border-radius: 8px;
  padding: 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.381);
}

.check_input_fields::placeholder {
  font-size: 14px;
}

.for_padding_check1 {
  padding-right: 10px;
}

.checkout_check_box_main_cont {
  margin: 20px 0;
  font-size: 14px;
}

.optional_input_icon {
  font-size: 12px;
  margin: 0 5px;
}

.optional_input_text {
  font-size: 13px;
}

.check_form_cont_aside {
  width: 30%;
  border: 1px solid rgba(0, 0, 0, 0.101);
  border-radius: 5px;
  height: max-content;
}

.for_padding_aside_check {
  padding: 20px 20px 10px 20px;
}

.aside_check_para {
  text-align: center;
  font-size: 14px;
  line-height: normal;
}

.order_item_cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}

.delivery_calculate {
  font-size: 13px;
  padding: 20px 20px;
  background-color: rgb(240, 242, 242);

}


/* Order Page Section  */

.order_page_main_cont {
  padding: 0 20%;
}

.order_page_bread_crumb_cont {
  display: flex;
  font-size: 14px;
  margin-top: 5px;
}

.order_bread_icon {
  font-size: 10px;
  display: flex;
  align-items: center;
  margin: 0 10px
}


.your_order_main_cont {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.your_order_text {
  font-size: 30px;
  font-weight: 600;
}

.for_border_of_serch {
  border: 1px solid rgba(0, 0, 0, 0.373);
  display: flex;
  width: 300px;
  height: 33px;
  padding: 2px 5px;
  border-radius: 5px;
}

.your_order_icon_cont {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0 7px;
}

.your_order_input_cont {
  width: 90%;
}

.your_order_search_main_cont {
  display: flex;
}

.your_order_input_area {
  border: none;
  width: 100%;
  height: 100%;
  outline: 0;
}


.search_order_btn_cont {
  display: flex;
  align-items: start;
  margin-top: 2px;
}

.search_order_btn_cont button {
  border-radius: 20px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px;
}


/* Tabs in Orders */
.tabs_your_order_main_cont {
  width: 100%;
  margin-top: 15px;
}

.all_tab_cont_in {
  display: flex;
  width: 60%;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.118);
  gap: 20px;
}

.active_tab {
  border-bottom: 2px solid br;
  margin-left: 20px;
  font-weight: 700;
}

.tab_1_in {
  padding: 7px 10px;
}





.order_in_months_main_cont {
  display: flex;
  margin: 10px 0;
  font-size: 14px;
}

.order_sort_main_cont {
  display: flex;
  align-items: center;
}

.order_history_select_area {
  width: unset;
  font-size: 14px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: rgb(240, 242, 242);
  border: 1px solid rgba(0, 0, 0, 0.258);
  box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
}

.order_history_select_area option {
  font-size: 14px;
}

/* Ordered Products */
.order_item_main_cont {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.27);
  overflow: hidden;
  margin-bottom: 20px;
}

.order_item_top_cont {
  display: flex;
  padding: 20px;
  padding-bottom: 0;
  background-color: rgb(240, 242, 242);
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.order_placed_cont1 {
  display: flex;
  gap: 25px;
}

.order_placed_text {
  font-size: 13px;
}

.order_placed_text_2 {
  font-size: 15px;
}


.order_place_dropdown_main {
  padding-bottom: 20px;
}

.order_tootip {
  display: none;
  position: absolute;
  top: 49%;
  z-index: 1000;
  left: 44%;
  font-size: 25px;
  color: white;
}

.order_drop_menu {
  top: 30px;
  left: -31%;
  font-size: 14px;
  font-weight: 500;
  width: 200px;
  padding: 12px;
}

.order_place_dropdown_main:hover .order_drop_menu {
  display: block;
}

.order_place_dropdown_main:hover .order_tootip {
  display: block;
}

.dual_div_placed_order {
  font-size: 14px;
  gap: 20px;
}

.order_drop_icon {
  font-size: 7px;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.order_itme_body {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.184);
  display: flex;
}

.order_itme_body_img_cont {
  width: 15%;
  padding: 20px 0;
}

.order_itme_body_img_real {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.order_itme_body_text {
  padding-top: 30px;
  width: 60%;
}

.btn_order_format {
  border: 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.212);
  background-color: #fff;
  padding: 2px 4px;
  font-size: 14px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}

.write_review_btn {
  padding: 4px 35px;
  font-size: 14px;
  margin-top: 20px;
  display: block;
}

.order_achieve {
  font-size: 14px;
  padding: 10px 20px;
}