div#clientRequiredFields 
{
    padding: 10px;
}
.product-story-content-tab iframe,
.product-story-content-tab .fluid-width-video-wrapper
{
    height: 315px;
    width: 560px;
    padding: 0px!important;
}
div#clientRequiredFields .SS-product-tab-title
{
    font-weight: bold;
    text-transform: uppercase;
}
div#clientRequiredFields > div
{
    /*border-bottom: 1px solid black;*/
    padding-bottom: 25px;
}
.notify-me-container, .made-to-order-container {
    background-color: #dcdcdc57;
    padding: 20px 40px 35px 40px;
}
.notify-me-container .wpcf7 {
    width: 75%;
    margin: 0 auto;
}
.notify-me-container .notify-form-field, .notify-me-container .wpcf7-text {
    border-bottom: none;
    margin-bottom: 15px;
    background-color: white!important;
    padding: 10px;
    /* margin-bottom: 10px; */
        width: 100%;
}


/*Class added to short-description.php override*/
.free-delivery-notice {
    width: fit-content;
    padding-bottom:20px;
}


/*Shop page*/
.woocommerce ul.products li.product.outofstock .price {
    color: #1e1e23!important; /*Not grayed out as in the parent theme*/
}
.menu-item-cart {
    transition: transform 0.5s ease-in-out;
}

.cart-icon-animate {
    transform: scale(1.5); /* Adjust the scale factor as needed */
}
.counter-green
{
    background: green!important;
}