/*@import url("https://fonts.googleapis.com/css2?family=Raleway: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&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");*/

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

::-moz-selection {
  background-color: #B23632;
  color: #fff;
}

::selection {
  background-color: #B23632;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}
ul , ol{
    padding-left:0
}

input:focus, .form-control:focus, .btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: 'Hind', sans-serif!important;
  overflow-x:hidden;
}
.coupon_code_div  input{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #cdcdcd;
    padding: 7px 15px;
    font-size: 14px;
}
.coupon_code_div button{
    text-wrap:nowrap;
    border:0;
    margin-left:7px;
    
}
.main_heading h4 {

    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    border-bottom: 2px solid #cccccc;
    color: #B23632;
    font-family: 'Hind', sans-serif!important;
    padding-bottom: 10px;
}
#google_translate_element , .top_header_text .email {
    z-index:9999;
}
.roboto {
  font-family: 'Hind', sans-serif!important;
}
.mobile_search_icon i{
    font-size:20px;
} 
.mobile_search_icon:hover{
    color:#000;
}
.banner_section {
  padding: 0 0;
}
.banner_section .swiper-button-prev8 {
  position: absolute;
  bottom: 0;
  left: 44%;
  z-index: 1;
  width: auto;
}
.banner_section .swiper-button-next8 {
  position: absolute;
  bottom: 0;
  right: 44%;
  z-index: 1;
  width: auto;
}
.mobile_row{
    padding-left:20px;
}
.banner_section .banner_pic {
  width: 100%;
  max-height:500px;
}
 

.second_section {
  padding: 70px 0 100px;
}
.second_section .row {
  padding-top: 20px;
  justify-content: center;
  position: relative;
}
.second_section .row .swiper-button-prev7 {
  position: absolute;
  top: 30%;
  left: 0;
  width: auto;
}
.main_table tr{
    text-align:center;
}
.header_border{
    border-bottom:1px solid #ccc;
    
    padding-bottom: 10px;
}
.main_top_header .cart{
    padding: 10px;
    border-radius: 6px;
    background-color: #fce8d8;
    color: #B23632;
    font-size: 14px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordin_show .accordion-body{
    
}
.accordin_show a{
    
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #B23632;
    margin-bottom: 12px;
    display:block;
    padding-left: 15px;
}
.accordin_show button{

    margin-bottom: 15px;
    border: 0;
    font-size: 18px;
    color: #B23632;
    background: transparent;
    font-weight: 600;
}
.accordion-item{
    border:0!important;
}
#login_msg{
    display:none;
}
.product_detail_section .form-radio:disabled ~ label{
    opacity:0.5;
} 
.second_section .row .swiper-button-next7 {
  position: absolute;
  right: 0;
  justify-content: end;
  display: flex;
  top: 30%;
  width: auto;
}
.second_section .category-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display:flex;
  flex-wrap:wrap;
  overflow: hidden;
  z-index: 1;
}
.second_section .category-swiper .slider_box {
  position: relative;
  margin:15px;
} 
  .second_section .category-swiper .slider_box .category_text img{
      width:150px;
  }

 
.second_section .category-swiper .slider_box .category_text p {
  font-weight: 500;
  margin-top:20px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000;
}
.second_section .category-swiper .category_text {

    height: 200px;
    width: 200px;
    margin: auto;
    background: #D4ACFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
} 
.cart a:hover{
    color:#B23632;
}
.slider_box p{
    text-align:center;
    padding-top:15px;
    color:#B23632;
    font-weight:500;
}
.slider_box p:hover{
    color:#B23632;
}

@keyframes rotate_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.collection_right_bg_shape path:first-child{
    animation:round_animation 0.5s ease infinite;
}
@keyframes round_animation{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
.category_section {
  padding-bottom: 120px;
  position: relative;
}
.category_section .star_shape {
  position: absolute;
  top: 17%;
  left: 30%;
  animation: rotate_animation 7s linear infinite;
}
.category_section .shape2 {
  position: absolute;
  top: 15%;
  right: 30%;
}
.category_section .airplane_shape {
  position: absolute;
  top: 15%;
  right: 0%;
}
.category_section .sun_shape {
  position: absolute;
  bottom: -5%;
  right: 50%;
  animation: rotate_animation 20s linear reverse infinite;
}
.category_section .heart_shape {
  position: absolute;
  top: 12%;
  bottom: 0;
  left: 0;
  margin: auto;
    animation: rotate_animation 50s linear reverse infinite;
}
.category_section .sidebar {
  display: block;
}
.sidebar  .main-menu .accordion-body a{

    color: #000 !important;
    padding-left: 40px;
}
.sidebar form .form-group{
    margin-top:5px;
    display:flex;
} 
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {

    content: "\2714";
    border: 1px solid #777774;
    border-radius: 5px;
    display: inline-block;
    width: 20px;
    padding-left: 3px;
    padding-top:2px;
    height: 20px;
    vertical-align: bottom;
    margin-right:10px;
    color: transparent;
    transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {

    background-color: white;
    border-color: #b23632;
    color: #b23632;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.sidebar form {
    padding-top:15px;
}
.sidebar form .form-group{
    margin-bottom:15px;
}
.sidebar form .form-group label{
    color: #777777;
    margin-left: 6px;
    font-size: 16px;
    font-weight: 500;
    
    line-height: 18px;
}
.sidebar .accordion-body{
    padding:0;
}
.mobile_filter{
  height:100vh;
  width:100%;
  position:fixed; 
  top:0;
  left:0;
  padding:35px;
  z-index:99999999;
  background-color:#fff;
}
.mobile_filter .filter_heading{
  font-size:22px;
  font-weight:600;
  margin-bottom: 20px;
  color:#B23632;
}
.mobile_filter  .close_icon{

  width: 25px;
  position: absolute;
  right: 35px;

}
.mobile_filter .accordion-button{
  font-weight:600;
} 
.accordion-button:not(.collapsed){
  color: #B23632;
  font-weight:600;
  background-color: transparent;
}


.accordion-button:focus{
  box-shadow:none;
  border:0;
}
 










.category_section .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 1;
  width: auto;
}
.category_section .swiper-button-next1 {
  position: absolute;
  right: -20px;
  justify-content: end;
  display: flex;
  top: 50%;
  z-index: 1;
  width: auto;
}
.category_section .featured-swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.category_section .swiper-slide {
  cursor: pointer;
  padding: 15px 0;
}
.category_section .product_box {
  border-radius: 20px; 
  transition: all 0.5s ease;
  border: 2px solid rgba(178, 54, 50, 0.5);
  width: 100%;
  height:100%;
  overflow:hidden;
}
 
.filter_btn{
  padding: 7px 20px!important;
  font-size: 14px!important;
  border-radius: 5px!important;
}
.color_filter input{
  display:none;
}
.color_filter label{
  height:30px;
  width:30px;
  border-radius:50%;
} 
.category_section .product_box .part_img{
    text-align:center
} 
.category_section .product_box .part_img .featured_product {
   text-align:center; 
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    padding:0 5px;
}
.category_section .product_box .part_img .discount_text {
  position: absolute;
  top: 0;
  right: 0;
  z-index:99
}
.category_section .product_box .part_img .discount_text .main_span {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}
.category_section .product_box .part_img .discount_text .main_span .off_text {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.category_section .product_box .part_text {
  padding:5px 15px 15px 15px;
  text-align: center;
}
.category_section .product_box .part_text .product_name {
    height:45px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom:0;
    text-overflow: ellipsis;
}
.product_box{
    position:relative
}
 .main_span{ 

    background: #B23632;
    text-align: center;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    border-radius: 4px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 }
 .main_span .off_text{

    display: block;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
 }
  .discount_text {
    position: absolute;
    top: 0;
    right: 0;
    z-index:99;
}
 .product_table_row {
  border: 1px solid #d89a98;
  padding: 10px 30px;
  border-radius: 25px;
}
.product_table_row .row:last-child .product_detail {
  border-bottom: 0;
}
.product_table_row .product_detail {
  border-bottom: 1px solid #d89a98;
  padding: 15px 0;
  height: 100%;
  margin: 0 10px;
}
 
.product_table_row .product_detail span:first-child {
  width: 200px;
}
.product_table_row .product_detail span.title_td {
  font-weight: 600;
}

.category_section .product_box .part_text .deleted_price {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-transform: capitalize;
  color: #777777; 
  display: inline-block;
  margin-bottom:0;
  position: relative;
}
.category_section .product_box .part_text .deleted_price:after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(170deg);
  height: 1px;
  width: 80%;
  background-color: #777777;
}
.product_box .product_rating_row span{
    padding-left:7px;
    color:#777777;
    font-size: 14px;
    font-weight: 600;  
}
.category_section .product_box .part_text .final_price{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #B23632;
    display:inline-block; 
    margin:0;
}
.category_section .product_box .part_text .product_footer{
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_section .product_box .part_text .product_footer a{
    margin:0 10px;
} 
.category_section .product_box:hover {
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.5);
} 
.category_section .product_box .part_text .product_footer a svg{
    padding-left:8px;
}
.category_section .product_box .part_text .product_footer a:hover svg path{
    fill:#fff;
}
.product_box .product_rating_row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:7px 0;
}
  .free_delivery{
    
    margin: 0;
    background: #b23632;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.product_box .product_rating_row i{
    color:#FF9900;
}
.product_box .product_rating_row i.gray{
    color:#D9D9D9;
}
.arrivals_products .swiper-button-prev2 {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 1;
  width: auto;
}
.arrivals_products .swiper-button-next2 {
  position: absolute;
  right: -20px;
  justify-content: end;
  display: flex;
  top: 50%;
  z-index: 1;
  width: auto;
}

.second_arrival .swiper-button-prev3 {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 1;
  width: auto;
}
.second_arrival .swiper-button-next3 {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  width: auto;
}

.collection_section {
  padding-bottom: 120px;
}
.collection_section .collection_row {
  padding: 85px 0;
  border-radius: 20px;
  background-color: #FFE4E3;
  position: relative;
}
.collection_section .collection_row .main_collection_left {
  position: absolute;
  bottom: -15px;
  left: -10px;
  width: auto;
}  

.collection_section .collection_row .collection_right .collection_kid {
  margin: auto;
  position: absolute;
  right: 7%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.collection_section .collection_row .collection_right .collection_right_bg_shape {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.collection_section .collection_heading h5 {
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: #B23632;
  padding-bottom: 40px;
}

.offer_products {
  padding-top: 120px;
}

.testimonial {
  padding: 70px 0;
}
.testimonial .changable_review {
  position: relative;
}
.testimonial .changable_review .left_quote {
  position: absolute;
  left: 2%;
  top: -5%;
    width: 70px;
  z-index: 1;
}
.testimonial .changable_review .right_quote {
  position: absolute;
  right: 2%;
  bottom: 0%;
  
    width: 70px;
}
.testimonial .changable_review .testimonial-swiper .swiper-slide {
  padding: 80px 0 80px 0;
}
.testimonial .changable_review .testimonial_review_img {
  position: absolute;
  width: 98%;
  display:none;
}
.testimonial .changable_review .user_info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial .changable_review .user_info .user_pic {
  height: 105px;
  width: 105px;
  padding: 15px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.testimonial .changable_review .user_info .user_pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
}
.testimonial .changable_review .user_info .user_name {
  padding-left: 15px;
}
.testimonial .changable_review .user_info .user_name p {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff;
  text-align:center;
}
.testimonial .changable_review .user_info .user_name .reviews i {
  color: #fff;
  font-size: 20px;
  padding: 0 5px 0 0;
}
.testimonial .changable_review .user_info .user_name .reviews i.light {
  color: #94201C;
}
.testimonial .changable_review .user_review {
  padding: 30px 95px 0 95px;
}
.testimonial .changable_review .user_review p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}
.testimonial .changable_review .swiper-button-prev4 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: auto;
}
.testimonial .changable_review .swiper-button-prev4 i {
  color: #fff;
  border: 1px solid #fff;
}
.testimonial .changable_review .swiper-button-prev4:hover i {
  background-color: #fff;
  color: #B23632;
}
.testimonial .changable_review .swiper-button-next4 {
  position: absolute;
  right: 0;
  justify-content: end;
  display: flex;
  top: 50%;
  z-index: 1;
  width: auto;
}
.testimonial .changable_review .swiper-button-next4 i {
  color: #fff;
  border: 1px solid #fff;
}
.testimonial .changable_review .swiper-button-next4:hover i {
  background-color: #fff;
  color: #B23632;
}
.testimonial .testimonial_right {
  position: relative;
}
.testimonial .testimonial_right .testimonial_right_img {
  position: absolute;
  display:none;
  z-index: -1;
}
.testimonial .testimonial_right .right_testimonial_section {
  padding: 45px;
  background:#d6fbe5;
}
.testimonial .row{
    height:100%;
}
.testimonial .testimonial_right .right_testimonial_section .registration_box .testi_detail {
  display: flex;
  align-items: center;
}
.testimonial .testimonial_right .right_testimonial_section .registration_box .right_heading h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #B23632;
  padding-left: 15px;
}
.testimonial .testimonial_right .right_testimonial_section .registration_box .testimonial_text {
  padding-top: 20px;
}
.testimonial .testimonial_right .right_testimonial_section .registration_box .testimonial_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #B23632;
}

.partners_section {
  padding-bottom: 150px;
}
.partners_section .partner_pic {
  text-align: center;
  position: relative;
}
.partners_section .partner_pic .partner_shape {
  content: "";
  position: absolute;
  top: -10%;
  height: 120%;
  width: 120%;
  left: -10%;
  z-index: -1;
}
.partners_section .partners-swiper {
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.partners_section .swiper-button-prev5 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: auto;
}
.partners_section .swiper-button-next5 {
  position: absolute;
  right: 0;
  justify-content: end;
  display: flex;
  top: 50%;
  z-index: 1;
  width: auto;
}

