/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Slick slider styles */

.slick-slider-frame {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider-frame .slick-track,
.slick-slider-frame .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	outline: none;
}

.slick-slide:focus {
	outline: none;
}

[dir="rtl"] .slick-slide,
.rtl .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-slide.slick-cloned img[data-lazyloaded="1"]:not(.litespeed-loaded) {
	position: absolute;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

#page__wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 100vw;
}
#IsraeliBox_plans {
      position: relative;
    top: -120px;
}
/* Parent stylesheet should be loaded from functions.php not using @import */
.woocommerce mark{
	background: #fff;
}
.woocommerce-checkout > .col2-set {
    float: left;
    width: 100%;
}
.woocommerce-checkout h3#order_review_heading {

    float: left !important;
    width: 100% !important;

}
.woocommerce-checkout #order_review {
    float: left !important;
    width: 100% !important;
}
#order_payment_section .woocommerce-checkout-payment {
    margin-bottom: 200px !important;
}

.woocommerce .woocommerce-checkout #customer_details h3{
    font-size: 15px !important;
    margin: 20px !important;
}
p#billing_address_2_field {
    margin-top: 30px;
}
.my_account_title { display: none;}

#order_review_section .woocommerce-checkout-payment{ display:none; }
#order_payment_section .woocommerce-checkout-review-order-table{ display:none; }
.woocommerce-checkout > .col2-set {
    float: left;
    width: 100% !important;
}
.wc_payment_method.payment_method_paypal a.about_paypal{ display:none; }
tr.cart-subtotal {
    display: none;
}

tr.order-total {
    display: none;
}

tr.order-total.recurring-total {
    display: contents!important;
}

li#menu-item-1144 {
    background-color: #93c01f;
    padding: 5px 12px;
}

li#menu-item-1144 a {
    color: #fff;
}
.account-orders-table a.button,
.account-orders-table a.button:hover {
    background-color: #fff !important;
    color: #e5007e !important;
    text-transform: capitalize;
}
.account-orders-table a.button:hover {
    color: #93c01f !important;
}

.woocommerce-error {
    background: transparent !important;
    color: #f00 !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info
{
    border: none;
    text-align: left !important;
    text-transform: capitalize;
    font-size: 17px;
}
.woocommerce-checkout .woocommerce-info a,
.woocommerce-form-login-toggle .woocommerce-info a
{
    text-transform: capitalize;
    font-size: 17px !important;
}
/***** Merav ***/
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message { display: none; }

/**

.woocommerce-checkout .woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle { display: none; }

.woocommerce-form.woocommerce-form-login.login, .woocommerce-form-coupon {display: block !important;}

.woocommerce_account_subscriptions, .woocommerce-EditAccountForm.edit-account { border-bottom: 1px solid; }

.checkout.woocommerce-checkout {
    float: right;
    width: 50% !important;
}
strong.product-quantity { display: none; }
.my_account_title { display: none;}
/**
#payment #place_order, .woocommerce-message, tr.recurring-totals, .right_payment #place_order, .paypal-button:last-child {
    display: none !important;
}
**/
/**
#customer_details {
    width: auto !important;
}

.woocommerce-error {
    background-color: white !important;
    color: red !important;
}



#custom_order, #custom_login {float: left;width: 48%; margin-right: 2%}

.checkout_coupon.woocommerce-form-coupon {
    border: none !important;
    padding: unset !important;
}

.checkout_coupon.woocommerce-form-coupon p { text-align: left; }

.checkout_coupon.woocommerce-form-coupon .form-row-first { width: 57% !important; margin-right: 2%; }

.checkout_coupon.woocommerce-form-coupon .form-row-last { float: left !important; }

.theChampLoginButtonBackground.theChampFacebookLoginBackground {
    width: 69% !important;
}

a.remove {
    text-align: center;
}

mark {
    background-color: transparent !important;
}

.woocommerce-billing-fields h3 {font-size: 15px !important;}

.woocommerce-checkout { margin-top: 20px !important;}

label[for="billing_address_2"], label[for="shipping_address_2"] {width: auto !important; height: auto !important; position: unset !important; }

iframe.zoid-component-frame.zoid-visible { z-index: unset !important; }

#mailchimp_woocommerce_newsletter { float: left; }

.quantity.buttons_added { float: inherit; }

.right_payment { width: 50%; float: right; clear: both;}

tr.order-total.recurring-total {
    display: table-row !important;
}

.shipping.recurring-total { display: table-row;}
.shipping.recurring-total:first-child { display: none;}
**/
@media only screen and (max-width: 600px) {
	#custom_order, #custom_login, .checkout.woocommerce-checkout, .checkout_coupon.woocommerce-form-coupon .form-row-first, .theChampLoginButtonBackground.theChampFacebookLoginBackground {width: 100% !important; }

	/*.shop_table tr, .shop_table td, .shop_table thead, .shop_table th {
		display: block;
	}*/

	/*.shop_table thead, .shop_table tbody {
		width: 50% !important;
		float: left !important;
	}*/

	.myaccount_h {font-size: 32px !important;}
	
/* 	// .my_account_title { display: inline;}
	
	// .my_account_orders thead {display:none;} */
	
	.right_payment { width: 100%;}
	
	.my_account_subscriptions td, .my_account_orders td { padding: 3px !important; font-size: 80%;}
}


/* updates of 12-28-2018 for /checkout */
#customer_details .shipping_address {display: flex; margin-left: 20px; margin-right: 20px;}
#shipping_address_2_field .screen-reader-text {
    height: auto; width: auto;
    position: relative !important;
    top: 0;
}
.woocommerce-billing-fields__field-wrapper { margin-left: 20px; margin-right: 20px; }
.woocommerce-account-fields {
    margin-left: 20px; margin-right: 20px;
    width: auto !important;
    display: block !important;
}
.woocommerce-additional-fields {
    margin-left: 20px; margin-right: 20px;
}
.woocommerce-form__label-for-checkbox.inline {
    display: inline-block !important;
}
#main .woocommerce .woocommerce-checkout #customer_details h3 input[type="checkbox"] { float: none !important; margin-right: 10px !important; }
#main .woocommerce-checkout #payment ul.payment_methods li img { float: none; margin-left: 10px; }

@media screen and (max-width: 600px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #eaeaea;

  }
  
  table td {
    border-bottom: 1px solid #eaeaea;
/*     display: block; */
    text-align: right;
  }
  
  table td::before {
    content: attr(data-title);
    float: left;
  }
}


.mobile_subscription.my_account_subscriptions.my_account_orders .order {
    border: 2px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 30px;
}

.mobile_subscription.my_account_subscriptions.my_account_orders .order .subscription-id.order-number, .mobile_subscription.my_account_subscriptions.my_account_orders .order .subscription-status.order-status, .mobile_subscription.my_account_subscriptions.my_account_orders .order .subscription-next-payment.order-date, .mobile_subscription.my_account_subscriptions.my_account_orders .order .subscription-total.order-total {
    position: relative;
    padding-left: 95px;
    margin-bottom: 18px;
    font-size: 80%;
}

.mobile_subscription.my_account_subscriptions.my_account_orders .order .my_account_title {
    position: absolute;
    left: 0;
    display: block;
    font-size: 80%;
    top: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.mobile_subscription.my_account_subscriptions.my_account_orders .order .subscription-total.order-total {
    margin-bottom: 0 !important;
}

.mobile_subscription.my_account_subscriptions.my_account_orders .subscription-status.order-status .subscription-actions.order-actions .change {
    display: none;
}

.mobile_subscription.my_account_subscriptions.my_account_orders .subscription-status.order-status .subscription-actions.order-actions .cancel {
    color: #e6007e;
    border: 2px solid #f7b2d8;
    border-radius: 6px;
    padding: 5px 7px;
    font-size: 80%;
    margin-left: 7px;
}

.mobile_subscription.my_account_subscriptions.my_account_orders .order .subscription-status.order-status .subscription-actions.order-actions {
    display: inline-block;
}

.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders {
    display: block;
}


.mobile_subscription.my_account_subscriptions.my_account_orders, .mobile_orders.woocommerce-MyAccount-orders.my_account_orders {
    display: none;
}




.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .headings {
    display: none;
}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .my_account_title {
    display: block;
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 80%;
    text-transform: uppercase;
    top: 2px;
}	

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order {
    border: 2px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 30px 95px 30px 30px;
    position: relative;
}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-number, .mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-date, .mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-status, .mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-total {
    position: relative;
    font-size: 80%;
    margin-bottom: 18px;
    padding-left: 60px;
}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-total {
    margin-bottom: 0 !important;
}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-actions {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 92px;
    border-left: 2px solid #e0e0e0;
}

.order-actions-inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-actions .my_account_title {
    display: none;
}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-actions .button {
    width: 100%;
    background: transparent;
    color: #e5007e;
    text-align: center;
    margin-bottom: 7px;
    font-size: 12px;
}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-total .woocommerce-Price-amount.amount {
    color: #22d187;
}



@media screen and (max-width:991px) {
.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders, .woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    display: none;
}

.mobile_subscription.my_account_subscriptions.my_account_orders, .mobile_orders.woocommerce-MyAccount-orders.my_account_orders {
    display: block;
}	
	
}

