.wd-hover-with-fade .product-wrapper {
	position: relative;
	transition: transform .3s ease
}

.wd-hover-with-fade .content-product-imagin {
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: 0;
	left: -15px;
	visibility: hidden;
	border: inherit;
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	opacity: 0;
	transform: scale(0.98)
}

.wd-hover-with-fade .fade-in-block {
	position: absolute;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0
}

.wd-hover-with-fade .product-element-bottom {
	position: relative;
	backface-visibility: hidden
}

.wd-hover-with-fade div.quick-shop-close {
	top: -5px
}

.wd-hover-with-fade.quick-shop-shown .add-to-cart-loop {
	opacity: .3;
	pointer-events: none
}

.wd-hover-with-fade.wd-fade-off {
	overflow: hidden
}

.wd-hover-with-fade.wd-fade-off .content-product-imagin,
.wd-hover-with-fade.wd-fade-off .hover-content {
	display: none
}

.wd-hover-with-fade.wd-fade-off .quick-shop-close {
	top: 5px;
	right: 10px
}

.wd-hover-with-fade.wd-fade-off .product-element-bottom {
	position: static
}

.wd-hover-with-fade.wd-fade-off .fade-in-block {
	position: static;
	visibility: visible;
	padding: 0 !important;
	border: none;
	opacity: 1
}

.browser-Safari .wd-hover-with-fade.wd-fade-off .fade-in-block {
	pointer-events: visible;
	pointer-events: unset
}

.platform-iOS .wd-hover-with-fade.wd-fade-off .fade-in-block {
	clip: rect(auto auto auto auto)
}

.wd-hover-with-fade.state-hover .wd-more-desc-btn {
	transform: none
}

.wd-hover-with-fade.hover-ready:hover .product-wrapper,
.wd-hover-with-fade.hover-ready.state-hover .product-wrapper {
	z-index: 20;
	transform: translateY(-5px) translateZ(0)
}

.wd-hover-with-fade.hover-ready:hover .content-product-imagin,
.wd-hover-with-fade.hover-ready.state-hover .content-product-imagin {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility .0s ease, transform .3s ease;
	transform: scale(1)
}

.wd-hover-with-fade.hover-ready:hover .fade-in-block,
.wd-hover-with-fade.hover-ready.state-hover .fade-in-block {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility .0s ease
}

.products-bordered-grid-ins .wd-hover-with-fade .content-product-imagin {
	top: -1px;
	right: -1px;
	left: -1px;
	box-shadow: none
}

.products-bordered-grid-ins .wd-hover-with-fade .fade-in-block {
	padding-bottom: 0
}

.products-bordered-grid .wd-hover-with-fade .product-wrapper {
	transform: none !important
}

.products-bordered-grid .wd-hover-with-fade .content-product-imagin {
	top: calc(var(--wd-sp) / 2 * -1 - 1px);
	right: calc(var(--wd-sp) / 2 * -1 - 1px);
	bottom: 0;
	left: calc(var(--wd-sp) / 2 * -1 - 1px);
	border: 1px solid var(--brdcolor-gray-300);
	border-radius: 0;
	box-shadow: none;
	transform: none
}

.browser-Safari .wd-hover-with-fade .fade-in-block {
	visibility: visible;
	pointer-events: none
}

.browser-Safari .wd-hover-with-fade.hover-ready:hover .fade-in-block,
.browser-Safari .wd-hover-with-fade.hover-ready.state-hover .fade-in-block {
	pointer-events: visible;
	pointer-events: unset
}

.platform-iOS .wd-hover-with-fade .fade-in-block {
	clip: rect(0 0 0 0);
	opacity: 1
}

.platform-iOS .wd-hover-with-fade.hover-ready:hover .fade-in-block,
.platform-iOS .wd-hover-with-fade.hover-ready.state-hover .fade-in-block {
	clip: rect(auto auto auto auto)
}

.wd-hover-base .wd-product-countdown {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	padding-top: 5px;
	border-top: 1px solid var(--brdcolor-gray-300)
}

.wd-hover-base .wd-product-countdown>span {
	flex: 1 1 auto;
	margin: 0;
	min-width: 0;
	background-color: transparent;
	box-shadow: none
}

.wd-hover-base .product-element-top {
	margin-bottom: 0
}

.wd-hover-base .product-element-bottom {
	padding: 10px
}

.wd-hover-base .product-element-bottom:hover .wd-more-desc-btn {
	transform: none
}

.wd-hover-base .wrapp-product-price {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	justify-content: flex-end;
	transition: transform .3s ease
}

.wd-hover-base .fade-in-block {
	top: calc(100% - 5px);
	padding: 0 10px 10px 10px
}

