body:not(.page-template-fullwidth-content) .site-content  {
	margin: 0;
}

body .site {
	hyphens: none;
}

.reviews-list .jet-slick-dots {
	position: relative;
 	top: 13px;
	justify-content: flex-start;
}

.reviews-list .jet-listing-grid__slider-icon {
	border: 1px solid #C5C6C6;
  border-radius: 50%;
}

.reviews-list .jet-listing-grid__slider-icon:hover {
	border: 1px solid #111214;
}


/* .woocommerce .woocommerce-notices-wrapper {
	display: none;
}
 */
body.woocommerce-checkout form.woocommerce-checkout,
body.woocommerce-checkout .woocommerce-form-login+.woocommerce-info {
	display: flex;
    flex-direction: column;
	border-top: none;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
	order: 2;
}
.page .woocommerce-checkout .woocommerce-checkout-review-order table tfoot,
.page .wc_payment_methods li .payment_box {
	background-color: transparent;
}

.woocommerce-checkout .elementor-jet-checkout-billing .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .elementor-jet-checkout-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row {
	margin-bottom: 10px;
}

.woocommerce-checkout .elementor-jet-checkout-billing .woocommerce-billing-fields__field-wrapper .form-row {
	width: 48%;
}

.woocommerce-checkout .product-name {
	width: 50%;
}

html .woocommerce-checkout .place-order .button::before,
html .woocommerce-checkout .place-order .jet-compare-button__container .jet-compare-button__link::before,
html .jet-compare-button__container .woocommerce-checkout .place-order .jet-compare-button__link::before,
html .woocommerce-checkout .place-order .jet-wishlist-button__container .jet-wishlist-button__link::before,
html .jet-wishlist-button__container .woocommerce-checkout .place-order .jet-wishlist-button__link::before {
	content: none;
}

.woocommerce-checkout #ship-to-different-address {
	display: none;
}

.woocommerce-checkout .optional {
	display: none;
}


.woocommerce-checkout #shipping_method {
	margin-left: 20px;
}

.woocommerce-checkout #shipping_method [type="radio"] {
	margin-right: 5px;
}

.woocommerce-checkout .cart-subtotal {
	display: none;
}

.woocommerce-checkout .woocommerce-billing-fields {
	display: flex;
    flex-direction: column;
}

.woocommerce-cart .cart-empty.woocommerce-info {
	display: none;
}

.woocommerce-cart .field-type-calculated-field {
	flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.woocommerce-cart .field-type-calculated-field .jet-form-builder__label {
	margin: 0!important;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message{
	display: none;
}

.woocommerce-cart .billing_country_field {
	display: none;
}

@media screen and (max-width: 768px) {
	.left-block {
		padding: 0 20px;
	}
	
	.woocommerce-checkout .elementor-jet-checkout-billing .woocommerce-billing-fields__field-wrapper .form-row {
		width: 100%;
	}
}