/* Products Loop */
.woocommerce ul.products,
.woocommerce-page ul.products {
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	margin: 0 0 40px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 33.3333%;
}

.woocommerce ul.products li.product .price {
	color: #020613;
	display: block;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 0;
}

.woocommerce ul.products li.product .more-link {
	text-decoration: underline;
}

/* Product Item */
.product-item.style-1 {
	background-color: #FFFFFF;
	border-radius: 1px;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	border: 1px solid #E0E1E4;
	position: relative;
}

.woocommerce ul.products li.product .product-item .onsale {
	pointer-events: none;
	top: -15px;
	right: 20px;
}

.columns-4 .product-item.style-1 {
	width: 270px;
}
.columns-3 .product-item.style-1 {
	width: 370px;
}

.product-item.style-1 .s1 {
	text-align: center;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.product-item.style-1 .s2 {
	border-top: 1px solid #E0E1E4;
	padding: 10px 16px 12px;
	min-height: 93px;
}

.product-item.style-1 .price .amount {
	font-size: 24px;
}
.product-item.style-1 .price del .amount {
	font-weight: 300;
	margin-right: 10px;
}

.woocommerce ul.products li.product .product-item a {
	display: inline-block;
}

.woocommerce ul.products li.product .product-item a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .product-item .custom-add-to-cart .added_to_cart {
	display: none;
}

.product-item .popup-section {
	display: none;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	background: #2CC6FA;
	left: 0;
	width: 100%;
	padding: 20px 20px 10px;
	justify-content: space-between;
	align-items: flex-start;
	
	-webkit-animation: fadeInUp 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fadeInUp 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.product-item.not-simple .popup-section {
	justify-content: center;
}

.product-item:hover .popup-section {
	display: flex;
	pointer-events: initial;
}

.product-item .popup-section .btn {
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #fff;
	border-radius: 100px;
	padding: 13px 25px;
	margin-bottom: 10px;
	box-shadow: none;
}

.product-item .popup-section .btn:hover {
	background: #fff;
	color: inherit;
}

.product-item .popup-section .btn .fa {
	margin-left: 8px;
}

.product-item .popup-section .added_to_cart {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	padding-top: 0;
	position: relative;
	left: -84px;
	top: -2px;
}

.woocommerce ul.products li.product .popup-section .button {
	margin-top: 0;
}

.woocommerce ul.products li.product .popup-section .button:hover {
	border-color: transparent;
}

/* Archive / Shop Page */
.woocommerce .woocommerce-ordering {
	position: relative;
	margin: 10px 0;
}

/* .woocommerce .woocommerce-ordering:after {
	font-family: 'FontAwesome';
	content: '\f063';
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -6px;
} */

.products-filter-container {
	background: #F9FAFC;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.products-filter-container .filter-label {
	font-weight: 700;
	display: inline-block;
	margin: 24px 0;
}

/* Cart Icon */
.elementor-menu-cart__toggle .elementor-button {
	padding: 0;
	border: none;
	font-size: 22px;
	padding-left: 20px;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	top: 4px;
	right: auto;
	left: -17px;
	background-color: #178DB5;
}

.custom-cart-popup {
	width: 0;
	height: 0;
	overflow: hidden;
}
div.elementor-menu-cart__container {
	z-index: 999999;
}

.elementor-menu-cart__product-name {
	display: flex;
	align-items: center;
}

/* Overrides */
.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce div span.onsale {
	background-color: #20A7D5;
	font-size: 12px;
	padding: initial;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.woocommerce .quantity .qty {
	padding: 5px;
	height: 50px;
	box-sizing: border-box;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, 
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #2CC6FA;
	padding: 16.5px 30px;
	border: 1px solid #2CC6FA;
	border-radius: 2px;
	outline: none;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background:#20A7D5;
	border-color:#20A7D5;
	color:#fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #2CC6FA;
	border-color: #2CC6FA;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-radius: 2px;
	padding: 17px 30px;
	line-height: 1;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #20A7D5;
	border-color: #20A7D5;
	color: #fff;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
	background:#4b483f;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 16.5px 30px;
}

/* Cart */
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 14px 14px;
	width: 140px;
	height: 50px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin-top: 50px;
}

.cart_totals h2 {
	font-size: 24px;
}

/* Checkout */
.woocommerce-checkout h3 {
	font-size: 24px;
}

.woocommerce-checkout #customer_details {
	margin-bottom: 50px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	font-size: 12px;
}

/* Checkout Thank You */
.woocommerce-order-received .woocommerce{
	background: #fefefe;
	border-radius: 2px;
	padding: 20px 20px 10px 20px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title{
	font-size: 18px;
	font-weight: bold;
}

.woocommerce-order-received .woocommerce-customer-details address {
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-radius: 2px;
}

.woocommerce-order-received .wc-item-meta,
.woocommerce-order-received ul.order_details {
    padding-left: 0;
}
.site-main {
    background: #f9fafc;
}

#customer_details .col-2,
#customer_details .col-1 {
    width: 100%;
    float: none;
}

form.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.woocommerce-checkout .custom-col-1 {
    background: #fff;
	border: 1px solid #E9ECEF;
	padding: 30px 40px;
    flex: 1;
}
.woocommerce-checkout .custom-col-2 {
    width: 518px;
	margin-left: 24px;
    max-width: 100%;
    background: #fff;
	border: 1px solid #E9ECEF;
    padding: 30px 0;
}

.checkout select,
.checkout .select2-container--default .select2-selection--single,
.checkout input[type="email"],
.checkout input[type="tel"],
.checkout input[type="text"],
.checkout textarea {
	border: 1px solid #E9ECEF;
	font-family: inherit;
	padding: 12px;
    border-radius: 2px;
}
.checkout .select2-container--default .select2-selection--single {
	height: initial;
    padding: 8px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
	margin-top: -13px;
}


#ship-to-different-address {
	font-size: 15px;
	margin: 20px 0 10px;
}