@media screen and (max-width: 767px) {
    .bc-modal-inner {
        width: 100%;
        flex-wrap: wrap;
        max-height: 90%;
        overflow: auto;
        padding-left: 5%;
        padding-right: 5%;
    }

    .bc-modal-inner .bc-product-thumb {
        max-width: 100%;
        min-width: 100%;
    }

    /* .bc-modal-inner .bc-product-thumb {
        max-width: 30%;
        min-width: auto;
    } */

    .bc-modal-inner .bc-product-thumb .bc-modal-bigthumb {
        padding: 0;
    }

    .bc-modal-inner .bc-item-content {
        width: 100%;
        /* max-width: 70%;
        padding-left: 5%; */
    }

    .bc-modal-inner .bc-item-content h3 {
        /* margin-top: 0; */
        margin-bottom: 10px;
    }
}



@media screen and (max-width:500px) {
.mobile_subscription.my_account_subscriptions.my_account_orders .order {
    padding: 15px;
}
	
.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order {
    padding: 15px 95px 15px 15px;
}	



}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-actions .button.view::after {
    position: absolute;
    left: 0;
}

.mobile_orders.woocommerce-MyAccount-orders.my_account_orders .order .order-actions .button.view {
    padding-left: 30px;
}

.quantity .minus + .minus,
.quantity .plus + .plus {
    display: none;
}

/*New checkout page*/
.d-none {
    display: none;
}

.hidden {
    display: none !important;
}

input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
    background: #fff !important;
    box-shadow: 0 0 0 100px #fff inset !important;
}

.new-checkout-container {
	position: relative;
}

.new-checkout-container .woocommerce-breadcrumb {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	opacity: .5;
	color: #2d2d2d;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 32.848%;
	left: 0;
    font-weight: 700;
}

.new-checkout-container .woocommerce-breadcrumb a {
	color: #2d2d2d;
}

.new-checkout-container .woocommerce-breadcrumb a:hover {
	opacity: .75;
}