.blog {
  position: relative;
  padding: 0 0 70px 0;
}
.blog .blog-swiper {
  overflow-x: clip;
  overflow-y: visible;
}
.blog .swiper-slide-active {
  margin-top: 100px;
}
.blog .swiper-slide-next {
  margin-top: -50px;
}
.blog .blog_bg {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
.blog .blog_heading {
  padding: 65px 0 0 0;
}
.blog .blog_heading h4 {
  font-weight: 500;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #fff;
  padding: 0 50px 0 0;
}
.blog .blog_kid_part {
  position: relative;
  text-align: center;
}
.blog .blog_kid_part .kid_shadow {
  position: absolute;
  bottom: -7%;
  left: -10%;
  z-index: -1;
}
.blog .date_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog .date_row div {
  display: flex;
  align-items: center;
}
.blog .blog_box {
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    height:630px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog .blog_box .blog_img {
    border-radius: 15px;
    width: 350px;
    height: 250px;
    position: relative;
    text-align: center;
    margin: auto;
}
.blog .blog_box .blog_img img {
  max-width: 100%;
  min-width:100%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}
.blog .blog_box .blog_text {
  padding: 30px;
}
.blog .blog_box .blog_text .date_row {
  display: flex;
  align-items: center;
}
.blog .blog_box .blog_text .date_row .calender_icon img {
  padding: 10px;
  border-radius: 15px;
  background-color: #fce8d8;
}
.blog .blog_box .blog_text .date_row span {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #777777;
  padding-left: 16px;
}
.blog .blog_box .blog_text .blog_content h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #B23632;
  margin: 20px 0 10px 0;
}
.blog .blog_box .blog_text .blog_content p {
  font-weight: 400;
  font-size: 16px; 
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000;
  line-height: 24px; 
  overflow:hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    text-overflow: ellipsis;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none; 
}
.blog .blog_box .blog_text .read_btn {
  text-align: center;
}
.blog .blog_box .blog_text .read_btn a {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px; 
  text-transform: capitalize;
  color: #B23632 !important;
  padding-top: 35px;
  display: block;
}
.blog .swiper-button-prev6 {
  position: absolute;
  bottom: 5%;
  right: 30%;
  z-index: 1;
  width: auto;
}
.blog .swiper-button-next6 {
  position: absolute;
  bottom: 5%;
  right: 20%;
  z-index: 1;
  width: auto;
}

.process_section {
  padding: 100px 0;
}
.process_section .process_box {
  text-align: center;
}
.process_section .process_box img{
    max-width:100px;
}
.process_section .process_box .part_text h4{
    font-size:20px;
}
.process_section .process_box .part_text h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin: 25px 0 10px 0;
  color: #000000;
}
.process_section .process_box .part_text p {
    font-weight: 500;
    font-size: 16px; 
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
    line-height: 22px;
}

.checkout_details {
  padding: 70px 0;
}
.checkout_details .main_box {
  border: 2;
}

.submit_Otp {
  display: none;
}

.forgot_section .inner_login_col_box {
  width: 100%;
  top: -7% !important;
}
.forgot_section .inner_login_col_box .login_form {
  padding: 50px 40px !important;
}
.forgot_section .inner_login_col_box .login_form .code-inputs {
  display: flex;
}
.forgot_section .inner_login_col_box .login_form .code-inputs {
  padding-top: 50px;
}
.forgot_section .inner_login_col_box .login_form .code-inputs .form-control {
  margin: 0 30px;
  padding: 12px;
  text-align: center;
}
.forgot_section .inner_login_col_box .login_form .resend_div p {
  color: #777777;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 30px;
}
.forgot_section .inner_login_col_box .login_form .resend_div p span {
  color: #B23632;
  font-weight: 600;
}
.forgot_section .inner_login_col_box .login_form .heading {
  color: #B23632;
  text-align: center;
}
.forgot_section .inner_login_col_box .login_form .heading h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
}
.forgot_section .inner_login_col_box .login_form .banner_btn_grp {
  margin-top: 40px;
}
.forgot_section .inner_login_col_box .login_form .banner_btn_grp a {
  width: 100%;
}
.forgot_section .inner_login_col_box .login_form .back_btn {
  padding-top: 40px;
}
.forgot_section .inner_login_col_box .login_form .back_btn a {
  color: #B23632;
  font-size: 16px;
  font-weight: 500;
}

footer {
  background-image: url("../images/footer_bg.svg");
  background-size: cover;
  padding: 70px 0;
}
footer .footer_part form{
    width:60%;
}
footer .subscribe_form {
  display: flex;
}
footer .subscribe_form .form-control {
  background: transparent;
  border-bottom: 2px solid #B23632;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 0;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 20px;
}
footer .subscribe_form .form-control::-moz-placeholder {
  color: #B23632;
}
footer .subscribe_form .form-control::placeholder {
  color: #B23632;
}
footer .subscribe_form .bordered_btn {
  background-color: transparent;
}
footer .subscribe_form .bordered_btn:hover {
  background-color: #B23632;
}
footer .footer_part ul {
  list-style: none;
  padding: 0;
}
footer .footer_part ul li .footer_menu {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding: 6px 0;
  display: inline-block;
  transition: all 0.5s ease;
}
footer .validate-has-error{
    bottom: -20px;
    left: 0;
}
footer .footer_part ul li .footer_menu:hover {
  color: #B23632;
}
footer .footer_part ul li:first-child a {
  padding-top: 0;
}
footer .footer_part .social a , .bottom_sidebar .social a{
  transition: all 0.5s ease;
}
footer .footer_part .social a i ,  .bottom_sidebar .social a i {
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  background-color: #B23632;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 25px;
  margin-right: 7px;
  font-size: 18px;
  transition: all 0.5s ease;
}
footer .footer_part .social a:hover i ,  .bottom_sidebar .social a:hover i{
  transform: translateY(-7px);
}
footer .footer_part .first_box p {
  width: 60%;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 70px;
  line-height: 28px;
}
footer .footer_part .footer_heading h4 {

    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #B23632;
    margin-bottom: 20px
}

.copyright_section {
  border-top: 1px solid #cccccc;
  background-color: #fce8d8;
  padding: 10px 0;
}
.copyright_section .copyright_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright_section .copyright_row .copyright_text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #B23632;
}

.swiper-button-prev7, .swiper-button-next7, .swiper-button-prev1, .swiper-button-next1, .swiper-button-prev2, .swiper-button-next2, .swiper-button-prev3, .swiper-button-next3, .swiper-button-prev5, .swiper-button-next5, .swiper-button-prev6, .swiper-button-next6, .swiper-button-prev8, .swiper-button-next8, .swiper-button-prev4, .swiper-button-next4 {
  transition: all 0.5s ease;
}
.swiper-button-prev7 i, .swiper-button-next7 i, .swiper-button-prev1 i, .swiper-button-next1 i, .swiper-button-prev2 i, .swiper-button-next2 i, .swiper-button-prev3 i, .swiper-button-next3 i, .swiper-button-prev5 i, .swiper-button-next5 i, .swiper-button-prev6 i, .swiper-button-next6 i, .swiper-button-prev8 i, .swiper-button-next8 i, .swiper-button-prev4 i, .swiper-button-next4 i {
  padding: 19px 20px;
  border: 1px solid #B23632;
  color: #B23632;
  cursor: pointer;
  transition: all 0.5s ease;
}

.swiper-button-prev7:hover i, .swiper-button-next7:hover i, .swiper-button-prev1:hover i, .swiper-button-next1:hover i, .swiper-button-prev2:hover i, .swiper-button-next2:hover i, .swiper-button-prev3:hover i, .swiper-button-next3:hover i, .swiper-button-prev5:hover i, .swiper-button-next5:hover i, .swiper-button-prev6:hover i, .swiper-button-next6:hover i, .swiper-button-prev8:hover i, .swiper-button-next8:hover i, .swiper-button-prev4:hover i, .swiper-button-next4:hover i {
  color: #fff;
  background-color: #B23632;
}

.swiper-button-prev7 i, .swiper-button-prev1 i, .swiper-button-prev2 i, .swiper-button-prev3 i, .swiper-button-prev5 i, .swiper-button-prev6 i, .swiper-button-prev8 i, .swiper-button-prev4 i {
  border-radius: 0px 27px;
}

.swiper-button-next7 i, .swiper-button-next1 i, .swiper-button-next2 i, .swiper-button-next3 i, .swiper-button-next5 i, .swiper-button-next6 i, .swiper-button-next8 i, .swiper-button-next4 i {
  border-radius: 27px 0px;
}

.testimonial-swiper, .blog-swiper, .banner-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}




.arrivals-product-swiper, .offer-product-swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.main-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff !important;
  border-radius: 10px;
  padding:10px 20px;
  background-color: #B23632;
  display: inline-block;
}

.bordered_btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #B23632;
  padding: 7px 20px;
  border: 1px solid #B23632;
  transition: all 0.5s ease;
  border-radius: 10px;
}

.main_table th {
  background-color: #B23632;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 22px;
  border-radius: 0;
}
.main_table th:first-child {
  border-radius: 10px 0 0 10px!important;
}
.main_table th:last-child {
  border-radius: 0 10px 10px 0!important;
}
.main_table  tbody td{
  font-size: 18px;
  font-weight: 500;
  padding: 12px 20px;
}
.aa-payment-method{
  position: relative;
}
.aa-payment-method #coupon_code_msg{

  position: absolute;
  left: 0;
  bottom: -23px;
  font-weight: 600;
  font-size: 14px;
  color: #b23632;
  right: 0;
  margin: auto;
  text-align: center;
}
.show_coupon_box p span{
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.show_coupon_box p span i{
  font-size:14px;
  padding-left:5px;
  color: #000;

}
#coupon_code_str{
  font-weight:600;
  color:#94201C;
  text-decoration: underline;
}
.main_table  tbody tr:first-child{
}
.main_table  tbody tr:first-child td{
  padding-top:30px;
  border-top:0;
}
.bordered_btn:hover {
  background-color: #B23632;
  border: 1px solid #B23632;
  color: #fff;
}

.order_detail .order_heading{
  color:#94201C;
  font-size:26px;
  margin-bottom:10px;
  font-weight:600;
}

.order_detail .normal_text{
  font-size:18px;
  color:#94201C;
  line-height:24px;
  margin-bottom: 5px;;
}
.order_detail .normal_text span{
  font-weight:600
}
.cart_box {
  padding: 7px 10px;
  background-color: #fcceaa;
  border-radius: 7px;
}
.cart_box img{
    
    width: 18px;
}
.cart_box img {
  margin-top: 0;
}

.slider_box:hover svg {
  filter: drop-shadow(0px 11px 13px rgba(212, 172, 255, 0.6));
  transition: all 0.5s ease;
}
.overlay-wrapper {position: fixed;z-index: 999;height: 100vh;display:none;top: 0;left: 0;bottom: 0;right: 0;background:radial-gradient(rgb(20 20 20 / 35%), rgb(0 0 0 / 1%));}			.spinner {width: 75px;height: 75px;display: inline-block;border-width: 5px;border-color: rgb(0 0 0 / 35%);border-top-color: #1e1e1e;animation: spin 1s infinite linear;border-radius: 100%;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;border-style: solid;}
@keyframes spin {
	100% {transform: rotate(360deg);}
}
.breadcrub_section {
  margin-top: 0;
}
.breadcrub_section a {
  color: #B23632;
  font-size: 14px;
  font-weight: 500;
}
.breadcrub_section li.active {
  font-weight:500;
  color: #B23632;
}
.breadcrub_section .breadcrumb-item + .breadcrumb-item::before {
  color: #B23632;
}
.breadcrub_section .register_breadcrub {
  display: none;
}

.line_input_box {
  position: relative;
}

.list-wrapper {
  padding: 30px 0;
  position: relative;
}
.list-wrapper .btn_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.list-wrapper .btn_row span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #777777;
}
.list-wrapper .btn_row .main-btn {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 25px;
  border-radius: 10px;
}
.aa-sort-form i{
    position: absolute;
    right: 14px;
    top: 31%;
    bottom: 0;
    margin: auto;
    color: #fff;
    
}
.list-wrapper .sidebar {
  border: 3px solid rgba(178, 54, 50, 0.2);
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.list-wrapper .sidebar .filter_footer {
  padding-top: 50px;
  border-top: 2px solid #f0d7d6;
  margin-top: 150px;
}
.list-wrapper .sidebar .filter_footer .filter_heading {
  padding-left: 0;
}
.list-wrapper .sidebar .filter_footer #myinput {
  background: linear-gradient(to right, #B23632 0%, #B23632 50%, #ADADAD 50%, #ADADAD 100%);
  border-radius: 8px;
  height: 7px;
  width: 100%;
  outline: none;
}
.list-wrapper .sidebar .filter_footer input[type=range]::-webkit-slider-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #B23632;
}
.list-wrapper .sidebar .filter_footer h5 span {
  font-weight: 400;
}
.list-wrapper .sidebar .filter_heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  background-color: #B23632;
  border-bottom: 2px solid #B23632;
  text-align: center;
  margin-bottom: 0;
}
.list-wrapper .sidebar .inner_heading {
  color: #B23632;
  font-size: 20px;
  font-weight: 700;
  display:block;
  margin-bottom:20px;
}
.list-wrapper .sidebar .metismenu .menu-level-2 {
  padding-top: 10px;
}
.list-wrapper .sidebar .metismenu .menu-level-2 .form-check {
  margin-bottom: 7px;
}
.list-wrapper .sidebar .metismenu .menu-level-2 .form-check label {
  display: flex;
  align-items: center;
}
.list-wrapper .sidebar .metismenu .menu-level-2 .form-check label span {
  line-height: auto;
  color: #B23632;
  font-weight: 600;
  font-size: 16px;
  padding-right: 5px;
}
.list-wrapper .sidebar .metismenu .menu-level-2 .form-check label p {
  margin-bottom: 0;
  color: #9E9E9E;
  font-weight: 500;
  font-size: 16px;
  padding-right: 5px;
}
.list-wrapper .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-wrapper .sidebar ul .item {
  padding: 20px; 
}
.list-wrapper .sidebar ul .item .link {
  position: relative;
  display: block;
}
/*.list-wrapper .sidebar ul .item .link[aria-expanded]:after {*/
/*  transition: all 0.2s ease-in-out;*/
/*  content: " ";*/
/*  height: 10px !important;*/
/*  width: 10px !important;*/
/*  border-style: solid !important;*/
/*  border-color: #B23632 !important;*/
/*  border-width: 0px 2px 2px 0px !important;*/
/*  transform: rotate(-45deg) !important;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  margin-top: 10px;*/
/*}*/
/*.list-wrapper .sidebar ul .item .link[aria-expanded=true]:after {*/
/*  transform: rotate(45deg) !important;*/
/*  right: 0;*/
/*}*/
.cart_details table tbody .price{
    font-size:14px;
}
.list-wrapper .sidebar ul .item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  color: #B23632;
}
.left_cat_active {
    font-weight: 600!important;
    font-size: 16px!important;
}
.list-wrapper .sidebar ul .item a i{
    padding-right:7px;
}
.payment_footer input{
  display: none;
}

