#payment .payment_methods {
    display: none;
}

.product p.price {
    font-size: 28px !important;
}
.cart .single_add_to_cart_button {
    width: 170px;
    margin-left: 20px;
}
div.product form.cart .quantity:has(input[type=hidden])+button.single_add_to_cart_button {
    margin-left: 0;
    width: 150px;
}
button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt {
    background-color: #f25529;
}
.product p.price {
    color: #d12e37 !important;
    font-weight: 600 !important;
}
@media (min-width:481px) {
	.product-widget fieldset {
    width: 320px;
}

@media (min-width: 770px) {
.single-product div.product .summary form.cart {
    width: 350px;
}
div#customer_details.col2-set {
    margin-right: auto !important;
	  margin-left: auto !important;
	float:none !important;
	max-width: 700px !important;
	width: 100% !important;
}
#order_review, #order_review_heading {
    float: none !important;
		      margin-right: auto !important;
	  margin-left: auto !important;
	    max-width: 700px !important;
	width: 100% !important;
}
	.coupon-wrapper {
	    max-width: 700px !important;
	width: 100% !important;
    margin-right: auto;
    margin-left: auto;
	}
	.woocommerce-form-login-toggle {
	 max-width: 700px !important;
	width: 100% !important;
    margin-right: auto;
    margin-left: auto;
}
.woocommerce-form-login {
   max-width: 700px !important;
	width: 100% !important;
	margin-right: auto !important;
	  margin-left: auto !important;
}
form.checkout {
	margin-left:auto;
	margin-right:auto;
}
	.commercekit-atc-sticky-tabs ul.commercekit-atc-tab-links {
		max-width: 500px !important;
	}
.product-details-wrapper {
	max-width: calc(1024px + 5.2325em) !important;
	}
.woocommerce-pagination {
    margin-left: auto;
    clear: both;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}
.woocommerce-pagination .page-numbers {
    margin-bottom: 20px;
}
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-shadow: 0 4px 12px -2px rgba(0,0,0,.06);
    line-height: 38px;
}
.page-template-template-fullwidth .site-main .alignfull, .page-template-template-fullwidth-no-heading .site-main .alignfull {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
}

body #order_review .shop_table {
    margin-bottom: 15px;
}
body #payment .place-order {
    margin-top: 15px;
}
.woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-info a {
    color: black !important;
    background-color: #eeeeee;
}
	body table.woocommerce-checkout-review-order-table .product-name {
    width: 80% !important;
}
	.woocommerce-checkout-review-order-table td.product-total {
    padding-right:21px;
}
body table.woocommerce-checkout-review-order-table .product-name .product-quantity {
    display:none;
}
td.product-quantity {
	display: none !important;
}
body table.shop_table_responsive tr td.product-name {
    width: 80%;
}
.swiper-slide-imglink {
    max-width: 350px !important;
}
img.wp-post-image .skip-lazy{
	height: auto !important;
}
.swiper-slide img {
	height: auto !important;
}