/*
Theme Name: Hello Elementor child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Backup request product shortcode styles */
/* .requers-product .product-attributes {
    margin-top: 20px;
}

.requers-product .product-attribute > strong {
	font-size: var(--e-global-typography-32772a8-font-size);    
	text-transform: var(--e-global-typography-32772a8-text-transform);
    line-height: var(--e-global-typography-32772a8-line-height);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
	display: inline-block;
    margin-bottom: 5px;
}

.requers-product .attribute-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.requers-product .attribute-color {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ddd;
}

.requers-product .attribute-size {
    gap: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
	font-family: var(--e-global-typography-80d8f2f-font-family), Sans-serif;
    font-size: var(--e-global-typography-80d8f2f-font-size);
    font-weight: var(--e-global-typography-80d8f2f-font-weight);
    line-height: var(--e-global-typography-80d8f2f-line-height);
	color: var(--e-global-color-text);
}
.requers-product .attribute-list-wrap {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}
.requers-product .attribute-list-wrap.size .attribute-list {
    gap: 5px;
}

.requers-product .attribute-list-wrap.size .attribute-list .attribute-size:last-child::after{
    display: none;
}
.requers-product .attribute-list-wrap .attribute-list {
    margin-bottom: 0;
}

.requers-product .attribute-list-wrap .custom-color {
    display: flex;
    align-items: center;
    gap: 5px;
}

.requers-product .shortcode-product-custom .elementor-widget-container {
    height: auto !important;
}

.requers-product .attribute-size::after {
    content: '/';
}

.requers-product .custom-color svg{
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
}

.requers-product .custom-color span {
	font-family: var(--e-global-typography-75a6492-font-family), Sans-serif;
    font-size: var(--e-global-typography-75a6492-font-size);
    font-weight: var(--e-global-typography-75a6492-font-weight);
    line-height: var(--e-global-typography-75a6492-line-height);
	color: var(--e-global-color-text);
} */

/* Filter Styles */

/* Title  */
.wpfMainWrapper .wpfFilterContent .wfpDescription {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
	font-size: var(--e-global-typography-32772a8-font-size);
	text-transform: var(--e-global-typography-32772a8-text-transform);
    line-height: var(--e-global-typography-32772a8-line-height);
	margin-bottom:10px;
}

/* options container */
.wpfMainWrapper .wpfFilterContent .wpfFilterVerScroll {
	display:flex;
	flex-direction:column;
	gap: 5px;
}

/* options */
.wpfMainWrapper .wpfFilterContent .wpfFilterTaxNameWrapper {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-75a6492-font-family), Sans-serif;
    font-weight: var(--e-global-typography-6d99b55-font-weight);
	font-size: var(--e-global-typography-6d99b55-font-size);
    line-height: var(--e-global-typography-6d99b55-line-height);
}
/* buttons */
.wpfMainWrapper .wpfFilterButton.wpfButton, .wpfMainWrapper .wpfClearButton.wpfButton {
	background-color: #2E3A3A00;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2E3A3A;
    border-radius: 0px 0px 0px 0px;
    padding: 16px;
}

.wpfMainWrapper .wpfFilterButton.wpfButton:hover, .wpfMainWrapper .wpfClearButton.wpfButton:hover,
.wpfMainWrapper .wpfFilterButton.wpfButton:focus, .wpfMainWrapper .wpfClearButton.wpfButton:focus{
	background-color: var(--e-global-color-primary);
    color: var(--e-global-color-3afab74);
    border-color: var(--e-global-color-primary);
}

/* Woo message */

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper.woocommerce-info,.woocommerce-notices-wrapper .woocommerce-message {
	color: #fff !important;
	background-color: #2E3A3A !important;
	 border: none;
	 outline: none;
    font-family: var(--e-global-typography-3fa4901-font-family), Sans-serif;
    font-size: var(--e-global-typography-3fa4901-font-size);
    font-weight: var(--e-global-typography-3fa4901-font-weight);
    text-transform: var(--e-global-typography-3fa4901-text-transform);
	 line-height: 2.4;
}

.woocommerce-error:before, .woocommerce-info:before,  .woocommerce-message:before {
	color: #fff !important;
}

.woocommerce-message .button.wc-forward{
	background-color: transparent !important;
	color: #fff  !important;
	border: 1px solid #fff  !important;
	transition: all .3s;
	flex-shrink: 0;
    max-height: max-content;
	border-radius: 0;
}
.woocommerce-message a.button.wc-forward:hover  {
	background-color: #fff  !important;
	color: #2E3A3A  !important;
}

.dialog-close-button.dialog-lightbox-close-button {
	width: 16px;
    height: 16px;
    margin: 0;
    z-index: 1;
	outline:none;
	box-shadow:none;
}

.product-photo-container {
	position:relative;
}
.ny-badge-container{
	position:absolute !important;
	top: 3%;
	left:5%;
	z-index: 10;
}
.ny-badge {
	padding: 3px 9px;
    border: none;
    color: #2E3A3A;
    background-color: #fff;
    border-radius: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
	display: none;
}
.big .ny-badge {
	padding: 5px 15px;
    font-size: 16px;
}

@media (max-width: 768px) {
	.ny-badge {
		font-size: 10px;
	}
	.big .ny-badge {
    font-size: 13px;
}
}
.label-ny-badges{
	    position: absolute;
    z-index: 2;
    display: flex
;top: 17px;    padding: 0;
    left: 20px;
    flex-wrap: wrap;
    list-style: none;
}
.label-ny-badges li{     display: inline-block;     padding: 3px 9px;
    border: none;
    color: #2E3A3A;
    background-color: #fff;
    border-radius: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;    margin-right: 5px;
}