/* 
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.0
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 */
.store_wrapper {
    display: none;
}

.store_wrapper.show {
    display: block;
}

.post-type-archive-product #main {
    width: 95%;
    max-width: 1400px;
}

.add_wrapper,.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    flex-direction: row;
    gap: 1rem;

}


.woocommerce-loop-product__title {
    display: none;
}

.p_logo {
    text-align: center;
}

.p_offer {
    text-align: center;
    font-family: "Futura PT", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #6E98F0;
    margin-top: 2rem;
}

.p_price {
    font-family: "Futura PT", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.p_offer,
.p_desc {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
    width: calc(33.3333% - 1.5rem);
}
ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin:0!important;
}
ul.products::before {
    display: none !important;
    content: '' !important;
}

@media screen and (max-width: 768px) {

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 46% !important;
    }
}

.logo_wrapper {
    display: flex;
    align-items: center;
}



li.biochange_product img {
    margin: auto;
    display: block;

}



li.biochange_product {
    --background-color: red;
    --text-color: White;
    --color-border: red;

    .product_type_simple {
        margin: auto
    }

    .button {
        background-color: var(--background-color) !important;
        color: var(--text-color) !important;
        border-radius: 50px;
        font-weight: 500;
        padding: 10px 30px 10px 30px !important;
        font-size: 19px;
        transition: all 0.3s ease;
        margin-top: 0 !important;

    }

    .button:hover {
        transform: scale(1.05);
        filter: brightness(85%);
    }

    .button::before {
        /* content: "*Intended for veterinarians"; */
        /* display: block; */
        color: initial;
        font-size: 16px;
        position: absolute;
        top: -1rem;
        left: 50%;
        transform: translateX(-50%);
    }
.input-text.qty{
    background: var(--border-color);
    border-color: var(--border-color);
    border-radius: 2rem;
    padding: 5px 10px;
}
.p_price{
    display: none;
}
    .gr_description {

        --border-color: var(--color-border);
        --border-style: solid;
        --overlay-mix-blend-mode: normal;

        position: relative;
        border-color: var(--border-color);
        border-style: var(--border-style);
        border-width:1px;
        height: 100%;
        margin-top: 1.5rem;
        padding:2rem;
        display: flex;
        flex-direction: column;

    }

    h2 {
        color: var(--color-border);
        font-weight: normal;
        font-size: 20px;
margin-bottom: 1rem;
    }
    .desc_content{
        font-size: 16px;
    }
    h2+br {
        display: none;
    }

}

.big_text {
    font-size: 25px;
    font-weight: 600;
}

.pr_content h2 {
    margin-bottom: 0;
}

@media screen and (min-width: 980px) {
    .p_price {
        margin-bottom: 1rem;

    }

    .pr_content h2 {
        margin-bottom: 10px;
    }

    li.biochange_product {

        .gr_description {
            --border-block-start-width: 3px;
            --border-inline-start-width: 3px;

            text-align: left;
        }

        /* .add_to_cart_button,
        .single_add_to_cart_button {
            font-size: 25px;

        } */
    }

    /* .big_text,
    .gr_description h2,
    .p_price {
        font-size: 30px !important;
    } */

}

li.biochange_product.blur .desc_content {
    filter: blur(4px);
}

.wp-block-woocommerce-cart.alignwide {

    margin-inline: auto;
}

#selection_wrapper:not(.display) {
    display: none;
}

#f_wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin: 1rem 0;
}

.woocommerce-breadcrumb {
    display: none;
}

.c_selection_container {
    background-color: #F4F4F4;
    border: 1px solid #4A3F3E;
    padding: 2rem 2rem 1rem 2rem;
    margin: 2rem auto;
    position: relative;
    max-width: 1280px;


}

.c_selection_container.scrolled {
    background-color: #F4F4F4;
    border-bottom: 1px solid #4A3F3E;
    padding: 3rem 0;
    margin-bottom: 2rem;
    width: 100vw;
    position: sticky;
    top: 100px;


}

.c_selection_container.scrolled .c_selection_container--inner {
    max-width: 1280px;
    width: 84%;
    margin: 0 auto;
}

