.static .woocommerce p{
    font-size: 16px !important;
}
.woocommerce form .form-row label{
    line-height: 1.3;
    margin-bottom: 0;
}
.static .woocommerce-info{
    border-top-color:#ac8354;
}
.static .woocommerce-info:before{
    color:#ac8354;
}
.static .woocommerce-message{
    border-top-color:#ac8354
}
.static .woocommerce-message:before{
    color:#ac8354;
}

.static .return-to-shop .wc-backward,
.static .place-order #place_order,
.static .checkout_coupon button,
.static .cart-collaterals .cart_totals .checkout-button,
.static .woocommerce-cart-form .coupon button.button
{
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ac8354;
    color:#ac8354;
    transition: 0.3s linear;
    font-size: 14px;
}
.static .return-to-shop .wc-backward:hover,
.static .place-order #place_order:hover,
.static .checkout_coupon button:hover,
.static .cart-collaterals .cart_totals .checkout-button:hover,
.static .woocommerce-cart-form .coupon button.button:hover{
    background-color: #ac8354;
    color:#fff;
}


.static .woocommerce-cart-form .actions button[name="update_cart"],
.static .woocommerce-cart-form .actions button[name="update_cart"]:hover
{
    border-radius: 0;
    background-color: #ac8354;
    border: 1px solid #ac8354;
    color:#fff;
    transition: 0.3s linear;
    font-size: 14px;
}
.static #add_payment_method #payment,
.static  .woocommerce-cart #payment,
.static .woocommerce-checkout #payment{
    border: 2px solid #ac8354 ;
    background-color: #efefef;
    border-radius: 0;
}
.static input[type="radio"], 
.static input[type="checkbox"]{
    display: inline;
}

.static .woocommerce table.shop_table{
    border: 1px solid #222 ;
    border-collapse: collapse;
}
.static .woocommerce table.shop_table th, 
.static .woocommerce table.shop_table td{
    border: 1px solid #222 ;
}

.static .woocommerce table.shop_table th{
    background-color: #ac8354;
    color:#fff;
}

.static .col2-set{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.static .col2-set .col-1,
.static .col2-set .col-2{
    flex: 0 0 100%;
    width: 100%;
    max-width: none !important;
}
@media(min-width: 768px){
    .static .col2-set .col-1,
    .static .col2-set .col-2{
        flex: 0 0 49%;
        width: 49%;
    }
}


.static .woocommerce .checkout_coupon{
    border: 2px solid #ac8354;
    border-radius: 0;
}
.static .woocommerce .checkout_coupon .input-text,
.static .woocommerce .woocommerce-checkout .input-text,
.static .woocommerce-cart-form .coupon .input-text
{
    border-radius: 0;
    line-height: 30px;
    border: 1px solid #444;
    padding-inline:10px;
    display: block;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.static .woocommerce .woocommerce-checkout textarea.input-text{
    height: 200px;
    resize: none;
}
.static .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{
    border: 1px solid #444;
    border-radius: 0;
    height: 32px;
}
.static .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 15px;
    line-height: 30px;
}
.static .woocommerce-NoticeGroup-checkout ul{
    padding: 40px 27px;
    background-color: rgba(255,0,0,0.3);
} 
.static .woocommerce-NoticeGroup-checkout ul  *{
font-size: 15px;
}