.product-inner,
.product-thumb {
	position: relative;
}
.product-inner .second-image {
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.product-inner:hover .second-image {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1199px) {
	.product-thumb img {
		width: 100%;
	}
}
.group-button a {
	display: inline-block;
}

.yith-wcwl-add-to-wishlist {
	position: relative;
	margin-top: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
}
.yith-wcwl-add-to-wishlist a {
	font-size: 0;
	display: block;
	height: 40px;
}
.yith-wcwl-add-to-wishlist a:not(:hover) {
	color: inherit;
}
.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.product-item .product-info {
	padding: 20px 15px;
}
.product-item .product-inner {
	border-radius: 8px;
	border: 2px solid #f3f3f3;
}
.product-item .product-inner:hover {
	border-color: #3c3;
}

.product-item.style-01 .product-thumb {
	margin-bottom: 15px;
	overflow: hidden;
}
.product-item.style-01 .product-thumb > .thumb-link,
.product-item.style-01 .product-thumb .second-image {
	display: block;
}
.product-item.style-01 .group-button {
	position: absolute;
	right: 14px;
	bottom: 14px;
}
.product-item.style-01 .group-button .add-to-cart,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .group-button .compare-button,
.product-item.style-01 .group-button .yith-wcqv-button {
	display: block;
	background-color: #3c3;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
	margin-top: 7px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
	color: rgb(255, 253, 253);
}
.product-item.style-01 .group-button .add-to-cart {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item.style-01 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-01 .group-button .compare-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.product-item.style-01 .product-inner:hover .group-button .add-to-cart,
.product-item.style-01 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .product-inner:hover .group-button .compare-button,
.product-item.style-01 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-item.style-01 .group-button .add-to-cart:hover,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-01 .group-button .compare-button:hover,
.product-item.style-01 .group-button .yith-wcqv-button:hover {
	background-color: #000;
}
.product-item.style-01 .group-button .add-to-cart:hover a,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist:hover a,
.product-item.style-01 .group-button .compare-button:hover a,
.product-item.style-01 .group-button .yith-wcqv-button:hover {
	color: rgb(199, 17, 17);
}
.product-item.style-01 .product-info {
	position: relative;
}

.product-item.list .product-inner {
	overflow: hidden;
	background-color: transparent;
	display: table;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 20px;
}
.product-item.list:not(:last-child) .product-inner {
	margin-bottom: 30px;
}
.product-item.list .product-thumb {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.product-item.list .yith-wcqv-button {
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	left: 0;
	bottom: -40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	background-color: rgba(100, 100, 100, 0.75);
	color: #fff;
	width: 100%;
	font-size: 14px;
	font-family: 'sofia_prosemibold';
}
.product-item.list .yith-wcqv-button::before {
	margin-right: 10px;
	vertical-align: top;
}
.product-item.list .yith-wcqv-button:hover {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}
.product-item.list .product-inner:hover .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.product-item.list .product-info {
	display: table-cell;
	vertical-align: middle;
	width: 49%;
	padding: 0 15px 0 20px;
	border-right: 1px solid #ebebeb;
}
.product-item.list .product-name {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.product-item.list .price {
	margin-bottom: 12px;
}
.product-item.list .kobolg-product-details__short-description {
	overflow: hidden;
}
.product-item.list .group-button {
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
}
.product-item.list .group-button .clear {
	display: none;
}
.product-item.list .group-button .add-to-cart {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 0 12px;
	display: table;
	margin-bottom: 15px;
	font-family: 'sofia_prosemibold';
	border-radius: 4px;
	width: auto;
}
.product-item.list .group-button .add-to-cart:hover {
	color: #fff;
	background-color: #0b0393;
	border-color: #0b0393;
}
.product-item.list .group-button .add-to-cart a:hover {
	color: #fff;
}
.product-item.list .group-button .add-to-cart a {
	font-size: 13px;
}
.product-item.list .group-button .yith-wcwl-add-to-wishlist a,
.product-item.list .group-button .compare {
	font-size: 14px;
}
.product-item.list .group-button .add-to-cart a::before,
.product-item.list .group-button .compare::before {
	margin-right: 10px;
	vertical-align: top;
}
.product-item.list .group-button .yith-wcwl-add-to-wishlist a::before {
	margin-right: 5px;
}
.product-item.list .group-button .compare-button,
.product-item.list .group-button .yith-wcwl-add-to-wishlist {
	width: auto;
	height: auto;
	line-height: 30px;
	display: table;
	font-family: 'sofia_promedium';
}