@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.text-plus{
  font-family: "M PLUS Rounded 1c", sans-serif;

}
body {
  font-family: "Poppins", sans-serif;
}
.overlay-wrapper {
  position: fixed;
  z-index: 999;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(rgba(20, 20, 20, 0.35), rgba(0, 0, 0, 0.01));
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.35);
  border-top-color: #1e1e1e;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.pagination .page-item{
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111827;
  color:#fff;
  border-radius: 6px;
  cursor: pointer;
  z-index: 99;
}
.pagination{
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.mySwiper1  .swiper-slide{
  height:auto!important
}


.main_form_area {
  min-height: 80vh;
  display: flex;
  align-items: center;
}
 
.main_cart_details , .table-responsive{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.video-control {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
} 
.video-control:not(.playing) .video-control-pause, .video-control.playing .video-control-play {
  display: none;
}

.listing_row input[type=checkbox] {
  position: relative;
	border: 1px solid #C9CFD2;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none; 
  border-radius: 2px;
}
 

.listing_row input[type=checkbox]:checked {
  background-color: #F26750;
	border: 1px solid #F26750; 
}

.listing_row input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.ui-widget-content{
  background: #E4E7E9!important;
}
.ui-slider-range{
  background: #F26750!important;
}
#price-range{
  border:0!important;
  height: 3px;
}
.ui-slider .ui-slider-handle{
  height: 20px;
  width:20px;
  border-radius: 50%;
  top:-10px!important;
  border:2px solid #F26750!important;
  background-color: #fff!important;
}

.product_img{
  border-bottom: 1px solid #ddd;
}

img{
  object-fit: cover;
}

.mySwiper1 {
  overflow: hidden;
  max-height: 550px;
}

.mySwiper1 .swiper-slide .item {
  position: relative;
  height: 100%;
  width:150px;
}
.mySwiper1 .swiper-slide .item img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper1 .swiper-slide {
  height: max-content;
}
 
.payment_method input:checked + span .inner_span_round{
  background-color: #F26750;
} 



@media (max-width: 768px) {
  .application_section .input_box .validate-has-error {
    bottom: -17px;
  }
}/*# sourceMappingURL=style.css.map */



.category_section .category_tabs_part .category_tabs_header .category_tab.active{
  background-color: #F26750;
  color: #fff;
}

.main_product_box .product_name{
  color: #383838;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 24px; 
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media(max-width:991px){
  .filter_bar.active {
    transform: translate(350px);
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
  }
  .filter_bar, .nav-contents {
    overflow: scroll;
  }
   
  .filter_bar {
      position: fixed;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      top: 0;
      bottom: 0;
      max-width: 95%;
      z-index: 30;
      color: #222;
      background-color: #fff;
      box-shadow: 0 0 150px #0000001a;
      transition: all .5s linear;
      width: 350px;
      left: -350px;
      opacity: 0;
      visibility: hidden;
  } 
}

.hidden-search-box {
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: -80px;
  right: 0;
  float: right;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1000;
  border-top: 1px solid #1F4339;
  padding: 5px 20px;
  left: 0;
  display: flex;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px;
}

.hidden-search-box input {
  color: #000;
  width:100%;
}
.search_input {
  background: transparent;
  border: 0;
  padding: 5px;
  color: #1F4339;
}
.search_input:focus{
  outline: none;
}
.hidden-search-box .search_btn {
  border: 0;
  background-color: transparent;
}


@media(max-width:991px){
  

.hidden-search-box {
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: -50px;
  right: 0;
  float: right;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1000;
  border-top: 1px solid #1F4339;
  padding: 5px 10px;
  left: 0;
  display: flex;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 5px;
}
}



@media(max-width:575px){
  .mySwiper1 {
    max-height:300px
  }
}

 
@media(max-width:768px){

  .filter_bar  { 
    overflow: auto;
  }
}

