/* Single Product Page Styles */

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #3986AC !important;
}

.variable-item.button-variable-item.button-variable-item-s.selected .variable-item-span.variable-item-span-button {
    color: #F2F8F7 !important;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}

.single_add_to_cart_button {
    background-color: #ffffff;
    color: #242942;
    width: 100%;
    border: 1px solid #242942;
}

.single_add_to_cart_button:hover {
    transform: scale(1.03);
}

.wpcbn-btn.single_add_to_cart_button {
    background-color: #3986AC;
    color: #f7f7f7;
    border: none;
    padding: 10px 16px;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #242942;
}

div .quantity {
    width: 100%;
    padding-top: 10px;
}

.custom-text-before-button {
    margin: 10px 0;
}

/*product filter*/
@media (max-width: 768px) {
    #product-filter{
        display: none;
    }
}