/* 
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 */
body {
  cursor: url('/wp-content/themes/hello-theme-child-master/img/veg-pointer.png') 0 0, auto;
}
a,
a:hover,
button,
[type="button"],
[type="submit"],
[type="reset"],
input[type="submit"],
input[type="button"],
.btn,
button,
button *,
.card,
.card *,
.clickable,
.click-area,
.nav-item,
.icon-button,
.elementor-swiper-button,
.MediaTile__overlay {
    cursor: url('/wp-content/themes/hello-theme-child-master/img/mouse-pointer-hand.png') 0 0, auto !important;
}
#logo-slider img {
  filter: grayscale(100%);
}

#logo-slider img {
  filter: grayscale(100%);
}

button.DesignedButton__button.FollowButton {
    padding: .5em;
    font-size: 16px;
}
.forminator-label{
    font-weight: 400 !important;
    font-size: 18px !important;
}

.woocommerce-checkout #content, .woocommerce-cart #content{
    max-width: 80%;
    margin: 0 auto;
}
.woocommerce-cart #content .alignwide{
    margin: 0;
}
.woocommerce.columns-4 {
    max-width: 100% !important;
}
ul.products{
    grid-row-gap: 50px !important;
}
/* product category gallery */
.category-slideshow {
  display: flex;
  flex-direction: column;
}
.category-slideshow .slide img {
  width: 100%;
  height: auto;
 
  object-fit: cover;
  aspect-ratio: 1/1;
}
/* Make section full height */
.elementor-section {
  height: 100vh;
}

/* Scrollable products column */
.scrollable-products {
  height: 100%;
  overflow-y: auto;
  padding-right: 1rem; /* optional */
}

.products.elementor-grid {
    grid-template-columns: auto;
}


/* Sticky slideshow column */
.fixed-slideshow {
  position: sticky;
  top: 0;
  height: inherit;
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  display: none !important;
}
.product-excerpt, .product-excerpt-preview, .product-excerpt-full {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
/* ::backdropproduct category gallery */
strong {
    font-family: 'DM SERIF DISPLAY';
    font-weight: 400;
}

/* WooCommerce General */
.add_to_cart_button{
    margin-right: 1rem !important;
}

@media (min-width: 768px) {
  .wp-block-woocommerce-checkout,
  .wp-block-woocommerce-cart,
  .woocommerce {
    max-width: 80% !important;
    margin: 0 auto !important;
  }
}

/* basket */
.wc-block-cart__totals-title,
.wc-block-cart-items__header-image span,
.wc-block-cart-items__header-total span,
.wc-block-components-totals-item__label,
.shop_table th,
.woocommerce-no-shipping-available-html
{
    font-weight: 400 !important;
}
.wc-block-components-button, #place_order{
    background-color: var(--e-global-color-e3526ea);
    text-decoration: none !important;
}
.wc-block-components-button__text, #place_order{
    color: var(--e-global-color-accent);
    font-family: 'bellefair';
    font-weight: 400;
}
li p{
    margin: 0;
}
.woocommerce-mini-cart__empty-message{
    font-size: 1rem !important;
}

.cart .product-thumbnail{
    display: none !important;
}
.elementor-menu-cart__product{
    grid-template-columns: 0 auto;
}
/* menu */
body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.custom-slideout-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    height: 100vh;
    background: #2A3B19;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    padding-top: 4rem;
    border: 0;
}

.custom-slideout-nav.open {
    transform: translateX(0);
}

.custom-slideout-menu {
    flex: 1;
    overflow-y: auto;
    padding: 3.5rem;
}

.custom-slideout-logo {
    padding: 2rem;
    text-align: center;
}

.custom-slideout-logo img {
    max-width: 50%;
}

.custom-slideout-close {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.custom-slideout-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-slideout-menu li {
    position: relative;
}
.custom-slideout-menu h2{
    color: #A9B78D;
}
.custom-slideout-menu a {
    display: block;
    padding: 0.8rem;
    color: #A9B78D;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    font-size: 1.5rem;
    font-family: 'Bellefair';
}

.custom-slideout-menu a:hover {
    color: #C0C0C0;
}

.custom-slideout-menu a.active {
    color: #FEFEFE;
}

/* Accordion Styles for Sub Menus */
.custom-slideout-menu li ul {
    display: none;
    padding-left: 1rem;
}
.custom-slideout-menu li ul li a{
    font-size: 1.2rem;
}
.custom-slideout-menu li.open > ul {
    display: block;
}

.custom-slideout-menu li > a.toggle-submenu::after {
    content: '\25BC';
    float: right;
    transition: transform 0.3s;
    font-size: 1rem;
}

.custom-slideout-menu li.open > a.toggle-submenu::after {
    transform: rotate(180deg);
}

.mobile-only-extra-links {
    display: none;
}
/* PDF download */
.product-pdf-download {
    margin-top: 10px;
}

.product-pdf-download a {
    display: inline-flex;
    align-items: center;
    color: var( --e-global-color-e3526ea );
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.product-pdf-download .pdf-icon {
    margin-right: 14px;
    font-size: 1.2em;
}
/* read more */
.product-excerpt-wrapper {
    margin-bottom: 10px;
}

.read-more-button {
    background: none;
    margin-top: 2rem;
    font-size: 1.2rem;
    color: var( --e-global-color-e3526ea );
}

@media (max-width: 1250px) {
    .slide-out-trigger .elementor-button-text, nav a.elementor-item{
        font-size: 18px !important;
    }
    nav a.elementor-item{
        padding:0 0.5rem !important;
    }
}
@media (max-width: 767px) {
    .custom-slideout-nav {
        width: 100%;
    }
    .mobile-only-extra-links {
        display: block;
        padding-top: 1rem;
    }
    .mobile-only-extra-links a {
        padding: 1rem;
        display: block;
        color: #A9B78D;
        text-decoration: none;
    }
    .scrollable-products{
        order: 2;
    }
    .fixed-slideshow{
        position: relative;
    }
}