.woocommerce-cart #main,.woocommerce-checkout #main {
    padding: 10px 0;
}

.customer-gender {
    display: none;
}

.woocommerce-checkout .page-checkout {
    max-width: 650px!important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,.12);
    box-shadow: 0 0 18px rgba(0,0,0,.12);
    border-radius: 4px;
    overflow: hidden
}

.woocommerce-checkout .page-checkout .continue-shopping {
    width: 100%;
}

.woocommerce-checkout .page-checkout .continue-shopping a.button {
    width: 100%;
    border: 1px solid var(--red);
    color: var(--red);
    font-weight: 400;
    border-radius: 3px;
}

.woocommerce-checkout .page-checkout .continue-shopping a.button {
    background: #29affc;
    color: #fff;
    line-height: 34px;
}

td.product-thumbnail img {
    width: 60px;
    border: 1px solid #ccc;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    background: rgb(247, 247, 249);
    border-radius: 4px;
    overflow: hidden;
}

td.product-thumbnail img {
    margin-left: 8px;
}

td.product-name a {
    font-weight: 600;
    color: #222;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
    border-bottom: 0;
    padding-right: 10px;
}

dl.variation dt {
    display: none;
}

dl.variation dd {
    width: max-content;
    max-width: 100%;
    padding: 10px;
    border: 1px solid rgb(159, 159, 159);
    border-radius: 4px;
    font-size: 12px;
    line-height: 0px;
    float: left;
    color: #222;
    text-transform: math-auto;
}

.product-remove {
    text-align: right;
    float: right;
}

.product-price bdi {
    color: var(--red);
}

.product-remove {
    margin-top: 5px;
}

.product-remove a.remove {
    height: 16px;
    width: 16px;
    color: var(--red);
    font-weight: 400 !important;
    line-height: 17px !important;
    border: 1px solid !important;
}

.shop_table .cart_item td {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

td.product-thumbnail img {
    border-radius: 6px;
}

.woocommerce-checkout .page-checkout .coupon h3.coupon-title {
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    color: #288ad6;
    margin-top: 12px;
}

.cartnew-discount {
    background-image: url(/wp-content/uploads/2023/09/webmau16.com-icon-coupon.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 18px;
    background-size: 18px 12px;
}

.woocommerce-checkout .page-checkout .coupon input {
    border-radius: 4px;
    width: 75%;
    float: left;
    display: block;
    margin-top: 0;
    height: 35px;
}

.woocommerce-checkout .page-checkout .coupon input[type=submit] {
    background-color: #288ad6;
    color: #fff;
    width: 24%;
    margin-right: 0;
    float: right;
    text-shadow: none;
    border: none;
}

.shop_table.cart.woocommerce-cart-form__contents tfoot tr:first-child td {
    border-bottom: 0;
}


tr.order-total td, tr.order-total th {
    border-bottom: 0;
}

tr.order-total bdi {
    color: var(--red);
}

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

.woocommerce-billing-fields h3, h3#order_review_heading {
    font-weight: 400 !important;
	text-align: center;
}

.woocommerce-checkout .woocommerce-billing-fields .customer-gender label {
    font-weight: 400;
    display: inline-block;
}

.woocommerce-billing-fields__field-wrapper p input, .woocommerce-additional-fields__field-wrapper textarea {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: 0 0;
}

.form-row-first {
    margin-right: 0 !important;
    width: 49% !important;
}

.woocommerce-billing-fields__field-wrapper .form-row-first:nth-child(2) {
    margin-right: 2% !important;
}

.woocommerce-billing-fields p {
    margin-bottom: 0 !important;
}

.woocommerce-checkout .page-checkout {
	margin: 30px auto;
}

@media (min-width: 850px) {
	.woocommerce-checkout .page-checkout {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	.show-for-small.mobile-product-price {
		display: inline-block;
	}

	td.product-price-quantity {
		
	}

	.shop_table .product-remove {
		width: 20px !important;
		right: 15px;
		float: right;
	}
	
	.form-row-first {
		width: 100% !important;
	}
	
	.cart-container.container.page-wrapper.page-checkout {
		padding-bottom: 0;
	}
}

@media (max-width: 549px) {
	.shop_table .product-remove a {
		height: 19px !important;
		left: 8px !important;
		line-height: 18px !important;
		width: 20px !important;
	}
}


.large-12.col {
    padding-bottom: 0;
}

div#payment {
    text-align: center;
}