/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.26
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

 :root {
    --border-radius--xl: 20px;
    --header-default--height: 160px;
}
@media (min-width: 1025px) {
    :root {
        --header-default--height: 200px;
    }
}

h1.entry-title.rey-pageTitle {
    font-size: 42px;
}
.rey-productTitle-wrapper {
    color: hsl(var(--neutral-10));
}
.header-overlap  div#rey-siteHeader-helper{
    display: none;
}
.no-header-overlap div#rey-siteHeader-helper,
.single-product div#rey-siteHeader-helper {
    /* display: block !important; */
}

.rey-headerSearch--inline .rey-inlineSearch-form:before {
    background-color: var(--body-bg-color);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    opacity: 0.6;
}
.rey-headerSearch--inline.--active .rey-inlineSearch-form:before {
    border-color: rgba(255, 255, 255, 0.6);
}

.rey-siteHeader:before {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(var(--header-backdrop-blur, 6px));
    backdrop-filter: blur(var(--header-backdrop-blur, 6px));
    pointer-events: none;
    background-color: rgba(0, 0, 0, var(--header-bg-opacity, 0.15));
    z-index: 0;
    transition: 0.25s ease;
    transition-property: background-color, backdrop-filter;
}
.rey-siteHeader:hover {
    --header-bg-opacity: 0.25;
    --header-backdrop-blur: 14px;
}
.rey-siteHeader.header-pos--fixed.--scrolled {
    --header-backdrop-blur: 14px;
    --header-bg-opacity: 0.4;
}
@media (max-width: 1024px) {
    .rey-siteHeader.header-pos--fixed.--scrolled {
        --header-bg-opacity: 0.95;
    }
    .rey-siteHeader.header-pos--fixed.--scrolled .elementor-element-b8dcebb .rey-siteLogo .custom-logo {
        width: 60px;
    }
    .rey-siteHeader.header-pos--fixed.--scrolled .elementor-element-94f3103 {
        --padding-top: 10px;
        --padding-bottom: 10px;
    }
}

.rey-mega-gs {
    background: none !important;
    transition: none !important;
}
.rey-mainNavigation.rey-mainNavigation--desktop .rey-mega-gs::before {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
    display: block !important;
    border: 0px solid rgba(255, 255, 255, 0.2);
    border-width: 1px 0px;
}

body.header-top-overlay--is-opened.--o-src-menu {
    --header-text-color: unset;
    --header-bgcolor: unset;
}

.rey-mainMenu--desktop {
    --submenu-panels-distance: 25px;
}

.rey-header-dropPanel-content {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
}

.dho-lc {
    --spacing: 25px;
}
.dho-lc.--is-open {
    --dho-lc-btn-opacity: 1;
}
.btn.dho-lc-btn {
    gap: calc(var(--spacing) / 2);
    line-height: 1;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    border: 1px solid hsla(var(--neutral-9), var(--dho-lc-btn-opacity, 0.3));
    border-radius: 4px;
    padding: 0.6em 1em;
}
.btn.dho-lc-btn .rey-icon {
    --i-fz: 0.7em;
}
.btn.dho-lc-btn:hover {
    --dho-lc-btn-opacity: 0.6;
}
.btn.dho-lc-btn .dho-lc-active-item {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) / 4);
}
span.dho-lc-item-flag {
    font-size: 1.4em;
    line-height: 0.8;
}
.dho-lc-separator {
    font-size: 0.75em;
}
.dho-lc .rey-header-dropPanel-content {
    --submenus-padding: var(--spacing);
    padding: var(--submenus-padding) !important;
    width: calc(100vw - 30px);
}
@media (min-width: 1025px) {
    .dho-lc .rey-header-dropPanel-content {
        width: 400px;
    }
}
@media (max-width: 1024px) {
    .dho-lc-responsive .dho-lc-btn .dho-lc-separator,
    .dho-lc-responsive .dho-lc-btn .dho-lc-active-language .dho-lc-item-flag,
    .dho-lc-responsive .dho-lc-btn .dho-lc-active-currency {
        display: none;
    }
    .dho-lc-responsive .dho-lc-btn {
        gap: 5px;
        padding: 0.6em 0.6em;
        font-size: 0.8em;
    }

}

