@font-face {
  font-family: 'HindSiliguri';
  src: url('../font/Hind_Siliguri/HindSiliguri-Regular.woff2') format('woff2'),
       url('../font/Hind_Siliguri/HindSiliguri-Regular.woff') format('woff'),
       url('../font/Hind_Siliguri/HindSiliguri-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



body {
    background: #f3f4f6;
}
/*header*/
.header {
    background: white;
}
.offcanvas.offcanvas-end {
    z-index: 2222;
}


/*category slider css*/
.category-slider .item {
    padding: 0 10px; /* Adjust the gap between items here */
}
.slick-slide {
    display: flex;
    justify-content: center;
}

/* 
.category-slider {
    height: 220px;
} */

.slick-initialized .slick-slide {
    margin: 0;
}

/*header*/

.header-middle .logo a.navbar-brand {
    overflow: hidden;
}

.header-middle .logo img {
    width: 60%;
}
.header-middle {
    display: block;
}

.header-middle .container {
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}


.header-middle .search {
    background: #f8f8f8;
    padding: 2px 10px;
    border-radius: 20px;
}

.header-middle .search input {
    border: none;
    background: no-repeat;
}

.header-middle .search button {
    border: none !important;
    background: none !important;
}


.navbar {
    padding: 0 !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
        padding: 0;
    }
}

/*header end */

/*footer start*/
footer {
    background-color: rgb(39 39 42) !important;
    color: rgb(255 255 255 );
}

.space-y-4 {
    width: 20%;
    padding: 0px;
}


footer .social-list {
    display: flex;
    align-items: center;
    justify-content: start;
}

footer .social-list a {
    color: white;
    flex: none;
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.space-y-4 .space-y-2 div {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.ml-2 {
    margin-left: 2%;
}

.space-y-4 .space-y-2 svg {
    width: 30px !important;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}


.space-y-4 .space-y-2 div span {
    width: -webkit-fill-available;
}

.space-y-4 .space-y-2 div a {
    color: white;
}

.space-y-4 .grid.grid-cols-2.gap-4.text-gray-200 {display: grid;grid-template-columns:  1fr 1fr;}

.space-y-4 a {
    color: white;
}

a.fieadWhat {
    position: fixed;
    bottom: 95px;
    right: 16px;
    z-index: 999999;
    background: #25D366;
    width: 36px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

a.scroll-to-top-btn {
    position: fixed;
    bottom: 50px;
    right: 16px;
    z-index: 999999;
    background: #1d1d1f;
    width: 36px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    font-weight: bold !important;
}

a.scroll-to-top-btn i.bi.bi-chevron-up {
    font-weight: bold;
}
/*footer end*/

/*Top Categories*/
.list-items.category-slider .single-item {
    position: relative;
}

.list-items.category-slider .single-item .card-body {
    padding: 0;
}

.list-items.category-slider .single-item .position-absulate {
    position: absolute;
    width: -webkit-fill-available;
    top: -1px;
    padding: 2px 10px;
    font-weight: 800;
    color: black;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-size: 12px;
}
.text-\[\#FF6E00\] {
    color: rgb(255 110 0 );
}
/*Top Categories end*/


/*propular product*/


.popular-products.items-list .single-items {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-products.items-list .single-items .card-body {
    padding: 0;
}

.popular-products.items-list .single-items .card-body .price {
    position: absolute;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: -webkit-fill-available;
    bottom: -12px;
}

.popular-products.items-list .single-items .card-body .price span.text-dark {
    background: white;
    padding: 2px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-products.items-list .single-items img.img-fluid {
    border-radius: 7px;
}

.blog-list .card-body {
    padding: 0;
}

.blog-list .card-body h5.card-title {
    font-size: 15px;
    text-align: start;
    padding: 5px  8px;
    margin: 0;
}





/*propular product end*/

/*categorys wise product show */



.productbaseofctg .single-item .card-body {
    padding: 0;
    position: relative;
}

.productbaseofctg .single-item .position-absulate {
    position: absolute;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: -webkit-fill-available;
    bottom: 0;
    left: 0;
}

.productbaseofctg .single-item .position-absulate span {
    font-size: 22px;
    color: white;
    position: relative;
    width: -webkit-fill-available;
    display: block;
    z-index: 222222222;
    height: 40px;
    font-weight: 700;
}

.productbaseofctg .single-item .position-absulate span::before {
    content: '';
    background: linear-gradient(360deg, #0000003d, #00000000);
    position: absolute;
    width:
    -webkit-fill-available;
    height:
    -webkit-fill-available;
    left: 0;
    z-index: -1;
}


.list-items.category-slider .single-item .position-absulate span {
    background: white;
    padding: 2px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 576px) {
    .popular-products.items-list {
      grid-template-columns: repeat(3, 1fr); /* 3 items on tablet */
    }
  }

  @media (min-width: 992px) {
    .popular-products.items-list {
      grid-template-columns: repeat(4, 1fr); /* 4 items on desktop */
    }
  }
/*categorys wise product show end */



/* General Styles */
.tracking-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
  }
  
  .tracking-input-container {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
  }
  
  .tracking-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
  }
  
  .tracking-button {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .tracking-button:hover {
    background-color: #333;
  }
  
  /* Progress Timeline */
  .progress-timeline {
    position: relative;
    padding: 20px 0;
  }
  
  .progress-line {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 4px;
    background-color: #ddd;
    z-index: 1;
  }
  
  .progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  
  .progress-step {
    text-align: center;
    width: 100px;
  }
  
  .progress-step .progress-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ddd;
  }
  
  .progress-step.active .progress-icon {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  
  .progress-step.inactive .progress-icon {
    background-color: #fff;
  }
  
  .progress-step .circle {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
  }
  
  .progress-step.active .circle {
    background-color: #fff;
  }
  
  .progress-step .check-icon,
  .progress-step .cross-icon {
    width: 20px;
    height: 20px;
  }
  
  .progress-step .check-icon {
    color: green;
  }
  
  .progress-step .cross-icon {
    color: red;
  }
  
  /* Text Styles */
  .status-text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
  }
  
  .date-text {
    font-size: 12px;
    color: #666;
  }
  
  .subtext {
    font-size: 12px;
    color: #aaa;
  }
  
  .progress-icon.delivered svg.check-icon {
    display: none;
}
.progress-step.active .progress-icon.delivered svg.check-icon {
    display: block;
    color: white;
}

/*Image Ratio 2:3*/
img.ratio {
    aspect-ratio: 2 / 3;
    object-fit:cover;
    width: auto;
}


.checkout-page{
    font-family: 'MybanglaFont', sans-serif;
  }

  .checkout-from-body h6 {
    font-size: 21px;
    text-align: center;
    line-height: 30px;
}


.payment-options label.form-check-label {
    display: grid;
    padding-left: 10px;
    text-align: center;
}

.payment-options .cs-payment-option {
    box-shadow: 0px 0px 1px 2px #ebebeb;
    border-radius: 5px;
    padding: 2px 30px;
}

/*home page images size*/


.productbaseofctg .single-item {
    height: 100%;
}

.productbaseofctg .single-item img {
    height: -webkit-fill-available;
    object-fit: cover;
}

/*single product image*/



.single-product-viewpage .product.productModal {
    height: 70vh;
    overflow: hidden;
}

.single-product-viewpage .product-tools {
    height: 15vh;
    overflow: hidden;
    
}

.single-product-viewpage .product-tools div#productModalThumbnails {
    height: -webkit-fill-available;
    overflow: hidden;
    display: inline-flex;
    grid-column-gap: 5px;
}

.single-product-viewpage .product-tools div#productModalThumbnails .thumbnails-img {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.single-product-viewpage .product-tools div#productModalThumbnails .col-3 {
    height: -webkit-fill-available;
}
.single-product-viewpage .product-tools div#productModalThumbnails .single-items {
    width: 70px;
}
.single-product-viewpage .product.productModal img.ratio {
    width: -webkit-fill-available;
}
.product-tools img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.position-stacky {
    position: sticky;
    top: 0;
}

img.img-fluid {
    height: 100%;
    object-fit: cover;
}

.thumbnails.overflow-thumbnails {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 10px; /* Add some space for scrollbar */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  }
  
  .thumbnails.overflow-thumbnails .single-items {
    flex: 0 0 auto;
    margin-right: 10px;
    width: 80px; /* Fixed width for thumbnails */
    cursor: pointer;
  }
  
  .thumbnails-scroll-indicator {
    text-align: center;
    color: #888;
    font-size: 0.8em;
    margin-top: 5px;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .thumbnails.overflow-thumbnails::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .thumbnails.overflow-thumbnails {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }



  .product-tools {
    position: relative;
  }
  
  .thumbnails {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  
  .thumbnails::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  
  .product-tools .single-items {
    flex: 0 0 auto;
    width: 80px;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .thumbnail-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .thumbnail-scroll-left {
    left: 0;
  }
  
  .thumbnail-scroll-right {
    right: 0;
  }


.categorys h3 {
    background-color: rgb(255 255 255);
    padding: 30px 0px;
}


/* Mobile Menu Styles */
nav.mobile-menu {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fill-available;
  background: white;
  z-index: 999;
}

nav.mobile-menu li {
  width: 80px;
  height: 70px;
  background: white;
  color: #198754;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: 0.5s;
}

nav.mobile-menu li a {
  display: grid;
  align-items: center;
  place-content: center;
  text-align: center;
  animation: scaleUp 0.3s ease forwards;
  font-size: 11px;
  gap: 3px;
  
}

nav.mobile-menu li a svg {
  margin: auto;
  transition: transform 0.3s ease-in-out;
}

/* Active State */
nav.mobile-menu li.active {
  position: relative;
  transition: 0.5s;
}

nav.mobile-menu li.active a {
  position: absolute;
  bottom: 54%;
  background: #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  transform: scale(1.1);
  border: 5px solid #fff;
  animation: scaleUp 0.3s ease forwards;

}
nav.mobile-menu li.active a label{
  transform: scale(0.8);
  z-index: 99999;
}
nav.mobile-menu li.active a::before {
  content: '';
  position: absolute;
  top: 8px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
 
  transition: 0.5s;
  box-shadow: 15px 18px #fff;
  left: -34px;
}
nav.mobile-menu li.active a::after {
  content: '';
  position: absolute;
  top: 8px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;

  transition: 0.5s;
  box-shadow: -15px 18px #fff;
  right: -34px;
}


/* Keyframes for Animation */
@keyframes scaleUp {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

/* nav.mobile-menu li:hover {
  transform: translateY(-10px); 
} */

nav.mobile-menu li a svg:hover {
  transform: scale(1.2); /* Scale the icon slightly on hover */
}

/* Smooth transition on normal state */
nav.mobile-menu li:not(.active) {
  transition: transform 0.3s ease, background-color 0.3s ease;
}
nav.mobile-menu{
  display: none;
}



/* Basic styles for the search overlay */
nav.mobile-menu .search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
  backdrop-filter: blur(10px); /* Blurred background */
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Align to top */
  padding-top: 30%;
  z-index: 1000;
}


nav.mobile-menu .search-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
}

nav.mobile-menu .search-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

nav.mobile-menu .close-search {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

nav.mobile-menu .close-search:hover {
  background-color: #d32f2f;
}

.footer {
  padding: 0;
  padding-top: 40px;
  padding-bottom: 1px;
}

.filter-sidebar .mb-8 {
  width: 95% !important;
  padding-left: 2%;
}


div#quickViewModal div#productModal {
  height: unset;
}

.signoftk {
  font-family: 'MybanglaFont', sans-serif;
} 


@media (max-width: 767px) {
  /* .header {
    display: none;
  } */
  nav.mobile-menu {
    display: flex;
  }

  .space-y-4 {
    width: 100%;
    flex: none;
    display: block;
    border-top: 1px solid #464646;
    margin-top:20px;
    padding-top:20px
}

.footer .d-flex.justify-content-between {
    display: block !important;;
}


.search-overlay .d-none {
  display: block !important;
  width: 90%;
}

nav.mobile-menu .search-overlay button.close-search {
  position: absolute;
  top: 0;
  right: 3%;
}
.cart-controller {
  position: relative;
}

nav.mobile-menu li.active-menu {
  border-top: 4px solid #198754;
}
}






/* Hero Slider Container */
.hero-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

/* Slider Base Styles */
.hero-slider .slider {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Slider Content */
.hero-slider .slider .slider-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Image Styles */
.hero-slider .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slick Slider Specific Styles */
.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}

.hero-slider .slick-slider {
  width: 100%;
}

/* Slide Styles */
.hero-slider .slick-slider .slick-list .slick-slide {
  margin: 0;
}

.hero-slider .slick-slider .slick-list .slick-slide .slider {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hero-slider .slick-slider .slick-list .slick-slide div {
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background-color: #fff;
  z-index: 1050;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transform: translateX(-100%); /* Initially hidden */
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.custom-sidebar.open {
  transform: translateX(0); /* When open, sidebar slides in */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out; /* Smooth transition */
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}





.himsilliguri {
  font-family: 'HindSiliguri', sans-serif;
}

.payment-success-page{
  max-width: 750px;
}


/* Table Styles - Centered Version */
.my-table {
	width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
	background: white;
	}

  .my-table thead tr th,
  .my-table tfoot tr th {
	background: var(--pastel-green);
	border: none;
	text-align: center;
	color: var(--table-header-color);
	padding: 12px 8px;
  }

  .my-table tbody tr td {
	border: none;
	text-align: center;
	padding: 12px 8px;
	vertical-align: baseline;
	}

  .my-table thead tr th:last-child,
  .my-table tbody tr td:last-child {
	text-align: start;
	}

  /* Table Styles - Left Aligned Version */
  .my-table2 {
	width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
  }

  .my-table2 thead tr th,
  .my-table2 tfoot tr th {
	background: var(--pastel-green);
	border: none;
	text-align: start;
	color: var(--table-header-color);
	padding: 12px 8px;
  }

  .my-table2 tbody tr td {
	border: none;
	text-align: start;
	padding: 12px 8px;
    border-bottom: 2px solid #eee;
  }

  .my-table2 thead tr th:last-child,
  .my-table2 tbody tr td:last-child {
	text-align: end;
  }

  /* Striped Table Rows */
  .table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: var(--table-stripe-bg);
  }

  /* Button Styles */
  .pastel-button {
	padding: 12px 24px;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin: 1%;
  }

  .pastel-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  }

  /* Button Variants */
  .pastel-button-rose {
	background-color: var(--pastel-rose);
	color: #8B4513;
  }

  .pastel-button-rose-sm {
	background-color: var(--pastel-rose);
	color: #8B4513;
	padding: 0px 12px;
	border-radius: 2px;
  }

  .pastel-button-blue {
	background-color: var(--pastel-blue);
	color: #2C3E50;
  }

  .pastel-button-green {
	background-color: var(--pastel-green);
	color: #2E6E51;
  }

  .pastel-button-yellow {
	background-color: var(--pastel-yellow);
	color: #8B4513;
  }

  .pastel-button-red {
	background-color: var(--pastel-red);
	color: #ffffff;
  }

  /* Button Hover States */
  .pastel-button-rose:hover { background-color: #FFB6C1; }
  .pastel-button-blue:hover { background-color: #87CEFA; }
  .pastel-button-green:hover { background-color: #90EE90; }
  .pastel-button-yellow:hover { background-color: #FFFFE0; }

  /* Pagination Styles */
  ul.pagination {
	justify-content: end;
	margin: 1rem 0;
  }


.my-table tr {
    border-bottom: 5px solid  #eee;
}

.my-table tr tr {
    border-bottom: unset;
}
/*tanzil write css end*/


nav.mobile-menu li a svg {
  font-size: 18px;
}

nav.mobile-menu li a label {
  color: #333;
}

.cart-controller span {
  background: #333 !important;
}

nav.mobile-menu li.active-menu {
  border-top: 4px solid #63e6be;
}

.attention_notice {
  background: #c4ffc4;
  padding: 10px 20px;
  border-radius: 8px;
  color: #333;
}

.outofstockbage {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  width: 100%;
  background: #ffffffb9;
  padding: 20px 10px;
  color: #333;
}
.outofstockbage .signoftk {
  font-weight: 600;
  text-transform: capitalize;
}
.card-body.checkout-from-body label.form-label {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.sidebar-logo img{
    width: 120px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px; /* Space for custom arrow */
}

.custom-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
}

.input-group.input-spinner.cart_area {
  flex-wrap: nowrap;
}
.d-in-stack{
  color: #25D366;
}
.star_area i{
  margin-left: 4px;
}

.oldPrice {
  padding-right: 7px;
  color: #999;
  font-weight: 200;
  text-decoration: line-through;
}
.details_price_area {
  font-size: 27px;
}
button.btn.attrebute-button {
  padding: 0px 15px;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
}
button.btn.attrebute-button.active {
  background: #000;
  color: #fff;
}
button.button-minus.btn.btn-sm.mt-1 {
  width: 45px;
  height: 42px;
  color: #000;
  border: 1px solid #000;
}
button.button-plus.btn.btn-sm.mt-1 {
  width: 45px;
  height: 42px;
  color: #000;
  border: 1px solid #000;
}
input.quantity-field.form-control-sm.form-input.mt-1 {
  width: 45px !important;
  height: 42px;
  font-size: 16px;
  color: #333;
  border: 1px solid #000;
}
.free_shipping span {
  background: #139413;
  color: #fff;
  font-size: 14px;
  padding: 5px 19px;
  border-radius: 30px;
}
.old-price-product-cd {
  margin-left: 5px;
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
}
button.btn.btn-primary.md-mx-2.md-mt-0.add-to-cart-btn {
  margin-top: 3px !important;
}

.add-to-cart-area {
  padding-left: 14px;
  flex-shrink:0;
}
@media only screen and (max-width:500px){

  button.button-minus.btn.btn-sm.mt-1 {
    width: 35px;
    height: 42px;

  }
  button.button-plus.btn.btn-sm.mt-1 {
    width: 35px;
    height: 42px;

  }
  input.quantity-field.form-control-sm.form-input.mt-1 {
    width: 35px !important;
    height: 42px;
  }

  button.button-plus.btn.btn-sm.mt-1 svg {
    width: 15px;
}

button.button-minus.btn.btn-sm.mt-1 svg {
  width: 15px;
}

}


.cart-controller {
  line-height: 0;
}

@media screen and (max-width: 768px) {

  .payment-options .cs-payment-option{
    padding: 2px 17px 2px 28px;
  }
  .order-btn{
    width: 100%;
  }
  .hero-slider{
    height: auto;
  }
  .filter-title {
    font-size: 15px;
}
.success_price {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
  
}