.left_darker{
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
    background:rgba(0,0,0,0.5);
}
.right_darker{
    position:absolute;
    right:0px;
    top:0px;
    bottom:0px;
    background:rgba(0,0,0,0.5);
}

.top_darker{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    background:rgba(0,0,0,0.5);
}
.bottom_darker{
    position:absolute;
    right:0px;
    bottom:0px;
    left:0px;
    background:rgba(0,0,0,0.5);
}
.underinput_block{
    font-size: 12px;
    background-color: #f0f0f0;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }
 .single_variation_wrap .woocommerce-variation-price, .woocommerce-variation.single_variation{
     display:none !important;
 }
 .settings_block{
     max-width:400px;
     margin-bottom:10px;
 }
 @media (max-width: 768px){
    .variations_form .label{
        padding-bottom: 0px !important;
     }
 }
 
