/* 
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: Studio22
Author URI: https://studio22.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: studio22
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
*/

/* Base */
:root {
    --st-link-color: #B89352;
    --st-link-color-hover: #a1a1a1;
    --border: rgba(0,0,0,0.105);
    --input-border: #c2c2c2;
    --btn-color: #fff;
    --btn-color-hover: #fff;
    --btn-bgcolor: #B89352;
    --btn-bgcolor-hover: #1c1c1c;
}

:focus-visible {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: var(--st-link-color);
    transition: color .3s ease-in-out;
}

b, strong {
    font-weight: 700;
}

ul,
ol {
    margin-bottom: var(--list-mb);
    padding-left: var(--li-pl);
    --list-mb: 20px;
    --li-mb: 10px;
    --li-pl: 17px;
}

li {
    margin-bottom: var(--li-mb);
}
li:last-child {
    margin-bottom: 0;
}

dl, dd, dt {
    margin: 0;
    padding: 0;
}
dl dt {
    font-weight: 600;
}
dl dd {
    margin-bottom: 10px;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

table {
    font-size: 0.875rem;
}

table :is(caption, th, td) {
    text-align: left;
    vertical-align: middle;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}

button, input, optgroup, select, textarea {
    font-size: 0.875rem;
}

[type=checkbox], [type=radio] {
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
    margin-inline-end: 5px;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: #F3F3F3;
    border-radius: 0;
    border-color: var(--input-border);
}


:is(.btn, .button, [type=button], [type=submit], button, .elementor-button) {
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    color: var(--btn-color );
    background-color: var(--btn-bgcolor);
    border-style: none;
    cursor: pointer;
    border-radius: 0;
    padding: 15px 24px;
    transition: all .3s ease-in-out;
}

:is(.btn, .button, [type=button], [type=submit], button, .elementor-button):hover,
:is(.btn, .button, [type=button], [type=submit], button, .elementor-button):focus {
    color: var(--btn-color-hover);
    background-color: var(--btn-bgcolor-hover);
}

:is(.btn, .button, [type=button], [type=submit], button):focus {
    outline: none;
}

/* Widget */
:is(.widget) :is(ul, ol) {
    list-style: none;
}

:is(div[class*="widget_"])>h5 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    margin-block-end: 10px;
}

/* Animation */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

/* Elementor */
.elementor-heading-title {
    margin-block-end: 0;
}
body .elementor-menu-cart__container {
    width: 100%;
}
body .elementor-menu-cart__main {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.elementor-menu-cart__toggle .elementor-button:focus {
    background-color: transparent;
}
.elementor-menu-cart__product .variation dd {
    margin-bottom: 0;
}

/* GRAVITY FORM */
.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper .gform_required_legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: inherit;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.gform_wrapper.gravity-theme .gfield_required {
    color: currentColor;
}

.gform_wrapper.gravity-theme #field_submit, 
.gform_wrapper.gravity-theme .gform_footer {
    flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .h-captcha[data-size="normal"] {
    width: 100%!important;
}

/* Jet Mega Menu */
.jet-mega-menu-item {
    margin: 0;
}

.jet-mega-menu-item__title {
    transition: color .3s ease-in-out;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner {
    border-top: 1px solid #e8e8e8;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .menu-button .jet-mega-menu-item__inner {
    padding: 0;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .menu-button .jet-mega-menu-item__link--top-level {
    background-color: var(--e-global-color-primary);
    font-weight: 600 !important;
    line-height: 1;
    padding: 12px 18px;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .menu-button .jet-mega-menu-item__link--top-level>.jet-mega-menu-item__title {
    color: #fff !important;
}

.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-mega-container,
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-sub-menu {
    transform: translateY(10px);
    -webkit-transition: all 0.2s cubic-bezier(0.48, 0.01, 0.5, 0.99);
    transition: all 0.2s cubic-bezier(0.48, 0.01, 0.5, 0.99);
}
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,
.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container {
    transform: translateY(0);
}

/* Add your custom styles here */

#st-btt {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    opacity: 0;
    transform: translateY(60px);
    background-color: var(--e-global-color-primary);
    color: #fff;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    z-index: 100;
}

#st-btt.active {
    opacity: 1;
    transform: translateY(0);
}

.mobile-nav-menu .elementor-nav-menu--dropdown ul>li>a {
    justify-content: space-between;
    border-bottom: 1px solid #343434;
}

.st-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.st-nav-menu li a {
    display: block;
    color: var(--e-global-color-dd1a151);
}
.st-nav-menu li .menu-name {
    position: relative;
    display: inline-flex;
}
.st-nav-menu li .menu-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-primary);
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform .3s cubic-bezier(0.48, 0.01, 0.5, 0.99);
}
.st-nav-menu li a:hover > .menu-name::after {
    transform: scale(1, 1);
    transform-origin: top left;
}

.st-nav-menu li {
    --li-mb: 5px;
}
.st-nav-menu li:last-child {
    --li-mb: 0;
}

.st-nav-menu li a:hover,
.st-nav-menu li a:focus {
    color: var(--e-global-color-primary);
}
.st-tabs .e-n-tab-title-text {
    position: relative;
    padding: 5px 0;
}
.st-tabs .e-n-tab-title-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-primary);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .3s ease-in-out;
}
.st-tabs .e-n-tab-title.e-active .e-n-tab-title-text::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.retailer-restaurant-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
@media (min-width: 768px) {
    .retailer-restaurant-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .retailer-restaurant-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.rr-item .rr-title {
    font-size: 20px;
    color: var(--e-global-color-primary);
    text-transform: uppercase;
    margin-block-end: 0.5rem;
}
.rr-item .rr-title a {
    color: currentColor;
}
.rr-item .rr-title a:hover,
.rr-item .rr-title a:focus {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}
.rr-item .rr-social {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 12px;
    --list-mb: 0;
    --li-mb: 0;
}
.rr-item .rr-social a {
    display: inline-flex;
    background-color: var(--e-global-color-primary);
    color: #fff;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.rr-item .rr-social a:hover,
.rr-item .rr-social a:focus {
    background-color: var(--e-global-color-secondary);
}

/*  */
.vi-wcuf-swatches-wrap .variable-items-wrapper {
    display: none!important;
}
.vi-wcuf-swatches-wrap .viwcuf-attribute-options {
    display: block!important;
    color: #333;
}

@media screen and (max-width: 374px) {
    .vi-wcuf-us-swatches-popup-wrap-wrap .vi-wcuf-swatches-control-content-wrap .vi-wcuf-swatches-control-content {
        grid-template-columns: 1fr;
        min-width: 200px;
    }
    .vi-wcuf-us-swatches-popup-wrap-wrap .vi-wcuf-swatches-control-footer-wrap,
    .vi-wcuf-us-swatches-popup-wrap-wrap .vi-wcuf-swatches-control-footer-wrap button,
    .vi-wcuf-us-quantity-wrap.vi-wcuf-us-quantity-wrap-minus_plus {
        width: 100% !important;
    }
    .vi-wcuf-us-swatches-popup-wrap-wrap .vi-wcuf-swatches-control-content-wrap .viwcuf_us_product_qty {
        max-width: unset;
        flex: 1;
    }
    .vi-wcuf-us-swatches-popup-wrap-wrap .vi-wcuf-swatches-control-content-wrap .vi_wcuf_us_change_qty {
        width: 50px;
    }
}