.dho-lc .dho-lc-content {
    display: flex;
    gap: var(--spacing);
}
.dho-lc-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) / 2);
    font-size: 14px;
}
.dho-lc-title {
    margin-bottom: calc(var(--spacing) / 2);
    padding-bottom: calc(var(--spacing) / 2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dho-lc-list {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) / 2);
    line-height: 1;
}
.dho-lc-list .dho-lc-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: calc(var(--spacing) / 2);
    text-decoration: none;
    font-size: 1em;
    border: 0;
    line-height: 1;
}
.dho-lc-list .dho-lc-item.--active {
    opacity: 0.6;
    pointer-events: none;
}
.dho-lc-list .dho-lc-item.--active .dho-lc-item-name,
.dho-lc-list .dho-lc-item:hover .dho-lc-item-name{
    text-decoration: underline;
}

.rey-wishlistPanel-container[data-type=grid][data-count="1"] .rey-wishlistItem.--placeholder {
    opacity: 0.4;
}

li.product .rey-productInner .rey-brandLink a,
.text-radial-green {
    background: radial-gradient(circle at center, #95f59a 0%, #f3fbee 38%, #95f59a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.25em;
}
.text--huge {
    font-size: 120px
}

li.product .rey-productInner {
    --components-spacing: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: var(--border-radius--xl);
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}
li.product:hover .rey-productInner {
    background-color: rgba(255, 255, 255, 0.22);
}
li.product .rey-productInner .rey-productThumbnail .woocommerce-LoopProduct-link {
    border-radius: calc(var(--border-radius--xl) - 0.5rem);
}
li.product .rey-productInner .woocommerce-loop-product__title {
    font-weight: 500;
    min-height: 3lh;
}
li.product .rey-productInner .rey-brandLink a {
    font-weight: 700;
    opacity: 1;
    letter-spacing: 0;
}
li.product .rey-productInner .rey-loopPrice {
    margin-bottom: calc(var(--components-spacing) / 2);
}
li.product .rey-productInner .rey-productLoop-footer {
    row-gap: calc(var(--components-spacing) / 2);
    margin-top: auto;
}
li.product .rey-productInner .rey-loopRating:empty {
    display: none;
}

@media (min-width: 1025px) {
    li.product .rey-productInner {
        padding: 1rem 1rem 1.2rem;
    }
}

/* Custom skwed */
@media (min-width: 1025px) {

    .custom-skewed {
        --radius: 30px;
        --skew-angle: 19deg;
        --size: 28%;
        --gap: 30px;
    }
    .custom-skewed .custom-skewed--left {
        background-color: var( --skewed-bg );
        border-radius: var(--radius);
    }
    .custom-skewed .custom-skewed--left:before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: inherit;
        transform-origin: 0 100%;
        transform: skewX(calc(var(--skew-angle) * -1));
        border-radius: var(--radius);
    }
    .custom-skewed .custom-skewed--right {
        overflow: hidden;
        z-index: 1;
        transform-origin: 0 100%;
        transform: skewX(calc(var(--skew-angle) * -1));
        border-radius: var(--radius);
    }
    .custom-skewed .custom-skewed--right .elementor-widget-container {
        position: relative;
        width: 100%;
        height: 100%;
        transform-origin: 0 100%;
        transform: skewX(var(--skew-angle));
        border-radius: var(--radius);
        overflow: hidden;
    }
}
#optional-fees-block {
    --color-theme: 255, 255, 255 !important;
}
.rey-postSocialShare a {
    color: #fff;
}
.woocommerce-Tabs-panel h2 {
    font-size: 32px;
}
.woocommerce-product-gallery {
    --woocommerce-product-thumbs-radius:10px;
    --woocommerce-product-img-radius:8px;
    --pdp-gallery-mb: 20px;
}
.summary.entry-summary {
    border-radius: 16px;
    --woocommerce-summary-padding: 16px;
    --woocommerce-summary-bgcolor: var(--e-global-color-1464928);
}

