/*
Theme Name: Farmacie Child
Theme URI: https://farmacie.modeltheme.com/
Template: farmacie
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Pharmacy & Drug Store Theme
Version: 1.0
Text Domain: farmacie
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */


.attachment-woocommerce_thumbnail,
.size-woocommerce_thumbnail {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}

.woocommerce ul.products .products-wrapper {
	width: 100%;
}

.consultation-grid {
    display: grid;
    grid-template-columns: auto 300px;
    grid-gap: 160px;
    margin-top: 60px
}

.sc_radio fieldset {
    border: 0;
    border-bottom: 1px solid rgb(228, 225, 225);
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sc_radio fieldset ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem
}

.sc_radio li {
    background: none;
    border: 1px solid #e4e2ec;
    border-radius: 60px;
    overflow: hidden;
    display: block;
    line-height: 1;
    transition: background ease-in-out .125s;
}

.sc_radio li.wpforms-selected {
    background: #0dbd8d;
    color: white;
}

.sc_radio li:hover {
    background: whitesmoke;
}

.sc_radio li.wpforms-selected:hover {
    background: #0dbd8d;
}



.sc_radio label {
    display: block;
    padding: 16px 30px;
}

.sc_radio input {
    display: none;
}

.wpforms-field-description {
    grid-area: description;
}

.sc_radio .wpforms-field-description ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 20px;
}

.sc_radio .wpforms-field-description ul li {
    background: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    line-height: 1.6;
    color: #242424;
}

.sc_radio .wpforms-field-description ul li:before {
    content: "\2022";
    display: block;
    width: 20px;
    flex-shrink: 0;
}

.wpforms-field-label {
    font-size: 16px;
    margin: 20px 0;
    font-weight: bold;
    color: #242424;
}

.sc_radio fieldset {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "label option"
        "description x";
    align-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 10px;
}

.wpforms-field-medium {
    width: 100%;
    height: 140px;
}

textarea.wpforms-field-medium {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sc_heading h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

#consultationForm .wpforms-submit-container {
    margin: 40px 0 40px 0;
}

#consultationForm .wpforms-submit {
    background: #0dbd8d;
    display: inline-block;
    padding: 16px 30px;
    border-radius: 100px;
    border: none;
    outline: none;
    color: white;
    font-weight: bold;
}

.consultation-header {
    background: #f1eff9;
}

.consultation-header-content {
    padding: 80px 0;
    max-width: 40rem;
}

.consultation-intro {
    font-size: 16px;
    line-height: 24px;
}

.consultation-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.consultation-hero {
    display: flex;
    justify-content: space-between;
}


.product-overview {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 30px;

}

.product-consultation-image-src {
    width: 100%;
    object-fit: contain;
}

.product-consulatation-properties {
    margin-top: 20px;
    padding: 0 20px 20px 20px;
}

.product-consultation-title {
    color: #222222;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

.product-consultation-attribute-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 6px 0;
}

.product-consulation-attribute-list-key {
    display: inline-block;
    width: 50%;
    max-width: 10rem;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
}

.product-consulation-attribute-list-single {
    line-height: 1.6;
}

.product-consulation-attribute-list-value {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.product-consultation-price {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);

}

.product-consultation-price-label {
    font-size: 18px;
}

.product-consultation-price-value .woocommerce-Price-amount.amount {
    font-weight: bold;
    font-size: 18px;
}

.wpforms-hidden {
    display: none;
}


.farmacie-single-product div.product {
    margin-top: 0
}

.farmacie-breadcrumbs .row {
    padding-top: 30px;
    padding-bottom: 20px;
}

.farmacie-single-product div.product {
    margin-top: 0 !important;
}


.logo.logo-image img {
    max-width: 200px;
    width: 200px;
}




.h1-product-category {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.woocommerce-title-metas .ajax_add_to_cart {
    display: none !important;
}

.product_meta {
    display: none;
}

.single_add_to_cart_button.wc-variation-selection-needed {
    display: none !important;
}

.product-category-image::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #e6dfe6 60%, #e6dfe6 100%);
}

