/*  
---------------------------------------------------------------------------
*  Theme Name: Splent - Responsive Multi Purpose Templates w page builder *
*  Author: NouvelloThemes                                                 *
*  Subpackage: WooCommerce																								*
*  Version: 1.1.0                                                        *
---------------------------------------------------------------------------
*/


/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/

.woocommerce .page-title {
	margin-top: 0;
	margin-bottom: 1.625rem;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce table.shop_attributes th {
	font-weight: 400;
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	line-height: 1.5;
}


/* related items - 4 items per row (default) spacing correction */

/*.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products li.product{
	width: 22.15%;
}*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 22.15%;
}

/* shop loop responsive layout */

@media screen and (max-width: 420px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
	}
}


/* shop loop - quick view, add to cart, add to favs */

.products .product-img-wrapper {
	opacity: 1;
}

.products .woo_image_flip-has-gallery:hover .product-img-wrapper,
.products .product:hover .product-img-wrapper {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}

.products li:hover .shop-loop-item-btns {
	margin-top: 75%;
	opacity: 1;
}

.products.square-thumbs li:hover .shop-loop-item-btns {
	/* if thumbs are square - use 50% */
	margin-top: 50% !important;
}

.products.list li:hover .shop-loop-item-btns {
	margin-top: 22.5%;
	opacity: 1;
}

.products.square-thumbs.list li:hover .shop-loop-item-btns {
	/* if thumbs are square - use 15% */
	margin-top: 15% !important;
}

.shop-loop-item-btns {
	/*  display:none;*/
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.products.list .shop-loop-item-btns {
	top: 0%;
	bottom: auto;
	right: auto;
	width: 30.75%;
	/* must match ul.products.list li.product img */
}

body.rtl .products.list .shop-loop-item-btns{
	right: 0;
	left: auto;
}

.products.grid .shop-loop-item-btns {
	left: 0 !important;
}

@media (min-width: 400px) {
	.products .shop-loop-item-btns {
		display: inline-block;
	}
}

.shop-loop-item-btns a:hover {
	background-color: rgba(255, 255, 255, .5);
	transition: color 0.25s ease;
	color: #222;
}

.shop-loop-item-btns a:hover .products li img {
	opacity: 0 !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}

.quick-view,
.add-cart,
.add-fav,
.add-comp {
	display: inline-block;
	width: 50px;
	height: 50px;
	width: 3vw;
	height: 3vw;
	margin-left: 10px;
	margin-right: 10px;
	margin-left: 0.5vw;
	margin-right: 0.5vw;
	text-align: center;
	line-height: 46px;
	line-height: 3vw;
	font-size: 16px;
	font-size: 1vw;
	color: #333;
	border: 2px solid #333;
}

.quick-view:hover,
.add-cart:hover,
.add-fav:hover,
.add-comp:hover {
	color: var(--primary);
	background: rgba(0, 0, 0, 0.25);
}

.quick-view.dark,
.add-cart.dark,
.add-fav.dark,
.add-comp.dark {
	color: #fff;
	background: #333;
}

.quick-view.dark:hover,
.add-cart.dark:hover,
.add-fav.dark:hover,
.add-comp.dark:hover {
	color: var(--primary);
	background: #333;
}

.has-sidebar .quick-view,
.has-sidebar .add-cart,
.has-sidebar .add-fav,
.has-sidebar .add-comp {
	width: 35px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}

/* coupon text field */

#coupon_code {
	padding-left: 15px;
	border: 1px dashed #ccc;
	border-radius: 0px;
	height: 34px;
}

@media screen and (max-width: 768px) {
	.shop_table.shop_table_responsive.cart button[type="submit"]:nth-child(2) {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
		padding-left: inherit;
		padding-right: inherit;
	}
}

@media screen and (max-width: 400px) {
	.shop_table.shop_table_responsive.cart #coupon_code {
		width: 100% !important;
		margin-top: 10px;
	}
	.shop_table.shop_table_responsive.cart button[type="submit"] {
		width: 100%;
		margin-top: 18px;
	}
	.shop_table.shop_table_responsive.cart button[type="submit"]:nth-child(2) {
		margin-bottom: 10px;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		font-size: 1rem;
	}
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-image: linear-gradient(340deg, rgb(114, 42, 219) 37%, rgb(38, 109, 232) 100%);
	background-image: linear-gradient(340deg, var(--primary) 37%, var(--secondary) 100%);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -.35em;
}

