/* 
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 */

/* Megamenu design */
selector .mega-menu-list li a {
    color: #1E1E1E;
}

selector .mega-menu-list li a:hover {
    color: #01347b;
}

/*Request a quote*/
a.get-a-quote {
    display: flex;
    gap: 10px;
    background: var(--e-global-color-accent);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 8px 16px;
}

a.get-a-quote svg {
    width: 24px;
    color: #fff;
    fill: #fff;
}

.products.elementor-grid .add_to_cart_button,
.products.elementor-grid a.button {
    display: none !important;
}

@media (max-width: 1025px) {
    .e-n-menu-title {
        justify-content: space-between !important;
    }
}

@media (min-width: 1025px) {
    .e-n-menu-heading li:nth-child(3),
    .e-n-menu-heading li:nth-child(5),
    .e-n-menu-heading li:nth-child(6) {
        position: relative;
    }

    .e-n-menu-heading li:nth-child(3) .e-n-menu-content,
    .e-n-menu-heading li:nth-child(5) .e-n-menu-content,
    .e-n-menu-heading li:nth-child(6) .e-n-menu-content {
        width: max-content !important;
        left: -30px !important;
    }
}

/* Megamenu design ends */

/*div#tab-description table td {*/
/*    line-height: 0;*/
/*}*/

div#tab-description table td h2 {
    margin-top: 0;
    margin-bottom: 16px;
}

div#tab-description table td p {
    line-height: normal;
}

div#tab-description table td img {
    height: auto;
}

.woocommerce-tabs.wc-tabs-wrapper {
    font-family: 'Poppins';
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #fff;
    border-radius: 0;
    margin: 0 1rem;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: rgba(0, 0, 0, 0.35);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top: 3px solid #000;
    border-radius: 0;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-top: 0;
    border-radius: 4px;
    min-height: 350px;
    margin-block: 1.5rem;
    padding-inline: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000000;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #000;
}

.feature {
    display: flex;
    gap: 1rem;
    margin-block: 1rem;
}

.feature > div:first-child {
    min-width: 260px;
    /*flex-basis: 260px;*/
}

.feature h3,
.videos h3 {
    font-size: 16px;
    font-weight: 600;
    min-width: 250px;
}

.feature-count {
    border: 1px solid #d53495;
    padding: .2rem .8rem;
    display: inline-block;
    margin-bottom: .5rem;
    border-radius: 4px;
    font-size: .8rem;
}

.feature div:last-child {
    min-width: 150px;
}

/*.feature a {*/
/*    min-width: 150px;*/
/*}*/

.feature img {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}

.awards img {
    border-radius: 4px;
}

.award-images {
    display: flex;
    gap: 1rem;
}

.videos {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.video {
    flex-grow: 1;
    flex-basis: calc(50% - 1rem);
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p.stock.in-stock,
.woobt-wrap {
    font-family: 'Poppins';
}

.woocommerce span.onsale, .eael-single-product-images .product_image_slider span.onsale {
    background: #000;
    padding: 0 1rem !important;
    border-radius: 20px;
    line-height: 2.5;
    min-height: 10px;
    letter-spacing: .5px;
}

.eael-single-product-images .product_image_slider__container {
    border: 1px solid #1e1e1e1f;
    border-radius: 5px;
}

.eael-single-product-images .product_image_slider__container .swiper-slide img {
    width: 100%;
}

.eael-single-product-images .product_image_slider__thumbs__image img {
    display: block;
}

.eael-single-product-images .product_image_slider__thumbs .swiper-button-prev,
.eael-single-product-images .product_image_slider__thumbs .swiper-button-next {
    background-color: #D53495;
    color: #fff;
    border-radius: 100%;
}

div#tab-description img,
div#tab-description iframe {
    border-radius: 8px;
}

.woocommerce-Tabs-panel h2 {
    /*margin-top: 1.5rem;*/
    margin-bottom: .5rem;
    font-size: 1.3rem;
}

.woocommerce-Tabs-panel h3 {
    /*margin-top: 1.5rem;*/
    margin-bottom: .5rem;
    font-size: 1.2rem;
}

/*div#tab-description img {*/
/*    max-width: 150px;*/
/*    height: 150px;*/
/*    object-fit: cover;*/
/*    border-radius: 4px;*/
/*    border: 1px solid #f0f0f0;*/
/*}*/

.woocommerce-Tabs-panel ul {
    margin-bottom: 1rem;
}

.woocommerce-Tabs-panel blockquote {
    margin: 0;
    padding-inline: 1.5rem;
    padding-block: 1.5rem .5rem;
    border-left: 4px solid #c36;
    background: #cc33660a;
}

.woocommerce-Tabs-panel .features .feature h3 {
    margin: 0;
    font-size: 1rem;
    display: inline;
}

.woocommerce table.variations th,
.woocommerce table.variations td {
    display: block;
    text-align: left;
    padding-block: 4px;
    background-color: transparent;
    padding: 5px 0 0;
}

.accessory table caption {
    display: none;
}

.single-product .elementor-widget-woocommerce-product-images {
    position: sticky;
    top: 36px;
}

/**
*   Single product booking calender design starts
*   Custom classname - rocky-booking-calender
*/
.rocky-booking-calender form {
    padding-inline: 10px;
    display: block !important;
}

.rocky-booking-calender .wc-bookings-booking-form {
    padding: 0;
    border: none;
}

.rocky-booking-calender .wc-bookings-date-picker {
    padding: 0;
    border: none;
}

.rocky-booking-calender .wc-bookings-booking-form,
.rocky-booking-calender .ui-widget,
.rocky-booking-calender .wc-bookings-booking-form-button {
    font-family: 'Poppins', serif;
}

.rocky-booking-calender .wc-bookings-booking-form-button {
    margin-inline: 0 !important;
}

.rocky-booking-calender .block-picker .block a {
    border: 1px solid #e6e6e6;
}

.rocky-booking-calender .wc-bookings-booking-cost {
    margin-inline: 0;
}


/* Single product booking calender design ends*/


/*collections*/
.collections h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    position: relative;
    cursor: pointer;
    padding-right: 16px;
}

