/*woocommerce price slider start*/
.widget_price_filter form{
	position: relative
}
.price_slider_wrapper{
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px
}
.woocommerce .widget_price_filter .price_slider_amount {
	order: 1;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 0;
	background-color: #efefef;
	height: .5em;
	border: 0;
	order: 5;
	margin-bottom: 10px;
	margin-left: 7px;
	width: calc(100% - 19px);
	position: relative;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #009de6;
	top: 0;
	height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: none;
	top: -.3em;
	margin-left: -.5em;
	cursor: ew-resize;
	outline: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{
	content:'';
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	left:6px;
	top: 6px;
	border-radius: 100%;
}

.price_slider_amount input#min_price,
.price_slider_amount input#max_price{
	display:inline-block!important;
	width: 100px;
	background-color: #fff;
	border-radius: 0;
	padding: 0;
	border: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	color:#000;
	font-size: 16px;
}
.price_slider_amount input#max_price{
	margin: 0 auto 20px;
}
.woocommerce.widget_price_filter h4{
	margin-bottom: 20px;
}
.price_slider_amount button[type="submit"]{
	margin: 0;
	display: block;
	padding: 0 10px;
	border-radius: 0!important;
	height: 40px;
	line-height: 40px;
}
.price_label{
	text-align: center;
	display: block;
}
/*woocommerce price slider end*/

/*filter toggle start*/
.filter_toggle{
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
}
@media (min-width: 576px){
	.filter_toggle{
		margin-bottom: 0;
	}
}
@media (min-width: 1200px){
	.filter_toggle{
		display: none;
	}
}
/*filter toggle end*/

/*sidebar categories menu start*/
.woo_sidebar ul.product-categories{
	margin: 0;
	list-style: none;
	padding: 0;
}
.woo_sidebar ul.product-categories li{
	position: relative;
	border-top: 1px solid #fff;
	line-height:1;
}
.woo_sidebar ul.product-categories li a{
	padding: 15px 20px;
	display: block;
	color:#000;
}
.woo_sidebar ul.product-categories li.current-cat,
.woo_sidebar ul.product-categories li:hover{
	background-color:#009de6;
}
.woo_sidebar ul.product-categories li.current-cat a,
.woo_sidebar ul.product-categories li:hover a{
	color:#fff;
}
/*sidebar categories menu end*/

.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;
}
.woo_sidebar_close{
	display:block;
	right:10px;
	top: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor:pointer;
	z-index: 11;
}
.woo_sidebar_close:hover{
	color:#000;
}
.woo_content_wr{
	width: 100%;
}
.widget_tag_cloud{
	display: none;
}
.page-description{
	margin-top: 30px;
}

/*woo messages*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	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/medicaltheme/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: #ebf7fc;
}
.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 #000!important;
	background-color: transparent;
	color: #000;
	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 / related start*/
.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 -15px 10px;
	padding: 0;
	list-style: none outside;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	list-style: none outside;
}
.loop_product_item{
	border:3px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 60px;
}

.loop_product_item_wr:hover .loop_product_item{
	border-color: #ebe5d9;
}

.loop_product_item a.add_to_cart_button{
	padding: 0;
	display: block;
}


.badges_wr p{
	vertical-align: top;
}

.loop_product_thumb_wr{
	margin: 0 auto;
}
.loop_product_thumb_link{
	display: block;
	position: relative;
	-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_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;
}
.loop_product_img{
	max-width: 100%;
	height: auto;
}

