/*WOOCOMMERS SHOP*/
/**/
/*************************************/
/*button*/

.pp_gallery li:before{
	display: none;
}
#container{
	overflow: hidden;
}
.single_sidebar #container{
	padding-left: 15px;
	padding-right: 15px;
}
main > div.woocommerce{
	padding-left: 15px;
    padding-right: 15px;
}
.woo_mini_cart .button,
.woocommerce .button:not(.add_to_cart_button),
.cws-widget .button,
.woocommerce .added_to_cart,
.woocommerce-page .button:not(.add_to_cart_button),
.woocommerce-page .added_to_cart{
	padding: 4px 30px;
	text-transform: uppercase;
	font-size: 0.93333em;
	line-height: 1.643;
	display: inline-block;
	color: #ffffff;
    border-width: 1px;
    border-style: solid;
    font-weight: 400;
	margin: 2px 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.woocommerce .button:hover, 
.cws-widget .button:hover, 
.woocommerce .added_to_cart:hover, 
.woocommerce-page .button:hover, 
.woocommerce-page .added_to_cart:hover,
.woo_mini_cart .button:hover{
	background: transparent;
}
.woocommerce{
	line-height: 1.5;
}
.woocommerce ins,
.product_list_widget ins{
	text-decoration: none;
	background: transparent;
}
.woocommerce img{
	border: 0;
}
.woocommerce .media_part {
	position: relative;
	z-index: 1;
}
form.woocommerce-ordering .orderby{
	width: auto;
	padding: 0;
	background-color: #fff;
	/* border-radius: 4px; */
}
.select2-container--default .select2-selection--single,
.select2-dropdown{
    background: #fff;
    border: 1px solid #e6e6e6;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fafafa;
    color: initial;
}
.select2-results__option[aria-selected]{
    padding: 5px 10px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fafafa;
}
.select2-container--default .select2-selection--single{
	border-radius: 0;
}
.woo_panel{
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #e6e6e6;
}
.woo_panel>*{
	display: table-cell;
	vertical-align: middle;
}
.woo_panel .woocommerce-message{
	display: table-caption;
}
.gridlist-toggle{
	font-size: 0;
	white-space: nowrap;
}
.gridlist-toggle a:before{
	width: 38px;
	height: 38px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	text-rendering: auto;
	background-color: #fff;
	margin-left: 5px;
	border-radius: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gridlist-toggle a>*{
	display: none;
}
.gridlist-toggle #grid:before{
	content: "\f009";
}
.gridlist-toggle #list:before{
	content: "\f00b";
}
.gridlist-toggle a:last-child:before{
	margin-right: 10px;
}
#content h1.page-title {
	padding-left: 15px;
	background-color: transparent;
	border-top: 0;
	color: black;
	border-left: 3px solid;
	line-height: 1;
}
.woocommerce p.woocommerce-result-count{
	width: 100%;
}
.woocommerce-pagination ul.page-numbers li{
	display: block;
    float: left;
    font-size: 1.067em;
    font-weight: 300;
    width: 2.678em;
    line-height: 2.678em;
    /* border-width: 1px;
    border-style: solid;
    border-color: #cccccc; */
    position: relative;
    overflow: hidden;
}
.woocommerce-pagination ul.page-numbers li + li {
    margin-left: 10px;
}
.woocommerce-pagination ul.page-numbers li a {
	color: inherit;
}
.woocommerce-pagination ul.page-numbers li span.current{
	color: #ffffff;
}
.woocommerce-pagination ul.page-numbers li span:before,
.woocommerce-pagination ul.page-numbers li a:before{
	content: '';
	position: absolute;
	border: 1px solid #cccccc;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
/* .woocommerce-pagination ul.page-numbers li:first-child{
	border-radius: 5px 0 0 5px;
}
.woocommerce-pagination ul.page-numbers li:last-child{
	border-radius: 0 5px 5px 0;
} */
.woocommerce-pagination ul.page-numbers li:before{
	display: none;
}
.product.woocommerce.add_to_cart_inline {
	border-radius: 14px;
}
.product.woocommerce.add_to_cart_inline ins,
.product.woocommerce.add_to_cart_inline del{
	font-size: 1.3em;
}
.woocommerce-pagination{
	text-align: center;
	line-height: 0;
	padding: 2px;
	margin-top: 30px;
}
.woocommerce-pagination ul.page-numbers {
	text-align: center;
	display: inline-block;
}



ul.products{
	position: relative;
	margin: 0 0px 60px -30px;
	padding-left: 0;
	padding-bottom: 20px;
	width: calc(100% + 30px);
	/*********************/
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	/*********************/
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	/*********************/
	display: -o-flex;
	-o-flex-wrap: wrap;
	-o-align-items: stretch;
	/*********************/
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-align: stretch;
	/*********************/
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	/*********************/
}
ul.products:after {
	content: '';
    display: block;
    position: absolute;
    width: calc(100% - 25px);
    border-bottom: 1px dashed #e6e6e6;
    bottom: 0;
    left: 25px;
}
.single-product ul.products:after {
	display: none;
}
ul.products li{
	position: relative;
	width: 270px;
	margin: 0 0px 10px 30px;
	padding-bottom: 20px;
	/* overflow: hidden; */

	/*********************/
	-webkit-align-content: stretch;
	/*********************/
	o-align-content: stretch;
	/*********************/
	-ms-align-content: stretch;
	/*********************/
	-moz-align-content: stretch;
	/*********************/
	align-content: stretch;
	/*********************/
	-o-transition: background 0.3s, color 0.3s;
	-ms-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}
@media screen and (min-width: 1190px){
	.page_content.single_sidebar ul.products li {
		width: 240px;
		margin-left: 25px;
	}
	.page_content.single_sidebar ul.products {
		margin: 0 0px 60px -25px;
		width: calc(100% + 25px);
	}
}

/* ul.products.owl-carousel li {
	margin: 0 !important;
}
ul.products.owl-carousel {
	margin: 0;
} */
ul.products li .links{
	z-index: 2;
}
ul.products li .media_part .pic{
	line-height: 0;
	border: 1px solid #e6e6e6;
	/* border-radius: 8px; */
}
ul.products li .media_part .pic .go_to_post{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 6;
}
ul.products.grid div[itemprop="description"] {
	display: none;
}
ul.products div[itemprop="description"]{
	margin-bottom: 10px;
}
ul.products .gridlist-buttonwrap+hr{
	display: none;
}
ul.products.list li{
	width: 100%;
	text-align: start;
}
ul.products .media_part + .product-meta-info{
	margin-top: 13px;
}
ul.products .product-meta-info > a.product-title{
	display: block;
}
.price_button_cont{
	position: relative;
	z-index: 1;
}
ul.products li.product:hover .price_button_cont .price{
	opacity: 0;
	visibility: hidden;
}

ul.products li.product .price_button_cont .price{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.products li .star-rating{
	width: 84px;
	float: right;
}
.star-rating:before, .stars:before {
    color: #cccccc;
}
/**** Disable Select2 on Star ratings ****/
.comment-form-rating .select2 {
    display: none;
}
ul.products li .star-rating:before,
ul.products li .star-rating span:before{
	/* font-size: 18px; */
	font-size: 14px;
	letter-spacing: 4px;
	line-height: 22px;
	padding-left: 2px;
}
ul.products.list li .media_part{
	float: left;
	margin-right: 30px;
}
.shortcode_carousel ul.products,
.shortcode_carousel ul.products li{
	margin: 0 !important;
}
.shortcode_carousel .woocommerce{
	overflow: hidden;
}
.shortcode_carousel ul.products{
	margin-right: -30px !important;
}
.shortcode_carousel ul.products li{
	width: auto !important;
	margin-right: 30px !important;
}
ul.products>li>a{
	position: relative;
	display: block;
	z-index: 2;
}
ul.products>li>a>h3{
	margin-bottom: 0;
}
ul.products .product-category img{
	width: 100%;
}
ul.products .product-category .count{
	color: inherit !important;
}
ul.products li .pic img{
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.products li .pic .hover-effect,
.product .media_part .pic .hover-effect{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
/*search-form*/
form.search-form .screen-reader-text{
	display: inline-block;
	padding-bottom: 3px;
}
/*woocommers post*/
/*---onSale---*/
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 8px 15px;
    line-height: 1;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.woocommerce.single-product div.product>span.onsale,
.woocommerce-page.single-product div.product>span.onsale{
	left: 5px;
	top: 5px;
}

ul.products .product-title {
	color: inherit;
}
ul.products a h2 {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 1em;
	text-transform: uppercase;
}

.price{
	display: block;
	margin-bottom: 10px !important;
}
.price .amount{
	position: relative;
	line-height: 1;
	font-size: 1.4104em;
	font-weight: 400;
}
.price span{
	padding: 0 3px;
}
.price del .amount,
.price del,
.product.woocommerce.add_to_cart_inline del{
	color: #ddd;
	text-decoration: line-through;
}
.price>*:first-child>span{
	padding-left: 0;
}

ul.products li.product .price_button_cont .button,
ul.products li.product .price_button_cont .added_to_cart{
	position: absolute;
	top: 0;
	left: -14px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	background: transparent;
	border: none;
	padding: 0;
	font-size: inherit;
	line-height: 1;
}
ul.products li.product .price_button_cont .button:hover,
ul.products li.product .price_button_cont .added_to_cart:hover{
	color: inherit;
}
ul.products li.product .price_button_cont .add_to_cart_button:before,
ul.products li.product .price_button_cont .added_to_cart:before{
	content: "\f109";
	font-family: cwsicon;
	font-size: inherit;
	font-style: normal;
	font-size: 1.1em;
	margin-right: 10px;
}
ul.products li.product:hover .price_button_cont .button,
ul.products li.product:hover .price_button_cont .added_to_cart{
	left: 0;
	opacity: 1;
	visibility: visible;
}

ul.products li.product .price_button_cont .button.add_to_cart_button.added{
	-webkit-transform:translateY(15px);
	-moz-transform:translateY(15px);
	-ms-transform:translateY(15px);
	transform:translateY(15px);
	opacity: 0;
	pointer-events: none;
}
ul.products li.product .price_button_cont .added_to_cart.wc-forward{
	white-space: nowrap;
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	transform:translateY(-15px);
	left: 0;
	opacity: 1;
	visibility: visible;
	animation-name: cws_fade_in;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	-webkit-animation-name: cws_fade_in;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	color: #2EB851;
}
ul.products li.product .price_button_cont .added_to_cart.wc-forward:before{
	content: "\f118";
}
ul.products li.product .price_button_cont .added_to_cart.wc-forward + .star-rating + .price,
ul.products li.product .price_button_cont .added_to_cart.wc-forward + .price{
	opacity: 0;
}
@keyframes cws_fade_in {
    from{
    	opacity: 0;
    	transform:translateY(-15px);
    	-moz-transform:translateY(-15px);
    	-ms-transform:translateY(-15px);
    	-webkit-transform:translateY(-15px);
    }
    to{
    	opacity: 1;
    	transform:translateY(0);
    	-moz-transform:translateY(0);
    	-ms-transform:translateY(0);
    	-webkit-transform:translateY(0);
    }
}
@-webkit-keyframes cws_fade_in {
    from{
    	opacity: 0;
		-webkit-transform:translateY(-15px);
		-moz-transform:translateY(-15px);
		-ms-transform:translateY(-15px);
		transform:translateY(-15px);
    }
    to{
    	opacity: 1;
    	transform:translateY(0);
    	-moz-transform:translateY(0);
    	-ms-transform:translateY(0);
    	-webkit-transform:translateY(0);    
   	}
}
.woocommerce-message{
	padding-bottom: 20px;
}
.woocommerce-message .button{
	margin-right: 10px;
}
/******* STAR RAITING ******/
.star-rating{
	display: inline-block;
	position: relative;
	width: 84px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;
	line-height: 1;
	text-align: left;
}
.star-rating>span{
	position: absolute;
	top: 0;
	left: 0;
}
.star-rating:before,
.comment-form-rating .stars:before{
	color: #ddd;
}
.star-rating:before,
.star-rating>span:before,
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active
{
	content: "\f005\f005\f005\f005\f005";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;	
	letter-spacing: 4px;
}
.star-rating>span:before,
.comment-form-rating .stars .stars-active{
	color: #fe8432;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
}
.woocommerce div[class^="post-"] .entry-summary .star-rating,
.woocommerce div[class^="post-"] .commentlist .star-rating{
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-top: 2px;
}
.comment-form-rating label{
	display: block !important;
}
.comment-form-rating #rating,
.comment-form-rating #s2id_rating{
	display: none;
}
.woocommerce .comment-form-rating .stars span {
	display: block;
	z-index: 1;
}
.woocommerce .comment-form-rating .stars,
.woocommerce .comment-form-rating .stars span,
.woocommerce .comment-form-rating .stars:before{
	cursor: pointer;
}
.woocommerce .comment-form-rating .stars .stars-active{
	white-space: nowrap;
}
.comment-form-rating .stars{
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-right: 1px;
}
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active{
	font-size: 32px;
}

.woocommerce .comment-form-rating .stars>span{
	position: absolute;
	width: 100%;
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	top: 0;
	left: 0;
	margin-top: 0;
	cursor: pointer;
}
.comment-form-rating .stars>span>a{
	width: 20%;
	color: transparent !important;
	position: relative;
	z-index:  2;
}
.woocommerce .comment-form-comment textarea{
	height: initial;
}
div.woocommerce .product-thumbnail .media_part{
	line-height: 0;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	/* border-radius: 8px; */
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
}
div.woocommerce  .product-name a{
	font-weight: 700;
}
div.woocommerce  .product-name .variation{
	display: inline-block;
	margin-left: 15px;
}
div.woocommerce  .product-name .variation>*{
	display: inline-block;
	padding-left: 0;
	font-style: normal;
}
.woo_mini_cart .variation p{
	margin: 0;
}
div.woocommerce  .product-name .variation p{
	margin-bottom: 0;
}

.cws-widget .wc-layered-nav-rating a:before {
	display: none;
}
.cws-widget .wc-layered-nav-rating a .star-rating {
    vertical-align: bottom;
}
/* .cws-widget .wc-layered-nav-rating a {
	display: inline-block;
}  */

/*** Woocommerce  Checkout     ****/
form.login,
form.checkout_coupon{
	padding: 15px 5px;
	/*********************/
	display: -webkit-flex;
	-webkit-align-items: center;
	/*********************/
	display: -moz-flex;
	-moz-align-items: center;
	/*********************/
	display: -o-flex;
	-o-align-items: center;
	/*********************/
	display: -ms-flexbox;
	-ms-flex-align: center;
	/*********************/
	display: flex;
	align-items: center;
	/*********************/
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form.login>p{

}
div.woocommerce form.login{
	max-width: 300px;
	padding: 15px 0;
	margin-top: 0;
	margin-left: -5px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
    flex-wrap: wrap;

	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
form.login p:first-child{
	margin: 0;
}
div.woocommerce form.login p{
	margin: 0 0 10px 5px;
}
div.woocommerce form.login p.form-row,
div.woocommerce p.form-row #user_login{
	max-width: 300px;
	width: 100%;
}

.checkout_coupon p.form-row.form-row-first{
	margin: 0;
	margin-right: -1px;
}
.checkout_coupon p.form-row.form-row-last{
	margin: 0;
}
.checkout_coupon p.form-row.form-row-last .button{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.login p.form-row .button{

}
.login p.form-row label #rememberme,
.checkout #createaccount{
	vertical-align: middle;
	width: 25px;
	height: 25px;
	line-height: 1;
	padding: 0;
	font-weight: 400;
}
.login p.form-row label.inline{
	vertical-align: middle;
	margin: 0 !important;
}
.login p.lost_password{
	padding: 4px 0;
}
.woocommerce>form.checkout{
	margin-top: 20px;
}

.woocommerce  .col2-set{
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}
.woocommerce  .col2-set>div{
	float: left;
	width: 49.5%;
	margin-right: 1%;
}
.woocommerce  .col2-set>div:last-child{
	margin-right: 0;
}
.woocommerce  .col2-set h3 label{
	margin: 0;
	font-size: inherit;
	line-height: 1.2;
}
form.checkout h3{
	margin-bottom: 10px;
	font-size: 1.5em;
}
form.checkout h3 .input-checkbox{
	float: right;
	margin-top: -2em;
	font-size: 0.5em;
	padding: 0;
	line-height: 1;
	width: 25px;
	height: 25px;
}
form.checkout .input-text{
	margin: 3px 0;
}
div.woocommerce form p.form-row label,
.woocommerce-tabs form p label{
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1;
	font-weight: 700;
}
div.woocommerce form p textarea{
	height: auto;
	margin: 3px 0;
}
div.woocommerce form p,
.woocommerce-tabs form p
{
	margin-bottom: 15px;
}
form.checkout #order_review,
form.checkout #order_review .shop_table{
	width: 100%;
	text-align: left;
}
div.woocommerce table th,
div.woocommerce  strong {
	font-weight: bold;
}
div.woocommerce table th{
	line-height: 1;
}
div.woocommerce .woocommerce-info{
	margin-bottom: 20px;
}
div.woocommerce table th, div.woocommerce table td {
	vertical-align: middle;
}
div.woocommerce table td:not(.product-name){
	text-align: center;
}
div.woocommerce table tr.order-total td strong span,
ul.woocommerce-error li strong{
	font-weight: bold;
}
div.woocommerce table{
	margin-bottom: 15px;
}
.payment_methods .payment_box {
	margin: 10px 0;
	background: #f5f5f5;
	border-radius: 9px;
	padding: 15px 15px 5px;
	position: relative;
}
.payment_methods .payment_box:before {
	position: absolute;
	content: "";
	top: 0;
	height: 0;
	left: 30px;
	border: 5px solid;
	border-color: transparent transparent #f5f5f5 transparent;
	margin-top: -10px;
}
#payment ul.payment_methods li{
	margin-top: 25px;
	padding-left: 0;
}
#payment ul.payment_methods li:before{
	display: none;
}
#payment ul.payment_methods{
	margin-bottom: 25px;
}
#payment ul.payment_methods label{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

