#product-counts {
  display: flex;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#product-counts p {
  margin: 0 !important;
}
#product-counts-num {
  padding-left: 10px;
}



.custom-select-wrapper {
  position: relative;
  width: 240px;
  font-family: inherit;
  user-select: none;
}

.custom-select-trigger {
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: border-color 0.2s;
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.custom-select-wrapper.open .custom-select-trigger {
  border-color: #888;
}

.custom-options-parent {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  z-index: 1000;
}

.custom-option {
  display: block;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 16px;
  color: #222;
  transition: background 0.2s;
}

.custom-option:hover,
.custom-option.selected {
  background: #f5f5f5;
}

.custom-select-wrapper.open .custom-options-parent {
  display: block;
}





#sort-results {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.woocommerce ul.products li.product .price {
    color: #000000;
}

a.button.product_type_variable.add_to_cart_button {
    background-color: #1b84c7;
    padding: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    width: 80%;
}

h2.meta-content-bottoom {
    border-bottom-style: solid;
}
p.meta-content-bottoom {
	border-bottom-style: solid;
	font-size: 24px;
  font-weight: 600;
}
.col-md-s{
    padding-left:10px;
    padding-right: 10px;
	overflow-y: scroll !important;
}


.products .product .buy-now-btn{
    display:none;
}
.cc-container {
    overflow: hidden;
}
.berocket_single_filter_widget.berocket_single_filter_widget {
    border-bottom: 1px solid #e3e3e3;
    margin-right: 10px;
}
	
.woocommerce .woocommerce-ordering select {
    padding: 8px 25px 6px 16px;
    vertical-align: top;
    box-sizing: border-box;
    height: 52px;
    color: #111;
    font: 1rem 'Mukta Vaani', sans-serif;
    position: relative;
    width: 100%;
}


/* my css */


.category-title-content img {
  margin-top: 10px;
}
.category-title-content h1 {
  font-size: 50px !important;
}
	.category-head::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0,0,0,.5);
		z-index: 1;
	}
	.category-head .cc-container .category-title-content {
		position: relative;
		z-index: 7 !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

    @import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');

:root {
  --bg: #fff;
  --text: #7288a2;
  --gray: #4d5974;
  --lightgray: #e5e5e5;
}
/* Box sizing */
.container-meta *,
.container-meta *::before,
.container-meta *::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.shop-container {
  width: 90%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 30px auto;
}
#products-container {
  width: 76%;
  margin-left: 2%;
}

/* Container */
.container-meta {
  margin: 0 auto;
  padding: 4rem;
  max-width: 100%;
  background-color: #0e252c;
}
.accordion {
	max-width: 1200px;	
	margin: 0 auto;
}

/* Header h2 border */
.accordion .accordion-item h2.accordion-btn {
  margin: 0;
  padding: 1em 0;
  position: relative;
  font-weight: 400;
  font-size: 24px !important;
  color: #7288a2; /* text color */
  cursor: pointer;
  user-select: none;
	border: unset !important;
	background-image: url('/wp-content/uploads/2017/06/red-style-element-01-copy-3.png');
  background-repeat: no-repeat;
  background-position: 20px center;
  padding: 15px 0px;
    padding-left: 0px;
  padding-left: 50px;
  background-size: contain;
  margin: 10px 0px;
  color: white;
  font-family: 'Mukta Vaani', sans-serif;
  letter-spacing: 4px;
}

/* Hover and focus */
.accordion .accordion-item .accordion-btn:hover,
.accordion .accordion-item .accordion-btn:focus {
  color: #03b5d2;
  outline: none;
}

/* Title inside header */
.accordion .accordion-btn .accordion-title {
  padding-right: 1.5em;
  display: inline-block;
  color: #FDFDFD;
}

/* Icon styling */
.accordion .accordion-btn .icon-meta {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  color: #FDFDFD;
}