.sku_wrapper {
	display: block;
}

.woocommerce-product-details__short-description ul {
	list-style-type: none;
	padding-left: 0px;
}

.woocommerce-product-details__short-description ul li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 0 5px 0 0;
	color: #999;
}


/* gallery thumbs */

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -5px;
	margin-top: 10px;
}


/*.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	width: calc(20% - 10px) !important;
  margin: 5px !important;

}*/


/*.woocommerce div.product div.images .flex-control-thumbs {
  padding-top: 10px;
}

.flex-control-nav.flex-control-thumbs li {
  padding-right: 10px;
}*/

.woocommerce-message .zanaya-btn,
.woocommerce-message .zanaya-btn:hover {
	transition: color 0.25s ease;
	color: #fff;
}


/* woocommerce list / grid views */

ul.products .woocommerce-product-details__short-description {
	display: none;
}

ul.products.list .woocommerce-product-details__short-description {
	display: block;
}

ul.products.grid hr {
	display: none;
}

ul.products.list li.product {
	float: none !important;
	width: 100% !important;
	text-align: left !important;
}

body.rtl ul.products.list li.product {
	text-align: right !important;
}

.splent-wc-categories ul.products.list li.product {
	float: left !important;
	width: calc( 25% - 30px) !important;
	text-align: center !important;
}

ul.products.list li.product .woocommerce-loop-product__title,
ul.products.list li.product .woocommerce-loop-category__title {
	clear: none;
}

ul.products.list li.product:after {
	content: "";
	display: block;
	clear: both;
}

ul.products.list li.product img {
	width: 30.75% !important;
	float: left;
	margin-bottom: 1.5em;
	-webkit-transition: none !important;
	margin-right: 3.8% !important;
}

body.rtl ul.products.list li.product img {
	float: right;
	margin-right: 0 !important;
	margin-left: 3.8% !important;
}

.splent-wc-categories ul.products.list li.product img {
	width: 100% !important;
	float: none;
}

ul.products.list li.product h3,
ul.products.list li.product .woocommerce-product-details__short-description,
ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
	width: 65.4%;
	float: right;
	clear: none;
}

ul.products.list li.product div[itemprop="description"] {
	display: block;
}

ul.products.list li.product .star-rating {
	margin: 0 0 1em;
}

ul.products.list li.product .gridlist-buttonwrap {
	margin-bottom: 1.5em;
}

ul.products.list li.product hr {
	clear: both;
}

.gridlist-toggle {
	display: inline-block;
	clear: both;
	margin: 0;
	padding: 0 0 1.75em;
	line-height: 1em;
	margin-top: -21px;
}

.gridlist-toggle a {
	display: inline-block;
	padding: .618em;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	text-align: center;
}

.gridlist-toggle a em {
	display: none;
}

.gridlist-toggle a:hover {
	background-color: rgb(114, 42, 219);
	background-color: var(--primary);
	opacity: 0.85;
	transition: color 0.25s ease;
	color: #fff;
}

.gridlist-toggle a.active {
	background-color: rgb(114, 42, 219);
	background-color: var(--primary);
	cursor: default;
	color: #fff;
}

.gridlist-toggle .dashicons:before,
.gridlist-toggle .dashicons {
	font-size: 1em;
	line-height: 1;
	height: 1em;
	width: 1em;
}


/** woocommerce  sort wrapper */

.woocommerce-ordering {
	display: none;
}

#wc-sort-by-dropdown {
	display: inline-block;
}


/** woocommerce image flip */

.woo_image_flip-has-gallery {
	position: relative;
}

.woo_image_flip-has-gallery .onsale {
	z-index: 999999;
}

.woo_image_flip-has-gallery .wp-post-image {
	opacity: 1;
}

.woo_image_flip-has-gallery .wp-post-image--secondary {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}


/* backward compatibility - .woocommerce-LoopProduct-link will probably be removed in future releases */

ul.products li.woo_image_flip-has-gallery a.woocommerce-LoopProduct-link [class*="wp-post-image"] {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

ul.products li.woo_image_flip-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image {
	opacity: 0;
}

ul.products li.woo_image_flip-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary {
	opacity: 1;
}

ul.products li.woo_image_flip-has-gallery a.woocommerce-loop-product__link [class*="wp-post-image"] {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

ul.products li.woo_image_flip-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image {
	opacity: 0;
}

ul.products li.woo_image_flip-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
	opacity: 1;
}


/* single product */

@media screen and (min-width: 768px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		padding-right: 15px;
	}
	body.rtl.woocommerce div.product div.images.woocommerce-product-gallery {
		padding-right: 0px;
		padding-left: 15px;
	}
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
	font-weight: 400;
}