.new-checkout-container .sticky-cart {
	position: -webkit-sticky;
	position: sticky;
	top: 4.9375rem;
	left: 0;
	right: 0;
	text-align: center;
	background: #fff;
	border-radius: 0 0 50px 50px;
    box-shadow: 0 4px 0 0 #e5007e;
    width: calc(100% - 0px);
    margin: 0 auto 40px;
    border: 0.09375rem solid #e5007e;
    padding: 15px;
	z-index: 99;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder {
	/* position: absolute;
	top: calc(100% + .3125rem);
	left: 0;
	right: 0;
	max-width: 100%;
	height: calc(100vh - 100%);
	padding-bottom: .9375rem;
	display: none; */
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .checkout-review {
	background: #fff;
	max-height: calc(100% - 3.75rem);
	overflow: auto;
	padding-top: .9375rem;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .cart-header::after {
	display: none;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .cart-heading {
	display: none;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .cart-notice {
	margin-top: 0;
	font-size: .75rem;
	color: #e5007e;
	font-weight: 700;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items {
	text-align: initial;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .mini-cart-item {
	border-bottom: 1px solid #ececec;
	padding: 15px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .mini-cart-item:last-child {
	border-bottom: none;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .product-image {
	width: 110px;
	height: 110px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .product-detail {
	width: calc(100% - 180px);
	padding: 5px 20px 0 10px;
	font-size: 14px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .product-name {
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 8px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .product-name a {
	color: #2d2d2d;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .product-name a:hover {
	color: #e5007e;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .detail-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .detail-list li {
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .detail-list li:last-child {
	margin-bottom: 0;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .detail-list li .data-title {
	font-weight: 700;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .detail-list li .data-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 5px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .cart-additional-info {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	width: 100%;
	margin-top: 8px;
	font-size: 14px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .data-item {
	display: inline-block;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .variation {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .variation li {
	margin-bottom: 0;
	margin-left: 5px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items dl.variation {
	margin-bottom: 8px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items dl.variation dt {
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items dl.variation dd {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 5px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items dl.variation dd p {
	margin-bottom: 10px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items dl.variation dd p:last-child {
	margin-bottom: 0;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .product-price {
	color: #2d2d2d;
	margin-bottom: 8px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .quantity-holder {
	width: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .quantity {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .quantity .jcf-number {
	width: 70px;
	height: 32px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .quantity .jcf-number span {
	width: 20px;
	height: 100%;
	color: #000;
	font-weight: 900;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .quantity .jcf-number span.jcf-btn-inc {
	left: auto;
	right: 0;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .quantity .jcf-number span.jcf-btn-dec {
	left: 0;
	right: auto;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .quantity .jcf-number span::before {
	font-weight: 900;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .quantity input[type="number"] {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border-color: #afaeae;
	font-size: 14px;
	font-weight: 400;
	color: #1a1a1a;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .cart-remove {
	display: inline-block;
	color: #2d2d2d;
	opacity: .5;
	font-size: 14px;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .mini-cart-items .cart-remove:hover {
	opacity: 1;
}

.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .promo-code-block,
.new-checkout-container .sticky-cart > div.sticky-cart-content-holder .cart-footer {
	text-align: initial;
}

.new-checkout-container .sticky-cart > div {
	/* max-width: 335px; */
	margin: 0 auto;
}

.new-checkout-container .sticky-cart .woocommerce-Price-amount.amount {
	display: inline-block;
}

.new-checkout-container .sticky-cart .sticky-cart-btn {
	display: inline-block;
	font-size: .75rem;
	font-weight: 400;
	position: relative;
	padding-left: .9375rem;
	color: #2d2d2d;
}

.new-checkout-container .sticky-cart .sticky-cart-btn::before {
	content: "";
	width: .375rem;
	height: .375rem;
	position: absolute;
	top: .3125rem;
	left: 0;
	border-left: .0625rem solid;
	border-bottom: .0625rem solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.new-checkout-container .sticky-cart .sticky-cart-btn.active::before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: .5rem;
}

.new-checkout-container .sticky-cart .sticky-cart-total-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.new-checkout-container .sticky-cart .cart-header::after {
	content: "|";
    margin: 0 8px;
    opacity: 0.3;
    vertical-align: 2px;
    display: inline-block;
}

.new-checkout-container .sticky-cart .cart-header .counter {
	display: inline-block;
	background: #e5007e;
	width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 100%;
    font-size: 14px;
    color: #fff;
    vertical-align: 2px;
    margin-left: 5px;
}

.new-checkout-container .woocommerce-checkout .address-holder {
	margin-bottom: 1.875rem;
}

.new-checkout-container .woocommerce-checkout .login-option-holder {
	text-align: center;
	/* font-weight: 600; */
	font-size: 16px;
	margin-bottom: 20px;
	color: #2d2d2d;
}

.new-checkout-container .woocommerce-checkout .login-option-holder .already-account {
	margin-bottom: 10px;
}

.new-checkout-container .woocommerce-checkout .login-option-holder a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    background: #e5007e;
    min-width: 250px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    min-height: 43px;
    line-height: 1.3;
    padding: 5px 15px;
    border: 1px solid #e5007e;
	border-radius: 0;
}

.new-checkout-container .woocommerce-checkout .login-option-holder a:hover {
	color: #fff;
    background: #93c01f;
    border-color: #93c01f;
}

.new-checkout-container .woocommerce-checkout .already-account a {
    background: #fff;
    color: #e5007e;
}

.new-checkout-container .woocommerce-checkout .already-account a:hover {
    background: #fff;
    color: #93c01f;
    border-color: #93c01f;
}

.new-checkout-container .woocommerce-checkout .login-option-holder > p {
    margin: 0;
}

.new-checkout-container .woocommerce-checkout .wc-social-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.new-checkout-container .woocommerce-checkout .wc-social-login a {
    width: 46px;
    min-width: auto;
    min-height: auto;
    height: 46px;
    margin: 15px 15px 0;
    padding: 0;
    background: none;
    color: #000;
    overflow: hidden;
    font-size: 0;
}

.new-checkout-container .woocommerce-checkout .wc-social-login a:hover {
    background: none;
    border-color: #93c01f;
}

.new-checkout-container .woocommerce-checkout .wc-social-login a .si {
    font-size: initial;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	margin: 0;
}

.new-checkout-container .woocommerce-checkout .wc-social-login a .si.si-facebook {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg>');
    width: 16px;
    height: 28px;
}

.new-checkout-container .woocommerce-checkout .wc-social-login a .si.si-google {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 512"><path fill="currentColor" d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"></path></svg>');
    width: 26px;
    height: 26px;
}

.new-checkout-container .woocommerce-checkout .shipping-method-holder {
	padding: 0 .9375rem;
}

.new-checkout-container .woocommerce-checkout .shipping-method-holder #shipping_method {
    padding-top: 0;
}

.new-checkout-container .woocommerce-checkout .shipping-method-holder #shipping_method li label {
    padding: 0;
}

.new-checkout-container .woocommerce-checkout .checkout-review {
	margin-top: .75rem;
}

.new-checkout-container .woocommerce-checkout .checkout-review .cart-header {
	padding: 65px 20px 0;
	text-align: center;
}

.new-checkout-container .woocommerce-checkout .checkout-review .cart-heading {
	display: block;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #1a1a1a;
}

.new-checkout-container .woocommerce-checkout .checkout-review .cart-heading .cart-count {
    font-size: 18px;
    margin-left: 5px;
}

.new-checkout-container .woocommerce-checkout .checkout-review .cart-notice {
	margin-top: 10px;
	font-size: 16px;
	color: #2d2d2d;
}

.new-checkout-container .woocommerce-checkout .checkout-review .mini-cart-items {
	max-height: 350px;
	overflow: auto;
    padding: 0 20px;
}

.new-checkout-container .woocommerce-checkout .checkout-review .mini-cart-items::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .07);
}

.new-checkout-container .woocommerce-checkout .checkout-review .mini-cart-items::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(0, 0, 0, .07);
}

.new-checkout-container .woocommerce-checkout .checkout-review .mini-cart-items::-webkit-scrollbar:horizontal {
	height: 6px;
}

.new-checkout-container .woocommerce-checkout .checkout-review .mini-cart-items::-webkit-scrollbar-thumb {
	border-radius: 0;
	box-shadow: none;
	background-color: #e5007e;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .mini-cart-item {
	border-bottom: 1px solid #ececec;
	padding: 0 0 15px;
    margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .mini-cart-item:last-child {
	border-bottom: none;
    padding-bottom: 0;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-image {
	width: 110px;
	height: 110px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-detail {
	width: calc(100% - 110px);
    padding: 0 0 0 15px;
    font-size: 16px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-name-holder {
    /* width: calc(100% - 70px); */
    flex: 1;
    padding-right: 0;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-moz-box-align: start;
	align-items: flex-start;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-name {
	display: block;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
	padding-right: 10px;
    flex: 1;
    line-height: 1.3;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-name a {
	color: #2d2d2d;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-name a:hover {
	color: #e5007e;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .detail-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .detail-list li {
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .detail-list li:last-child {
	margin-bottom: 0;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .detail-list li .data-title {
	font-weight: 700;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .detail-list li .data-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 5px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .cart-additional-info {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	width: 100%;
	margin-top: 8px;
	font-size: 14px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .data-item {
	display: inline-block;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .variation {
	margin: 5px -5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .variation li {
	margin-bottom: 0;
	margin-left: 5px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .variation dl {
    margin: 0;
    flex: auto;
    font-size: 14px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .variation dl dt {
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .variation dl dd {
	margin: 0;
    font-weight: 400;
    padding-left: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .variation dl p {
	margin-bottom: 10px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .variation dl p:last-child {
	margin-bottom: 0;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-price {
	color: #93c01f;
    margin-bottom: 0;
    font-weight: 500;
	flex: 1;
	line-height: 1.3;
	padding-right: 5px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-price del {
    margin-left: 10px;
    opacity: 0.35;
    color: #333;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-price ins {
    text-decoration: none;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .product-price .subscription-details {
    color: initial;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity-holder {
	/* width: 90px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
    padding-top: 5px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity {
	float: none;
    min-width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    /* margin-top: auto; */
	width: 90px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity a {
    width: 25px;
    height: 100%;
    border-color: rgba(0,0,0,0.15);
    font-size: 20px;
    font-weight: 400;
    font-family: sans-serif;
    color: #333;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity a.minus {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity a.plus {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: none;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity .jcf-number {
	width: 70px;
	height: 32px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity .jcf-number span {
	width: 20px;
	height: 100%;
	color: #000;
	font-weight: 900;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity .jcf-number span.jcf-btn-inc {
	left: auto;
	right: 0;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity .jcf-number span.jcf-btn-dec {
	left: 0;
	right: auto;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity .jcf-number span::before {
	font-weight: 900;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity input[type="number"] {
	width: calc(100% - 50px);
    padding-left: 5px;
    padding-right: 5px;
    border-color: rgba(0,0,0,0.15);
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .cart-remove {
	display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 1;
	margin-top: 4px;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .cart-remove:hover {
	color: #e5007e;
}

.new-checkout-container .woocommerce-checkout .mini-cart-items .cart-remove svg {
    width: 13px;
}

.new-checkout-container .woocommerce-checkout .promo-code-block {
	border-top: 1px solid #ececec;
}

.new-checkout-container .woocommerce-checkout .section-steps {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #93c01f;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.new-checkout-container .woocommerce-checkout .section-title {
	color: #1f1f1f;
	text-align: center;
	font-size: 20px;
    line-height: 1.3;
	margin-bottom: 40px;
	display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.new-checkout-container .woocommerce-checkout .section-subtitle {
	text-align: center;
	font-size: 16px;
	color: #2d2d2d;
	margin-bottom: 40px;
}

.new-checkout-container .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
	padding-top: 80px;
	padding-right: 40px;
}

.new-checkout-container .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
	list-style-position: inside;
	font-size: 16px;
}

.new-checkout-container .woocommerce-NoticeGroup ~ .shipping-method-holder,
.new-checkout-container .woocommerce-NoticeGroup ~ .address-holder {
	margin-top: 0;
}

.new-checkout-container .shipping-method-holder .delivery-option {
	margin: 0;
	padding: 0;
	list-style: none;
}

.new-checkout-container .shipping-method-holder .delivery-option > li {
	padding: 0 0 15px;
}

.new-checkout-container .shipping-method-holder .delivery-option > li label {
	font-weight: 400;
	display: block;
	position: relative;
	margin: 0;
}

.new-checkout-container .shipping-method-holder .delivery-option > li input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.new-checkout-container .shipping-method-holder .delivery-option > li input[type="radio"]:checked ~ .method-option + .delivery-sublist {
	border-top-color: transparent;
	display: block;
}

.new-checkout-container .shipping-method-holder .delivery-option > li input[type="radio"]:checked ~ .method-option .fake-input {
	border-color: #e5007e;
	opacity: 1;
}

.new-checkout-container .shipping-method-holder .delivery-option > li input[type="radio"]:checked ~ .method-option .fake-input::before {
	opacity: 1;
}

.new-checkout-container .shipping-method-holder .delivery-option > li .method-option {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	color: #2d2d2d;
	padding: 10px;
	border: 1px solid #ececec;
	min-height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-checkout-container .shipping-method-holder .delivery-option > li .method-option span {
	font-size: inherit;
}

.new-checkout-container .shipping-method-holder .delivery-option > li .method-option span.method-desc {
    opacity: 0.55;
}

.new-checkout-container .shipping-method-holder .delivery-option > li .method-option span.method-detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.new-checkout-container .shipping-method-holder .delivery-option > li .method-option span.method-info {
	display: block;
	font-size: .625rem;
	line-height: 1.2;
	color: rgba(25, 25, 25, .5);
}

.new-checkout-container .shipping-method-holder .delivery-option > li .method-option .amount {
	font-weight: 500;
	opacity: .5;
}

.new-checkout-container .shipping-method-holder .delivery-option > li .fake-input {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 100%;
    background: #e5007e;
	border: 1px solid #b0b0b0;
	position: relative;
	top: 4px;
	opacity: .5;
    margin-right: 10px;
}

.new-checkout-container .shipping-method-holder .delivery-option > li .fake-input::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: #fff;
	width: 12px;
	height: 12px;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.new-checkout-container .shipping-method-holder .delivery-option > li .method-detail {
	padding: 0 .9375rem 0 0;
}

.new-checkout-container .shipping-method-holder .delivery-option > li .method-title {
	display: block;
}

.new-checkout-container .shipping-method-holder .delivery-sublist {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border: 1px solid #ececec;
}

.new-checkout-container .shipping-method-holder .delivery-sublist li {
	padding: 5px 15px;
	font-size: 14px;
}

.new-checkout-container .shipping-method-holder .delivery-sublist li.delivery-sublist-title {
	font-weight: 600;
	color: #2d2d2d;
	padding: 0 15px;
	margin-bottom: 10px;
}

.new-checkout-container .shipping-method-holder .delivery-sublist li:not(.delivery-sublist-title):not(.delivery-select-field):hover {
	background: #f6f6f6;
}

.new-checkout-container .shipping-method-holder .delivery-sublist .jcf-select {
	font-weight: normal;
}

.new-checkout-container .shipping-method-holder .cart-promo-box {
	padding: 0;
	margin: 1.25rem 0 0 0;
	width: 100%;
}

.new-checkout-container .shipping-method-holder .cart-promo-box .slide {
	-ms-flex-preferred-size: initial;
	flex-basis: initial;
	max-width: initial;
}

.new-checkout-container .cart-promo-box .cart-promo-slider:not(.slick-initialized)  .slide ~ .slide {
    display: none;
}

.new-checkout-container .shipping-method-holder .cart-promo-box .btn-holder {
	width: auto;
}

.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li {
    margin-top: 15px;
}

.new-checkout-container .custom-radio {
	margin-bottom: 20px;
}

.new-checkout-container .custom-radio label {
	font-weight: 400;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.new-checkout-container .custom-radio label::before {
	display: none;
}

.new-checkout-container .custom-radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.new-checkout-container .custom-radio input[type="radio"]:checked ~ .method-option + .delivery-sublist {
	border-top-color: transparent;
	display: block;
}

.new-checkout-container .custom-radio input[type="radio"]:checked ~ .method-option .fake-input, 
.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"]:checked + label::before {
	border-color: #e5007e;
	opacity: 1;
}

.new-checkout-container .custom-radio input[type="radio"]:checked ~ .method-option .fake-input::before, 
.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"]:checked + label::after {
	opacity: 1;
}

.new-checkout-container .custom-radio .method-option, 
.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	color: #2d2d2d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-checkout-container .custom-radio .method-option span {
	font-size: inherit;
}

.new-checkout-container .custom-radio .method-option span p {
	margin: 0;
}

.new-checkout-container .custom-radio .method-option span.method-detail, 
.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-checkout-container .custom-radio .method-option span.method-detail .payment_box {
	font-style: italic;
	opacity: .7;
	margin-top: 5px;
}

.new-checkout-container .custom-radio .method-option span.method-info {
	display: block;
	font-size: .625rem;
	line-height: 1.2;
	color: rgba(25, 25, 25, .5);
}

.new-checkout-container .custom-radio .method-option .amount {
	font-weight: 500;
	opacity: .5;
}

.new-checkout-container .custom-radio .fake-input, 
.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label::before {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 100%;
    background: #e5007e;
	border: 1px solid #b0b0b0;
	position: relative;
	top: 4px;
	opacity: .5;
    margin-right: 0;
}

.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label::before {
	content: "";
	display: block;
	top: 1px;
    left: 1px;
    position: absolute;
}

.new-checkout-container .custom-radio .fake-input::before, 
.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: #fff;
	width: 12px;
	height: 12px;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label::after {
    left: 11px;
    top: 11px;
}

.new-checkout-container .custom-radio .method-detail, 
.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label {
	padding: 0 0 0 .9375rem;
}

.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label {
	padding-left: 30px;
	position: relative;
}

.new-checkout-container .custom-radio .method-title {
	display: block;
    flex: 1;
}

.new-checkout-container .custom-radio .method-option span.method-detail img {
    max-width: 125px;
}

.new-checkout-container .custom-radio .method-option span.method-detail img[src*="Yaad_Sarig.png"] {
    max-width: 75px;
}

.woocommerce-checkout #payment div.payment_box.payment_method_yaad_payment {
    /* display: none; */
	padding: 0;
}

.new-checkout-container .checkout_forms_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.new-checkout-container .checkout_forms_holder .form-row, 
.new-checkout-container .checkout_forms_holder .shipping-different-address {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	display: block;
	position: relative;
	-ms-flex-preferred-size: calc(100% - 30px);
	flex-basis: calc(100% - 30px);
	max-width: calc(100% - 30px);
}

.new-checkout-container .checkout_forms_holder .form-row.hidden {
	display: none !important;
}

.new-checkout-container .checkout_forms_holder .form-row.inline-input {
	-ms-flex-preferred-size: calc(50% - 30px);
	flex-basis: calc(50% - 30px);
	max-width: calc(50% - 30px);
}

.new-checkout-container .checkout_forms_holder .form-row.inline-input#billing_state_field {
    display: table;
    clear: both;
    -ms-flex-preferred-size: calc(100% - 30px);
	flex-basis: calc(100% - 30px);
	max-width: calc(100% - 30px);
}

.new-checkout-container .checkout_forms_holder .form-row.inline-input#billing_state_field .select2 {
    width: calc(50% - 15px) !important;
}

.new-checkout-container .checkout_forms_holder .form-row.receive-email-notice {
	margin-top: 10px;
}

.new-checkout-container .checkout_forms_holder .form-row#order_comments_field textarea {
	margin-top: 0;
	height: 116px;
	border: 1px solid #ececec !important;
	padding: .5625rem;
	font-weight: 400;
}

.new-checkout-container .checkout_forms_holder .form-row .checkout_forms_holder {
	margin: 0;
}

.new-checkout-container .form-row#billing_country_field label.floating-label {
    display: none;
}

.new-checkout-container .form-row#billing_state_field label.floating-label {
    display: block;
    background: #fff;
    z-index: 1;
    width: calc(50% - 35px);
}

.new-checkout-container .form-row#billing_state_field.populated label.floating-label {
    display: none;
}

.new-checkout-container .form-row#billing_state_field label.floating-label abbr {
    display: inline-block !important;
}

.new-checkout-container .checkout_forms_holder .form-row .select2 {
	width: 100% !important;
	/* margin-top: 6px; */
}

.new-checkout-container .checkout_forms_holder .form-row .select2 .select2-selection--single {
	border-radius: 0;
	border-width: 0 0 1px 0;
	border-bottom-color: #444;
	height: 40px;
	margin: 0;
	padding-left: 0;
    padding-right: 20px;
    padding-top: 13px;
}

.new-checkout-container .checkout_forms_holder .form-row .select2 .select2-selection__rendered {
	color: #000;
	font-size: 15px;
    padding-right: 0;
	padding-left: 0;
    line-height: 25px;
}

.new-checkout-container .checkout_forms_holder .form-row .select2 .select2-selection__placeholder {
	color: #000;
}

.new-checkout-container .checkout_forms_holder .form-row .select2 .select2-selection__arrow {
    padding-top: 10px;
	font-size: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.new-checkout-container .checkout_forms_holder .form-row .select2 .select2-selection__arrow::before {
	content: "\e604";
    line-height: 1;
    font-family: 'simple-line-icons';
    font-size: 10px;
    font-weight: 900;
}

.new-checkout-container .checkout_forms_holder .form-row .select2 .select2-selection__arrow b {
	display: none;
}

.new-checkout-container .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.new-checkout-container .form-row:empty {
	display: none;
}

.new-checkout-container .form-row label.floating-label {
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    height: auto;
    padding: 5px 0 0;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    left: 0;
    right: 20px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    pointer-events: none;
    -webkit-transition: .25s ease opacity, .25s ease font-size, .25s ease top, .25s ease line-height;
    transition: .25s ease opacity, .25s ease font-size, .25s ease top, .25s ease line-height;
}

.new-checkout-container .form-row label .required {
	top: -2px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    line-height: 1;
    text-decoration: none;
}

.new-checkout-container .form-row label .optional {
	font-weight: 500;
	opacity: .5;
	padding-right: 5px;
}

.new-checkout-container .form-row label .optional-tag {
	opacity: .5;
	font-size: inherit;
}

.new-checkout-container .form-row.focused label.floating-label,
.new-checkout-container .form-row.populated label.floating-label {
	/* opacity: .5; */
	font-size: 14px;
	line-height: 1.2;
	top: 0;
	padding-top: 0;
}

.new-checkout-container .different-ship-addresses-inner .form-row#shipping_country_field label.floating-label, 
.new-checkout-container .different-ship-addresses-inner .form-row#shipping_state_field label.floating-label {
    display: none;
}

.new-checkout-container .form-row .input-text, 
.new-checkout-container .form-row > select {
	display: block;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #444;
    border-width: 0 0 1px !important;
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    padding: 13px 0 0;
    margin-top: 0;
    color: #000;
    outline: none;
}

.new-checkout-container .form-row > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right;
    padding-right: 20px;
}

.new-checkout-container .form-row input[type=number] {
	-moz-appearance: textfield;
}

.new-checkout-container .form-row input[type=number]::-webkit-outer-spin-button,
.new-checkout-container .form-row input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.new-checkout-container .form-row .jcf-select {
	border-width: 0 0 1px;
	padding: .3125rem .3125rem .3125rem 1.25rem;
	font-weight: normal;
	min-height: auto;
	height: 1.875rem;
	margin-top: .625rem;
}

.new-checkout-container .form-row .jcf-select .jcf-select-text {
	top: .25rem;
}

.new-checkout-container .form-row .jcf-select .jcf-select-opener {
	left: .3125rem;
	top: .5625rem;
}

.new-checkout-container .form-row textarea.input-text {
	height: 4.375rem;
	border-width: 1px !important;
	padding: .625rem .9375rem;
	resize: none;
}

.new-checkout-container .floating_input {
	position: relative;
}

.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew {
    margin-top: 15px;
    padding: 0;
    position: relative;
}

.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"] {
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.new-checkout-container .custom-checkbox, 
.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label {
	font-size: .75rem;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	min-height: 1.25rem;
}

.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label::before {
	content: "";
}

.new-checkout-container .shipping-different-address .custom-checkbox {
    text-transform: uppercase;
    font-weight: 500;
}

.new-checkout-container .custom-checkbox .fake-label {
	font-size: 14px;
	line-height: 1.5;
	color: #191919;
	display: inline-block;
}

.new-checkout-container .custom-checkbox span {
	font-size: inherit;
}

.new-checkout-container .custom-checkbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.new-checkout-container .custom-checkbox input[type="checkbox"].error ~ .fake-input, 
.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"].error ~ label::before {
    border-color: #f00;
}

.new-checkout-container .custom-checkbox input[type="checkbox"]:checked ~ .fake-input, 
.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"]:checked ~ label::before {
	background: #e5007e;
}

.new-checkout-container .custom-checkbox input[type="checkbox"]:checked ~ .fake-input:before, 
.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"]:checked ~ label::after {
	opacity: 1;
}

.new-checkout-container .custom-checkbox .fake-input, 
.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label::before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #e5007e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: .15s ease background;
	transition: .15s ease background;
}

.new-checkout-container .custom-checkbox .fake-input::before, 
.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label::after {
	content: "";
    opacity: 0;
    line-height: 0;
    -webkit-transition: auto;
    transition: .15s ease opacity;
    width: 12px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    top: -2px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label::after {
    position: absolute;
    top: 6px;
    left: 3px;
}

.new-checkout-container .woocommerce-shipping-fields {
	width: 100%;
}

.new-checkout-container .woocommerce-shipping-fields .shipping-different-address {
	margin-left: 0;
	margin-right: 0;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.new-checkout-container .different-ship-addresses {
	width: 100%;
	display: none;
}

.new-checkout-container .different-ship-addresses .different-ship-addresses-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-checkout-container .receive-email-notice {
	width: 100%;
	margin-bottom: 1.25rem;
}

.new-checkout-container .receive-email-notice a {
	color: inherit;
	text-decoration: underline;
}

.new-checkout-container .receive-email-notice a:hover {
	text-decoration: none;
}

.new-checkout-container .payment-icons {
	margin-top: 1.25rem;
}

.new-checkout-container .payment-icons img {
	max-width: 10.625rem;
}

.new-checkout-container .order-confirmation-note {
	margin-top: 1.25rem;
    font-size: 13px;
    color: #2d2d2d;
    font-weight: 600;
    width: 100%;
    position: relative;
    padding-left: 20px;
}

.new-checkout-container .order-confirmation-note svg {
    width: 14px;
    margin-right: 5px;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 0;
}

.new-checkout-container .order-confirmation-note p:last-child {
    margin-bottom: 0;
}

.new-checkout-container .woocommerce-additional-fields {
	width: 100%;
}

.new-checkout-container .woocommerce-additional-fields label {
	display: none;
}

.select2-container.select2-container--open .select2-dropdown--below {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.select2-container.select2-container--open .select2-dropdown--above {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	margin-top: 0;
	margin-bottom: 10px;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true],
.select2-container.select2-container--default .select2-results__option[data-selected=true] {
	background-color: rgba(104, 33, 31, .15);
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #e5007e;
}

.select2-container .select2-dropdown {
	margin-top: 10px;
	z-index: 9999;
	background: #fff;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
	border-radius: 0;
}

.select2-container .select2-dropdown .select2-search--dropdown {
	padding: 10px;
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
	padding-left: 10px;
	padding-right: 10px;
}

.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .05);
}

.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(0, 0, 0, .05);
}

.select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
	border-radius: 0;
	box-shadow: none;
	background-color: #e5007e;
}

.select2-container .select2-dropdown .select2-results__option {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.promo-code-block {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
}

.promo-code-block .promo-code-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

/* .promo-code-block .promo-code-header:not(.active) ~ .coupon-msg {
	height: 0;
	opacity: 0;
} */

.promo-code-block .promo-code-header .promo-code-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	color: #2d2d2d;
}

.promo-code-block .promo-code-header .icon-plus {
	font-size: 18px;
    font-weight: 700;
    font-family: inherit;
    color: inherit;
}

.promo-code-block .promo-code-header .icon-plus::before {
    content: "+" !important;
	font-family: inherit !important;
    font-weight: inherit;
}

.promo-code-block .promo-code-header.active .icon-plus {
    font-size: 30px;
    font-weight: 500;
    line-height: 0;
    position: relative;
    top: -2px;
}

.promo-code-block .promo-code-header.active .icon-plus::before {
	content: "-" !important;
}

.promo-code-block .coupon-drop-wrap {
	margin-top: 10px;
	display: none;
}

.promo-code-block .coupon-msg {
	font-size: 14px;
	margin-top: 5px;
	color: red;
	height: 100%;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.promo-code-block .coupon-msg:empty {
	display: none;
}

.promo-code-block .promo-code-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.promo-code-block .code-input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 10px;
}

.promo-code-block .code-input .promo-input {
	width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    height: 30px;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0;
}

.promo-code-block .btn-promo {
	background: #e5007e;
    border: 1px solid #e5007e;
    color: #fff;
    width: 90px;
    min-height: 40px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 0;
}

.promo-code-block .btn-promo:hover {
	background: none;
	color: #e5007e;
}

.cart-footer {
	padding: 15px 20px 20px;
}

.cart-footer .cart-sub-total {
	width: 100%;
	margin-bottom: 0;
}

.cart-footer .cart-sub-total tr {
    border: none;
}

.cart-footer .cart-sub-total tr td {
	padding: 0 0 15px;
	font-size: 15px;
	font-weight: 400;
	color: #2d2d2d;
    border: none;
    text-align: left;
}

.cart-footer .cart-sub-total tr td:last-child {
	text-align: right;
}

.cart-footer .cart-sub-total tr td::before {
    display: none;
}

.cart-footer .cart-sub-total tr.foot-shipment td.cart-foot-desc {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.cart-footer .cart-sub-total tr.foot-total td {
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 0;
}

.green-text, 
.cart-footer .cart-sub-total tr.foot-recurring-total td .amount {
    color: #93c01f;
    font-weight: 600;
}

.cart-footer-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border-top: 1px solid #ececec;
	padding-top: 10px;
}

.new-checkout-container .payments-methods {
    width: 100%;
}

.cart-footer-action .form-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}

.cart-footer-action .form-row .custom-checkbox, 
.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label {
    font-size: 15px;
	margin-bottom: 0;
    display: flex;
	flex-wrap: wrap;
    /* flex-direction: column; */
}

.cart-footer-action .form-row .custom-checkbox label.error {
    order: 13;
}

.cart-footer-action .form-row .custom-checkbox .fake-label {
    font-size: inherit;
    display: inline;
}

.cart-footer-action .form-row .custom-checkbox .fake-label a {
    text-decoration: underline;
}

.cart-footer-action .form-row .custom-checkbox .fake-label a:hover {
    color: #93c01f;
}

.cart-footer-action a.btn:not(.btn-primary) {
	display: none;
}

.cart-footer-action a.btn-primary {
	width: 100%;
    min-height: 50px;
    background: #e5007e;
    border-color: #e5007e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.cart-footer-action a.btn-primary:not(:disabled):not(.disabled):hover {
	background: #93c01f;
	border-color: #93c01f;
	color: #fff;
}

.cart-promo-box {
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
	width: calc(100% - 60px);
	margin: 0 auto;
}

.cart-promo-box .cart-promo-inner {
	border: 1px solid #ececec;
	padding: 15px;
}

.cart-promo-box .cart-promo-slider.slick-slider {
	padding: 0;
	margin: 0 -5px;
}

.cart-promo-box .promo-title {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 900;
	color: #333;
}

.cart-promo-box .promo-slider {
	display: block;
	margin: 0;
}

.cart-promo-box .slide {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.cart-promo-box .product-col {
	padding: 0 5px;
}

.cart-promo-box .product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: inherit;
}

.cart-promo-box .product-img {
	width: 95px;
	height: 95px;
	margin: 0;
    border: 1px solid rgba(0,0,0,0.15);
}

.cart-promo-box .product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-promo-box .product-detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 10px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart-promo-box .product-name {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
    width: 100%;
}

.cart-promo-box .product-name a {
    color: #333;
}

.cart-promo-box .product-name a:hover {
    color: #e5007e;
}

.cart-promo-box .product-price {
	font-weight: 500;
	color: #93c01f;
	line-height: 1.3;
	margin-bottom: 0;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-promo-box .btn-holder {
	max-width: 104px;
	width: 100%;
}

.cart-promo-box .btn-holder .button {
	background: #e5007e;
    border: 1px solid #e5007e;
    color: #fff;
    min-width: 100%;
    min-height: 30px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    padding: 5px 12px;
    line-height: 1.3;
}

.cart-promo-box .btn-holder .button:not(:disabled):not(.disabled):hover {
	background: none;
	border: 1px solid #e5007e;
	color: #e5007e;
}

.cart-promo-box .slick-dots {
	text-align: inherit;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cart-promo-box .slick-dots li {
	margin: 0px;
    font-size: 0;
}

.cart-promo-box .slick-dots li button {
	width: 8px;
    height: 8px;
    background: none;
    border-radius: 100%;
    margin: 3px;
    padding: 0;
    border: 1px solid #e5007e;
}

.cart-promo-box .slick-dots li.slick-active button, 
.cart-promo-box .slick-dots li button:hover {
	background: #e5007e;
}

.cart-promo-box .slick-dots li button:not(.mouse_clicked):focus {
	outline: none !important; 
}

.gift-note, 
.new-checkout-container .know-israelibox, 
.allergies-note {
    margin-top: 25px;
    position: relative;
}

.new-checkout-container .know-israelibox {
    margin-top: 20px;
}

.gift-note label, 
.new-checkout-container .know-israelibox label, 
.allergies-note label {
    margin-bottom: 7px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.new-checkout-container .know-israelibox label {
    position: absolute;
    top: 13px;
    left: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.new-checkout-container .know-israelibox.focused label, 
.new-checkout-container .know-israelibox.populated label {
    top: -5px;
    font-size: 14px;
}

.allergies-note label {
    margin-bottom: 3px;
}

.gift-note textarea, 
.new-checkout-container .know-israelibox input, 
.allergies-note textarea {
    min-height: 50px;
    border-radius: 0;
    border-color: #333;
    border-width: 0 0 1px 0px;
    padding: 0 0 10px 0;
    font-size: 16px;
    color: #000;
    resize: none;
}

.gift-note textarea::-webkit-input-placeholder {
    max-width: 370px;
}
  
.gift-note textarea:-ms-input-placeholder {
    max-width: 370px;
}
  
.gift-note textarea::placeholder {
    max-width: 370px;
}

.new-checkout-container .know-israelibox input {
    min-height: 30px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.allergies-note textarea {
    min-height: auto;
    padding: 5px 0 5px 0;
    height: 35px;
}

.foot-shipment .cart-foot-title {
    margin-bottom: 10px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .new-checkout-container .sticky-cart {
		display: none;
	}

	.new-checkout-container .woocommerce-checkout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.new-checkout-container .woocommerce-checkout .address-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		margin-top: 35px;
		margin-bottom: 0;
	}

	.new-checkout-container .woocommerce-checkout .shipping-method-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding: 30px 30px 0;
		margin-top: 35px;
		margin-bottom: 60px;
	}

	.new-checkout-container .woocommerce-checkout .checkout-review {
		margin-top: 0;
		padding-top: 0;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
		border: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 20px;
		margin-right: 30px;
	}

	.new-checkout-container .woocommerce-checkout .section-title {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.new-checkout-container .shipping-method-holder .delivery-option > li .fake-input {
		width: 20px;
		min-width: 20px;
		height: 20px;
	}

	.new-checkout-container .shipping-method-holder .delivery-option > li .fake-input::before {
		width: 11px;
		height: 11px;
	}

	.new-checkout-container .shipping-method-holder .delivery-option > li .method-detail {
		padding-right: 14px;
	}

	.new-checkout-container .shipping-method-holder .cart-promo-box {
		margin-top: 10px;
	}

	.new-checkout-container .custom-radio .fake-input, 
	.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label::before {
		width: 20px;
		min-width: 20px;
		height: 20px;
	}

	.new-checkout-container .custom-radio .fake-input::before, 
	.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label::after {
		width: 11px;
		height: 11px;
	}

	.new-checkout-container .custom-radio .method-detail {
		padding-left: 14px;
	}

	.woocommerce-checkout #payment div.payment_box ul.wc-saved-payment-methods li input[type="radio"] + label {
		padding-left: 37px;
	}

    .new-checkout-container .checkout_forms_holder {
        margin: 0 -15px;
    }

	.new-checkout-container .checkout_forms_holder .checkout_forms_holder, 
	.new-checkout-container .different-ship-addresses .checkout_forms_holder {
		margin: 0;
	}

	.new-checkout-container .form-row label.floating-label {
		font-size: 15px;
        height: auto;
        /* padding: 5px 0; */
        top: 11px;
        margin: 0;
	}

	.new-checkout-container .form-row.focused label.floating-label,
	.new-checkout-container .form-row.populated label.floating-label {
		font-size: 14px;
		top: 0;
	}

	.new-checkout-container .form-row .input-text, 
	.new-checkout-container .form-row > select {
		font-size: 16px;
		height: calc(2rem + 1px);
		/* padding: 13px 0 0; */
		/* margin-top: 10px; */
	}

	/* .new-checkout-container .checkout_forms_holder .form-row .select2 {
		margin-top: 10px;
	} */

	.new-checkout-container .form-row .jcf-select {
		margin-top: 10px;
		padding: 5px 0 5px 25px;
		height: 2rem;
	}

	.new-checkout-container .form-row .jcf-select .jcf-select-opener {
		left: 5px;
		top: 0;
	}

	.new-checkout-container .form-row textarea.input-text {
		height: 90px;
		padding: 15px 20px;
	}

	.new-checkout-container .custom-checkbox, 
	.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label {
		font-size: 14px;
		min-height: 20px;
		padding-left: 30px;
	}

	.new-checkout-container .custom-checkbox .fake-label {
		font-size: 14px;
	}

	.new-checkout-container .custom-checkbox .fake-input, 
	.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label::before {
		top: 10px;
		width: 20px;
		height: 20px;
	}

	.new-checkout-container .custom-checkbox .fake-input::before, 
	.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label::after {
		width: 14px;
		height: 7px;
        top: -3px;
	}

	.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew label::after {
		top: 4px;
	}

	.new-checkout-container .receive-email-notice {
		margin-bottom: 20px;
	}

	.new-checkout-container .payment-icons {
		margin-top: 20px;
	}

	.new-checkout-container .payment-icons img {
		max-width: 240px;
	}

	.new-checkout-container .order-confirmation-note {
		margin-top: 20px;
		font-size: 12px;
	}

    .desktop-hide {
        display: none !important;
    }
}

@media (min-width: 992px) {
	.new-checkout-container .woocommerce-checkout {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .new-checkout-container .woocommerce-checkout .address-holder {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%;
		max-width: 35%;
		margin-bottom: 60px;
	}

	.new-checkout-container .woocommerce-checkout .shipping-method-holder {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		-ms-flex-preferred-size: 28%;
		flex-basis: 28%;
		max-width: 28%;
		padding-left: 0;
		padding-right: 0;
	}

	.new-checkout-container .woocommerce-checkout .checkout-review {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		padding-top: 0;
		-ms-flex-preferred-size: calc(37% - 60px);
		flex-basis: calc(37% - 60px);
		max-width: calc(37% - 60px);
		margin-right: 30px;
    	margin-left: 30px;
	}
}

@media (min-width: 1440px) {

    .new-checkout-container .woocommerce-checkout .address-holder {
		-ms-flex-preferred-size: 34%;
		flex-basis: 34%;
		max-width: 34%;
	}

	.new-checkout-container .woocommerce-checkout .shipping-method-holder {
		-ms-flex-preferred-size: 31%;
		flex-basis: 31%;
		max-width: 31%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.new-checkout-container .woocommerce-checkout .checkout-review {
		-ms-flex-preferred-size: calc(35% - 60px);
		flex-basis: calc(35% - 60px);
		max-width: calc(35% - 60px);
	}
}

@media (max-width: 991.98px) {
	.new-checkout-container .form-row .jcf-select .jcf-select-text {
		top: 0;
	}
}

@media (max-width: 767.98px) {
    .mobile-hide {
        display: none !important;
    }

    .new-checkout-container .woocommerce-checkout .mini-cart-items .quantity a {
		min-height: 30px;
	}

	.new-checkout-container .woocommerce-checkout .mini-cart-items .quantity input[type="number"] {
		min-height: 28px;
		max-width: 35px;
		font-size: 14px;
		padding-left: 3px;
		padding-right: 3px;
	}

    .cart-footer .cart-sub-total {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .cart-footer .cart-sub-total tr.foot-total td {
        padding-bottom: 15px;
    }

    .new-checkout-container .woocommerce-checkout .login-option-holder a {
        min-width: 200px;
    }

    .new-checkout-container .woocommerce-checkout .wc-social-login a {
        min-width: auto;
    }

	.new-checkout-container .woocommerce-breadcrumb + .checkout-detail-container {
		padding-top: 60px;
	}

    .new-checkout-container .woocommerce-checkout .shipping-method-holder {
        display: flex;
        flex-direction: column;
    }

    .new-checkout-container .shipping-method-holder .delivery-option > li:last-child {
        padding-bottom: 0;
    }

    .cart-promo-box .promo-title {
		text-transform: uppercase;
        text-align: center;
	}

    .new-checkout-container .shipping-method-holder .cart-promo-box {
        order: 6;
        margin-top: 30px;
        border-bottom: none;
    }

    .new-checkout-container .shipping-method-holder .cart-promo-box .cart-promo-inner {
        border: none;
        padding: 0;
    }

    .new-checkout-container .woocommerce-checkout .checkout-review .cart-header {
        padding-top: 30px;
    }

    .new-checkout-container .woocommerce-checkout .checkout-review:not(.desktop-hide) .mini-cart-items {
        display: none;
    }
}

/* checkout validation */
.woocommerce-checkout button[type="button"].btn_checkout_validate {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding: 16px 20px;
}

.woocommerce-checkout #place_order.original_button {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.woocommerce form .form-row label.error {
    color: #f00;
    font-size: 12px;
    vertical-align: top;
    margin-bottom: 0;
    padding-top: 3px;
}

@media (min-width: 768px) {
    .woocommerce form .form-row label.error  {
        font-size: 13px;
    }
}

.woocommerce-order-pay .woocommerce {
    max-width: 700px;
    margin: 40px auto 0;
}

.woocommerce-order-pay .woocommerce #order_review_heading {
    display: none;
}

.woocommerce-order-pay .woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.woocommerce-order-pay .woocommerce ul.order_details li {
    padding: 20px;
    width: 25%;
    margin: 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #eaeaea;
    font-weight: 700;
}

.woocommerce-order-pay .woocommerce ul.order_details li:last-child {
	border-right: none;
}

.woocommerce-order-pay .woocommerce ul.order_details li strong {
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
    padding-top: 15px;
    position: relative;
}

.woocommerce-order-pay .woocommerce ul.order_details li strong::before {
    content: "";
    background: #eaeaea;
    height: 1px;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
}

@media (max-width: 767.98px) {
	.woocommerce-order-pay .woocommerce ul.order_details li {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom-width: 2px;
	}

	.woocommerce-order-pay .woocommerce ul.order_details li:nth-last-of-type(1), 
	.woocommerce-order-pay .woocommerce ul.order_details li:nth-last-of-type(2) {
		border-bottom: none;
	}
}

/*================================
LOGIN REGISTER MODAL
================================*/
body.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.modal.fade.show {
    opacity: 1;
}

.login-modal,
.register-modal {
    padding: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.login-modal .modal-content,
.register-modal .modal-content {
    border: none;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 30px;
    background: #fff;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

.login-modal .modal-close,
.register-modal .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    text-decoration: none;
    color: #000;
    font-size: .78125rem;
    z-index: 3;
    width: 22px;
    height: 22px;
}

.login-modal .modal-close:hover,
.register-modal .modal-close:hover {
    color: #e5007e;
}

.login-modal .modal-close svg,
.register-modal .modal-close svg {
    width: 100%;
    height: 100%;
}

.login-modal .modal-logo,
.register-modal .modal-logo {
    width: 100px;
    max-width: 80%;
    margin: 0 auto 20px;
}

.login-modal .modal-logo img,
.register-modal .modal-logo img {
    max-width: 100%;
}

.login-modal .btn_register,
.register-modal .btn_register {
    padding: 5px 10px;
    display: block;
    margin: 0 auto 15px;
    background: #e5007e;
    border: 1px solid #e5007e;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.login-modal .btn_register:hover,
.login-modal .btn_register:focus,
.register-modal .btn_register:hover,
.register-modal .btn_register:focus {
    background: #fff;
    color: #e5007e;
}

.login-modal .form-group,
.register-modal .form-group {
    margin-bottom: 15px;
}

.login-modal .form-control,
.register-modal .form-control {
    display: block;
    height: 40px;
    border: 1px solid #7d7d7d;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 10px;
    color: #5b5b5b;
    box-shadow: none;
}

.login-modal .form-control::-webkit-input-placeholder,
.register-modal .form-control::-webkit-input-placeholder {
    color: #5b5b5b;
}

.login-modal .form-control::-moz-placeholder,
.register-modal .form-control::-moz-placeholder {
    opacity: 1;
    color: #5b5b5b;
}

.login-modal .form-control:-moz-placeholder,
.register-modal .form-control:-moz-placeholder {
    color: #5b5b5b;
}

.login-modal .form-control:-ms-input-placeholder,
.register-modal .form-control:-ms-input-placeholder {
    color: #5b5b5b;
}

.login-modal .form-control.placeholder,
.register-modal .form-control.placeholder {
    color: #5b5b5b;
}

.login-modal .form-control:focus,
.register-modal .form-control:focus {
    box-shadow: none;
}

.login-modal label.error,
.register-modal label.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.login-modal .remeber-check,
.register-modal .remeber-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}

.login-modal .remeber-check .checkbox,
.register-modal .remeber-check .checkbox {
    margin: 0;
    color: #363636;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
    min-height: 15px;
}

.login-modal .remeber-check .checkbox input[type="checkbox"],
.register-modal .remeber-check .checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.login-modal .remeber-check .checkbox input[type="checkbox"]:checked~.fake-input:before,
.register-modal .remeber-check .checkbox input[type="checkbox"]:checked~.fake-input:before {
    opacity: 1;
}


/* .login-modal .remeber-check .checkbox .label-text,
.register-modal .remeber-check .checkbox .label-text {
	padding-left: 40px;
} */

.login-modal .remeber-check .checkbox .fake-input,
.register-modal .remeber-check .checkbox .fake-input {
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.login-modal .remeber-check .checkbox input[type="checkbox"]:checked~.fake-input, 
.register-modal .remeber-check .checkbox input[type="checkbox"]:checked~.fake-input {
    background: #000;
}

.login-modal .remeber-check .checkbox .fake-input:before,
.register-modal .remeber-check .checkbox .fake-input:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    opacity: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 11px;
    height: 6px;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.login-modal .link-forgot-pass-wrp,
.register-modal .link-forgot-pass-wrp {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.login-modal .link-forgot-pass,
.register-modal .link-forgot-pass {
    color: #363636;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1rem;
}

.login-modal .link-forgot-pass:hover,
.register-modal .link-forgot-pass:hover {
    text-decoration: none;
}

.login-modal .alert,
.register-modal .alert {
    border: none;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
}

.login-modal .alert.alert-danger,
.register-modal .alert.alert-danger {
    background: #f00;
    color: #fff;
    display: block;
}

.login-modal .alert.alert-success,
.register-modal .alert.alert-success {
    background: #117bbd;
    color: #fff;
    display: block;
}

.login-modal .alert a,
.register-modal .alert a {
    color: inherit;
    text-decoration: underline;
}

.login-modal .alert a:hover,
.register-modal .alert a:hover {
    text-decoration: none;
}

.login-modal .btn,
.register-modal .btn {
    width: 100%;
    display: block;
    max-width: 16.125rem;
    margin: 0 auto 15px;
    background: #e5007e;
    border: 1px solid #e5007e;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.login-modal .btn:hover,
.register-modal .btn:hover {
    background: #fff;
    color: #e5007e;
}

.login-modal .login-or-title,
.register-modal .login-or-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14;
    line-height: 1rem;
    font-weight: 400;
    margin: 20px 0;
    color: #000;
}

.login-modal .login-or-title:before,
.register-modal .login-or-title:before {
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    background: #bababa;
    left: 0;
    right: 0;
    color: #3a3a39;
}

.login-modal .login-or-title span,
.register-modal .login-or-title span {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
}

.login-modal .social-login,
.register-modal .social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal .social-login .wc-social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.modal .social-login .wc-social-login p:empty {
    display: none;
}

.login-modal .social-login .btn-facebook,
.login-modal .social-login .btn-google,
.register-modal .social-login .btn-facebook,
.register-modal .social-login .btn-google,
.modal .social-login .button-social-login,
.modal .social-login a.button-social-login {
    border: 1px solid #5b5b5b;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 10px 15px;
    box-sizing: inherit;
    box-shadow: none;
    background: none;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.rtl .login-modal .social-login .btn-facebook,
.rtl .login-modal .social-login .btn-google,
.rtl .register-modal .social-login .btn-facebook,
.rtl .register-modal .social-login .btn-google,
.rtl .modal .social-login .button-social-login,
.rtl .modal .social-login a.button-social-login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.login-modal .social-login .btn-facebook img,
.login-modal .social-login .btn-facebook span,
.login-modal .social-login .btn-google img,
.login-modal .social-login .btn-google span,
.register-modal .social-login .btn-facebook img,
.register-modal .social-login .btn-facebook span,
.register-modal .social-login .btn-google img,
.register-modal .social-login .btn-google span,
.modal .social-login .button-social-login span,
.modal .social-login a.button-social-login span {
    position: relative;
    z-index: 2;
}

.login-modal .social-login .btn-facebook img,
.login-modal .social-login .btn-google img,
.register-modal .social-login .btn-facebook img,
.register-modal .social-login .btn-google img {
    margin-right: 10px;
}

.login-modal .social-login .btn-facebook span,
.login-modal .social-login .btn-google span,
.register-modal .social-login .btn-facebook span,
.register-modal .social-login .btn-google span {
    margin-top: .25em;
}

.login-modal .social-login .btn-facebook img,
.register-modal .social-login .btn-facebook img {
    width: 20px;
}

.login-modal .social-login .btn-google img,
.register-modal .social-login .btn-google img {
    width: 20px;
}

.modal .social-login .button-social-login span.si,
.modal .social-login a.button-social-login span.si {
    width: 1.5em;
    height: 1.5em;
    background-size: 100%;
    margin-right: 10px;
}

.modal .social-login .button-social-login span.si.si-google {
    background-image: url('assets/img/google-colored.svg');
}

.modal .social-login .button-social-login span.si.si-facebook {
    background-image: url('assets/img/facebook-square.svg');
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    .login-modal .modal-content,
    .register-modal .modal-content {
        border-radius: 6px;
        padding: 23px 48px;
    }
    .login-modal .modal-close,
    .register-modal .modal-close {
        font-size: 14px;
        top: 14px;
        right: 14px;
    }
    .login-modal .modal-logo,
    .register-modal .modal-logo {
        width: 150px;
        margin-bottom: 40px;
    }
    .login-modal .btn_register,
    .register-modal .btn_register {
        font-size: 14px;
    }
    .login-modal .form-group,
    .register-modal .form-group {
        margin-bottom: 14px;
    }
    .login-modal .form-control,
    .register-modal .form-control {
        height: 40px;
        font-size: 16px;
        line-height: 1.25;
        padding: 14px 17px;
        border-radius: 4px;
    }
    .login-modal .remeber-check,
    .register-modal .remeber-check {
        margin-bottom: 32px;
    }
    .login-modal .remeber-check .checkbox,
    .register-modal .remeber-check .checkbox {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 2em;
    }
    .login-modal .remeber-check .checkbox .fake-input,
    .register-modal .remeber-check .checkbox .fake-input {
        top: .75em;
        height: 20px;
        width: 20px;
    }
    .login-modal .link-forgot-pass,
    .register-modal .link-forgot-pass {
        font-size: 14px;
        line-height: 1.5;
    }
    .login-modal .alert,
    .register-modal .alert {
        border-radius: 3px;
        font-size: 14px;
    }
    .login-modal .btn,
    .register-modal .btn {
        max-width: 250px;
        line-height: 1.5;
    }
    .login-modal .login-or-title,
    .register-modal .login-or-title {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .login-modal .social-login .btn-facebook,
    .login-modal .social-login .btn-google,
    .register-modal .social-login .btn-facebook,
    .register-modal .social-login .btn-google,
    .modal .social-login .button-social-login,
    .modal .social-login a.button-social-login {
        height: 40px;
        font-size: 14px;
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .login-modal .social-login .btn-facebook img,
    .login-modal .social-login .btn-google img,
    .register-modal .social-login .btn-facebook img,
    .register-modal .social-login .btn-google img {
        margin-right: 18px;
    }
    .login-modal .social-login .btn-facebook img,
    .register-modal .social-login .btn-facebook img {
        width: 1.4375em;
    }
    .login-modal .social-login .btn-google img,
    .register-modal .social-login .btn-google img {
        width: 1.5em;
    }
}

@media (min-width: 992px) {
    .login-modal .modal-dialog,
    .register-modal .modal-dialog {
        max-width: 565px;
    }
    .login-modal .modal-content,
    .register-modal .modal-content {
        border-radius: 8px;
        padding: 27px 68px;
    }
    .login-modal .modal-close,
    .register-modal .modal-close {
        font-size: 17px;
        top: 17px;
        right: 17px;
    }
    .login-modal .btn_register,
    .register-modal .btn_register {
        font-size: 16px;
    }
    .login-modal .form-group,
    .register-modal .form-group {
        margin-bottom: 22px;
    }
    .login-modal .form-control,
    .register-modal .form-control {
        height: 45px;
        padding: 14px 19px;
        border-radius: 6px;
    }
    .login-modal .remeber-check,
    .register-modal .remeber-check {
        margin-bottom: 35px;
    }
    .login-modal .remeber-check .checkbox,
    .register-modal .remeber-check .checkbox {
        font-size: 16px;
    }
    .login-modal .link-forgot-pass,
    .register-modal .link-forgot-pass {
        font-size: 16px;
    }
    .login-modal .btn,
    .register-modal .btn {
        line-height: 1.625;
    }
    .login-modal .login-or-title,
    .register-modal .login-or-title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .login-modal .social-login .btn-facebook,
    .login-modal .social-login .btn-google,
    .register-modal .social-login .btn-facebook,
    .register-modal .social-login .btn-google,
    .modal .social-login .button-social-login,
    .modal .social-login a.button-social-login {
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .login-modal .modal-content, 
    .register-modal .modal-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-modal .social-login .btn-facebook, 
    .login-modal .social-login .btn-google, 
    .register-modal .social-login .btn-facebook, 
    .register-modal .social-login .btn-google, 
    .modal .social-login .button-social-login, 
    .modal .social-login a.button-social-login {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

	.modal .social-login .button-social-login span.si, 
	.modal .social-login a.button-social-login span.si {
		margin-right: 5px;
	}

	.modal .social-login .button-social-login span.si.si-google {
		width: 1.278em;
	}
}

/*Order received page*/
.woocommerce-order-received .woocommerce ul.order_details {
    /* max-width: 768px;
    margin-left: auto;
    margin-right: auto; */
    text-align: center;
}

.woocommerce-order-received .woocommerce ul.order_details li {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-order-received .woocommerce ul.order_details li strong {
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}

.woocommerce-order-received .woocommerce .woocommerce-order > p {
    text-align: center;
    opacity: 0.6;
}