.product-category-header {
    position: relative;
    margin: auto;
}

.product-category-header-content {
    padding: 30px 0;
    max-width: 1400px;
    margin: auto;
}

.product-category-header-inner {
    position: relative;
    padding: 16px;
}


.product-category-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.product-category-img-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


@media(min-width: 768px) {

    .product-category-image::before {
        background: linear-gradient(90deg, #e6dfe6 60%, #e6dfe600 100%);
    }


    .product-category-header-content {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .product-category-header {
        max-height: 40rem;
        overflow: hidden;
    }

    .product-category-img-img {

    }

    .product-category-image {
        position: static;
        width: 100%;
    }

    .product-category-header {
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
        gap: 100px;
        }

    .product-category-header-inner {
        max-width: 650px;
    }
}


.accordion {
  
}

.accordion-container {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.accordion-item {
  width: 100%;
}

.accordion-trigger {
  width: 100%;
  display: block;
  color: rgb(0, 0, 0);
  padding: 24px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  border: none;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  cursor: pointer;
  background: transparent;
}

.accordion-icon {
  transition: transform 0.125s;
}

.accordion-item.is-active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-item:not(:first-of-type) .accordion-trigger {

}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: 0.125s;
}

.accordion-content p,
.accordion-content ul {
  margin: 24px;
  color: #222;
}

.product-category-faq {
    background: #f7f8fa;
    padding: 60px 0;
}


.how-it-works {
    padding: 80px 0 80px 0;
    margin-bottom: 100px;
    background: #f7f8fa;
}


.how-it-works-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    text-align: center;
}




.hiw-title {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    display: block;
}

.hiw-body {
    color: #222;
    font-size: 18px;
    margin: auto;
    max-width: 260px;
}

.hiw-no {
    background: rgb(97, 206, 112);
    width: 100%;
    max-width: 6rem;
    aspect-ratio: 1;
    margin-bottom: 1rem;
    margin: auto;
    margin-bottom: 2rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

.button-brand {
    background: rgb(97, 206, 112);
    padding: 14px 32px;
    display: inline-block;
    margin-top: 1rem;
    border-radius: 100px;
    color: #fff !important;
}

.button-brand:hover {
    background: #222;
    color: #fff
}


.button-brand-reset {
    background: #61CE70 !important;
    color: #FFFFFF !important;
    border-radius: 100px !important;
    font-size: 18px !important;
    padding: 14px 32px !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.builder-footer-copyright-item.footer-copyright {
    font-size: 14px !important;
}

@media(max-width: 790px) {

    .how-it-works {
        padding-top: 60px;
        padding-bottom: 640px;
        margin-bottom: 40px;
    }

    .how-it-works-list {
        display: flex;
        flex-direction: column;
    }

    .hiw-no {
        width: 3rem;
        max-width: 3rem;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .hiw-body {
        font-size: 16px;
    }

    .hiw-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 0;
    }
}


.mt-package-price {
    border: none !important;
    padding: 0 !important;
}

.package-list-icon,
.cd-value-year {
    display: none;
}


h2.price-title {
    background: var(--e-global-color-accent);
    width: 8rem;
    margin: auto;
    padding: 20px;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 99rem;
    color: #fff !important;
    font-size: 52px !important;
}

.price-table-container:hover {
    transform: none !important;
    box-shadow: none !important;
    cursor: default;
}
/* HOMEPAGE NAV */

.homepage-navigation-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}


@media(min-width: 790px) {
    .homepage-navigation-menu {
        grid-template-columns: 1fr 1fr;
    }
}

@media(min-width: 1040px) {
    .homepage-navigation-menu {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
}


.home-page-nav-single {
    display: flex;
    flex-direction: column;
    background: #e5dfe5;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.homepage-nav-sub-menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 16px;
    position: relative;
}

.discount-btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 25px 12px 25px;
    color: #000000;
    background-color: #FFFFFF;
}

.discount-btn:hover {
    color: #FFFFFF;
    background-color: #000000; 
}

.learn-more-nav {
    margin-top: 20px;
}

a.nav-menu-title-home,
a.nav-menu-title-home:hover {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.homepage-nav-sub-menu-overflow {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #e6dfe6 50%, #e6dfe62c 100%);
}

.homepage_nav_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100% !important;
    object-fit: cover;
}

.homepage-nav-single-link {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}


.home-nav-arrow {
    width: 10px;
    height: 10px;
}


.cat_h2 {
    margin-bottom: 40px;
}



.hamburger-box {
    width: 42px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
}

.hamburger-inner::before {
    top: -7px;
}


.hamburger-inner::after {
    bottom: -7px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 22px;
    height: 2px;
    background: black;
}

.row-v2.row-v2-main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.row-v2.row-v2-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
}

.header--row-inner.header-bottom-inner {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-top-width: 1px !important;
}


.faq-item {
    margin-bottom: 2rem;
}



/** GLOBAL REVIEWS **/

.global-reviews-container {
    background: #fafafa;
    padding-top: 100px;
    padding-bottom: 110px;
    border-top: 1px solid rgba(10,10,10,0.06);
}

.review-title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.5rem;
}