.woocommerce-product-details__short-description {
	margin-top: 2rem;
}

.woocommerce .btn {
	white-space: normal;
}

.woocommerce ul.products li.product .product_type_external,
.woocommerce ul.products li.product .product_type_grouped {
	max-width: 100%;
}

@media screen and (max-width: 360px) {
	.woocommerce ul.products.grid li.product .product_type_external {
		padding: 0.8em 1em;
		font-size: 10px;
		width: 100%;
	}
}

@media screen and (max-width: 558px) {
	.woocommerce ul.products.list li.product .product_type_external,
	.woocommerce ul.products.list li.product .product_type_grouped {
		display: none;
	}
}

@media screen and (max-width: 370px) {
	.woocommerce ul.products.list li.product .woocommerce-loop-product__title {
		padding-top: 0.25rem;
	}
}

@media screen and (max-width: 360px) {
	.products.list .woocommerce-product-details__short-description {
		margin-top: 0rem;
	}
}

.woocommerce div.product form.cart {
	margin-top: 2rem;
}

body table.woocommerce-product-attributes tr,
body table.shop_table tr {
	border-bottom: 0;
	border-right: 0;
}

body table.woocommerce-product-attributes tbody th,
body table.woocommerce-product-attributes tbody td,
body table.woocommerce-product-attributes thead th,
body table.shop_table tbody th,
body table.shop_table tbody td,
body table.shop_table thead th {
	border-right: 0;
}


/*@media screen and (max-width: 767px) {
	.woocommerce div.product .entry-summary{
		margin-left: 15px;
	}
}	
*/


/* added to cart norice on small devices */

@media screen and (max-width: 400px) {
	.woocommerce.single-product .woocommerce-notices-wrapper {
		padding-bottom: 30px;
	}
	.woocommerce.single-product .woocommerce-notices-wrapper .wc-forward {
		position: absolute;
		top: calc( 100%);
		width: 100%;
		left: 0;
	}
}


/* quanity input number */

.woocommerce .quantity .qty {
	height: 35px;
	border-radius: 0px;
	border: 1px solid #ddd;
}

body.dark.woocommerce .quantity .qty {
	border: 1px solid #444;
}


/* sale flash - woocommerce loop */

.woocommerce ul.products li.product .onsale {
	margin: 0;
	border-radius: 0;
	background-color: #000;
}


/* sale flash - single product */

.woocommerce span.onsale {
	top: 0;
	left: 0;
	border-radius: 0;
	background-color: #000;
	font-weight: 400;
}

body.rtl.woocommerce span.onsale{
	left: auto;
	right: 0;
}

.woocommerce div.product .product_title {
	font-weight: 600;
}

body.dark.woocommerce div.product .product_title {
	color: #ccc;
}


/* price */

.woocommerce ul.products li.product .price {
	color: #000;
}


/* buttons */

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #222222;
	font-size: 11px;
	padding: 12px 30px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
}

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #3c3c3c;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #3c3c3c;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #fff;
	background-color: #222222;
	font-size: 11px;
	padding: 12px 30px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	border-radius: 0;
	font-weight: 400;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #fff;
	background-color: #3c3c3c;
}

.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 {
	width: 180px;
	height: 35px;
}


/* magnifying glass icon */

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	margin-right: 15px;
}


/* woocommerce tabs style 1 */

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: rgb(114, 42, 219);
	background: var(--primary);
	color: #fff;
	/*  letter-spacing: 1px;*/
}

body.dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
}

body.dark.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #eaecef;
}

body.dark.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #222;
}


/* woocommerce tabs */

.woocommerce-Tabs-panel .comment-form {
	padding-top: 10px;
}

.logged-in .woocommerce-Tabs-panel .comment-form {
	padding-top: 2px;
}

.woocommerce-Tabs-panel .comment-reply-title {
	color: #111;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body.dark .woocommerce-Tabs-panel .comment-reply-title {
	color: #eee;
}

.woocommerce-Tabs-panel .comment-form label {
	margin-right: 15px;
	font-size: 1rem;
	margin-top: 10px;
}

