/*
Theme Name: PXL Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: pxl-elementor-child
Author: PXL
Description: PXL Elementor Child is a child theme of Hello Elementor
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* DEFAULT FONT CSS */
body .text-default {
    font-size: 1.125rem;
    font-weight:500;
    line-height: 1.6;
}
body .text-small {
    font-size: 0.875rem;
    font-weight:500;
    line-height: 1.6;
}
body .text-small-link {
    font-size: 0.875rem;
    font-weight:500;
    line-height: 1.6;
    text-decoration: underline;
}
body .text-small-link:hover {
    text-decoration: none;
}
body .text-extra-small {
    font-size: 0.75rem;
    font-weight:500;
    line-height: 1.5;
}
body .text-big {
    font-size: 1.25rem;
    font-weight:500;
    line-height: 1.6;
}
body .text-h1 {
    font-size: 3rem;
    font-weight:600;
    line-height: 1.2;
}
body .text-h3 {
    font-size: 1.5rem;
    font-weight:600;
    line-height: 1.33;
}
body .text-h4 {
    font-size: 1.25rem;
    font-weight:600;
    line-height: 1.2;
}
body .text-h5 {
    font-size: 1.125rem;
    font-weight:600;
    line-height: 1.33;
}

@media screen and (max-width: 991px) {
    body .text-m-default {
        font-size: 1rem;
    }
    body .text-m-small {
        font-size: 0.875rem;
    }
    body .text-m-small-link {
        font-size: 0.875rem;
    }
    body .text-m-extra-small {
        font-size: 0.75rem;
    }
    body .text-m-big {
        font-size: 1.25rem;
    }
    body .text-m-h1 {
        font-size: 3rem;
    }
    body .text-m-h3 {
        font-size: 1.5rem;
    }
    body .text-m-h4 {
        font-size: 1.25rem;
    }
    body .text-m-h5 {
        font-size: 1.125rem;
    }
}


/* CUSTOM CSS */

body > header {
    z-index:1000;
    position:relative;
    margin-bottom: 38px;
}

body.disable-scroll {
    overflow: hidden;
}

.hide {
  display: none;
}
.show {
  display: block !important;
}
.show-flex {
  display: flex !important;
}
input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
@media screen and (max-width: 991px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}

.container-default {
    max-width: 1248px;
    margin-left:auto;
    margin-right:auto;
}
.container-small {
    max-width: 1040px;
    margin-left:auto;
    margin-right:auto;
}

@media screen and (min-width: 1280px) {
    .page-header .entry-title, 
    .site-footer .footer-inner, 
    .site-footer:not(.dynamic-footer), 
    .site-header .header-inner, 
    .site-header:not(.dynamic-header), 
    body:not([class*="elementor-page-"]) .site-main {
        max-width: 1248px;
    }
}

@media screen and (max-width: 1200px) {
    .container-default {
        padding-left: 24px;
        padding-right: 24px;
    }
    .container-small {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.elementor-widget-icon-box .elementor-icon-box-description a {
    color: inherit;
}
.elementor-widget-icon-box .elementor-icon-box-description a:hover {
    color: var(--e-global-color-primary);
}
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a:hover {
    color: var(--e-global-color-9797da3);
}


/* MAILEON FORM */
.et_pb_contact_form .subscription_form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:center;
    gap: 58px;
}
.et_pb_contact_form .form_input {
    display:flex;
    gap:0;
    flex-wrap: nowrap;
}
.et_pb_contact_form .form_input input[type="text"] {
    border-radius: 6px 0 0 6px;
    font-size:0.875rem;
    border:0;
}
.et_pb_contact_form .form_input input[type="text"]:focus {
    border:0;
}
.et_pb_contact_form .form_input button {
    border-radius: 0 6px 6px 0;
}
.et_pb_contact_form  .card {
    flex-basis: 50%;
}
.et_pb_contact_form h2 {
    color:#fff;
}
.et_pb_contact_form p {
    color:#fff;
}
.et-pb-contact-message {
    color:#fff;
    text-align:center;
}
.et_pb_contact_form .maileon_checkbox_container {
    position: relative;
    margin-bottom:5px;
}
.et_pb_contact_form .maileon_checkbox_container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.et_pb_contact_form .maileon_checkbox_container label {
    color: #fff;
    padding-left:30px;
    margin-bottom:0;
}
.et_pb_contact_form .maileon_checkbox_container label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.et_pb_contact_form .maileon_checkbox_container input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    font-size: 10px;
    position: absolute;
    top: calc(50% - 1px);
    left: 8px;
    transform: translateY(-50%);
}
.et_pb_contact_form .maileon_checkbox_container label a {
    color: #fff;
    text-decoration: underline;
}
.et_pb_contact_form .maileon_checkbox_container label a:hover {
    color: #fff;
    text-decoration: none;
}
.maileon_warning {
    display: flex;
    gap: 6px;
    padding: 0;
    color: var(--e-global-color-f0693cc) !important;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #fff;
}
.maileon_warning::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    color: var(--e-global-color-f0693cc);
    background-color: transparent;
    font-size: 16px;
    position: relative;
    top: 1px;
}


