.woocommerce-cart .cart_url,
.woocommerce-checkout .checkout_url{
	text-decoration: underline;
}
.woocommerce-cart .checkout_url,
.woocommerce-checkout .cart_url{
	opacity: .6;
}
/*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;
	font-weight: 400;
}

.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{
	color: #000;
	font-weight: 700;
	font-size: 14px;
	display: block;
}


.cart_item .product-name dl.variation{
	font-size: 12px;
	width: calc(100% - 100px);
	margin-left: auto;
	justify-content: flex-end;
}
.cart_item .product-name dl.variation dt.variation-{
	margin-left:10px;
	font-weight: 600;
}

.cart_item .product-name dl.variation dd.variation-{
	margin-left:10px;
	margin-bottom: 5px;
}
@media (min-width: 768px){
	.cart_item .product-name dl.variation{
		width: 100%;
		margin-left: 0;
		justify-content: flex-start;
	}
	.cart_item .product-name dl.variation dd.variation-{
		margin-right:20px;
		margin-bottom: 10px;
		margin-left:5px;
	}
	.cart_item .product-name dl.variation dt.variation-{
		margin-left:0;
	}
}

.woocommerce table.shop_table.cart tbody tr:first-child td {
	border-top: none;
}
.hd_cart_mini_body table.cart img{
    	width: 54px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
.woocommerce-checkout table.cart .product-thumbnail>a,
.woocommerce-cart table.cart .product-thumbnail>a {
    	display: block;
    	margin: 0 auto;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
.woocommerce-checkout table.cart .product-thumbnail>a,
.woocommerce-cart table.cart .product-thumbnail>a,
.woocommerce-checkout-review-order-table .product-thumbnail img,
.woocommerce-checkout-review-order-table .product-thumbnail>a{
    	width: 150px;
}

@media (min-width: 768px){
	.woocommerce-checkout table.cart .product-thumbnail,
	.woocommerce-cart table.cart .product-thumbnail,
	.woocommerce-cart table.cart img,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table img {
		width: 95px;
	}
}


/*
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 #cecece;
	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;
}


.cart-collaterals .woocommerce-shipping-totals.shipping,
.woocommerce table.shop_table td.actions .coupon label{
	display: none;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
    	margin-right: 0;
    	width: 200px;
}
@media (min-width: 768px){
	.woocommerce table.shop_table td.actions .coupon .input-text{
	    	margin-right: 20px;
	}
}
.woocommerce table.shop_table td.actions button[name="update_cart"]{
	display: none!important;
}


/*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 .shop_table{
	margin:20px 0;
}
.woocommerce .cart-collaterals .shop_table .cart-subtotal{
	display: none!important;
}


.woocommerce .product-remove a.remove {
	display: block;
	width:20px;
	height: 20px;
	text-align:center;
    	position: relative;
	font-size: 0;
	margin: 0 5px 0 0;
}


.woocommerce .cart-collaterals {
	margin: 20px  auto 0;
	width: 100%;
	max-width: 300px;
}
@media(min-width: 768px){
	.woocommerce .cart-collaterals {
		display: flex;
		justify-content: flex-end;
		max-width: 576px;
		margin: 20px 0 0 auto;
	}
}

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


/*checkout page start */
.woocommerce-remove-coupon{
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: right;
	text-transform: unset;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.woocommerce-NoticeGroup-checkout{
	-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-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: 700;
}
.showlogin,
.showcoupon{
	margin-left: 10px;
}
form.woocommerce-form-login .clear{
	display: none;
}
form.woocommerce-form-login{
	display: none;
}

.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%;
}
.woocommerce-checkout #payment {
	padding-top: 10px;
	border-top: 1px solid #cecece;
}
#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;
}

/*nova poshta start*/
.woocommerce form .wc-ukr-shipping-np-fields .form-row input,
.woocommerce form .wc-ukr-shipping-np-fields .woocommerce-input-wrapper {
	max-width: 480px!important;
}
.select2-container--default .select2-selection--single {
	outline: none;
	border: 1px solid #e5e5e5;
	border-radius: 18px;
	height: 35px;
	line-height: 33px;
	font-size: 14px;
	font-weight: 300;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(/wp-content/themes/happyberry/images/down-arrow.svg);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
label.wc-ukr-shipping-checkbox{
	font-size: 14px;
	font-weight: 300;
}
/*nova poshta NEW end*/

#shipping_country_field,
#billing_country_field{
	display: none!important;
}

.woocommerce form select{
	display: block;
	margin: 0;
}
.woocommerce-cart form .form-row {
	margin: 0 0 15px;
	padding: 0 15px;
}

