/*cart page start*/
.cart_wr{
	justify-content: space-between;
}
.woocommerce table.shop_table.cart {
	border: none;
	width: 100%;
	margin: 0;
	border-radius: 0;
}
.woocommerce .cart-collaterals .shop_table td,
.woocommerce .cart-collaterals .shop_table th,
.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.cart th{
	padding: 10px 5px;

}

.woocommerce table.shop_table.cart td,
.woocommerce table.shop_table.cart th{
	text-align: left;
	position: relative;
 	vertical-align: middle;
}

.woocommerce table.shop_table.cart th{
	font-size: 14px;

}
.woocommerce table.shop_table.cart td.product-name a{
	font-size: 14px;
	display: block;

}

.woocommerce table.shop_table.cart tbody tr:first-child td {
	border-top: none;
}
.hd_cart_mini_body table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    	width: 54px;
}

.cart .woocommerce-Price-amount {
	font-weight: 600;
	font-size: 18px;
}



.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-currencySymbol,
.total_amount .woocommerce-Price-currencySymbol,
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-currencySymbol,
.woocommerce table.shop_table td.product-price .woocommerce-Price-currencySymbol{
	font-size: 16px;
}

/*
td.product-quantity .screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

td.product-quantity .quantity {
	margin: 0 15px 0 0;
	width: 95px;
	height: 52px;
	position: relative;
}
td.product-quantity .quantity .qty {
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-weight: 400!important;
	text-align: center;
}


td.product-quantity .quantity .qty::-webkit-outer-spin-button,
td.product-quantity .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
td.product-quantity .quantity .qty[type=number] {
	-moz-appearance: textfield;
}
 */
.woocommerce table.shop_table.cart tr:last-child td{
	border: none;
	padding: 0;
}
.woocommerce table.shop_table.cart tr:last-child td.actions{
	padding: 20px 0 0;
}

.woocommerce table.shop_table td.actions .coupon label{
	display: none;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
    	padding: 0 24px;
	border-radius: 0;
	height: 40px;
	line-height: 1;
    	font-size: 12px;
    	margin-right: 0;
    	width: 200px;
    	position: relative;
    	border: 1px solid rgba(0, 0, 0, 0.1);
    	outline: none;
}
.woocommerce table.shop_table td.actions button[name="update_cart"]{
	display: none!important;
}
.woocommerce table.shop_table td.actions .return_shop_bt,
.woocommerce table.shop_table td.actions .empty_cart_bt,
.woocommerce table.shop_table td.actions button.button{
	height: 40px;
	line-height: 40px;
}

/*collaterals*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shop_table,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
   	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
}
.woocommerce .cart-collaterals .shop_table{
	margin:20px 0;
}
/*
.woocommerce .cart-collaterals .shop_table .cart-subtotal{
	display: none!important;
}
*/
.woocommerce .product-remove a.remove {
	display: inline-block;
	border-radius: 100%;
	height: 16px;
    	width: 16px;
	text-align:center;
    	color: #fff!important;
    	background-color:#ec9316;
    	position: relative;
    	margin-bottom: 20px;
	font-size: 0;
}
.woocommerce .product-remove a.remove:before{
	content:'\f00d';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	width: 10px;
	height: 10px;
	display: block;
	left: 3px;
	top: 3px;
	font-size: 12px;
	line-height: 10px;
}
.woocommerce .product-remove a.remove:hover,
.woocommerce .product-remove a.remove:focus{
	background-color: #b3b3b3!important;
}

.woocommerce .cart-collaterals {
	margin-top: 20px;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 375px){
	.woocommerce .cart-collaterals {
		width: 340px;
	}
}

.cart_totals a.button{
	margin-left: auto;
}
.total_title{
	margin-right: 20px;
}
/*cart page end*/


/*checkout page start */
.woocommerce-checkout-review-order,
form.checkout.woocommerce-checkout,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
#customer_details{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.woocommerce-NoticeGroup-checkout,
.woocommerce-checkout-review-order,
#customer_details.col2-set{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.col-1.woocommerce-Address,
.col-2.woocommerce-Address{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}
.col-1.woocommerce-Address,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.col-2.woocommerce-Address{
	padding-right: 0;
	padding-left: 0;
}
form.checkout.woocommerce-checkout h3{
	margin-bottom: 20px;
	width: 100%;
	display: block;
}
.woocommerce-billing-fields{
	padding-top: 30px;
}
.woocommerce-checkout-review-order{
	padding: 30px;
	background: #fff7e8;
}

