/*!
Theme Name: Smokestore Theme
Theme URI: #
Template: kadence
Author: Artem Abramovich
Author URI: #
Description: A child theme for the Kadence Theme.
Version: 1.0.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: smokestore-theme
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.hidden-field {
	display: none;
}

.product-stacked-info form.cart {
	margin: 0;
}

.box-text-products .woocommerce-loop-product__link {
	overflow: hidden;
	height: 40px;
	padding: 0;
	font-size: 15px;
	text-overflow: ellipsis;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 0 0 10px 0px;
}

.buttons-wrapper {
	display: flex;
	text-transform: capitalize;
	justify-content: space-between;
	margin-top: 1em;
	gap: 10px;
}

.buttons-wrapper .awooc-custom-order-button.button.alt.show-add-to-card,
.buttons-wrapper .add-to-cart-button a {
	text-transform: initial;
	line-height: 1;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	font-size: 12px;
}

.buttons-wrapper .add-to-cart-button {
	margin: 0;
}

.buttons-wrapper .awooc-custom-order-button.button.alt.show-add-to-card {
	padding: 0 5px;
}

@media (max-width: 480px) {
	.buttons-wrapper {
		flex-wrap: wrap;
	}
	
	.buttons-wrapper .awooc-custom-order-button.button.alt.show-add-to-card,
	.buttons-wrapper .add-to-cart-button {
		width: 100%;
	}
	
}

.buttons-wrapper__whishlist-compare {
	display: flex;
	text-transform: initial;
	justify-content: space-between;
	margin-top: 1em;
	font-size: 10px;
	align-items: center;
	border-top: 1px solid #dbdada;
	padding-top: 1em;
}

.buttons-wrapper__whishlist-compare.product-single {
	display: flex;
	text-transform: initial;
	justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 14px;
	align-items: center;
	border-top: none;
	padding-top: 0;
	gap: 1em;
}

.buttons-wrapper__whishlist-compare .compare-button a,
.buttons-wrapper__whishlist-compare .add_to_wishlist.single_add_to_wishlist {
	background: #fff !important;
	border: 1px solid #627f9a;
	color: #627f9a;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: initial;
	margin: 0;
}

.buttons-wrapper__whishlist-compare.product-single .compare-button a,
.buttons-wrapper__whishlist-compare.product-single .add_to_wishlist.single_add_to_wishlist {
	background: #fff !important;
	border: 1px solid #627f9a;
	color: #627f9a;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: initial;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

.buttons-wrapper__whishlist-compare .yith-wcwl-add-to-wishlist,
.buttons-wrapper__whishlist-compare .compare-button {
	margin: 0;
}


.buttons-wrapper__whishlist-compare .yith-wcwl-wishlistexistsbrowse {
	text-transform: initial;
}


.buttons-wrapper .button:hover,
.buttons-wrapper__whishlist-compare .button:hover {
	box-shadow: none;
	opacity: 0.5;
	outline: none;
}

.wishlist-popup {
	z-index: 10000;
}