#payment ul.payment_methods li input{
	vertical-align: middle;
}
#payment ul.payment_methods label img{
	margin: 0 5px;
}
ul.woocommerce-error{
	background: #f56363;
	position: relative;
	padding: 20px 20px 20px 101px;
    min-height: 40px;
    border-radius: 8px;
	color: #fff;
}
ul.woocommerce-error:before{
	font-family: cwsicon;
	content: "\f111";
	position: absolute;
    top: 50%;
    left: 50px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-style: solid;
    border-width: 2px;
    border-color: inherit;
    border-radius: 50%;
    font-size: 20px;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
}
ul.woocommerce-error li{
	line-height: 1.5;
}
ul.woocommerce-error li:before{
	color: #fff;
	display: none;
}

/* Filter BY Color */
.select2-container .select2-choice .select2-arrow {
	border: 0;
}
.cws-widget .wc-layered-nav-term>a {
	padding: 0 !important;
}
.cws-widget .wc-layered-nav-term>a:before {
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 4px;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	box-shadow: none;
	-webkit-background-clip: content-box;
	-moz-background-clip: content-box;
	background-clip: content-box;
}

/*  */

/*******************         CART        ********************/

.product-remove a{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 0;
	color: #ed1c24;
}
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
    margin:0;
}
.cart input[type="number"] {
	-webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    appearance: textfield;
}
input[type="checkbox"]{
	-webkit-appearance: button;
	-moz-appearance: button;
	-ms-appearance: button;
	appearance: button;

}
.cart input[type=number]{
	width: 36px;
	text-align: center;
	padding: 5px 10px;
}
.quantity{
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.woocommerce-page .single_add_to_cart_button.button{
	font-size: 14px;
	line-height: 26px;
	padding: 6px 64px 6px 84px;
	position: relative;
	z-index: 1;
}

.woocommerce-page .button.checkout-button {
	padding-top: 7px;
	padding-bottom: 7px;
}

.woocommerce-page .single_add_to_cart_button.button:after{
	content: "\f136";
    font-family: cwsicon;
	width: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.23);
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    text-align: center;
}