.woocommerce-checkout h3 {
	font-size: 24px;
}

.woocommerce-checkout #customer_details {
	margin-bottom: 50px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	font-size: 12px;
	font-weight: 700;
}

.cart_item .item-container {
	display: flex;
	align-items: center;
}
.cart_item .c1 {
	width: 50px;
	margin-right: 20px;
}
.cart_item .e2 {
	font-weight: 700;
}
.cart_item .e2 .product-quantity {
	font-weight: 400;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-color: #E9ECEF;
	font-weight: 400;
}

.woocommerce .woocommerce-checkout-review-order-table tfoot td {
	border: none;
	text-align: right;
	padding-right: 30px;
}
.woocommerce .woocommerce-checkout-review-order-table tfoot th {
	border: none;
	background: none;
	padding-left: 30px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table {
	border: none;
}

.woocommerce table.shop_table .cart_item .product-name {
	padding: 0 30px 20px;
	border: none;
}

.woocommerce table.shop_table .cart_item:last-child .product-name {
	padding-bottom: 30px;
}

#order_review_heading {
	padding: 0 30px;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment {
	margin: 20px;
}

.woocommerce-NoticeGroup {
	width: 100%;
}

.checkout_coupon input {
	border: 1px
	solid #E9ECEF;
	font-family: inherit;
	padding: 12px;
	border-radius: 2px;
}

@media(max-width:1023px){
	.woocommerce-checkout .custom-col-2{
		width: 100%;
		margin: 40px 0 0;
	}
}

.additional-fee-checkbox th {
	font-size: 13px;
}

.checkout_coupon.woocommerce-form-coupon .button,
button#place_order {
    background: #FECA3E;
    border-color: #FECA3E;
    border-radius: 100px;
}

.checkout_coupon.woocommerce-form-coupon .button:hover,
button#place_order:hover {
    background-color: #60D5D7;
    border-color: #60D5D7;
    color: #020202;
	text-decoration: underline;
}


/* Woocommerce Mobile */
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 539px) {

}