/* Theme Name: Sanymetal 2.0.0
    Description: Configurator step1/step2 changes, updated checkout fields, new subscribers table
 * Version: 1.5
 * */
 

#stripe-card-element, #stripe-exp-element, #stripe-cvc-element {
    background: white !important;
    box-shadow: none !important;
    height: 50px;
    font-size: 14px !important;
    font-weight: 300;
    outline: none;
    padding: 16px 20px !important;
    border-radius: 4px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.3s ease ease-out;
    -moz-transition: all 0.3s ease ease-out;
    -o-transition: all 0.3s ease ease-out;
    transition: all 0.3s ease ease-out;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: black !important;
}
 
.woocommerce-checkout .checkout-holder #payment div.payment_box .form-row {
    margin: 0;
    padding: 0;
}

.checkout-holder span.optional {
    display: inline-block;
}

.page-template-page-subscribers table{
    white-space:nowrap;
}

.page-template-page-subscribers table p{
   margin-bottom:10px;
}

.page-template-page-subscribers table img{
    width:100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	padding-left: 20px;
}


.dimensions-container .dimensions .stall .abs p:first-of-type > input {
    width: 40px;
    line-height: 20px;
}

.dimensions-container .dimensions .stall .abs p:first-of-type > select {
    width: 40px;
    font-size: 15px;
    border: 1px solid #a6a6a6;
}

