/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/luisvelaz">Everthemes</a>
* Template: goya
* Version: 1.0.5.2
*/

/* Free Shipping Progress Bar */
.free-shipping-progress-bar {
 margin: 20px 0px 10px;
 font-size: 0.9em;
}
.side-panel .free-shipping-progress-bar {
 margin: 0 0 30px;
}
.free-shipping-progress-bar .progress-bar-rail {
 height: 8px;
 width: 100%;
 background-color: #eeee;
 background-color: rgba(0,0,0,0.1);
 display: table; margin: 0 auto;
 margin-top: 10px;
}
.free-shipping-progress-bar .progress-bar-status {
 background: linear-gradient(325.12deg, #b9a16b 0, #f1e04d 100%);
 background-color:  #b9a16b;
 display: block;
 z-index: 1;
 height: inherit;
 position: relative;
}

/* back in stock notifier custom css */
.cwginstock-panel-heading h4 {
    color: #282828 !important;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    font-weight: bold !important;
}
.cwginstock-subscribe-form .panel-primary > .panel-heading {
    color: #282828 !important;
    background: none !important;
    border: none !important;
}
.cwginstock-subscribe-form .panel-body {
    padding-top: 0 !important;
}
.cwginstock-subscribe-form .panel-primary {
    border: none !important;
}
.sticky-product-bar .cwginstock-subscribe-form {
    display: none;
}