/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.product-links {
    display: flex;
    gap: 12px;
}
.links-secTitle {
    color: var(--e-global-color-secondary);
    font-family: "Arimo", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.product-link a {
    font-family: "Arimo", Sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-primary);
}
.product-link a:hover, .product-link.isactive a {
    color: #FFF;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
}
.breakthrough-table {
    width: 100%;
    max-width: 440px;
    font-family: "Arimo", Sans-serif;
}
table.price-breakthrough {
    table-layout: fixed;
    text-align: center;
    border-radius: 14px;
    max-width: 310px;
}
table.price-breakthrough td, table.price-breakthrough th {
    padding: 5px 10px;
    text-align: left;
    min-width: 150px;
    padding-left: 50px;
}
.pswp__bg{
	background: rgb(0 0 0 / 95%);
}
.single-product input[type=number]:hover::-webkit-inner-spin-button, .single-product input[type=number]::-webkit-inner-spin-button {  
    width: 25px;
    height: 80px;
}
.storesearch {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
input#storesearchquery {
    width: 100%;
    max-width: 550px;
    position: relative;
    margin: auto;
    height: 48px;
    border: 1px solid #CCC;
    border-radius: 25px;
    padding-left: 25px;
    font-family: 'Arimo', sans-serif;
}
.searchnotifi {
    display: none;
}
#ageVerificationPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(92 92 92 / 80%);
    z-index: 10000;
    color: #fff;
    text-align: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#ageVerificationPopup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(206 241 255 / 75%);
    border-radius: 10px;
    width: 500px;
    max-width: 95vw;
    height: auto;
    padding: 35px 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 50px 0 rgba(12, 165, 228, .39);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
#ageVerificationPopup .popup-content h2 {
    color: var(--e-global-color-94c0c74);
    font-family: "Arimo", Sans-serif;
    font-size: 24px;
    font-weight: 900;
}
#ageVerificationPopup .popup-content p {
    color: var(--e-global-color-94c0c74);
    font-family: "Arimo", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 20px;
}
#ageVerificationPopup .confirmbtns {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
}
#ageVerificationPopup button {
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    fill: #FFF;
    color: #FFF;
    background-color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 2px;
    border-color: var(--e-global-color-accent);
    border-radius: 5px 5px 5px 5px;
    padding: 12px 14px;
    transition: all .3s;
	box-shadow: none;
}
#ageVerificationPopup button#noButton {
    background: transparent;
    border: none;
    color: var(--e-global-color-accent);
	box-shadow: none;
}











