.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;
	}
}


.woo_sidebar{
	max-height: 100vh;
	overflow: auto;
	display: none;
	left: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 1111111;
	width: 290px;
	background:#fff;
	padding-top: 30px;
	padding-bottom: 50px;
}
.woo_sidebar_close{
	display:block;
	right:20px;
	top: 25px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor:pointer;
	z-index: 11;
}
@media(min-width: 992px){
	.woo_sidebar{
		padding-top: 0;
		padding-bottom: 0;
	}
}

.woo_content_wr{
	width: 100%;
}
.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;
}
#content_wrapper ul.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;
}
#content_wrapper ul.woocommerce-error{
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
	background: #d54046;
	color: #fff;
}

@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 #f28b00!important;
	background-color: transparent;
	color: #f28b00;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li{
	list-style: none outside;
	padding-left: 0;
	margin-left: 0;
}
.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{
	overflow: hidden;
}
.viewed_slick.slick-initialized .loop_product_thumb_link,
.related_slick.slick-initialized .loop_product_thumb_link,
.loop_product_thumb_link{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 150px;
}
.loop_pr_ft{
	height: 170px;
}
.loop_product_price_wr{
	min-height: 16px;
}

@media (min-width: 376px){
	.viewed_slick.slick-initialized .loop_product_thumb_link,
	.related_slick.slick-initialized .loop_product_thumb_link,
	.loop_product_thumb_link{
		height: 200px;
	}
}
@media (min-width: 576px){
	.viewed_slick.slick-initialized .loop_product_thumb_link,
	.related_slick.slick-initialized .loop_product_thumb_link,
	.loop_product_thumb_link{
		height: 250px;
	}
}
@media (min-width: 768px){
	.loop_pr_ft{
		height: 160px;
	}
}
@media (min-width: 992px){
	.viewed_slick.slick-initialized .loop_product_thumb_link,
	.related_slick.slick-initialized .loop_product_thumb_link,
	.loop_product_thumb_link{
		height: 300px;
	}
	.loop_pr_ft{
		height: 140px;
	}
}

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


.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*/
@media(max-width: 767px){
		.respcenter .star-rating{
				float: none;
		}
}
.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: #ff8436;
	letter-spacing: 1px;
}

.star-rating::before {
	font-weight: 400;
	color: #ff8436;
	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*/

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 15px;
}
.loop_product_price_wr>ins,
.loop_product_price_wr>del{
	justify-content: center;
	align-items: flex-start;
	display: flex;
	width: auto;
	padding: 0 5px;
}
.loop_product_price_wr>del{
	font-size: 14px;
	color:#cecece;
}
.badges_wr{
	top: 10px;
	left: 10px;
	right: 10px;
}
.badges_wr .not_in_stock{
	background: red;
}
.badges_wr .in_stock{
	background: green;
}
.badges_wr .backorder{
	background: yellow;
}

@media(max-width: 575px){
	.col-6.loop_product_item_wr .badges_wr{
		flex-direction: column;
		align-items: flex-start!important;
	}
	.col-6.loop_product_item_wr .badges_wr>div{
		margin-bottom: 5px;
	}
}
/*products archive 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,
.product-quantity .quantity,
td.product-quantity .quantity {
	width: 95px;
	height: 35px;
	border: none;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
@media (min-width: 768px){
	.product-quantity .quantity,
	td.product-quantity .quantity {
		margin: 0 auto;
	}
}

.quantity .qty,
.product-quantity .quantity .qty,
td.product-quantity .quantity .qty {
	outline: none;
	border:none;
	border-radius: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	display: block;
	background: #f8f8f8;
}

.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 span:hover{
	background-color:#f28b00;
}
.woocommerce div.quantity span,
.woocommerce div.product form.cart div.quantity span,
.woocommerce-page div.product form.cart div.quantity span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 100%;
	cursor: pointer;
	background: #f8f8f8;
}
.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: 0;
	right: 0;
}
.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: 0;
	left: 0;
}

.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:'+';
}
.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;
}


/*woo responsive*/
@media (max-width: 575px){
	.loop_product_item_wr.col-6:nth-child(odd) {
		padding-right: 5px;
	}
	.loop_product_item_wr.col-6:nth-child(even) {
		padding-left: 5px;
	}
}
@media (min-width: 1200px){
	/*products archive */
	.woo_content_wr{
		max-width: calc(100% - 300px);
	}
	.woo_sidebar{
		width: 300px;
		max-height: unset;
		overflow: unset;
		left: unset;
		top: unset;
		bottom: unset;
		position: relative;
		z-index: 1;
	}

	/*products archive*/
}
.badge_item{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	font-size: 12px;
	font-weight: 600;
	margin-right: 5px;
	border-radius: 100%;
}