.col2-set{
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-order-received.woocommerce-page .woocommerce .col2-set .col-1,
.woocommerce-order-received.woocommerce-page .woocommerce .col2-set .col-2,
.u-column1.col-1,
.u-column2.col-2,
.woocommerce-column.col-1,
.woocommerce-column.col-2{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
@media (min-width: 576px){
	.woocommerce-order-received.woocommerce-page .woocommerce .col2-set .col-1,
	.woocommerce-order-received.woocommerce-page .woocommerce .col2-set .col-2,
	.u-column1.col-1,
	.u-column2.col-2,
	.woocommerce-column.col-1,
	.woocommerce-column.col-2{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px;
	}
	.woocommerce-order-received.woocommerce-page .woocommerce .col2-set .col-1,
	.woocommerce-order-received.woocommerce-page .woocommerce .col2-set .col-2{
		padding: 0!important;
	}
}


.widget_tag_cloud{
	display: none;
}
.page-description{
	margin-top: 30px;
}
.woof_search_is_going .load_more_products_wr{
	display: none!Important;
}
/*woo messages start*/
.woocommerce-notices-wrapper{
	max-width: 1200px;
	margin: 0 auto;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	border-radius: 5px;
	margin: 0 0 20px;
	position: relative;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-error{
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
	background: #d54046;
	color: #fff;
	padding-left: 70px!important;
}
.woocommerce-error:before{
	content:'';
	left: 15px;
	top: 15px;
	width: 32px;
	height: 30px;
	display: block;
	position: absolute;
	background: url('/wp-content/themes/happyberry/images/ico_error.png') center no-repeat;
}

@media (max-width: 575px){
	.woocommerce-error .button{
		width: 100%!important;
		margin-bottom: 20px;
	}
}
@media (min-width: 576px){
	.woocommerce-error .button{
		float: left;
	}
}
.woocommerce-message,
.woocommerce-info{
	background-color: #ececec;
}
.woocommerce-message{
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.woocommerce-message a.button,
.woocommerce-message button,
.woocommerce-info button{
	border: 2px solid #e79999!important;
	background-color: transparent;
	color: #e79999;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li{
	list-style: none outside!important;
	padding-left: 0!important;
	margin-left: 0!important;
}
.woocommerce-message .button.wc-forward{
	margin-bottom: 20px;
}
@media (min-width: 768px){
	.woocommerce-message .button.wc-forward{
		margin-bottom: 0;
	}

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message{
		padding: 20px 30px;
	}
	.woocommerce-message{
		text-align: center;
		flex-direction: row-reverse;
	}
}
/*woo messages end*/

/*products archive start*/
.term-description p{
	line-height: 1.5;
}
.search-results .load_more_products_wr{
 	display: none;
}
.loop_product_thumb_wr{
	border: 1px solid #cecece;
	border-radius: 10px;
	overflow: hidden;
}
.loop_product_item .badges_wr{
	top: 5px!important;
	left: 5px!important;
}
@media (max-width: 575px){
	.loop_product_item .badges_wr{
		flex-direction: column;
		align-items: flex-start!important;
	}
	.loop_product_item .badges_wr>div{
		font-size: 10px;
	}
	.loop_product_item .badges_wr>div:nth-last-child(n+2){
		margin-bottom: 3px;
	}
}
.related_slick.slick-initialized .loop_product_thumb_link,
.loop_product_thumb_link{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 150px;
}
.loop_pr_ft{
	height: calc(100% - 160px);
}

@media (min-width: 376px){
	.related_slick.slick-initialized .loop_product_thumb_link,
	.loop_product_thumb_link{
		height: 200px;
	}
	.loop_pr_ft{
		height: calc(100% - 210px);
	}
}
@media (min-width: 576px){
	.related_slick.slick-initialized .loop_product_thumb_link,
	.loop_product_thumb_link{
		height: 250px;
	}
	.loop_pr_ft{
		height: calc(100% - 260px);
	}
}
/*
@media (min-width: 992px){
	.related_slick.slick-initialized .loop_product_thumb_link,
	.loop_product_thumb_link{
		height: 300px;
	}
	.loop_pr_ft{
		height: calc(100% - 310px);
	}
}
 */

/*
.loop_product_thumb_link:before{
	content:'';
	display: block;
	position: absolute;
	opacity: 0;
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(255,255,255,.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.loop_product_item:hover .loop_product_thumb_link:before{
	opacity: 1;
	z-index: 10;
}
 */
.loop_product_img{
	max-width: 100%;
	height: auto;
}


.product-name dl.variation{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.product-name dl.variation dd{
	margin-left: 5px;
	margin-bottom: 0;
}

.product-name dl.variation dd p{
	margin-bottom: 0;
	line-height: 1;
}

/*star rating start*/
.star-rating {
	float: left;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}


.star-rating,
.star-rating::before,
.woocommerce p.stars a::before{
	color: #e79999;
	letter-spacing: 1px;
}

.star-rating::before {
	font-weight: 400;
	color: #e79999;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating::before,
.woocommerce p.stars.selected a.active~a::before,
.woocommerce p.stars a:hover~a::before,
.woocommerce p.stars a::before{
	content: "\e80c\e80c\e80c\e80c\e80c";
}

.star-rating span::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars:hover a::before{
	content: "\e805\e805\e805\e805\e805";
}

.star-rating span::before {
	top: 0;
	position: absolute;
	left: 0;
}
/*start rating end*/
/*countdown start*/
.sale_countdown_wr{
	margin-bottom: 30px;
}
.countdown_item{
	width: 65px;
	height: 65px;
	background-color: #fff;
	border-radius: 100%;
	border: 2px solid #e79999;
}
/*countdown end*/

a.added_to_cart{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.from_label{
	margin-right: 5px;
}

.loop_product_price_wr>.woocommerce-Price-amount{
	padding: 0 5px;
	font-size: 10px;
}
.loop_product_price_wr>ins,
.loop_product_price_wr>del{
	justify-content: center;
	align-items: flex-start;
	display: flex;
	width: auto;
	padding: 0 5px;
	color: #e79999;
	font-weight: 700;
	font-size: 10px;
}
@media(min-width: 576px){

	.loop_product_price_wr>.woocommerce-Price-amount{
		padding: 0 15px;
	}
	.loop_product_price_wr>.woocommerce-Price-amount,
	.loop_product_price_wr>ins,
	.loop_product_price_wr>del{
		font-size: 16px;
	}
}
.loop_product_price_wr>del{
	color:#868686;
}


/*hover block start*/
.hover_block_wr{
	transition: all ease .3s;
	z-index: 11;
	right: 5px;
	height: 90px;
	bottom: 5px;
}
@media (min-width: 992px){
	.hover_block_wr{
		z-index: -1;
		transform: translate(200%,0);
		bottom: calc(50% - 45px);
		right: 10px;
	}
	.loop_product_item:focus .hover_block_wr,
	.loop_product_item:hover .hover_block_wr{
		transform: translate(0,0);
		z-index: 11;
	}
}
.loop_product_item .hover_block_wr .yith-wcwl-add-to-wishlist{
	top: unset;
	left: unset;
	right: unset;
	position: relative;
	display: block;
}
.hover_item{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border-color:#e79999!important;
	background-color:#e79999!important;
	transition: all ease .3s;
}
.hover_item a{
	font-size: 20px;
	color:#fff;
}

.hover_item a.added_to_cart,
.hover_item a.add_to_cart_button,
.hover_item a.add_to_cart,
.hover_item a.button.product_type_simple{
	padding: 0;
	font-size: 0;
	color:#fff;
	height: auto;
	line-height: 1;
	border-color:transparent!important;
	background-color:transparent!important;
}
.hover_item a.add_to_cart_button:before,
.hover_item a.button.product_type_simple:before{
	content:'\e809';
	font-size: 20px;
}
.hover_item a.added_to_cart:before{
	content:'\e807';
	font-size: 20px;
}
.hover_item.outofstock a:before{
	content:'\e802'!important;
	font-size: 20px;
}

.hover_item a:hover ,
.hover_item:hover a,
.hover_item:hover a:before{
	color:#000;
}
/*
.hover_item:hover{
	border-color:#f3dd59!important;
	background-color:#f3dd59!important;
}
 */
.hover_item:nth-last-child(n+2){
	margin-bottom: 10px;
}
.hover_item a.add_to_cart_button.added{
	display: none;
}
/*hover block end*/
/*products archive end*/


/*wishlist*/
.yith-wcwl-add-to-wishlist .ajax-loading{
	position: absolute;
}
/*wishlist archive hearts only start */
.loop_product_item .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	position: absolute;
	z-index: 11;
	top: 5px;
	right: 5px;
}
.loop_product_item .yith-wcwl-wishlistaddedbrowse a,
.loop_product_item .yith-wcwl-wishlistexistsbrowse a,
.loop_product_item .yith-wcwl-add-button a.delete_item,
.loop_product_item .yith-wcwl-wishlistexistsbrowse.show a,
.loop_product_item .yith-wcwl-add-button a.add_to_wishlist{
	position: relative;
	padding-left: 0;
	font-size: 0;
	width: 20px;
	height: 20px;
	display: block;
}
.loop_product_item .yith-wcwl-wishlistaddedbrowse a:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse a:before,
.loop_product_item .yith-wcwl-add-button a.delete_item:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse.show a:before,
.loop_product_item .yith-wcwl-add-button a.add_to_wishlist:before{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 20px;
	line-height: 1;
}
.loop_product_item .yith-wcwl-wishlistaddedbrowse a:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse a:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse a:hover:before,
.loop_product_item .yith-wcwl-add-button a.delete_item:hover:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse.show a:before,
.loop_product_item .yith-wcwl-add-button a.add_to_wishlist:before{
	content:'\e80e';
}
.loop_product_item .yith-wcwl-wishlistaddedbrowse a:hover:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse a:hover:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse.show a:hover:before,
.loop_product_item .yith-wcwl-add-button a.add_to_wishlist:hover:before,
.loop_product_item .yith-wcwl-add-button a.delete_item:before{
	content:'\e80d';
}
.loop_product_item .yith-wcwl-add-to-wishlist .feedback{
	display: none;
}
/*yith wishlist page*/
.woocommerce table.wishlist_table thead th {
	border:none;
	padding: 0;
	background: #f5f5f5;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.wishlist_table .product-price{
	text-align: center;
}
.woocommerce table.wishlist_table tbody td {
	padding: 20px 0;
}
.wishlist_table .product-remove {
	width: 50px;
}
.wishlist_table tr td.product-thumbnail a,
.wishlist_table .product-thumbnail {
	max-width: 150px;
	width: 150px;
}
.wishlist_table tr td.product-thumbnail a img{
	width: 140px;
}
.wishlist_table .product-name a{
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
.wishlist_table .product-name a:hover,
.wishlist_table .product-name a:focus{
	color:#c1272f;
}

/*wishlist end*/

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

.woocommerce div.quantity span,
.woocommerce div.product form.cart div.quantity span,
.woocommerce-page div.product form.cart div.quantity span {
	display: block;
	position: absolute;
	z-index: 1;
	width: 46px;
	height:46px;
	cursor: pointer;
	background-color:#fff;
	border-radius: 100%;
	color:#b5b5b5;
	transition: all ease .3s;
}
.woocommerce div.quantity span:hover,
.woocommerce div.product form.cart div.quantity span:hover,
.woocommerce-page div.product form.cart div.quantity span:hover{
	color:#000;
}
.woocommerce div.quantity span.more,
.woocommerce div.product form.cart div.quantity span.more,
.woocommerce-page div.product form.cart div.quantity span.more {
	top: 2px;
	right: 2px;
}
.woocommerce div.quantity span.less,
.woocommerce div.product form.cart div.quantity span.less,
.woocommerce-page div.product form.cart div.quantity span.less {
	top: 2px;
	left: 2px;
}

.woocommerce div.quantity span.less:before,
.woocommerce div.product form.cart div.quantity span.less:before,
.woocommerce-page div.product form.cart div.quantity span.less:before {
	content:'-';
}

.woocommerce div.quantity span.more:before,
.woocommerce div.product form.cart div.quantity span.more:before,
.woocommerce-page div.product form.cart div.quantity span.more:before {
	content:'+';
}
.woocommerce div.quantity span.more:before,
.woocommerce div.product form.cart div.quantity span.more:before,
.woocommerce-page div.product form.cart div.quantity span.more:before,
.woocommerce div.quantity span.less:before,
.woocommerce div.product form.cart div.quantity span.less:before,
.woocommerce-page div.product form.cart div.quantity span.less:before {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity .qty[type=number],
.woocommerce .quantity input.qty[type=number] {
	-moz-appearance: textfield;
}

.woocommerce  div.quantity {
	margin: 0;
	width: 130px;
	height: 50px;
	position: relative;
}
.quantity .qty {
	outline: none;
	border: 2px solid #b5b5b5;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	padding: 0 ;
	font-size: 18px;
	font-weight: 400!important;
	text-align: center;
}

/*input quantity end*/

/*login form modal start*/
.register_form .g-recaptcha-wrap,
.login_form_wr .g-recaptcha-wrap{
	margin-bottom: 20px;
	padding: 0!important;
}
.register_form .g-recaptcha>div,
.login_form .g-recaptcha>div{
	margin: 0 auto;
}
.have_acc,
.create_acc,
.hd_login{
	cursor:pointer;
}
.hd_acc,
.hd_login{
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px solid #fff;
	transition: all ease .3s;
}
.hd_acc:hover,
.hd_login:hover{
	border: 1px solid #fb830f;
}

.login_form_wr{
	top: -100%;
	right: 0;
	left: 50%;
	height: 80vh;
	padding-top: 30px;
	width: calc(100% - 30px);
	max-width: 600px;
	position: fixed;
	background: #fff;
	-webkit-transform: translate(-50%, -500%);
	-ms-transform: translate(-50%, -500%);
	-o-transform: translate(-50%, -500%);
	transform: translate(-50%, -500%);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
}
.login_form_wr.d-flex{
    	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 10%;
	z-index: 200000;
	max-height: 80vh;
}

.login_form_wr form{
	max-height: calc(100% - 40px);
	margin-top: 20px;
	overflow: auto;
	max-width: calc(100% - 30px);
}
a.forgot_link{
	color:#8f8f8f;
}
a.forgot_link:hover{
	color:#000;
}
@media (min-width: 768px){
	.login_form_wr.d-flex{
		top: 10%;
		max-height: 80vh;
	}
	.login_form_wr form{
		max-height: calc(100% - 100px);
		margin-top: 30px;
		max-width: 370px;
	}
}

.login_form_wr,
.login_form,
.register_form{
	display: none;
}
#rememberme{
	vertical-align: text-bottom;
}
.ggl_login,
.fb_login{
	width: 35px;
	height: 35px;
	margin: 0 3px;
	border-radius: 100%;
}

.ggl_login:hover,
.fb_login:hover{
	background-color:#000;
	color:#fff;
}
/*login form modal end*/
.red_color,
.like_bt:hover i {
	color: #e79999;
}