main#main {
    background-color: #fff;
}

.woocommerce-privacy-policy-text {
    margin-top: 10px;
}

td.product-thumbnail img,  ul.product_list_widget li img {
    border-radius: 5px;
}

.variation dd, .variation dl, .variation dt {
    float: left !important;
    padding: 2px 0;
    margin: 0;
    font-size: 11px;
}

dl.variation {
    opacity: 1 !important;
}

dd.variation-SelectStyle,  dd.variation-SelectyourStyle,  dd.variation-Style {
    color: #ff642e;
    font-weight: 700;
}

dd.variation-ColorGroup {
    color: #008b8b;
    font-weight: 700;
}

dd.variation-Size {
    color: #63af1a;
    font-weight: 700;
}

.shop_table .mobile-product-price,  ul.product_list_widget li .quantity {
    clear: both;
}

dd.variation-SelectyourStyle img {width: 60px !important;}

.variation dt {
    font-weight: 700;
}

dd.variation-SelectyourStyle img {
    display: none !important;
}

.woocommerce-checkout-review-order-table .wcpa_cart_type_color-group p, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group p, .woocommerce-checkout-review-order-table .wcpa_cart_type_image-group, .wcpa_cart_val.wcpa_cart_type_color-group {
    margin: 0;
}

.col-inner.has-border {
    padding: 8px 20px 20px 20px;
    background-color: rgba(0,0,0,0.02);
    border: 0;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea, .select2-container .select2-selection {
    border: 1px solid #ccc;
    background-color: #fff !important;
    height: 42px !important;
    border-radius: 4px !important;
	box-shadow: 0 0 !important;
	    padding-top: unset !important;
    padding-bottom: unset !important;
}

input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus, .select2-container .select2-selection:focus {
    box-shadow: none;
}

.select2-container .select2-selection {
    display: flex !important;
    align-items: center !important;
}

.form-row-first, .form-row-last {
    width: 100% !important;
}

form.checkout h3 {
    text-transform: none !important;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.woocommerce-billing-fields {
    border-top: 0 !important;
}

.message-container.container.medium-text-center {
    background-color: #f1f1f187;
    border: 1px dashed #446084!important;
    border-radius: 6px;
    padding: 20px;
}

a.showcoupon {
    color: red;
}

form.checkout_coupon.woocommerce-form-coupon.has-border {
    border: 0;
    padding: 15px 16px 0px;
}

button.button.expand.wp-element-button {
    height: 50px;
    border-radius: 0 4px 4px 0 0;
}

input#coupon_code {
    border-radius: 4px 0 0 4px !important;
}

button#place_order {
    width: 100%;
    border-radius: 6px;
	margin-bottom: 0;
}

@media (min-width: 850px) {

}