.rey-productSummary {
    --woocommerce-summary-margin: 2%;
    --woocommerce-summary-size: 43%;
}
@media (min-width: 1025px) {
    .rey-stickyAtc .rey-stickyAtc-title {
        font-size: 14px;
    }
    .woocommerce-product-gallery {
        border: 1px solid;
        border-color: #FFFFFF80;
        border-radius: 20px;
        padding: var(--thumbs-distance);
    }
    .woocommerce-product-gallery--vertical .--thumbs-gallery {
        top: var(--thumbs-distance);
        inset-inline-start: var(--thumbs-distance);
    }
    .summary.entry-summary {
        border-radius: 20px;
        --woocommerce-summary-padding: 30px;
    }
}
.woobt-alert {
    background-color: #303030;
}
.woobt-wrap {
    border-radius: 20px;
    padding: 30px;
    background-color: var(--e-global-color-1464928);
    margin-bottom: 40px;
}
.woobt-wrap:empty {
    display: none;
}

.woobt-products,
.woobt-products .woobt-product {
    border-color: #696969;
}
.woovr-variations .woovr-variation:hover {
    background-color: #f9f9f914;
}

/* Variations list */
.woobt-products .woobt-product .variations_form .variations .variation {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 0;
    padding: 0;
    margin: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation .value select {
    padding: var(--inp-p, .625rem .8125rem);
    background-color: rgba(255, 255, 255, 0.01);
    background-clip: padding-box;
    border: var(--inp-bw, 1px) var(--inp-bs, solid) var(--inp-bc, HSL(var(--neutral-4)));
    border-radius: var(--inp-br, 2px);
    -webkit-appearance: auto !important;
    appearance: auto !important;
    background-image: none;
}
.woobt-products .woobt-product .variations_form .variations {
    margin: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.woobt-products .woobt-product .variations_form {
    margin-block: 10px 5px;
}
.woobt-products .woobt-product .woobt-title {
    padding-inline: 10px;
}
.woobt-products .woobt-product .variations_form .variations .variation .value {
    flex-grow: 1;
}
.woobt-products .woobt-product .variations_form .reset {
    display: none;
}
.woobt-products .woobt-product .woobt-title .woobt-availability .stock.in-stock {
    color: var(--body-color);
    font-size: 12px;
}
.woobt-before-text.woobt-text {
    font-size: 18px;
}
.woobt-products .woobt-product .woobt-qty {
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    .woobt-wrap-responsive .woobt-products .woobt-product {
        --thumb-size: 80px;
        --choose-size: 20px;
        --woobt-gap: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: var(--woobt-gap);
        justify-content: start;
    }
    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb {
        flex: 0 1 var(--thumb-size) !important;
        padding-right: 10px !important;
    }
    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-choose {
        flex: 0 1 var(--choose-size) !important;
    }
    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-title {
        display: contents;
    }
    .woobt-wrap-responsive .woobt-products .woobt-product span.woobt-title-inner {
        flex: 0 1 calc(100% - var(--thumb-size) - var(--choose-size) - (var(--woobt-gap) * 2) - 2px);
        text-align: start;
    }
    .woobt-wrap-responsive  .woobt-products .woobt-product .variations_form {
        flex: 0 1 auto;
        padding-left: calc(var(--choose-size) + var(--woobt-gap));
        margin: 0;
    }
    .woobt-wrap-responsive  .woobt-products .woobt-product .woobt-price {
        white-space: nowrap;
        margin-left: 10px;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-price del {
        margin-right: 5px;
    }
    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-quantity {
        padding-left: calc(var(--choose-size) + var(--woobt-gap)) !important;
    }
}



.noUi-tooltip{
    color: hsla(var(--neutral-10), 1);
}
.rey-recentlyViewed {
    margin-top: 40px;
}
.archive .rey-recentlyViewed {
    margin-top: 80px;
}
.rey-recentlyViewed .rey-recentlyViewed-title {
    font-size: 20px;
}
body .rey-extra-products > h2 {
    font-size: 20px;
}
span.onsale, .rey-discount, .rey-itemBadge.rey-new-badge, .rey-itemBadge.rey-soldout-badge {
    color: hsl(var(--neutral-10));
}
.rey-mobileNav-header {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
}
.rey-mainMenu-mobile > .menu-item:not(:first-child) {
    border-top: 1px solid #ffffff42;
}
@media (min-width: 768px) {
    .welcome-text {
        font-size: 84px;
    }
}
@media (min-width: 1025px) {
    .welcome-text {
        font-size: 114px;
    }
}
.widget h2.wp-block-heading,
.widget .widget-title,
h3.comment-reply-title {
    font-size: 20px;
}

.woocommerce .rey-checkoutBar-wrapper {
    margin-block: 20px;
}
@media (min-width: 1025px) {
    .woocommerce .rey-checkoutBar-wrapper {
        margin-block: 40px;
    }
}
div#ppc-button-ppcp-gateway {
    margin-bottom: 20px;
}
.woocommerce .commentlist .wcpr-grid-item {
    background-color: HSL(var(--neutral-0));
    color: HSL(var(--neutral-7));
}
.wlr-message-info + .rey-cartPage-inner {
    margin-top: 30px;
}
:where(.woocommerce-cart, .woocommerce-checkout) .wlr-message-info {
    background-color: #353535 !important;
    border-color: #8a8a8a !important;
    font-size: 14px !important;
}
.wlr-message-info a {
    text-decoration: underline;
}
.affwp-form fieldset {
    padding: 0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    margin: 0 0 40px;
    font-size: 1.2em;
    display: flex;
    gap: 0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    position: relative;
    padding:0;
    display: flex;
    align-items: center;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:not(:first-child):before {
    content:'|';
    padding-left: 1em;
    margin-right: 1em;
    font-size: 0.8em;
    opacity: 0.5;
}
#affwp-affiliate-dashboard .affwp-tab-content h3 {
    font-size: 24px;
    color: hsl(var(--neutral-10));
}
.affwp-card {
    border-color: hsl(var(--neutral-3));
    border-radius: 10px
}
input[type=url] {
    outline: 0;
    display: block;
    width: 100%;
    height: var(--inp-h,calc(2.5625rem + 2px));
    padding: var(--inp-p,.625rem .8125rem);
    font-size: var(--inp-fz,.875rem);
    font-weight: var(--inp-fw,400);
    line-height: var(--inp-lh,1.5);
    color: var(--inp-c,HSL(var(--neutral-7)));
    background-color: var(--inp-bgc,HSL(var(--neutral-0)));
    background-clip: padding-box;
    border: var(--inp-bw,1px) var(--inp-bs,solid) var(--inp-bc,HSL(var(--neutral-4)));
    border-radius: var(--inp-br,2px);
    transition: .15s var(--easeoutcubic,ease-out);
    transition-property: border-color,box-shadow,background-color
}

input[type=url]:focus {
    --inp-bc: HSL(var(--neutral-6));
    outline: 0;
    box-shadow: var(--inp-bxs,0 3px 10px HSLa(var(--neutral-4),.25))
}

button.affwp-affiliate-link-copy-link.button {
    white-space: nowrap;
}

table.affwp-table td,table.affwp-table th {
    border-color: hsl(var(--neutral-3));
    color: hsl(var(--neutral-8));
    padding: 0.8em 1em;
}

table.affwp-table th {
    background: HSL(var(--neutral-1));
}
#affwp-custom-links-table .affwp-custom-link-action {
    color: hsl(var(--neutral-9));
    flex: 1;
}
#affwp-custom-links-table .affwp-custom-link svg {
    color: inherit;
}