body.rtl .woocommerce-Tabs-panel .comment-form label{
	margin-right: 0px;	
	margin-left: 15px;
}

.woocommerce-Tabs-panel .comment-form p.comment-form-cookies-consent {
	margin-top: 25px !important;
}

.woocommerce-Tabs-panel .comment-form .comment-form-cookies-consent label {
	display: initial;
	margin-left: 10px;
}

.woocommerce-Tabs-panel .comment-notes {
	color: #333;
	font-size: inherit;
	line-height: inherit;
}


/* vertical tabs on small mobile devices */

@media screen and (max-width: 440px) {
	.woocommerce-page.single-product #content div.product .woocommerce-tabs ul.tabs li {
		display: block;
	}
}


/* rating in tab */

.woocommerce-Tabs-panel #review_form #respond p {
	padding: 0;
	margin: 0;
}

.woocommerce-Tabs-panel #review_form #respond p.stars {
	margin-top: 17px;
}

body.dark.woocommerce p.stars a {
	color: #eee !important;
}

.woocommerce-Tabs-panel textarea#comment {
	display: block;
	margin-top: 24px;
	border-color: #ddd;
	max-width: 672px;
	border-radius: 0;
}

.woocommerce-Tabs-panel textarea#comment {
	border-color: #555;
}

@media screen and (max-width: 767px) {
	.woocommerce-Tabs-panel textarea#comment {
		max-width: none;
	}
}

.woocommerce-Tabs-panel #review_form #respond p.comment-form-author {
	display: inline-block;
	padding-top: 20px;
}

.woocommerce-Tabs-panel #review_form #respond p.comment-form-author input {
	margin-right: 25px;
}

.woocommerce-Tabs-panel #review_form #respond p.comment-form-email {
	display: inline-block;
	padding-top: 20px;
}

.woocommerce-Tabs-panel #review_form #respond p.comment-form-email input {}

.woocommerce-Tabs-panel #review_form #respond p.form-submit {
	margin-top: 32px;
}

@media screen and (max-width: 767px) {
	.woocommerce-Tabs-panel #review_form #respond p.comment-form-author input {
		width: 100%;
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce-Tabs-panel #review_form #respond p.comment-form-email input {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce-Tabs-panel #review_form #respond p.comment-form-author,
	.woocommerce-Tabs-panel #review_form #respond p.comment-form-author label,
	.woocommerce-Tabs-panel #review_form #respond p.comment-form-email,
	.woocommerce-Tabs-panel #review_form #respond p.comment-form-email label {
		display: block;
	}
}

.woocommerce-Tabs-panel table.shop_attributes {
	margin-top: 1.45rem;
}

.woocommerce div.product .woocommerce-tabs .panel {
	/*	margin: 0 0 1rem;*/
	background-color: transparent;
	box-shadow: none;
	border: 0;
}

.woocommerce-Tabs-panel span.required {
	color: #bababa;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
	margin-top: 25px;
	padding-bottom: 5px;
}

.woocommerce .commentlist .star-rating {
	top: 3px;
}

.woocommerce .entry-summary .woocommerce-product-rating .star-rating {
	top: -1px;
}


/* woocommerce quick view in modal */

.entry-summary.quick-view-modal .product_meta {
	margin-top: 30px;
}

.splent-mini-cart-product-empty {
	margin-left: 15px;
}

body.rtl .splent-mini-cart-product-empty {
	margin-left: 0px;
	margin-right: 15px;
}

.entry-content .wc-proceed-to-checkout a,
.entry-content .wc-proceed-to-checkout a:hover {
	transition: color 0.25s ease;
	color: #fff;
}

.entry-content .shop-loop-item-btns a,
.entry-content .shop-loop-item-btns a:hover {
	transition: color 0.25s ease;
	color: #333;
}


/* cart in nav */

.nav-cart-item-count {
	background-color: var(--primary);
	border-radius: 100%;
	padding: 1pt 5pt;
	color: #fff;
	font-size: 75%;
	position: relative;
	top: -5px;
}


/* wishlist */

.splent-woocommerce-wishlist-product .product-thumbnail {
	width: 80px;
}


/* checkout page */

.woocommerce-info {
	border-top-color: rgb(114, 42, 219);
	border-top-color: var(--primary);
}

.woocommerce-info:before {
	color: rgb(114, 42, 219);
	color: var(--primary);
}

