.products {
	display: flex;
	margin: 0 -2% !important;
	flex-wrap: wrap;
	row-gap: 70px;
}

.product-item .price-section {
	padding: 0 15px;
	line-height: 1;
}

.product-item {
	background: #ffffff;
	overflow: hidden;
	position: relative;
}

.product-image,
.product-thumbnail {
	overflow: hidden;
	border: 1px solid #eeeeee;

}

.product-image>a {
	display: block;
	padding: 65px 35px;
}


.product-image,
.product-thumbnail,
.shop-product__image {
	margin: 0 auto 15px auto;
}
.product-image{
	position: relative;
	overflow: hidden;
}
.product-image img,
.shop-product__image img {
	width: 100%;
}
.product-image img{
	background-position: center !important;
}
.product-content>span {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	min-height: 18px;
	display: block;
}


.product-cat a {
	/* font-size: 20px; */
	font-size: 16px;
	color: #000000;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
}

.product-name a,
.product-item h3 {
	font-size: 16px;
	color: #454545;
	font-weight: 400;
	margin: 10px 0 14px 0;
	display: block;
	line-height: 16px;
	text-transform: capitalize;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.product-item h3 {
	font-size: 20px;
	line-height: 25px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 25px 0 7px 0;
}

.product-item h3 a {
	color: #000;
	font-weight: 600;
}
.product-item h6{
    font-size: 16px;
    color: #454545;
    font-weight: 400;
    margin: 0;
}

.product-item .btn {
	width: 100%;
}

.order_details .product-name a {
	font-size: 13px;
}

.product-price {
	margin-bottom: 10px;
}

.product-price .price,
.product-content .price {
	font-size: 18px;
	line-height: 1;
	color: #000000;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
}

.product-price .price del,
.product-content .price del {
	font-size: 14px;
}


.product-price .price ins+del,
.product-content .price ins+del {
	margin-left: 15px;
}

.over-product{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	background-color: rgba(255, 255, 255, 0.55);
	display: flex;
    align-items: center;
    justify-content: center;
	transition: all .5s;
}
.over-product .link-btn{
	background: linear-gradient(45deg, #ea2e42, #f56377 80%, #f56377);
	width: 185px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}
.over-product .link-btn:hover{
	background: linear-gradient(-45deg, #ea2e42, #ea2e42 80%, #f56377);
}
.product-image:hover .over-product{
	bottom: 0;
}
/* ---------------------------------------------------------------- */

.currency {
	margin-right: 5px;
}

.single-page-outer {
	width: 100%;
	float: left;
}

/* ---------------------------------------------------------------- */

.product-item .tinv-wishlist {
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	z-index: 999;
	cursor: pointer;
}
.product-item  .over-product .tinv-wishlist{
	display: block;
}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: 17px !important;
	color: #eeeeee;
}

.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
	color: #e7737b;
}

.wishlist-products .product-remove button {
	padding: 0;
	background: none;
	border: none;
	margin: 5px 5px 0 0;
}

.wishlist-products .product-remove button i {
	font-size: 24px;
	color: #a7a7a7;
}

.tinv-wishlist .product-action {
	width: 100% !important;
	margin-top: 15px;
}

.tinv-wishlist .products {
	margin: 0 !important;
	width: 100%;
	row-gap: 30px;
}

.wishlist-products {
	width: 100%;
}

.wishlist-products .products li {
	width: 31.3%;
	border: none;
	margin: 0 1%;
	background: #ffffff;
}

.tinv-wishlist .product-action .outer-div {
	width: 100%;
}

.wishlist-products .products .wishlist_item {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.wishlist_item .product-cat a {
	font-size: 14px;
}

.wishlist-products .product-remove {
	position: absolute;
	right: 10px;
	top: 10px;
}

.wishlist-products .product-thumbnail {
	width: 100%;
}

.wishlist-products .product-thumbnail a {
	display: block;
	padding: 85px 60px;
}

.wishlist-products .product-thumbnail img,
.cart_item .cart-img-block img {
	width: 100%;
}

.wishlist-products .products .wishlist_item h3 {
	font-size: 20px;
	font-weight: bold;
}

.wishlist-products .products .wishlist_item h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.list-section .product-item {
	width:29.3%;
	margin: 0 2% !important;
}
.tinv-wishlist .tinvwl-buttons-group button{
	background: linear-gradient(45deg, #ea2e42, #f56377 80%, #f56377);
    width: 150px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    padding: 0;
    margin-right: 5px;
}
.tinv-wishlist .tinvwl-buttons-group button:hover{
	background: linear-gradient(-45deg, #ea2e42, #ea2e42 80%, #f56377);
}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group {
    display: flex;
    justify-content: space-between;
}
.tinv-wishlist .tinv-modal button+.button, .tinv-wishlist .tinv-modal button+button{
	width: 150px;
}
/* ------------------search-results-------------------- */

.search-results .products {
	margin: 0 !important;
	row-gap: 15px;
	justify-content: space-between;
}

.search-results .product-item {
	width: 49.3%;
	display: flex;
	padding: 12px;
	border-radius: 12px;
	align-items: center;
}

.search-results .product-image {
	width: 20%;
	margin: 0;
}

.search-results .product-content {
	width: 80%;
	text-align: left;
	padding-left: 20px;
}

.search-results .over-product .outer-div {
	max-width: 230px;
}

.search-results .product-price .price,
.search-results .product-content .ins,
.search-results .product-content .price {
	line-height: 13px;
}

.text-block-01 .detail-price{
	display:none;
}
.text-block-01 form.cart{
	display:none;
}
.product-sku{
	display:none; 
}
nav.woocommerce-breadcrumb{
	display:none;
}
@media only screen and (max-width: 1450px) {

	.tinv-wishlist .product-action .btn,
	.over-product .outer-div .btn {
		padding: 10px 15px;
		width: 100%;
	}

	.product-image,
	.shop-product__image {
		margin: 0 0 15px 0;
	}
}

@media only screen and (max-width: 1200px) {
	.tinv-wishlist .product-action .btn {
		font-size: 13px;
		border-radius: 6px;
	}
}

@media only screen and (max-width: 1040px) {

	.tinv-wishlist .product-action .btn,
	.over-product .outer-div .btn {
		width: calc(100% - 30px);
		padding: 10.5px 5px;
		font-size: 13px;
	}

	.tinvwl-shortcode-add-to-cart,
	.over-product .outer-div .plus,
	.over-product .outer-div .heart,
	.tinv-wishlist .product-action .plus,
	.tinv-wishlist .product-action #product-counter,
	.tinv-wishlist .product-action .outer-div button {
		font-size: 16px;
	}

	.products {
		row-gap: 15px;
	}

	.product-item {
		padding: 15px 10px;
		border-radius: 10px;
	}

	.product-name a,
	.product-item h3 {
		font-size: 12px;
		margin: 10px 0 0 0;
	}

	.product-price .price,
	.product-content .price {
		font-size: 12px;
	}

	.product-image,
	.shop-product__image {
		margin: 0;
	}

	.tinv-wishlist .product-action .outer-div,
	.over-product .outer-div {
		padding: 0 5px;
		width: 98%;
	}

	.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
		width: 16px;
	}
	.over-product .link-btn{
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	ul.products li.product .tinvwl_add_to_wishlist_button {
		margin-top: 0;
	}
}

@media only screen and (max-width: 860px) {

	.tinv-wishlist .product-action .btn,
	.over-product .outer-div .btn {
		padding: 10px 5px;
		font-size: 13px;
	}

	.tinvwl-shortcode-add-to-cart,
	.over-product .outer-div .plus,
	.over-product .outer-div .heart,
	.tinv-wishlist .product-action .plus,
	.tinv-wishlist .product-action #product-counter,
	.tinv-wishlist .product-action .outer-div button {
		width: 32px;
		font-size: 14px;
	}

	.list-section .product-item {
		width: 48%;
		margin: 0 1% !important;
	}

	.product-item {
		border-radius: 15px;
		padding: 10px 10px 25px 10px;
	}

	.product-content h3 ,.product-item h6{
		font-size: 14px;
	}

	.product-content .price {
		font-size: 14px;
	}

	.product-image,
	.shop-product__image {
		margin: 0;
	}
	.products{
		margin: 0 -1% !important;
	}
	.product-image>a {
		padding: 35px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.wishlist-products .products {
		row-gap: 15px;
	}

	.product-content .price {
		font-size: 12px;
	}

}

@media only screen and (max-width: 640px) {
	.search-results .products {
		row-gap: 10px;
	}

	.search-results .product-item {
		width: 100%;
		border-radius: 6px;
	}

	.over-product .outer-div .btn,
	.tinv-wishlist .product-action .btn {
		width: 100%;
		font-size: 10px;
		padding: 8px 5px;
	}

	.over-product .outer-div {
		border-radius: 6px;
	}

	.wishlist-products .products li {
		width: 47.8%;
	}

	.products {
		row-gap: 6px;
	}

	.product-item {
		padding: 6px 6px 10px 6px;
		border-radius: 10px;
	}

	.product-name a,
	.product-content>span {
		font-size: 10px;
		margin: 0;
	}


	.product-content>span {
		min-height: 10px;
		margin-top: 5px;
	}

	.product-item h3 {
		line-height: 14px;
	}

	.product-price .price del,
	.product-content .price del {
		font-size: 10px;
	}

	.owl-nav button {
		top: 65%;
	}
}