.payment_method input:checked + label{
  background-color: #B23632!important;
  color: #fff !important;
}
.coupon_heading{
  font-size:18px;
  font-weight:500;
  padding-top:30px;
  text-align:center;
  color: #B23632;

}
.list-wrapper .sidebar ul .item #myinput {
  background: linear-gradient(to right, #B23632 0%, #B23632 50%, #ADADAD 50%, #ADADAD 100%);
  border-radius: 8px;
  height: 7px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
.list-wrapper .sidebar ul .item ul a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #777777;
  padding-top: 20px;
  display: inline-block;
}
.list-wrapper .sidebar ul .item ul a.inner_active {
  color: #B23632;
}
.list-wrapper .pagination-container {
  margin-top: 50px;
}
.list-wrapper .pagination-container ul {
  list-style: none;
  display: flex;
  justify-content: end;
}
.list-wrapper .pagination-container ul li span, .list-wrapper .pagination-container ul li a {
  font-weight: 400;
  font-size: 24px;
  padding: 15px;
  line-height: 24px;
  border: 1px solid #B23632;
  color: #B23632;
  transition: all 0.5s ease;
}
.list-wrapper .pagination-container ul li span.current, .list-wrapper .pagination-container ul li a.current {
  background: #B23632;
  color: #fff;
  display: block;
}
.list-wrapper .pagination-container ul li span:hover, .list-wrapper .pagination-container ul li a:hover {
  background-color: #B23632;
  color: #fff;
}
.list-wrapper .pagination-container ul li:first-child span, .list-wrapper .pagination-container ul li:first-child a {
  border-radius: 10px 0 0 10px;
}
.list-wrapper .pagination-container ul li:last-child a, .list-wrapper .pagination-container ul li:last-child span {
  border-radius: 0 10px 10px 0 !important;
}

.payment_summary {
  padding: 70px 0;
}
.payment_summary .form_row{
    
}
.payment_summary .detail_row {
  justify-content: space-between;
}
.payment_summary .detail_row .date p {
  font-size: 18px;
  font-weight: 700;
  color: #B23632;
  margin-bottom: 20px;
}
.payment_summary .product_row {
  background: #FFFFFF;
  border-bottom: 2px solid rgba(178, 54, 50, 0.2); 
  padding: 12px 20px;
  align-items: center;
  margin-bottom: 20px;
}
.payment_summary .product_row .product_box_main {
  display: flex;
  align-items: center;
}
.payment_summary .product_row .product_box_main .product_box {
  height: 100px;
  width: 100px;
  display: inline-block;
  text-align: center; 
  border-radius: 50%;
  margin-right: 20px;
} 
.payment_summary .product_row .product_box_main .product_name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.payment_summary .product_row .product_price {
  font-size: 16px;
  font-weight: 500;
  color: #B23632;
}
/*.payment_summary .product_row .product_price span {*/
/*  font-size: 28px;*/
/*  font-weight: 600;*/
/*}*/
.payment_summary .cart_total_box {
  background: #FFFFFF;
  border: 3px solid rgba(178, 54, 50, 0.2);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 25px 15px;
  margin-top: 45px;
}
.payment_summary .total_table tbody td {
  color: #B23632;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 12px;
}
.payment_summary .total_table tbody tr:last-child td {
  padding-bottom: 250px;
}
.payment_summary button.apply_coupon_code_box {
    background: #F5A73D;
}
.payment_summary .cod_method .bordered_btn {
    background-color: #F5A73D!important;
}
.payment_summary .total_table .main_row td {
  border-top: 3px solid rgba(178, 54, 50, 0.2);
  font-size: 16px;
  font-weight: 600;
  color: #B23632;
  padding-top: 15px;
}
.payment_summary .total_table .subtotal_row td {
    padding-bottom:20px;
    font-size:14px;
}

.payment_summary .total_table tfoot td:last-child{
    text-align:right;
}
.payment_summary .payment_footer {
  padding-top: 15px;
  text-align: center;
}
.payment_summary .payment_footer .pay_buttons {
  display: flex;
  justify-content: space-around;
}
.payment_summary .payment_footer .main-btn, .payment_summary .payment_footer .bordered_btn {
  padding: 12px 20px;
  line-height: 14px;
  margin: 0 10px;
  width: 50%;
}
.payment_summary .summary_form {
  border: 3px solid rgba(178, 54, 50, 0.2);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 50px 0;
  justify-content: center;
}
.payment_summary  .product_title {
    font-size:14px;
    font-weight:500;
    margin-bottom: 5px;
}

.payment_summary  .heading_span{
    color: #777777;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    padding-top: 5px; 
}

.payment_summary  .detail_span{
    color: #B23632;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    padding-top: 5px; 
}

.input_box {
  margin-bottom: 30px;
  position: relative;
}
.input_box h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #B23632;
}
.input_box input, .input_box textarea , .input_box select{
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #B23632;
}
.input_box input::-moz-placeholder, .input_box textarea::-moz-placeholder {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
}
.input_box input::placeholder, .input_box textarea::placeholder {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
}

.order_summary {
  padding: 70px 0;
}
.order_summary .product_row {
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #FFFFFF;
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 20px;
  margin-bottom: 30px;
}
.order_summary .product_box {
  height: 100px;
  width: 100px;
  display: inline-block;
  text-align: center;
  background-color: #f0d7d6;
  border-radius: 50%;
  margin-right: 20px;
}
.order_summary .product_name {
  color: #B23632;
  font-size: 16px;
  font-weight: 700;
} 
 
.order_summary .product_box_main {
  display: flex;
  align-items: center;
}
.order_summary .product_box_main .weight {
  color: #B5B5B5;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 10px;
  font-weight: 700;
}
.order_summary .product_box_main .weight span {
  color: #B23632;
  padding-left: 2px;
}
.order_summary .product_color {
  color: #B5B5B5;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 10px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_summary .product_color span {
  height: 25px;
  width: 25px;
  background-color: #F5AC08;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}
.order_summary .payment_mode .mode {
  color: #B5B5B5;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.order_summary .payment_mode .cod {
  font-size: 26px;
  font-weight: 600;
  color: #B23632;
  margin-bottom: 0;
}
.order_summary .product_price .price {
  font-size: 26px;
  color: #B23632;
  font-weight: 600;
  margin-bottom: 10px;
}
.order_summary .product_price .qt {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  color: #B5B5B5;
}
.order_summary .product_price .qt span {
  color: #B23632;
  font-size: 18px;
}
.order_summary .cart_total_box {
  background: #FFFFFF;
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
}
.order_summary .cart_total_box .total_table tbody td {
  padding-bottom: 12px;
  color: #B23632;
  font-size: 16px;
  font-weight: 600;
}
.order_summary .cart_total_box .total_table tbody tr:last-child td {
  padding-bottom: 50px;
}
.order_summary .cart_total_box .total_table tfoot {
  border-top: 2px solid #e5e5e5;
}
.order_summary .cart_total_box .total_table tfoot td {
  color: #B23632;
  font-weight: 600;
  padding: 25px 0 0;
  font-size: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777 !important;
  border-radius: 8px !important;
  font-size: 16px;
  padding: 10px 20px;
}

.select2-container .select2-selection--single {
  height: inherit !important;
}

.iti {
  display: block !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px !important;
  border: 1px solid #B23632 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 25% !important;
}

.login_section {
  padding: 110px 0 150px;
}
.login_section .inner_login_row {
  background-color: #fff;
  border: 3px solid rgba(178, 54, 50, 0.2);
  border-radius: 25px;
}
.login_section .inner_login_row .login_shape_bg {
  text-align: center;
}
.login_section .login_col_box {
  position: relative;
}
.login_section .login_col_box .register_form {
  display: none;
}
.login_section .login_col_box .inner_login_col_box {
  position: absolute;
  top: -12%;
  background: #FFFBFB;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.login_section .login_col_box .inner_login_col_box .tabs_row {
  margin: 40px 0 55px 0;
  text-align: center;
}
.login_section .login_col_box .inner_login_col_box .tabs_row .changable_tab {
  display: inline-block;
}
.login_section .login_col_box .inner_login_col_box .tabs_row .radio_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #B23632;
  border-radius: 35px;
  border: 5px solid #B23632;
}
.login_section .login_col_box .inner_login_col_box .tabs_row .radio_container input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.vodiapicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px; /* Add spacing to the right side of the select arrow */
  background: url('https://dbi.resel.co.in/myts/public/front/images/down_arrow.svg') no-repeat right 4px center; /* Replace "path/to/custom-arrow.png" with the path to your custom arrow image */
}

/* Optional: Style the select element further */
.vodiapicker {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  color: #333; 
}
.login_section .login_col_box .inner_login_col_box .tabs_row .radio_container input:checked + label {
  background-color: #fff;
  color: #B23632;
}
.login_section .login_col_box .inner_login_col_box .tabs_row .radio_container label {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #F5EDE6;
  padding: 11px 25px;
  border-radius: 50px;
  cursor:pointer;
}
.login_section .login_col_box .inner_login_col_box .main_form {
  padding: 0 90px;
}
.login_section .login_col_box .inner_login_col_box .main_form .line_input_box label {
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  color: #B23632;
  display: block;
  margin-bottom: 5px;
}
.login_section .login_col_box .inner_login_col_box .main_form .line_input_box input, .login_section .login_col_box .inner_login_col_box .main_form .line_input_box textarea {
  padding: 13px 20px 13px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  border: 1px solid #d48c8a;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
}
.login_section .login_col_box .inner_login_col_box .main_form .line_input_box input::-moz-placeholder, .login_section .login_col_box .inner_login_col_box .main_form .line_input_box textarea::-moz-placeholder {
  color: #ADADAD;
  font-size: 14px;
}
.login_section .login_col_box .inner_login_col_box .main_form .line_input_box input::placeholder, .login_section .login_col_box .inner_login_col_box .main_form .line_input_box textarea::placeholder {
  color: #ADADAD;
  font-size: 14px;
}
.login_section .login_col_box .inner_login_col_box .main_form .line_input_box input:focus, .login_section .login_col_box .inner_login_col_box .main_form .line_input_box textarea:focus {
  outline: none;
}
.login_section .login_col_box .inner_login_col_box .main_form .form-check {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.login_section .login_col_box .inner_login_col_box .main_form .form-check .form-check-input {
  padding: 0;
  margin: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #B23632;
}
.login_section .login_col_box .inner_login_col_box .main_form .form-check label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  margin-left: 10px;
  color: #ADADAD;
}
.login_section .login_col_box .inner_login_col_box .main_form .form-check input:checked {
  background-color: #B23632;
  border: 1px solid #B23632;
}
.login_section .login_col_box .inner_login_col_box .main_form .forgot_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #ADADAD;
  margin-bottom: 10px;
  display: inline-block;
}
.login_section .login_col_box .inner_login_col_box .main_form .main-btn {
  padding: 15px 45px;
  font-size: 16px;
}
.login_section .login_col_box .inner_login_col_box .main_form .form_divider {
  position: relative;
  margin: 50px 0 20px;
  text-align: center;
}
.login_section .login_col_box .inner_login_col_box .main_form .form_divider::after {
  content: "";
  top: 12px;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #e7bfbe;
}
.login_section .login_col_box .inner_login_col_box .main_form .form_divider h4 {
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ADADAD;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  display: inline-block;
}
.login_section .login_col_box .inner_login_col_box .main_form .social_login {
  text-align: center;
  margin-bottom: 50px;
}
.login_section .login_col_box .inner_login_col_box .main_form .social_login a {
  margin: 0 7px;
}

.validate-has-error {
  color: #B23632;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 3px;
  left: 15px;
}

.input_box {
  justify-content: center;
}
.input_box .validate-has-error {
  bottom: -20px !important;
  left: 15px !important;
}

.my_account {
  padding: 70px 0;
}
.my_account .account_row {
  background: #FFFFFF;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 80px 0;
}
.my_account .profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.my_account .profile-pic input {
  display: none;
}
.my_account .profile-pic img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 185px;
  height: 185px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.my_account .profile-pic .-label {
  cursor: pointer;
  height: 185px;
  width: 185px;
  transition: all 0.5s ease;
}
.my_account .profile-pic .-label svg {
  opacity: 0;
}
.my_account .profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(252, 232, 216, 0.5882352941);
  z-index: 10000;
  color: #fafafa;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100px;
  margin-bottom: 0;
}
.my_account .profile-pic:hover .-label svg {
  opacity: 1;
  width: 25px;
}

.order_section {
  padding: 50px 0;
}
.order_section .detail_row {
  margin-bottom: 30px;
}
.order_section .dropdown i {
  color: #B23632;
  font-size: 24px;
}
.order_section .dropdown .dropdown-menu {
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}
.order_section .dropdown .dropdown-menu a {
  padding: 10px 0;
  font-size: 16px;
  color: #777777;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.1s ease;
}
.order_section .dropdown .dropdown-menu a:hover {
  color: #B23632;
  background: transparent;
}
.order_section .detail_row {
  padding: 30px 20px;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 20px;
}
.order_section .detail_row .order_label {
  font-size: 14px;
  color: #B5B5B5;
  font-weight: 600;
  margin-bottom: 5px;
}
.order_section .detail_row .order_data {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  color: #B23632;
}
.order_section .detail_row .order_data span {
  font-size: 16px;
}
.order_section .detail_row .order_detail_box .order_no {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #B23632;
}
.inner_cart_box{
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;
}
.inner_cart_box .main_cart_box{
    padding:10px 20px;
    border-bottom:1px solid #ddd;
    display:flex ;
}
.right_box .remove_href {
    font-size:12px;
    color:#000;
}
.right_box .remove_href img{
    width:16px;
    margin-left:5px;
}
.inner_cart_box .right_box{
    text-align:right;
}
.inner_cart_box .right_box .real_price{
    font-size:16px;
    color: #B23632;
    margin-bottom:2px;
}
.inner_cart_box  .qty_cart{

    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 60px;
    margin: 0px 0 7px 17px;
    font-size: 14px;
}
.order_cart_box{
    padding:20px 15px;
    border:1px solid #ddd;
    border-radius:8px;
}
.order_cart_box .checkout_items .item_row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:5px;
}
.order_cart_box .checkout_items .saved_text{
    color:rgb(0, 153, 89);
    font-size:12px;
    font-weight:500;
    padding:7px 0 20px 0;
    text-align:right;
}
.order_cart_box .checkout_items .item_row p{
    color:#666;
    font-size:14px;
    margin-bottom:0
}
.checkout_items .item_total_row{
    padding:7px 0 12px 0;
    border-bottom:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.secure_payment p{
    font-size:14px;
    margin-bottom:7px;
    color:#ddd;
}
.secure_payment 
.checkout_items .item_total_row p{
    margin-bottom:0;
    font-size:18px;
    font-weight:600;
}
.order_cart_box .summary_title{
    font-size:18px;
    font-weight:600;
    color:rgb(40, 40, 40);
}
.inner_cart_box .right_box .deleted_price{
    font-size:14px;
    margin-bottom:0px;
    color: #777777 !important;
}
.inner_cart_box .main_cart_box .image_box{
    height:120px;
    width:120px; 
    display:flex;
    align-items:center;
    justify-content:center;
}
.inner_cart_box .main_cart_box .name_box p{
    font-size:14px;
    font-weight:400;
    color:rgb(85, 85, 85);
    font-weight:500;
    padding-left:15px;
    width:70%;
}
.inner_cart_box .main_cart_box .image_box img{
    width:100%;
}
.inner_cart_box .heading_cart p{
    padding:7px 15px;
    margin-bottom:0;
    font-weight:600;
    color:#B23632;
    background:#f3f5f6;
}
.about_section {
  padding: 50px 0;
}
.about_section p{
    text-align:justify;
}
.about_section .about_row {
  padding: 100px 0;
  border-radius: 50px; 
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 0;
} 
.about_section .about_row .logo_box {
  text-align: center;
  background: #fff;
  padding: 64px;
  border-radius: 50%;
}
.about_section .about_row .about_text .about_heading {
  color: #B23632;
  line-height: 50px;
  font-size: 42px;
  font-weight: 700;
}
.about_section .about_row .about_text p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
  padding-top: 20px;
}