.woocommerce-page .single_add_to_cart_button.button:hover:after {
	background: rgba(0,0,0,0.07);
}

.woo_table_footer{
	border: 0;
}
.woo_table_footer td{
	border: none !important;
}
div.woocommerce .actions .coupon .button{
	margin: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
div.woocommerce #coupon_code{
	width: 160px;
	vertical-align: middle;
	border-radius: 0;
	margin-right: -4px;
	line-height: 1.3em
}
div.woocommerce .coupon .button,
div.woocommerce .coupon #coupon_code,
div.woocommerce .woo_table_footer .button{
	height: 36px;
}
div.woocommerce label[for="coupon_code"]{
	display: none;
}
div.woocommerce .shop_table  .product-quantity .quantity{
	margin-right: 0;
}
div.woocommerce .actions .coupon{
	display: inline-block;
	float: left;
	margin: 4px 2px;
}
div.woocommerce .actions  .button{
	vertical-align: middle;
	margin: 4px 2px;
}
div.woocommerce .actions{
	position: relative;
}
.wc-proceed-to-checkout{
	text-align: end;
}
.woocommerce-shipping-calculator .country_to_state{
	width: 100%;
	text-align: start;
}
.cart-collaterals{
	margin-top: 45px;
}
.cart-collaterals .cart_totals{
	padding-top: 15px;
}
div.woocommerce .shop_table,
.cart-collaterals .cart_totals,
.cart-collaterals .cart_totals table,
div.woocommerce .shipping_calculator
{
	width: 100%;
}
.cart-collaterals .cart_totals table tr>*{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding: 10px;
}
.cart-collaterals .cart_totals table .order-total>*{
	border-bottom: 0;
}
div.woocommerce tr td.actions{
	text-align: right;
	background-color: #fafafa;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div.woocommerce thead th{
	background-color: #fafafa;
}
div.woocommerce thead th:first-child{
	border-top-left-radius: 5px;
}
div.woocommerce thead th:last-child{
	border-top-right-radius: 5px;
}
div.woocommerce tr td.actions:after{
	content: "";
	clear: both;
	display: block;
}
div.woocommerce  h2{
	display: inline-block;
	margin-bottom: 15px;
}
div.woocommerce  thead .product-total{
	text-align: center;
}

