.maincontent-shop{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin : 0 -15px;
}
.woocommerce-products-header{
	display: block;
	width: 100%;
}
.maincontent-shop .content-area{
	padding: 0 15px;
	width: 100%
}
.maincontent-shop.has_sidebar .content-area{
	width: 70%;	
}
.maincontent-shop.has_sidebar .shop-sidebar{
	width: 30%;
	padding: 0 15px;
}
ul.products{
	padding: 0;
	margin: 0 -15px;
	display: -webkit-flex;
	display: flex;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 	100%;
}
.products .product{
	list-style: none;
	padding: 0 15px;
	text-align: center;
	position: relative;
	margin-top: 40px;
}
.products.columns-1 .product{
	width: 100%;
}
.products.columns-2 .product{
	width: 50%;
}
.products.columns-3 .product{
	width: 33.33%;
}
.products.columns-4 .product{
	width: 25%;
}
.products.columns-5 .product{
	width: 20%;
}
.products.columns-6 .product{
	width: 16.66%;
}
.woocommerce-loop-product__title{
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.products .product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
	color: var(--accent-color);
}
.products .product .price{
	display: block;
	color: var(--heading-color);
}
.products .product .button.product_type_simple, .products .product .button{
	padding: 8px 20px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	bottom: -65px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.products .product:hover .button.product_type_simple, .products .product:hover .button{
	visibility: visible;
	opacity: 1;
	-webkit-transition: bottom .3s ease, opacity .5s ease,visibility 0.5s ease;
	-o-transition: bottom .3s ease, opacity .5s ease,visibility 0.5s ease;
	transition: bottom .3s ease, opacity .5s ease,visibility 0.5s ease;
}
.products .product:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 5;
}
.products .product .inner-product{
	position: relative;
}
.products .product .inner-product:after{
	content: "";
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: 0;
	left: -15px;
	visibility: hidden;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	opacity: 0;
	-webkit-transform: scale(.98);
	transform: scale(.98);
	margin-bottom: -90px;
}
.products .product:hover .inner-product{
	z-index: 5
}
.products .product:hover .inner-product > *{
	z-index: 6
}
.products .product:hover .inner-product:after{
	visibility: visible;
    opacity: 1;
    transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.products .product .woocommerce-loop-product__link{
	display: inline-block;
	position: relative;
}
.product .onsale{
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #ef4848;
	color: #fff;
	text-transform: uppercase;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 12px;
	margin: -10px -10px 0 0;
	z-index: 3;
	text-align: center;
}
.price del{
	color: #999;
	line-height: inherit;
	vertical-align: middle;
}
.price ins{
	text-decoration: none;
}
.maincontent-shop .woocommerce-result-count{
	float: left;
}
.maincontent-shop .woocommerce-ordering{
	float: right;
}
.woocommerce-pagination{
	margin-top: 70px;
	text-align: center;
}
.woocommerce-pagination ul.page-numbers{padding: 0}
.woocommerce-pagination .page-numbers li{
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.woocommerce-pagination .page-numbers .page-numbers{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #999;
	text-align: center;
	line-height: 38px;
	color: #999;
}
.woocommerce-pagination .page-numbers .page-numbers:hover, 
.woocommerce-pagination .page-numbers .page-numbers.current {
	border-color: var(--accent-color);
	background: var(--accent-color);
	color: #fff;
}
.products .product .button.product_type_simple.loading, .products .product .button.loading{
	padding-right: 35px;
}
.products .product .button.product_type_simple.loading::after, 
.products .product .button.loading::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f110";
	vertical-align: top;
	font-weight: 900;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.products .product .button.product_type_simple.added::after, 
.products .product .button.added::after{
	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
	margin-left: .53em;
	vertical-align: bottom;
	font-weight: 900;
}
@-webkit-keyframes spin {
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes spin {
 100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
/*-------------------
		Single
--------------------*/
.maincontent-shop.product-single .content-area{
	width: 100%;
}
.product-single .product:after,
.product-single .product:before{
	content: "";
	display: table;
	clear: both;
}
.woocommerce-notices-wrapper{margin-bottom: 30px}
.product-single .product .woocommerce-product-gallery{
	float: left;
	width: 48%;
	position: relative;
}
.product-single .product .summary{
	float: right;
	width: 48%;
}
.product-single .woocommerce-breadcrumb{margin-bottom: 20px;}
.product-single .summary .price{
	font-size: 30px;
	color: var(--accent-color);
	line-height: normal;
}
.quantity .screen-reader-text{
	display: none;
}
.quantity {
	border: 1px solid #eee;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	width: 130px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.quantity .qty-button {
	width: 40px;
	line-height: inherit;
	display: inline-block;
	float: left;
	cursor: pointer;
	font-size: 18px;
}
.quantity .qty {
	border: none;
	padding: 0;
	line-height: inherit;
	width: 40px;
	text-align: center;
	-moz-appearance: textfield;
	float: left;
}
.product_meta{margin-top: 20px}
.product_meta > span{
	display: block;
	margin: 8px 0;
}
table.variations{margin-bottom: 30px}
table.variations th, table.variations td{
	border: none;
}
table.variations .chosen-container,
table.variations select{
	max-width: 300px;
}
.reset_variations{
	display: inline-block;
	margin-left: 15px;
}
table.variations label{
	margin-bottom: 0;
	line-height: 30px;
}
.product-single .product{position: relative;}
.product-single .product .onsale{
	left: 0;
	right: 0;
	margin: -15px 0 0 -15px;
}
/*Galery Product*/
.pswp{z-index: 999999;}
.woocommerce-product-gallery .flex-control-thumbs{
	padding: 0;
	margin: 0 -5px;
	display: block;
	overflow: hidden;
	padding-top: 5px;
}
.woocommerce-product-gallery .flex-control-thumbs li{
	float: left;
	list-style: none;
	width: 16.66%;
	padding: 5px;
}
.woocommerce-product-gallery__trigger{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 5;
}
/*woocomerce Tabs*/
.product-single .product .woocommerce-tabs{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}
.woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}
.woocommerce-tabs ul.tabs li {
	background-color: #f4f4f4;
	border: 1px solid #eee;
	padding: 10px 20px;
	display: inline-block;
	position: relative;
}
.woocommerce-tabs ul.tabs li a{
	color: #000;
}
.woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff;
}
.woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #eee;
	z-index: 1;
}
.woocommerce-product-attributes p{margin-bottom: 0}
/*Relate Product*/
.related.products{
	margin-left: 0;
	margin-right: 0;
	margin-top: 50px;
}
/*Review*/
.product-single .comment-respond{
	border: none;
	padding-top: 0;
	margin-top: 0
}
#tab-reviews .stars span a {
	display: inline-block;
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	text-indent: -9999px;
	letter-spacing: 5px;
	position: relative;
	width: 20px;
}
#tab-reviews .stars span a::after {
	content: "\f005";
	top: 0;
	position: absolute;
	left: 0;
	font-weight: inherit;
	text-indent: 0;
	color: var(--accent-color);
	font-size: 15px;
}

