/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.product-info .woo_discount_rules_table{
    display: none;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
/* @media only screen and (max-width: 48em) {
} */

/* .ux-timer span{color:red !important;} */

/* .shipping_insurance_box label.checkbox {
    color: green;
    font-weight: bold;
} */
/* @media only screen and (max-width: 600px) {
    #myModal_policy,#myModal_policy_premium {
        padding-top: 30%;
    }
  } */
/*   p.shipping_insurance_box { display: inline-block;} */

/*  #myModal_policy .modal-content {
    overflow: overlay;
    background-color: #fff;
    margin: auto;
    padding: 30px;
    border: none;
    width: 90%;
    max-width: 600px;
    color: #000;
    margin-top: 10%;
    border-radius: 0;
}
.Show_Policy{
    padding-left: 3px;
    color:inherit;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
}
.policy_close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer;} */

.cwginstock-subscribe-form .panel-primary{border-color:#8cc63f !important}
.cwginstock-subscribe-form .panel-heading{background-color:#8cc63f !important}
@media(max-width:767px){
   .cwginstock-panel-body .col-md-12{
       width: 100%;
   }
   .cwginstock-subscribe-form .cwginstock-panel-primary{ width: 100% !important;} 
   
}


.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	max-width: 500px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}