@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');


* { padding:0; margin:0; }

body {  font-family: "Inter", sans-serif; color:#0f2a45; font-size:14px; overflow-x: hidden; }
a, a:hover {
	text-decoration:none;
  cursor: pointer;
}
ul, li, p, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
ul li {
	list-style-type: none;
}
.top_alert {
background: #3e2915;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 7px 30px 7px 14px;
  border-radius: 0;
  margin: 0;
}
.btn-close:hover {
  color: #fff;
  text-decoration: none;
  opacity: .75;
}
.alert-dismissible .btn-close {
color: #bcafa2 !important;
  background: transparent;
  font-size: 20px;
  padding: 4px;
}
.scl_media {
list-style-type: none;
  padding: 10px 0;
}
.scl_media li a {
color: #3e2915;
  font-size: 16px;
}
.shrt_mnu li a {
  font-size: 14px;
  color: #4a4a4a;
  padding-right: 14px;
  border-right: 1px solid #4a4a4a;
  margin-right: 14px;
}
.shrt_mnu li:last-child a {
	  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
.bot_brdr {
	border-bottom: 1px solid #c7c7c7;
}
.logo {
  max-width: 175px;

}
.logo img {
	max-width: 100%;
}
.hdr_mnu ul {
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.hdr_mnu li a {
font-size: 13px;
  color: #010101;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.search input {
	background: #f2f5f8;
  border: 1px solid #cbd3db;
  padding: 8px 14px 8px 40px;
  border-radius: 5px;
  font-size: 14px;
}
.search i {
 position: absolute;
  top: 12px;
  left: 12px;
  color: #9f9f9f;
}
.right_side {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.cart_icns {
  display: flex;
  align-items: center;
  gap: 0 18px;
}
.cart_icns li a img {
  height: 20px;
}
.banner_sec {
  position: relative;
}
.serv_opt {
  width: 706px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.grid_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  background: #fff;
  border-radius: 4px 4px 0 0;
  padding: 6px 14px;
}
.grd {
display: flex;
  gap: 5px 7px;
  align-items: center;
  flex-direction: column;
}
.grd span img {
  /* max-width: 28px; */
  max-width: 21px;
}
.grd_dec h4 {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 500;
}
.grd_dec p {
  font-size: 14px;
  color: #757575;
}
.cat_sec h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.hd_underline {
  width: 77px;
  height: 5px !important;
  background: #b76b22;
  opacity: 1;
  margin: 18px auto 45px;
}
.grid_cat {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.cat_bx {
  width: 15%;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pos_a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.cat_bx_img img {
  max-width: 100%;
}
.cat_bx h3 {
  font-size: 16px;
  text-align: center;
  padding: 10px 5px;
}
.ofr_prc {
background: #3e2915;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
}
.cat_bx_img {
  position: relative;
}
.ofr_prc h3 {
  padding: 0;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
}
.ofr_prc h4 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.ad_img {
  text-align: center;
}
.ad_img img {
  max-width: 90%;
}
#ofr_slider .item {
  border-radius: 10px;
  overflow: hidden;
}
#ofr_slider .caps {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56%;
}
#ofr_slider h2 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#ofr_slider h3 {
    font-family: "Yellowtail", cursive;
    color: #3e2915;
    font-size: 30px;
}
#ofr_slider p {
  font-size: 16px;
  margin: 14px 0;
}
#ofr_slider a {
  background: #fff;
  padding: 10px 34px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.prod_img {
  border-radius: 7px;
  overflow: hidden;
  height: 337px;
  position: relative;
}
.prod_img img {
  max-width: 100%;
}
.prod_txt {
  padding: 14px 0;
}
.prod_txt h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}
.prod_txt h5 a {
  color: #000;
}
.prod_txt span {
  font-size: 16px;
  font-weight: 550;
}
.prod_txt span i {
  font-size: 15px;
}
.vw_btn {
  background: #3e2915;
  font-size: 15px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 550;
}
.prod_grid {
  margin-bottom: 14px;
  position: relative;
}
.customer_reviews_review-hometitle__wfFjs .customer_reviews_heading-block__x32VI h2 {
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #252931;
  letter-spacing: -.63px;
  font-weight: 600;
  margin: 0 0 6px;
  font-size: 20px;
}
.customer_reviews_review-hometitle__wfFjs .customer_reviews_heading-block__x32VI p {
text-align: left;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  color: #212529;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .12px;
  line-height: 17px;
  margin-top: 9px;
}
.customer_reviews_review-hometitle__wfFjs .customer_reviews_tagline__2oLaQ {
  color: #939ea7;
  margin-left: 4px;
  margin-bottom: 17px;
}
.customer_reviews_review-hometitle__wfFjs .customer_reviews_tagline__2oLaQ span {
  background-color: #d63242;
  padding: 4px;
  color: #fff;
  font-weight: 500;
}
.stars i {
  color: #009662;
}
.stars {
  display: flex;
  align-items: center;
  gap: 0 6px;
  font-size: 18px;
}
.see_more {
  border: 1.7px solid #d63242;
  color: #d63242;
  padding: 8px 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 7px;
  max-width: fit-content;
  margin: 21px 0 0;
}
#reviews h4 {
  font-size: 18px;
  margin: 14px 0 0px;
}
#reviews h5 {
  font-size: 14px;
  margin: 5px 0 20px;
}
#reviews h6 {
  font-size: 18px;
  margin: 14px 0 0px;
}
#reviews p {
  font-size: 14px;
  color: #5e5e5e;
  margin: 5px 0;
}
#reviews span {
  font-size: 12px;
}
.ftr_top {
  border-top: 1px solid #ececec;
}
footer hr {
  background: #e1e1e1;
  opacity: 1;
}
.ftr_grid_flx {
  display: flex;
  justify-content: center;
  gap: 0 45px;
  flex-wrap: wrap;
}
.ftr_grd {
  display: flex;
  align-items: center;
  gap: 0 17px;
  width: 30%;
}
.ftr_grd figure {
  margin: 0;
}
.ftr_grd figure img {
  width: 30px;
}
.ftr_grd h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}
.ftr_grd p {
  font-size: 14px;
  color: #4f4f4f;
}
footer {
  background: #f7f7f7;
}
.ftr_logo img {
  max-width: 150px;
  margin-bottom: 20px;
}
footer p {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 25px;
}
footer h4 {
  font-size: 18px;
  font-weight: 550;
  margin: 0 0 27px;
}
footer ul li {
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 7px;
}
.ftr_right_sec {
  display: flex;
  justify-content: space-between;
}
.col-md-13 {
  width: 28%;
}
.col-md-14 {
  width: 20%;
}
.cpy_rit {
  font-size: 13px;
}
.cpy_rit span img {
  max-width: 147px;
}
.fav {
background: #fff;
  color: #919191;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 18px;
}
#home .owl-carousel .owl-dots {
  text-align: center;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -45px;
  left: auto;
  right: auto;
  padding: 10px 0;
  border-radius: 30px 30px 0 0;
}
#home .owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  background-color: #c8c8c8;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0px 10px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
#home .owl-carousel .owl-dots .active span {
  background-color: #b76b22 !important;
}

 /**drodown**/
 .rit_icons ul { list-style-type: none;}
 .onhover-dropdown {
   color: #222;
   font-size: 14px;
   position: relative;
   list-style-type: none;
   }
   .onhover-dropdown .onhover-div {
   position: absolute;
   top: 60px;
   background-color: #fff;
   z-index: 1001;
   right: 0;
   width: 320px;
   padding: 20px;
   border-radius: 10px;
   padding: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
   opacity: 0;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   visibility: hidden;
   }
   header .onhover-dropdown .onhover-div-login {
   left: 0px;
   width: 207px;
   padding: 14px 14px;
   border: 1px solid #bfbfbf;
   }
 .onhover-div-login:hover .onhover-div::after {
   content: "";
   position: absolute;
   border: solid transparent;
   border-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: #fff;
   border-width: 17px;
   margin-left: -39px;
   right: 39px;
   top: -33px;
   }
 .onhover-div-login:hover .onhover-div::before {
   content: "";
   position: absolute;
   border: solid transparent;
   border-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: #131313;
   border-width: 17px;
   margin-left: -39px;
   right: 39px;
   top: -33px;
   }
 .onhover-dropdown:hover .onhover-div {
     opacity: 1;
    top: 23px;
     visibility: visible;
   }
   .user_pc {
   width: 35px;
   height: 35px;
   border-radius: 100%;
   overflow: hidden;
   border: 1px solid #cacaca;
   }
   .user_lgd_ico {
     display: flex;
     align-items: center;
     gap: 10px;
     cursor: pointer;
   color: #fff;
   font-size: 14px;
   }
   .user_pc img {
   max-width: 100% !important;
   width: 100% !important;
   }
   .rit_icons ul.user-box-name {
     display: block;
   }
   .edt_det .fea_user02 {
     width: 115px;
     height: 115px;
     border-radius: 100%;
     overflow: hidden;
     border: 3px solid #fff;
     position: relative;
     top: -5px;
     left: 0px;
   }
   .edt_det .fea_user02 img {
     max-width: 100%;
   }
 .user-box-name li {
   list-style-type: none;
 }
 .product-box-contain a {
display: flex;
  align-items: center;
  gap: 0 10px;
  text-transform: capitalize !important;
  /* margin: 7px 0; */

 }
  .product-box-contain a img {
  max-width: 35px;
  border-radius: 2px;
  }
  .mob_drops_dwn_grd a img {
    max-width: 55px;
  }
  .user-box-name {
    display: block !important;
  }
   /**drodown**/

   .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}
