

.custom-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  
  .custom-sidebar.open {
    right: 0;
  }
  
  .custom-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
  }
  
  .custom-sidebar-header button {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }
  
  .custom-sidebar-content {
    padding: 1rem;
  }
  

.openSidebarBtn
  {
    border: 0;
    background: transparent;
    margin-bottom: 15px;
    margin-right: 0;
    padding-right: 0;
}
@media only screen and (min-width: 992px) {
 .openSidebarBtn{
    display: none;
 }  
} 
@media only screen and (max-width: 991px) {

.woocommerce_sidebar_sidebar{
    display: none;
}

}



.woocommerce-ordering select {
    border-color: transparent !important;
    cursor: pointer !important;
    outline: 0;
}


.product_background
{
  width: 100%;
  object-fit: cover;
}

#carouselExample{
  position: relative;
  height: calc(100vh - 119px);
  transition: height 0.5s ease-in-out;

}

#carouselExample2 {
  position: relative;
  height: auto;
  overflow: hidden;
	transition: height 0.5s ease-in-out;
}


@media only screen and (max-width: 991px) {
#carouselExample{
 
  height: 50vh;
}
	
.product_background {
    width: 100%;
    height: 50vh!important;
    object-fit: cover;
}	
	
}

.slider-collapse {
  height: 20vh!important;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}