.showlogin,
.showcoupon{
	margin-left: 10px;
}
form.woocommerce-form-login .clear,
/* .woocommerce-form-login>p:first-child */{
	display: none;
}
form.woocommerce-form-login{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce form .form-row .required{
	text-decoration: none;
}
.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 20px;
	width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 100%;
	overflow: visible;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
	width: 100%;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods {
	padding: 0;
	border-bottom: none;
	list-style: none outside;
}
.payment_methods p {
    	font-size: 12px;
    	margin: 10px 0;
    	padding-left: 30px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

.woocommerce form label.custom_label,
.woocommerce form .form-row label {
	line-height: 1;
	width: 100%;
	margin-bottom: 15px;
    	display: block;
    	font-size: 14px;
}
.woocommerce form .woocommerce-input-wrapper{
	display: block;
	width: 100%;
	line-height: 1;
}

.woocommerce form select{
	display: block;
	margin: 0;
}
.woocommerce-cart form .form-row {
	margin: 0 0 15px;
	padding: 0 15px;
}
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout ul.payment_methods {
	padding: 0;
	border-bottom: none;
	list-style: none outside;
	margin-top: 0;
	margin-bottom: 20px;
}

.woocommerce ul#shipping_method{
	padding: 0;
	border-bottom: none;
	list-style: none outside;
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce-checkout ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce ul#shipping_method li {
	margin: 0 0 15px;
	line-height: 1;
	text-align: left;
}

.woocommerce ul.payment_methods li input[type=radio] + label,
.woocommerce ul#shipping_method li input[type=radio].shipping_method + label  {
	vertical-align: middle;
	display: inline-block;
	padding-left: 30px;
	font-size: 14px;

	position: relative;
	cursor: pointer;
	margin: 0;
}
/* .woocommerce ul#shipping_method li input[type=radio].shipping_method + label[for="shipping_method_0_flexible_shipping_3_1"]{
	font-size:0;
} */
/*
.woocommerce ul#shipping_method li input[type=radio].shipping_method + label .amount{
	display: none;
}*/
.woocommerce ul#shipping_method li input[type=radio].shipping_method + label .tax_label{
	font-size: 14px;

}
.woocommerce ul.payment_methods li input[type=radio],
.woocommerce ul#shipping_method li input[type=radio].shipping_method {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
.woocommerce ul.payment_methods li input[type=radio] + label:before,
.woocommerce ul#shipping_method li input[type=radio].shipping_method + label:before {
	content: "";
	width: 17px;
	height: 17px;
	border: 1px solid #737373;
	display: block;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
.woocommerce ul.payment_methods li input[type=radio] + label:after,
.woocommerce ul#shipping_method li input[type=radio].shipping_method  + label:after {
	width: 13px;
	height: 13px;
	content: '';
	display: block;
	left: 2px;
	top: 2px;
	position: absolute;
}

.woocommerce ul.payment_methods li input[type=radio]:checked + label:after,
.woocommerce ul#shipping_method li input[type=radio].shipping_method:checked + label:after {
	content: '';
	background: #ee981f;
}
.woocommerce-form-coupon-toggle{
        display:none;
}
#ajax_coupon_code{
        height: 45px;
}
/*
.checkout_coupon{
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
}
 */
.woocommerce form.checkout_coupon .form-row-first{
	margin-right: 20px;
}
.checkout ul li {
	list-style: none;
	margin: 0;
}
.woocommerce-checkout-review-order-table{
	width: 100%;
	border-collapse: collapse;
}
/*
.woocommerce-checkout-review-order-table .cart-subtotal{
	display: none!important;
}
*/
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .total_weight th,
.woocommerce-checkout-review-order-table td{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	text-align: left;
}


.woocommerce-checkout-review-order th.product-name{
	text-align: left;
}

.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child{
	text-align: right;
	font-weight: 700;
}
/*order pay start*/
.woocommerce-order-pay .woocommerce form{
	display: flex;
	flex-wrap:wrap;
}
.woocommerce-order-pay .woocommerce form input[type="submit"]{
	margin-right: 10px;
	margin-bottom: 20px;
}
/*order pay end*/
/*thank you page start*/
.woocommerce-order-received .cart_thumb_wr{
	width: 100px;
	margin: 0 auto;
}
.woocommerce-order-received .order-total td,
.woocommerce-order-received .cart-subtotal  td{
	padding-left: 10px;
}

@media (min-width: 768px){
	.woocommerce-order-received .cart_thumb_wr{
		width: 75px;
		margin: 0 0 0 10px;
	}
}
.woocommerce-order-received .woocommerce-table--order-details td {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media print {
	.f16,
	.f18,
	body{
		font-size: 12px;
	}
	.mt60{
		margin-top: 0!important;
	}
	.woocommerce table.my_account_orders,
	.order_download,
	.order_print,
	.sidebar_wr,
	h1.d-inline-block,
	.site_info_wr,
	.view_order_info,
	header,
	footer{
        	display: none !important;
    	}
    	.modal {
    		position: relative;
    	}
    	.modal,
    	.modal-dialog,
	#orderModal .order_details_wr,
	#primary .woocommerce-MyAccount-content{
		width: 100%!important;
		max-width: 100%!important;
	}
	.woocommerce table.shop_table.cart td.product-name{
		min-width: 200px!important;
	}
	#orderModal .order_details_wr{
		max-height: unset!important;
	}
	#orderModal .modal-body {
		padding: 0!important;
	}
	.modal-dialog{
		margin: 0!important;
	}
}