.nav-pills .nav-link {
  background: 0 0;
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
  padding: 6px 10px;
  font-size: 13px;
  margin: 4px 0;
}
.nav {
  gap: 0 10px;
  justify-content: center;
  margin: 28px 0 20px;
}
.pointer {
  cursor: pointer;
}

/**Listing**/
.pagination {
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
  }
  .pagination a:first-child {
	border: 1px solid #bbb;
	border-radius: 5px;
  }
  .pagination a {
	color: #000;
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 100%;
	margin: 0 4px;
	margin-bottom: 5px;
  }
  .pagination a.active {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 6px 12px;
  }
  .pagination a:last-child {
	border: 1px solid #bbb;
	border-radius: 5px;
  }
  .side_fltr {
	background-color: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 2px;
  }
  .filters h1 {
	font-size: 18px;
	color: #000;
  }
  .hdings span {
font-size: 13px;
  display: block;
  line-height: 18px;
  margin: 5px 0 0;
  }
  .acrdian_fltr .accordion {
	background: #fff;
	color: #000;
	padding: 10px 0;
	border: none;
	text-transform: uppercase;
  }
  .acrdian_fltr .panel {
	padding: 0 0px;
	margin-bottom: 5px;
  }
  .acrdian_fltr .panel ul {
	padding: 0;
  }
  .acrdian_fltr {
padding: 15px 8px;
  }
  .colr {
	width: 20px;
	height: 20px;
	display: block;
  }
  .acrdian_fltr .panel ul li {
	display: flex;
	gap: 4px;
	margin-bottom: 4px;
  }
  .acrdian_fltr button {
	background: #000;
	color: #fff;
	border: none;
	width: 100%;
	padding: 10px 5px;
	border-radius: 5px;
  }
  .sub-menu h4.title {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
  }
  .acrdian_fltr h4 {
font-size: 14px;
  color: #000;
  margin-bottom: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 550;
  }
  .acrdian_fltr ul li a {
	color: #000;
	font-size: 14px;
  }
  .acrdian_fltr ul li {
margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #3d3d3d;
  font-size: 14px;
  }
  .acrdian_fltr ul li a i {
	margin-right: 7px;
  font-size: 12px;
  color: #7c7c7c;
  }
  .price_filt {
	min-width: 150px;
  }
.prod_listing {
  border-top: 1px solid #c7c7c7;
}
.reset {
  padding: 2px 9px;
  color: #d63242;
  font-size: 13px;
  font-weight: 705000;
  letter-spacing: .2px;
  line-height: 17px;
  text-transform: uppercase;
}
.bot_b {
  border-bottom: 1px solid #c7c7c7;
}
.clor_chs span {
width: 15px;
  height: 15px;
  border-radius: 100%;
  display: block;
}
.hdings {
  font-size: 24px;
  font-weight: 500;
}
.all-ads span select {
  width: 100%;
  padding: 6px;
  border: 1px solid #ddd;
  background: url(../images/arw_dwn.png) no-repeat 95%;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}
.side_fltr hr {
  opacity: 0.2;
  margin: 3px 0;
}
/**Listing**/
#reviews .owl-nav {
display: flex;
  justify-content: center;
  margin: 11px 0 0;
  gap: 0 20px;
}
#reviews .owl-nav  span {
  font-size: 2.5rem;
  color: #acacac;
}
.listing_banner img {
  max-width: 100%;
}
.prod_list_sec {
  overflow-x: hidden;
}
  .prod_listing .container-fluid {
    overflow-x: hidden;
  }
.countt {
  position: absolute;
  background: red;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: -11px;
  font-size: 12px;
  left: 5px;
}

/**Details**/
.product-section .product-left-box {
  position: sticky;
  top: 0;
}

.product-section .left-slider-image .sidebar-image {
  border-radius: 8px;
  overflow: hidden;
}

.product-section .left-slider-image .sidebar-image img {
  width: auto;
  height: auto;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-section .right-box-contain {
  position: sticky;
  top: 10px;
  left: 0;
}

.product-section .right-box-contain .offer-top {
  font-weight: 500;
  padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  background-color: rgba(255, 79, 79, 0.1);
  font-size: 14px;
  border-radius: 5px;
  color: #ff4f4f;
  display: inline-block;
  margin-bottom: 20px;
}

.price del {
  font-weight: 400;
  margin-left: 7px;
  font-size: 12px;
  color: #4a5568;
}

.product-section .right-box-contain .name {
font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 400;
}
.product-section .right-box-contain h3 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}
.product-section .right-box-contain .price-rating {
  font-size: 24px;
  color: #252931;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
  margin: 15px 0;
}
.product-section .right-box-contain .price-rating i {
  font-size: 20px;
  margin-right: 3px;
}
.green_txt {
  font-size: 15px;
  color: #009662;
  margin: 10px 0;
  font-weight: 600;
}
.ofr_txt_ic {
font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 15px 0;
}
.ofr_txt_ic img {
  max-width: 17px;
}

@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-2 {
    display: block;
  }
}

@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-2 .custom-rate {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .product-section .right-box-contain .price-rating {
    display: block;
  }
}

@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-box {


    display: flex;
    
    
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .product-section .right-box-contain .price-rating-box {
    display: block;
  }
}

@media (max-width: 1460px) {
  .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .product-section .right-box-contain .price-rating-box .custom-rate {
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .product-section .right-box-contain .price-rating .custom-rate {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.product-section .right-box-contain .price-rating .price {
 font-size: 24px;
  color: #252931;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
}

.product-section .right-box-contain .price-rating .price del {
  font-weight: 400;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 calc(0px + (2 - 0) * ((100vw - 320px) / (1920 - 320)));
}

.product-section .right-box-contain .price-rating .price span {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
}

.product-section .right-box-contain .price-rating .custom-rate ul li .feather {
  width: 16px;
  height: 16px;
}

.product-section .right-box-contain .price-rating .custom-rate .review {
  font-size: 13px;
  margin-left: 12px;
}

[dir="rtl"] .product-section .right-box-contain .price-rating .custom-rate .review {
  margin-left: unset;
  margin-right: 12px;
}

.product-section .right-box-contain .procuct-contain {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}

.product-section .right-box-contain .procuct-contain p {
  color: #4a5568;
  line-height: 1.7;
  margin: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) 0 0;
  font-size: 14px;
  width: 80%;
  font-weight: normal;
}

@media (max-width: 767px) {
  .product-section .right-box-contain .procuct-contain p {
    width: 100%;
  }
}

.product-section .right-box-contain .product-packege .select-packege {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(5px + (13 - 5) * ((100vw - 320px) / (1920 - 320)));
}

[dir="rtl"] .product-section .right-box-contain .product-packege .select-packege {
  padding-right: 0;
}

.product-section .right-box-contain .product-packege .select-packege li a {
  padding: 5px 11px;
  border-radius: 2px;
  display: flex;
  color: #000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
   width: 41px;
  height: 41px;
  border: 1px solid #ccc;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  /* display: inline-block; */
}

.product-section .right-box-contain .product-packege .select-packege li a:hover {
border: 1px solid #efefef;
  background: #e7e7e7;
  color: #000;
}

.product-section .right-box-contain .product-packege .select-packege li a.active {
border: 1px solid #efefef;
  background: #e7e7e7;
  color: #000;
}

.product-section .right-box-contain .note-box {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(7px + (15 - 7) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
  margin-top: 20px;
}
.product-section .right-box-contain .note-box .compare-button {
  background-color: #F8F8F8;
}

.product-section .right-box-contain .note-box .cart-button {
  -webkit-animation: shake 150ms 2 linear;
  animation: shake 150ms 2 linear;
}

.product-section .right-box-contain .note-box .product-qty {
  width: auto;
  margin-top: 0;
}

@media (max-width: 480px) {
  .product-section .right-box-contain .note-box .product-qty, .cart-button {
    width: 100%;
  }
}

.product-section .right-box-contain .note-box .product-qty .input-group {
 background: #fff;
}

.product-section .right-box-contain .buy-now-button {
  margin-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}

.product-section .right-box-contain .buy-now-button button {
  background-color: var(--theme-color5);
}

.product-section .right-box-contain .buy-box {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}

.product-section .right-box-contain .buy-box .team-box {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.product-section .right-box-contain .buy-box .team-box input {
  margin-top: -7px;
  display: block;
}
.product-section .right-box-contain .buy-box .team-box .form-check-label span {
  display: flex;
  align-items: center;
}

.product-section .right-box-contain .buy-box .team-box .form-check-label span a {
  text-decoration: underline;
  margin-left: 3px;
  color: #222;
}

@media (max-width: 767px) {
  .product-section .right-box-contain .buy-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.product-section .right-box-contain .buy-box a {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
  align-items: center;
  color: #777;
}

.product-section .right-box-contain .buy-box a .feather {
  width: 17px;
  height: auto;
}

.product-section .right-box-contain .pickup-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.product-section .right-box-contain .pickup-box .product-info {
  margin-top: 20px;
}

.product-section .right-box-contain .pickup-box .product-info .product-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px + (17 - 8) * ((100vw - 320px) / (1920 - 320)));
  align-items: flex-start;
  text-align: left;
  display: inline-block;
  column-count: 2;
  background-color: #f9f9f9;
  padding: 15px 15px 3px;
  border-radius: 12px;
  width: 80%;
}

@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 15px;
  }
}

.product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
  display: flex;
}

