/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.09.2015, 20:32:05
    Author     : Alexio
*/

.cpp_label{
    //font-size: 24px;
    //color: black;
    //font-weight: 600;
    //font-family: OpenSansSemibold;
    width: 49%;
    display: inline-block;

}

#cpp_slider{
        margin: 10px;
        
}

#cpp_slider_value,#cpp_size_value{
    display: inline-block;
    width: 4em;
    font-size: 24px;
    color: black;
    font-family: OpenSansSemibold;
    border: 1px solid;
    text-align: center;
    padding: 3px;
    float: right;
}

#cpp_size_value{
    width: auto;
    float: none;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 6px;
    margin-left: 5px;
}
.size_err{
    font-size: 14px;
    color: red;
    line-height: 1;
}
.cpp_variant{
    margin-bottom: 2%;
}

.cpp_variant #pa_quantity{
  //  display: none;
}

.cpp_container {
    //width: 60%;
}


#cpp_form table.variations{
    display: none;
}
#cpp_form div.single_variation_wrap{
        display: none !important;
}
div[itemprop="offers"] {
    display: none !important;
}

#my_custom_checkout_field {
    display: block;
}
#submt, #brows{
    
display: inline-block;
    
    margin: 3px 4px;
    float: right;
}
#front_image{
    visibility: hidden;
    position: absolute;
}

#artwork{
    display: inline-block;
    width: 75%;
    float: left;
}


#ajax_err {
    color: red;
    display: none;
    float: left;
    font-size: 14px;
    padding: 3px;   
}


.product-quantity, .quantity{
   //display: none !important; 
}


button.single_add_to_cart_button{
   margin: 0 !important;
}

.column_coef{
    
}

.img_title{
    font-size: 20px;
    color: black;
    text-align: center;
}
.img_desc{
    color: black;
}

.slider_option{
    display: inline-block;
    font-size: 16px;
    color: black;
    font-family: OpenSansSemibold;
    //border: 1px solid #333;
    text-align: center;
    margin: 0;
}
.slider_option.activ{
    background: #27CCC0;
    color: white;
    border-radius: 4em 0;
}


.shop_table.woocommerce-checkout-review-order-table .product-quantity{
    display: none;
}

div.error{
    color: red;
    display: block;
}

.attachment-descr{
    font-size: 0.8rem;
    text-align: center;
    display: block;
}