#affwp-custom-links-table .affwp-custom-link-row {
    justify-content: normal;
}

#affwp-custom-links-table .affwp-custom-link-actions {
    visibility: visible;
    opacity: 1;
}

#affwp-custom-links-table .affwp-custom-link {
    flex: 1;
}
form#affwp-graphs-filter .button {
    margin-top: 20px;
}
.affwp-graph .xAxis, .affwp-graph .yAxis {
    color: hsl(var(--neutral-7)) !important;
}
.affwp-creatives-view--as-list .affwp-creative {
    border-color: hsl(var(--neutral-3));
}

.affwp-creatives-list-header .affwp-creatives-table-cell {
    font-weight: 700;
}

.affwp-creatives-filters .affwp-view-switcher li .affwp-view-switcher__button {
    color: hsl(var(--neutral-4));
}

.affwp-view-switcher .active svg, .affwp-view-switcher .affwp-view-switcher__button:hover svg {
    color: hsl(var(--neutral-4));
}

/* IN REY */
.rey-gs-editSection {
    width: 100%;
}
.rey-gs-editSection>.elementor {
    height: 100%;
}
.filters-top-sidebar .reyajfilter-searchbox {
    margin-bottom: 0;
}
.reyajfilter-searchbox input {
    border-color: HSL(var(--neutral-4));
}
.reyajfilter-searchbox input:hover,
.reyajfilter-searchbox input:focus {
    border-color: HSL(var(--neutral-5));
}