#f_wrapper h2 {
    color: #6E98F0;
}

.country-selection {

    appearance: none;
    background-color: white;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    border: 3px solid #6E98F0;
    border-radius: 50px;
    padding: 0.5rem 2rem;
}

.country-selection::-ms-expand {
    display: none;
}

/* Style the arrow inside the select element: */
.select {

    position: relative;
}

@media screen and (min-width: 980px) {
    .select {

        width: 50%;
    }

}

.select:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.8em;
    height: 0.5em;
    background-color: #6E98F0;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.woocommerce-cart,
.woocommerce-checkout {
    margin-top: 50px;


    @media screen and (min-width: 980px) {
        margin-top: 140px;

    }
}

.post-type-archive-product {
    margin-top: 0px;


}

.gr_container {
    height: 100%;
    display: flex;
    flex-direction: column;
}



/* .gr_container {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;



grid-template-areas: "Logo"
"Image"
"description"
"Blank";
grid-auto-columns: 1fr;
gap: 1rem;
grid-auto-flow: row;
align-items: center;

}

*/
/* @media screen and (min-width: 980px) {
    .gr_container {
        grid-template-columns: 0.6fr 1.4fr;
        grid-template-rows: 0.3fr 1fr;
        grid-template-areas:
            "Logo Blank"
            "Image description";
    }

} */

/* 

.gr_description {
    grid-area: description;
} */
.gr_Logo img{
    height:40px;
    width: auto;    
}
.gr_Blank {
    grid-area: Blank;
}
.p_big_desc{

    display: flex;
    gap: 1rem;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0.5rem;
    
    label{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap:3px;
    }
    span{
    font-size: 30px;
    font-weight: bold;
    }
}
.pr_wrapper {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    gap: 1rem;
    flex-grow: 1;
}
.woocommerce ul.products li.product strong{
    display: inline!important;
}
.open_modal {
    margin-top: 1rem !important;
}

.desc_content,
.pr_content {
    flex-grow: 1;
}

.gr_description .woocommerce-error,
.gr_description .woocommerce-info,
.gr_description .woocommerce-message {
    margin: 2em 0 0 0;
}

.variations select {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.variations label {
    text-align: initial;
}

.rudr-variation-radios>div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 0.5rem;
}
.rudr-variation-radios label{
    display: flex;
    align-items: center;
font-size: 16px;
    gap:1rem;
}
.rudr-variation-radios span{
 font-size: 30px;
 font-weight: bold;
}
.rudr-variation-radios input{
    margin-top: 10px;
}
strong{
    font-weight: bold;
}
.woocommerce-variation-price,
.woocommerce-variation-description {
    display: none;
}

/* .woocommerce ul.products[class*="columns-1"] li.product,
.woocommerce-page ul.products[class*="columns-1"] li.product {
    width: 100% !important;
} */

.shop_hero {
    position: relative;
    margin-top: 6rem;
    padding: 0 1rem;

    img {
        margin: auto;
        display: block;
    }

}

@media screen and (min-width:780px) {
    .shop_hero {
        margin-top: 4.5rem;
    }
}

@media screen and (min-width:1380px) {
    .shop_hero {
        margin-top: 6rem;
    }
}

#scrollveterinary {
    scroll-margin-top: 150px;
}

.wc-block-cart-item__wrap h2 {
    font-size: 1rem;
}

.p_mess {
    filter: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
}

.small-txt {
    font: 14px sans-serif;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description h2 {
    font-size: 0.8rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pr-3 {
    padding-right: 1rem;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 111;

}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;

    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

/* The Close Button */
.close {

    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #6E98F0;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 1rem;
    border-bottom: 2px solid #6E98F0;
}

.modal-body {
    padding: 1rem;
    text-align: center;
}

.modal-body a {
    margin-bottom: 2rem;
    display: inline-block;
}

.modal-body .btn.btn-primary {

    background-color: #6E98F0 !important;
    color: White !important;
    border-radius: 50px;
    font-weight: 500;
    padding: 10px 30px 10px 30px !important;
    font-size: 19px;
    transition: all 0.3s ease;
}