.collections svg.icon.icon-caret {
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.collections ul {
    padding: 8px 16px;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.collections ul.open {
    max-height: 500px; /* large enough to fit content */
}

.collections li {
    border-bottom: 1px solid #ebebeb;
    line-height: 24px;
    padding-block: 6px;
}

.collections li:last-child {
    border-bottom: none;
}

.collections li a {
    color: #1e1e1e;
    font-size: 14px;
}

/*Calendar*/
#calendar {
    font-family: Poppins, sans-serif;
}

/*Cart & Checkout*/
.woocommerce-cart, .woocommerce-checkout, .woocommerce-account {
    font-family: Poppins, sans-serif;
}

/*Full Calendar Mods*/
.tippy-content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: none; /* Allow popover to take the full width of its content */
}

.tippy-arrow {
    color: #ccc;
}

/* ROCKY-MOUNTAIN NAMESPACE */
.rocky-mountain-event-popover {
    border-radius: 5px; /* Optional: Slightly rounded corners */
    padding: 10px; /* Add padding for better spacing */
    color: #333; /* Set text color */
}

.rocky-mountain-event-popover-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.rocky-mountain-event-popover .rocky-mountain-text-content {
    flex: 1;
    font-size: 14px;
}

.rocky-mountain-event-date {
    display: block;
    color: #555;
    margin-bottom: 10px;
    font-size: 12px;
}

.rocky-mountain-event-popover .rocky-mountain-text-content p {
    margin: 0 0 10px;
    color: #333;
    font-size: 14px;
    line-height: 1;
}

.rocky-mountain-event-popover .rocky-mountain-text-content a {
    text-decoration: underline;
    font-size: 14px;
}

.rocky-mountain-event-popover img {
    width: 300px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    margin-bottom: 10px;
}

/* Tippy.js Rocky-Mountain Theme */
.tippy-box[data-theme~='rocky-mountain'] {
    background-color: white; /* Background color for the popover */
    color: #333; /* Text color */
    border: 1px solid #ddd; /* Match the popover container style */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow */
    border-radius: 5px; /* Rounded corners */
}

h2.rocky-mountain-event-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.25px;
}

.rocky-mountain-title-image {
    width: 40px;
    vertical-align: middle;
    margin-right: 5px;
}

/*Full Calendar Mods*/


/*Amelia Listing Styles*/
/*https://rockymoun.wpenginepowered.com/collections/new-owners-classes/*/
.amelia-v2-booking #amelia-container .am-fcil {
    padding: 0;
}

.amelia-v2-booking #amelia-container .am-cat__content {
    max-height: 100% !important;
}

/*https://rockymoun.wpenginepowered.com/blogs/events*/
.amelia-v2-booking #amelia-container.am-elf {
    max-width: 100% !important;
}

.am-ec {
    box-shadow: rgb(209, 213, 215) 0px 2px 2px -1px, rgba(209, 213, 215, 0.3) 0px 0px 11px, rgb(213, 52, 149) 8px 0px 0px inset !important;
}