.accordion .accordion-btn .icon-meta::before,
.accordion .accordion-btn .icon-meta::after {
  content: '';
  position: absolute;
  background: currentColor;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.accordion .accordion-btn .icon-meta::before {
  width: 10px;
  height: 2px;
}

.accordion .accordion-btn .icon-meta::after {
  width: 2px;
  height: 10px;
}

/* When expanded, hide vertical bar to show minus sign */
.accordion .accordion-btn[aria-expanded="true"] .icon-meta::after {
  display: none;
}

/* Accordion content - hidden by default */
.accordion .accordion-content {
  transition: all .3s ease-in-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.9s ease, opacity 0.3s ease;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 1.5em 0;
}

/* Show content when expanded */
.accordion .accordion-btn[aria-expanded="true"] + .accordion-content {
  max-height: fit-content; /* large max-height for animation */
  opacity: 1;
  padding-top: 1em;
}

/* Paragraph inside content */
.accordion .accordion-content p {
  margin: 1em 0;
  line-height: 1.5;
}

/* Headings inside content */
.accordion .accordion-content h3 {
  margin-top: 1.5em;
  font-weight: 600;
  color: #03b5d2;
}




/* sidebar  */
/* .col-md-s {
    scrollbar-width: thin;
    scrollbar-color: var(--blue) #e6e6e6;
} */

/* Scrollbar track */
/* .col-md-s::-webkit-scrollbar {
    width: 12px; 
    height: 12px;
} */

/* Scrollbar thumb */
/* .col-md-s::-webkit-scrollbar-thumb {
    background-color: var(--blue); 
    border-radius: 6px; 
    border: 3px solid #fff; 
} */

/* Scrollbar track */
/* .col-md-s::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px;
} */



.arvin-widget-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid #e4e4e4;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 15px 0 !important;
}

.arvin-widget-title {
    margin: 0 !important;
    font-weight: 600;
}
	.cc-general-content {
		position: relative;
	}
	#rating-wrapper {
		width: fit-content;
		margin: 10px auto;
		display: flex;
		justify-content: start;
		align-items: center;
	}
	#rating-wrapper span i {
		color: gold;
		font-size: 20px;
	}
	#rating-wrapper b {
		color: #fff;
		margin-left: 10px;
	}


    /* loader */
#fl-loader-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.fl-loader {
 width: 68px;
  height: 68px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid var(--blue);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 




#filter-small-device {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

#filter-small-device > button {
  background: unset !important;
  outline: unset !important;
  border: 1px solid #3f4b54;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

#filter-small-device > button i {
  margin-right: 10px;
}

#filter-small-device-modal-filter, #sort-small-device-modal-sort {
  padding: 0 5%;
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  overflow: auto;
}
#filter-small-device-modal-filter-title, #sort-small-device-modal-sort-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#filter-small-device-modal-filter-title > h3 , #sort-small-device-modal-sort-title > h3{
  color: var(--blue);
  font-size: 25px;
  font-weight: 600;
}
#sort-done , #filter-done {
  padding: 10px;
  border: none;
  background-color: var(--blue);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
#filter-small-device-modal-filter .widget,
#sort-small-device-modal-sort .widget {
  padding: 0 10px;
}
.accordion .meta-content-bottoom {
	border-bottom: unset !important;
}

.col-md-s{
    width: 22%;
    height: fit-content;
    background: #fff;
    box-sizing: border-box;
    top: 0;
    border: solid #cdc6c6;
    border-width: 1px;
}

/* label */
#product-label-wrapper .product-labels-item {
	background: unset !important;
}

@media screen and (min-width: 1300px) {
 #new-sidebar {
  max-width: 314px !important;
 }
}

@media screen and (min-width: 769px){
    .accordion-item .accordion-content {
      padding-left: 60px !important;
    }
}

@media only screen and (max-width: 1200px) {
  .category-head .category-title-content {
    width: 90% !important;
    box-sizing: border-box;
  }
  #products-container {
    width: 100%;
  }
  .col-md-s {
    display: none;
  }
  #filter-small-device { display: flex; }
  .custom-select-wrapper { display: none !important; }
  #products-container {
    margin-left: 0 !important;
  }
}


@media only screen and (max-width: 900px) {
  .woocommerce-ordering {
    /* display: none !important; */
  }

  .shop-container {
    width: 95% !important;
    margin: 30px 3% 30px 3% !important;
  }
  #filter-small-device {
    display: flex;
  }

  #products-container {
    float: unset !important;
  }
  .category-title-content h1 {
    font-size: 30px !important;
  }

  #products-container .top-selling-item footer {
    padding: 0 10px;
  }
  .card-colors-item {
    width: 30px !important;
    height: 30px !important;
  }
  .card-colors-item img {
    width: 28px !important;
    height: 28px !important;
  }

}

@media only screen and (max-width: 830px) {
  .card-colors-item { margin: 0 !important; }
}

@media only screen and (max-width: 768px) {
 #products-container .top-selling-item {
    width: 48% !important;
  }
}