.woocommerce-checkout #payment {
	background: #fff;
	border-radius: 0px;
	border: 1px solid #ddd;
}

.woocommerce .form-control {
	box-shadow: none;
}

.woocommerce form .form-row textarea {
	height: 112px;
}

.woocommerce table.shop_table th {
	font-weight: 400;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 400;
}

.woocommerce table.shop_table strong {
	font-weight: 400;
}

#billing_address_2_field .optional {
	display: none;
}

@media screen and (max-width: 400px) {
	.woocommerce-checkout .woocommerce-checkout-review-order .form-row-first {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order .form-row-last {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order .form-row-last button {
		width: 100%;
		margin-bottom: 25px;
	}
	.place-order-btn {
		margin-top: 13px;
	}
}


/* ajax add to cart - hide view cart link */

.added_to_cart.wc-forward {
	display: none !important;
}

#order_comments_field {
	margin-top: 33px;
}


/* nav mini-cart */

.cart-products-wrap {
	max-height: 200px;
	overflow-y: auto;
}

.splent-mini-cart-product {
	padding: 5px 0;
}

.splent-mini-cart-thumbnail img:hover {
	transition: opacity 0.25s ease;
	opacity: 0.80;
}

.mini-cart-col-info {
	padding-top: 5px;
	line-height: 12px
}

.mini-cart-col-trash {
	padding-top: 15px;
}

.mini-cart-col-trash a {
	padding: 0 !important;
}

.splent-mini-cart-title {
	padding: 0 !important;
	line-height: 12px !important;
}

.splent-mini-cart-title p {
	color: #333;
}

.mini-cart-product-title {
	display: block;
	color: #333;
	margin-top: 0rem;
	margin-bottom: 0.813rem;
	line-height: 1.5;
	text-align: left;
}

.mini-cart-product-title:hover {
	transition: color 0.25s ease;
	color: rgb(114, 42, 219);
	color: var(--primary);
}

body.rtl .mini-cart-product-title{
	text-align: right;
}

.splent-mini-cart-quantity,
.splent-mini-cart-price {
	color: #666;
}

body.rtl .splent-mini-cart-quantity{
	float: right;
}

body.rtl .splent-mini-cart-multiply{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}

/* woocommerce btns - conform to theme btn styles */

.price_slider_amount .zanaya-btn {
	float: left;
}

#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 {
	color: #fff
}

.btn.woocommerce-message a {
	color: #fff;
}


/* cart page */

.woocommerce a.remove {
	color: #333 !important;
	font-size: 15px;
}

.woocommerce a.remove:hover {
	transition: color 0.25s ease;
	color: rgb(114, 42, 219) !important;
	color: var(--primary) !important;
	background: transparent;
}

/* after updating cart on cart page */
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
	padding: 12px 30px;
}

/* fix for checkout button changing styles after cart quantity update. */
.cart-collaterals.cart-updated .wc-proceed-to-checkout a{
	font-size: 1.25em;
	padding: 1em; 
	font-weight: 500;
	line-height: 1.8rem;
	-webkit-font-smoothing: auto;
}

/* checkout page */

.woocommerce-checkout .woocommerce form .form-row input.input-text {
	height: 44px;
	border: 1px solid #ddd;
	border-radius: 0;
}

.select2-selection.select2-selection--single {
	height: 44px;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent transparent;
}

.select2-container--default .select2-selection--single {
	border-color: #ddd;
}

#order_comments {
	border-color: #ddd;
	border-radius: 0
}


/* thank you page */

.woocommerce-order-received .entry-title h1 {
	text-align: left;
}

body.rtl.woocommerce-order-received .entry-title h1{
	text-align: right;
}

.woocommerce-order-overview {
	display: block;
	padding: 25px 13px 18px;
	border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
	.woocommerce ul.order_details li {
		border: 0;
		width: 100%;
		padding: 8px 0;
	}
}

.woocommerce-thankyou-order-received {
	margin: 0px 0 18px;
	font-weight: 700;
}


/* add-fav */

.add-fav.active i,
.add-comp.active i {
	color: #cc3333;
}

@media screen and (max-width: 768px) {
	.products:not(.list) .quick-view,
	.products:not(.list) .add-cart,
	.products:not(.list) .add-fav,
	.products:not(.list) .add-comp {
		width: 50px;
		height: 50px;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
		line-height: 46px;
		font-size: 16px;
	}
}

