h3{
	text-transform: uppercase;
}
.text-blue{
	color: #009cbf!important;
}
.scroll-container disabled{
  cursor: not-allowed;
} 
    .scroll-indicators {
      position: absolute;
      bottom:0 ;
    margin-top: 30px;
      background-color: #666;
      height: 8px;
      border-radius: 4px;
      transition: transform 0.3s ease;

      cursor: pointer;
      display: -webkit-inline-box;
    }

    .scroll-indicator {
      height: 100%;
      width: 20px; 
      margin-bottom: 4px; 
      background-color: #666;
      border-radius: 4px;

    }

 .scroll-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    height: 8px;
    border-radius: 4px;

    cursor: pointer;
    width: 0; /* Initially, the scroll bar is hidden */
    transition: width 0.3s ease;
    min-width: 10px!important;
  }

.scroll-bar-container{
  display: inline-block;
  width: 120px;
  height: 8px;
  position: absolute;
  bottom: 0;
    background-color:#999;
    border-radius: 6px;
}


.scroll-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-content {
    width: auto;
      height: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  transition: transform 0.3s ease;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.scroll-button {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  font-size: 24px;
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.3s ease;
  z-index: 998;
}

.scroll-button:hover {
  background-color: #ddd;
}

.left-button {
  left:0px;
}

.right-button {
  right:0px;
}


.scroll-content::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  display: none;

  border-radius: 6px; /* Adjust the radius to match the scrollbar width */
  width: 20%; /* Adjust the width as needed */
  height: 8px; /* Adjust the height as needed */
}
/* Add this CSS to style the scrollbar */
.scroll-content::-webkit-scrollbar {
  width: 20%; /* Adjust the width as needed */
  height: 8px; /* Adjust the height as needed */
  display: none;
}

.scroll-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
  display: none;
}

.scroll-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  display: none;
}

.scroll-item .col-product-1-shop, .scroll-item .col-first-dark{
  width: 400px;
}

.scroll-item .col-category{
  margin-left: 0;
}


#scroll-content3 .item{
  width: 500px;
  padding: 30px;
  background-color: #fff;
}

#scroll-content1{
  padding-bottom: 30px;
}

.grid-col:hover .overlay {
  height: 285px;
}




		@media only screen and (max-width: 992px){
		.grid-col .overlay {
		height: 285px;
		}
		.hover-button {
		display: inline-block !important;
		}
		.grid-col .overlay p {
		opacity: unset !important;
		}
		grid-col:hover h4 {
		margin-top: unset;
		}
		.grid-col:hover .overlay {
		height: 285px;
		}
		.grid-col:hover .hover-button {
		margin-top:0px;
		}
		.grid-col:hover .overlay-fill {
		background-color: rgba(0,0,0,.1);	
		}  
		.grid-col:hover h4 {
		margin-top: unset;
		}
		.scroll-item .grid-col .overlay {
		height: 285px !important;
		}
		.content-sect img {
		padding-bottom: 10px;
		}
	}

.half-content{
	justify-content: left;
	}
	
.scroll-item-lg .col-product-1-shop {
    height: 430px!important;
    width: 300px!important;
}

.scroll-item-lg #show-buttons {
	height: 430px !important;
}



	.nav-item-img .nav-item{
		width: 160px;
		height: 160px;
		background-size: cover;
		margin: 0 0;
}

.nav-item-img .nav-link{
	background-color: rgb(0 0 0 / 50%)!important;
	width: 160px;
		height: 160px;
		margin: 0!important;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 500;
		padding: 100px 10px 10px 10px;
		transition: .5s all;
		font-size: 12px;
		border: none;


}
 .nav-item-img .nav-link.active, .nav-item-img .nav-link:hover{
	background-color: #000!important;
	width: 160px;
		height: 160px;
		transition: .5s all;
		color: #fff;
		padding: 20px 10px 10px 10px;
		font-size: 12px;
}



.nav-item-img .nav-link::after{
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #333;
	bottom: 20px;
	left: 50px;
}

   .active-button {
      position: relative;
    
    }

    .active-button.active::after{
    content: ' a';
    position: absolute;
    left: 70px;
    bottom: -10px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #000;
    transition: .5s all;

    }

#owl-reviewdesktop .next-slide-subcat2 {
  position: absolute;
  bottom: 35px;
  right: 35px; 
}

#owl-reviewdesktop .prev-slide-subcat2 {
  position: absolute;
  bottom: 35px;
  left: 781px;
}

.upsull-tumb img {
    width: 80px;
    height: 80px;
}

@media (max-width: 992px) {
.col-lg-5.audition-part {
    padding-top: 25px;
}
h3.mb-2{
	padding-top: 10px;
	}
}

.product-brand-text {
    font: normal normal 600 12px/18px Montserrat !important;
    letter-spacing: 0px !important;
    color: #1A1A1A !important;
    text-transform: uppercase !important;
    margin-bottom: 6px!important;
}

.product-nametext {
    letter-spacing: 0px !important;
    color: #1A1A1A !important;
    text-transform: capitalize !important;
}


.v-product-card:hover {
    box-shadow: 0px 5px 8px #00000029;
}

.v-product-card {
	margin-bottom: 10px;
	padding :4px 4px;
	}
	
.read-more-button {
    border: none;
    background-color: none;
    color: #0087AB;
    font-size: 14px;
}

#owl-demo-2 .next-slide-subcat2 {
position: absolute;
    bottom: -80px;
    right: 10px;
}

#owl-demo-2 .prev-slide-subcat2 {
    position: absolute;
    bottom: -80px;
    left: 10px;
}
 
.read-more-button {
    border: none;
    background-color: none;
    color: #0087AB;
    font-size: 14px;
}

.product-brand-text {
    font: normal normal 600 12px/18px Montserrat !important;
    letter-spacing: 0px !important;
    color: #1A1A1A !important;
    text-transform: uppercase !important;
    margin-bottom: 6px!important;
}

.product-nametext {
    font: normal normal normal 12px/18px Montserrat!important;
}

.upsull-tumb img {
    width: 80px;
    height: 80px;
}


#owl-demo-2 .event-card .card-img-top {
    height: unset;
    }
    