/*********my acount*************/
.woocommerce p.myaccount_user,
.woocommerce p.myaccount_address{
	margin-bottom: 30px;
}
.woocommerce .col2-set.addresses header{
	padding-bottom: 5px;
	border-bottom: 1px solid #d8d8d8;
}
.woocommerce .col2-set.addresses header a{
	padding-bottom: 3px;
	display: block;	
}
.woocommerce .col2-set.addresses address{
	margin-bottom: 20px;
	font-style: normal;
}
.woocommerce div[class^="post-"] {
	position: relative;
	overflow: hidden;
}
.woocommerce div[class^="post-"] .images>.pic a img,
.woocommerce div[class^="post-"] .images .pic.thumbnail a img{
	height: auto;
}
.woocommerce div[class^="post-"] .images{
	display: inline-block;
	float: left;
	padding-right: 30px;
	margin-bottom: 20px;
	width: 300px;
	max-width: 100%;
	background-color: #ffffff;
}
.woocommerce div[class^="post-"] .images .thumbnails{
	/***************/
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	/***************/
	display:-moz-flex;
	-moz-flex-wrap: wrap;
	/***************/
	display: -o-flex;
	-o-flex-wrap: wrap;
	/***************/
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	/***************/
	display: flex;
	flex-wrap: wrap;
}
.woocommerce div[class^="post-"] .images .pic.media_part{
	margin-top: 20px;
	width: 32%;
	margin-right: 2%;
	line-height: 0;
	/* border-radius: 1 */4px;
	border-width: 3px;
	margin-bottom: 0;
	box-sizing: border-box;
}
/* .woocommerce div[class^="post-"] .images .media_part .pic{
	border-radius: 8px;
} */
.woocommerce div[class^="post-"] .images .pic.media_part .pic{
	overflow: hidden;
}
/* .woocommerce div[class^="post-"] .images .pic.media_part .pic,
.woocommerce div[class^="post-"] .images .pic.media_part,
.woocommerce div[class^="post-"] .images .pic.media_part .pic .hover-effect{
	border-radius: 5px;
} */
.woocommerce div[class^="post-"] .images .pic.media_part:nth-child(3n){
	margin-right: 0;
}
.woocommerce div[class^="post-"] .images .pic.media_part a{
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
	-ms-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}