.wd-hover-base .wrapp-swatches {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	min-height: 47px;
	border-top: 1px solid var(--brdcolor-gray-300);
	border-bottom: 1px solid var(--brdcolor-gray-300);
	background-color: var(--bgcolor-white);
	transition: transform .3s ease;
	transform: translateY(102%) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.wd-hover-base .wrapp-swatches:empty {
	display: none
}

.wd-hover-base:hover .wrapp-swatches,
.wd-hover-base.state-hover .wrapp-swatches {
	transform: none
}

.wd-hover-base .swatches-on-grid {
	margin-bottom: 0
}

.wd-hover-base .wd-compare-btn {
	margin-left: auto
}

.wd-hover-base .wd-bottom-actions {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.wd-hover-base .wd-bottom-actions .wrap-wishlist-button {
	flex: 1 0 0;
	text-align: left
}

.wd-hover-base .wd-bottom-actions .wrap-quickview-button {
	flex: 1 0 0;
	text-align: right
}

.wd-hover-base .wd-bottom-actions .wd-action-btn.wd-style-icon>a,
.wd-hover-base .wd-compare-btn>a {
	width: 35px;
	height: 35px
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
	border-radius: var(--btn-shop-brd-radius);
	color: var(--btn-shop-color);
	box-shadow: var(--btn-shop-box-shadow);
	background-color: var(--btn-shop-bgcolor)
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:hover {
	color: var(--btn-shop-color-hover);
	box-shadow: var(--btn-shop-box-shadow-hover);
	background-color: var(--btn-shop-bgcolor-hover)
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:active {
	box-shadow: var(--btn-shop-box-shadow-active);
	bottom: var(--btn-shop-bottom-active)
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .add-to-cart-loop {
	font-size: 12px;
	line-height: 16px
}

.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .add-to-cart-loop span {
	padding: 10px 14px
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div {
	border-left: 1px none var(--brdcolor-gray-300)
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:not(:empty)+div:not(:empty),
.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:not(:empty)+div:empty+div:not(:empty) {
	border-style: solid
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:empty {
	display: none
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn {
	width: 100%
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn>a {
	width: inherit
}

.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-add-btn {
	flex: 1 0 0
}

.wd-hover-base:not(.hover-ready) .wd-bottom-actions .wd-action-btn>a {
	transition: none
}

.wd-hover-base.has-stars.purchasable .wrapp-product-price,
.wd-hover-base.has-stars.product-type-external .wrapp-product-price {
	height: calc(var(--wd-text-line-height) * 2em)
}

.wd-hover-base.has-stars.purchasable .product-rating-price,
.wd-hover-base.has-stars.purchasable .star-rating,
.wd-hover-base.has-stars.purchasable .wrapp-product-price .price,
.wd-hover-base.has-stars.product-type-external .product-rating-price,
.wd-hover-base.has-stars.product-type-external .star-rating,
.wd-hover-base.has-stars.product-type-external .wrapp-product-price .price {
	overflow: hidden;
	height: calc(var(--wd-text-line-height) * 1em);
	line-height: calc(var(--wd-text-line-height) * 1em)
}

.wd-hover-base.has-stars.purchasable .star-rating,
.wd-hover-base.has-stars.product-type-external .star-rating {
	margin-bottom: 0
}

.wd-hover-base.has-stars.purchasable:hover .wrapp-product-price,
.wd-hover-base.has-stars.purchasable.state-hover .wrapp-product-price,
.wd-hover-base.has-stars.product-type-external:hover .wrapp-product-price,
.wd-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price {
	transform: translateY(calc(var(--wd-text-line-height) * -1em)) translateZ(0)
}

.catalog-mode-on .wd-hover-base .wd-add-btn,
.login-see-prices .wd-hover-base .wd-add-btn {
	display: none
}

.catalog-mode-on .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn),
.login-see-prices .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) {
	padding-top: 10px;
	padding-bottom: 10px
}

.wd-hover-base.wd-loading-quick-shop .wrapp-swatches,
.wd-hover-base.quick-shop-shown .wrapp-swatches {
	transform: translateY(103%) translateZ(0)
}

.products-bordered-grid-ins .wd-hover-base .product-element-bottom {
	padding-bottom: 0
}

.products-bordered-grid-ins .wd-hover-base .fade-in-block {
	padding-top: 10px
}

.products-bordered-grid-ins .wd-hover-base .wd-buttons.wd-pos-r-t {
	top: 25px;
	right: 25px
}

@media (max-width: 1024px) {
	.wd-hover-with-fade .content-product-imagin {
		top: -10px;
		right: -10px;
		left: -10px
	}
}

@media (max-width: 768.98px) {
	.wd-hover-with-fade .quick-shop-close {
		top: -5px;
		right: -5px
	}
	
	.wd-hover-base .wrapp-swatches {
		min-height: 40px
	}
	
	.wd-hover-base .product-compare-button {
		display: none
	}
	
	.wd-hover-base.product-no-swatches .wrapp-swatches {
		display: none
	}
}

.fade-in-block p{
	margin-bottom:0;
}