/* YITH PLUGIN */

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
    top: 14px; /*because of the product image*/
    left: 16px;
}
.yith-wcwl-add-button .add_to_wishlist,
.yith-wcwl-add-button .add_to_wishlist svg {
    color: #B4B6B3 !important;
    transition: all 0.3s ease;
}
.yith-wcwl-add-button .add_to_wishlist:hover,
.yith-wcwl-add-button .add_to_wishlist:hover svg {
    color: #8DE04C !important;
}
.yith-wcwl-add-button .delete_item,
.yith-wcwl-add-button .delete_item svg {
    color: #8DE04C !important;
    transition: all 0.3s ease;
}
.yith-wcwl-add-button .delete_item:hover,
.yith-wcwl-add-button .delete_item:hover svg {
    color: var(--e-global-color-3620437);
}
.yith-wcwl-add-button .disabled_item,
.yith-wcwl-add-button .disabled_item svg {
    color: #B4B6B3 !important;
    transition: all 0.3s ease;
}
.yith-wcwl-add-button .disabled_item:hover,
.yith-wcwl-add-button .disabled_item:hover svg {
    color: #8DE04C !important;
}



/* BLOG ITEMS */


.blog-item {
    width:320px;
    max-width: 100%;
    transition: all 0.3s ease;
}
.blog-item .item-image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display:block;
    margin-bottom: 16px;
    border: 2px solid var(--e-global-color-c01fb4e);
}
.blog-item .item-image img {
    display:block;
    object-fit: cover;
    width: 100%;
    height: 200px;
}
.blog-item .item-content {
    padding-left:24px;
    padding-right:24px;
}
.blog-item .item-title {
    color: var(--e-global-color-text);
    display: block;
}
.blog-item .item-title h4 {
    margin-bottom:8px;
}
.blog-item .item-excerpt {
    opacity:0.5;
    margin-bottom:6px;
}
.blog-item .elementor-button {
    font-size: 0.875rem;
}
.blog-item .elementor-button i {
    margin-left: 6px;
}


.blog-item.style-big {
    width:100%;
    max-width: 100%;
}
.blog-item.style-big .item-image {
    margin-bottom:30px;
}
.blog-item.style-big .item-image img {
    height: 380px;
}
.blog-item.style-big .item-content {
    padding-left:40px;
    padding-right:40px;
}
.blog-item.style-big .item-title h4 {
    margin-bottom: 18px;
}
.blog-item.style-big .item-excerpt {
    margin-bottom: 15px;
}

.site-main {
    position:relative;
}
.loader-gif {
    position:absolute;
    top:-30px;
    left:0;
    width:100%;
    height:calc(100% + 30px);
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(255,255,255,.8);
    transition:all 0.3s ease-in-out
}
.loader-fixed-gif {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(255,255,255,.8);
    transition:all 0.3s ease-in-out
}

/* Popup */

#popup {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 626px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #B0AFB1;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}
#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
.popup-title-div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    position: relative;
}
.popup-title-div svg{
    min-width: 24px;
}
#close_popup {
    position: absolute;
    right: 24px;
}
#close_popup:hover {
    cursor:pointer;
}
#popup h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--e-global-color-text);
    margin: 0;
    text-align: center;
    width: 100%;
}
#popup-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #7B797C;
    margin: 16px 0 0 0;
}
.popup-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin: 32px 0 0  0;
}
.popup-buttons button {
  min-width: 160px;
}
#popup-btn1{
    background-color: var(--e-global-color-c01fb4e);
    border: none;
}

#popup-btn1:hover{
    background-color: var(--e-global-color-e8ad63b);
}

#yith-wcwl-popup-message{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(50%, 50%);
    max-width: 540px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #B0AFB1;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* RADIO, CHECKBOX STYLES */

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
}
label input[type="radio"],
label input[type="checkbox"] {
    visibility: visible;
    position: relative;
    z-index: 1;
}