.woocommerce div[class^="post-"] h1.product_title.entry-title{
	margin-bottom: 10px;
}
/* .woocommerce div[class^="post-"] h1.product_title.entry-title:after{
	content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px auto 15px 0;
    background: #f2f2f2;
    overflow: hidden;
} */

.woocommerce .product_meta > span{
	display: block;
}

.woocommerce .variations_form,
.woocommerce .product_meta,
.woocommerce div[itemprop="description"]{
	border-top: 1px dashed #e6e6e6;
	padding-top: 20px;
}
.woocommerce .variations{
	width: 100%;
	display: block;
	border: none;
}
.woocommerce .variations td{
	border:none !important;
}
.woocommerce .variations td.label,
.woocommerce .variations td.value{
	padding: 0 8px 0 0;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.woocommerce .variations td.label label{
	margin-bottom: 0;
	margin-right: 10px;
}
.woocommerce .variations td .reset_variations{
	vertical-align: middle;
	padding-left: 10px;
}
.woocommerce div[class^="post-"] .summary.entry-summary>*:not(h1){
	margin-top: 20px;
}
1b9d55
.woocommerce div[class^="post-"] .summary.entry-summary > .woocommerce-product-rating{
	margin-top: 15px;
}
.woocommerce div[class^="post-"] .summary.entry-summary > div[itemprop="offers"]{
	font-size: 1.3125em;
	margin-top: 15px;
}
.woocommerce div[class^="post-"] .summary.entry-summary {
	margin-bottom: 45px;
	margin-left: 330px;
}
.woocommerce-tabs{
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
}
.woocommerce-tabs .tabs{
	padding: 0;
	position: relative;
	z-index: 3;
	/* margin-bottom: 5px;
	margin-left: -5px; */
	margin: 0;
}
.upsells.products{
	margin-bottom: 45px;
}

.woocommerce-tabs:after,
.woocommerce-tabs ol.commentlist .comment:after{
	content: '';
	clear: both;
	display: block;
}
.woocommerce-tabs .comment_container{
	float: left;
	width: 100%;
	padding: 20px 0;
}
.woocommerce-tabs .comment_container img{
	float: left;
	margin-right: 30px;
	/* border-radius: 50px; */
	border-width: 1px;
	border-color: #e6e6e6;
	border-style: solid;
}
.woocommerce-tabs .comment_container .comment-text{
	margin-left: 80px;
	/* padding: 10px 20px; */
	/* border: 1px solid #f2f2f2; */
	/* border-radius: 8px; */
	position: relative;
	z-index: 1;
}
/* .woocommerce-tabs .comment_container .comment-text:before{
	content: '';
    position: absolute;
    z-index: 1;
    width: 13px;
    height: 13px;
    top: 25px;
    left: -8px;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
} */
/* .woocommerce-tabs .comment_container .comment-text:after{
	content: '';
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 18px;
    top: 23px;
    left: -1px;
    background: white;
} */
.woocommerce-tabs .form-submit input[type='submit']:hover {
	background: transparent;
}
.woocommerce input.button.alt:hover {
	color: #ffffff;
}
.woocommerce div[class^="post-"] .commentlist .star-rating{
	float: right;
	margin-top: 9px;
	margin-right: 0;
}
.woocommerce div[class^="post-"] .commentlist div[itemprop="description"]{
	border-top: 0;
    padding-top: 5px;
}
.woocommerce-tabs h3{
	padding: 15px 0;
	border: 0;
	font-size: 17px;
	line-height: 23px;
	margin: 0;
}
.woocommerce .order .order-actions a{
/* 	padding: 2px 6px;
font-size: 14px;
line-height: 14px;
color: white;
border-width: 3px;
border-style: solid;
border-radius: 0; */
}
.woocommerce .order .order-actions a:hover {
	/* background: #fff; */
}
.woocommerce #tab-description p>a{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
div.woocommerce p.form-row label[for="user_login"]{
	display: block;
}

.woocommerce-tabs #tab-reviews p.meta{
	padding-top: 7px;
	margin-bottom: 0;
}


/*widgets woo*/
.woocommerce .cws-widget strong{
	font-weight: 600;
}
#searchform>div{
	position: relative;
}
#searchform>div.hover-search:before{
 	background-color: white;
}
#searchform>div:before{
	content: "\f002";
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 35px;
	border-width: 3px;
	border-style: solid;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#searchform>div:after {
	content: '';
	position: absolute;
	bottom: 16px;
	right: 37px;
	margin-right: 3px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right-width: 4px;
	border-right-style: solid;
}
#searchform label.screen-reader-text{
	display: block;
	margin-bottom: 5px;
}
#searchform input#s{
	padding-right: 45px;
}
#searchform input#searchsubmit{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0;
	padding: 0;
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: 0;	
}
.cws-widget .woocommerce-product-search > button {
    display: none;
}
/******************product_list_widget*************************/
ul.product_list_widget{
	display: block;
}
.cws-widget .product_list_widget>li>*{
	margin-bottom: 5px;
	margin-right: 15px;
	display: block;
	line-height: 1;
}
.cws-widget .product_list_widget>li>*:not(a):not(.star-rating){
	margin-left: 85px;
}
.cws-widget .product_list_widget>li>*:last-child{
	margin-bottom: 0;
}
.cws-widget .cart_list.product_list_widget{
	margin-bottom: 0;
}
.cws-widget .cart_list.product_list_widget + .total{
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #e6e6e6;
}
.cws-widget .product_list_widget>li .remove{
	float: right;
    color: #ed1c24;
    font-size: 30px;
    line-height: 8px;
    height: 13px;
    margin: 0;
    padding: 22px 0 22px 6px;
}

