
/* GDW Product Sliders Tabs Styling */

.gdw-product-sliders .nav-tabs {
    border-bottom: none; 
    margin-bottom: 1rem;
}

.gdw-product-sliders .nav-tabs .nav-link {
    background: transparent !important; 
    border: none !important;            
    font-weight: 600;                 
    color: #000 !important;                        
    transition: color 0.3s ease;
    opacity: 0.7;
    padding: 0 20px 0 10px !important;
    font-weight: 500 !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.2em;
}

.gdw-product-sliders .nav-tabs .nav-link.active {
    opacity: 1;
    border-bottom: 2px solid #000;   
    background: transparent !important;
}

.gdw-product-sliders .nav-tabs .nav-link:hover {
    opacity 1;   
    background: transparent !important;    
    box-shadow: none !important;
}

button.gdw-product-carousel-button {
    margin-top: 30px;
    margin-left: 10px;
padding: 12px 20px !important;
  width: auto;
}