.review-single {
    background: white;
    padding: 2rem;
    border-radius: 6px;
}

.review-name {
    display: block;
    color: black;
    font-weight: bold;
}

.review-date {
    display: block;
    font-size: .875rem;
}

.star-rating-in-review {
    padding: 20px 0;
}

h2.review-title {
    margin-bottom: 3rem;
}

.review-content {
    line-height: 1.6;
}


@media only screen and (max-width: 800px) {
    .review-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.6rem;
    }


    .review-single {
        padding: 1rem;
    }


    h2.review-title {
        text-align: left;
        margin-bottom: 1.6rem;
        font-size: 30px;
        line-height: 1.6;
    }

    .global-reviews-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (max-width: 650px) {
    .review-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1300px) {
    .consultation-grid {
        grid-gap: 60px;
    }
}


@media only screen and (max-width: 1150px) {
    .product-bar {
        display: none;
    }

    .consultation-grid {
        display: block;
    }
}

@media only screen and (max-width: 6000px) {
    .sc_radio fieldset {
        display: block;
    }
}

.woocommerce ul.products li.product a img {
    max-width: 23rem;
}




@media(max-width: 790px) {
 
    .footer-column .menu-menu-3-container {
        display: block !important;
    }

    #nav_menu-3 {
        margin-top: 20px;
    }

    .home-page-nav-single {
        margin-left: -16px;
        margin-right: -16px;
    }

    .woocommerce-variation-add-to-cart,
    form.cart {
        display: flex;
        flex-direction: column;
        gap: .25rem;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        width: 100%;
    }
}



.sc_form_section {
    margin-bottom: 2.5rem;
}

.form-section-title {
    font-size: 1.75rem;
    text-transform: none;
    text-align: left;
}

.single-question-h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.sc_question_single {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.radioList {
    display: flex;
    gap: .5rem;
    margin-top: 1.5rem
}

.radioList input[type="radio"] {
    display: none;
}

.sc_radio_description {
    display: block;
    padding-top: 10px;
    padding-right: 32px;
    padding-bottom: 10px;
    padding-left: 32px;
    border: 1px solid;
    cursor: pointer;
    border-radius: 99rem;
    font-size: .875rem;
}

.radioList input[type="radio"]:checked ~ .sc_radio_description {
    background: #34a845;
    color: white;
}


.formtextarea {
    width: 100%;
}

.wc-item-meta {
    display: none;
}


.sc_form_error {
    max-width: 500px;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.1);
}

.error-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

dialog button {
    background-color: #34a845;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border: 0 none;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 15px 25px;
}