/*logo styling custom css glowria*/

.site-branding .logo img{
    margin-top:20px !important;
 
}






/*hide product quick search from listpage*/

    .products-quick-search{
       display: none !important;
}






.woocommerce-products-header.layout-standard .page-title{
    font-size:20px !important;
}






















/*cpujjwal code for tabs in category*/

.p_cp{
    font-size:medium;
    text-align: justify;
}

.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #9a2948;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
  font-family: 'Gotham-Medium';
  letter-spacing: 2px;
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: #9a2948;
  color:#ffffff;
  font-family: 'Gotham-Medium';
}
@media screen and (max-width: 1600px) {
.tabs label {
  width: 15%;
  font-family: 'Gotham-Medium'; } 
}
@media screen and (max-width: 900px) {
.tabs label {
  width: 20%; 
  font-family: 'Gotham-Medium';
  } 
}
@media screen and (max-width: 600px) {
.tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #C7C6C4;
  border-radius: 0; 
  font-family: 'Gotham-Medium';
} 
}
@media screen and (max-width: 600px) {
.tabs {
  margin: 0; 
} 
}



#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label {
background: linear-gradient(90deg, rgba(154,41,72,1) 0%, rgba(236,60,109,1) 9%, rgba(154,41,72,1) 36%);
  color: #FFFFFF;
  font-family: 'Gotham-Medium'; }

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
  font-family: 'Gotham-Medium';
}

.tab-content-wrapper{
  background: #FCFCFC;
  border-top: #bb3fcf 1px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4,  #tab5:checked ~ .tab-content-wrapper #tab-content-5 {
  position: relative;
  top: 0px;
 }
 

 /*custom cpujjwal code for button 04.05.2023*/
 
 
 
/*background color of filter*/
.woof_sid_flat_dark{
	background-color: white !important;
	border:1px !important;
	
}

.woof_sid_flat_dark .woof_container h4{
    font-size:1.10em!important;
    background-color:black !important;
}



/* Mobile-specific spacing */
@media (max-width: 768px) {
   .woof_auto_2_columns .woof_container{
       width:100%; !important;
    }
}









/* Mobile styles (applies to screens ≤ 768px) */
@media (max-width: 768px) {
    .woocommerce-products-header.text-dark .breadcrumbs, 
    .woocommerce-products-header.text-dark .breadcrumbs a {
        color: #161619 !important;
        margin-left: -110px !important;
    }
}

/* Desktop styles (applies to screens > 768px) */
@media (min-width: 769px) {
    .woocommerce-products-header.text-dark .breadcrumbs, 
    .woocommerce-products-header.text-dark .breadcrumbs a {
        margin-left: -600px !important;
    }
}






















/* Main container fixed width */
.woof_container_inner {
    width: 300px !important; /* Fixed width */
    margin: 0 auto !important; /* Center align */
    padding: 15px !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

/* Each filter section */
.woof_sid_flat_dark > div {
    width: 100% !important; /* Full width of container */
    margin-bottom: 25px !important;
    float: none !important;
    display: block !important;
}

/* Price slider specific */
.woof_block_price_slider {
    width: 100% !important;
}

/* Metals list specific */
.woof_list.woof_list_radio {
    column-count: 1 !important; /* Force single column */
}

/* Filter titles */
.woof_container h4 {
    background: #000 !important;
    color: #fff !important;
    padding: 12px 15px !important;
    margin: 0 0 15px 0 !important;
    text-align: center !important;
    font-size: 16px !important;
}






/* Desktop layout - 2 rows, 50% width each */
.woof_auto_2_columns .woof_container{
    display: inline-block !important;
    vertical-align: top !important;
    width: 100% !important;
    padding: 5px !important;
    min-width: 150px !important;
}
}





@media (max-width: 768px) {
    .woof_container_inner {
        width: 100% !important;
        padding: 10px !important;
    }
}









.woocommerce-products-header.layout-standard .page-title{
		color:black !important;
}



.woocommerce-products-header.text-light .breadcrumbs, .woocommerce-products-header.text-light .breadcrumbs a{
    		color:black !important;
}








/*slider price color*/

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single{
    background-color:black !important;
}







/* Fix YouTube video sizing in product gallery */
/* Restore original product layout */
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
}

/* Desktop layout */
@media (min-width: 768px) {
    .woocommerce div.product div.images {
        float: left !important;
        width: 50% !important;
        padding-right: 15px !important;
    }
    .woocommerce div.product div.summary {
        float: right !important;
        width: 50% !important;
        padding-left: 15px !important;
    }
}

/* Fix video gallery positioning */
.product-video-gallery {
    margin-bottom: 20px;
    width: 100% !important;
}

/* Ensure videos are responsive */
.pvggallery-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.pvggallery-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}










@media (max-width: 768px) {

.images.nickx_product_images_with_video{
    
    margin-top: 20px !important;
}
}







/* Force-show currency switcher */
.konte-currency-switcher, .woocs { 
   display: block !important; 
   opacity: 1 !important; 
}





.site-content{
    padding-top:20px !important; 
}


.woocommerce-products-header.text-light .breadcrumbs, .woocommerce-products-header.text-light .breadcrumbs a{
    text-align:left !important;
}