/*
Theme Name:     Empties
Theme URI:      https://scriptcandy.io/
Template:       kadence
Author:         ScriptCandy
Author URI:     https://scriptcandy.io/
Description:    Custom e-commerce theme
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
#masthead #main-header .kadence-sticky-header.item-is-fixed:not(.item-at-start) .header-divider{
	border-right: 1px solid #000 !important;
}

.site-header-item .header-account-wrap .header-account-button svg.kadence-svg-icon.kadence-account-svg path,
.header-mobile-account-in-wrap.header-account-control-wrap.header-account-action-link.header-account-style-icon svg.kadence-svg-icon.kadence-account-svg path{
	fill: #fff;
}

#masthead #main-header .kadence-sticky-header.item-is-fixed:not(.item-at-start) svg.kadence-svg-icon.kadence-account-svg path,
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) .header-mobile-account-in-wrap.header-account-control-wrap.header-account-action-link.header-account-style-icon svg.kadence-svg-icon.kadence-account-svg path
{
	fill: #000;
}

.site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button,
.site-header-item .header-mobile-cart-wrap .header-cart-inner-wrap .header-cart-button{
	position:relative;
}

.header-cart-wrap .header-cart-button .header-cart-total,
.header-mobile-cart-wrap .header-cart-button .header-cart-total{
	position: absolute;
    top: -11px;
    right: -11px;
    width: 22px;
    height: 22px;
    font-size: 10px;
}

.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}

@media (min-width: 767px){
.footer-subscription .kb-form .kadence-blocks-form-field
	{ margin-bottom: 0px;}
}

.footer-subscription .kb-form .kadence-blocks-form-field input{min-height: 44.8px;}

.footer-subscription .kb-form-error-msg,
.forms-fix .kb-form-error-msg{
    margin-top: 5px;
    padding: 0;
    border-radius: 0;
    border: 0;
    color: #c53030;
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    background: transparent;
}

.footer-subscription .kadence-blocks-form-message.kadence-blocks-form-warning,
.forms-fix .kadence-blocks-form-message.kadence-blocks-form-warning{
    display: none;
}

.footer-subscription .kadence-blocks-form-success{
	border: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
}

@media (max-width: 1024px){
	.footer-subscription .kadence-blocks-form-success{
		text-align: center;
	}
}

@media (min-width: 1024px){
	.site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column{
		display: flex;
    	flex-wrap: wrap;
    	gap: 0;
	}
	.site-header-main-section-left.site-header-section.site-header-section-left,
	.site-header-main-section-right.site-header-section.site-header-section-right{
		flex-basis: 30%;
	}
	.site-header-main-section-center.site-header-section.site-header-section-center{
		flex-basis: 40%;
	}
	.site-header-main-section-center.site-header-section.site-header-section-center .site-header-item.site-header-focus-item,
	.site-header-main-section-center.site-header-section.site-header-section-center .site-header-item.site-header-focus-item .header-search-bar.header-item-search-bar,
	.site-header-main-section-center.site-header-section.site-header-section-center .site-header-item.site-header-focus-item .header-search-bar.header-item-search-bar form.woocommerce-product-search{
		width: 100%;
	}
}

.woocommerce ul.products.woo-archive-btn-button li.product .button.added{
	height: inherit;
	padding: inherit;
}

.woocommerce .kwt-add-to-cart-loop{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
	position: relative;
}

.woocommerce .kwt-add-to-cart-loop a.added_to_cart{
	display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-family: Quicksand;
    color: #ffffff !important;
    background: #000000;
    padding-top: 10px;
    padding-bottom: 9px;
    width: calc(75% - 5px);
    position: absolute;
    bottom: 0px;
    z-index: 1;
    right: 0;
    border-radius: 3px;
}

.woocommerce .kwt-add-to-cart-loop a.add_to_cart_button{
	flex-basis: calc(75% - 5px);
}

.woocommerce .kwt-add-to-cart-loop .quantity.spinners-added{
	flex-basis: calc(25% - 5px);
    position: relative;
    text-align: left;
}

.woocommerce .kwt-add-to-cart-loop .quantity.spinners-added input.minus,
.woocommerce .kwt-add-to-cart-loop .quantity.spinners-added input.plus{
	width: auto;
    height: auto;
    line-height: 1;
    padding: 0px 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
	font-weight: 500;
}

.woocommerce .kwt-add-to-cart-loop .quantity.spinners-added input.minus{
	position: absolute;
    left: 0;
}

.woocommerce .kwt-add-to-cart-loop .quantity.spinners-added input.plus{
	position: absolute;
    right: 0;
}

.woocommerce .kwt-add-to-cart-loop .quantity.spinners-added .qty{
	height: 43px;
	padding: 0px 10px;
	width: 100%;
	font-size: 15px;
}

.kwt-description-wrap ul{
	display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
    margin: 0 auto;
}

.kwt-description-wrap ul li{
	position: relative;
	padding-left: 15px;
}

.kwt-description-wrap ul li:before{
	content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 12px;
    position: absolute;
    top: 11px;
    left: 0;
}

.single-product a.zoom.kt-image-slide.kt-no-lightbox {
    padding: 20px 0px;
    background-color: #f7f7f7;
}