.mission_section {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
.mission_section .mission_row {
  padding-top: 100px;
}
.mission_section .mission_bg {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
.mission_section .mission_part_text {
  padding: 120px 0;
}
.mission_section .mission_part_text .mission_heading {
  color: #B23632;
  line-height: 50px;
  font-size: 42px;
  font-weight: 700;
}
.mission_section .mission_part_text .mission_text {
  color: #B23632;
  font-size: 18px;
  padding-top: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-right: 50px;
}
.mission_section .img_box {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}
.mission_section .img_box img {
  border-radius: 10px;
  width: 100%;
}
.cart_total_box .price_rows{
    display: flex;
    padding: 7px 0;
    border-top: 1px dashed #ccc;
    align-items: center;
    justify-content: space-between;
}
.cart_total_box  .product_name{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}
.cart_total_box .price_rows .price_box .normal_text {
    color: #504e4e;
    font-size: 16px;
    font-weight: 500;
}
.faq_section .accordion-button::after {
  height: 10px !important;
  width: 10px !important;
  border-style: solid !important;
  border-color: #B23632 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(-45deg);
  background: transparent;
}
.faq_section .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg) !important;
  border-color: #fff !important;
}
.faq_section .accordion-body {
  padding-left: 10px;
}
.faq_section .accordion-body p {
  color: #777777;
  font-size: 18px;
  line-height: 32px;
}
.faq_section .accordion-item {
  background-color: transparent;
  border: 0;
  margin-bottom: 15px;
}
.faq_section .accordion-button:not(.collapsed) {
  background-color: #B23632;
  color: #fff;
}
.faq_section .accordion-button:focus {
  box-shadow: none;
}
.faq_section .accordion-button {
  border-radius: 10px !important;
  background-color: transparent;
  border: 1px solid #B23632;
  font-size: 16px;
  font-weight: 600;
  color: #B23632;
}

.tnc_section .updated_date {
  color: #B23632;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 22px;
}
.tnc_section .normal_text {
  color: #777777;
  font-size: 16px;
  margin-bottom: 30px;
}

.blog_section {
  padding: 70px 0 20px;
}
.blog_section .blog_box {
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  margin-bottom: 30px;
}
.blog_section .blog_box .blog_img {
  border-radius: 15px;
  overflow: hidden;
}
.blog_section .blog_box .blog_img img {
  width: 100%;
}
.blog_section .blog_box .blog_text {
  padding: 30px;
}
.blog_section .blog_box .blog_text .date_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_section .blog_box .blog_text .date_row div {
  display: flex;
  align-items: center;
}
.blog_section .blog_box .blog_text .date_row .calender_icon img {
  padding: 6px;
  border-radius: 8px;
  background-color: #fce8d8;
  width: 28px;
}
.blog_section .blog_box .blog_text .date_row span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #777777;
  padding-left: 16px;
}
.blog_section .blog_box .blog_text .blog_content h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #B23632;
  margin: 25px 0 12px 0;
}
.blog_section .blog_box .blog_text .blog_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #000;
}
.blog_section .blog_box .blog_text .read_btn a {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #B23632 !important;
  padding-top: 15px;
  display: block;
  text-align: center;
}

.blog_details_section {
  padding: 70px 0;
}
.blog_details_section .blog_img img {
  width: 100%;
  border-radius: 20px;
}
.blog_details_section .blog_content {
  padding: 50px 0 0;
}
.blog_details_section .blog_content .date_row {
  display: flex;
  align-items: center;
}
.blog_details_section .blog_content .date_row .date {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.blog_details_section .blog_content .date_row .date .calender_icon {
  margin-right: 12px;
}
.blog_details_section .blog_content .date_row .date span {
  color: #777777;
  font-size: 18px;
  font-weight: 600;
}
.blog_details_section .blog_content .date_row .calender_icon img {
  padding: 7px;
  border-radius: 8px;
  background-color: #fce8d8;
  width: 32px;
}
.blog_details_section .blog_content .desc {
  padding-top: 50px;
}
.blog_details_section .blog_content .desc .blog_title {
  color: #B23632;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 24px;
}

.privacy_section {
  padding: 70px 0;
}
.privacy_section .privacy_bg {
  text-align: center;
}
.privacy_section .privacy_bg img {
  width: 30%;
}
.privacy_section .privacy_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #B23632;
}
.privacy_section .privacy_content p {
  color: #777777;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
  font-weight: 400;
}

.latest_blog .main_heading h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 24px;
  color: #B23632;
}

.payment_status_page {
  padding: 100px 0;
}
.payment_status_page .payment_row {
  justify-content: space-between;
  align-items: center;
}
.payment_status_page .payment_row .payment_img img {
  width: 100%;
}
.payment_status_page .payment_details .heading {
  font-size: 42px;
  margin: 30px 0 10px;
  padding: 0 70px;
  line-height: 56px;
  font-weight: 700;
}
.payment_status_page .payment_details .heading.success {
  color: #3A9A03;
}
.payment_status_page .payment_details .heading.danger {
  color: #FF0000;
}
.payment_status_page .payment_details .normal_text {
  font-size: 18px;
  line-height: 28px;
  color: #777777;
  padding: 0 40px;
}
.payment_status_page .main-btn.outline {
  background: transparent;
  color: #B23632 !important;
  border: 1px solid #B23632;
  margin-right: 25px;
  transition: all 0.5s ease;
}
.payment_status_page .main-btn.outline:hover {
  color: #fff !important;
  background-color: #B23632;
}

.contact_section {
  padding: 100px 0;
  margin-bottom: 50px;
}
.contact_section .inner_login_row {
  position: relative;
}
.contact_section .inner_login_row .contact_first_shape {
  position: absolute;
  left: -12px;
  width: 150px;
  top: 15%;
  z-index: 0;
}
.contact_section .inner_login_row .contact_second_shape {
  position: absolute;
  left: 30%;
  width: 200px;
  top: 0;
}
.contact_section .main_form {
  padding: 0 50px !important;
}
.contact_section .inner_login_col_box {
  padding: 70px 0;
}
.contact_section input {
  margin-bottom: 30px !important;
}
.contact_section .contact_heading {
  font-size: 24px;
  color: #B23632;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.contact_section .contact_desc {
  padding: 70px 50px 100px;
}
.contact_section .contact_desc .location {
  border-bottom: 2px solid #e5e5e5;
  padding-top: 50px;
  text-align: left;
}
.contact_section .contact_desc .location h5 {
  color: #B23632;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.contact_section .contact_desc .location h5:last-child {
  padding-bottom: 10px;
}
.contact_section .contact_desc .number_row {
  padding-top: 25px;
}
.contact_section .contact_desc .number_row .number_box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact_section .contact_desc .number_row .number_box img {
  width: 30px;
  padding-right: 10px;
}
.contact_section .contact_desc .number_row .number_box span {
  color: #B23632;
  font-size: 18px;
  font-weight: 500;
}

.mail_text{
    font-size:14px;
}
.order_summery {
  padding: 50px 0;
}
.order_summery .form_box {
  padding: 30px 50px;
  background: #FFFFFF;
  border: 3px solid rgba(178, 54, 50, 0.2);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.oops_section {
  padding: 50px 0;
  text-align: center;
}
.oops_section .oops_heading {
  padding: 70px 0;
}
.oops_section .oops_heading h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #B23632;
}
.oops_section .part_text {
  padding: 30px 0;
}
.oops_section .part_text .normal_text {
  color: #B5B5B5;
  font-size: 20px;
  padding-bottom: 20px;
}

.test nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.test nav li {
  display: inline-block;
  position: relative;
}
.test nav li:hover .mega-menu {
  display: block;
}
.test nav a {
  display: block;
  padding: 10px;
}
.test .mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 200px; /* Adjust width as needed */
  padding: 20px;
}

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

  nav li {
    display: block;
  }
  .mega-menu {
    position: static;
    display: none;
  }
  nav li:hover .mega-menu {
    display: block;
  }
}
.not_found_section {
  position: relative;
  height: 100vh;
}
.not_found_section .notfound_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.not_found_section .oops_main_text {
  position: absolute;
  bottom: 0;
  top: 20%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.not_found_section .oops_heading h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #B23632;
}
.not_found_section .part_text p {
  color: #B23632;
  font-size: 22px;
  line-height: 30px;
  margin: 30px 0;
}
.not_found_section .not_found_bottom_shape {
  position: absolute;
  bottom: 0;
}
.not_found_section .not_found_bottom_shape.not_found_bottom_left {
  left: 0;
}
.not_found_section .not_found_bottom_shape.not_found_bottom_right {
  right: 0;
}

.qty-btn-minus, .qty-btn-plus {
  background-color: #B23632;
  border-radius: 50%;
  color: #fff;
  padding: 5px !important;
  cursor: pointer;
}
.aa-cartbox-summary1 .main-btn img{
    width:40px;
}
.input-qty { 
    width: 40px;
    padding:2px;
    text-align: center;
    color: #B23632;
    border-radius:2px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #B23632;
}

.cart_details {
  padding-top: 80px;
}
.cart_details table {
  width: 100%;
  padding-top: 15px;
}
.cart_details table thead {
  border-bottom: 2px solid #eedad4;
}
.cart_details table thead th {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #B23632;
  padding: 5px 0;
}
.cart_details table thead th:first-child {
  text-align: left;
}
.cart_details table tbody tr {
  position: relative;
  background: #FFFFFF;
}
.cart_details table tbody tr td {
  padding: 15px;
  text-align: center;
}
.cart_details table tbody tr td .delete_icon {
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 5px;
}
.cart_details table tbody tr td .deleted_price {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 2px;
  text-transform: capitalize;
  color: #777777 !important;
  display: block;
}
.cart_details table tbody tr td .deleted_price  .aed_text{
    color:#777777!important;
    font-size:14px;
}
.cart_details table tbody tr td span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #B23632;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cart_details table tbody tr td .product_box {
  height: 100px;
  width: 100px;
  position:relative;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.payment_summary .product_row .product_box_main .product_box .cart_product{
    max-width:100%;
    max-height:100%;
}
.cart_details table tbody tr td .product_box img{
    max-width:100%;
    max-height:100%;
}
.cart_details .aed_text{
    font-size: 14px;
    padding-left: 2px;
}
.aed_text{
    font-size: 12px;
    padding-left: 2px;
}
.cart_details  .price_name{
    width:400px;
    text-align:left; 
}
.cart_details  .price_name span{
    color:#000!important;
    display:block;
    padding-bottom: 10px;
}
.cart_details table tbody tr td i {
  padding: 0 7px;
}
.cart_details table tbody tr td:first-child {
  border-radius: 20px 0 0 20px;
}
.cart_details table tbody tr td:last-child {
  border-radius: 0 20px 20px 0;
}
.cart_details .cart_total_box {
  background: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px 20px 40px 20px;
}
.cart_details .cart_total_box .cart_heading {
  text-align: center;
}
.cart_details .cart_total_box .cart_heading h5 {
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  text-transform: capitalize;
  color: #B23632;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #B23632;
}
.cart_details .cart_total_box form {
  margin: 40px 0 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #e5e5e5;
  display: flex;
}
.cart_details .cart_total_box form .form-control {
  width: auto;
  margin-right: 15px;
  border: 1px solid #B23632;
}
.cart_details .cart_total_box form .main-btn {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 10px;
  border: 0;
}
.cart_details .cart_total_box .total_table tbody tr td {
  padding: 10px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #B23632;
}
.cart_details .cart_total_box .total_table tbody tr td:first-child {
  text-align: left;
}
.cart_details .cart_total_box .total_table tbody tr td:last-child {
  text-align: right;
}
.cart_details .cart_total_box .items_total {
  min-height: 200px;
}
.cart_details .cart_total_box .total_footer {
  border-top: 2px solid #e5e5e5;
  padding: 20px 0;
}
.cart_details .cart_total_box .total_footer span {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #B23632;
}
.cart_details .cart_total_box .total_footer .total_text {
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #B23632;
}

.product_detail_section {
  padding: 40px 0;
  position: relative;
}
.product_detail_section > .row {
  justify-content: space-between;
}
.product_detail_section .image_box .inner_box_image {
  height: 450px;
  width: 450px;
  border: 3px solid rgba(178, 54, 50, 0.2);
  border-radius: 25px;
  text-align: center;
  overflow:hidden;
  position:relative;
}
.product_detail_section .image_box .inner_box_image img {
  max-width: 100%;
  max-height:100%;
}
.product_detail_section .image_box .changable_image_row {
  display: flex;
  margin-top: 20px;
}
.category_section .swiper-wrapper .product_box .part_img {
    height: 200px;
    width: 100%;
    max-width:100%;
}
.product_detail_section .image_box .changable_image_row .mini_img_box {
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 25px;
  height: 80px;
  width: 80px; 
  cursor: pointer;
  overflow:hidden;
  text-align:center;
}
.product_detail_section .image_box .changable_image_row .mini_img_box img {
  max-width: 100%;
  max-height:100%;
}
.product_detail_section .product_detail_box .discount_badge p {
  color: #B23632;
  background-color: #f0d7d6;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
}
.product_detail_section .product_notice_row{
    
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_detail_section .product_detail_box .product_notice_row p{
    margin-bottom:0;
    font-size:16px;
    color:#B23632;
    font-weight:500;
}
.product_detail_section .product_detail_box .product_notice_row p span{
    font-weight:600;
    padding-left:5px;
    font-weight:700;
    text-decoration: underline;
}
.product_name .product_rating_row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:15px;
}
.product_name .product_rating_row i{
    font-size:15px;
    color:#FF9900;
}
.product_name .product_rating_row i.gray{
    color:#D9D9D9;
} 
.product_name .product_rating_row  span{
    color: #777777;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700;
}
.product_detail_box .disable_price{
    /*display:inline-block;*/
}
.vat_text{
    color:#B23632;
} 
.main_row .vat_text{
    font-size:14px;
}
.product_radio input[type="radio"] {
    display: none;
}
 
