/**
Theme Name: assortbox
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: assortbox is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: assortbox
Template: astra
*/
.ast-header-sticked .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 72px !important;
}
.ast-header-sticked #ast-hf-menu-1-sticky li:first-child {
    display: none;
}
.ast-sticky-active .ast-primary-header-bar.ast-primary-header {
    backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px);
    background-color: rgb(21 21 21 / 16%) !important;
}
#ast-fixed-header .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout {
    border-bottom: 0;
}
.ast-mobile-popup-inner {
    backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    background-color: rgb(0 0 0 / 15%) !important;
}
button#menu-toggle-close:focus {
    border: none;
}
.product_btn svg path {
    fill: #581922 !important;
}
.product_btn a:hover svg path {
    fill: #aa707e !important;
}
.product_btn svg {
    /* color: #581926 !important; */
    margin-top: 5px;
}
.collection_list_wrapper {
    column-gap: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.collection_list {
	position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 350px;
    display: flex;
    align-items: center;
	justify-content: center;
    background: #cfd8d5;
    width: 33%;
	transition: 2s ease all;
	text-decoration: none !important;
	cursor: pointer;
}
.collection_title_wrapper {
    text-align: center;
}
.collection_img {
    display: none;
}
.collection_list:hover {
    background: #cfd8d5d6;
}
.collection_list:hover .collection_img {
    display: block !important;
    position: absolute;
    z-index: -1;
    overflow: hidden;
	padding: 20px;
	left: 0;
    right: 0;
}
.collection_title {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #581922;
    color: #581922;
    font-weight: 600;
}
.feature_info {
    color: #581922;
}
.white-popup-block {
    position: relative;
    background: #581922;
    padding: 20px;
    width: auto;
    max-width: 1050px;
    margin: 20px auto;
}
.collection_details {
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
    justify-content: space-between;
	padding: 30px;
}
.collection_details .collection_title_wrapper {
    text-align: center;
    width: 40%;
}
.collection_details .collection_title_wrapper {
    text-align: left;

}
.collection_details .collection_title {
    color: #ffffff;
    padding-bottom: 20px;
    border-bottom-color: #fff;
}
.collection_desc {
    padding-top: 20px;
    color: #ffffff;
}
.collection_popup_img {
    background: #CFD8D5;
    padding: 30px;
    border-radius: 14px;
    border: 3px solid #AA707E;
}
.mfp-bg {
    background: #0b0b0b75 !important;
}
.woocommerce ul.products li.product {
    position: relative;
}
.woocommerce ul.products li.product:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cfd8d500;
    top: 0;
}
.woocommerce ul.products li.product:hover::after {
    background: #cfd8d5d9;
}
.woocommerce ul.products .astra-shop-summary-wrap {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 9;
}
.woocommerce ul.products li.product a.ast-loop-product__link {
    border-bottom: 1px solid;
    padding-bottom: 8px;
}
.woocommerce ul.products li.product .ast-woo-shop-product-description {
    padding-top: 15px;
}
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product:hover .ast-on-card-button {
    visibility: visible;
    opacity: 1;
}
.woocommerce ul.products li.product .ast-on-card-button {
	top: 15px;
}
.woocommerce ul.products li a.ast-on-card-button.ast-select-options-trigger.product_type_simple {
    display: none;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product {
    padding-bottom: 0;
}
#ast-quick-view-content .product {
    margin-bottom: 0;
    padding: 20px !important;
}
#ast-quick-view-content .single-product-category a {
    font-size: 15px;
}
#ast-quick-view-content .product_title {
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
#ast-quick-view-content .ast-woocommerce-accordion {
    display: block !important;
	padding-top: 5px;
}
#ast-quick-view-content h3.ast-accordion-header.ast-tab-header.active {
    display: none;
}
#ast-quick-view-content .woocommerce-product-details__short-description {
    display: none;
}
#ast-quick-view-content .ast-accordion-wrap h2 {
    display: none;
}
#ast-quick-view-modal .ast-lightbox-content {
    background: #581922;
}
#ast-quick-view-content div.summary,
#ast-quick-view-content .single-product-category a{
    color: #ffffff;
}
.woocommerce .ast-woo-shop-product-description {
    line-height: 20px;
}
.woocommerce-shop .ast-woocommerce-container {
    padding-top: 60px;
}
.single-product .ast-woocommerce-container {
    padding-top: 100px;
}
.single-product .ast-woocommerce-accordion.woocommerce-tabs.ast-woocommerce-tabs {
    padding-top: 0 !important;
}
.ip_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 10px 17px;
    border-radius: 14px;
}
.ip_flex p:first-child {
    margin-right: 10px;
}
.ip_flex p {
    margin-bottom: 0;
}
.ip_flex input.wpcf7-form-control.wpcf7-email {
    padding: 0 !important;
	border: none !important;
}
.ip_flex input.wpcf7-form-control {
    border: none;
    box-shadow: none;
}
.ip_flex .wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
    font-weight: 400;
    padding: 12px 20px;
    border: 1px solid #ff32cb;
}
span.wpcf7-spinner {
    position: absolute;
    right: -65px;
    top: 25px;
}
.ip_flex .wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    padding: 12px 30px;
    border: 1px solid #581922;
    background: #581922;
    color: #ffffff;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip {
    position: absolute !important;
    left: -56px !important;
    top: -10px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    background-color: #ED3B2E;
    text-indent: -9999px !important;
    padding: 0;
    border: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #DC2626;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip:after {
    content: '\00d7';
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 25px;
    color: #fff;
    text-indent: 0;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip {
    position: absolute !important;
    left: -56px !important;
    top: -10px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    background-color: #ED3B2E;
    text-indent: -9999px !important;
    padding: 0;
    border: none !important;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 16px;
    background-color: #ed3b2e;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    background: #ffffff;
    margin: 0;
    padding: 30px 20px;
    border-radius: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none;
}
.popup_form input.wpcf7-form-control,
.popup_form textarea.wpcf7-form-control {
    border: 1px solid #203530 !important;
    border-radius: 14px !important;
    background-color: #CFD8D5 !important;
}
.popup_form input.wpcf7-form-control.wpcf7-submit {
    background: #415D51 !important;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-color: #415D51 !important;
    padding: 10px 30px;
}
.popup_form .wpcf7-form p {
    margin-bottom: 16px;
}
.popup_form  .wpcf7 input.wpcf7-form-control:not([type=submit]), .popup_form .wpcf7 textarea.wpcf7-form-control {
    height: 52px; 
}
.popup_form  .submit_btn {
    padding-top: 20px;
}
.submit_btn {
    text-align: center;
    margin-bottom: 0 !important;
}
.submit_btn p {
    margin-bottom: 0;
}
a.footer-icon {
    position: fixed;
    bottom: 80px;
    right: 23px;
    padding: 7px;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 6px 4px 15px 2px rgb(2 2 2 / 32%);
    background-color: #1d9c12;
}
a.footer-icon img {
    width: 40px;
    height: auto;
}
@media only screen and (max-width: 767px) {
	.wpcf7-spinner {
		right: 0;
		top: -35px;
	}
	.woocommerce ul.products li.product .ast-woo-shop-product-description p {
		line-height: 20px;
	}
	.woocommerce ul.products li.product:after {
        background: none;
    }
	.woocommerce ul.products .astra-shop-thumbnail-wrap:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 35%;
		background: linear-gradient(360deg, rgba(207, 216, 213, 1) 32%, rgba(207, 216, 213, 0) 55%) !important;;
		top: auto;
        bottom: -45px;
	}
	.woocommerce ul.products .astra-shop-summary-wrap {
        padding-bottom: 20px !important;
        text-align: center;
        background: linear-gradient(360deg, rgba(207, 216, 213, 1) 32%, rgb(207 216 213) 55%) !important;
        padding-top: 20px !important;
		position: relative !important;
        top: auto;
    }
	a.footer-icon {
		right: 30px;
	}
	#ast-scroll-top {
		right: 40px;
	}
	.product_btn .elementor-button-content-wrapper {
		gap: 8px !important;
	}
}
@media only screen and (min-width: 768px) {
	.ast-theme-transparent-header .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout {
		border-bottom: 1px solid #CFD8D5;
	}
	.woocommerce h2.woocommerce-loop-product__title,
	.woocommerce .ast-woo-shop-product-description span{
		position: relative;
		color: #ffffff !important;
	}
	.woocommerce h2.woocommerce-loop-product__title{
		display: inline;
		padding: 3px 8px !important;
	}
	.woocommerce .ast-woo-shop-product-description span{
		display: block;
		padding: 4px 8px !important;
	}
	.woocommerce .woocommerce-loop-product__title:after,
	.woocommerce .ast-woo-shop-product-description span:after{
		content: "";
		position: absolute;
		background: #581922;
		width: 100%;
		height: 100%;
		display: inline-block;
		top: 0;
		left: 0;
		z-index: -1;
	}
}