@media only screen and (max-width: 550px) {
  #products-container .top-selling-item {
    width: 95% !important;
    margin: 0 auto 30px auto !important;
    gap: unset !important;
  }
  #products-container .top-selling-item header {
    height: 340px !important;
  }
  .card-colors {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 450px) {
  #products-container .top-selling-item header {
    height: 300px !important;
  }
}

/* card */

#top-selling-wrraper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#top-selling-wrraper h2 {
  text-align: center;
  color: #2085c7;
}
#top-selling {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 12px auto;
  position: relative;
  gap: 0 2%;
}
#products-container .top-selling-item {
  width: 32%;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #f4f4f4;
  transition: box-shadow .15s ease,-webkit-box-shadow .15s ease;
  overflow: hidden;
  box-sizing: border-box;
}
#products-container .top-selling-item:hover {
  box-shadow: 0 0 11px rgba(0,0,0,.1)
}
#products-container .top-selling-item header {
  height: 300px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  border-top: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;

}
#products-container .top-selling-item header a {
  width: 100%;
  height: 100%;
  display: flex;
	position:relative;
}
.product-labels-item p {
	font-size: 14px !important;
}
.product-labels-item i {
	font-size: 16px !important;
}
#products-container .top-selling-item header img {
  width: 100% !important;
  height: auto;
  min-height: 300px;
}
#products-container .top-selling-item footer {
  width: 100%;
  height: 240px;
  position: relative;
  padding: 0 16px;
  transition: bottom .3s ease-in-out;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-top: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
}

        .card-colors {
            width: 100%;
            height: auto;
            display: flex;
            padding: 12px 0;
            justify-content: center;
        }

        .card-colors-item {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin: 0 2px;
            padding: 2px;
            border: 2px solid transparent;
        }
        .card-colors-item img {
            width: 30px !important;
            height: 30px;
            border-radius: 50%;
            margin: 0 auto;
            cursor: pointer;
        }
.card-colors-item:last-child {
    border: 2px solid #d6d6d6 !important;
}

.card-colors-item .more-items {
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000 !important;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
}

.selected-color-carousel {
  border: 2px solid #ca4b4b;
}

#products-container .top-selling-item footer h3 {
  width: 100%;
  min-height: 30px;
  color: #000;
  font-size: 16px;
  margin: 0;
  text-align: left;
}
#products-container .top-selling-item footer p {
  color: #32802f !important;
}
#products-container .top-selling-item footer p span {
  color: #32802f !important;
}

        .select-btn-carousel {
            width: 100%;
            text-align: center;
            background-color: #2085c7;
            border: 2px solid #2085c7;
            color: #fff;
            display: flex;
            justify-content: center;
            padding: 16px 0;
            text-decoration: none !important;
            font-weight: 900;
        }

#top-selling-wrraper .star-rating {
  display: flex;
            justify-content: start;
            margin-top: 9px;
}

#top-selling-wrraper .star-rating span {
  color: #f90; /* Color for filled stars */
}

#top-selling-wrraper .star-rating .empty-star {
  color: #f90; /* Color for empty stars */
}

#top-selling-wrraper .star-rating .half-star {
  color: #f90; /* Color for half stars */
}

/* Optional: Adjust spacing between stars */
#top-selling-wrraper .star-rating span {
            font-size: 1em !important; /* Adjust size as needed */
  margin-right: 2px; /* Space between stars */
}
#top-selling-wrraper p, #top-selling-wrraper h3 { text-decoration: none }

#top-selling .owl-nav {
  width: 100%;
  position: absolute;
  top: 30%;
            display: flex !important;
}
#top-selling .owl-prev, #top-selling .owl-next {
  display: flex;
  color: #ff5722;
  font-size: 25px;
  position: absolute;
}
#top-selling .owl-prev { left: -30px }
#top-selling .owl-next { right: -30px } 

#top-selling .owl-prev i { margin-right: 20px }
#top-selling .owl-next i { margin-left: 20px } 

#top-selling .owl-dots {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

#top-selling .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
  background: #eb462f;
  margin-top: 20px;
}
#top-selling #discount-product {
  display: flex !important;
  left: 10px !important;
  top: 12px !important;
}

#top-selling .review-count {
  position: absolute;
  bottom: 0;
  right: 32px;
  color: #f90 !important;
}

@media only screen and ( max-width: 768px) {
    /* #top-selling-wrraper { padding-top: 106px !important ;} */
}
@media only screen and ( max-width: 600px ) {
    #top-selling .owl-prev { left: -20px }
    #top-selling .owl-next { right: -20px } 
}