.woocommerce ul.woocommerce-shipping-methods,
.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;
}
@media (max-width: 767px){
	.woocommerce ul.woocommerce-shipping-methods{
		display: inline-block;
	}
}
.woocommerce-checkout ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce ul#shipping_method li {
	margin: 0;
	line-height: 1;
	text-align: left;
}
.woocommerce-checkout ul.payment_methods li:nth-last-child(n+2),
.woocommerce-checkout #payment ul.payment_methods li:nth-last-child(n+2),
.woocommerce ul#shipping_method li:nth-last-child(n+2) {
	margin-bottom: 15px;
}

.woocommerce ul.payment_methods li input[type=radio] + label,
.woocommerce ul#shipping_method li input[type=radio].shipping_method + label  {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding-left: 30px;
}

.woocommerce ul.payment_methods li input[type=radio] + label img{
	margin-left: 5px;
}

.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 #cecece;
	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: #e79999;
}
.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 td{
	padding: 10px 0;
	text-align: left;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .order-total th{
	border-top: 1px solid #cecece;
}
@media(min-width: 992px){
	.woocommerce-checkout-review-order-table td{
		border-top: 1px solid #cecece;
	}
}
.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-table--order-details td:before,
.woocommerce-order-received h1.page-title{
	display: none!important;
}
.woocommerce-order-received .cart_thumb_wr{
	width: 100px;
	margin: 0 auto;
}
.woocommerce-table--order-details tr:last-child td{
	padding-top: 15px;
}

.woocommerce-table--order-details tr:not(.order-total):last-child td{
	padding-top: 15px!important;
	border-top: 1px solid  rgba(0,0,0,.1)!important;
}
@media (min-width: 768px){
	.woocommerce-table--order-details tr:not(.order-total):first-child td{
		padding-top: 0!important;
	}
	.woocommerce-order-received .cart_thumb_wr{
		width: 75px;
		margin: 0;
	}
	.woocommerce-order-received .cart_item_title{
		width: calc(100% - 205px);
		margin: 0 10px;
	}
	.woocommerce-order-received .cart_item_total{
		width: 90px;
	}
	.woocommerce-order-received td {
		border-bottom: 1px solid rgba(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;
}
/*thank you page end*/

/*checkout page end */

@media (max-width: 375px){
	.woocommerce-order-received .cart_item_title{
		width: 100%;
		text-align: center!important;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.woocommerce-order-received .cart_item_total{
		margin-right: auto;
	}
}
@media (max-width: 767px){
	/*cart page start*/
	.woocommerce table.shop_table.cart {
		max-width: 375px;
		margin: 0 auto;
	}
	.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals shipping>th,
	.woocommerce table.shop_table_responsive tr.cart-subtotal>th,
	.woocommerce table.shop_table_responsive tr.cart-discount>th,
	.woocommerce .cart-collaterals .shop_table .order-total>th,
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead,
	.woocommerce table.cart .product-thumbnail:before,
	.woocommerce table.shop_table_responsive tr td.product-remove::before,
	.woocommerce-page 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;
	}

	.woocommerce table.cart.shop_table_responsive td.product-thumbnail,
	.woocommerce #content table.cart td.product-thumbnail,
	.woocommerce-page table.cart.shop_table_responsive td.product-thumbnail,
	.woocommerce-page #content table.cart td.product-thumbnail,
	.woocommerce-page table.woocommerce-checkout-review-order-table td.product-thumbnail,
	.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: 400;
		float: left;
		margin-bottom: 20px;
		font-size: 14px;
		margin-top: 2px;
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #cecece;
	}
	.woocommerce table.shop_table_responsive tr:last-child{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.woocommerce table.shop_table_responsive td.product-quantity .quantity {
	    	margin-left: auto;
	}
	/*
td.product-quantity .quantity {
   		margin: 0 0 0 auto;
    	}
 */
    	.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*/

	.woocommerce table.shop_table_responsive tr td.product-remove{
		position: absolute;
		right: 15px;
		z-index: 10;
	}
}

@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 {
		max-width: 576px;
	}
	.woocommerce table.shop_table.cart th,
	.woocommerce table.shop_table.cart td{
		border-bottom: 1px solid #cecece;
	}

	.woocommerce .cart-collaterals .shop_table th,
	.woocommerce .cart-collaterals .shop_table td{
		border-top: 1px solid #cecece;
		border-right: 1px solid #cecece;
		border-bottom: 1px solid #cecece;
	}
	.woocommerce .cart-collaterals .shop_table th{
		border-left: 1px solid #cecece;
	}

	.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;
		align-items: center;
	}
	.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;
	}
/*
	td.product-quantity .quantity {
		float: left;
	}
 */
	/*cart page end*/

	/*checkout page start*/
	.woocommerce-checkout-review-order-table td.product-subtotal{
		min-width: 100px;
		text-align: center;
	}
	.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*/

	.woocommerce-order-received .cart_item_title{
		max-width: calc(100% - 120px);
	}
}

.select2-container--default .select2-selection--single .select2-selection__arrow ,
.select2-container--default .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}
.minimum_order{
	display: none;
	margin-top: 20px;
	font-size: 14px;
}