input[type="radio"] + label:not(.rating-star),
input[type="checkbox"] + label {
    padding-left: 32px !important;
    cursor: pointer;
    padding: 0;
    position: relative;
    /* font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.67; */
    color: var(--e-global-color-text);
}
input[type="radio"]:disabled + label:not(.rating-star),
input[type="checkbox"]:disabled + label {
    opacity: 0.3;
}
input[type="radio"] + label:not(.rating-star)::before,
input[type="checkbox"] + label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--e-global-color-text);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
input[type="checkbox"] + label::before {
    border-radius: 6px;
}
input[type="radio"] + label:not(.rating-star)::after,
input[type="checkbox"] + label::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--e-global-color-text);
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease-in-out;
}
input[type="checkbox"] + label::after {
    border-radius: 2px;
}
input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
    transform: translateY(-50%) scale(1);
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="url"], input[type="search"], input[type="color"], textarea {
    border-radius: 6px;
    border: 1px solid var(--e-global-color-primary);
    background-color: #fff;
    padding: 16px 18px;
    font-weight:500;
    font-size: 0.875rem;
    line-height: 1.57;
    color: var(--e-global-color-text);
}
select {
    border-radius: 6px;
    border: 1px solid var(--e-global-color-primary);
    background-color: #fff;
    padding: 16px 18px;
    font-weight:500;
    font-size: 0.875rem;
    line-height: 1.57;
    color: var(--e-global-color-text);
}
select:focus {
    border: 1px solid var(--e-global-color-primary);
}
.select2-container--default .select2-selection--single {
    border-radius: 6px;
    border: 1px solid var(--e-global-color-primary);
    background-color: #fff;
    height:56px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--e-global-color-text);
    padding: 16px 18px;
    font-weight:500;
    font-size: 0.875rem;
    line-height: 1.57;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:56px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--e-global-color-text) transparent transparent transparent;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

@media screen and (max-width:991px) {
    .blog-item {
        width:100%;
        max-width:100%;
        flex-shrink:0;
    }
    .blog-item.style-big {
        width:100%;
        max-width:100%;
    }
    .blog-item .item-content,
    .blog-item.style-big .item-content {
        padding-left:15px;
        padding-right:15px;
    }
    .blog-item.style-big .item-title h4 {
        margin-bottom: 8px;
    }
    .blog-item.style-big .item-excerpt {
        margin-bottom: 8px;
    }
    .blog-item.style-big .item-image {
        margin-bottom: 15px;
    }
    .blog-item.style-big .item-image img {
        height: 200px;
    }

    .related-blog-posts .blog-item {
        max-width:70vw;
    }
    .related-blog-posts .blog-item.style-big {
        max-width:70vw;
    }

    .et_pb_contact_form .subscription_form {
        flex-direction:column;
        gap: 80px;
    }
    .et_pb_contact_form .form_input {
        flex-direction:column;
        gap: 16px;
    }
    .et_pb_contact_form .form_input input[type="text"] {
        width:100%;
        border-radius: 6px;
    }
    .et_pb_contact_form .form_input button {
        width:100%;
        border-radius: 6px;
    }

    .elementor-19 .elementor-element.elementor-element-ecb6438:not(.elementor-motion-effects-element-type-background), 
    .elementor-19 .elementor-element.elementor-element-ecb6438 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: 100% auto !important;
        background-position: bottom center !important;
    }
    .elementor-19 .elementor-element.elementor-element-ecb6438::before, 
    .elementor-19 .elementor-element.elementor-element-ecb6438 > .elementor-background-video-container::before, 
    .elementor-19 .elementor-element.elementor-element-ecb6438 > .e-con-inner > .elementor-background-video-container::before, 
    .elementor-19 .elementor-element.elementor-element-ecb6438 > .elementor-background-slideshow::before, 
    .elementor-19 .elementor-element.elementor-element-ecb6438 > .e-con-inner > .elementor-background-slideshow::before, 
    .elementor-19 .elementor-element.elementor-element-ecb6438 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
        background-image: linear-gradient(179.02deg, #276800 49.77%, rgba(107, 179, 63, 0) 75.87%) !important;
    }
    #popup{
        width: 90%;
    }
    .popup-buttons{
        flex-direction: column;
        gap: 16px;
    }
    .popup-buttons button{
        min-width: unset;
        width: 100%;
    }
    #close_popup{
        right: 0;
    }
}