@media screen and (max-width: 520px) {
	.products:not(.list) .quick-view,
	.products:not(.list) .add-cart,
	.products:not(.list) .add-fav,
	.products:not(.list) .add-comp {
		width: 35px;
		height: 35px;
		margin-left: 5px;
		margin-right: 5px;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.products.list .quick-view,
	.products.list .add-cart,
	.products.list .add-fav,
	.products.list .add-comp{
		width: 40px;
		height: 40px;
		margin-left: 5px;
		margin-right: 5px;
		text-align: center;
		line-height: 42px;
		font-size: 13px;
	}
}

@media screen and (max-width: 570px) {
	.products.list .quick-view,
	.products.list .add-cart,
	.products.list .add-fav,
	.products.list .add-comp {
		display: none;
	}
}


/* dark skin style rules */

body.dark.woocommerce input {
	background: #222;
	color: #eee;
}

body.dark.woocommerce form .form-row label {
	color: #ccc;
}

body.dark .select2-container--default .select2-selection--single {
	background: #222;
}

body.dask .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #eee;
}

body.dark .woocommerce-checkout #payment {
	background: transparent;
}


/* My Account Styling */

.woocommerce-account .entry-header {
	text-align: center;
}

.woocommerce-account .woocommerce h2 {
	text-align: center
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	display: inline-block;
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	display: inline-block;
	float: right;
	width: 75%;
	margin-left: 5%;
}

body.rtl.woocommerce-account .woocommerce-MyAccount-content {
	margin-left: 0%;
	margin-right: 5%;
}


@media (max-width: 991px) {
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 100%
	}

	.woocommerce-account .woocommerce-MyAccount-content{
		width: 100%;
		margin-left: 0%;
	}

	body.rtl.woocommerce-account .woocommerce-MyAccount-content {
		margin-right: 0%;
	}
}	

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding-bottom: 0;
	border-bottom: 1px solid #eee;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	transition: color 0.25s ease;
	color: #333;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	color: rgb(114, 42, 219);
	color: var(--primary);
	margin-right: 20px;
	opacity: 0.25;
}

.rtl.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 0;
	margin-left: 20px;
	float: right;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	transition: color 0.25s ease;
	color: rgb(114, 42, 219);
	color: var(--secondary);
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	font-family: "fontawesome";
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	font-family: "fontawesome";
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	font-family: "fontawesome";
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
	font-family: "fontawesome";
	content: "\f08a";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	font-family: "fontawesome";
	content: "\f019";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	font-family: "fontawesome";
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	font-family: "fontawesome";
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	font-family: "fontawesome";
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	font-family: "fontawesome";
	content: "\f08b";
}


/* my-account details page */

.woocommerce-EditAccountForm.edit-account legend {
	visibility: hidden;
	display: none;
}

.woocommerce-EditAccountForm.edit-account button,
.woocommerce-MyAccount-content button {
	margin-top: 30px;
}

.woocommerce-MyAccount-content .woocommerce-Message .zanaya-btn {
	float: right;
}


/* my-account addresses */

.woocommerce-account .addresses .title .edit {
	padding: 0 20px;
	margin-top: 2.35rem;
	background-color: #222;
	color: #fff !important;
	font-size: 13px;
	-webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
	-moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
	-ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
	-o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
	transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.woocommerce-account .addresses .title .edit:hover {
	background-color: var(--primary);
}


/* my-account login */

.woocommerce-account h5 {
	color: rgb(114, 42, 219);
	color: var(--primary);
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form.woocommerce-form-register.register {
	max-width: 500px;
	margin: auto;
}

.woocommerce-form.woocommerce-form-register.register button {
	margin-bottom: 7px;
}

.woocommerce form .form-row input.input-text {
	height: 44px;
	border: 1px solid #eee;
	border-radius: 0;
}

.woocommerce form .form-row {
	padding: 3px;
	margin: 20px 0 10px;
}

.woocommerce form .form-row label.inline {
	display: inline;
	width: 100%;
	font-weight: 400;
	position: relative;
	top: 2px;
}

.woocommerce-form__input.woocommerce-form__input-checkbox {
	position: relative;
	height: 12px;
	margin-left: 4px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
	position: relative;
	top: 1px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
}


/* woocommerce filter by price widget */

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #eee;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: .3em;
}

.woocommerce .widget_price_filter .price_slider_amount {
	margin-top: 50px;
}


/* woocommerce form labels */

.woocommerce form .form-row label {
	font-weight: 400;
	color: #333;
}

.woocommerce form .form-row .required {
	color: #bababa;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
}

body.dark .woocommerce-account .woocommerce-MyAccount-navigation ul {
	border-top: 1px solid rgb(102, 102, 102);
}

body.dark .woocommerce-account .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid rgb(102, 102, 102);
}