#tab-reviews .comment-form-rating .stars a:hover ~ a, 
#tab-reviews .comment-form-rating .stars.selected a.active ~ a {
	font-weight: 400;
}
#tab-reviews .comment-form-rating .stars.selected a, 
#tab-reviews .comment-form-rating .stars:hover a {
	font-weight: 900;
}
#tab-reviews .comment-form{
	max-width: 850px;
}
#review_form .comment-form-comment{margin-top: 30px}
.woocommerce-Reviews .comment-form label{display: block;}
.related.products > h2, .woocommerce-Tabs-panel > h2{font-size: 26px;}
.related.products > h2{margin-bottom: 0;}
/*-----------------
	Widget
------------------*/
.widget_product_categories li.cat-item, .woocommerce-widget-layered-nav li{
	line-height: 40px;
	border-bottom: 1px solid #eee;
}
.widget_product_categories li.cat-item:last-child, .woocommerce-widget-layered-nav li:last-child{
	border-bottom: none;
}
.widget_product_categories li a, .woocommerce-widget-layered-nav li a{
	color: inherit;
	display: inline-block;
	text-transform: capitalize;
}
.woocommerce-product-search .screen-reader-text{display: none;}
.woocommerce-product-search .search-field{
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	float: left;
}
.woocommerce-product-search button{
	font-size: 0;
	color: transparent;
	padding: 0;
	position: relative;
	width: 50px;
	line-height: 50px;
	background: var(--heading-color);
	font-size: 0;
	color: transparent;
}
.woocommerce-product-search button:after{
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/** Widget: Price Filter */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin-bottom: 35px;
	position: relative;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 3px;
	background: #eee;
}
.widget_price_filter .ui-slider .ui-slider-range {
	background: #000;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle{
	background: #000;
	height: 10px;
	width: 10px;
	position: absolute;
	top: -3px;
	border-radius: 50%;
	z-index: 5;
	cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left: -10px}
.widget_price_filter .ui-slider .ui-slider-handle:focus{
	outline: none;
}
.widget_price_filter .price_slider_amount {
	overflow: hidden;
}
.widget_price_filter .button {
	padding: 5px 25px;
	float: right;
}
.widget_price_filter .price_label {
	line-height: 36px;
}
/*Product list widget*/
.product_list_widget li{
	overflow: hidden;
	margin-bottom: 20px;
}
.product_list_widget .product-img{
	float: left;
	width: 100px;
	margin-right: 20px;
}
.product_list_widget li .info-product{
	overflow: hidden;
}
.product_list_widget .product-title{margin-bottom: 0;}
.product_list_widget .product-title a{
	display: block;
	margin-bottom: 10px;
	color: inherit;
}
.product_list_widget .product-title a:hover{
	color: var(--accent-color);
}

