/* On cart page */
footer {
	display: none !important;
}

.vc_column_container>.vc_column-inner {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.woocommerce-cart .woocommerce {
	padding-bottom: 200px !important;
}

.woocommerce-page table.cart thead tr,
.woocommerce table.cart tbody tr:last-child, .woocommerce-page table.cart tbody tr:last-child,
.woocommerce table.cart tbody tr, .woocommerce-page table.cart thead tr th {
    border: solid 1px #DBDEE2 !important;
    border-bottom: none !important;
}

.woocommerce-page table.cart thead tr th {
	background: #F2F4EA;
	border: 1px solid #DBDEE2;
	font-family: 'Montserrat' !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 15px;
	text-align: center;
	color: #333333;
    padding: 23px 0 !important;
	text-transform: capitalize !important;
}

.woocommerce table.cart tbody tr, .woocommerce-page table.cart tbody tr td {
	border: none;
	padding: 15px;
}

.woocommerce-page table.cart tbody tr td a,
.woocommerce table.cart tbody tr span.amount, 
.woocommerce-page table.cart tbody span.amount {
	font-family: 'Montserrat' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #333333 !important;
}

.woocommerce-page table.cart tbody td.product-price span.amount {
	font-weight: 500 !important;
}

.woocommerce-page table.cart tbody tr td.product-remove {
	width: 30px;
}

.woocommerce-page table.cart tbody tr td.product-remove .remove {
	background: url('../img/icon-trash.png') center no-repeat !important;
	width: 15px !important;
	height: 20px !important;
}

.woocommerce table.cart tbody tr td img {
	width: 98px !important;
	margin: 0 auto;
}

.woocommerce-page table.cart tbody tr td.product-thumbnail {
	width: 120px;
    height: 120px;
    text-align: center;
    padding-right: 0;
}

.woocommerce-page table.cart tbody tr td.product-name {
	vertical-align: middle;
}

.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info {
	display: none;
}

.woocommerce-page table.cart tbody tr td.product-name a.product-title:hover {
	color: #95ad47 !important;
}

.woocommerce-page table.cart tbody tr td.product-quantity select {
	border-radius: 3px;
}

.woocommerce-page table.cart tbody tr td.product-price,
.woocommerce-page table.cart tbody tr td.product-quantity,
.woocommerce-page table.cart tbody tr td.product-subtotal {
	text-align: center;
}

.woocommerce-page table.cart tbody tr td.product-subtotal {
	width: 20%;
}

.woocommerce table .cart-subtotal,
.woocommerce table .cart-discount,
.woocommerce-page table .cart-apply-coupon {
    border: solid 1px #DBDEE2 !important;
    border-top: none;
}

.woocommerce-page table .cart-subtotal th,
.woocommerce-page table .cart-discount th {
	padding-right: 3.5vw;
    text-align: right;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #222222;
}

.woocommerce-page table .cart-subtotal th {
	text-align: left !important;
	padding-left: 25px;
}

.woocommerce-page table .cart-subtotal td,
.woocommerce-page table .cart-discount td,
.woocommerce-page table .cart-apply-coupon td {
	width: 15% !important;
	padding: 23px 0;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    text-align: center !important;
}

.woocommerce-page table .cart-subtotal td,
.woocommerce-page table .cart-discount td {
	width: 20% !important;
	text-align: center !important;
}

.woocommerce-page table .cart-discount td a.woocommerce-remove-coupon {
	vertical-align: middle;
    margin-left: 5px;
}

.woocommerce-page table tr.update-cart-hidden {
	display: none;
}

.shop_table.shop_table_responsive.coupon_table tr {
	border-top: 0 !important;
}

.woocommerce table .cart-discount td.actions {
	vertical-align: middle;
	user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.woocommerce-page table tr.cart-discount.desktop {
	order: 2;
	background: #F6F6F6;
}

.woocommerce-page table tr.cart-discount.mobile {
	order: 1;
	display: none;
}

.woocommerce-page table tr.cart-discount.mobile.unapplied,
.woocommerce-page table tr.cart-discount.mobile.hided,
.woocommerce table .cart-discount.hided {
	display: none !important;
}

.woocommerce table .cart-discount td.actions .coupon {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-right: 25px;
	float: right;
}

.woocommerce table .cart-discount td.actions .coupon label {
	white-space: nowrap;
	margin-right: 15px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #222222;
}

.woocommerce table .cart-discount td.actions #coupon_code {
	border-radius: 50px !important;
}

.woocommerce-page table .order-total,
.woocommerce table .cart-discount td.actions button[name="update_cart"] {
	display: none !important;
}

.woocommerce-page table tr.cart-discount th.payment-types {
	display: flex;
    align-items: center;
    gap: 20px;
	padding: 30px 25px;
	white-space: nowrap;
	user-drag: none;  
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.woocommerce-page table tr.coupon-applied {
	background: #F6F6F6;
}

.woocommerce-page table tr.cart-discount th.payment-types.coupon-applied {
	display: flex;
	justify-content: end;
	align-items: center;
}

.woocommerce-page table tr.cart-discount th.payment-types .payment-types-icon {
	display: flex;	
	align-items: center;
    gap: 20px;
}

.woocommerce-page table tr.cart-discount.coupon-applied td {
	text-align: center !important;
    color: #D64949;
}

.woocommerce-page table tr.cart-discount th.payment-types img {
	margin-top: 0 !important;
}

.woocommerce-page table tr.cart-discount th.payment-types img.payment-type.paypal {
	height: 28px;
}

.woocommerce-page table tr.cart-discount th.payment-types img.payment-type.mastercard {
	height: 27px;
}

.woocommerce-page table tr.cart-discount th.payment-types img.payment-type.visa {
	height: 15px;
}

.woocommerce-page table tr.cart-discount th.payment-types img.payment-type.amex {
	height: 45px;
	border-radius: 3px;
}

.woocommerce-page table tr.cart-discount th.payment-types img.payment-type.ideal {
	height: 31px;
}

.woocommerce table .cart-discount td.actions button[name="apply_coupon"] {
	background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #A6A6A6;
}

.woocommerce table .cart-discount td.actions button[name="apply_coupon"]:hover {
	background: #FFFFFF;
}

.woocommerce table .cart-discount td.actions input[name="coupon_code"] {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 3px !important;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: left !important;
	color: #333333;
}

.woocommerce table .cart-discount td.actions input[name="coupon_code"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #D9D9D9;
	opacity: 1; /* Firefox */
}

.woocommerce table .cart-discount td.actions input[name="coupon_code"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #D9D9D9;
}

.woocommerce table .cart-discount td.actions input[name="coupon_code"]::-ms-input-placeholder { /* Microsoft Edge */
	color: #D9D9D9;
}

.woocommerce-page .woocommerce-cart-button-sticky {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.25);
	padding: 25px 0;
	text-align: right;
}

.woocommerce-page .woocommerce-cart-button-sticky .sticky-container {
	margin: 0 auto;
	width: 100%;
    max-width: 1100px;
}

.woocommerce-page .woocommerce-cart-button-sticky .sticky-container strong {
	margin-left: 5px;
	margin-right: 25px;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #333333;
}

/* .myaccount_user, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce div.message {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 26px !important;
	text-transform: unset !important;
} */

.myaccount_user:first-letter, .woocommerce .woocommerce-error:first-letter, .woocommerce .woocommerce-info:first-letter, .woocommerce .woocommerce-message:first-letter, .woocommerce div.message:first-letter {
	text-transform: uppercase !important;
}

.woocommerce .woocommerce-message a {
    background-color: #95ad47;
}

.woocommerce .empty-cart-wrapper p.cart-empty.woocommerce-info {
    padding: 25px 0 !important;
}

.woocommerce .em-coupon-code-info {
    position: relative;
    font-weight: 400 !important;
    font-size: 10px !important;
    background: #95AD47;
    padding: 4px;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #FFFFFF;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -3px;
	margin-right: 5px;
}

.em-coupon-code-info .em-code-info-content {
    position: absolute;
    bottom: 35px;
    left: -125px;
    width: 250px;
    max-width: 250px;
    background: rgba(0, 0, 0, 0.70);
    z-index: 11;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat';
    font-size: 12px;
    text-align: left;
    display: none;
    line-height: 1.2;
	font-weight: 400;
    color: #FFFFFF;
    text-wrap: wrap;
	font-style: normal;
	white-space: normal;
}

.em-coupon-code-info:hover .em-code-info-content {
    display: block;
}

@media only screen and (max-width: 480px) {
	.content .container .container_inner.page_container_inner {
		padding-top: 0 !important;
	}

	.woocommerce-cart .woocommerce {
		padding-bottom: 65px !important;
	}

	.woocommerce .woocommerce-message {
		text-align: left !important;
	}

	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr {
		display: inline-flex !important;
		border-top: 3px solid #F3F4F5 !important;
		border-bottom: none !important;
		border-left: none !important;
		border-right: none !important;

	}
	
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-remove {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border: none;
	}
	
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 10px;
		text-align: left;
		width: calc(100% - 100px);
	}
	
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info {
		display: block;
	}

	.woocommerce table th {
		width: 40%;
	}

	.woocommerce table .cart-subtotal th {
		text-align: left !important;
	}
	
	.woocommerce table .cart-subtotal td {
		text-align: right !important;
	}

	.woocommerce table .cart-subtotal th, 
	.woocommerce table .cart-subtotal td {
		font-size: inherit !important;
	}

	.woocommerce table .cart-discount {
		background: #FFFFFF !important;
	}

	.woocommerce table .cart-discount th, 
	.woocommerce table .cart-discount td {
		padding: 0;
	}

	.woocommerce-page table.cart tbody tr td a {
		font-size: 14px;
	}

	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-price,
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-quantity,
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-subtotal {
		display: flex;
		line-height: 17px;
		align-items: center;
		justify-content: space-between;
		padding: 3px 0;
	}
	
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-price .column-left,
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-quantity .column-left,
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-subtotal .column-left {
		float: left;
	}
	
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-price .column-right,
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-quantity .column-right,
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-name .mobile-cart-info .row-product-subtotal .column-right {
		float: right !important;
		font-weight: 600;
	}

	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-price,
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-quantity,
	.woocommerce-page.woocommerce-cart .woocommerce table.cart tbody tr td.product-subtotal {
		display: none;
	}

	.woocommerce-page .woocommerce-cart-button-sticky .sticky-container {
		text-align: center; 
	}

	.shop_table.shop_table_responsive.coupon_table tr {
		border-top: 3px solid #F3F4F5 !important;
		background: #F6F6F6 !important;
	}

	.woocommerce-page table tr.cart-discount.desktop {
		order: 2;
		display: none;
	}

	.woocommerce-page table tr.cart-discount.mobile {
		order: 1;
		display: table-row;
	}
	
	.woocommerce-page table tr.cart-discount.mobile td {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
	}
	
	.woocommerce-page table tr.cart-discount.mobile td.actions .coupon input {
		width: 100%;
	}
	
	.woocommerce-page table tr.cart-discount.mobile.unapplied {
		border-top: 3px solid #F3F4F5 !important;
		display: table-row !important;
	}

	.woocommerce-page table tr.cart-subtotal,
	.woocommerce-page table tr.cart-discount {
		border: 0 !important;
		border-top: 3px solid #F3F4F5 !important;
	}

	.woocommerce table .cart-subtotal th {
		padding-left: 5px;
	}
	
	.woocommerce table .cart-subtotal td {
		text-align: right !important;
		padding-right: 5px !important;
		width: 50% !important;
	}
	
	.woocommerce-page table tr.cart-discount td {
		padding-left: 25px;
		padding-top: 20px;
		text-align: left !important;
		font-weight: 500;
		font-size: 14px;
	}
	
	.woocommerce-page table tr.cart-discount td label {
		margin-bottom: 0px;
		display: block;
	}

	.woocommerce table .cart-discount td.actions .coupon {
		float: left !important;
		width: 100%;
	}

	.woocommerce-page table tr.cart-discount th.payment-types.coupon-applied {
		display: block;
    	padding: 30px 5px;
	}

	.woocommerce-page table tr.cart-discount.coupon-applied td {
		font-weight: 700;
		padding-right: 5px !important;
		width: 50% !important;
		text-align: right !important;
		padding-top: 0;
	}

	.woocommerce-page table tr.cart-discount th.payment-types.coupon-unapplied,
	.woocommerce-page table tr.cart-discount th.payment-types.coupon-applied .payment-types-icon {
		display: none !important;
	}

	.em-coupon-code-info .em-code-info-content {
		left: 0;
	}
}