.product_detail_box .custom-radio {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}
.product_detail_box .product_radio{
    padding-top:10px;
}
.product_detail_box .product_radio label{
    color:#B23632;
    font-weight:400;
}
.product_detail_box .product_radio .radio-button {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #B23632;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
}
.product_detail_box .product_radio .col-6{
    padding-right:0;
} 
.product_detail_box input[type="radio"]:checked + .radio-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: #B23632;
    border-radius: 50%;
}
 
.product_detail_box .custom-radio:hover .radio-button {
    border-color: #B23632;
}
.swiper-button-lock {
    display: none!important;
}
.product_detail_section .product_detail_box .product_name h2 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom:8px;
}
.product_detail_section h3.sixty_kg_price{
    color:#000;
    font-size:22px;
    font-weight:600;
}
.vat_text{
    font-size:14px;
    font-weight:600;
}
.product_detail_section .product_detail_box .product_name .disable_price {
  color: #777777;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  font-weight:500;
}
.product_detail_section .product_detail_box .product_name .disable_price::after {
content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    bottom: 2px;
    width: 100%;
    background-color: #777777;
    margin: auto;
    transform: rotate(-2deg);
}
.product_detail_section .product_detail_box .product_description {
  padding-top: 20px;
}
.product_detail_section .product_detail_box .product_description span{
    color:#000!important;
}
.product_detail_section .product_detail_box .product_description  .product_table_row 
.product_detail_section .product_detail_box .product_description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #B5B5B5;
}
.product_detail_section .product_detail_box .color_panel {
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 20px;
  padding: 0 15px;
  margin-top:10px;
}
.product_detail_section .product_detail_box .color_panel .radio_container {
  display: flex;
  align-items: center;
}
.product_detail_section .product_detail_box .color_panel .radio_container .changable_div {
  padding-left: 7px;
  display: flex;
  align-items: center;
  overflow:auto;
}
.category_section .product_box .part_img{
    
    height: 200px;
    width:280px;
    max-width:100%;
    position:relative;
}
.category_section .list-item .col-xl-3{
    margin-bottom:20px;
}
.changable_div::-webkit-scrollbar {

    width: 7px;
    height: 5px;
        
    }
    
    .changable_div::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 15px;
    }
    
    .changable_div::-webkit-scrollbar-thumb {
        background: #b23632a1;
        border-radius: 15px;
    }
    
    .changable_div::-webkit-scrollbar-thumb:hover {
        background: #b23632a1;
    }
    
  .color_panel .radio_container span {
  color: #B23632;
  font-size: 16px;
  min-width:75px;
  font-weight: 600;
  padding-right: 15px;
  line-height: 58px;
  display: inline-block;
  border-right: 2px solid rgba(178, 54, 50, 0.2);
}
.contact_form .input_box p{
    margin-bottom: 1px;
    color: #b23632;
    font-weight: 500;
}
.contact_section input{
    margin-bottom: 0!important;
}
.contact_section .contact_part .contact_box .icon_box {
    padding-right: 10px;
}
.contact_section .contact_part .contact_box {
    display: flex;
    margin-bottom: 30px;
}

.contact_section .contact_part .contact_text {
    color: #261E05;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact_section .contact_part h5 {
    color: #261E05;
    font-size: 24px;
    font-weight: 600;
}
.contact_section .contact_part .contact_box .contact_key {
    margin-bottom: 2px;
    font-size: 16px;
    color: #261E05;
    font-weight: 400;
}
.contact_section .contact_part .contact_box .contact_value {
    font-weight: 600;
    color: #261E05;
    margin-bottom: 0;
}
.list-wrapper .changable_div{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:0;
}
.list-wrapper .changable_div .color_radio{

    border: 1px solid #B23632;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin:0 3px;
    display: inline-block;
    overflow: hidden;
}
.list-wrapper .changable_div .color_radio img{
    width:100%;
}
  .color_panel .radio_container input {
  display: none;
}
  .color_panel .radio_container label {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #D9D9D9;
    margin-right: 15px;
    margin-top: 10px;
    cursor:pointer;
}
  .price_panel {
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 20px;
  padding: 0 0 0 15px;
  overflow: hidden;
  margin-top: 15px;
  color: #B23632;
  font-weight: 600;
}
  .color_radio input[type="radio"]:checked + label {
    border-color: #B23632; 
}
.product_detail_section .product_service_row{
    margin-top:20px;
}
.product_detail_section .product_service_row p{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    color:#000000;
}
.product_detail_section .product_service_row .three_box{
    display:flex;
    align-items:center;
}
.product_detail_section .product_service_row .three_box .service_box span{
    color:#777777;
    font-size:16px;
    padding-left:2px;
    padding-right:20px;
}
.product_detail_section .product_detail_box .price_panel .weight_border {
  border-right: 2px solid rgba(178, 54, 50, 0.2);
}
.product_detail_section .product_detail_box .price_panel .radio_container {
  display: flex;
  align-items: center;
}
.product_detail_section .product_detail_box .price_panel .changable_div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
}
.product_detail_section .product_detail_box .price_panel .changable_div .row {
  width: 100%;
}
.product_detail_section .product_detail_box .price_panel .changable_div .row input {
  display: none;
}
.product_detail_section .product_detail_box .price_panel .changable_div .price_box {
  line-height: 58px;
  border-right: 2px solid rgba(178, 54, 50, 0.2);
  justify-content: center;
  display: flex;
  padding: 0;
}
.product_detail_section .product_detail_box .price_panel .changable_div .price_box input:checked + .inner_price_box {
  background-color: #B23632;
}
.product_detail_section .product_detail_box .price_panel .changable_div .price_box input:checked + .inner_price_box span {
  color: #fff;
}
.product_detail_section .product_detail_box .price_panel .changable_div .price_box:last-child {
  border-right: 0;
}
.product_detail_section .product_detail_box .price_panel .changable_div .price_box .inner_price_box {
  display: flex;
  width: 100%;
  justify-content: center;
}
.product_detail_section .product_detail_box .price_panel span {
  line-height: 58px;
  display: inline-block;
  padding-right: 7px;
}
.site-menu .has-children > a:before{
    display:none;
}
.product_detail_section .product_detail_box .buy_row {
  padding-top: 25px;
  display: flex;
}
.product_detail_section{
    padding:25px 0;
}
.product_detail_section .product_detail_box .buy_row button {
  font-size: 16px;
  padding: 0 50px;
}
.product_detail_section .product_detail_box .buy_row .input-qty {
  min-width: 25px;
}
.product_detail_section .product_detail_box .buy_row .outline_btn {
  border: 1px solid #B23632;
  display: inline-block;
  padding: 12px 7px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  margin-right: 20px;
}
.product_detail_section .product_detail_box .buy_row .outline_btn.add_to_cart_btn {
  padding: 0 25px;
  font-size: 16px;
  color: #FFFFFF;
  background:#B23632;
  font-weight: 500;
}
.product_detail_section .product_detail_box .buy_row .outline_btn.add_to_cart_btn svg {
  margin-left: 15px;
  padding-left:5px;
}
.product_detail_section .product_detail_box .buy_row .qty-btn-minus, .product_detail_section .product_detail_box .buy_row .qty-btn-plus {
  color: #B23632;
  background-color: transparent;
}

.product_desc_section {
  padding-bottom: 50px;
}
.product_desc_section .product_table_row {
  border: 3px solid #d89a98;
  padding: 10px 30px;
  border-radius: 25px;
}
.product_desc_section .product_table_row .row:last-child .product_detail {
  border-bottom: 0;
}
.product_desc_section .product_table_row .product_detail {
  border-bottom: 1px solid #d89a98;
  padding: 15px 0;
  height: 100%;
  margin: 0 10px;
} 
.product_desc_section .product_table_row .product_detail span:first-child {
  width: 200px;
}
.product_desc_section .product_table_row .product_detail span.title_td {
  font-weight: 600;
}

.product_deacription {
  padding: 50px 0;
}
.product_deacription .product_desc_header {
  padding: 20px 0;
  border-bottom: 2px solid #e5e5e5;
}
.product_deacription .product_desc_header .nav-link {
  border: 1px solid #B23632;
  margin-right: 20px;
  width: 190px;
  padding: 12px 10px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #B23632;
}
.product_deacription .product_desc_header .nav-link.active {
  color: #fff;
  background-color: #B23632;
}
.product_deacription .product_desc_body .desc_box {
  padding: 70px 0;
}
.product_deacription .product_desc_body .desc_box p {
  color: #B5B5B5;
  font-size: 16px;
  line-height: 24px;
}

.product_main_desc_section{
    padding:50px 0;
}


.product_main_desc_section .nav{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #ededed;
}
.product_main_desc_section .nav-pills .nav-link.active,.product_main_desc_section .nav-pills .show>.nav-link{
    background:#B23632;
    color:#fff;
}
.product_main_desc_section .reviews .review_box {
    display: flex;
    padding: 40px 0;
    border-bottom: 2px solid #F4F4F5;
}
.product_main_desc_section .reviews .review_box .user_pic {
    height: 70px;
    min-width: 70px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    max-width: 70px;
}
.product_main_desc_section .reviews .review_box .user_pic img {
    width: 100%;
}
.product_main_desc_section .reviews .review_box .user_desc .user_stars {
    padding-bottom: 15px;
    display: flex;
    color: #F59E0B;
    font-size: 16px;
}
.product_main_desc_section .reviews .review_box .user_desc .user_stars i {
    margin-right: 5px;
}
.product_main_desc_section .reviews .review_box .user_desc .user_stars i.gray{
    color:#D4D4D8;
}
.product_main_desc_section .reviews .review_box .user_desc .user_review p {
    color: #18181B;
    font-size: 16px;
    line-height: 24px;
}
.product_main_desc_section .reviews .review_box .user_desc .user_name p {
    color: #18181B;
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.product_main_desc_section .reviews .review_box .user_desc .review_date p {
    color: #71717A;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.product_main_desc_section .nav-pills .nav-link{
    padding:12px 50px;
    font-size:16px;
    border: 1px solid #B23632;
    margin-right:15px;
    border-radius: 15px;
    color:#000;
    font-weight:500;
}


.product_main_desc_section .product_description p{
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.page_heading h2 {
  color: #B23632;
  font-size: 34px;
  font-weight: 600;
  padding: 70px 0;
  text-align: center;
}
.page_heading h2 i {
  padding-right: 20px;
}

.wishlist_section .header_row {
  border-bottom: 2px solid #eedad4;
  padding: 10px 0;
}
.wishlist_section .header_row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wishlist_section .header_row span {
  color: #B23632;
  font-size: 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  padding: 17px 0;
}
.wishlist_section .content_row {
  background-color: #fff;
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 20px;
  align-items: center;
  padding: 25px 15px;
  margin-top: 30px;
}
.wishlist_section .content_row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wishlist_section .content_row .col-12 .row {
  align-items: center;
}
.wishlist_section .content_row .product_box {
  height: 100px;
  width: 100px;
  display: inline-block;
  text-align: center;
  background-color: #95D6E7;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wishlist_section .content_row .main-btn {
  font-size: 16px;
  border: 0;
  padding: 12px 30px;
  font-weight: 600;
}
.wishlist_section .content_row .main-btn img {
  width: 20px;
  padding-right: 7px;
}
.wishlist_section .content_row .added_text {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  color: #ADADAD;
}
.wishlist_section .content_row span {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #B23632;
}
.wishlist_section .content_row span.deleted_price {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 2px;
  text-transform: capitalize;
  color: #777777 !important;
  padding-right: 7px;
}
.wishlist_section .content_row span.extra_span {
  font-weight: 700;
}
.wishlist_section .content_row span.normal_text {
  color: #ADADAD;
  font-weight: 600;
  font-size: 16px;
}
.wishlist_section .product_box {
  background-color: #e8c9c2 !important;
  margin-bottom: 0 !important;
}

.mini_img_box:has(> img.active) {
  border: 2px solid #B23632 !important;
}

.fade:not(.show) {
  display: none !important;
}

.yellow_section, .blue_section, .eighty_kg_price, .ninty_kg_price, .hundred_kg_price {
  display: none;
}

.scroll_top_btn {
  opacity: 0;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}

.scroll_top_btn img {
  width: 80px;
}
 
 .blog_detail_row .blog_img img{
    width:100%;
 }
 .blog_detail_row .blog_text{
     padding-top:30px;
 }
 .blog_detail_row .blog_text .blog_content h5{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #B23632;
    margin: 20px 0 10px 0;
 }
 .blog_detail_row .blog_text .blog_content p{
     
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000;
    line-height: 24px; 
 }
.blog_detail_row .blog_text .date_row span{
    color: #222222;
    padding-bottom: 10px;
    display: block;
}
.other_blogs .blog-detail-swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.other_blogs .blog_img{
    width:100%;
    height:300px;
    position:relative;
}
 .other_blogs .blog_box{
     bordeR:1px solid #B23632;
 }
 .other_blogs .blog_box .blog_text{
     padding:10px 20px;
 }
 .other_blogs .blog_box .blog_text .date_row{
     display:flex;
     align-items:center;
     justify-content:space-between;
 }
 .other_blogs .blog_box .blog_text .date_row span{
     
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #777777; 
 }
 .other_blogs .blog_text .blog_content h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #B23632;
    margin: 10px 0 10px 0;
 }
 .other_blogs .blog_text .blog_content p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000;
    line-height: 24px;
    max-height: 110px;
    overflow: hidden;
 }
 .other_blogs .blog_box .blog_text .read_btn a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #B23632 !important;
    padding-top: 35px;
    display: block;
}
.other_blogs .blog_img img{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
    
    width: auto;
    height: auto;
}
.cat_link{
    font-size: 14px;
    line-height: 10px;
}
.currency_select {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
     
} 
.currency_select::-ms-expand {
    display: none;  
}
  .testimonial-swiper{
    background: #96d5e9;
    height: 100%;
  }