.product_footer{
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

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


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

.woocommerce .star-rating::before {
	content: "\f005\f005\f005\f005\f005";
	font-family:'Font Awesome 5 Free';
	font-weight: 400;
	color: #ff8436;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars:hover a::before{
	content: "\f005";
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
}
.woocommerce p.stars.selected a.active~a::before,
.woocommerce p.stars a:hover~a::before,
.woocommerce p.stars a::before{
	content: "\f005";
	font-family:'Font Awesome 5 Free';
	font-weight: 400;
}

.woocommerce .star-rating span::before {
	content: "\f005\f005\f005\f005\f005";
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
	top: 0;
	position: absolute;
	left: 0;
}

/*start rating end*/
a.added_to_cart{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.loop_product_title{
	min-height: 42px;
}
.loop_product_title:hover {
	color: #009de6;
}
.woocommerce-Price-amount{
	font-size: 18px;
	line-height: 1;
}
.woocommerce-Price-amount span{ 
	font-weight: 700;
}
.from_label{
	margin-right: 5px;
}
.loop_product_price_wr del{
	font-size: 14px;
	margin-right: 5px;
}
/*products archive / related end*/


/*input quantity start*/
.cart .quantity{
	padding-right: 20px;
	padding-left: 20px;
	height: 36px;
	margin: 0 20px 20px 0;
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 60px;
	width: 130px;
	font-size: 15px;
	font-family: Fira Sans;
	overflow: hidden;
}
.quantity .screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
.product-quantity .quantity,
td.product-quantity .quantity {
	position: relative;
	min-width: 116px;
	text-align:left;
	height: 36px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	margin: 0 0 0 auto;
}
td.product-price{
	min-width: 100px;
}
@media (min-width: 768px){
	.product-quantity .quantity,
	td.product-quantity .quantity {
		margin: 0;
	}
}

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

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

.cart .quantity span {
	display: block;
	position: absolute;
	z-index: 1;
	right: 1px;
	width: 30px;
	height: 100%;
	cursor: pointer;
	text-align: center;
}
.cart .quantity span.more {
	right: 0;
	top: 0;
}
.cart .quantity span.less {
	left: 0;
	top: 0;
}

.cart .quantity span.more:before, 
.cart .quantity span.less:before{
	content: '+';
	background-position: center;
	background-repeat:no-repeat;
	background-size: 10px;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	font-weight: 700;
	background-color: transparent;
	transition: background 0.3s ease;
	font-size: 20px;
}
.cart .quantity span.more:hover::before, 
.cart .quantity span.less:hover::before{
	background-color: #eee;
}
.cart .quantity span.less:before{
	content: '_';
	line-height: 17px;
	padding-left: 4px;
} 
.cart .quantity span.more::after,.cart .quantity span.less::after{
	content: '';
	position: absolute;
	height: 60%;
	border-left: 1px solid #ddd;
	top: 20%;
}
.cart .quantity span.more::after{
	left: 0;
}
.cart .quantity span.less::after{
	right: 0;
}

.cart button{
	display: inline-block;
}
/*input quantity end*/


/*table cart Start*/
.woocommerce-Price-currencySymbol{
	display: inline-block;
	margin-right: 5px;
}
.woocommerce-Price-amount{
	font-weight: 700;
	font-size: 24px;
}
.product-subtotal .woocommerce-Price-amount{
	color: #009DE6;
	font-size: 21px;	
}
.product-name a{
	font-size: 18px;
}
/*table cart end*/



/*woo responsive*/

@media (min-width: 376px) and (max-width: 767px){
/*

	.loop_product_item{
		max-width: 330px;
		margin: 0 auto;
	}
 */
	/*products archive / related start*/
	.col-12.loop_product_item_wr:nth-child(even){
		padding-left: 10px;
	}
	.col-12.loop_product_item_wr:nth-child(odd){
		padding-right: 10px;
	}
	.col-12.loop_product_item_wr{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.loop_product_price_wr{
		font-size: 11px;
	}
	/*products archive / related end*/
}

@media (min-width: 768px){
	/*products archive / related start*/
	.woocommerce .products ul,
	.woocommerce ul.products {
		margin: 0 -15px 30px;
	}
	.product_footer {
		left: 30px;
		right: 30px;
	}
	/*products archive / related end*/

}
@media (min-width: 992px){
	/*products archive / related start*/
	.loop_product_item_wr:nth-child(even){
		padding-left: 15px;
	}
	.loop_product_item_wr:nth-child(odd){
		padding-right: 15px;
	}
	/*products archive / related end*/
}

@media (min-width: 1200px){
	.widget_tag_cloud{
		display: block!important;
	}
	/*products archive / related start*/
	.woo_content_wr{
		max-width: calc(100% - 400px);
		margin-left: 40px;
	}
	.woo_sidebar{
		width: 360px;
		max-height: unset;
		overflow: unset;
		left: unset;
		top: unset;
		bottom: unset;
		position: relative;
		z-index: 1;
	}
	.woo_sidebar_close{
		display: none;
	}
	.loop_product_item{
		padding-bottom: 80px;
	}

	/*products archive / related end*/
}