.woocommerce-column__title{
	margin-top: 30px;
	margin-bottom: 30px;
}
.woocommerce ul.order_details {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    	content: ' ';
    	display: table;
}
.woocommerce ul.order_details li {
	margin-right: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}
.woocommerce-table--order-details{
	border: none;
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0 0;
	border-radius: 0;
}
.woocommerce-table--order-details td {
	text-align: center;
	position: relative;
}
.woocommerce-table--order-details thead tr th {
	background-color: #191716;
	color: #fff;
}
.woocommerce-table--order-details td{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-table--order-details td:last-child{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-table--order-details td,
.woocommerce-table--order-details th{
	padding: 10px 5px;
	text-align: left;
	font-size: 14px;
}

/*thank you page end*/

/*checkout page end */

@media (max-width: 767px){
	/*cart page start*/
	.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals shipping>th,
	.woocommerce table.shop_table_responsive tr.cart-subtotal>th,
	.woocommerce .cart-collaterals .shop_table .order-total>th,
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead,
	.woocommerce table.shop_table_responsive tr td.product-remove::before{
		display: none!important;
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td,
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
	}
	.woocommerce table.shop_table_responsive tr td:not(.actions),
	.woocommerce-page table.shop_table_responsive tr td:not(.actions) {
		text-align: right!important;
	}

	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals,
	.woocommerce table.shop_table_responsive tr td.actions{
		text-align: center!important;
	}
	/*
	.woocommerce table.shop_table_responsive tr td:not(.actions)::before,
	.woocommerce-page table.shop_table_responsive tr td:not(.actions)::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}*/
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.woocommerce table.shop_table_responsive tr:last-child{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

    	.woocommerce table.shop_table td.actions .return_shop_bt,
    	.woocommerce table.shop_table td.actions .empty_cart_bt,
    	.woocommerce table.shop_table td.actions button.button {
	    	margin-top: 20px;
	}
	.woocommerce table.shop_table.cart tr td.actions{
		width: 290px;
		margin: 0 auto;
	}
	/*cart page end*/
	/*checkout page start*/
	.woocommerce-checkout-review-order{
		padding: 10px;
	}
	.showlogin,
	.showcoupon{
		margin-left: 0;
		width: 100%;
	}
	/*checkout page end*/
}

@media (min-width: 768px){

	/*cart page start*/
	.woocommerce-table--order-details td,
	.woocommerce-table--order-details th,
	.woocommerce .cart-collaterals .shop_table td,
	.woocommerce .cart-collaterals .shop_table th,
	.woocommerce table.shop_table.cart td,
	.woocommerce table.shop_table.cart th{
		padding: 10px 10px 10px 0;
	}
	.woocommerce-table--order-details td,
	.woocommerce-table--order-details th{
		font-size: 16px;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		float: right;
		max-width: 576px;
		min-width: 450px;

	}
	.woocommerce table.shop_table.cart th,
	.woocommerce table.shop_table.cart td{
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.woocommerce .cart-collaterals .shop_table th,
	.woocommerce .cart-collaterals .shop_table td{
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.woocommerce .cart-collaterals .shop_table th{
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		min-width: 110px;
	}

	.woocommerce table.shop_table td.actions .empty_cart_bt,
	.woocommerce table.shop_table td.actions .return_shop_bt,
	.woocommerce table.shop_table td.actions button[name="update_cart"]{
		float: right;
	}
	.woocommerce table.shop_table td.actions .coupon{
		float: left;
		display: flex;
	}
	 .woocommerce table.shop_table td.actions button.button {
	 	margin-left: 10px;
	}
	.woocommerce table.shop_table.cart tr:last-child td{
		padding: 20px 0 0;
	}
	.woocommerce table.shop_table td.actions .empty_cart_bt,
	.woocommerce table.shop_table td.actions button[name="update_cart"]{
		margin-left: 20px;
	}
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		text-align: right;
		margin-right: 0;
	}
	/*cart page end*/

	/*checkout page start*/
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		max-width: 47%;
	}
	/*checkout page end*/
}

@media (min-width: 992px){

	/*checkout page start*/
	.woocommerce-checkout-review-order,
	#customer_details.col2-set{
		max-width: 47%;
	}
	/*checkout page end*/

}

.woocommerce-cart .fee{
	display: none!important;
}
.fee th{
	text-align: left;
}

.woocommerce-shipping-destination{
	font-size: 12px;
}