    /* Name of the product */
    .preview-product .info-buy-section .product-title, .preview-product .info-buy-section .product-price{
        text-transform: uppercase;
    }
    
    /* Sizes */
    .preview-product .size-group, .preview-product .color-group{
        flex-direction: column;
        align-items: start;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 20px;
    }
    .preview-product input[type="radio"].button-type{
        background:none;
        border:0.5px solid #999999;
        border-radius: 10px;
        width: 38px;
        height: 36px;
    }
    .preview-product input[type="radio"]:checked.button-type{
        background:#999999;
        border:0.5px solid #999999;
        box-shadow: none;
    }
    .preview-product input[type="radio"]:checked.button-type~.text{
        color:#fff;
        background: #999999;
        border-color: #999;
    }
    /* Colors */
    .preview-product .info-buy-section .form-group.color-group img{
        border-radius: 10px;
    }
    .preview-product .info-buy-section .form-group.color-group img::before{
        display: none;
    }
    .preview-product .info-buy-section ul.form-list.inputmagic li a{
        display: block;
    }
    .preview-product .info-buy-section .color-group li::after{
        width: 41.6px;
        height:5px;
        background: transparent;
        content: "";
        display: block;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .preview-product .info-buy-section .form-group li.active::after{
        background: #999999;
    
    }
    .preview-product .info-buy-section .color-list .inputmagic li.active a::before{
        display: none;
    }
    .preview-product .info-buy-section .product-buy .form-group.color-group{
        margin-bottom: 3rem;
    }
    
    /* Quantity */
    .preview-product .info-buy-section input[type="number"], .woocommerce .quantity .qty{
        background: #fff;
        border: 1px solid #d2d2d2;  
        border-radius: 15px;
        max-width: 101px;
        max-height:38px;
    }
    
    /* Details */
    .preview-product .product-info{
        background: #f1f1f1;
        padding-bottom: 1px;
    }
    .tabs.filled+.tabs-content-container{
        background: #f1f1f1;
    }
    .preview-product .features-list li{
        background: #f1f1f1;
    }
    
    .product-info .form-list, .extra-cart .form-list{
    }
    .woocommerce-product-details__short-description{
        margin-bottom: 15px;
    }
    /* Add to cart button*/
    .preview-product .single_variation_wrap .button-cta-orange, .button-cta-orange:hover, .woocommerce button.button.button-cta-orange, .woocommerce div.product form.cart .button.button-cta-orange{
        width: 50%;
        font-size: 10px;
        border-radius: 22px;
        background: #05838b;
        border-color: #05838b;
    }
    
    .button-cta-orange, .button-cta-orange:hover, .woocommerce button.button.button-cta-orange, .woocommerce div.product form.cart .button.button-cta-orange .button-call-to-action{
        font-size: 14px;
    }
    .button-cta-orange, .button-cta-orange:hover, .woocommerce button.button.button-cta-orange, .woocommerce div.product form.cart .button.button-cta-orange .bg-icon,.holder {
        display: none;
    }
    /* Favorite Icons */
    .preview-product .favorite-action{
        display: none;
    }
    
    /* Media queries */
    @media (max-width: 576px) {
     
    }
    
    @media (max-width: 768px) {
        .preview-product .buy-list{
            gap:30px;
        }
    }
    
    @media (max-width: 992px) {
        .product-info .description-section{
            flex-direction: column;
        }
        .product-info .form-group .features-list{
            padding-left: 0px;
        }
    }
    
    @media (max-width: 1200px) {
        .preview-product .single_variation_wrap .button-cta-orange, .button-cta-orange:hover, .woocommerce button.button.button-cta-orange, .woocommerce div.product form.cart .button.button-cta-orange .button-call-to-action{
            font-size: 10px;
        }
    }
    
    @media (max-width: 1400px) {
    
    }
    
    
    /* GEORGE Changes: */
    
    .tabs.filled li.active .active-icon {
        /* display: inline-block; */
        display: none;
    }
    
    .tabs.filled li .no-active-icon {
        /* display: inline-block; */
        display: none;
    }
    
    /* from style.css */
    
    .tabs.filled {
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
        padding-left: 0;
        color: black;
        margin-top: -16px;
        margin-bottom: 30px;
    }
    
    .tabs {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .column-holder.pr-columns {
        padding-top: 50px;
    }
    .product-info .column-holder.pr-columns {
        padding-top: 30px;
    }
    
    .preview-product .body ul {
        list-style-type: none;
        padding-left: 0;
    }
    
    .tabs.filled li {
        background: rgb(241 241 241);
    }
    
    .tabs.filled > .active{
        background-color: red;
        font-weight: 600;
    }
    
    
    .tabs.filled li p {
        text-transform: uppercase;
        color: black;
        font-weight: 400;
    }
    
    .tabs.filled li.active p {
        font-weight: 500;
        color: black;
    }