@media (max-width: 1500px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    width: 100%;
  }
}

@media (max-width: 1450px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 15px;
  }
}

@media (max-width: 1199px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: block;
    padding-bottom: 4px;
  }

  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {


    display: flex;
    padding-bottom: 15px;
  }

  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 li {
    margin-bottom: 0;
  }
}

.product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
  width: 50%;
}

.product-section .right-box-contain .pickup-box .product-info .product-info-list-3 li {
  margin-bottom: 7px;
}

@media (max-width: 360px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 li {
    margin-bottom: 0;
  }
}

@media (max-width: 1366px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-3 {


    display: flex;
  }
}

.product-section .right-box-contain .pickup-box .product-info .product-info-list li {
  padding-left: 13px;
  width: 100%;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  color: #777;
}

@media (max-width: 576px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    width: auto;
    margin-left: 18px;
  }
}

@media (max-width: 480px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
    margin-left: unset;
    width: 100%;
    padding-left: unset;
  }

  .product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
    content: none !important;
  }
}

.product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  left: 0;
  background-color: #4a5568;
  border-radius: 100%;
}

.product-section .right-box-contain .pickup-box .product-info .product-info-list li a {
  margin-left: 5px;
  color: #222;
  font-weight: 500;
}

.product-section .right-box-contain .pickup-box .product-info .product-info-list li a+a {
  margin-left: 0;
}

.product-section .right-box-contain .pickup-box .pickup-icon i {
  font-size: 20px;
  color: #da0a22;
}

.product-section .right-box-contain .pickup-box .pickup-detail h4 {
  width: 90%;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.6;
}

@media (max-width: 767px) {
  .product-section .right-box-contain .pickup-box .pickup-detail h4 {
    width: 100%;
  }
}

.product-section .right-box-contain .pickup-box .pickup-detail h6 {
  margin-top: 4px;
}

.product-section .right-box-contain .pickup-box .pickup-detail a {
  margin-top: 0;
  color: #da0a22;
  display: inline-block;
}

.product-section .right-box-contain .paymnet-option ul {
  
  
  align-items: center;


  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(3px + (8 - 3) * ((100vw - 320px) / (1920 - 320)));
}

@media (max-width: 767px) {
  .product-section .right-box-contain .paymnet-option ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

[dir="rtl"] .product-section .right-box-contain .paymnet-option ul {
  padding-right: 0;
}

.product-section .right-box-contain .share-option {
  padding-bottom: 20px;
}

.product-section .right-box-contain .share-option ul {


  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.product-section .right-box-contain .share-option ul li {
  display: block;
}

.product-section .right-box-contain .share-option ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #4a5568;
}

.product-section .product-main .slider-image img {
  width: 100%;
}

.product-section .right-sidebar-box {
  position: sticky;
  top: 10px;
}

.product-section .right-sidebar-box .product-right-sidebar li+li {
  margin-top: 0;
}

.product-section .right-sidebar-box .product-right-sidebar li+li::after {
  top: -14px;
  width: calc(100% - 103px);
}

.product-title {
  margin-top: 20px;
}

.product-title h4 {
  font-weight: 600;
  margin-bottom: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.4px;
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
}

@media (max-width: 1500px) {
  .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
    width: 100%;
  }
}

.product-section-box {
  margin-top: calc(12px + (48 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.product-section-box .custom-nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

.product-section-box .custom-nav .nav-item .nav-link {
  color: #222;
  padding: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320))) calc(17px + (30 - 17) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.6px;
  border: none;
  font-weight: 600;
  background-color: #F8F8F8;
  position: relative;
}
.product-section-box .custom-nav .nav-item .nav-link span {
  display: block;
  font-size: 12px;
}
.product-section-box .custom-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[dir="rtl"] .product-section-box .custom-nav .nav-item .nav-link::after {
  left: unset;
  right: 0;
}

.product-section-box .custom-nav .nav-item .nav-link:focus,
.product-section-box .custom-nav .nav-item .nav-link:hover,
.product-section-box .custom-nav .nav-item .nav-link.active {
  background-color: #fff;
}

.product-section-box .custom-nav .nav-item .nav-link:focus::after,
.product-section-box .custom-nav .nav-item .nav-link:hover::after,
.product-section-box .custom-nav .nav-item .nav-link.active::after {
  width: 100%;
  background: #1aa488;
}

.product-section-box .offer-table {
  margin-bottom: 0;
  border: 1px solid #ececec;
  table-layout: fixed;
  display: inherit;
  border-radius: 6px;
}

[dir="rtl"] .product-section-box .offer-table {
  right: unset;
  left: 10px;
}

.product-section-box .offer-table tbody tr th,
.product-section-box .offer-table tbody tr td {
  padding: 12px 16px;
}

.product-section-box .offer-table tbody tr th {
  width: 7%;
}

.product-section-box .offer-table tbody tr td {
  vertical-align: middle;
}

.product-section-box .offer-table tbody tr td.offer-name {
  width: 20%;
}

.product-section-box .custom-tab {
  padding-top: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.product-section-box .custom-tab .nav-desh {
  margin-bottom: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
}

.product-section-box .custom-tab .nav-desh:last-of-type {
  margin-bottom: 0;
}

.product-section-box .custom-tab .nav-desh .desh-title {
  margin-bottom: 8px;
}

.product-section-box .custom-tab .nav-desh .desh-title h5 {
  font-weight: 700;
}

.product-section-box .custom-tab .product-detail .detail-title h5 {
  font-weight: 600;
  color: #4a5568;
  font-size: 17px;
  margin-bottom: 10px;
}

.product-section-box .custom-tab .product-detail .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.product-section-box .custom-tab .product-detail .detail-list li {
  display: flex;
  align-items: flex-start;
  color: #4a5568;
  width: 100%;
}

.product-section-box .custom-tab .product-detail .detail-list li i {
  font-size: 6px;
  color: #4a5568;
  margin: 6px 6px 0 0;
}

.product-section-box .custom-tab .tab-pane .product-description p {
  margin-bottom: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
  line-height: 1.7;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.product-section-box .custom-tab .tab-pane .product-description p:last-child {
  margin-bottom: 0;
}

.product-section-box .custom-tab .information-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-section-box .custom-tab .information-box ul li {
  color: #4a5568;
  width: 100%;
  display: list-item;
  list-style-type: circle;
  margin-left: 35px;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.product-main-1 .label-tag {
  position: absolute;
  top: 24px;
  left: 10px;
  padding: 5px 15px;
  background-color: var(--theme-new-tag);
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  z-index: 1;
  margin: 0 !important;
  line-height: 21px;
  height: 31px;
}

.product-main-1 .label-tag::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 46px;
  border-bottom: solid 16px #faba02;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

.product-main-1 .label-tag::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: 46px;
  border-bottom: solid 16px #faba02;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
}

.people-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px 26px;
  background: #f8f8f8;
}

.people-image {
  width: 70px;
  height: 70px;
}

.people-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.people-comment {
  padding-left: 15px;
  width: calc(100% - 70px);
}

.btn-animation {
  display: flex;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background: #0F172A;
  border: none;
  z-index: 0;
  padding: 10px 18px;
}

.comn_h2 {
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 28px;
}

.theme-color {
  color: #da0a22 !important;
}

.people-comment .name {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #343a40;
}

.date-time {


  display: flex;
  
  
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.product-section-box .custom-tab .information-box ul.rating {


  display: flex;
  
  
  align-items: center;
  flex-wrap: nowrap;
}

.product-section-box .custom-tab .information-box ul.review-list li {
  margin-left: 0;
  list-style-type: none;
}

.review-list li .people-box .people-comment {
  padding-left: 15px;
}

.rating li .feather.fill {
  fill: #ffb321;
}

.rating li .feather {
  width: 14px;
  height: 14px;
  stroke: #ffb321;
}

.review-list li .people-box .reply {
  margin-top: 9px;
  line-height: 1.6;
  color: #4a5568;
  position: relative;
  padding-right: 65px;
  font-size: 14px;
}

.review-list li .people-box .reply a {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #198754;
}

.slick-slide.slick-current.slick-active .sidebar-image {
  border: 2px solid #fdb14b;
}

.slick-slide.slick-active .sidebar-image {
  border: 1px solid #e5e5e5;
  margin: 4px;
}

.cmnt_add_btn_spc {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: space-between;
}

.cmnt_add_btn_spc button {
  background: #212529;
  padding: 5px 20px;
  border: 0;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  width: fit-content;
}

.add_rev_cont {
  width: 50%;
  padding: 14px 15px;
  border: 1px solid #ccc;
  margin: 0 auto 24px;
}

.add_rev_cont h3 {
  font-size: 18px;
}

.add_rev_cont h4 {
  font-size: 14px;
}

.add_rev_cont input {
  width: 100%;
  border: 1px solid #c8c8c8;
  margin: 8px 0 15px;
  padding: 4px 7px;
}

.add_rev_cont textarea {
  width: 100%;
  border: 1px solid #c8c8c8;
  margin: 8px 0 15px;
  padding: 4px 7px;
  background: #fff;
}

.add_rev_cont button {
  background: #212529;
  float: left;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  border: 0;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  width: fit-content;
}
.product-section .right-box-contain .note-box .product-qty {
width: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0 12px;
  }
  .qty-box .input-group {
  max-width: 134px;
  }
  .qty-box .input-group button {
width: 32px;
  height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	background-color: #fff;
	z-index: 0;
	border-radius: 4px !important;
	background: #eceeef;
  }
  .qty-box .input-group input {
	height: auto;
	background-color: transparent;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #4a5568;
  }
.cart_qty label {
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.4px;
  font-size: 16px;
}
  .cart {
    background: #7b4f25;
    border: none;
    padding: 14px 24px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
  }
    .wslst {
background: #ffffff;
  outline: 1px solid #7b4f25;
  outline-offset: -1px;
  border: none;
  padding: 14px 24px;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 500;
  }
  .right-box-contain h4 {
    font-weight: 600;
  margin-bottom: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.4px;
  font-size: 16px;
  }
  .pincde {
border: 1px solid #d5d5d5;
  padding: 5px 6px;
  width: 500px;
  max-width: 100%;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  }
    .pincde input {
    border: none;
  padding: 5px 10px;
  width: 95%;
  background: transparent;
  }
  .pincde button {
  background: #000;
  border: none;
  color: #fff;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 500;
  }
  .sml_txt {
font-size: 12px;
  margin: 17px 0;
  }
  #accordionFlush {
    border: 1px solid #dfdfdf;
  border-radius: 4px;
  overflow: hidden;
  padding: 12px;
  }
  #accordionFlush .accordion-button {
  flex-wrap: wrap;
  font-weight: 500;
  color: #000;
  padding: 14px;
  }
    #accordionFlush .accordion-button span {
display: block;
  width: 100%;
  font-size: 13px;
  color: #3d3d3d;
  margin: 5px 0;
  font-weight: 400;
    }