/* shop cateogies page */

.splent-wc-categories {
	width: calc( 100% + 30px);
	margin-left: -15px;
	margin-top: -15px;
	margin-bottom: -15px;
}

.splent-wc-categories .woocommerce ul.products li.product {
	float: left;
	margin: 15px;
	padding: 0;
	position: relative;
	width: calc( 25% - 30px);
	border: 1px solid rgb(204, 204, 204);
	text-align: center;
}

@media screen and (max-width: 768px) {
	.splent-wc-categories .woocommerce ul.products li.product {
		width: calc( 50% - 30px);
	}
}

@media screen and (max-width: 420px) {
	.splent-wc-categories .woocommerce ul.products li.product {
		width: calc( 100% - 30px);
	}
}

.splent-wc-categories .woocommerce h5 {
	font-size: 1rem;
	text-transform: uppercase;
}

body.dark .splent-wc-categories .woocommerce ul.products li.product {
	border: 1px solid rgb(102, 102, 102);
}

.splent-wc-categories .woocommerce ul.products li.product a img {
	padding: 15px;
	margin-bottom: 0;
}

.splent-wc-categories .woocommerce .products ul,
.splent-wc-categories .woocommerce ul.products {
	margin: 0;
}

body.dark .splent-wc-categories .mark,
body.dark .splent-wc-categories mark {
	background: #222;
	color: #ccc;
}


/* mini cart shortcode */

.dropdown-menu-mini-cart {
	width: 230px;
}

.dropdown-menu-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
	padding: 15px;
	list-style: none;
}

.dropdown-menu-mini-cart .mini_cart_item img {
	width: 50px;
	margin-right: 10px;
}

.dropdown-menu-mini-cart .woocommerce-mini-cart__total {
	margin-left: 25px;
}

.dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a {
	display: inline-block;
	width: calc(100% - 30px);
	margin: 0 15px;
}

.dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a:first-child {
	margin-bottom: 15px;
}

.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-search--inline .select2-search__field {
	margin-top: 5px;
	line-height: 30px;
}

#secondary .woocommerce-widget-layered-nav-dropdown .dropdown-icon {
	/* margin-top: 18px !important;*/
	/* filter products by attribute widget */
}

.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple {
	border-color: #ccc;
}

.woocommerce-widget-layered-nav-dropdown .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: rgb(114, 42, 219);
	border-color: var(--primary);
}


/* single product gallery */

.woocommerce div.product div.images .flex-control-thumbs li {
	/* default is 4 thumbnails per row*/
	width: calc(25% - 10px);
	margin: 5px;
}


.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
	width: 100% !important;
}

.woocommerce div.product .woocommerce-product-gallery:not(.vertical-thumbnails).woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: calc(33.3333% - 10px);
}

.woocommerce div.product .woocommerce-product-gallery:not(.vertical-thumbnails).woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: calc(25% - 10px);
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left;
}

.woocommerce div.product .woocommerce-product-gallery:not(.vertical-thumbnails).woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: calc(20% - 10px);
}

.pswp__bg {
	background-color: rgba(0, 0, 0, 0.75);
}


/* vertical gallery */

.woocommerce div.product div.images.vertical-thumbnails .flex-control-thumbs {
	margin-top: 0px;
}

.woocommerce div.product div.images.vertical-thumbnails .flex-control-thumbs li {
	width: 100%;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 5px;
}

.single-product div.product .woocommerce-product-gallery.vertical-thumbnails .flex-viewport {
	width: 80%;
	float: right;
}

.single-product div.product .woocommerce-product-gallery.vertical-thumbnails .flex-control-thumbs {
	width: 20%;
}

.single-product div.product .woocommerce-product-gallery.vertical-thumbnails.vertical-right .flex-viewport {
	float: left;
}

.single-product div.product .woocommerce-product-gallery.vertical-thumbnails.vertical-right .flex-control-thumbs {
	float: right;
}

