/*
[Table of contents]
*/

/* WooCommerce Default */
/* WooCommerce Global */
/* => shop table */
/* => form */
/* WooCommerce Loop*/
/* => category */
/* Flip Image */
/* WooCommerce Widgets */
/* Single product */
/* => cart form */
/* => grouped */
/* WooCommerce Cart */
/* WooCommerce Checkout */
/* Shop content */
/* Recent viewed section */
/* Frequently Bought Together */
/* WooCommerce Quick View*/
/* YITH Wistlist plugin */
/* Notice */

/* WooCommerce Default */
.entry-content > .woocommerce p{
	margin: 1rem 0;
}
.woocommerce .star-rating{
	color: #ffc421;
	font-weight: normal;
}
.woocommerce .star-rating:before{
	color: #ccc;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #111111;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	opacity: 0.6;
}
.woocommerce #reviews #reply-title,
.woocommerce-product-search button,
.wpisset-header-myaccount-btn .button,
.woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {	
    display: inline-block;
    padding: 0.5625rem 1rem;
    outline: 0;
    border: none;
    border-radius: 0;
    background-color: #0473db !important;
    color: #ffffff !important;
    text-align: center;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
}
.woocommerce #reviews #reply-title:hover,
.woocommerce-product-search button:hover,
.wpisset-header-myaccount-btn .button:hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #031d42 !important;
	color: #ffffff !important;
}
.woocommerce #reviews #reply-title span,
.woocommerce-product-search button span,
.wpisset-header-myaccount-btn .button span,
.woocommerce-widget-layered-nav-dropdown__submit span,
.woocommerce #respond input#submit span,
.woocommerce a.button span,
.woocommerce button.button span,
.woocommerce input.button span{
	position: relative;
	z-index: 1;
}
.woocommerce #reviews #reply-title span:after,
.woocommerce-product-search button span:after,
.wpisset-header-myaccount-btn .button span:after,
.woocommerce-widget-layered-nav-dropdown__submit span:after,
.woocommerce #respond input#submit span:after,
.woocommerce a.button span:after,
.woocommerce button.button span:after,
.woocommerce input.button span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background-color: #ffffff;
    will-change: transform;
}
.woocommerce #reviews #reply-title:hover span:after,
.woocommerce-product-search button:hover span:after,
.wpisset-header-myaccount-btn .button:hover span:after,
.woocommerce-widget-layered-nav-dropdown__submit:hover span:after,
.woocommerce #respond input#submit:hover span:after,
.woocommerce a.button:hover span:after,
.woocommerce button.button:hover span:after,
.woocommerce input.button:hover span:after{
    -webkit-animation: wpisset-underline-animation2 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: wpisset-underline-animation2 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	padding: 0.5625rem 1rem;
	color: #ffffff;
	opacity: 0.6;
}
.woocommerce span.onsale {
    top: 1rem;
    left: 1rem;
	display: flex;
    padding: 0 8px;
	min-width: 55px;
	min-height: 24px;
    background-color: #ee262d;
    color: #ffffff;
	font-size: 90%;
	line-height: inherit;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	border-radius: 12px;
	z-index: 1 !important;
}
.woocommerce ul.products li.product .onsale{
	right: auto;
	left: 0;
	margin: 0;
}
.woocommerce a.remove{
	display: inline-block;
	background: none !important;
	background: none;
	color: #363636 !important;
}
.woocommerce a.remove:hover{
	color: #0473db !important;
}
.wpisset-woo-loop-out-of-stock{
	position: absolute;
	text-align: center;
    top: 1rem;
    right: 1rem;
	display: flex;
    padding: 0 8px;
	min-width: 55px;
	min-height: 24px;
    background-color: #111111;
    color: #ffffff;
	font-size: 90%;
	line-height: inherit;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	border-radius: 12px;
	z-index: 1 !important;
}
/*.onsale ~ .wpisset-woo-loop-out-of-stock{
	top: 3rem;
}*/

/* WooCommerce Global */
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: #f5f5f5;
	-webkit-border-bottom-right-radius: 0.5rem;
	-webkit-border-bottom-left-radius: 0.5rem;
	-moz-border-radius-bottomright: 0.5rem;
	-moz-border-radius-bottomleft: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}
.woocommerce div.product .stock{
	color: #408806;
}
.woocommerce div.product .stock.out-of-stock{
	color: #111111;
}
@media (min-width: 1365px) {
	.wpisset-woo-shop-full-width .wpisset-shop-wide {
		position: relative;
		left: calc((-100vw + 1334px + 2rem)/2);
		max-width: calc(100vw - 4rem);
		width: calc(100vw - 4rem);
	}
}

/* => shop table */
.woocommerce table.shop_table{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
	padding: 1.5rem 0;
	border-top: none;
	border-right: none;
	border-left: none;
}
.woocommerce table.shop_table th{
	font-weight: 500;
}
.woocommerce table.shop_table{
	margin: 0 0 3.5rem;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	border-top: none;
	font-weight: 500; 
}
.woocommerce table.shop_table td small{
	font-weight: 500;
}
.woocommerce .woocommerce-customer-details address{
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce .select2-container--default .select2-selection--single{
	height: 50px;
	outline: 0;
	border-width: 1px;
	border-color: #d7d7d7;
	border-radius: 0px;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 3rem;
    padding-left: 1rem;
    line-height: 50px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 48px;
	height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-width: 5px 5px 0;
	border-color: #ccc transparent transparent;
}
.woocommerce .select2-container--default .select2-search--inline .select2-search__field{
	line-height: 36px;
}
.woocommerce .select2-container--default .select2-selection--multiple{
	border: 1px solid #d7d7d7 !important;
	border-radius: 0 !important;
}
.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 0 0.5rem
}
.woocommerce form .form-row {
    margin: 0 0 1.5rem;
    padding: 0;
}
.woocommerce form .form-row input{
	padding: 0.75rem 1rem;
}
.woocommerce form .form-row textarea{
	height: inherit;
    line-height: 1.6;   
    padding: 0.75rem 1rem;
    width: 100%;
    outline: none;
    border: none;
	outline: none;
	-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	box-shadow: inset 0 0 0 1px #d7d7d7;
    background: #fff;
    line-height: inherit;
}
.woocommerce form .form-row textarea:focus{
	outline: none;
	-webkit-box-shadow: inset 0 0 0 2px #111111;
	box-shadow: inset 0 0 0 2px #111111;
}
#yith-ajaxsearchform > div .screen-reader-text,
.woocommerce-product-search .screen-reader-text,
.woocommerce form .form-row .screen-reader-text{
	clip: auto;
	clip-path: none;
	height: auto;
	margin: 0;
}
.woocommerce form .form-row input.input-text{
	line-height: inherit;
}
@media screen and (max-width: 480px) {
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering{
		float: none;
	}
}
@media screen and (max-width: 600px) {
	.woocommerce .wpisset-before-shop-loop .woocommerce-result-count{
		width: 100%;
		flex-basis: 100%;
		order: 3;
		margin-top: 1rem;
	}
	.woocommerce .woocommerce-ordering{
		width: 50%;
		flex-basis: 50%;
		order: 2;
		margin-top: 1rem;
	}
}

.woocommerce .woocommerce-result-count{
	padding: 0.5rem 0;
}
.woocommerce-page form .form-row textarea.input-text{
	min-height: 128px;
}
/* => form */
.woocommerce form .form-row,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-Reviews .comment-form p:not(.comment-form-cookies-consent){
	position: relative;
}
#yith-ajaxsearchform > div label,
.woocommerce-product-search label,
.woocommerce form .form-row label:not(.woocommerce-form__label-for-checkbox,.radio),
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-Reviews .comment-form p:not(.comment-form-cookies-consent) label {
	line-height: inherit;
	padding: 0.5rem 1rem;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: auto;
	white-space: nowrap;
	-moz-transition: all .12s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all .12s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all .12s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .12s cubic-bezier(0.77, 0, 0.175, 1);
	transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
	overflow: hidden;
	color: #111111;
	opacity: 0;
	cursor: text;
	z-index: 1;
}
.woocommerce form .form-row label:not(.woocommerce-form__label-for-checkbox,.radio){
	padding: 0.75rem 1rem;
}
#yith-ajaxsearchform > div > label,
.woocommerce-product-search > label,
.woocommerce form .form-row:not(.wpisset-form-row-select) > label:not(.woocommerce-form__label-for-checkbox,.radio),
.woocommerce-page #content table.cart td.actions .coupon > label,
.woocommerce-Reviews .comment-form p:not(.comment-form-cookies-consent) > label{
	display: inline-block;
	opacity: .6;
	margin: 0;
}
#yith-ajaxsearchform > div ::placeholder,
.woocommerce-product-search ::placeholder,
.woocommerce form .form-row ::placeholder,
.woocommerce-page #content table.cart td.actions .coupon ::placeholder,
.woocommerce-Reviews .comment-form p:not(.comment-form-cookies-consent) label ::placeholder{
	opacity: 0;
}
#yith-ajaxsearchform > div > label.wpisset-value-exists,
.woocommerce-product-search > label.wpisset-value-exists,
#yith-ajaxsearchform > div > label.wpisset-label-focus,
.woocommerce-product-search > label.wpisset-label-focus,
.woocommerce form .form-row label[for="billing_state"],
.woocommerce form .form-row.wpisset-form-row-select label,
.woocommerce form .form-row label.wpisset-value-exists,
.woocommerce form .form-row label.wpisset-label-focus,
.woocommerce-page #content table.cart td.actions .coupon label.wpisset-value-exists,
.woocommerce-page #content table.cart td.actions .coupon label.wpisset-label-focus,
.woocommerce-Reviews .comment-form p:not(.comment-form-cookies-consent) label.wpisset-value-exists,
.woocommerce-Reviews .comment-form p:not(.comment-form-cookies-consent) label.wpisset-label-focus{
    opacity: 1 !important;
    border-width: 0;
    padding: 0 5px;
    top: -10px;
    left: 10px;
    height: 20px;
    font-size: 90%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    cursor: default;
}
#yith-ajaxsearchform > div > label.wpisset-value-exists::after,
.woocommerce-product-search > label.wpisset-value-exists::after,
#yith-ajaxsearchform > div > label.wpisset-label-focus::after,
.woocommerce-product-search > label.wpisset-label-focus::after,
.woocommerce form .form-row label[for="billing_state"]::after,
.woocommerce form .form-row.wpisset-form-row-select label::after,
.woocommerce form .form-row label.wpisset-value-exists::after,
.woocommerce form .form-row label.wpisset-label-focus::after,
.woocommerce-page #content table.cart td.actions .coupon label.wpisset-value-exists::after,
.woocommerce-page #content table.cart td.actions .coupon label.wpisset-label-focus::after,
.woocommerce-Reviews .comment-form p:not(.comment-form-cookies-consent) label.wpisset-value-exists::after,
.woocommerce-Reviews .comment-form p:not(.comment-form-cookies-consent) label.wpisset-label-focus::after {
    content: '';
    background: #ffffff;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
}

.woocommerce form .form-row#billing_country_field:not(.wpisset-form-row-select) > label{
	padding: 0;
	position: relative;
	display: block;
}
.woocommerce form .wc_payment_method .form-row > label{
	padding: 0;
	position: relative;
	display: block !important;
	opacity: 1 !important;
}