@media (max-width: 376px) {
  .banner_section .swiper-button-prev8 {
    left: 35% !important;
  }
  .banner_section .swiper-button-next8 {
    right: 35% !important;
  }
  .second_section .category_shape {
    width: auto !important;
  }
  .main_heading h4 {
    font-size: 35px !important;
    padding-bottom: 5px !important;
  }
  .collection_section {
    padding-bottom: 40px;
  }
  .blog .blog_bg {
    width: 300% !important;
  }
  .blog .swiper-slide {
    margin-top: 70px;
  }
  .blog .blog_box .blog_text {
    padding: 10px;
  }
  .blog .blog_box .blog_text .read_btn a {
    font-size: 18px;
  } 
}
@media (min-width: 1200px) and (max-width: 1440px) {
 
  .cart_details table tbody tr td {
    padding: 10px !important;
  } 
  .category_section .product_box .part_img .featured_product{
      width:auto;
  }
  .cart_details table tbody tr td .product_box {
    display: block !important;
  }
  .cart_details table tbody tr td span {
    display: inline-block !important;
    padding-top: 10px;
    text-align: left;
  }
  .cart_details table tbody tr td .delete_icon {
    width: 30px;
  }
  .cart_details table img {
    width: 100%;
  }
  .cart_details .main-btn {
    padding: 17px 35px;
    font-size: 18px;
    line-height: 18px;
  }
  .process_section {
    padding: 70px 0;
  }
  .testimonial .changable_review .testimonial_review_img , .testimonial .testimonial_right .testimonial_right_img{
    display:none;
  }
  .testimonial .row{
      height:100%;
  }

  .testimonial_right {
      background:#95d6e7;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main_header .main_bottom_header .navbar .navbar-nav .nav-item {
    padding: 0 10px;
  }
  .testimonial .changable_review {
    background-color: #B23632;
    border-radius: 15px;
  }
  .testimonial .changable_review .testimonial_review_img {
    display: none;
  }
  .testimonial .changable_review .right_quote {
    width: 20%;
  }
  .testimonial .changable_review .left_quote {
    width: 20%;
  }
  .testimonial .testimonial_right {
    background-color: #95d6e7;
    border-radius: 15px;
  }
  .testimonial .testimonial_right .testimonial_right_img {
    display: none;
  }
  .login_section .login_col_box .inner_login_col_box .main_form {
    padding: 0 40px;
  }
  .list-wrapper .sidebar {
    width: 100%;
  }
  .list-wrapper .sidebar .close_icon {
    display: none !important;
  }
  .list-wrapper .filter_toggle {
    display: none !important;
  }
  .cart_details table tbody tr td {
    padding: 10px !important;
  }
  .cart_details table tbody tr td .product_box {
    display: block !important;
  }
  .cart_details table tbody tr td span {
    display: block !important;
    padding-top: 10px;
    text-align: left;
  }
  .cart_details table tbody tr td .delete_icon {
    width: 30px;
  }
  .cart_details table img {
    width: 100%;
  }
  .cart_details .main-btn {
    padding: 17px 35px;
    font-size: 18px;
    line-height: 18px;
  }
  .cart_details .cart_total_box form {
    flex-wrap: wrap;
  }
  .cart_details .cart_total_box form .main-btn, .cart_details .cart_total_box form input {
    width: 100% !important;
    margin-bottom: 15px;
  } 
      .product_detail_section .image_box .inner_box_image{
        height:auto;
        width:auto;
    }
        .product_detail_section .image_box .changable_image_row .mini_img_box{
        height:auto;
        border-radius:15px;
    }

}
@media (min-width: 768px) and (max-width: 991px) { 
  .banner_section .swiper-button-prev8 {
    left: 35%;
  }
  .sticky-wrapper.is-sticky .scroll_search, .sticky-wrapper.is-sticky .scroll_logo{
      display:none!important;
  }
  .banner_section .swiper-button-next8 {
    right: 35%;
  }
  .collection_section .collection_heading h5 {
    width: 50%;
  }
  .testimonial .changable_review .left_quote, .testimonial .changable_review .right_quote {
    width: 12%;
  }
  .testimonial .swiper-button-prev4 {
    left: 5% !important;
  }
  .testimonial .swiper-button-next4 {
    right: 5% !important;
  }
  .testimonial .testimonial_right {
    width: 100%;
    background-color: #95d6e7;
    border-radius: 15px;
    margin-top: 50px;
  }
  .testimonial .testimonial_right_img {
    display: none;
  }
  .blog .blog_heading {
    padding: 20px 0 0 0;
  }
  .blog .read_btn a {
    text-align: left !important;
    font-size: 20px !important;
  }
  .login_section {
    padding: 20px 0 60px;
  }
  .login_section .login_shape_bg img {
    display: none;
  }
  .login_section .login_col_box .inner_login_col_box {
    position: relative;
    top: 0%;
    margin: 20px 0;
    padding-top: 1px;
  }
  .login_section .login_col_box .inner_login_col_box .tabs_row {
    margin: 40px 0 40px 0;
  }
  .login_section .login_col_box .main_form {
    padding: 0 50px !important;
  }
  .list-wrapper {
    padding: 20px 0;
  }
  .list-wrapper .sidebar {
    display: none;
    width: 35%;
    z-index: 9999;
  }
  .list-wrapper .sidebar .close_icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cart_details {
    padding-top: 30px;
  }
  .cart_details table tbody tr td {
    padding: 10px !important;
  }
  .cart_details table tbody tr td .product_box {
    display: block !important;
  }
  .cart_details table tbody tr td span {
    display: block !important;
    padding-top: 10px;
    text-align: left;
  }
  .cart_details table tbody tr td .delete_icon {
    width: 30px;
  }
  .cart_details table img {
    width: 100%;
  }
  .cart_details .main-btn {
    padding: 17px 35px;
    font-size: 18px;
    line-height: 18px;
  }
  .cart_details .cart_total_box {
    margin-top: 30px;
  }
  .cart_details .cart_total_box form {
    flex-wrap: wrap;
  }
  .cart_details .cart_total_box form .main-btn, .cart_details .cart_total_box form input {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .cart_details .cart_total_box .cart_heading h5 {
    font-size: 24px;
    line-height: 20px;
  } 
  
    .languge_change{
        display:none
    }
    .header_border{
        padding-bottom: 95px;
    }
        .product_detail_section .order_1{
        order:1;
    }
    .product_detail_section .order_0{
        order:0;   
    }
    .product_detail_section .order_2{
        order:2;   
    }

}
@media (max-width: 767px) { 
  .top_header::before , .top_header::after{
    display:none;
  }
  .inner_top_header_text{
      flex-wrap:wrap;
  }
  .inner_cart_box .main_cart_box .name_box p{
      width:100%;
  }
  .main_cart_box .mobile_cart .real_price{
      font-size:16px;
      color:#B23632;
      font-weight:500;
      margin-bottom:0;
  }
  .inner_cart_box .main_cart_box .image_box{
      height:70px;
      width:70px;
      
  }
  .order_cart_box{
      margin-top:15px;
  }
  .remove_href{
      font-size:14px;
  }
  .remove_href img{
      width:15px;
      margin-left:10px;
  }
  .main_cart_box .mobile_cart .deleted_price{
      font-size:14px;
    color: #979797;
  }
  .contact_section{
      padding-top:50px;
  }
  .category_section .list-item .col-xl-3 {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .category_section .product_box .part_text {
        padding: 7px;
    }
    .list-wrapper .changable_div .color_radio{
        height:30px;
        width:30px;
    }
  .sticky-wrapper.is-sticky .scroll_search, .sticky-wrapper.is-sticky .scroll_logo{
      display:none!important;
  }
  .product_box .product_rating_row{
      
    padding-bottom: 5px;
  }
  .list-wrapper .changable_div{
      
    margin-top: 0px;
  }
  .main_span {
    background: #B23632;
    text-align: center;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main_span .off_text {
    display: block;
    font-size: 12px;
    line-height: 14px;
}
  .second_right_header .mobile_logo img{
      width:70px!important;
  }
  
  header .right_header img{
      padding-right:12px!important;
      width:auto!important;
  }
  .cart .badge{
      right:3px!important;
  }
  .cart{
      margin:0!important;
  }
  .second_section .category-swiper .category_shape{
      width:100%;
  }
  .category_section .product_box{
      border:1px solid rgba(178, 54, 50, 0.5);
  }
  .list-item .col-xl-3{
      margin-bottom:20px;
  }
  footer .footer_part .social a i, .bottom_sidebar .social a i{
    padding: 3px;
    height: 30px;
    width: 30px;
    margin-right: 7px;
  }
  .collection_section{
    padding-bottom: 50px;
  }
  .process_section .process_box .part_text h4{
      font-size:18px;
      font-weight:500;
  }
  .collection_section .collection_row .collection_right .collection_right_bg_shape{
    width: 35%;
  }
  .collection_section .collection_row .collection_right .collection_kid{
      right:2%;
      width: 45%;
  }
  .swiper-button-prev7 i, .swiper-button-prev1 i, .swiper-button-prev2 i, .swiper-button-prev3 i, .swiper-button-prev5 i, .swiper-button-prev6 i, .swiper-button-prev8 i, .swiper-button-prev4 i {
    border-radius: 0px 10px;
  }
  .swiper-button-next7 i, .swiper-button-next1 i, .swiper-button-next2 i, .swiper-button-next3 i, .swiper-button-next5 i, .swiper-button-next6 i, .swiper-button-next8 i, .swiper-button-next4 i {
    border-radius: 10px 0px;
  }
  .swiper-button-prev7 i, .swiper-button-next7 i, .swiper-button-prev1 i, .swiper-button-next1 i, .swiper-button-prev2 i, .swiper-button-next2 i, .swiper-button-prev3 i, .swiper-button-next3 i, .swiper-button-prev5 i, .swiper-button-next5 i, .swiper-button-prev6 i, .swiper-button-next6 i, .swiper-button-prev8 i, .swiper-button-next8 i, .swiper-button-prev4 i, .swiper-button-next4 i {
    padding: 7px 8px;
    font-size: 14px;
  }
  .category_section .product_box{
        border-radius: 5px; 
  }
  .category_section .swiper-button-prev1, .category_section .swiper-button-prev2{
      left:15px!important;
  }
  .category_section .product_box .part_text .product_footer a svg{
      width:18px;
  }
  .bordered_btn{
      
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #B23632;
    padding: 5px 12px;
    border: 1px solid #B23632;
    transition: all 0.5s ease;
    border-radius: 5px;
  }
  .category_section .product_box .part_text .product_name{
      margin-bottom:0;
  }
  .category_section .product_box .part_text .final_price{
    margin:2px 0;
    font-size: 16px;
    line-height: 18px;
    padding-lefT: 0px;
  }
  .category_section .product_box .part_text .deleted_price{
      font-size:12px;
  }
  .category_section .product_box .part_text .product_name{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  .product_box .product_rating_row i , .product_box .product_rating_row span{
      font-size:12px;
  }
  main{
    padding-top: 0;
  }
  .category_section .product_box .part_text .product_footer{
      justify-content:center;
  }
  .category_section .product_box .part_img{
      margin:auto;
  }
  .category_section .product_box .part_text .product_footer a{
      margin:0 10px;
  }
  .category_section .star_shape, .category_section .shape2, .category_section .airplane_shape, .category_section .sun_shape, .category_section .heart_shape {
    display: none;
  }
  .banner_section {
    padding: 0;
  }
  .testimonial .changable_review .user_info .user_name p{
      text-align:center;
  }
  .banner_section .swiper-button-next8 {
    right: 35%;
  }
  .banner_section .swiper-button-prev8 {
    left: 35%;
  }
  .banner_section .banner-swiper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main_heading h4 {
    font-size: 30px;
    padding-bottom: 15px !important;
    font-weight: 600;
    text-align: center;
  }
  .collection_section .collection_row .collection_left {
    display: none;
  }
  .testimonial .changable_review .testimonial-swiper {
    background-color: #B23632;
    border-radius: 20px;
    margin-bottom: 50px;
  }
  .testimonial .changable_review .swiper-button-prev4, .testimonial .changable_review .swiper-button-next4 {
    top: 45%;
  }
  .testimonial .changable_review .testimonial_review_img {
    display: none;
  }
  .testimonial .changable_review .left_quote, .testimonial .changable_review .right_quote {
    width: 15%;
  }
  .testimonial .changable_review .right_quote {
    bottom: 8%;
  }
  .about_section {
    padding: 50px 0;
  }
  .about_section .about_row {
    padding: 50px 0;
  }
  .about_section .about_row .logo_box {
    padding: 40px;
    width: 50%;
    margin: auto;
  }
  .about_section .about_row .logo_box img {
    width: 85%;
  }
  .about_section .about_text {
    padding-top: 50px;
    text-align: justify;
  }
  .about_section .about_text .about_heading {
    text-align: center;
    font-size: 32px;
  }
  .mission_section .mission_bg {
    display: none;
  }
  .mission_section .mission_part_text {
    padding: 50px 0;
  }
  .mission_section .mission_part_text .mission_text {
    padding: 10px 0 0 0;
    text-align: justify;
  }
  .mission_section .mission_row {
    padding: 0;
  }
  .mission_section .mission_part_text .mission_heading {
    line-height: 40px;
    font-size: 32px;
  }
  .blog {
    overflow-x: hidden;
  }
  .blog .blog_heading {
    padding: 12px 0 0 0;
  }
  .blog .blog_heading h4 {
    font-size: 42px;
  }
  .blog .blog_box .blog_text .read_btn a {
    text-align: left;
    font-size: 18px;
  }
  .blog .swiper-button-next6 {
    right: 15%;
  }
  .profile-pic {
    margin-bottom: 50px;
  }
  .my_account .profile-pic img, .my_account .profile-pic .-label {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
  }
  .validate-has-error {
    bottom: 8px;
  }
  .login_section {
    padding: 70px 0;
  }
  .login_section .login_shape_bg img {
    width: 100%;
  }
  .login_section .login_col_box .inner_login_col_box {
    position: relative;
    top: 5%;
    padding-top: 1px;
  }
  .login_section .login_col_box .inner_login_col_box .form-check label {
    text-align: left !important;
  }
  .login_section .login_col_box .inner_login_col_box .tabs_row {
    margin: 0;
  }
  .login_section .login_col_box .inner_login_col_box .line_input_box input {
    margin-bottom: 30px !important;
  }
  .login_section .login_col_box .main_form {
    padding: 30px !important;
  }
  .list-wrapper {
    padding: 20px 0;
  }
  .list-wrapper .sidebar {
    width: 40%;
    z-index: 999;
  }
  .list-wrapper .sidebar .close_icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .list-wrapper .list-item .col-xl-4 {
    margin-top: 20px !important;
  }
  .submit_row {
    display: flex;
    justify-content: center;
  }
  .profile_change_area .submit_row .main-btn {
    margin-top: 40px;
    text-align: center;
  }
  .my_account {
    padding: 40px 0;
  }
  .my_account .account_row {
    padding: 30px 10px;
    margin: 0;
  }
  .order_section {
    padding: 30px 0;
  }
  .order_section .order_detail_box {
    margin-bottom: 15px;
  }
  .order_section .detail_row {
    margin: 0 5px 20px 5px;
  }
  .order_section .detail_row .order_data {
    font-size: 20px;
  }
  .order_section .detail_row .order_label {
    margin-bottom: 0;
  }
  .product_name .product_rating_row i , .product_detail_section .product_detail_box .product_name .disable_price{
    font-size: 16px;
  }
  .product_detail_section h3.sixty_kg_price{
      font-size:24px;
  }
  .product_detail_section .vat_text , .product_detail_box .product_radio label{
      font-size:14px;
  }
  .cart_details .product_row {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .cart_details .product_row .product_box {
    height: 100px;
    width: 100px;
    display: inline-block;
    text-align: center;
    background-color: #95D6E7;
    border-radius: 50%;
  }
  .cart_details .product_row .product_text {
    padding-left: 20px;
  }
  .cart_details .product_row .product_text h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #B23632;
  }
  .cart_details .product_row .product_text .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-transform: capitalize;
    color: #B23632;
  }
  .cart_details .product_row .product_text .price span {
    font-size: 12px;
  }
  .cart_details .product_row .product_text .delete_icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .order_summary {
    padding: 30px 0;
  }
  .order_summary .product_row {
    margin: 0 7px 20px 7px;
  }
  .order_summary .product_color {
    padding-top: 0;
  }
  .order_summary .payment_mode .cod {
    font-size: 20px;
  }
  .order_summary .product_price, .order_summary .payment_mode {
    padding-top: 50px;
  }
  .order_summary .price {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }
  .process_section {
    padding: 20px 0;
  }
  .payment_status_page {
    padding: 50px 0;
  }
  .payment_status_page .payment_img {
    display: none;
  }
  .payment_status_page .payment_details .heading {
    font-size: 32px;
    padding: 0;
    line-height: 40px;
  }
  .payment_status_page .payment_icon svg {
    width: 150px;
  }
  .payment_summary {
    padding: 30px 0;
  }
  .payment_summary .payment_footer {
    padding-top: 20px;
  }
  .payment_summary .payment_footer .pay_buttons {
    flex-wrap: wrap;
  }
  .payment_summary .payment_footer .pay_buttons .main-btn, .payment_summary .payment_footer .pay_buttons .bordered_btn {
    width: 100% !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .payment_summary .product_text h4 {
    font-size: 22px;
    padding: 5px 0;
  }
  .payment_summary .payment_responsive {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .payment_summary .payment_responsive .price {
    padding-top: 5px;
  }
  .product_detail_section {
    padding: 5px 0;
  }
  .product_detail_section .image_box .inner_box_image {
    width: 100%;
    height: auto;
  }
  .product_detail_section .image_box .changable_image_row {
    justify-content: center;
    margin-bottom: 50px !important;
  }
  .breadcrumb{
      display:flex;
      flex-wrap:nowrap;
  }
  .product_detail_section .product_detail_box .product_name h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_detail_section .buy_row {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .product_detail_section .buy_row .outline_btn, .product_detail_section .buy_row .main-btn {
    font-size: 16px;
    padding: 10px 10px !important;
    width: auto;
    margin: 0 0 10px 0 !important;
    justify-content: center;
  }
  .product_desc_section .product_table_row {
    padding: 10px;
  }
  .product_desc_section .product_table_row .title_td {
    padding-bottom: 10px;
    font-size: 18px !important;
  }
  .product_desc_section .product_table_row .product_detail span:first-child {
    width: 100%;
  }
  .product_deacription {
    padding-top: 0;
  }
  .product_deacription .nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .not_found_section .part_img img {
    width: 200px;
  }
  .not_found_section .oops_heading h2 {
    font-size: 30px;
  }
  .not_found_section .not_found_bottom_shape.not_found_bottom_right, .not_found_section .not_found_bottom_shape.not_found_bottom_left, .not_found_section .notfound_bg {
    display: none;
  }
  .sidebar {
    position: absolute;
  }
  .wishlist_heading {
    display: none;
  }
  .wishlist_section .header_row {
    display: none;
  }
  .wishlist_section .content_row .normal_text {
    padding: 15px 0;
  }
  .wishlist_section .content_row .added_text {
    padding: 7px 0;
  } 
    footer  .form-control{
        width:auto;
    }
    .cart_details table tbody .price{
        font-size:16px;
    }
    .cart_details table tbody tr td span , .cart_details table thead th , .cart_details table tbody p{
        font-size: 14px;
        line-height: 14px;
    }
    .process_section .process_box .part_text p{
        font-size: 14px;
        line-height: 18px;
    }
    .sticky-wrapper{
        width: 95%;
    }
    .languge_change{
        display:none
    }
    .header_border{
        padding-bottom: 75px;
    }
    .product_detail_section .order_1{
        order:1;
    }
    .product_detail_section .order_0{
        order:0;   
    }
    .product_detail_section .order_2{
        order:2;   
    }
    .breadcrub_section{
        margin-top:0;
    }
    .product_detail_section .product_detail_box .color_panel .radio_container{
        overflow:auto;
    }
    .product_detail_section .product_detail_box .color_panel .radio_container span{
        min-width:70px;
    }
    
    .product_detail_section .product_service_row .three_box{
        display:block;
    }
    .product_detail_section .product_service_row .three_box .service_box{
        margin-bottom:10px;
    }
    .product_main_desc_section .nav{
        flex-wrap:nowrap;
        overflow:auto;
    }
    .product_main_desc_section .nav-pills .nav-link{
        min-width:160px;
        padding: 12px 5px;
    }
    .product_main_desc_section .product_description p{
        font-size:14px;
    }
    .blog .blog_kid_part{
        width: 80%;
        margin: auto;
    }
    .blog .blog_kid_part img{
        width:75%;
    }
    .blog .swiper-slide{
        margin-top: 50px;
    }
    .blog .blog_box .blog_text .blog_content h5{
        font-size: 20px;
        font-weight: 600;
    }
    .blog .blog_box .blog_text .blog_content p{
        height: 75px;
    }
    .blog .blog_box .blog_text .blog_content p{
        font-size:14px;
    line-height: 22px;
    }
    .blog .blog_box .blog_text .date_row span{
        padding-left:0;
        font-size:14px;
        font-weight:500;
    } 
    .blog .blog_box .blog_text {
        padding: 15px;
    }
}
@media (max-width: 575px) {
  .swiper-button-prev7 i, .swiper-button-prev1 i, .swiper-button-prev2 i, .swiper-button-prev3 i, .swiper-button-prev5 i, .swiper-button-prev6 i, .swiper-button-prev8 i, .swiper-button-prev4 i {
    border-radius: 0px 10px;
  }
  .swiper-button-next7 i, .swiper-button-next1 i, .swiper-button-next2 i, .swiper-button-next3 i, .swiper-button-next5 i, .swiper-button-next6 i, .swiper-button-next8 i, .swiper-button-next4 i {
    border-radius: 10px 0px;
  }
  .swiper-button-prev7 i, .swiper-button-next7 i, .swiper-button-prev1 i, .swiper-button-next1 i, .swiper-button-prev2 i, .swiper-button-next2 i, .swiper-button-prev3 i, .swiper-button-next3 i, .swiper-button-prev5 i, .swiper-button-next5 i, .swiper-button-prev6 i, .swiper-button-next6 i, .swiper-button-prev8 i, .swiper-button-next8 i, .swiper-button-prev4 i, .swiper-button-next4 i {
    padding: 7px 8px;
    font-size: 14px;
  }
  .category_section .swiper-button-prev1, .category_section .swiper-button-prev2 , .category_section .swiper-button-next1, .category_section .swiper-button-next2{
      display:none!important;
  }
  .category_section .product_box{
        border-radius: 5px; 
  }
  .second_section {
    padding: 40px 0 40px;
  }
  .second_section .row {
    padding-top: 20px;
  } 
  .category_section {
    padding-bottom: 40px;
  }
  .second_section .category-swiper .category_shape{
      
    height: 120px;
    width: 100%;
  }
  .second_section .category-swiper .slider_box .category_text img{
      width:50px;
  }
  .second_section .category-swiper .slider_box .category_text p{
      font-size:14px;
  } 
  .category_section .swiper-button-next1, .category_section .swiper-button-next2 {
    right: 15px;
  }
  .category_section .swiper-button-prev1, .category_section .swiper-button-prev2 {
    left: 25px;
  }
  .main-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
  .collection_section .collection_row {
    padding: 50px 0;
  }
  .collection_section .collection_heading h5 {
    width: 50%;
    font-size: 40px !important;
    padding-bottom: 25px;
  }
  .collection_section .collection_right .collection_kid {
    width: 50%;
  }
  .collection_section .collection_right .collection_right_bg_shape {
    width: 35%;
  }
  .testimonial {
    padding: 40px 0 0;
    overflow-x: hidden;
  }
  .testimonial .changable_review .swiper-button-prev4 {
    left: 15px;
  }
  .testimonial .changable_review .swiper-button-next4 {
    right: 15px;
  }
  .testimonial .changable_review .left_quote {
    top: -7%;
    width: 12%;
  }
  .testimonial .changable_review .testimonial-swiper {
    background-color: #B23632;
  }
  .testimonial .changable_review .testimonial-swiper .swiper-slide {
    padding: 25px 0 25px 0;
  }
  .testimonial .changable_review .testimonial_review_img {
    display: none;
  }
  .testimonial .changable_review .right_quote {
    width: 12%;
    right: 2%;
  }
  .testimonial .testimonial_right .testimonial_right_img {
    display: none;
  }
  .testimonial .testimonial_right .right_testimonial_section {
    background-color: #95d6e7;
    border-radius: 20px;
  }
  .second_arrival {
    padding-top: 0;
  }
  .second_arrival .swiper-button-prev3 {
    left: 20px;
  }
  .second_arrival .swiper-button-next3 {
    right: 20px;
  }
  .partners_section {
    padding-bottom: 40px;
  }
  .partners_section .partners-swiper {
    padding-top: 40px;
  }
  .blog {
    overflow-x: hidden;
  }
  .blog .blog_bg {
    width: 190%;
  }
  .blog .blog_heading {
    padding: 20px 0 0 0;
  }
  .blog .blog_heading h4 {
    
    font-size: 26px;
    line-height: 36px;
  }
  .blog .blog_kid_part .kid_shadow {
    left: 0%;
  }
  .blog .swiper-slide {
    margin-top: 100px;
    padding: 15px;
  }
  .blog .blog_box .blog_text .read_btn {
    text-align: left;
  }
  .blog .swiper-button-prev6, .blog .swiper-button-next6 {
    bottom: 7%;
  }
  .process_section .process_box  .part_img img{
      width:50%;
  }
  .process_section .process_box .part_text h4{
    font-size: 20px;
    margin: 30px 0 4px 0;
  }
  .process_section .process_box {
    margin-top: 50px;
  }
  footer .footer_part .first_box p{
    width:100%;
    line-height: 24px;
    font-size: 14px;
  }
  footer .subscribe_form {
      margin-bottom:30px;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer_part {
    margin-top: 25px;
  }
  footer .footer_part ul li .footer_menu {
    padding: 5px 0;
    font-size: 14px;
    line-height: 14px;
  } 
  footer .footer_part .first_box p {
    padding-bottom: 30px;
  }
  footer .footer_part .footer_heading h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }
  .copyright_section {
    padding: 10px 0;
  }
  .copyright_section .copyright_row {
    display: block;
    text-align: center;
  }
  .copyright_section .copyright_row .copyright_text {
    padding-bottom: 15px;
  }
  .forgot_section .inner_login_col_box .login_form .code-inputs .form-control {
    margin: 0 9px;
  }
  .login_section {
    padding: 70px 0;
  }
  .login_section .inner_login_row {
    padding: 20px 0;
    border: 0;
  }
  .login_section .login_shape_bg {
    display: none;
  }
  .login_section .login_col_box .inner_login_col_box {
    position: relative;
    top: 0;
  }
  .login_section .login_col_box .inner_login_col_box .tabs_row {
    padding-top: 25px;
    margin: 40px 0 15px 0;
  }
  .login_section .login_col_box .inner_login_col_box .tabs_row .radio_container label {
    font-size: 14px;
    padding: 9px 25px;
    line-height: 16px;
  }
  .login_section .login_col_box .inner_login_col_box .main_form {
    padding: 0 20px;
  }
  .login_section .login_col_box .inner_login_col_box .main_form .line_input_box input {
    border-radius: 7px;
    margin-bottom: 12px;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
  }
  .login_section .login_shape {
    width: 100%;
  }
  .forgot_section .inner_login_col_box .login_form .banner_btn_grp {
    margin-top: 10px;
  } 
} 
@media (max-width: 490px) { 
  .cart_details {
    padding-top: 20px;
  }
  .blog .blog_box .blog_img{
      width:300px;
  }
  main .testimonial {
    overflow-x: hidden;
  }
  .category_section .product_box .part_img {
    height: 100px;
    width: 160px;
  }
  .list-wrapper {
    padding: 20px 0;
  }
  .list-wrapper .row {
    padding: 0 !important;
  }
  .list-wrapper .btn_row {
    margin-bottom: 10px;
  }
  .list-wrapper .sidebar {
    width: 60%;
    z-index: 999;
  }
  .list-wrapper .sidebar .close_icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .list-wrapper .list-item .col-xl-4 {
    margin-top: 20px !important;
  }
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 13rem;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu > li:hover > .submenu,
  .dropdown:hover > .dropdown-menu {
    display: block;
    border: 3px solid rgba(178, 54, 50, 0.2);
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 0;
  }
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent !important;
}/*# sourceMappingURL=style.css.map */



.top_header {
  background-color: #B23632;
  position: relative;
}
.top_header::before {
  content: "";
  position: absolute;
  left: 0;
  top: -22px;
  background-image: url("../images/top_header_left.svg");
  width: 200px;
  background-size: cover;
  background-position: center;
  height: 85px;
  z-index:999
}
.dropdown-item.active{
    color:red;
    font-weight:600!important;
}
.top_header::after {
  content: "";
  position: absolute;
  right: 0;
  top: -22px;
  background-image: url("../images/top_header_right.svg");
  width: 200px;
  background-size: cover;
  background-position: center;
  height: 85px;
  z-index:999
}
.inner_top_header_text{
    display:flex ;
    align-items:center;
    justify-content:center;
}
.top_header .top_header_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
  position:relative;
} 
.top_header .top_header_text .email a{
    color:#fff;
}
.top_header .top_header_text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  padding: 0 30px;
}


ol, ul{
  margin-bottom:0;
}

 .second_header{
     padding:15px 0;
 }

header {
  z-index: 99999999999;
}
header .right_header img {
  width: 40px;
  padding-right: 15px;
  display: inline-block;
}

.right_header .dropdown .dropdown-item.active, .dropdown-item:active{
    background-color:transparent;
}
.site-navbar { 
  z-index: 9999999;
  width: auto!important;
  padding: 0; 
} 
.site-navbar .site-navigation .site-menu .active {
  display: inline-block;
}

.site-menu > li {
  display: inline-block;
}
.site-menu > li > a {
  padding: 5px 70px 5px 0;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
}
.site-menu > li > a:hover {
  color:#B23632;
}
.site-menu > li.social > a {
  padding-left: 5px;
  padding-right: 5px;
}
.site-menu .has-children {
  position: relative;
}
.site-menu .has-children > a {
  position: relative;
}
.site-menu .has-children > a:before {
  position: absolute;
  top: 40%;
  right: 0;
  height: 10px !important;
  width: 10px !important;
  border-style: solid !important;
  border-color: #1F4339 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(45deg) !important;
}
.site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid#B23632;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}
.site-menu .has-children .dropdown a {
  color: #B23632;
  font-weight: 500;
}
.site-menu .has-children .dropdown .active {
  color:#B23632 !important;
}
.site-menu .has-children .dropdown > li {
  list-style: none;
  min-width: 210px;
}
.site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-menu .has-children .dropdown > li > a:hover {
  background: #eff1f3; 
  font-weight:600
}
.site-menu .has-children .dropdown > li.has-children > a:before {
  content: "";
  right: 20px;
}
.site-menu .has-children .dropdown > li.has-children > .dropdown {
  left: 100%;
  top: 0;
}
.site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #000;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-menu .has-children:hover {
  cursor: pointer;
}
.site-menu .has-children:hover > a {
  color:#B23632;
}
.site-menu .has-children:hover > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
  margin-top:22px;
}
.site-menu .has-children:focus {
  cursor: pointer;
}
.site-menu .has-children:focus > a {
  color:#B23632;
}
.site-menu .has-children:focus > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-menu .has-children:active {
  cursor: pointer;
}
.site-menu .has-children:active > a {
  color:#B23632;
}
.site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  top:0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.site-mobile-menu .has-children i {
  display: none;
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: 85vh;
  padding-bottom: 150px;
}
.site-mobile-menu .site-mobile-menu-body .bottom_sidebar{
    position: absolute;
    bottom: 80px;
}
.site-mobile-menu .site-mobile-menu-body .bottom_sidebar .menus a{
    color: #2e2323 !important;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}
.site-mobile-menu .site-mobile-menu-body .bottom_sidebar .sidebar_social_media .follow_heading{
    font-size:20px;
    font-weight:500;
    color:#B23632 !important;
    margin-top:20px;
}
.site-mobile-menu .site-mobile-menu-body .bottom_sidebar .menus a{
    
}
.site-mobile-menu .site-nav-wrap {
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #1F4339;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color:#B23632;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color:#B23632;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  content: "";
  position: absolute;
  height: 10px !important;
  width: 10px !important;
  border-style: solid !important;
  border-color:#B23632 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(45deg) !important;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 20px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-left: 40px;
}

.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}

main {
  padding-top: 10px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  
    width: 100%;
    right: 14px;
}
.sticky-wrapper .site-navbar .site-menu > li > a {

  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px; 
  text-transform: uppercase;
  color: #B23632;
  padding:0 15px;
  transition: all 0.5s ease;
  display: flex;
}

.main_top_header .logo img{
    width:75px;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sticky-wrapper .scroll_search, .sticky-wrapper .scroll_logo{
    display:none;
}
.sticky-wrapper.is-sticky .search_form input{
     
    width: 300px;;
}
.sticky-wrapper.is-sticky .scroll_logo img{
    width:45px;
}
.sticky-wrapper.is-sticky .scroll_search, .sticky-wrapper.is-sticky .scroll_logo{
    display:block;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
  color:#B23632 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color:#B23632 !important;
} 
.input_search{
  width: 100%;
    background: #EEEEEE;
    border: 0;
    padding: 12px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
}
.input_search:focus{
    background: #EEEEEE;
}
.search_form {
    position:relative;
}
.cart_details .remove img{
    width: 45px;
}
.outline_btn input{
    border:0;
}
.search_form input {
    background: #EEEEEE;
    border: 0;
    padding: 12px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    width:100%;
}
.search_form  .light_btn {
    background: #B23632;
    padding: 7px 12px;
    color: #fff;
    border: 0;
    border-radius: 12px;
    position: absolute;
    right: 16px;
    bottom: 5px;
    top: 5px;
    margin: auto;
}
.right_header .light_btn {
  border: 0;
  background-color: #B23632;
  padding: 6px 11px;
  border-radius: 12px;
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar{
    width:100%!important;
    left:0;
}

.main_top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.is-sticky .site-navbar{
  padding:5px 0;
}


.main_top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_top_header .languge_change {
  display: flex;
  align-items: center;
}
.main_top_header .languge_change .lang-select ul {
  position: absolute;
  background-color: #fff;
  z-index: 9;
}
.main_top_header .languge_change .lang-select ul li {
  list-style: none;
}
.main_top_header .languge_change .call {
  padding-left: 25px;
}
.main_top_header .languge_change .call i {
  color: #B23632;
}
.main_top_header .languge_change .call a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #B23632;
}
.right_header .main-btn img{
    width:40px;
}
.languge_change i{
    position: absolute;
    right: 2%;
    top: 34%;
}
 .languge_change select {
  background-color: #f0d7d6;
  font-weight: 500;
  color: #000000;
  border: none;
  border-radius: 10px;
  
    padding: 8px 40px 8px 10px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000;
  position:relative;
    appearance: none;
    
  
}


.main_top_header .languge_change select:focus {
  outline: none;
}
.main_top_header .languge_change .currancy_select {
  margin-left: 15px;
}
.main_top_header .right_header {
  display: flex;
  align-items: center;
}
.main_top_header .right_header .wishlist {
  margin: 0 15px;
  position: relative;
}
.right_header .wishlist  a{
    position:relative;
}
.right_header .wishlist  a .badge{
      position: absolute;
  right: -10px;
  top: -7px;
  background: #B23632;
  font-size: 12px;
  padding: 3px 6px;
  line-height: 12px;
  border-radius: 50%;
}
.main_top_header .right_header .wishlist i {
  color: #B23632;
  font-size: 28px;
}
.main_top_header .right_header .wishlist .badge {
  position: absolute;
  right: -10px;
  top: -7px;
  background: #B23632;
  font-size: 12px;
  padding: 3px 6px;
  line-height: 12px;
  border-radius: 50%;
}
.main_top_header .right_header .cart {
  margin: 0 10px;
  position: relative;
}
.main_top_header .right_header .cart .badge {
  position: absolute;
  right: -7px;
  top: -7px;
  background: #B23632;
  font-size: 12px;
  padding: 3px 6px;
  line-height: 12px;
  border-radius: 50%;
}
 
.main_top_header .right_header .dropdown a {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.main_top_header .right_header .dropdown a img {
  width: 30px;
  margin-right: 10px;
}
.main_top_header .right_header .dropdown a span {
  color: #B23632;
  font-size: 16px;
  font-weight: 600;
}
.main_top_header .right_header .dropdown a i {
  color: #B23632;
  padding-left: 14px;
  padding-bottom: 7px;
}
.main_top_header .right_header .dropdown .dropdown-item:focus, .main_top_header .right_header .dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main_top_header .right_header .dropdown .dropdown-menu {
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 20px;
  padding:0!important;
}
.main_top_header .right_header .dropdown .dropdown-menu li {
  border-bottom: 1px solid #E0E0E0;
}
.main_top_header .right_header .dropdown .dropdown-menu li a {
  color: #B23632;
  font-size: 16px;
  padding: 7px 10px;
  font-weight: 500;
}
.main_top_header .right_header .dropdown .dropdown-menu li a.active{
    background:#B23632!important;
    color:#fff!important;
}
.main_top_header .right_header .dropdown .dropdown-menu li a img {
  margin-right: 20px;
}
.main_top_header .right_header .dropdown-menu.show {
  margin-top: 10px !important;
}
.main_top_header .right_header .main-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
    border-radius: 8px;
    margin-left: 15px;
}

.second_right_header{
  width:100%;
}

.second_right_header .close_icon{
  display:flex;
  align-items:center;
}
 
.site-menu-toggle i{
  font-size:24px;
}
.icon-close2 i{
  font-size:24px;
}
.second_right_header .mobile_logo img{
  width:70px;
}

.mobile_row{
  display:flex;
  justify-content: space-between;
}

.cart {
  margin: 0 15px;
  position: relative;
}
 

.cart .badge{

  position: absolute;
  right: -10px;
  top: -7px;
  background: #B23632;
  font-size: 12px;
  padding: 3px 6px;
  line-height: 12px;
  border-radius: 50%;
}

.cart i{
    font-size:20px;
}
 


.price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}

.price-input .field span {
  font-size: 14px;
  color: #1F4339;
}

.price-input .field input {
  width: 100%;
  font-size: 14px;
  border: 1px solid #c7c3c3;
  padding: 3px 10px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #B23632;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #B23632;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}/*# sourceMappingURL=style.css.map */






.featured-swiper .swiper-wrapper{
    justify-content:center;
}











@media (max-width:768px){
    .cart_details table tbody tr td .product_box{
        height: 75px;
        width: 75px;
        padding: 0 10px;
        margin-right: 5px;
    }
    .list-wrapper .btn_row .main-btn{
        
    line-height: 31px;
    padding: 5px 27px;
    }
    .cart_details table tbody tr td{
        padding:7px;
    }
    .cart_details{
        padding-top:0;
    }
    .payment_summary .product_row .product_box_main .product_name{
        font-size: 14px;
        font-weight: 600;
        color: #000;
        line-height: 20px;
        margin-bottom:10px;
        display:block;
    }
    .payment_summary .name_box .price_rows{
        display: flex;
        padding: 3px 0;
        border-top: 1px dashed #ccc;
        align-items: center;
        justify-content: space-between;  
    } 
    .payment_summary .name_box .price_rows .normal_text{
        color: #504e4e;
        font-size: 14px;
        font-weight: 500;
    }
    .payment_summary .product_row{
        padding:0;
    }
    .payment_summary .product_row .product_box_main .product_box{
        height: 70px;
        width: 70px;
        display: block;
    }
    .payment_summary .product_box img {
        width: 70px;
        height: auto;
    }
    .cart_details table thead th{
        padding:5px 0; 
    }
    .cart_details table tbody tr td span{
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        display: -webkit-inline-box!important;
        padding-bottom: 0!important;
    }
    .cart_details .price_name {
        width: 80px; 
    }
    .cart_details table tbody tr td{
        padding:0 7px!important;
    }
    .cart_details table tbody tr td span, .cart_details table thead th, .cart_details table tbody p{
        font-size:12px;
    }
    .cart_details table tbody .price{
        font-size:14px;
        margin-bottom:0;
    }
    .cart_details .aed_text{
        font-size:12px;
        padding-left:0;
    }
    .input-qty{
        font-size:18px;
    }
    .price .aed_text{
        padding-top:7px;
    }
    .cart_details  .remove img{
        width: 45px;
        position: absolute;
        top: 17%;
    } 
    .payment_summary .product_text h4{
        font-size:16px;
    }
    .payment_summary .items_total .total_table td strong{
        display:block;
    }
    .payment_summary .price_name{ 
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        display: -webkit-inline-box!important;
        width: 90%;
    }
    .payment_summary .total_table tbody tr:last-child td{
        padding-bottom:70px;
    }
    .payment_summary .total_table tfoot td{
        font-size:14px;
    }
    .coupon_heading{
        font-size:18px;
    }
    .payment_summary .submit_btn {
        margin-top:20px!important;
    }
 
    .mobile_cart .product_box{
        height:70px;
        width:70px;
        display:block;
    }
    .mobile_cart .product_box img{
        width:100%;
    }
    .mobile_cart .main_cart_row{
        padding:10px;
        display:flex;
        border-bottom: 1px solid #b236328c; 
    }
    .mobile_cart .main_cart_row .name_box{
        margin-left:20px;
        position:relative;
    }
    .mobile_cart .main_cart_row .name_box .product_name{
        font-size: 14px;
        padding-right:20px;
        font-weight: 600;
        color: #000; 
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; 
        text-overflow: ellipsis; 
    }
    .mobile_cart .main_cart_row .name_box .price_rows{
        display:flex;
        padding:3px 0;
        border-top:1px dashed #ccc;
        align-items:center;
        justify-content:space-between;
    }
    .mobile_cart .main_cart_row .name_box .price_rows .price_box .normal_text{
        color:#504e4e;
        font-size:14px;
        font-weight:500;
    }
    .mobile_cart .main_cart_row .name_box .price_rows .price_box .normal_text .aed_text{
        font-size:12px;
        margin-left:2px;
    }
    .mobile_cart .main_cart_row .name_box .color_text{
        
        color: #000;
        font-size: 14px; 
        margin-bottom: 20px;
        display: block;
        font-weight:600;
    }
    .mobile_cart  .mobile_remove{
        position:absolute;
        top: 7%;
        right: 25px;
    }
    .mobile_cart  .mobile_remove img{
        width:40px;
    } 
    .payment_summary .payment_footer .main-btn, .payment_summary .payment_footer .bordered_btn{
        width:95%!important;
    }
    
    .payment_summary .payment_footer .main-btn, .payment_summary .payment_footer .bordered_btn{
        padding:12px 5px;
        font-size:12px;
    }
    .payment_summary .coupon_code {
        display:block!important;
    }
    .payment_summary    #online:disabled  ~ label{ 
        background:#fff;
        color:#d18684;
        opacity: 0.6; /* Reduce opacity to indicate it's disabled */
        cursor: not-allowed; /* Change cursor to indicate not clickable */
    }
    .payment_summary  .apply_coupon_code_box {
        width:100%!important;
        margin-top:15px;
        border-radius:3px;
    }
    .payment_summary .cod_method .bordered_btn {
        background-color:#F5A73D!important;
    }
    .payment_summary  button.apply_coupon_code_box {
        background:#F5A73D;
    }
    
}