#accordionFlush .accordion-body {
  padding: 15px;
  font-size: 13px;
  color: #5e5e5e;
}
    #accordionFlush .accordion-button::after {
  position: absolute;
  right: 10px;
  background-size: 14px;
}
.prod_spec {
border-bottom: 1px solid #d7d7d7;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.prod_spec h5 {
  font-size: 14px;
  color: #5e5e5e;
  margin-bottom: 2px;
  font-weight: 400;
}
.prod_spec h6 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.accordion-button:focus {
  border-color:  none;
  box-shadow: none;
  background: #fff;
}
.label-tag {
position: absolute;
top: 0;
  left: 4px;
  padding: 5px 10px;
  background-color: #f22c2c;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  z-index: 1;
  margin: 0 !important;
  line-height: 21px;
  height: 31px;
  width: auto;
  border-radius: 0 0 5px 0;
}
.breadcrumb-item a {
   color: #868686;
}
.comn_btn {
  background: #7b4f25;
  border: none;
  padding: 10px 24px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.slick-dots li button::before {
  background: #000;
  border-radius: 100%;
  width: 12px !important;
  height: 12px !important;
}
.slick-dots {
  bottom: -35px !important;
}
/**Details**/

/**Cart**/
.summery-box .summery-contain ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
  }
  .crt_pro_qty .remove {
	font-weight: 400;
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
  }
  .title h2 {
	margin-bottom: 14px;
  }
  .crt_pro_det .price h5 del {
	margin-left: 10px;
  }
  .cart-table {
background-color: #fff;
  padding: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin: 0 0 15px;
  }
  .summery-box {
	background-color: #fff;
	border: 1px solid #e3e3e3;
  border-radius: 4px;
  }
  .crt_pro_det .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 7px;
  }
  .crt_pro_det p span {
	font-weight: 550;
  }
  .text-content {
color: #292929;
  font-size: 14px;
  word-break: break-all;
  font-weight: 550;
  }
  .crt_pro_det .price h4 {
	font-size: 14px;
	font-weight: 550;
  }
  .crt_pro_det .price h5 {
	color: #FF0000;
	margin: 0 10px;
	font-size: 14px;
  }
  
  .crt_pro_qty .quantity-price .cart_qty button {
	width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
	height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: #e3e0e0;
	border-radius: 100% !important;
	padding: 0;
  }
  
  .crt_pro_qty .quantity-price {
	margin-left: 12px;
  }
  
  .crt_pro_qty .quantity {
	justify-content: flex-end;
  }
  
  .crt_pro_qty .quantity-price .cart_qty input {
	padding: 0;
	border: none;
	text-align: center;
	background-color: transparent;
	width: 50px;
  }
  
  .crt_pro_qty .remove {
	display: flex;
	justify-content: flex-end;
	margin: 19px 0 0;
	align-items: center;
  }
  
  .crt_pro_det .price h6 {
	width: auto;
	margin: 0;
	font-size: 14px;
  }
  .summery-box .summery-header {
	padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ececec;
  }
  
  .summery-box .summery-header h3 {
	font-size: 18px;
  }
  
  .summery-box .summery-total {
	padding: 20px 14px;
  }
  
  .summery-box .summery-total li:last-child h4 {
	font-weight: 600;
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .summery-box .summery-total li {
	padding-top: 12px;
  
  
	display: flex;
	align-items: center;
  }
  
  .button-group ul li button {
	width: 100%;
	font: inherit;
	background: #000;
	color: #fff;
	font-weight: inherit;
	letter-spacing: 0.04em;
	padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	border: none;
	border-radius: 4px;
  }
  .proceed-btn {
	width: 100%;
	font: inherit;
	background: #3e2915;
	color: #fff;
	font-weight: inherit;
	letter-spacing: 0.04em;
	padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	border: none;
	border-radius: 4px;
	display: block;
  }
  .shopping-button {
	font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
	background-color: #ececec;
	color: #000;
	padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	border-radius: 4px;
	display: block;
  }
  .button-group ul li button.shopping-button {
	font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
	background-color: #ececec;
	color: #000;
	font-weight: 500;
  }
  .button-group.cart-button ul li {
	width: 100%;
  }
  
  .button-group ul li button.shopping-button i {
	margin-right: 8px;
  }
  
  .button-group.cart-button {
	margin-top: 0;
	padding: 0 calc(16px + (22 - 24) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .summery-box .summery-total li:last-child h4 {
	font-weight: 600;
	font-size: calc(16px + (20 - 19) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .summery-box .summery-total li h4.price {
	margin-left: auto;
  }
  .summery-box .summery-total li h4.price i {
    font-size: 14px;
    margin-right: 3px;
  }
  .summery-box .summery-contain ul li h4 {
	font-size: 15px;
	color: #4a5568;
  }
  
  .summery-box .summery-contain ul li h4.price {
	color: #000;
	margin-left: auto;
  }
  .summery-box .summery-contain ul li h4.price i {
    font-size: 13px;
    margin-right: 3px;
  }
  .summery-box .summery-header a {
	font-weight: 500;
	margin-left: auto;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .summery-box .summery-header a:hover {
	color: #da0a22;
  }
  
  [dir="rtl"] .summery-box .summery-header a {
	margin-left: unset;
	margin-right: auto;
  }
  
  .summery-box .summery-contain {
	padding: 10px 14px;
	border-bottom: 1px solid #ececec;
  }
  .price del {
	font-weight: 400;
	margin-left: 7px;
	font-size: 12px;
	color: #4a5568;
  }
  .summery-box .summery-contain::-webkit-scrollbar-track {
	background-color: #4a5568;
  }
  
  .summery-box .summery-contain::-webkit-scrollbar {
	width: 3px;
  }
  
  .summery-box .summery-contain::-webkit-scrollbar-thumb {
	background-color: #da0a22;
	border-radius: 4px;
  }
  
  .product-image img {
  border-radius: 4px;
  }
  .hdngs_2 {
    font-size: 18px;
  font-weight: 500;
  }
    .hdngs_3 {
    font-size: 18px;
  font-weight: 500;
  }
     .hdngs_3 i {
      font-size: 15px;
     }
  .theme-bg-color {
background: #3e2915;
  }
  
.vld {
  font-weight: 400;
  font-size: 13px !important;
  color: #2ab331 !important;
  border: 1px dashed #2ab331;
  padding: 7px 12px;
  display: inline-block;
  background: #e4f5f2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  margin: 0 15px;
}
  .vld a {
    color: #2ab331;
  }
  @media (max-width: 480px) {
	.crt_pro_det {
	  width: 66%;
	}
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4 {
	  text-align: center;
	  width: 100%;
	}
	.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header h3 {
	  text-align: center;
	}

	.dashboard-right-sidebar .crt_pro_qty {
	  justify-content: end;
	}
  
	.crt_pro_qty .remove {
	  margin: 0;
	}
  }
  
  .payment img {
	max-width: 100%;
  }
  .crt_pro_det h2 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .crt_pro_det h3 {
       font-size: 16px;
  }
    .crt_pro_det h3 i {
      font-size: 14px;
      margin-right: 3px;
    }
  .crt_pro_pic {
    max-width: 120px;
  }
  .crt_pro_det {
    width: 100%;
  padding: 0 14px;
  }
  .crt_shrt span.sepp {
font-size: 13px;
  font-weight: 500 !important;
  color: #636363;
  margin: 0 0 2px !important;
  display: flex;
  gap: 0 7px;
  align-items: center;
  }
  .crt_shrt span.sepp strong {
    color: #000;
  }
  .colrr {
    width: 12px;
  height: 12px;
  }
 .crt_shrt {
    display: flex;
  align-items: center;
  gap: 0 14px;
  flex-wrap: wrap;
  margin: 0 0 10px;
  }
  .crt_pro_qty {
  padding: 12px 0 0;
  display: flex;
  align-items: center;
  gap: 0 40px;
  }
  .remove_btn_crt {
    font-size: 14px;
  text-transform: uppercase;
  color: #898989;
  font-weight: 500;
  }
  .wshlist_crt {
       font-size: 14px;
  text-transform: uppercase;
  color: #af0707;
  font-weight: 500;
  }
  .apply_cpn img {
    max-width: 20px;
  }
    .apply_cpn {
   margin: 9px 14px;
  padding: 10px 10px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  }
  .modal-header h2 {
    font-size: 18px;
  }
  #CpnModalFullscreen .modal-body h3 {
    font-size: 16px;
  margin: 18px 0 7px;
  }
  .cpn_gry {
    background: #f1f1f1;
  border: 1px dashed #acacac;
  font-size: 14px;
  padding: 6px 11px;
  display: block;
  max-width: fit-content;
  font-weight: 550;
  }
  .breadcrumb {
    align-items: center;
    margin: 7px 0;
  }
/**cart**/

  /**checkout-2**/
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul {
	display: flex;
	flex-wrap: wrap;
	gap: calc(17px + (45 - 17) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li {
	position: relative;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li:last-child .checkout-box::before {
	content: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 6px;
	background-color: #f8f8f8;
  }
  
  .delivery-address-detail h4 {
	font-size: 18px;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon {
	left: unset;
	right: 0;
  }
  
  .delivery-address-detail p.text-content {
	font-size: 14px;
	font-weight: normal;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon {
	  display: none;
	}
	.delivery-address-box2 h4 {
		margin-bottom: 7px !important;
	  }
	  .delivery-address-box2 .col-md-4.fw-bold, .delivery-address-box2 b.col-md-7 {
		margin-right: 7px;
	  }
	  .delivery-address-box2 h4.table-title.mb-0 {
		margin-bottom: 0px !important;
	  }
	  .user-dashboard-section .dashboard-right-sidebar {
		padding: 14px 0 !important;
	  }
	  .crt_pro_det .price h6 {
		margin-top: 5px;
	  }
    .form-check{
      padding-left: 0;
    }
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon .lord-icon {
	width: 100%;
	height: 100%;
  }
  
  .custom-file,
  .custom-file-input,
  .custom-file-label,
  select.form-control:not([size]):not([multiple]) {
	height: auto;
  }
  
  #accordionFlushExample .accordion-item {
	background: #efefef;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
	padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #d4d4d4;
	margin-left: 66px;
	position: relative;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
	margin-left: unset;
	margin-right: 66px;
  }
  
  .btn-close {
	background: transparent;
	font-size: 23px;
	position: absolute;
	right: 15px;
	top: 15px;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
	  margin-left: 0;
	}
  
	[dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
	  margin-left: unset;
	  margin-right: 0;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
	content: "";
	position: absolute;
	top: 25px;
	left: -42px;
	width: 0;
	height: 115%;
	border-left: 1px dashed rgba(34, 34, 34, 0.18);
	z-index: -1;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
	left: unset;
	right: -42px;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
	  content: none;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-title {
	margin-bottom: calc(9px + (17 - 9) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-title h4 {
 font-weight: 550;
  font-size: 15px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box {
	border-radius: 8px;
	padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div {
	display: flex;
	position: relative;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .label {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	padding: 2px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.8px;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .label {
	right: unset;
	left: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input {
	width: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
	height: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
	margin-top: 2px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input:checked {
	background-color: #da0a22;
	border-color: #da0a22;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: calc(85% + (75 - 85) * ((100vw - 320px) / (1920 - 320)));
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail {
	margin-left: unset;
	margin-right: 10px;
	padding-right: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail li {
	display: block;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail p,
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail h6 {
	line-height: 1.4;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 13px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail p span,
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail h6 span {
	margin-right: 4px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .add-address {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option {
	padding: calc(17px + (26 - 17) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	border-radius: 5px;
  }
  
  @media (max-width: 1460px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .select-option {
	  margin-top: 6px;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .date-box {
	position: relative;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .date-box i {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 17px;
	font-size: 18px;
	color: #4a5568;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-category {
	display: flex;
	align-items: center;
	height: 100%;
  
  }
  
  .offcanvas.hiding {
	visibility: hidden;
  }
  
  @media (max-width: 767px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-category {
	  display: block;
	}
	.product-section .right-box-contain .name {
		margin-bottom: 8px;
		font-size: 16px;
		margin-top: 14px;
	  }
	  .product-section .right-box-contain .product-packege .select-packege {
		gap: 8px;
	  }
	.form-floating > .form-control, .form-floating > .form-select {
		height: 47px;
	  }
	  .form-floating > .form-control {
		padding: 0.2rem .75rem;
	  }
	  .form-floating > label {
		padding: 0.8rem .75rem;
	  }
	  .custom-file, .custom-file-input, .custom-file-label, select.form-control:not([size]):not([multiple]) {
		height: 47px;
	  }
	.mob_title {
		font-size: 18px !important;
	  }
	.mob_hdr_stcky {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		animation: slideDown 0.5s ease-out;
		width: 100%;
		z-index: 99;
	  }
	#mob_slider {
		margin-bottom: 24px;
	}
	.fixed_hdr {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		animation: slideDown 0.5s ease-out;
		width: 100%;
		z-index: 99;
	  }
	.table {
	  width: 767px;
	}
   .dashboard-right-sidebar .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
	  display: flex;
	}
	.product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
	  display: none;
	}
	.dashboard-right-sidebar .product-section .right-box-contain .pickup-box .product-info .product-info-list li a {
	  width: 112px;
	}
	.user-dashboard-section .dashboard-right-sidebar {
	  padding: calc(10px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
  }
  .summery-box .summery-contain {
    padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .summery-box .summery-total {
	padding: 0;
  }
  .summery-box .summery-total li {
	padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .summery-box .summery-total li:last-child h4 {
	font-size: calc(13px + (20 - 19) * ((100vw - 320px) / (1920 - 320))) !important;
  }
  .dashboard-order .delivery-address-box2 h4 {
	font-size: 14px !important;
	margin: 0;
  }
    .d-flx-crt-prc {
    width: 100%;
    align-items: center;
  }
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	min-height: auto;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check {
	padding-left: unset;
	padding-right: 1.5rem;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
	font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (1920 - 320)));
	padding-left: 12px;
	font-weight: 500;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
	padding-left: unset;
	padding-right: 12px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-date {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	border: 1px solid #ececec;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #4a5568;
	width: 100%;
	padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-date input {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	border: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #4a5568;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time {
	display: flex;
	align-items: center;
	height: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	border: 1px solid #ececec;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #4a5568;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i {
	-webkit-text-stroke: 1px #4a5568;
	color: transparent;
	font-size: 18px;
	margin-right: 10px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after {
	content: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before {
	content: "\f078";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu {
	border: 1px solid transparent;
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active {
	color: #000;
	text-decoration: none;
	background-color: #ececec;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li+li {
	margin-top: 5px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box {
	display: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box.show {
	display: block;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option {
	padding: calc(17px + (26 - 17) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	border-radius: 5px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
	display: flex;
	
	
	align-items: center;
	height: 100%;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
	  display: flex;
	  align-items: center;
	}
  }
  
  @media (max-width: 480px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
	  display: block;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 {
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items {
	margin-bottom: 5px;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items {
	  margin-bottom: 0;
	}
  }
  
  @media (max-width: 480px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items {
	  margin-bottom: 5px;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items span {
	text-decoration: underline;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.charge {
	  margin-top: 8px;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i {
	font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
	margin-left: 7px;
	color: rgba(0, 0, 0, 0.25);
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i {
	margin-left: unset;
	margin-right: 7px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-button {
	padding: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-method .custom-form-check label {
	font-weight: 500;
	font-size: 17px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .credit-card-box .credit-detail {
	position: relative;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .credit-info label {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option {
	padding: 20px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
	border-radius: 8px;
	position: relative;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option .form-check .form-check-input {
	margin-top: 4px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option .form-check label {
	font-weight: 500;
	font-size: 18px;
	padding-left: 10px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option img {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	width: 60px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: center;
	background: #fff;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item {
	border: none;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
	color: #4a5568;
	position: relative;
	padding: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::after {
	content: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item #flush-headingOne .accordion-button::before {
	content: "\f078";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
	right: unset;
	left: 30px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: #222;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
	top: 20%;
	-webkit-transform: rotate(-180deg) translateY(-50%);
	transform: rotate(-180deg) translateY(-50%);
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
	display: flex;
	align-items: center;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
font-weight: 400;
  color: #222;
  display: flex;
  align-items: center;
  width: 100%;
 font-size: 14px;
  padding: 8px 0;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
	padding-right: 0;
  }
  
  @media (max-width: 565px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
	  margin-top: 5px;
	  padding: 4px 20px;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
	margin-right: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
	margin-left: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
	margin-right: unset;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body {
	padding-top: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review {
	margin: 0;
	line-height: 1.5;
	color: #4a5568;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
	color: #da0a22;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
	margin-bottom: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
	padding-left: unset;
	padding-right: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
	display: flex;
	align-items: center;
	font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
	margin-right: 10px;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
	margin-right: unset;
	margin-left: 10px;
  }
  
  .checkout-section-2 .right-side-summery-box {
	position: sticky;
	top: 110px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 {
	border-radius: 7px;
	background-color: #fff;
	padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
	border: 1px solid #d4d4d4;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header {
	padding-bottom: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header h3 {
	font-size: 18px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a {
	font-weight: 500;
	margin-left: auto;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a:hover {
	color: #da0a22;
  }
  
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a {
	margin-left: unset;
	margin-right: auto;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
	border-bottom: 1px solid #ececec;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
	background-color: #4a5568;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
	width: 3px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
	background-color: #da0a22;
	border-radius: 4px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
	width: calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
	height: calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px;
  }
  
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
	margin-right: unset;
	margin-left: 10px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box {
	position: relative;
  
	overflow: hidden;
	border-radius: 4px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .btn-apply {
	background: #da0a22;
	color: #fff;
	padding: 0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	border: none;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .form-control {
	border: 2px solid #da0a22;
	padding: 10px;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul {
	padding-right: 0;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li:last-child {
	border-bottom: none;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4 {
	font-size: 15px;
	color: #4a5568;
  } 
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price {
	color: #4a5568;
	margin-left: auto;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price {
	margin-left: unset;
	margin-right: auto;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price .shpping-contain {
	display: block;
	font-weight: 400;
	font-size: 13px;
	margin-top: 3px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4 span {
	font-weight: 600;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
	padding-bottom: 10px;
	padding: 0;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
	background-color: transparent;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
	width: 3px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
	background-color: #da0a22;
	border-radius: 4px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li {
	padding: 13px 0;
	display: flex;
	align-items: center;
  }
  .summery-total .price del i { font-size: 11px;}
  .summery-total .price i { font-size: 13px;
  margin-right: 3px;}
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li:last-child {
	border-bottom: none;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li p {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.6;
	margin: 0;
  }
  .list-total h4.price i {
    font-size: 15px;
  }
    .list-total h4.price del i {
    font-size: 12px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4 {
font-size: 13px;
  color: #000;
  font-weight: 400;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price {
color: #000;
  margin-left: auto;
  width: 128px;
  text-align: right;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price i { font-size: 11px;
  margin-right: 4px;}
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price {
	margin-left: unset;
	margin-right: auto;
  }
  .lbl_txt {
	margin: 0 0 5px;
	  margin-top: 0px;
	font-size: 11px;
	background: #ebebeb;
	padding: 2px 9px;
	line-height: 17px;
	height: 20px;
	font-weight: 400;
	border-radius: 4px;
	display: inline-block;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price .shpping-contain {
	display: block;
	font-weight: 400;
	font-size: 13px;
	margin-top: 3px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4 span {
	font-weight: 400;
	margin-left: 9px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .price del i {
	font-size: 11px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .qt span {
	margin-left: 0;
  color: #000;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
	margin-top: 0px;
	padding-top: 5px;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
	padding: 0;
	padding-top: 5px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li {
padding: 8px 0;
  display: flex;
  align-items: center;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4 {
font-size: 15px;
  color: #4a5568;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4.price {
	margin-left: auto;
  color: #000;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4.price {
	margin-left: unset;
	margin-right: auto;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4 span {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) {
	padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 0;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) h4 {
	font-weight: 500;
	color: #000;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child {
	border-top: 1px solid #ececec;
	padding-top: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child h4 {
	font-weight: 600;
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer {
	margin-top: 24px;
	border-radius: 7px;
	background-color: #fff;
	padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
	border: 1px solid #d4d4d4;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon {
	width: 20px;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name h6 {
	font-weight: 600;
	font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1;
	margin-bottom: -2px;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
	display: flex;
	
	flex-wrap: wrap;
	gap: calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320)));
	height: 100%;
	overflow: hidden auto;
	max-height: 104px;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
	padding: 0;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(85, 85, 85, 0.14);
  }
  
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar {
	width: 4px;
	background-color: #f5f5f5;
	border-radius: 50px;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(85, 85, 85, 0.5);
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li {
	display: block;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
	color: #4a5568;
	line-height: 1.5;
	position: relative;
	padding-left: 23px;
	font-size: calc(13px + (13 - 13) * ((100vw - 320px) / (1920 - 320)));
	margin: 0;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
	padding-left: unset;
	padding-right: 23px;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	width: 5px;
	height: 5px;
	background-color: #4a5568;
	border-radius: 100%;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
	left: unset;
	right: 7px;
  }
  .checkout-detail .dropdown button {
	border-radius: 8px;
	padding: calc(12px + (17 - 12) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	height: 100%;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	border: none;
	width: 360px;
	text-align: left;
	display: flex;
	align-items: space-between;
	justify-content: space-between;
	border: none;
	flex-wrap: wrap;
	gap: 10px;
  }
  .checkout-detail .dropdown-toggle::after {
	display: none;
  }
  .checkout-detail .dropdown-menu.show {
	width: 360px;
  }
  .checkout-detail .dropdown-menu.show {
	width: 360px;
  }
  .coupon-box .form-control {
	border: 2px solid #000;
	padding: 10px;
  }
  .coupon-box .btn-apply {
	background: #000;
	color: #fff;
	padding: 0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	border: none;
  }
  .coupon-cart .coupon-box {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
  }
  .checkout-icon {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
  }
  .edit_adrs button {
	height: calc(51px + (54 - 51) * ((100vw - 320px) / (1920 - 320)));
	line-height: normal;
	padding: 1rem .75rem;
	background-color: #fff;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .edit_adrs .dropdown-menu {
	width: 100%;
  }
  .label label { cursor: pointer;}
  .form-control {
	padding: 10px 14px;
	font-size: 14px;
	border-radius: 5px;
	appearance: auto;
  }
 select.form-control {
	color: rgba(0, 0, 0, 0.5);
  }
  select.form-control option {
	color: #000;
  }
  .reg_sec_lgn {
	width: 80%;
	text-align: center;
	padding: 20px 14px;
	border-radius: 10px;
	border: 1px dashed #000;
	margin: 14px auto;
	background: #f4f4f4;
  }
  .reg_sec_lgn h4 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
  }
  .thank i {
  font-size: 45px;
  margin: 0 0 15px;
  color: #21a93d;
}
  /**checkout**/

   /**login**/
  .reg-wrapper {
	width: 500px;
	max-width: 100%;
	margin: 0px auto;
border: 1px solid #c7c7c7;
	padding: 35px 35px;
	position: relative;
	background: #fff;
	border-radius: 4px;
}
.reg-wrapper img {
	position: absolute;
	left: -277px;
	max-height: 300px;
	top: 81px;
}
.reg-wrapper h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 5px;
	color:#000;
}
.reg-wrapper p {
	margin: 0 0 20px;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.form_group02 input{
	border: 1px solid #c7c7c7 !important;
	width: 100%;
	padding: 10px 14px;
	text-align: left;
  border-radius: 4px;
	font-size: 14px;
	float: right;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 14px;
}
.form_group02 select {
	border: 1px solid #c7c7c7 !important;
	background: #fff;
	width: 100%;
	padding: 10px 14px;
	text-align: left;
	border-radius: 4px;
	font-size: 14px;
	float: right;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 14px;
}
p.forg {
	display: inline-block;
	width: 50%;
	text-align: left;
	color: #3b3b3b;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.red_btn {
	background: #c61839 !important;
  }
.reg-wrapper hr {
	width: 100%;
	display: inline-block;
	background: #b6b5b5;
	border: none;
	height: 1px;
}
.reg-wrapper h4 + a {
	border: 1px solid #000;
	color: #000;
	padding: 8px 18px;
	font-weight: 500;
	margin: 14px auto 0;
	display: block;
	width: 180px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
}
.reg-wrapper h4 {
    font-size: 20px;
    color: #3c3c3c;
    text-align: center;
    margin: 0 0 18px;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	outline:none;
}
.sign_fb {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fbe {
	background: #3a5998;
	font-size: 14px;
	color: #fff;
	padding: 8.5px 12px;
	text-align: left;
	width: 210px;
	display: block;
	border-radius: 5px;
	line-height: 22px;
	text-decoration: none;
}
.fbe i {
    border-right: 1px solid #000;
    padding: 4px 12px 4px 0;
    margin: 0 12px 0 0;
}

  .login_bg {
	background: #f5f5f5;
  }
  .vd {
	border: 1px solid #000;
	padding: 8px 35px !important;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	position: relative;
	transition: all 100ms ease-out;
	top: 0;
	width: auto;
	height: auto;
  background: #000;
  }
/**login**/
.srch-det {
clear: both;
  position: absolute;
  right: -22px;
  top: 50px;
  background: #fff;
  padding: 10px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  z-index: 99;
}
.srch-det::before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-bottom-color: #131313;
  border-width: 17px;
  margin-left: -39px;
  right: 12px;
  top: -33px;
}

.srch-det::after {
  content: "";
  position: absolute;
  border: solid transparent;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 17px;
  margin-left: -39px;
  right: 12px;
  top: -33px;
}
.cart_icns li a {
  cursor: pointer;
}
footer ul li a {
  color: #6d6d6d;
}
.fresh-image-2 {
  border-radius: 0 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fresh-image-2 img {
  max-width: 100%;
}

 /**contact**/

 .contact-detail-box {
	display: flex;
	flex-wrap: wrap;
	gap: calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
	align-items: center;
	background-color: #fff;
	padding: 17px 34px;
	position: relative;
	border-radius: 10px;
	margin-left: 22px;
	box-shadow: 0 0 4px #d2d2d2;
  }
  .contact-icon {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -21px;
	background-color: #3e2915;
	padding: 13px;
	border-radius: 7px;
	display: inherit;
	color: #fff;
  }
  .contact-detail-title h4 {
	font-weight: 600;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	margin-top: -2px;
  }
  .contact-detail-contain p {
	margin: 0;
	  margin-bottom: 0px;
	margin-bottom: 0px;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.5;
	color: #4a5568;
	margin-bottom: -5px;
  }
  .custom-form label {
	color: #4a5568;
	display: block;
	font-size: 14px;
	margin-bottom: calc(3px + (8 - 3) * ((100vw - 320px) / (1920 - 320)));
  }
  .custom-input {
	position: relative;
  }
  .custom-input .form-control {
	padding: 12px 14px 12px 48px;
	border: none;
	background: #fff;
	border: 1px solid #b8b8b8;
	border-radius: 8px;
  }
  .custom-form .custom-input i {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: #4a5568;
  }
  .custom-form .custom-textarea i {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 18px 20px;
	display: flex;
	font-size: 18px;
	color: #4a5568;
  }
  .custom-textarea .form-control {
	padding: 12px 14px 12px 48px;
	border: none;
	background: #fff;
	border: 1px solid #b8b8b8;
	border-radius: 8px;
	min-height: 120px;
  }
  .custom-textarea { position: relative;}
  .right-sidebar-box {
	padding: 17px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0 4px #d6d6d6;
  }
  .contact-detail-contain {
	width: 100%;
  }
  .an {
    background: #3e2915;
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    transition: all 100ms ease-out;
    top: 0;
    border: none;
    line-height: 27px;
    border-radius: 7px;
  }
  /**Contact**/
#captcha_spc img {
  max-width: 85%;
}
  .bg-light {
  border-top: 1px solid #d2d2d2;
  padding: 10px 0;
  background: transparent !important;
}
#exampleModalFullscreen .modal-content {
  width: 300px;
}
.mob_mnu_1 {
  background: #fff;
}
#exampleModalFullscreen .modal-body {
    background-color: #f5f5f6 !important;
    padding: 0;
}
/**Responsive**/

   @media screen and (min-width: 1200px) and (max-width:1399px) {
    .prod_img {
    height: 298px;
}

   }
   @media screen and (min-width: 992px) and (max-width:1199px) {
   .prod_img {
  height: 246px;
}
   }
   @media screen and (min-width: 768px) and (max-width:991px) {
   .prod_img {
  height: 178px;
}
.logo {
  max-width: 100px;
}
.hdr_mnu ul {
  gap: 0 10px;
}
.hdr_mnu li a {
  font-size: 12px;
}
.right_side {
  gap: 0 15px;
}
.search input {
  width: 210px;
}
  .prod_list_sec .container {
    width: 100%;
   padding: 0 10px;
    max-width: 100%;
  }
  .ftr_grd {
  width: 46%;
  margin: 17px 0;
}
.ftr_right_sec {
  margin: 30px 0;
}
   }

   /**mobile**/

   @media (max-width: 576px) {

    .hidden_for_mobile {
      display: none;
    }
    .search_spc_mob {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
      width: 100%;
      padding: 14px 10px;
    }
   .search_spc_mob h2 {
      font-size: 16px;
  color: #fff;
    }
    .search_spc_mob span {
     font-size: 13px;
    color: #fff;
  margin: 2px 0 10px;
    display: block;
    }
     .search_spc_mob span i {
      font-size: 10px;
     }
     .srch_input {
width: 100%;
    border: 1px solid #fff;
    padding: 7px 10px 7px 32px;
    position: relative;
     }
     .srch_input i {
font-size: 16px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 9px;
     }
     .srch_input input {
      background: transparent;
  width: 100%;
  padding: 0;
  border: none;
  color: #fff;
     }
     .srch_input input::placeholder {
      opacity: 1;
      color: #fff;
     }
     .srch_input  input:focus {
      outline: none;
     }
.caption_mob {
position: absolute;
   bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 24px 0;
}
.caption_mob h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 10px;
}
.mob_btn_1 {
  background: #0f0f0f;
  padding: 8px 24px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.mob_btn_2 {
  background: #ffffff;
  padding: 8px 24px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
#home_mob .owl-carousel .owl-dots {
   text-align: center;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: auto;
    right: auto;
    padding: 10px 0;
    border-radius: 30px 30px 0 0;
}
#home_mob .owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
#home_mob .owl-carousel .owl-dots .active span {
 background-color: #fff !important;
    width: 29px;
    border-radius: 5px;
}

/**related prod slider dots**/

#related_product_slider .owl-carousel .owl-dots {
   text-align: center;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: -24px;
    left: auto;
    right: auto;
    padding: 10px 0;
    border-radius: 30px 30px 0 0;
}
#related_product_slider .owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
    background-color: #cacaca;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
#related_product_slider .owl-carousel .owl-dots .active span {
 background-color: #b76b22 !important;
    width: 29px;
    border-radius: 5px;
}
#related_product_slider {
  margin-bottom: 22px;
}
/***/
.marquee {
height: 28px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 4px 0;
}

.marquee div {
  display: block;
  width: 100%;
  position: absolute;
  overflow: hidden;
  animation: marquee 10s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.black_strip_mob {
  background: #000;
  color: #fff;
  font-size: 13px;
}
.comn_hd_mob {
  font-size: 17px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: center !important;
  margin: 0px 0 24px;
}
.fea_grid_mob img {
  width: 100%;
}
.fea_grid_mob {
  position: relative;
  margin-bottom: 8px;
}
.fea_cat_mob .col-4 {
  padding: 0 4px;
}
.fea_cat_mob .row {
  margin: 0 -4px;
}
.fea_grid_mob h5 {
   font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 0;
}
.fit_banner img {
  max-width: 100%;
}
.prod_list_sec .container {
  width: 100%;
  padding: 0;
} 
  .prod_list_sec.prod_list_sec_2 .container {
    padding: 0 20px;
  }
  .prod_list_sec.prod_list_sec_2 .hd_underline {
  width: 70px;
  height: 5px !important;
  margin: 18px 0 37px;
}
  .prod_list_sec.prod_list_sec_2  h2 {
    text-align: left;
  }
.prod_list_sec .container .col-6 {
  padding: 0 4px;
}
.prod_list_sec .container .row {
  margin: 0 -4px
}
.prod_img {
  border-radius: 0;
  height: 195px;
}
 #related_product_slider .prod_img {
    border-radius: 0;
    height: auto;
  }
.prod_txt h5 {
  font-size: 13px;
  margin: 0 0 3px;
}
.prod_txt span {
font-size: 13px;
}
.fav {
  right: 7px;
  top: 7px;
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.cat_sec h2 {
  font-size: 17px;
    text-transform: uppercase;
    font-weight: 700 ;
    text-align: center;
    margin: 0px 0 24px;
}
.hd_underline {
  display: none;
}
.customer_reviews_review-hometitle__wfFjs .customer_reviews_heading-block__x32VI h2 {
  font-size: 16px;
}
.customer_reviews_review-hometitle__wfFjs .customer_reviews_heading-block__x32VI p {
  font-size: 13px;
  margin-top: 5px;
  justify-content: center;
}
.customer_reviews_review-hometitle__wfFjs {
  text-align: center;
}
.customer_reviews_review-hometitle__wfFjs .customer_reviews_heading-block__x32VI h2 {
  text-align: center;
}
.stars {
  font-size: 16px;
  justify-content: center;
}
.see_more {
  border: 1.7px solid #d63242;
  color: #d63242;
  padding: 8px 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 7px;
  max-width: fit-content;
  margin: 21px 0 0;
  margin: 11px auto 42px;
}
#reviews h4 {
  text-align: center;
}
#reviews h5 {
  text-align: center;
}
#reviews h6 {
  text-align: center;
}
#reviews p {
  text-align: center;
}
#reviews span {
  text-align: center;
  width: 100%;
  display: block;
}
.rev_sec {
  background: #f7f7f7;
}
.ftr_grd {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    padding: 10px;
    border-radius: 5px;
}
.ftr_grd h3 {
  font-size: 15px;
}
.ftr_grd p {
  font-size: 13px;
}
.ftr_grd figure img {
  width: 27px;
}
footer p {
  margin-bottom: 40px;
}
.col-md-13 {
  width: 100%;
  margin-bottom: 30px;
}
.ftr_right_sec {
  flex-wrap: wrap;
}
footer h4 {
    font-size: 16px;
    margin: 15px 0 14px;
}
.col-md-14 {
  width: 50%;
}
.cpy_rit p {
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.cpy_rit span {
  width: 100%;
  display: block;
  text-align: center;
}

/* ftr mnu */
  .footer_mob_menu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    bottom: 0;
  }
  .footer_mob_menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 10px;
    list-style-type: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  }
  .footer_mob_menu li {
    text-align: center;
  }
  .footer_mob_menu li span {
    color: #000000;
    font-size: 17px;
  }
  .footer_mob_menu li p {
    line-height: 19px;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 500;
  }
.product-section .right-box-contain {
  padding: 0 20px;
}
.cart, .wslst {
 padding: 14px 12px;
    width: 50%;
    font-size: 13px;
}
.breadcrumb {
  padding: 0 12px;
}
.fs-6 {
  font-size: 14px !important;
}
.product-section.detail_pge {
  overflow-x: hidden;
}
.product-section .right-box-contain .product-packege .select-packege li a {
  padding: 4px 7px;
  font-size: 13px;
}
.ofr_txt_ic {
  margin: 20px 0;
}
.hdngs_2, .hdngs_3 {
  font-size: 15px;
  font-weight: 500;
}
.cart-table h2 {
  font-size: 14px;
  margin: 0 0 8px;
}
.crt_pro_pic {
  max-width: 55px;
}
.quantity {
  margin: 15px 0 0;
  justify-content: center;
}
.cart_grid_1 {
  align-items:  center;
}
.crt_shrt {
  margin: 0;
}
 .all-ads {
    padding: 0 !important;
  }
  .prod_listing  .all-ads {
    padding: 0 10px !important;
  }
  .summery-box .summery-header h3 {
  font-size: 15px;
}
.summery-box .summery-contain ul li h4 {
  font-size: 13px;
}
.summery-box .summery-contain ul li {
  padding: 8px 0;
}
.crt_pro_det h3.hdngs_3 {
  font-size: 14px;
  margin: 7px 0 0;
}
   }


   @media (min-width: 577px) {
    .only_for_mob {
      display: none;
    }
   }

   @media (max-width: 767px) {
        header.hidden_for_mobile {
      display: none;
    }
    .mob_mnu_brgr {
      font-size: 24px;
  color: #000;
    }
   .logo_mob img {
      max-width: 27px;
  position: relative;
  top: -6px;
  left: 21px;
    }
    .mob_mnu h3 {
   font-size: 12px;
    text-transform: uppercase;
    color: #959595;
    font-weight: 400;
    letter-spacing: -0.7px;
    padding: 15px 17px 4px;
    }
    .mob_mnu li a {
    font-size: 13.5px;
    color: #161616;
    padding: 14px 18px 14px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
}
 .mob_mnu li:last-child a {
  border-bottom: 0;
 }
.close_btn {
    background: #e0e0e0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    font-size: 17px;
    z-index: 9;
    opacity: 1;
}
.close_btn i {
  color: #000;
}
.fea_cat_mob {
  overflow-x: hidden;
}
.prod_listing .container-fluid {
  padding: 0;
}
.all-ads {
  padding: 0 10px;
}
.prd_lst_shw .col-6 {
  padding: 0 3px;
}
.prd_lst_shw.row {
  margin: 0 -3px;
}
 .footer_filter  {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    background: #fff;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
  }
  .footer_filter ul {
    display: flex;
  justify-content: space-around;
  }
  .footer_filter ul li {
    width: 50%;
  }
    .footer_filter ul li a {
    font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #cf0909;
  padding: 5px 0;
  display: block;
  width: 100%;
  border-right: 1px solid #c4c4c4;
  text-align: center;
  cursor: pointer;
  }
  
#sortModal.modal {
  top: auto;
  width: 100%;
  height: auto;
  bottom: 0;
}
#sortModal h3 {
  font-size: 18px;
}
#sortModal .modal ul li {
  list-style-type: none;
}
#sortModal .modal ul li a {
  display: block;
}
#sortModal ul {
  padding: 12px 0;
    margin-top: 14px;
}
#sortModal ul li a {
  display: block;
  color: #000;
  font-size: 15px;
  padding: 4px 0;
}
#sortModal ul li a:hover {
  color: #cf0909;
}
.filtr_mb_btns a {
   width: 50%;
    text-align: center;
    padding: 15px 0;
    border-right: 1px solid #d7d7d7;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}
.filtr_mb_btns {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  left: 0;
  border-top: 1px solid #d0d0d0;
}
#sortModal .side_fltr  {
  padding-bottom: 14px;
}
.prod_txt {
  padding: 7px 12px;
}
.customer_reviews_review-hometitle__wfFjs {
  margin: 0 0 33px;
  text-align: center;
}
.customer_reviews_review-hometitle__wfFjs .customer_reviews_heading-block__x32VI h2, .customer_reviews_review-hometitle__wfFjs .customer_reviews_heading-block__x32VI p,
.customer_reviews_heading-block__x32VI {
  text-align: center !important;
  justify-content: center;
}
.stars {
    justify-content: center;
}
.see_more {
  margin: 21px auto;
}
#reviews h4 {
  text-align: center;
}
#reviews h5 {
  text-align: center;
}
#reviews h6 {
  text-align: center;
}
#reviews p {
  text-align: center;
}
#reviews span {
  text-align: center;
  width: 100%;
  display: block;
}
.breadcrumb-item a {
  font-size: 11px;
}
.breadcrumb-item.active {
  font-size: 11px;
}
.slick-dots li {
  height: auto !important;
  width: 20px !important;
  margin: 0 8px !;
}
.slick-dots li button {
  height: auto !important;
  width: auto !important;
}
.slick-dots li button::before {
width: 20px !important;
    height: 3px !important;
    border-radius: 2px;
}
.product-section .right-box-contain .name {
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
}
.product-section .right-box-contain .note-box {
margin-top: 30px;
    padding-bottom: 17px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
.price del {
  font-size: 12px;
  margin: 0 0 6px !important;
  display: block;
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price {
  font-size: 14px;
}
.bg-light.mob_mnu .product-box-contain a {
   border-bottom: none;
    padding: 10px 18px;
}
.mob_drops_dwn_grd h3 {
  font-size: 15px;
  margin-bottom: 22px;
}
.mob_drops_dwn_grd .user-box-name {
display: flex !important;
    flex-wrap: wrap;
}
.mob_drops_dwn_grd .user-box-name li {
  width: 33%;
  margin-bottom: 20px;
}
.mob_drops_dwn_grd .user-box-name li a {
 flex-direction: column;
    gap: 4px 0;
    font-size: 13px;
    color: #242424;
    font-weight: 400;
}
   }
      @media (min-width: 768px) {
        .only_mob_hdr {
      display: none;
    }
    header.hidden_for_mobile {
      padding: 0 10px;
    }
   .bottom-slider-image .slick-slide {
  width: 100% !important;
}
.bottom-slider-image .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  width: 24%;
}
.product-box-contain a {
  margin: 7px 0 !important;
}
   }

  @media screen and (min-width: 566px) and (max-width:767px)  {
    .prod_img {
  border-radius: 7px;
  overflow: hidden;
  height: 297px;
  position: relative;
}
  .prod_list_sec .container {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
  .ftr_grd {
  width: 45%;
  margin: 16px 0;
}
.ftr_right_sec {
  flex-wrap: wrap;
  margin: 15px 0;
}
footer h4 {
  font-size: 18px;
  margin: 25px 0 15px;
}
.col-md-14 {
  width: 25%;
}
.prod_img img {
  max-width: 100%;
  width: 100%;
}
   }

@media (min-width: 1400px) {
.detail_pge .container {
max-width: 90%;
}
}
   @media screen and (min-width: 576px) and (max-width:767px) {

    .d-flx-crt-prc {
      display: flex;
  gap: 0 16px;
  margin: 0 0 9px;
    }
   }