.woocommerce div.product div.images.vertical-thumbnails .flex-control-thumbs.vertical-right li {
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* variable product & swatches */

body table.variations td {
	padding: 0;
}

body table.variations .label label {
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

body.dark table.variations .label label {
	color: #eee;
}

body table.variations .value {
	display: block;
}

body table.variations tr {
	border: 0;
}

body table.group_table tr {
	border-bottom: 1px solid transparent;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 400;
}

body .variations_form table.variations tr td.value {
	margin-bottom: 20px;
}

.woocommerce-variation-price {
	margin-bottom: 0;
}

body table.variations .reset_variations {
	color: #000;
	font-size: 14px !important;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
/*	margin-top: 37px;*/
/*	margin-bottom: 15px;*/
/*	display: block !important;*/
}

body table.variations .reset_variations:hover {
	color: var(--secondary);
}

.woocommerce div.product p.stock {
	font-size: 1rem;
}

.woocommerce div.product p.stock:before {
	color: #333;
	content: 'Availability : ';
}


/* default variation select */

.woocommerce div.product form.cart .variations select {
	background: #fff;
	border-radius: 0px;
	height: 34px;
	width: 100%;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 10px;
	min-width: 10%;
	max-width: 50%;
	width: 50%;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url(../img/select-arrow.png);
}


/* swatches support */

body .tawcvs-swatches {
	padding: 0;
}

body .tawcvs-swatches .swatch-color {
	border: 2px solid transparent;
}

body .tawcvs-swatches .swatch.selected {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body .tawcvs-swatches .swatch {
	width: 24px;
	height: 24px;
	opacity: 1;
}

body .tawcvs-swatches .swatch-color {
	margin-right: 10px;
}

body .tawcvs-swatches .swatch-color.selected {
	border-color: transparent;
	box-shadow: none;
}

body .tawcvs-swatches .swatch-color.selected:before {
	border-color: #fff;
/*	top: 4px;
	left: 7px;*/
}

body .tawcvs-swatches .swatch-label {
	background-color: transparent;
	border: 1px solid #ddd;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	line-height: 50px;
	border-radius: 0;
	color: #333;
}

body .tawcvs-swatches .swatch-label:hover {
	border-color: #222;
}

body .tawcvs-swatches .swatch-label.selected {
	background-color: #222;
	color: #fff;
}

body .tawcvs-swatches .swatch-image {
	width: 50px;
	height: 50px;
	margin-right: 5px;
	line-height: 50px;
	border-radius: 0;
	opacity: 0.5;
}

body .tawcvs-swatches .swatch-image:hover {
	opacity: 0.75;
}

body .tawcvs-swatches .swatch-image.selected {
	background-color: transparent;
	border-color: transparent;
	opacity: 1;
}


/* related products */

.woocommerce .related h5 {
	margin-bottom: 1.5rem;
}


/* woocommerce blocks support - cart, checkout */

.wc-block-components-button:not(.is-link){
	font-weight: inherit;
}

.wc-block-sidebar.wc-block-cart__sidebar .components-card{
	box-shadow: none;
}

.wc-block-sidebar.wc-block-checkout__sidebar .components-card{
	box-shadow: none;
	border: 0;
}

.wc-block-cart h2, .wc-block-cart__main table.wc-block-cart-items thead th{
	font-weight: 700;
}

.wc-block-cart__main table.wc-block-cart-items{
	border-top: 0;
	border-left: 0;
  border-right: 0;
}

.wc-block-cart__main table.wc-block-cart-items tr{
	border-bottom: 0;
}

.wc-block-cart__main table.wc-block-cart-items th,
.wc-block-cart__main table.wc-block-cart-items td{
	line-height: inherit;
}

.wc-block-cart__main table.wc-block-cart-items thead th,
.wc-block-cart__main table.wc-block-cart-items tbody td{
	border-right: 0;
}

.wc-block-cart__main table.wc-block-cart-items th{
	padding: .25rem 16px .25rem 0;
}

.wc-block-cart__main table.wc-block-cart-items td{
	padding: 16px 16px 16px 0;
}

.wc-block-components-button:not(.is-link), .wc-block-components-button:not(.is-link):disabled, 
.wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-components-button:not(.is-link):not(:disabled):hover, .wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link:hover{
	border: 0;
	border-radius: 0;
}

a.add-to-cart-toastr,
a.add-to-wishlist-toastr{
	color: var(--primary) !important;
}

a.add-to-cart-toastr:hover,
a.a.add-to-wishlist-toastr:hover{
	text-decoration: underline !important;
}