/*Cart*/
table.shop_table .product-thumbnail{text-align: center;}
table.shop_table .product-thumbnail a img{
	width: 90px;
} 
table.shop_table .product-remove{font-size: 30px;}
table.shop_table th, table.shop_table td{
	padding: 15px;
}
table.shop_table th{
	color: #000;
}
table.shop_table .product-name a{
	color: inherit;
}
table.shop_table .product-name a:hover{
	color: var(--accent-color);
}
.coupon .input-text{
	max-width: 300px;
}
table.shop_table td.actions .coupon{
	display: inline-block;
	width: 570px;
}
table.shop_table td.actions > .button{
	display: inline-block;
	float: right;
}
div.cart-collaterals{
	margin-top: 50px;
}
.cart-collaterals .shop_table{
	max-width: 600px;
}
div.wc-proceed-to-checkout{margin-top: 30px;}
/*Check Out*/
.col2-set{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.col2-set .col-1,.col2-set .col-2{
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 -15px;
}
form.checkout .form-row label, .form-row label{
	display: block;
	width: 100%;
}
.chosen-container + .select2{display: none;}
form.checkout .form-row, .form-row{
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.woocommerce .form-row{
	margin-left: 0;
	margin-right: 0
}
.form-row.form-row-first{
	width: 48%;
	float: left;
}
.form-row.form-row-last{
	width: 48%;
	float: right;
}
.form-row .woocommerce-input-wrapper{display: inline-block;width: 100%}
.form-row .woocommerce-input-wrapper .input-text{width: 100%}
.form-row .woocommerce-input-wrapper .chosen-container{width: 1005}
.woocommerce-checkout-payment .payment_methods{
	padding-left: 0;
	margin-top: 30px;
	list-style-type: none;
}
.woocommerce-form-coupon .input-text{
	max-width: 300px;
}
.woocommerce-error{
	padding-left: 0;
	list-style: none;
}
.page-excerpt .woocommerce:after,
.page-excerpt .woocommerce:before{
	content: "";
	display: table;
	clear: both;
}
.woocommerce-MyAccount-navigation{
	width: 320px;
	float: left;
	margin-right: 30px;
}
.woocommerce-MyAccount-content{
	overflow: hidden;
}
.woocommerce-MyAccount-navigation ul{
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul li:last-child{
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a{color: inherit;}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover{
	color: var(--accent-color);
}
@media (min-width: 992px) and (max-width: 1199.98px){
	.product_list_widget .product-title{font-size: 16px;}
}
@media(max-width: 991.98px){
	.form-row.form-row-last,
	.form-row.form-row-first{
		width: 100%;
		float: none;
	}
	.product-single .product .woocommerce-product-gallery{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.product-single .product .summary{width: 100%;float: none;}
	.maincontent-shop.has_sidebar .content-area{width: 100%}
	.maincontent-shop.has_sidebar .shop-sidebar{width: 100%}
}
@media (min-width: 768px) and (max-width: 991.98px){
	table.shop_table th, table.shop_table td{padding: 15px 10px;}
	.products.columns-4 .product{width: 50%}
	.coupon .input-text{max-width: 200px;}
	table.shop_table td.actions .coupon{width: 450px}
	.woocommerce-MyAccount-navigation{width: 240px}
}
@media(max-width: 767.98px){
	table.shop_table td.actions{overflow: hidden;}
	table.shop_table td.actions .coupon{width: 100%}
	table.shop_table td.actions .button{
		display: block;
		float: none;
		margin-top: 20px;
	}
	table.shop_table.cart thead{display: none;}
	table.shop_table.cart,
	table.shop_table.cart tbody,
	table.shop_table.cart tr,
	table.shop_table.cart td{
		display: block;
		width: 100%;
	}
	table.shop_table.cart tr{
		border: 1px solid #eee;
		margin-bottom: 30px;
	}
	table.shop_table.cart .cart_item td{
		overflow: hidden;
		border: none;
		border-top: 1px solid #eee;
		position: relative;
		padding-left: 150px;
	}
	table.shop_table.cart td:first-child{border-top: none;}
	table.shop_table.cart .cart_item td:before{
		content: attr(data-title);
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 150px;
		background: #f5f5f5;
		border-right: 10px solid #fff;
		padding: 15px;
	}
	table.shop_table.cart .cart_item td.product-remove,
	table.shop_table .cart_item td.product-thumbnail{
		padding-left: 15px;
		text-align: center;
	}
	table.shop_table.cart .cart_item td.product-remove:before,
	table.shop_table.cart .cart_item td.product-thumbnail:before{
		display: none;
	}

	.col2-set .col-1,.col2-set .col-2{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.woocommerce-tabs ul.tabs{padding: 0;}
	.woocommerce-MyAccount-navigation{float:none; width: 100%;margin-right: 0}
	.woocommerce-MyAccount-content{display: block;width: 100%}
}
@media (min-width: 576px) and (max-width: 767.98px){
	table.variations select{max-width: 300px;}
	.products.columns-4 .product{width: 50%}
	.products.columns-3 .product{width: 50%}
}
@media (max-width: 575.98px) {
	table.variations select{max-width: 210px;}
	.woocommerce-tabs ul.tabs li{width: 100%}
	.products.columns-4 .product{width: 100%}
	.products.columns-3 .product{width: 100%}
	.products.columns-2 .product{width: 100%}
}