.wpisset-woocommerce-pagination-wrap{
	border-top: 1px solid #d7d7d7;
	margin-top: 1.5rem;
	padding-top: 0.5rem;
	display: flex;
	align-items: center;
}
@media (max-width: 1200px) {
	.wpisset-woocommerce-pagination-wrap{
		margin-bottom: 2rem;
	}
}
@media (max-width: 768px) {
	.wpisset-woocommerce-pagination-wrap{
		flex-direction: column;
	}
}
.woocommerce .wpisset-woocommerce-pagination-wrap .woocommerce-result-count{
	margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination{
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}
.woocommerce nav.woocommerce-pagination ul{
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
	color: #111111;
	border-color: #d7d7d7;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: #959595;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    display: flex;
    margin: 0.25rem;
	padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
	font-weight: inherit;
    font-size: 107%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	background-color: transparent !important;
	justify-content: center;
	align-items: center;
	border: 1px solid #ebebeb;
}
.wpisset-before-shop-loop{
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
	padding: 1rem 0;
	margin-bottom: 2rem;
	align-items: center;
	flex-wrap: wrap;
}
.wpisset-before-shop-loop >*{
	margin-bottom: 0 !important;
}
.wpisset-before-shop-loop .wpisset-ppp-select{
	padding-right: 2rem;
}
.wpisset-before-shop-loop select{
	border-radius: 1.25rem;
}
.wpisset-before-shop-loop .woocommerce-result-count{
	flex-grow: 1;
}
.wpisset-products-per-page{
	margin-right: 0.5rem;
}
@media screen and (max-width: 600px) {
	.wpisset-products-per-page{
		width: 50%;
		flex-basis: 50%;
		order: 1;
		margin-right: 0;
		margin-top: 1rem;
		padding-right: 1rem;
	}
}
.woocommerce-products-header{
	position: relative;
}
.woocommerce-products-header__title{
	font-size: 24px;
}
.woocommerce-products-header .woocommerce-breadcrumb{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
    padding: 0.5rem 0;
	font-size: 95%;
	color: #0473db;
}
@media screen and (max-width:768px) {
	.woocommerce-products-header .woocommerce-breadcrumb{
		position: relative;
		padding: 0 0 1rem;
	}
}
.woocommerce-products-header .wpisset-sp-breadcrumb-delimiter{
	color: #363636;
}
.woocommerce-products-header .woocommerce-breadcrumb a{
	color: #363636;
}
.page-description p,
.term-description p{
	margin: 1rem 0;
}
@media screen and (max-width: 992px) {
	.wpisset-shop-filter-wrap{
		width: 50%;
		flex-basis: 50%;
		order: 5;
		display: flex;
		padding-top: 1rem;
	}
}
.wpisset-shop-filter #wpisset-shop-filter-section{
	display: none;
}
.wpisset-woo-filter-btn{
	padding: 0.25rem 0.5rem;
	border: 1px solid #ebebeb;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 200ms ease;
}
.wpisset-woo-filter-btn:hover{
	border-color: #d7d7d7;
	color: #111111;
}
.wpisset-woo-filter-btn svg {
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.wpisset-shop-view{
	display: flex;
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #ebebeb;
}
@media screen and (max-width: 992px) {
	.wpisset-shop-view-wrap{
		width: 50%;
		flex-basis: 50%;
		order: 6;
		margin: 0;
		padding-top: 1rem;
		display: flex;
		justify-content: flex-end;
	}
}
.wpisset-shop-view >*{
	display: flex;
	padding: 0.5rem
}
.wpisset-shop-view svg{
    display: block;
    height: 20px;
    width: 20px;
}

/* WooCommerce Loop*/
.woocommerce .products ul, .woocommerce ul.products{
	margin-bottom: 0;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
	display: block;
	position: relative;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img{
	margin-bottom: 0;
}
.wpisset-woo-loop-wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 1px;
}
/*@media screen and (max-width: 1200px) {
	.wpisset-woo-loop-wrapper{
		height: 100% !important;
	}
}*/
.wpisset-woo-loop-inner{
	margin: 0 0.125rem;
	border: 1px solid transparent;
	position: relative;
	border-radius: 10px;
}
.wpisset-product-loop-dark-bg .wpisset-woo-loop-inner{
	margin: 0 0.5rem;
	background-color: #ffffff;
}
@media screen and (min-width: 993px) {
	.wpisset-woo-loop-inner:hover{
		border-color: #d7d7d7;
	}
}
.wpisset-woo-loop-inner{
	position: relative;
}
.wpisset-woo-loop-thumbnail-wrapper{
	position: relative;
	overflow: hidden;
	padding-top: 1rem;
	padding-right: 0;
	padding-bottom: 1rem;
	padding-left: 0;
	margin-right: 1rem;
	margin-left: 1rem;
	border-bottom: 1px solid #d7d7d7;
}
.wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-thumbnail-wrapper{
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: 0;
	margin-left: 0;
}
.wpisset-woo-loop-thumbnail-wrapper{
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.woocommerce ul.products li.product .onsale{
	top: 1rem;
	right: 1rem;
	left: auto;
}
.wpisset-product-sticky-price .price ins,
.wpisset-product-sticky-price .price,
.wpisset-woo-price ins,
.wpisset-woo-price,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price{
	font-size: 107%;
	color: #111111;
	margin-bottom: 0;
	font-weight: normal;
}
.wpisset-product-sticky-price .price ins,
.wpisset-woo-price ins,
.woocommerce ul.products li.product .price ins{
	font-size: 100%;
}
.wpisset-product-sticky-price .price ins,
.wpisset-woo-price ins,
.woocommerce ul.products li.product .price ins{
	font-weight: normal;
	text-decoration: none;
	color: #ee262d;
}
.wpisset-product-sticky-price .price del,
.wpisset-woo-price del,
.woocommerce ul.products li.product .price del{
	color: #959595;
	opacity: 1;
}
.woocommerce ul.products{
	margin: 0 -0.125rem;
}
.woocommerce .products .wpisset-woo-loop-desc ul{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	width: 25%;
	padding: 0;
	display: flex;
	flex-direction: column;
	clear: inherit !important;
	margin: 0 0 0.5rem !important;
}
.wpisset-product-loop-dark-bg .woocommerce ul.products li.product,
.woocommerce-page .wpisset-product-loop-dark-bg ul.products li.product{
	margin: 0 0 1rem !important;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{
	width: 33.33%;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product{
	width: 50%;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product{
	width: 100%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product{
	width: 20%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product{
	width: 16.66%;
}
@media screen and (max-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
	    width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
	    width: 100%;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.wpisset-woocommerce-products-breakpoint-992 .woocommerce ul.products[class*="columns-"] li.product{
	    width: 50%;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.wpisset-woocommerce-products-breakpoint-992-col3 .woocommerce ul.products[class*="columns-"] li.product{
	    width: 33.3%;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.wpisset-woocommerce-products-breakpoint-1200 .woocommerce ul.products[class*="columns-"] li.product{
	    width: 50%;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.wpisset-woocommerce-products-breakpoint-1200-col3 .woocommerce ul.products[class*="columns-"] li.product{
	    width: 33.3%;
	}
}
.wpisset-woo-loop-content-wrapper{
	margin-left: 1rem;
	margin-right: 1rem;
}
.woocommerce-loop-product__title{
	font-size: 16px !important;
	line-height: 1.6;
	font-weight: normal;
	padding: 0 !important;
}
.wpisset-woo-loop-content-wrapper .woocommerce-loop-product__link{
	margin: 1rem 0 0.5rem;
	margin: 0.5rem 0 0.5rem;
}
.wpisset-woo-loop-content-wrapper .woocommerce-loop-product__link:hover{
}
.wpisset-woo-loop-content-wrapper .woocommerce-loop-product__link .woocommerce-loop-product__title{
	color: #0473db;
	transition: color 0.2s;
	-webkit-line-clamp: 2;
	display: flex;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wpisset-woo-loop-content-wrapper .woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
	color: #111111;
	color: #0473db;
	opacity: 0.8;
}
.wpisset-product-sticky-price .price,
.wpisset-woo-price,
.wpisset-woo-loop-content-wrapper .price{
	border-top: 1px solid #d7d7d7;
	padding: 0.875rem 0;
	text-align: center;
	display: flex !important;
	justify-content: center;
	margin-top: 1rem;
}
.wpisset-woo-loop-content-wrapper .price{
	position: relative;
}
.wpisset-woo-loop-content-wrapper .price:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0%;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.product-type-external.sale .wpisset-product-sticky-price .price,
.product-type-external.sale .wpisset-woo-price,
.product-type-external.sale .wpisset-woo-loop-content-wrapper .price,
.product-type-simple.sale .wpisset-product-sticky-price .price,
.product-type-simple.sale .wpisset-woo-price,
.product-type-simple.sale .wpisset-woo-loop-content-wrapper .price{
	flex-direction: row-reverse;
}
.wpisset-product-sticky-price .price >*,
.wpisset-woo-price >*,
.wpisset-woo-loop-content-wrapper .price >*{
	margin: 0 0.25rem;
}
.woocommerce ul.products li.product .button{
	margin: 0;
}
.wpisset-woo-loop-nav{
	display: flex;
	border-top: 1px solid #d7d7d7;
	padding: 1rem 0 0.5rem;
	flex-wrap: wrap;
	justify-content: center;
	display: none;
}
.wpisset-woo-loop-nav >*{
	margin: 0 0.25rem 0.5rem !important;
	opacity: 0;
	bottom: -0.25rem;
}
.wpisset-product-active .wpisset-woo-loop-nav >*:first-child{
    opacity: 1;
    bottom: 0;
	-webkit-transition: opacity 0.2s ease 0.05s, bottom 0.2s ease 0.05s !important;
	transition: opacity 0.2s ease 0.05s, bottom 0.2s ease 0.05s !important;
}
.wpisset-product-active .wpisset-woo-loop-nav >*:nth-child(2){
    opacity: 1;
    bottom: 0;
	-webkit-transition: opacity 0.2s ease 0.1s, bottom 0.2s ease 0.1s !important;
	transition: opacity 0.2s ease 0.1s, bottom 0.15s ease 0.1s !important;
}
.wpisset-product-active .wpisset-woo-loop-nav >*:nth-child(3){
    opacity: 1;
    bottom: 0;
	-webkit-transition: opacity 0.2s ease 0.15s, bottom 0.2s ease 0.15s !important;
	transition: opacity 0.2s ease 0.15s, bottom 0.2s ease 0.15s !important;
}
.wpisset-product-active .wpisset-woo-loop-nav >*:nth-child(4){
    opacity: 1;
    bottom: 0;
	-webkit-transition: opacity 0.2s ease 0.2s, bottom 0.2s ease 0.2s !important;
	transition: opacity 0.2s ease 0.2s, bottom 0.2s ease 0.2s !important;
}
.wpisset-product-active .wpisset-woo-loop-nav >*:nth-child(5){
    opacity: 1;
    bottom: 0;
	-webkit-transition: opacity 0.2s ease 0.25s, bottom 0.2s ease 0.25s !important;
	transition: opacity 0.2s ease 0.25s, bottom 0.2s ease 0.25s !important;
}
.wpisset-product-active .wpisset-woo-loop-nav >*:nth-child(6){
    opacity: 1;
    bottom: 0;
	-webkit-transition: opacity 0.2s ease 0.3s, bottom 0.2s ease 0.3s !important;
	transition: opacity 0.2s ease 0.3s, bottom 0.2s ease 0.3s !important;
}
.wpisset-product-loop-list .wpisset-product-active .wpisset-woo-loop-nav > .button:first-child{
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
}
.wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-nav{
	display: flex;
}
@media screen and (max-width: 1200px) {
	.wpisset-woo-loop-nav{
		display: flex !important;
	}
	.wpisset-woo-loop-nav >*{
		opacity: 1 !important;
		bottom: 0 !important;
	}
}
.wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-inner{
	position: absolute;
	z-index: 1;
	background-color: #ffffff;
	width: calc(100% - 0.25rem);
	top: 0;
	left: 0;
}
.wpisset-product-loop-dark-bg .wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-inner{
	width: calc(100% - 1rem);
}
.wpisset-woo-loop-rating{
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
	overflow: hidden;
	position: relative;
	display: block;
}
.wpisset-woo-loop-rating-inner{
	display: flex;
	justify-content: center;
	justify-content: flex-start;
    position: absolute;
    bottom: -100%;
    left: 0;
}
.wpisset-woo-loop-norating{
	font-size: 90%;
	color: #363636;
}
.wpisset-woo-loop-rating-starts > span{
	font-size: 90%;
	color: #363636;
}
.wpisset-woo-loop-rating-starts{
	display: flex;
	align-items: center;
}
.woocommerce ul.products li.product .star-rating{
	margin: 0;
	font-size: 100%;
}
.wpisset-woo-loop-rating-wrap{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 200ms cubic-bezier(.17,.62,.44,.99);
	transition: -webkit-transform 200ms cubic-bezier(.17,.62,.44,.99);
	-o-transition: transform 200ms cubic-bezier(.17,.62,.44,.99);
	transition: transform 200ms cubic-bezier(.17,.62,.44,.99);
	transition: transform 200ms cubic-bezier(.17,.62,.44,.99),-webkit-transform 200ms cubic-bezier(.17,.62,.44,.99);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	position: relative;
}
.wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-rating-wrap{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.wpisset-woo-loop-status{
	font-size: 90%;
	color: #363636;
}
.wpisset-woo-loop-status > span:first-child{
	color: #959595;
}
.wpisset-woo-loop-status.out-of-stock > span:last-child{
	color: #111111;
	text-decoration: line-through;
}
.wpisset-woo-loop-status > span:last-child {
    color: #408806;
    text-transform: capitalize;
}
.wpisset-woo-loop-desc{
	display: none;
}
.wpisset-woo-enable-loop-desc .wpisset-woo-loop-desc{
	display: block;
}
.wpisset-woo-loop-desc >*{
	display: none !important;
}
.wpisset-woo-loop-desc > ul{
	display: flex !important;
	font-size: 90%;
	color: #959595;
}
.wpisset-woo-loop-desc > ul li{
	display: none;
	position: relative;
	padding-left: 0.75rem;
	width: 100%;
}
.wpisset-woo-loop-desc > ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #959595;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}
.wpisset-woo-loop-desc > ul li:nth-child(2),
.wpisset-woo-loop-desc > ul li:first-child{
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wpisset-woo-loop-nav-icon-border{
	height: 36px;
	width: 36px;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-180deg);
}
.wpisset-woo-loop-nav-icon-border .circle {
	stroke-dasharray: 377; 
	stroke-dashoffset: 377;
	transition: stroke-dashoffset 1s ease, opacity 0.5s ease;
	transition: stroke-dashoffset 1s ease, opacity 0.5s ease;
	opacity: 0;
}
.wpisset-woo-loop-nav-icon-border ellipse{
	stroke: #d7d7d7;
}
.wpisset-woo-loop-nav-icon-border ellipse.circle{
	stroke: #ffc421;
}
.wpisset-add-to-compare:hover .wpisset-woo-loop-nav-icon-border .circle,
.wpisset-add-to-wishlist:hover .wpisset-woo-loop-nav-icon-border .circle,
.wpisset-woo-quick-view:hover .wpisset-woo-loop-nav-icon-border .circle,
.wpisset-add-to-cart-button:hover .wpisset-woo-loop-nav-icon-border .circle {
	stroke-dashoffset: 0;
	opacity: 1;
	transition: stroke-dashoffset 1s ease;
	transition: stroke-dashoffset 1s ease;
}
.wpisset-add-to-cart-button{
	margin: 0;
	font-size: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	transition: all 0.2s;
	position: relative;
}
.wpisset-add-to-cart-button:hover {
}
.wpisset-add-to-cart-button svg.wpisset-woo-loop-nav-icon{
	display: block;
	height: 20px;
	width: 20px;
}
.wpisset-add-to-cart-button svg.wpisset-woo-loop-nav-icon path{
    transition: all 0.2s;
	fill: #111111;
}
.wpisset-add-to-cart-button:hover svg.wpisset-woo-loop-nav-icon path{
	fill: #111111;
}
.wpisset-add-to-wishlist{
	position: relative;
}
.wpisset-add-to-wishlist svg{
	z-index: 0;
}
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist{
	margin: 0;
	position: relative;
}
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a,
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a,
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist{
	margin: 0;
	font-size: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	display: block;
	background-color: transparent;
	text-decoration: none !important;
}
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>.feedback,
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>.feedback,
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist>*{
	display: none;
}
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist{
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='36' height='36' version='1.1' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg transform='scale(0.75)'%3E%3Cpath fill='none' stroke='%23111111' stroke-width='2' d='M34.8,4l8.00939e-08,-1.02247e-11c-4.53647,0.000578843 -8.69737,2.52023 -10.8,6.54l3.8512e-07,7.32987e-07c-3.13392,-5.96469 -10.5098,-8.25948 -16.4745,-5.12557c-4.0048,2.10417 -6.51645,6.25165 -6.52552,10.7756c0,6.73 4.18,12.88 9.58,17.93l1.07504e-05,9.5266e-06c4.16593,3.69167 8.6576,6.99851 13.42,9.88l3.28935e-06,-2.0422e-06c4.72668,-2.93457 9.21399,-6.23819 13.42,-9.88c6,-5.48 9.58,-11.2 9.58,-17.93l3.32534e-12,-9.0157e-06c0,-6.73235 -5.45765,-12.19 -12.19,-12.19c-0.00334141,0 -0.00668282,1.37388e-06 -0.0100242,4.12163e-06Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist:hover{
}
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a,
.wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a{
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='36' height='36' version='1.1' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg transform='scale(0.75)'%3E%3Cpath fill='none' stroke='%23111111' stroke-width='2' d='M34.8,4l8.00939e-08,-1.02247e-11c-4.53647,0.000578843 -8.69737,2.52023 -10.8,6.54l3.8512e-07,7.32987e-07c-3.13392,-5.96469 -10.5098,-8.25948 -16.4745,-5.12557c-4.0048,2.10417 -6.51645,6.25165 -6.52552,10.7756c0,6.73 4.18,12.88 9.58,17.93l1.07504e-05,9.5266e-06c4.16593,3.69167 8.6576,6.99851 13.42,9.88l3.28935e-06,-2.0422e-06c4.72668,-2.93457 9.21399,-6.23819 13.42,-9.88c6,-5.48 9.58,-11.2 9.58,-17.93l3.32534e-12,-9.0157e-06c0,-6.73235 -5.45765,-12.19 -12.19,-12.19c-0.00334141,0 -0.00668282,1.37388e-06 -0.0100242,4.12163e-06Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.wpisset-woo-quick-view{
	margin: 0;
	font-size: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	transition: all 0.2s;
	position: relative;
}
.wpisset-woo-quick-view svg.wpisset-woo-loop-nav-icon{
	display: block;
	height: 20px;
	width: 20px;
}
.wpisset-woo-quick-view svg.wpisset-woo-loop-nav-icon path{
    transition: all 0.2s;
	fill: #111111;
}
.wpisset-woo-quick-view:hover svg.wpisset-woo-loop-nav-icon path{
	fill: #111111;
}
.wpisset-add-to-compare{
	position: relative;
}
.wpisset-add-to-compare .compare-button .button:hover,
.wpisset-add-to-compare .compare-button .button{
	background-color: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: inherit !important;
	display: inherit !important;
	font-weight: normal !important;
	color: inherit !important;
}
.wpisset-add-to-compare .compare-button > a:hover,
.wpisset-add-to-compare .compare-button > a{
	margin: 0;
	font-size: 0;
	width: 36px;
	height: 36px;
	padding: 0;
	display: block;
	background-color: transparent !important;
	text-decoration: none !important;
}
.wpisset-add-to-compare .compare-button > a:hover,
.wpisset-add-to-compare .compare-button > a{
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='36' height='36' version='1.1' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!--Generated by IJSVG (https://github.com/iconjar/IJSVG)--%3E%3Cg transform='scale(0.75)'%3E%3Cpath fill='%23000' d='M42.54,13.8l-1.09,1.7l4.97231e-07,3.2487e-07c4.65585,3.04194 5.96419,9.28224 2.92224,13.9381c-1.84846,2.82916 -4.99281,4.54247 -8.37225,4.56191h-21.59l5.29,-5.3l-1.41,-1.4l-7.72,7.7l7.72,8l1.41,-1.53l-5.29,-5.47h21.59l1.01766e-07,5.12685e-10c6.5942,0.0332207 11.9668,-5.2855 12,-11.8797c0.000202022,-0.0401008 0.000202022,-0.0802023 -1.02537e-09,-0.120303v0l2.73309e-07,-0.000131589c0.00849608,-4.10121 -2.04255,-7.93273 -5.46011,-10.1999Z'%3E%3C/path%3E%3Cpath fill='%23000' d='M2,24.09l-2.9211e-07,-3.24611e-05c-0.0496877,-5.52262 4.387,-10.0399 9.90963,-10.0896c0.0301342,-0.000271121 0.0602696,-0.000406025 0.090405,-0.000404707h21.59l-5.29,5.3l1.41,1.4l7.69,-7.7l-7.7,-8l-1.41,1.54l5.3,5.46h-21.59l5.37636e-07,-6.72894e-09c-6.70973,0.0839775 -12.081,5.59137 -11.997,12.3011c0.0504189,4.02844 2.09441,7.76992 5.45699,9.9889l1.09,-1.69l-1.56931e-07,-1.0369e-07c-2.85577,-1.88691 -4.56685,-5.0872 -4.55,-8.51Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.wpisset-product-loop-grid-big.woocommerce-page ul.products li.product:not(.product-category){
	margin-bottom: 1rem;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-inner{
	display: flex;
	flex-wrap: wrap;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-thumbnail-wrapper{
	flex-basis: 45%;
	width: 45%;
	border-bottom: none;
	margin-right: 0;
	margin-left: 0;
	padding-left: 1rem
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-thumbnail-wrapper{
	padding-right: 0 !important;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-content-wrapper{
	flex-basis: 55%;
	width: 55%;
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0.5rem;
	padding-right: 1rem;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-content-inner{
	display: flex;
	flex-direction: column;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-content-wrapper a.woocommerce-LoopProduct-link{
	order: -1;
	margin: 1rem 0 0;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-content-wrapper .wpisset-woo-loop-desc{
	margin-top: 0.5rem;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-content-wrapper .wpisset-woo-loop-rating{
	margin-bottom: 0;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-content-wrapper .wpisset-woo-loop-nav{
	display: none !important;
}
.wpisset-woo-loop-inner > .wpisset-woo-loop-nav{
	display: none !important;
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-inner > .wpisset-woo-loop-nav{
	display: flex !important
}
@media screen and (max-width: 1200px) {
	.wpisset-product-loop-grid-big .wpisset-woo-loop-wrapper .wpisset-woo-loop-inner > .wpisset-woo-loop-nav{
		display: flex !important;
		border-color: transparent;
		position: relative;
	}
	.wpisset-product-loop-grid-big .wpisset-woo-loop-wrapper .wpisset-woo-loop-inner > .wpisset-woo-loop-nav:before {
	    content: '';
	    position: absolute;
	    left: 1rem;
	    top: -1px;
	    height: 1px;
	    width: calc(100% - 2rem);
	    display: block;
	    background-color: #d7d7d7;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.wpisset-product-loop-grid-big .wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-inner > .wpisset-woo-loop-nav{
		border-color: #d7d7d7;
	}
}
.wpisset-product-loop-grid-big .wpisset-woo-loop-inner > .wpisset-woo-loop-nav{
	flex-basis: 100%;
	width: 100%;
}
.wpisset-product-loop-grid-big .wpisset-woocommerce-pagination-wrap{
	margin-top: 1rem;
}
.wpisset-product-loop-list .woocommerce ul.products li.product,
.woocommerce-page .wpisset-product-loop-list ul.products li.product{
	margin-bottom: 0 !important;
}
.wpisset-product-loop-list .wpisset-woo-loop-inner{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ebebeb;
	border-radius: 0;
}
.wpisset-product-loop-list .wpisset-woo-loop-inner:hover {
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px;
}
.wpisset-product-loop-list.woocommerce-page ul.products li.product:first-child .wpisset-woo-loop-inner,
.wpisset-product-loop-list.woocommerce-page ul.products li.product:hover ~ .product .wpisset-woo-loop-inner{
	border-top-color: transparent;
}

.wpisset-product-loop-list .wpisset-woo-loop-thumbnail-wrapper{
	flex-basis: 30%;
	width: 30%;
	border-bottom: none;
	margin-right: 0;
	margin-left: 0;
	padding-left: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.wpisset-product-loop-list .wpisset-woo-loop-wrapper:hover .wpisset-woo-loop-thumbnail-wrapper{
	padding-right: 0 !important;
}
.wpisset-product-loop-list .wpisset-woo-loop-content-wrapper{
	flex-basis: 70%;
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
.wpisset-product-loop-list .wpisset-woo-loop-content-inner{
	display: flex;
	flex-direction: column;
	flex-basis: 60%;
	width: 60%;
	padding: 2rem 2rem 2rem 0;
}
.wpisset-product-loop-list .wpisset-woo-loop-content-wrapper a.woocommerce-LoopProduct-link{
	order: -1;
	margin: 1rem 0 0;
}
.wpisset-product-loop-list .wpisset-woo-loop-content-wrapper .woocommerce-loop-product__title{
	font-size: 18px !important;
}
.wpisset-product-loop-list .wpisset-woo-loop-nav-price-wrap{
	flex-basis: 40%;
	width: 40%;
	padding: 2rem 1rem 2rem 0;
}
.wpisset-product-loop-list .wpisset-woo-loop-nav-price-wrap .wpisset-woo-loop-nav{
	display: flex !important;
}
.wpisset-product-loop-list .wpisset-woo-loop-nav-price-wrap .wpisset-woo-loop-nav > *{
	opacity: 1 !important;
	bottom: 0 !important;
}
.wpisset-product-loop-list .wpisset-woo-loop-desc > ul li:nth-child(3){
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wpisset-product-loop-list .wpisset-woo-loop-nav > .button{
	width: 100%;
	margin: 0 0 1rem !important;
	border-radius: 1.25rem;
}
.wpisset-product-loop-list .wpisset-woo-loop-nav > .added_to_cart{
	display: none !important;
}
.wpisset-woo-loop-nav > .added_to_cart,
.wpisset-woo-loop-nav > .button{
	display: none !important;
}
.wpisset-product-loop-list .wpisset-woo-loop-nav > .button{
	display: block !important;
}
.wpisset-product-loop-list .wpisset-woo-loop-nav > .wpisset-add-to-cart-button{
	display: none;
}
.wpisset-product-loop-list .wpisset-woo-loop-desc{
	margin-top: 0.5rem;
}
.wpisset-product-loop-list .wpisset-woo-loop-desc > ul{
	font-size: 100%;
}
.wpisset-product-loop-list .wpisset-woo-loop-content-wrapper .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 1;
}
.wpisset-product-loop-list .button.loading{
	padding: 0.5625rem 1rem !important;
}
.wpisset-product-loop-list .button.loading:after{
	display: none;
}
.wpisset-disable-wishlist-btn .wpisset-add-to-wishlist,
.wpisset-disable-compare-btn .wpisset-add-to-compare{
	display: none !important;
}

/* => category */
.woocommerce ul.products li.product.product-category a{
	position: relative;
	display: block;
	border: 1px solid transparent;
	border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}
.woocommerce ul.products li.product.product-category:hover a{
	border-color: #d7d7d7;
}
.woocommerce ul.products li.product.product-category a img{
	margin-bottom: 0;
	padding: 1.25rem;
}
.woocommerce ul.products li.product.product-category a .woocommerce-loop-category__title{
	border-top: 1px solid transparent;
	padding: 1.25rem 0;
	text-align: center;
	font-size: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.woocommerce ul.products li.product.product-category:hover a .woocommerce-loop-category__title{
	border-color: #d7d7d7;
}
.woocommerce ul.products li.product.product-category a .woocommerce-loop-category__title span{
	position: relative;
	display: inline-flex;
}
.woocommerce ul.products li.product.product-category a .woocommerce-loop-category__title span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #d7d7d7;
}
.woocommerce ul.products li.product.product-category a .woocommerce-loop-category__title span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background-color: #ffc421;
    will-change: transform;
}
.woocommerce ul.products li.product.product-category a:hover .woocommerce-loop-category__title span:after {
    -webkit-animation: wpisset-underline-animation 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: wpisset-underline-animation 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count{
	background-color: transparent;
	font-size: 80%;
	margin-top: -0.5rem;
	margin-left: 0.375rem;
}
.wpisset-product-cat-loop-dark-bg .woocommerce ul.products{
	margin: 0 -0.5rem;
}
.wpisset-product-cat-loop-dark-bg .woocommerce ul.products li.product.product-category{
	padding: 0 0.5rem;
	margin-bottom: 1rem !important;
}
.wpisset-product-cat-loop-dark-bg .woocommerce ul.products li.product.product-category a{
	background-color: #ffffff;
	border-color: transparent !important;
}
.wpisset-product-cat-loop-hover-effect1 .woocommerce ul.products li.product.product-category{
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(.17,.62,.44,.99);
	transition: -webkit-transform 400ms cubic-bezier(.17,.62,.44,.99);
	-o-transition: transform 400ms cubic-bezier(.17,.62,.44,.99);
	transition: transform 400ms cubic-bezier(.17,.62,.44,.99);
	transition: transform 400ms cubic-bezier(.17,.62,.44,.99),-webkit-transform 1s cubic-bezier(.17,.62,.44,.99);
}
.wpisset-product-cat-loop-hover-effect1 .woocommerce ul.products li.product.product-category:hover{
	-webkit-transform: scale(1) translateY(-6px);
	-ms-transform: scale(1) translateY(-6px);
	transform: scale(1) translateY(-6px);
}
/* Flip Image */
.wpisset-woo-has-gallery .wp-post-image-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}
ul.products li.wpisset-woo-has-gallery .wp-post-image {
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}
ul.products li.wpisset-woo-has-gallery:hover .wpisset-woo-loop-thumbnail-wrapper .wp-post-image {
    opacity: 0
}
ul.products li.wpisset-woo-has-gallery:hover .wpisset-woo-loop-thumbnail-wrapper .wp-post-image-secondary {
    opacity: 1
}

/* WooCommerce Widgets */
#yith-ajaxsearchform > div,
.woocommerce-product-search{
	display: flex;
	position: relative;
}
#yith-ajaxsearchform > div [type="submit"],
.woocommerce-product-search [type="submit"]{
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	flex-basis: 30%;
	margin-left: 5px;
}
.woocommerce-product-search [type="submit"]:after{
}
#yith-ajaxsearchform > div [type="submit"],
.woocommerce-product-search [type="submit"]{
}
#yith-ajaxsearchform > div [type="submit"]:hover,
.woocommerce-product-search [type="submit"]:hover{
}
#yith-ajaxsearchform > div [type="search"],
.woocommerce-product-search [type="search"] {
	flex-basis: 70%;
	width: 70%;
	background-position: right 0.5rem center !important;
}
#yith-ajaxsearchform > div [type="search"]:focus,
.woocommerce-product-search [type="search"]:focus{
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	top: -6px;
	width: 13px;
	height: 13px;
	border: 1px solid #111111;
	background-color: #ffffff;
	border-radius: 50%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	border-radius: 0;
	background-color: #cccccc;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    background-color: rgba(0,0,0,0.3);
    height: 1px;
    position: relative;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #111111;
}
.woocommerce .widget_price_filter .ui-slider{
	margin: 2rem 7px;
}
.woocommerce .widget_price_filter .price_slider_amount{
	display: flex;
	align-items: center;
	line-height: inherit;
	font-size: 95%;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
	font-size: 100%;
	flex-grow: 1;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	font-size: 100%;
	padding: 0.25rem 1rem;
	border-radius: 1rem;
}
.woocommerce ul.product_list_widget li{
	word-break: break-word;
	line-height: 1.5;
}
.woocommerce ul.product_list_widget li:hover {
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 0.5rem 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a{
	color: #0473db;
	font-weight: normal;
	font-size: 95%;
}
.woocommerce ul.product_list_widget li .product-title{
	-webkit-line-clamp: 2;
	display: flex;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.woocommerce ul.cart_list li a span:after,
.woocommerce ul.product_list_widget li a span:after{
	display: none;
}
.woocommerce ul.cart_list li:hover a,
.woocommerce ul.product_list_widget li:hover a{
	color: #0473db;
	opacity: 0.8;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
	float: left;
	margin-right: 1rem;
	margin-left: 0;
	margin-bottom: 0.5rem;
	width: 4rem;
	border: 1px solid transparent;
	padding: 0.25rem;
	border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.wpisset-woo-product-sidebar .woocommerce ul.cart_list li img,
.wpisset-woo-product-sidebar .woocommerce ul.product_list_widget li img{
	width: 4.5rem;
}
.woocommerce ul.cart_list li:hover img,
.woocommerce ul.product_list_widget li:hover img{
	border-color: #d7d7d7;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 80%;
}
.product_list_widget ins {
    text-decoration: none;
    color: #ee262d;
}
.product_list_widget del{
	color: #959595;
}
.product_list_widget .woocommerce-Price-amount{
	font-size: 95%;
}
.product_list_widget .quantity{
	font-size: 95%;
}
.product_list_widget .quantity .woocommerce-Price-amount{
	font-size: 100%;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove{
	font-size: 100%;
	background-color: #ee262d !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff !important;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
	padding-left: 1.5rem;
	margin-bottom: 0.5rem;
}
.woocommerce ul.product_list_widget li .reviewer{
	font-size: 95%;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.widget_product_categories .product-categories > li a{
	position: relative;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	font-size: 95%;
	padding: 0.25rem 1rem;
	border-radius: 1rem;
	margin-right: 0.5rem;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
	border-color: #ebebeb;
	padding-top: 0.5rem;
}
.widget_product_categories .product-categories > li > a{
	margin-left: 1rem;
}
.widget_product_categories .product-categories > li > a:before{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 50%;
	content: '';
	-webkit-transform: translateX(-16px) translateY(-55%);
	transform: translateX(-16px) translateY(-55%);
}
.widget_product_categories .product-categories ul {
    margin: 0.3125rem 0 0 !important;
}
.widget_product_categories .product-categories ul ul {
    margin: 0.3125rem 0 0 1rem !important;
}
.widget_product_categories .product-categories ul li{
	position: relative;
}
.widget_product_categories .product-categories ul li a{
	padding-left: 1.5rem !important;
}
.widget_product_categories .product-categories ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    height: 1px;
    width: 0.75rem !important;
    background-color: #0473db;
    opacity: 0.35;
}
.widget.woocommerce.widget_product_categories ul li .count {
    position: relative;
    top: -0.375rem;
    left: -0.125rem;
    font-size: 80%;
}
.widget.wpisset-widget-custom-styles-1 > ul,
.widget.wpisset-widget-custom-styles-1 > ul{
    border: 1px solid #ebebeb;
    padding: 1.175rem 1.5rem 1.5rem;
}
.wpisset_toggle_product_categories.widget_product_categories .product-categories > li.cat-parent{
	position: relative;
}
.wpisset_toggle_product_categories.widget_product_categories .product-categories > li.cat-parent:after{
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='9.338px' fill='%23111111' viewBox='0 0 16 9.338' enable-background='new 0 0 16 9.338' xml:space='preserve'%3E%3Cpath d='M8,9.338c-0.187,0-0.365-0.078-0.491-0.216L0.19,1.125c-0.248-0.272-0.23-0.693,0.041-0.942s0.692-0.23,0.94,0.041L8,7.686 l6.829-7.461c0.247-0.271,0.669-0.29,0.94-0.041c0.271,0.249,0.289,0.67,0.041,0.942L8.491,9.122C8.365,9.26,8.187,9.338,8,9.338z' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
	content: '';
	cursor: pointer;
}
.wpisset_toggle_product_categories.widget_product_categories .product-categories > li.cat-parent.wpsisset-cat-parent-active:after{
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='9.26px' fill='%23111111' viewBox='0 0 16 9.26' enable-background='new 0 0 16 9.26' xml:space='preserve'%3E%3Cpath d='M15.322,9.26c-0.18,0-0.359-0.072-0.49-0.215l-6.829-7.42l-6.829,7.42c-0.248,0.27-0.669,0.289-0.94,0.04 c-0.271-0.247-0.289-0.666-0.041-0.936l7.319-7.953c0.252-0.273,0.729-0.273,0.981,0l7.32,7.953c0.248,0.27,0.229,0.689-0.041,0.936 C15.645,9.203,15.483,9.26,15.322,9.26z'/%3E%3C/svg%3E");
}
.wpisset_toggle_product_categories.widget_product_categories .product-categories > li.cat-parent > .children{
	display: none;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{
	margin-top: 1rem;
	border-radius: 1.25rem;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	display: flex;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
	flex-grow: 0;
	flex-grow: 1;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{
    display: flex;
    align-items: center;
}
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before{
	color: #ee262d;
	margin-right: 0.5rem;
	margin-top: -0.125rem;
	font-size: 90%;
}
.woocommerce .widget_layered_nav_filters ul li a .woocommerce-Price-amount{
	margin-left: 0.25rem;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count{
	font-size: 95%;
}
.woocommerce .widget_rating_filter ul li a{
	color: #363636;
	font-size: 95%;
	display: flex;
	align-items: center;
}
.woocommerce .widget_rating_filter ul li a .star-rating{
	font-size: 105%;
}
.yith-woocompare-widget{
	display: flex;
	flex-wrap: wrap;
}
.yith-woocompare-widget .products-list,
.yith-woocompare-widget .wpisset-widgettitle{
	width: 100%;
}
.yith-woocompare-widget ul.products-list li .title{
	text-transform: none;
	font-size: 95%;
}
.yith-woocompare-widget ul.products-list li:not(.list_empty){
	padding: 0.25rem 0 0.5rem 2rem;
	border-color: #ebebeb;
}
.yith-woocompare-widget a.compare{
	border-radius: 1.25rem;
	text-transform: none;
	font-size: 100%;
}
.yith-woocompare-widget a.clear-all{
	font-size: 95%;
	flex-grow: 1;
}
.widget.wpisset-widget-border #yith-ajaxsearchform > div [type="submit"],
.widget.wpisset-widget-border .woocommerce-product-search [type="submit"]{
	flex-basis: 40%;
}
.widget.wpisset-widget-border #yith-ajaxsearchform > div [type="search"],
.widget.wpisset-widget-border .woocommerce-product-search [type="search"] {
	flex-basis: 60%;
	width: 60%;
}
.widget.wpisset-widget-disable-title-elements .wpisset-widgettitle{
	border-bottom: none;
}
.widget.wpisset-widget-disable-title-elements .wpisset-widgettitle span{
	padding-bottom: 0;
}
.widget.wpisset-widget-disable-title-elements .wpisset-widgettitle span:before{
	display: none;
}

/* Single product */
.wpisset-woocommerce-content .product{
	display: flex;
	flex-wrap: wrap;
}
/*
removed temporary
.wpisset-woocommerce-content .wpisset-sp-inner-wrap .type-product > section,
.wpisset-woocommerce-content .wpisset-sp-inner-wrap .type-product > div{
	width: 100%;
	flex-basis: 100%;
}*/
.woocommerce div.product div.images .flex-control-thumbs{
	margin: 1rem 3.5rem 0;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	margin-bottom: 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
@media (min-width: 1201px) {
	.woocommerce:not(.wpisset-product-type-extented) div.product div.images .flex-control-thumbs{
		margin: 0;
	}
	.woocommerce:not(.wpisset-product-type-extented) div.product div.images .flex-control-thumbs li{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	border: 1px solid #d7d7d7;
	opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover{
	border-color: #959595;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
	border-color: #0473db;
}
.wpisset-woocommerce-content-wrapper{
	position: relative;
	z-index: 0;
}
@media (min-width: 1201px) {
	.woocommerce .wpisset-woocommerce-content-wrapper span.onsale{
		left: 7rem;
	}
}
.woocommerce.wpisset-product-type-extented .wpisset-woocommerce-content-wrapper span.onsale{
	left: 1rem;
}
@media (min-width: 1201px) {
	.wpisset-woocommerce-content-wrapper{
		display: flex;
		/*margin-bottom: 2rem;*/
		flex-wrap: wrap;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		padding: 0;
		width: 50%;
		margin-bottom: 2rem;
	}
	.woocommerce:not(.wpisset-product-type-extented) #content div.product div.images, .woocommerce:not(.wpisset-product-type-extented) div.product div.images, .woocommerce-page:not(.wpisset-product-type-extented) #content div.product div.images, .woocommerce-page:not(.wpisset-product-type-extented) div.product div.images{
		padding: 0 0 0 6rem;
		width: 55%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		padding: 0px 0px 0px 2rem;
		width: 50%;
		margin-bottom: 2rem;
	}
	.woocommerce:not(.wpisset-product-type-extented) #content div.product div.summary, .woocommerce:not(.wpisset-product-type-extented) div.product div.summary, .woocommerce-page:not(.wpisset-product-type-extented) #content div.product div.summary, .woocommerce-page:not(.wpisset-product-type-extented) div.product div.summary{
		padding: 0px 0px 0px 2rem;
		width: 45%;
	}
	.woocommerce div.product .product_title{
		font-size: 36px;
	}
}
@media (min-width: 993px) {
	.wpisset-woocommerce-content-wrapper{
		align-items: start;
	}
}
@media (max-width: 992px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		width: 100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width: 100%;
		padding: 3rem 0 0;
	}
}
@media (max-width: 1300px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		padding: 0 0 0 2rem;
	}
}
@media screen and (max-width: 992px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		padding: 0;
	}
}
.woocommerce div.product div.images.woocommerce-product-gallery{
	z-index: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 1;
}
body.single-product #inner-content{
	padding-top: 2.5rem;
}
.wpisset-single-product-breadcrumb{
	border: 1px solid #ebebeb;
	margin-bottom: 2.5rem;
	padding: 0.5rem 0.75rem;
	display: flex;
	align-items: center; 
}
@media screen and (max-width: 375px) {
	.wpisset-single-product-breadcrumb{
	    flex-direction: column;
	}
}
.wpisset-single-product-breadcrumb .woocommerce-breadcrumb{
	margin: 0;
	flex-grow: 1;
	font-size: 95%;
	color: #0473db;
}
@media screen and (max-width: 375px) {
	.wpisset-single-product-breadcrumb .woocommerce-breadcrumb{
	    margin-bottom: 0.5rem;
	}
}
.wpisset-single-product-breadcrumb .wpisset-sp-breadcrumb-delimiter{
	color: #363636;
}
.wpisset-single-product-breadcrumb .woocommerce-breadcrumb a{
	color: #363636;
}
.wpisset-single-product-share-btn{
	font-size: 90% !important;
	display: inline-flex;
	position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #363636;
    position: relative;
    align-items: center;
    border: 1px solid #d7d7d7;
    line-height: 1;
    padding: 0.25rem 0.75rem;
    border-radius: 0.825rem;
}
@media screen and (min-width: 376px) {
	.wpisset-single-product-share-btn{
	    margin-left: 1rem;
	}
}
.wpisset-single-product-share-btn:hover{
	color: #0473db;
	border-color: #0473db;
}
.wpisset-single-product-share-btn svg {
    display: block;
    height: 12px;
    width: 12px;
    margin-left: 0.5rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #363636;
}
.wpisset-single-product-share-btn:hover svg {
    fill: #0473db;
}
.wpisset-single-product-share-btn-wrap #wpisset-single-product-share-btns{
	display: none;
}
.woocommerce div.product .product_title{
	font-size: 30px;
	margin-bottom: 0.5rem;
}
.wpisset-single-product-rating-sku{
	display: flex;
	border-top: 1px solid #d7d7d7;
	padding-top: 0.5rem;
	margin-bottom: 1rem;
	align-items: center;
	position: relative;
}
@media (max-width: 600px) {
	.wpisset-single-product-rating-sku{
		flex-direction: column;
		align-items: flex-start;
	}
}
.wpisset-single-product-rating-sku:after {
    position: absolute;
    border-radius: 6px;
    height: 12px;
    width: 12px;
    background: rgb(255,196,33);
    background: linear-gradient(90deg, #ffc421 50%, #0473db 50%);
    content: '';
    top: 0;
    right: 0;
    -webkit-transform: translateX(0) translateY(-6px);
    transform: translateX(0) translateY(-6px);
}
.wpisset-single-product-rating-sku a{
	color: #0473db;
}
.wpisset-single-product-rating-sku a:hover{
	color: #0473db;
}
.wpisset-single-product-rating-sku a > span{
	position: relative;
}
.wpisset-single-product-rating-sku a > span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background-color: #0473db;
    will-change: transform;
}
.wpisset-single-product-rating-sku a:hover > span:after {
    -webkit-animation: wpisset-underline-animation2 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: wpisset-underline-animation2 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.wpisset-single-product-star-rating{
	margin-right: 1rem;
}
.wpisset-single-product-star-rating .woocommerce-review-link,
.wpisset-single-product-star-rating .wpisset-product-average-rating{
	font-size: 95%;
}
.wpisset-single-product-star-rating .woocommerce-product-rating{
	margin-bottom: 0 !important;
	display: flex;
}
.wpisset-single-product-star-rating .wpisset-product-average-rating{
	margin-right: 0.25rem;
}
.wpisset-single-product-star-rating .woocommerce-product-rating .star-rating{
	margin-right: 0.25rem;
	margin-top: .4em
}
.wpisset-sku-wrapper{
	font-size: 95%;
	color: #959595;
}
.woocommerce-product-details__short-description{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 1rem;
}
.woocommerce-product-details__short-description >* {
    margin: 1rem 0;
}
.woocommerce div.product .wpisset-sp-extented-price-cart p.price, .woocommerce div.product .wpisset-sp-extented-price-cart span.price,
.woocommerce div.product .summary p.price, .woocommerce div.product .summary span.price{
	margin-bottom: 1rem;
	font-size: 24px;
	display: inline-flex !important;
	flex-direction: row-reverse;
	justify-content: left;
	line-height: 1.2;
}
.woocommerce div.product .wpisset-sp-extented-price-cart p.price ins, .woocommerce div.product .wpisset-sp-extented-price-cart span.price ins,
.woocommerce div.product .summary p.price ins, .woocommerce div.product .summary span.price ins{
    font-weight: normal;
    color: #ee262d;
    margin-right: 1rem;
    text-decoration: none;
}
.woocommerce div.product .wpisset-sp-extented-price-cart p.price del, .woocommerce div.product .wpisset-sp-extented-price-cart span.price del,
.woocommerce div.product .summary p.price del, .woocommerce div.product .summary span.price del {
    color: #959595;
    opacity: 1;
}
.type-product > .wpisset-sp-inner-wrap{
	width: 100%;
}
@media (max-width: 1200px) {
	.wpisset-sp-extented-price-cart{
		display: none;
	}
}
@media (min-width: 1201px) {
	.wpisset-product-type-extented .wpisset-single-product-rating-sku{
		margin-bottom: 0.5rem;
	}
	.wpisset-product-type-extented .type-product > .wpisset-sp-inner-wrap{
		width: 66.6%;
		flex-basis: 66.6%;
	}
	.wpisset-product-type-extented .type-product > .wpisset-sp-extented-price-cart{
		width: 33.3%;
		flex-basis: 33.3%;
		padding-left: 3rem;
		margin-bottom: 2rem;
	}
	.wpisset-sp-extented-price-cart .wpisset-sp-extented-price-cart-inner{
		border: 2px solid #d7d7d7;
		border: 1px solid #d7d7d7;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 2rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	    margin-bottom: 2rem;
	    position: relative;
	}
	.wpisset-sp-extented-price-cart .wpisset-sp-extented-price-cart-inner:after{
	    content: '';
	    position: absolute;
	    left: -1px;
	    top: -1px;
	    height: 2px;
	    width: calc(100% + 2px);
	    background-color: #0473db;
	}
	.wpisset-sp-extented-price-cart .wpisset-sp-extented-price-cart-wrapper{
	    position: -webkit-sticky;
	    position: sticky;
	    top: 2rem;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    -o-transition: all 0.2s;
	    transition: all 0.2s;
	}
	body.admin-bar .wpisset-sp-extented-price-cart .wpisset-sp-extented-price-cart-wrapper{
		top: 4rem;
	}
	.wpisset-sticky-navigation-active2 ~ #content .wpisset-sp-extented-price-cart .wpisset-sp-extented-price-cart-wrapper{
		top: 8rem;
	}
	body.admin-bar .wpisset-sticky-navigation-active2 ~ #content .wpisset-sp-extented-price-cart .wpisset-sp-extented-price-cart-wrapper{
		top: 10rem;
	}
	.woocommerce div.product .wpisset-sp-extented-price-cart .grouped_form .woocommerce-grouped-product-list-item__quantity .button{
		padding: 0.25rem 0.375rem;
		font-size: 80%;
		display: inline-flex;
	}
	.woocommerce div.product .wpisset-sp-extented-price-cart .grouped_form .woocommerce-grouped-product-list-item__quantity .button span{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.woocommerce div.product .wpisset-sp-extented-price-cart form.cart .group_table td.woocommerce-grouped-product-list-item__label{
		padding-left: 5%;
		padding-right: 5%;
		font-size: 95%;
		flex-basis: 40%;
		width: 40%;
	}
	.woocommerce div.product .wpisset-sp-extented-price-cart .grouped_form p.stock{
		font-size: 75% !important;
	}
	.wpisset-product-type-extented.woocommerce div.product .summary p.price,
	.wpisset-product-type-extented .summary .wpisset-sp-add-to-cart-wrap{
		display: none !important;
	}
	.wpisset-product-type-extented .woocommerce-product-details__short-description{
		border-bottom: none;
	}
	.wpisset-product-type-extented .wpisset-sp-custom-cats{
		margin-top: 0;
	}
	.woocommerce div.product .wpisset-sp-extented-price-cart .wpisset-sp-add-to-cart-wrap{
		margin-bottom: 0;
		margin-top: 0.5rem;
		padding-top: 1.5rem;
		border-top: 1px solid #ebebeb;
		width: 100%;
	}
	.woocommerce div.product .wpisset-sp-extented-price-cart form.cart{
		margin: 0 !important;
	}
	.wpisset-sp-extented-price-cart-save{
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ebebeb;
		width: 100%;
		justify-content: center;
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
	}
	.wpisset-sp-extented-price-cart-save-total {
	    background-color: #ee262d;
	    color: #ffffff;
	    font-size: 90%;
	    font-weight: 500;
	    text-transform: uppercase;
	    letter-spacing: 0.5px;
	    padding: 0.125rem 0.5rem;
	    margin-left: 0.5rem;
	    display: inline-flex;
	}
	.wpisset-sp-extented-price-cart-save-total .woocommerce-Price-amount{
		margin-left: 0.25rem;
	}
	.wpisset-sp-extented-price-cart-save-was{
		font-size: 95%;
		color: #959595;
	}
}
@media (min-width: 1201px) {
	.woocommerce:not(.wpisset-product-type-extented) div.product div.images .flex-control-thumbs{
	    position: absolute;
	    left: 0;
	    top: 0;
	    display: flex;
	    flex-direction: column;
	    width: 60px;
	}
}

/* => cart form */
.wpisset-sp-add-to-cart-wrap .stock{
	margin-bottom: -1rem;
	font-size: 120% !important;
	font-weight: normal;
}
.wpisset-sp-add-to-cart-wrap > .stock{
	text-align: center;
}
.wpisset-sp-extented-price-cart .stock{
	margin-bottom: 0;
	font-size: 120% !important;
	font-weight: normal;
}
.wpisset-sp-extented-price-cart .stock.in-stock{
	margin-bottom: 1rem;
}
.wpisset-sp-extented-price-cart .variations_form .stock{
	margin-top: 1rem;
	margin-bottom: -1rem;
}
.wpisset-sp-add-to-cart-btn-wrap{
	display: flex;
	align-items: center;
	flex-grow: 1;
}
@media (max-width: 600px) {
	.wpisset-sp-add-to-cart-btn-wrap{
		flex-basis: 100%;
	}
}
.wpisset-sp-extented-price-cart .wpisset-sp-add-to-cart-btn-wrap{
	flex-basis: 100%;
	justify-content: center;
	flex-grow: inherit;
}
.wpisset-sp-add-to-cart-inner-wrap{
	display: flex;
	flex-wrap: wrap;
}
.wpisset-sp-add-to-cart-extra-btns{
	display: flex;
}
@media (max-width: 600px) {
	.wpisset-sp-add-to-cart-extra-btns{
		flex-basis: 100%;
	}
}
.wpisset-sp-extented-price-cart .wpisset-sp-add-to-cart-extra-btns{
	justify-content: center;
	margin-top: 1.5rem;
	margin-bottom: -0.5rem;
}
.wpisset-sp-extented-price-cart .wpisset-sp-add-to-cart-extra-btns{
	flex-basis: 100%;
}
.woocommerce div.product.product-type-variable p.price{
	color: #959595;
}
.woocommerce div.product form.cart div.quantity{
	float: none;
	flex-grow: 1;
}
.wpisset-sp-add-to-cart-btn-wrap .quantity{
	min-width: 40%;
} 
.wpisset-sp-add-to-cart-btn-wrap .quantity .qty{
	border-top-left-radius: 1.25rem;
	border-bottom-left-radius: 1.25rem;
	line-height: 1.5;
}
.woocommerce .quantity .qty{
	width: 100%;
}
.woocommerce .quantity .qty:focus{
	-webkit-box-shadow: inset 0 0 0 1px #0473db;
	box-shadow: inset 0 0 0 1px #0473db;
}
.woocommerce div.product form.cart .button{
	float: none;
	padding-left: 2rem;
	padding-right: 2rem;
}
.woocommerce div.product form.cart .wpisset-sp-add-to-cart-btn-wrap .button{
	border-top-right-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	width: 100%;
}
.woocommerce div.product.product-type-grouped form.cart .wpisset-sp-add-to-cart-btn-wrap .button,
.woocommerce div.product.product-type-external form.cart .wpisset-sp-add-to-cart-btn-wrap .button{
	border-top-right-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	border-bottom-left-radius: 1.25rem;
}
.woocommerce div.product form.cart .variations label,
.woocommerce table.shop_attributes th{
	font-weight: 500;
	font-size: 95%;
}
.woocommerce table.shop_attributes td p{
	padding: 0;
}
.woocommerce div.product form.cart .button{
}
.woocommerce div.product form.cart .button:after{
}
.woocommerce div.product form.cart .group_table .button:after{
	display: none;
}
.woocommerce div.product form.cart div.quantity{
	float: none;
}
.woocommerce div.product form.cart{
	margin-bottom: 1rem;
	margin-top: 2rem;
}
.woocommerce div.product form.cart.variations_form{
	margin-top: 1rem;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0
}
.single_variation_wrap{
    flex-basis: 100%;
}
.single_variation_wrap .single_variation >*:last-child{
	margin-bottom: 1rem;
}
.woocommerce-variation-add-to-cart{
}
.wpisset-page .variations_form table tr{
	border: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}
.wpisset-page .variations_form table tr:last-child{
    margin-bottom: 0rem;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{
	padding: 0 0 0.5rem;
	padding: 0;
}
.woocommerce div.product form.cart .variations td.label{
	text-transform: capitalize;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}
.woocommerce div.product form.cart .variations td.value{
	width: 100%;
}
.woocommerce div.product form.cart .variations select{
	margin-right: 0;
}
.woocommerce div.product form.cart .reset_variations{
	font-size: 90%;
}
.woocommerce div.product form.cart .woocommerce-variation-description p{
	margin-bottom: 1rem;
	font-size: 95%;
}
.woocommerce div.product .cart p.price, .woocommerce div.product .cart span.price{
	margin-bottom: 0;
}
/* => grouped */
.woocommerce div.product form.cart.grouped_form{
	display: block;
}
.woocommerce div.product form.cart.grouped_form .quantity .qty{
	border-radius: 1.25rem;
}
.woocommerce div.product form.cart .group_table{
	margin-bottom: 1.5rem;
}
.woocommerce div.product form.cart .group_table tr{
	display: flex;
	align-items: center;
}
.woocommerce div.product form.cart .group_table td:first-child{
	text-align: left;
}
.woocommerce div.product form.cart .group_table td{
	padding: 0.5rem 0;
	vertical-align: middle;
}
.woocommerce div.product form.cart .group_table tr:first-child td{
	padding-top: 0;
}
.woocommerce div.product .grouped_form p.stock{
	margin-bottom: 0;
	font-size: 95% !important;
	margin-top: 0.25rem;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity{
	flex-basic: 25%;
	width: 25%;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
	flex-basis: 50%;
	width: 50%;
	display: flex;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price{
	flex-basis: 25%;
}
.woocommerce div.product .wpisset-sp-extented-price-cart form.cart .group_table td.woocommerce-grouped-product-list-item__price{
	flex-basis: 35%;
}
.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__quantity .button{
	padding: 0.75rem;
	font-size: 85%;
	width: 100%;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label{
	width: 100%;
	display: flex;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a{
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	line-height: 1.2;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a:hover{
	color: #031d42;
}
.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__price {
    line-height: 1.2;
}
.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__price del {
    color: #959595;
    opacity: 1;
}
.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__price ins {
    color: #ee262d;
    text-decoration: none;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 2em;
    padding-left: 2em;
}
.wpisset-sp-add-to-cart-extra-btns{
	padding-left: 1rem;
}
@media (max-width: 600px) {
	.wpisset-sp-add-to-cart-extra-btns {
	    justify-content: center;
	    margin-top: 1.5rem;
	    padding-left: 0;
	}
}
.wpisset-sp-extented-price-cart .wpisset-sp-add-to-cart-extra-btns{
	padding-left: 0;
}
.wpisset-sp-add-to-cart-extra-btns >*{
	margin: 0 0.5rem
}
.wpisset-sp-add-to-cart-extra-btns .wpisset-woo-loop-nav-icon-border{
	width: 40px;
	height: 40px;
}
.wpisset-sp-add-to-cart-extra-btns .wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.wpisset-sp-add-to-cart-extra-btns .wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a,
.wpisset-sp-add-to-cart-extra-btns .wpisset-add-to-wishlist .yith-wcwl-add-to-wishlist .add_to_wishlist{
	width: 40px;
	height: 40px;
}
.wpisset-sp-add-to-cart-extra-btns .wpisset-add-to-compare .compare-button > a:hover,
.wpisset-sp-add-to-cart-extra-btns .wpisset-add-to-compare .compare-button > a{
	width: 40px;
	height: 40px;
}
.wpisset-sp-custom-cats{
	border-top: 1px solid #d7d7d7;
	padding-top: 1rem;
	margin-top: 2rem;
	font-size: 95%;
}
.wpisset-sp-custom-tags{
	margin: 1.5rem 0 -1rem !important;
}
.wpisset-sp-custom-tags a {
    font-size: 90% !important;
    display: inline-flex;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #363636;
    position: relative;
    align-items: center;
    border: 1px solid #d7d7d7;
    line-height: 1;
    padding: 0.25rem 0.75rem;
    border-radius: 0.825rem;
    text-decoration: none !important;
    margin-top: 0.5rem;
}
.wpisset-sp-custom-tags a:hover {
    color: #0473db;
    border-color: #0473db;
}
.wpisset-tagged-as-label{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	display: block !important;
	margin-bottom: 3rem;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel > h2{
	font-size: 24px;
	position: relative;
	display: inline-flex;
}
.woocommerce-Reviews-title{
	font-size: 24px;
	position: relative;
	display: inline-flex;
}
.woocommerce-Reviews-title:before,
.woocommerce div.product .woocommerce-tabs .panel > h2:before {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 1rem;
    display: block;
    content: " ";
    width: 4rem;
    height: 1px;
    background: currentColor;
    background: rgba(0,0,0,0.18);
}
.woocommerce-Reviews-title:after,
.woocommerce div.product .woocommerce-tabs .panel > h2:after {
    position: absolute;
    border-radius: 6px;
    height: 12px;
    width: 12px;
    background: rgb(255,196,33);
    background: linear-gradient(90deg, #ffc421 50%, #0473db 50%);
    content: '';
	top: 50%;
	left: calc(100% + 4rem);
    -webkit-transform: translateX(0) translateY(-6px);
    transform: translateX(0) translateY(-6px);
    margin-left: 1rem;
}
#tab-additional_information{
	padding: 0;
	border: none;
}
.woocommerce table.shop_attributes{
	margin: 1rem auto 0;
	border-top: none;
}
body:not(.wpisset-product-type-extented) .woocommerce table.shop_attributes{
	width: 70%;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th{
	padding: 1rem 2rem;
	border: 1px solid #ebebeb;
	background: transparent !important;.5
}
.woocommerce table.shop_attributes th {
    width: 30%;
    text-align: left;
}
.woocommerce #reviews #comments ol.commentlist{
	padding: 0;
	margin: 1rem auto 0;
}
body:not(.wpisset-product-type-extented) .woocommerce #reviews #comments ol.commentlist{
	width: 80%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	display: flex;
	flex-direction: column;
	margin: 0 0 0 6rem;
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding: 1.5rem 1.5rem 0.5rem;
	position: relative;
}
@media (max-width: 480px) {
	.woocommerce #reviews #comments ol.commentlist li .comment-text{
		margin: 0 0 0 4rem;
	}
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .meta:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text > .meta:before {
    content: '';
    position: absolute;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    background-color: #ffc421;
    -webkit-transition: .36s ease-out,background-color 1ms;
    -o-transition: .36s ease-out,background-color 1ms;
    transition: .36s ease-out,background-color 1ms;
    transition-delay: 0s, 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .meta:before {
    top: -1px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .meta:after {
    bottom: -1px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:hover > .meta:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:hover > .meta:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:hover > .meta:after {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:hover > .meta:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .description:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text > .description:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #ffc421;
    -webkit-transition: .12s ease-out,background-color 1ms;
    -o-transition: .12s ease-out,background-color 1ms;
    transition: .12s ease-out,background-color 1ms;
    transition-delay: 0s, 0s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .description:before {
    right: -1px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .description:after {
    left: -1px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-delay: .36s;
    -o-transition-delay: .36s;
    transition-delay: .36s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:hover > .description:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:hover > .description:before{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:hover > .description:after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:hover > .description:before {
    -webkit-transition-delay: .36s;
    -o-transition-delay: .36s;
    transition-delay: .36s;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
	order: -1;
	width: 85%;
}
@media (max-width: 768px) {
	.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
		width: 75%;
	}
}
@media (max-width: 480px) {
	.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
		width: 100%;
	}
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	width: 4rem;
	padding: 0;
	background: none;
	border: none;
}
@media (max-width: 480px) {
	.woocommerce #reviews #comments ol.commentlist li img.avatar{
		width: 2.5rem;
	}
}
.woocommerce #reviews #comments ol.commentlist .star-rating{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
@media (max-width: 480px) {
	.woocommerce #reviews #comments ol.commentlist .star-rating{
	    position: relative;
	    top: 0;
	    right: 0;
	    margin-bottom: 1rem;
	}
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	font-size: 95%;
	color: #959595;
}
.woocommerce-review__published-date{
	font-style: italic;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin-bottom: 1rem;
}
.woocommerce-review__author{
	color: #363636;
}
#review_form_wrapper{
	margin: 0 auto;
}
body:not(.wpisset-product-type-extented) #review_form_wrapper{
	width: 80%;
}
.woocommerce #reviews #reply-title{
	margin-bottom: 0;
	border-top: none;
	margin-top: 1rem;
	padding: 1rem 3rem;
}
.woocommerce #reviews #reply-title small{
	display: none;
}
.comment-form-rating{
	display: inline-flex;
	border: 1px solid #d7d7d7;
	margin-bottom: 2rem;
	align-self: flex-start;
	padding: 0.5rem 1rem;
	border-radius: 1.5rem;
}
.comment-form-rating >*{
	margin: 0 0.25rem !important;
}
.woocommerce #review_form #respond p.stars{
	display: flex;
	align-items: center;
}
.woocommerce #review_form #respond p.stars span{
	display: flex;
}
.woocommerce p.stars a{
	margin: 0 0.25rem;
}
.woocommerce #review_form #respond{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#review_form_wrapper .comment-form{
	display: flex;
	width: 100%;
	display: none;
	margin-top: 2rem;
	flex-wrap: wrap;
}
.woocommerce #review_form #respond form > p{
	margin-bottom: 1rem;
	width: 100%;
}
.woocommerce #review_form #respond form > p.form-submit{
	margin: 1rem 0 2rem;
}
.woocommerce #review_form #respond form > p.comment-form-email,
.woocommerce #review_form #respond form > p.comment-form-author{
	width: 49%;
}
.woocommerce #review_form #respond form > p.comment-form-author{
	margin-right: 2%;
	float: left;
}
.woocommerce #review_form #respond form > p.comment-form-email{
	float: right;
}
body:not(.wpisset-product-type-extented) .woocommerce #review_form #respond form > p.form-submit{
	text-align: center;
}
.woocommerce #review_form #respond form > p.form-submit input[type="submit"]{
	padding: 1rem 3rem;
}
.woocommerce #review_form #respond textarea{
	min-height: 128px;
}
.woocommerce .upsells,
.woocommerce .related{
	width: 100%;
	flex-basis: 100%;
}
.woocommerce .upsells{
	margin-bottom: 5rem;
}
.woocommerce .upsells > h2,
.woocommerce .related > h2{
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}
.woocommerce .upsells > h2 span,
.woocommerce .related > h2 span{
	padding-bottom: 1rem;
	display: inline-flex;
	position: relative;
}
.woocommerce .upsells > h2 span:before,
.woocommerce .related > h2 span:before {
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #0473db;
	content: '';
	bottom: -1px;
	left: 0;
}
.woocommerce .upsells > h2 span:after,
.woocommerce .related > h2 span:after {
	position: absolute;
	height: 2px;
	width: 50%;
	background-color: #ffc421;
	content: '';
	bottom: -1px;
	left: 50%;
}
@media (min-width: 769px) and (max-width: 992px) {
	.woocommerce .upsells ul.products[class*="columns-"] li.product,
	.woocommerce .related ul.products[class*="columns-"] li.product{
	    width: 33.3%;
	}
}
@media screen and (min-width: 993px) {
	.wpisset-product-sticky-active{
		padding-bottom: 103px;
	}
}
.wpisset-product-sticky {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}
.wpisset-product-sticky{
	display: none;
	display: block;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 0;
	z-index: -1;
	width: 100%;
	border-top: 1px solid #ebebeb;
}
.wpisset-sticky-product-active ~ .wpisset-product-sticky{
	display: block;
	visibility: visible;
	opacity: 1;
	z-index: 1000;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
}
.wpisset-sticky-product-active1 ~ .wpisset-product-sticky{
	-webkit-transition:-webkit-transform .2s ease;
	transition:-webkit-transform .2s ease;
	-o-transition:transform .2s ease;
	transition:transform .2s ease;
	transition:transform .2s ease,-webkit-transform .2s ease;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
}
.wpisset-sticky-product-active2 ~ .wpisset-product-sticky{
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.wpisset-product-sticky-navigation{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.wpisset-product-sticky-container{
	display: flex;
}
.wpisset-product-sticky-item-thumbnail{
	width: 70px;
}
.wpisset-product-sticky-item-thumbnail img{
	border: 1px solid #ebebeb;
	padding: 0.25rem;
	border-radius: 10px;
}
.wpisset-product-sticky-item-details{
	margin-left: 1rem;
}
.wpisset-product-sticky-item-title{
	color: #111111;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0.25rem
}
.wpisset-product-sticky-item-nav span{
	color: #959595;
	cursor: pointer;
	margin-right: 0.5rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 95%;
}
.wpisset-product-sticky-item-nav span:hover{
	color: #0473db;
}
.wpisset-product-sticky-item-nav span > span{
	position: relative;
}
.wpisset-product-sticky-item-nav span > span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background-color: #0473db;
    will-change: transform;
}
.wpisset-product-sticky-item-nav span:hover > span:after {
    -webkit-animation: wpisset-underline-animation2 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: wpisset-underline-animation2 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.wpisset-product-sticky-price-btn .wpisset-product-sticky-price .price{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 24px;
}
.wpisset-product-sticky-price-btn .wpisset-product-sticky-price .price ins{
	margin-right: 1rem;
}
.wpisset-product-sticky-price-btn{
	display: flex;
	align-items: center 
}
.wpisset-product-sticky-price{
	margin-right: 2rem;
}
.wpisset-product-sticky-btn{
	cursor: pointer;
	border-radius: 1.25rem;
}

/* WooCommerce Cart */
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	border: inherit;
}
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label{
	display: inline-block;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{
	float: none;
	margin-right: 0.5rem;
	padding: 0.5rem 1rem;
	width: 200px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img{
	width: 80px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals{
    position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells{
	float: none;
	width: 100%;
	order: 2;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	float: none;
	width: 100%;
	order: 1;
}
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2{
	display: none;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table{
	margin: 0 0 1rem;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th{
	border-top: inherit;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout{
	padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	display: inline-block;
	margin-bottom: 1rem;
	padding: 1rem 3rem;
	font-size: 110%;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li{
	width: 22.05%;
}
@media screen and (max-width: 768px) {
	.woocommerce .cart-collaterals .cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .cross-sells ul.products li{
		width: 48%;
	}
	#add_payment_method .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
		width: 100%;
	}
}
.woocommerce table.shop_table.woocommerce-cart-form__contents{
	margin-bottom: 1rem;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name a{
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	vertical-align: middle;
}
.woocommerce ul#shipping_method .amount{
	font-weight: 500;
}
.wcppec-checkout-buttons{
	text-align: left;
}
.woocommerce-cart table.cart .product-quantity .quantity .qty{
	width: 50%;
	border-radius: 1.25rem;
}

/* WooCommerce Checkout */
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	padding: 1rem 0;
}
@media screen and (max-width: 768px) {
	#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
		padding: 0;
	}
}
#order_review_heading{
}
.woocommerce form #billing_email_field{
	float: left;
	clear: none;
	overflow: visible;
	width: 47%;
}
.woocommerce form #billing_phone_field{
	float: right;
	clear: none;
	overflow: visible;
	width: 47%;
}
#ship-to-different-address,
.woocommerce-billing-fields h3{
	text-transform: capitalize;
}
#ship-to-different-address{
	font-size: 110%;
	line-height: 1.6;
}
#customer_details{
	margin-bottom: 2rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table{
	margin: 0;
	border-bottom: none;
}
.woocommerce-checkout-review-order{
	padding: 1rem 2.5rem;
	border: 1px solid #d7d7d7;
	border-radius: 10px
}
@media screen and (max-width: 768px) {
	.woocommerce-checkout-review-order{
		padding: 1rem;
	}
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	margin-top: 0.5rem;
	border-radius: 0;
	background: none;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row{
	padding: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	border: none;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{
	display: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
	display: block;
	margin: 0px;
	padding: 0 1rem 1rem;
	background: none;
	color: #959595;
	font-weight: 500;
	font-size: inherit;
}
@media screen and (max-width: 768px) {
	#add_payment_method #payment div.payment_box,
	.woocommerce-cart #payment div.payment_box,
	.woocommerce-checkout #payment div.payment_box{
		padding: 0 0.25rem 1rem;
	}
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label{
	color: #111111;
	font-weight: 500;
	font-size: 110%;
}
.woocommerce table.shop_table tfoot .order-total td,
.woocommerce table.shop_table tfoot .order-total th{
	border-bottom: 1px solid #d7d7d7;
}
.woocommerce-terms-and-conditions-wrapper{
	padding: 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
	.woocommerce-terms-and-conditions-wrapper{
		padding: 0 0.5rem 1rem;
	}
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
    display: block;
    width: 100%;
    font-size: 110%;
}
@media screen and (max-width: 480px) {
	#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form{
		display: flex;
		flex-direction: column;
	}
	#add_payment_method #payment div.payment_box .wc-credit-card-form >*,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form >*,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form >*{
		flex-basis: 100%;
		width: 100%;
	}
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th{
}
.woocommerce table.shop_table .order-total{
	color: #111111;
}
.woocommerce table.shop_table .order-total th{
	text-transform: uppercase;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name{
	color: #111111;
	font-weight: 500;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name strong{
	color: #363636;
	font-weight: 500;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce-page .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2,
.woocommerce-page .woocommerce-checkout .col2-set .col-2{
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
		background-color: transparent;
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon{
		padding-bottom: 1rem;
	}
	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions .input-text{
		float: left !important;
	}
}
@media screen and (max-width: 480px) {
	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions .input-text{
		margin-right: 0 !important;
		margin-bottom: 0.5rem;
		width: 100% !important;
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text + .button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button{
		width: 100%;
	}
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
	margin: 1rem 0;
	padding: 0;
	border: none;
}
.woocommerce form.checkout_coupon{
	margin-bottom: 0;
	padding-bottom: 1rem;
}
.woocommerce form.checkout_coupon p:first-child{
	display: none;
}
.woocommerce form.checkout_coupon .form-row{
	float: none;
	width: 100%;
}
@media screen and (min-width: 993px) {
	.woocommerce .woocommerce-checkout .col2-set,
	.woocommerce-page .woocommerce-checkout .col2-set {
		width: 54%;
		float: left;
	}
	.woocommerce .woocommerce-checkout .col2-set .col-1,
	.woocommerce-page .woocommerce-checkout .col2-set .col-1,
	.woocommerce .woocommerce-checkout .col2-set .col-2,
	.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
		float: none;
		width: 100%;
	}
	#order_review_heading {
		float: right;
		width: 42%;
	}
	.woocommerce-checkout-review-order {
		width: 42%;
		float: right;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		width: 100%;
		padding: 1rem 3rem;
	}
}

/* WooCommerce My Account */
.woocommerce-account.logged-in .woocommerce{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation {
    float: none;
    width: inherit;
    border-right: 1px solid #ebebeb;
    flex-basis: 30%;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul > li{
    padding: 10px 0;
	font-size: 18px;
}
.woocommerce-MyAccount-content {
    float: none;
    padding-left: 5%;
    width: inherit;
    flex-basis: 65%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media screen and (max-width: 768px) {
	.woocommerce-MyAccount-navigation {
	    margin-bottom: 40px;
	    padding-bottom: 20px;
	    border-right: none;
	    border-bottom: 1px solid #ebebeb;
	    flex-basis: 100%;
	}
	.woocommerce-MyAccount-content {
	    padding-left: 0;
	    flex-basis: 100%;
	}
}
.woocommerce-view-order.woocommerce-page .col2-set .col-2,
.woocommerce-view-order.woocommerce-page .col2-set .col-1,
.woocommerce-order-received.woocommerce-page .col2-set .col-2,
.woocommerce-order-received.woocommerce-page .col2-set .col-1,
.woocommerce-edit-address.woocommerce .col2-set .col-2,
.woocommerce-edit-address.woocommerce-page .col2-set .col-2,
.woocommerce-edit-address.woocommerce .col2-set .col-1,
.woocommerce-edit-address.woocommerce-page .col2-set .col-1{
	float: none;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce-MyAccount-content fieldset{
	margin: 40px 0 0;
	padding: 0;
	border: none;
}
.woocommerce-MyAccount-content fieldset legend{
	margin-bottom: 20px;
	color: #252525;
	font-weight: 500;
	font-size: 24px;
}
.woocommerce table.my_account_orders{
	font-size: inherit;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th{
	padding: 10px 0;
}
.woocommerce ul.order_details{
	padding: 0;
}
.woocommerce ul.order_details li strong{
	color: #252525;
	font-size: 16px;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details{
	padding: 0.5rem 1rem 0;
	border: 1px solid #ebebeb;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details li{
	float: none;
	margin: 0 0 0.5rem;
	padding: 0.5rem 0;
	border: none;
	font-size: 90%;
}
#customer_login{
	display: flex;
    flex-wrap: wrap;
}
#customer_login > div{
	float: none;
	padding: 4rem 4rem 3rem;
	width: 100%;
	border: 1px solid #ebebeb;
	flex-basis: 100%;
}
@media screen and (min-width: 993px) {
	#customer_login{
		padding: 0 10%;
	}
	#customer_login > div{
		flex-basis: 50%;
	}
}
#customer_login > div.u-column2{
	border: 1px solid #ebebeb;
	border-right: none;
	order: 1;
}
#customer_login > div.u-column1{
	order: 2;
}
.wpisset-my-account:not(.logged-in) .entry-title{
	display: none;
}

/* Shop content */
.wpisset-woo-shop-desc{
	order: -2;
}
.wpisset-woo-shop-desc .page-description p:empty{
	display: none;
}

/* Recent viewed section */
/* Frequently Bought Together */
/* WooCommerce Quick View*/
/* YITH Wistlist plugin */
/* Notice */
.wpisset-woo-recent-viewed{
		position: relative;
		left: calc((-100vw + 100%)/2);
		padding-left: 1rem;
		padding-right: 1rem;
	    max-width: 100vw;
	    width: 100vw;
		background-color: #f5f5f5;
		padding-top: 4rem;
		padding-bottom: 4rem;
		margin-top: 4rem;
}
@media (min-width: 1301px) {
	body:not(.wpisset-woo-shop-full-width) .wpisset-woo-recent-viewed{
		position: relative;
		padding-left: calc((100vw - 1200px + 2rem)/2);
		padding-right: calc((100vw - 1200px + 2rem)/2);
		padding-left: calc((100vw - 1300px + 2rem)/2);
		padding-right: calc((100vw - 1300px + 2rem)/2);
		width: 100vw !important;
		max-width: 100vw !important;
		flex-basis: auto !important;
		left: calc((-100vw + 1200px - 0rem)/2);
		left: calc((-100vw + 1300px - 0rem)/2);
	}
}
@media (min-width: 1365px) {
	.wpisset-woo-shop-full-width .wpisset-woo-recent-viewed{
			padding-left: 3rem;
			padding-right: 3rem;
	}
}
@media (min-width: 1301px) and (max-width: 1364px) {
	.wpisset-woo-shop-full-width .wpisset-woo-recent-viewed{
		padding-left: calc((100vw - 1300px + 2rem)/2);
		padding-right: calc((100vw - 1300px + 2rem)/2);
	}
}
@media (min-width: 1301px) {
	.wpisset-woo-shop-full-width .wpisset-woo-recent-viewed-wide {
	    position: relative;
	    left: calc((-100vw + 1300px)/2);
	    max-width: calc(100vw - 0rem);
	    width: calc(100vw - 0rem);
	    
	}
}
.wpisset-woo-recent-viewed{
	margin-bottom: -5rem;
}
.single-product .wpisset-woo-recent-viewed{
	margin-top: 3rem
}
.wpisset-woo-recent-viewed-inner{
	display: flex;
	padding: 2rem 1rem 1rem;
	background-color: #ffffff;
	flex-wrap: wrap;
}
.wpisset-woo-recent-viewed-item{
	width: 16.6%;
	flex-basis: 16.6%;
	padding: 0 1rem
}
@media screen and (max-width: 992px) {
	.wpisset-woo-recent-viewed-item{
		width: 33.3%;
		flex-basis: 33.3%;
	}
}
@media screen and (max-width: 600px) {
	.wpisset-woo-recent-viewed-item{
		width: 50%;
		flex-basis: 50%;
	}
}
@media screen and (max-width: 480px) {
	.wpisset-woo-recent-viewed-item{
		width: 100%;
		flex-basis: 100%;
	}
}
.wpisset-woo-recent-viewed-item-img{
	margin-bottom: 1rem;
}
.wpisset-woo-recent-viewed-item-img img {
    border: 1px solid transparent;
    padding: 0.25rem;
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.wpisset-woo-recent-viewed-item:hover .wpisset-woo-recent-viewed-item-img img {
    border-color: #d7d7d7;
}
.wpisset-woo-recent-viewed-item-title {
    -webkit-line-clamp: 1;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 95%;
}
@media screen and (max-width: 480px) {
	.wpisset-woo-recent-viewed-title{
		flex-direction: column;
	}
}
.wpisset-woo-recent-viewed-title{
	display: flex;
	margin-bottom: 2rem;
	align-items: center;
}
.wpisset-woo-recent-viewed-title svg{
	width: 24px;
	height: 24px;
	margin-right: 0.5rem;
}
.wpisset-woo-recent-viewed-title svg path{
	fill: #111111;
}
.wpisset-woo-recent-viewed-title-inner >*{
	margin-bottom: 0;
}
.wpisset-woo-recent-viewed-title-btn{
	flex-grow: 1;
	justify-content: flex-end;
	display: flex;
}
@media screen and (max-width: 480px) {
	.wpisset-woo-recent-viewed-title-btn{
		margin-top: 1rem
	}
}
@media screen and (max-width: 480px) {
	.wpisset-woo-recent-viewed-title{
		flex-direction: column;
	}
}
.wpisset-woo-recent-viewed-title-inner{
	display: flex;
	align-items: center;
}
.wpisset-woo-recent-viewed-title-btn a{
	color: #ffffff;
	background-color: #0473db;
	font-size: 90%;
	font-weight: 500;
	padding: 0 0.75rem;
	border-radius: 0.75rem;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.wpisset-woo-recent-viewed-title-btn a:hover{
	background-color: #031d42;
}
.wpisset-woo-recent-viewed-item .wpisset-woo-price{
	border-color: #ebebeb;
}

/* Frequently Bought Together */
.yith-wfbt-section{
	border: 1px solid #ebebeb;
	width: 100%;
	padding: 2rem;
	margin-bottom: 2rem;
}
@media (max-width: 480px) {
	.yith-wfbt-section{
		padding: 1rem;
	}
}
.yith-wfbt-section form{
	display: flex;
	flex-wrap: wrap;
}
.yith-wfbt-section .yith-wfbt-images{
	margin: 0 2rem 0 0;
	float: none;
}
.yith-wfbt-section .yith-wfbt-images td{
	padding: 1rem 0;
}
.yith-wfbt-submit-block{
	margin-top: 1rem;
}
.yith-wfbt-section .yith-wfbt-items{
	flex-basis: 100%;
	margin-left: 1rem;
	margin-top: 1rem;
	font-size: 95%;
}
.yith-wfbt-section .yith-wfbt-items li{
	margin: 0.25rem 0;
}
.woocommerce div.product .yith-wfbt-items .price{
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: left;
	font-size: inherit;
}
.woocommerce div.product .yith-wfbt-items .price ins{
    font-weight: normal;
    color: #ee262d;
	margin-right: 0.5rem;
    text-decoration: none;
}
.woocommerce div.product .yith-wfbt-items .price del {
    color: #959595;
    opacity: 1;
}
.yith-wfbt-section .yith-wfbt-images .image_plus{
	width: 2rem;
	position: relative;
	font-size: 150%;
	color: #0473db;
}
.yith-wfbt-section .yith-wfbt-images .image_plus:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: transparent;
    margin-left: -12px;
    margin-top: -12px;
    z-index: -1;
}
.yith-wfbt-section .price_text{
	margin-bottom: 0.5rem;
}
.yith-wfbt-section .total_price{
	font-size: 24px;
	color: #ee262d;
}
.yith-wfbt-section .yith-wfbt-images td img{
	border: 1px solid #d7d7d7;
	padding: 0.5rem;
	border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.yith-wfbt-section .yith-wfbt-images td a:hover img{
	border-color: #ffc421;
}
.yith-wfbt-submit-block .yith-wfbt-submit-button{
	padding: 0.25rem 1rem !important;
	border-radius: 1rem !important;
	font-size: 95% !important;
}

/* WooCommerce Quick View*/
.wpisset-woo-quick-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.wpisset-woo-quick-view-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    overflow: auto;
    max-width: 75%;
    max-height: 75%;
    width: 900px;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
	.wpisset-woo-quick-view-modal-content {
	    max-width: 85%;
	    max-height: 85%;
	}
}
.wpisset-woo-quick-view-modal-content div.product{
	display: flex;
}
.wpisset-woo-quick-view-modal-content div.product div.images {
    margin-bottom: 0;
}
.wpisset-woo-quick-view-modal-content div.product div.summary {
    margin-bottom: 0;
    padding: 4rem 2rem !important;
    width: 50% !important;
}
.wpisset-woo-quick-view-modal-content .wpisset-woo-cart-error {
    color: tomato;
}
.wpisset-woo-quick-view-modal-content .wpisset-woo-cart-error span {
    display: block;
}
.wpisset-woo-quick-view-modal-content .select-error {
    border-color: tomato;
}
.wpisset-woo-quick-view-modal-close {
	position: absolute;
	padding: 2rem;
	right: 0;
    top: 50px;
    cursor: pointer;
}
.wpisset-woo-quick-view-modal-close svg{
	height: 50px;
	width: 50px;
}
.wpisset-woo-quick-view-modal-content div.product div.images{
	width: 50% !important;
	position: relative;
	padding: 0 !important;
}
@media screen and (max-width: 992px) {
	.wpisset-woo-quick-view-modal-content div.product{
		flex-direction: column;
	}
	.wpisset-woo-quick-view-modal-content div.product div.summary,
	.wpisset-woo-quick-view-modal-content div.product div.images{
		width: 100% !important;
	}
	.wpisset-woo-quick-view-modal-content div.product div.images{
		height: 50vw;
	}
}
.wpisset-woo-quick-view-modal-content div.product div.images > img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
@media screen and (max-width: 480px) {
	.wpisset-woo-quick-view-modal-content div.product div.images{
		height: inherit;
	}
	.wpisset-woo-quick-view-modal-content div.product div.images > img{
		position: relative;
	}
}
.wpisset-woo-quick-view-modal-content div.product .out-of-stock,
.wpisset-woo-quick-view-modal-content div.product form.cart{
	margin-bottom: 0 !important;
}
.wpisset-woo-quick-view-modal-content .wpisset-sp-add-to-cart-extra-btns{
	display: none;
}

/* YITH Wistlist plugin */
#yith-wcwl-popup-message{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130%;
    border: 0;
    border-radius: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto !important;
    background-color: #fff;
    opacity: 0.7;
    color: #000000;
    font-weight: 500;
}
.woocommerce table.wishlist_table{
	font-size: inherit;
}
.woocommerce table.wishlist_table tbody td{
	padding: 10px;
}
.woocommerce table.wishlist_table tbody td.product-thumbnail{
	width: 15%;
	text-align: center;
}
.wishlist_table tr td.product-thumbnail a{
	display: inline-block;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart{
	text-align: right;
}
.wishlist_table .product-add-to-cart span.dateadded{
	margin-bottom: 0.5rem;
}
.wishlist_table .product-add-to-cart a.button{
	padding: 0.75rem 2rem !important;
	line-height: inherit !important;
	font-size: 90% !important;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
	display: inline-block !important;
	margin-bottom: 0;
	border-radius: 0;
	text-decoration: none;
}
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox{
	text-align: left;
}
.wishlist_table tr td.product-thumbnail a{
	width: 80px;
}
.wishlist_table tr td.product-name a{
}
@media screen and (max-width: 480px) {
	.woocommerce table.wishlist_table tbody td.product-add-to-cart{
		display: none;
	}
}
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock{
	color: tomato;
}

/* Notice */
.woocommerce-store-notice, p.demo_store {
    position: fixed;
    top: auto !important;
    bottom: 0;
	bottom: 30px;
    left: 0;
	left: 30px;
    display: none;
    margin-bottom: 0px;
	padding: 20px 30px;
	padding-right: 30px;
	width: 20%;
	background-color: #031d42;
	text-align: left;
	font-size: 90%;
}
@media (max-width: 1024px) {
	.woocommerce-store-notice, p.demo_store {
		width: 30%;
	}
}
@media (max-width: 768px) {
	.woocommerce-store-notice, p.demo_store {
		width: 40%;
	}
}
@media (max-width: 480px) {
	.woocommerce-store-notice, p.demo_store {
		width: 60%;
	}
}