ul.product_list_widget>li>a:before{
	display: none !important;
}
ul.product_list_widget>li>a:hover{
	color: inherit;
}
ul.product_list_widget del span.amount{
	text-decoration: line-through;
	color: #C9C9C9;
}
ul.product_list_widget li .product-title {
	font-size: 0.96em;
	text-transform: uppercase;
}
ul.product_list_widget li a{
	padding: 0;
	text-transform: uppercase;
}
ul.product_list_widget li a + .woocommerce-Price-amount {
	margin-top: 10px;
}
ul.product_list_widget li a img{
	max-width: 70px;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-top: -4px;
	border: 1px solid #e6e6e6;
}
ul.product_list_widget li{
	line-height: 0;
	padding: 10px 0;
}
ul.product_list_widget li.empty{
	line-height: inherit;
}
ul.product_list_widget li:before{
	display: none;
}
ul.product_list_widget .star-rating{
	font-size: 15px;
	display: inline-block;
	font-size: 0;
}
/* woocommerce-product-search */
.woocommerce-product-search{
	position: relative;
	z-index: 1;
}
.woocommerce-product-search .search-field{
	display: block;
}
.woocommerce-product-search input[type='submit']{
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 1000px;
	display: inline-block;
	width: 50px;
	padding: 6px 0;
	border: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 1;
	background-color: transparent !important;
	overflow: hidden;
}
.woocommerce-product-search:before{
	display: block;
	position: absolute;
	width: 50px;
	line-height: 40px;
	top: 0;
	bottom: 0;
	right: 0;
	font-family: FontAwesome;
	content: "\f002";
	font-size: 20px;
	text-align: center;
	z-index: 1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.woocommerce-product-search .screen-reader-text{
	display: none;
}

/* cart-widget*/
.widget_shopping_cart_content p{
	margin: 15px 0;
	text-align: center;
}
.widget_shopping_cart_content{
	overflow: hidden;
}
/*filter-price widget*/
.price_slider_wrapper .price_slider{
	height: 2px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	margin-top: 25px;
	box-sizing: border-box;
	background-color: #e6e6e6;
}
.price_slider .ui-slider-range{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 2px;
}
.price_slider .ui-slider-handle{
	width: 6px;
	height: 6px;
	cursor: pointer;
	border-style: solid;
	box-sizing: border-box;
	position: absolute;
	top: -2px;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
.price_slider .ui-slider-handle:last-child{
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}
.price_slider_wrapper .price_slider_amount{
	/********************/
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	/********************/
	display: -moz-flex;
	-moz-justify-content: space-between;
	/********************/
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	/********************/
	display: -o-flex;
	-o-justify-content: space-between;
	/********************/
	display: flex;
	justify-content: space-between;

	-webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.price_slider_wrapper .price_slider_amount .price_label{
	display: inline-block;
	font-size: 0;
}
.price_slider_wrapper .price_slider_amount .price_label .to,
.price_slider_wrapper .price_slider_amount .price_label .from {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #e6e6e6;
	padding: 0 16px;
}
.price_slider_wrapper .price_slider_amount .price_label .from {
	margin-right: 30px;
	
}

.price_slider_wrapper .price_slider_amount .price_label .from:before{
	content: "";
	display: block;
	height: 1px;
	width: 10px;
	background: #e6e6e6;
	position: absolute;
	right: -20px;
	top: 14px;
}

.price_slider_wrapper .price_slider_amount .clear{
	display: none;
}

.woocommerce ul.chosen-results li:before{
	display: none;
}
.woocommerce ul.chosen-results li{
	font-size: inherit;
}

.footer_container ul.product_list_widget li a{
	font-weight: 400;
}
.footer_container ul.product_list_widget ins{
	background: transparent;
}
.footer_container ul.product_list_widget li a:hover{
	color: #fff;
}
.footer_container ul.product_list_widget li a img{
	border-color: #fff !important;
	margin-right: 8px;
}
.footer_container  .cws-widget .product_list_widget>li .remove{
	color: #ed1c24;
}
.footer_container  .cws-widget .cart_list.product_list_widget>li:last-child{
	border-color: rgba(255,255,255,0.2);
}


/***** SLAVIK ****/
.woocommerce .woocommerce-tabs .tabs:after,
ul.product_list_widget li:after{
	display: block;
	content: "";
	clear: both;
}
.woocommerce .products li,
.woocommerce .woocommerce-tabs .tabs li{
	padding-left: 0;
}
.woocommerce .woocommerce-tabs .tabs li{
	position: relative;
	float: left;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    padding: 4px 20px;
    line-height: 2;
    text-align: center;
    cursor: pointer;
    /* margin-left: 5px; */
    font-size: 1.125em;
    /* border-radius: 5px; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce .woocommerce-tabs .tabs li + li {
	border-left: 0;
}
.woocommerce .woocommerce-tabs .tabs li>a:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #237dc8 transparent transparent transparent;
	opacity: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.woocommerce .woocommerce-tabs .tabs li.active>a:before {
	opacity: 1;
}


.woocommerce .woocommerce-tabs .tabs li.active{
	color: #ffffff;
}
.woocommerce .woocommerce-tabs .tabs li a{
	color: inherit;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}
.woocommerce .woocommerce-tabs h2,
.woocommerce .woocommerce-tabs h3{
	margin-bottom: 10px;
	font-size: 1.5em;
}
.woocommerce .woocommerce-tabs #review_form_wrapper{
	padding-top: 15px;
}

.woocommerce .products li:before,
.woocommerce .woocommerce-tabs .tabs li:before{
	display: none;
}
.woocommerce ol.commentlist{
	list-style-type: none;
	margin-left: 0;
}
.woocommerce .panel.entry-content{
	position: relative;
	z-index: 2;
	padding: 20px;
	/* border-radius: 8px; */
    border: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-tabs .shop_attributes{
	text-align: left
}
.woocommerce .woocommerce-tabs .shop_attributes th{
	padding-right: 20px;
}
.product_list_widget li.empty{
	border-top-style: none !important;
	border-bottom-style: none !important;
}
/**** Disable Mark ****/
ul.products h3 mark{
	background: transparent;
}
ul.products .product:hover h3 mark{
	color: #fff;
}
/* mini cart */
.mini-cart {
	display: inline-block;
	vertical-align: middle;
	/* width: 30px; */
	height: 20px;
	line-height: 20px;
	text-align: right;
	/* border-radius: 7px; */
	/* padding-right: 15px; */
}
.mini-cart i:before{
	font-size: 16px;
	/* opacity: 0.5; */
	line-height: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mini-cart:hover i:before{
	opacity: 1;
}
.mini-cart .woo_icon{
	position: relative;
	z-index: 1;
	color: inherit;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);	
	display: inline-block;
}
.mini-cart .woo_icon i{
	line-height: 0;
	display: inline-block;
}
.mini-cart{
	display: inline-block;
	position: relative;
	z-index: 3;
}
.woo_mini-count span{
	position: absolute;
	z-index: 1;
	top: -7px;
    left: calc(100% - 8px);
	text-align: center;
	display: inline-block;
	font-size: 13px;
	height: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 4px;
	color: #ffffff;
	background-color: #f9b91e;
}
.mini-cart .cart_list{
	background-color: #fff;
	margin-bottom: 15px;
	padding-left: 0;
}
.mini-cart .woo_mini_cart>*:last-child{
	margin-bottom: 0;
}
.mini-cart .cart_list li:before{
	display: none;
}
.mini-cart .cart_list li{
	padding: 20px 0;
}
.mini-cart .cart_list li{
	border-bottom: 1px dashed #d9d9d9;
	text-align: start;
	overflow: hidden;
}
.mini-cart .cart_list li:first-child{
	padding-top: 0;
}
.mini-cart .cart_list li.empty{
	padding-bottom: 0;
	line-height: 1;
}
.mini-cart .cart_list li a img {
	max-width: 50px;
	margin-right: 10px;
	margin-top: -5px;
	float: left;
	position: relative;
	/* border-radius: 5px; */
}
.mini-cart .cart_list li>* {
	margin-top: 5px;
	margin-right: 20px;
	display: block;
	line-height: 1;
}
.mini-cart .woo_mini_cart{
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	width: 370px;
	padding: 28px 20px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-ms-transform:translateY(10px);
	transform:translateY(10px);
	visibility: hidden;
	opacity: 0;
	transition-duration: 0;

	/* box-shadow: 0 0 12px rgba(0,0,0,0.1); */
    /* border-radius: 5px; */
}
.mini-cart .woo_mini_cart .buttons {
	padding: 15px;
	margin: 0 -20px -28px -20px;
	background: #f2f2f2;
}
.mini-cart .woo_mini_cart:before{
	content: '';
	position: absolute;
	top: -25px;
	right: -10px;
	height: 30px;
	width: 100%;
}
.mini-cart .woo_mini_cart .product_list_widget>li .remove {
	float: right;
	/* color: #ed1c24; */
	font-size: 25px;
	line-height: 45px;
	margin: 1px 0 5px 5px;
}
.mini-cart .product_list_widget>li .quantity>.amount{
	font-weight: 400;
}
.woo_mini_cart .total{
	margin-bottom: 15px;
	text-align: start;
	display: table;
	width: 100%;
}
.woo_mini_cart .total>*{
	display: table-cell;
}
.woo_mini_cart  .total>.amount{
	text-align: end;
	font-size: 1.263em;
	font-weight: 700;
}
.mini-cart:hover .woo_mini_cart {
	border: 1px solid #e6e6e6;
	visibility: visible;
	opacity: 1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);

	transition-delay: 0s;
	-webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0s;
	transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s;
}
.mini-cart .woo_mini_cart .variation{
	margin-bottom: 0;
}
.woo_mini_cart .variation>*{
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
}
.widget-title-icon.widget_shopping_cart_content_title:before,
.widget-title-icon.product_list_widget_title:before{
	content: "\f136";
	font-family: cwsicon;
}
.widget-title-icon.price_slider_wrapper_icon_title:before{
	content: "\f105";
	font-family: cwsicon;
}
.widget-title-icon.woocommerce-product-search_title:before{
	content: "\f002";
}
/* RESPONSIVE SHOP*/

@media screen and (max-width: 1190px){
	ul.products{
		margin: 15px -15px;
    	width: calc(100% + 30px);
	}
	ul.products li{
		width: 205px;
	}
	.woocommerce .col2-set#customer_details>div {
		width: 100%;
	}	
	.woocommerce div[class^="post-"] .images{
		width: 240px;
	}
	.woocommerce div[class^="post-"] .summary.entry-summary {
		margin-left: 0;
	}
	.woocommerce div.product>span.onsale, .woocommerce-page div.product>span.onsale{
		right: calc(100% - 235px);
	}
}

@media screen and (max-width: 980px){
	ul.products{
		margin: 15px -15px;
    	width: calc(100% + 30px);
	}
	ul.products li{
		width: 164px;
	}
	.price_slider_wrapper .price_slider_amount{
		display: block;
		text-align: center;
	}
	ul.product_list_widget li a img{
		max-width: 40px;
	}
	.cws-widget .product_list_widget>li>*:not(a):not(.star-rating){
		margin-left: 52px;
	}
	.cws-widget .product_list_widget>li>.star-rating{
	margin-left: 52px;
	}
	div.woocommerce .product-thumbnail .media_part{
		max-width: 50px;
		margin-right: 5px;
	}
	ul.products li.product .price_button_cont .star-rating{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	ul.products li.product:hover .price_button_cont .star-rating,
	ul.products li.product .price_button_cont .added_to_cart.wc-forward + .star-rating{
	    opacity: 0;
	    visibility: hidden;
	}
}

@media screen and (max-width: 767px){
	ul.products{
		    margin: 15px auto !important;
		max-width: 270px;
		width: 100%;
	}
	ul.products li,
	.single_sidebar ul.products li,
	.double_sidebar ul.products li{
		max-width: 270px;
		width: 100%;
		margin: 0 0 15px 0;
	}	
	ul.products li .pic,
	.single_sidebar ul.products li .pic,
	.double_sidebar ul.products li .pic, 
	.woocommerce-page div.product>.images .pic{
		width: 100%;
		margin-right: 0;
		max-width: 100%;
	}
	ul.product_list_widget li a img{
		max-width: 58px;
	}
	.cws-widget .product_list_widget>li>*:not(a):not(.star-rating){
		margin-left: 70px;
	}
	.price_slider_wrapper .price_slider_amount{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
	}

	.woocommerce div.product>span.onsale, .woocommerce-page div.product>span.onsale {
    	right: calc(100% - 170px);
	}
	ul.product_list_widget li del{
		display: inline-block;
	}
	.woocommerce div[class^="post-"] .images {
		width: 175px;
	}
	.page-content.double-sidebar ul.product_list_widget .star-rating{
		margin-left: calc(50% + 100px);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.page-content.double-sidebar .cws-widget .star-rating:before, 
	.page-content.double-sidebar .cws-widget .star-rating>span:before{
		font-size: 20px;
	}
	.page-content.double-sidebar .cws-widget .star-rating{
		width: 93px;
	}
	.page-content.double-sidebar .cws-widget .star-rating>span:before{
		margin-top: -30px;
	}
	div.woocommerce .product-thumbnail .media_part{
		display: none;
	}
	div.woocommerce table.shop_table th,
	div.woocommerce table.shop_table td{
		padding-right: 5px;
		padding-left: 5px;
	}
	.mini-cart:hover .woo_mini_cart{
		right: 0;
		left: auto;
		width: 240px;
	}
	div.woocommerce .actions .coupon{
		display: block;
		width: 100%;
		text-align: center;
	}
	div.woocommerce tr td.actions {
   		text-align: center !important;
	}
}

@media screen and ( max-width:479px ){
	.woo_panel{
		display: block;
	}
	ul.products.list li{
		text-align: center;
	}
	ul.products.list li .media_part{
		float: none;
		margin-right: 0;
	}
	.woo_panel>*{
		display: block;
		text-align: center;
		margin-bottom: 10px !important;
	}
	.woo_panel>*:last-child{
		margin-bottom: 0 !important;
	}
	div.woocommerce .product-price,
	.shop_table.my_account_orders .order-status{
		display: none;
	}div.woocommerce td.actions {
		text-align: center;
	}
	div.woocommerce .actions .coupon {
		display: block;
		width: 100%;
		text-align: center;
	}
	div.woocommerce tr td.actions{
		text-align: center !important;
	}
	div.woocommerce .actions .coupon>*{
		margin-bottom: 5px;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.checkout_coupon p.form-row.form-row-first{
		width: 50%;
	}
	.woocommerce .col2-set>div {
		width: 100%;
	}
	.woocommerce #tab-reviews .star-rating {
		display: inline-block;
		float: left;
	}	
	.woocommerce p.woocommerce-result-count{
		float: none;
		width: 100%;
		text-align: center;
	}
	form.woocommerce-ordering {
		text-align: center;
	}
	form.woocommerce-ordering .orderby {
		margin-top: 5px;
	}
/*	.shortcode_carousel ul.products li{
		margin-right: 0 !important;
	}*/
}

/*
\RESPONSIVE
*/

/*
 Woo RTL support
*/

html[dir='rtl'] .woocommerce div[class^="post-"] .images{
	float: right;
	padding-left: 30px;
	padding-right: 0;
}
html[dir='rtl']  .woocommerce div[class^="post-"] h1.product_title.entry-title:after{
	margin: 15px 0 15px auto;
}
html[dir='rtl'] .woocommerce div[class^="post-"] .images .pic.media_part{
	margin-left: 2%;
	margin-right: 0;
}
html[dir='rtl'] .woocommerce div[class^="post-"] .summary.entry-summary {
    margin-left: 0;
    margin-right: 330px;
}
html[dir='rtl'] .woocommerce div[class^="post-"] .entry-summary .star-rating, 
html[dir='rtl'] .woocommerce div[class^="post-"] .commentlist .star-rating {
    float: left;
}
html[dir='rtl'] .star-rating>span{
	right: 0;
	left: auto;
}
html[dir='rtl'] .star-rating {
	text-align: right;
}
html[dir='rtl'] .woocommerce .woocommerce-tabs .tabs li{
	float: right;
	margin-right: 0;
}
html[dir='rtl'] .woocommerce ol.commentlist{
	margin-right: 0;
}
html[dir='rtl'] .woocommerce-tabs .comment_container img{
	float: right;
	margin-right: 0;
	margin-left: 15px;
}
html[dir='rtl'] .woocommerce-tabs .comment_container .comment-text{
	margin-right: 80px;
	margin-left: 0;
}
html[dir='rtl'] .woocommerce-tabs .comment_container .comment-text:before{
	left: 0;
	right: -8px;
	border: 0;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}
html[dir='rtl'] .woocommerce-tabs .comment_container .comment-text:after {
    left: 0;
    right: -1px;
}
html[dir='rtl'] .woocommerce .comment-form-rating .stars .stars-active{
	left: auto;
	right: 0;
}
html[dir='rtl'] div.woocommerce .product-thumbnail .media_part{
	margin-left: 20px;
	margin-right: 0;
}
html[dir='rtl'] div.woocommerce #coupon_code{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
html[dir='rtl'] div.woocommerce .actions .coupon .button{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
html[dir='rtl'] div.woocommerce .shop_table>*:last-child .cart_item:last-of-type td:last-child, 
html[dir='rtl'] div.woocommerce .shop_table.cart>*:last-child .cart_item:nth-last-child(2) td:last-child{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 5px;
}
html[dir='rtl'] div.woocommerce .shop_table>*:last-child .cart_item:last-of-type td:first-child, 
html[dir='rtl'] div.woocommerce .shop_table.cart>*:last-child .cart_item:nth-last-child(2) td:first-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 5px;	
}
html[dir='rtl'] div.woocommerce .product-name .variation{
	margin-left: 0;
	margin-right: 15px;
}
html[dir='rtl'] form.checkout h3 .input-checkbox{
	float: left;
}
html[dir='rtl'] #payment{
	text-align: right;
}
.shop_table.order_details .order_item{
	text-align: center;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul li {
	float: left;
}
.woocommerce-MyAccount-navigation ul li:before {
	display: none;
}
.woocommerce-MyAccount-navigation ul li + li { 
	padding-left: 40px;
}
.woocommerce-MyAccount-navigation ul:after{
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 1190px){
	html[dir='rtl'] .woocommerce div[class^="post-"] .summary.entry-summary {
	    margin-left: 0;
	    margin-right: 0;
	}
}

@media screen and (max-width: 980px){
	html[dir='rtl'] div.woocommerce .product-thumbnail .media_part {
		margin-left: 5px;
	}
	html[dir='rtl'] .cws-widget .product_list_widget>li>*:not(a):not(.star-rating),
	html[dir='rtl'] .cws-widget .product_list_widget>li>.star-rating {
	    margin-left: 0;
	    margin-right: 52px;
	}
}
@media screen and (max-width: 767px){
}
@media screen and ( max-width:479px ){
	.mini-cart:hover .woo_mini_cart {
	    right: -60px;  
	}
}
/*
 /Woo RTL support
*/


