header.ct-header {
    background: transparent !important;
    color: #fff !important;
    z-index: 1000000 !important;
}
li.meta-author {
    display: none !important;
}
[data-header*="type-1"] [data-id="cart"] {
    --margin: 0px 0px 0px 5px !important;
}
.ct-widget.widget_media_image > a {
    width: 100%;
    display: flex;
}
.ct-widget.widget_media_image > a > img {
    width: 100%;
    border-radius: 20px;
}
.ct-panel {
    z-index: 9999990000 !important;
}
[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 10px !important;
    display: flex !important;
    margin-top: -10px !important;
}
[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container:after {
    position: relative;
    display: block !important;
    content: '' !important;
    padding-top: 80% !important;
    visibility: visible !important;
}

[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container img {
    position: absolute !important;
    left: 0 !important;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}
.entry-card .boundless-image {
    width: calc(100% + var(--card-inner-spacing, 10px) * 2) !important;
    margin-inline: calc(var(--card-inner-spacing, 10px) * -1) !important;
}
[data-cards=boxed] .entry-card, [data-cards=cover] .entry-card {
    padding: var(--card-inner-spacing, 10px) !important;
}
.entry-summary-items > .ct-product-add-to-cart p.stock.in-stock {
    display: none !important;
}
.woocommerce-cart-form__contents .coupon input {
    direction: ltr;
    text-align: left;
}
form#registerform > p:first-child {
    display: none;
}
form.ct-search-form * {
    direction: ltr;
}
header [data-sticky*=yes],
header [data-sticky] {
    position: fixed !important;
    left: 0;
    width: 100%;
}
.ct-footer-copyright {
    text-align: center !important;
}
[data-header*="type-1"] .ct-header [data-row*="middle"] {
    background: transparent !important;
    color: #fff !important;
}
div[data-device] div[data-column="start"] > div * {
    pointer-events: all !important;
}
input.input-text.qty {
    pointer-events: none !important;
}
[data-header*="type-1"] .ct-header [data-row*="middle"] * {
    color: #fff;
    fill: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: rgb(255 255 255 / 100%) !important;
}

body .ct-header span.ct-dynamic-count-compare,
body .ct-header span.ct-dynamic-count-wishlist {
    color: #fff !important;
    background: red !important;
}

body.scrollDown.home .ct-header span.ct-dynamic-count-compare,
body.scrollDown.home .ct-header span.ct-dynamic-count-wishlist {
    color: #fff !important;
    background: red !important;
}

ul.sub-menu a {
    color: #000 !important;
}

ul.sub-menu a * {
    fill: #2b2b2b !important;
}

ul.sub-menu {
    background: #fff !IMPORTANT;
    border-radius: 15px !important;
}

.menu-container>ul>li>a {
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 0 14px !important;
}

body:not(.home) .menu-container>ul>li>a,
body:not(.home) .ct-header *,
body.scrollDown.home .menu-container>ul>li>a,
body.scrollDown.home .ct-header * {
    color: #000 ! IMPORTANT;
    fill: #000 !important;
}

body.scrollDown.home nav.mobile-menu li.menu-item svg #Nuts * {
    fill: transparent !important;
}

.ct-container [data-id="menu"] .sub-menu {
    background: #fff !important;
    border-radius: 15px !important;
    min-width: 230px;
}
.ct-container [data-id="menu-tertiary"] ul.sub-menu {
    background: #fff !important;
    border-radius: 10px !important;
}

header.ct-header .ct-container div[data-column='start'] {
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

header.ct-header .ct-container div[data-column='start']:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
    content: '';
    width: calc(100% + 100px);
    bottom: 0;
    margin: auto;
    border-radius: 100px 0 0 100px;
}


header.ct-header .ct-container div[data-column="end"] {
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

header.ct-header .ct-container div[data-column='end']:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    background: -webkit-linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
    background: -moz-linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
    background: -o-linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
    content: '';
    width: calc(100% + 100px);
    bottom: 0;
    margin: auto;
    border-radius: 0 100px 100px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    box-shadow: none !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] a:hover,
[data-header*="type-1"] .ct-header [data-row*="middle"] .ct-account-item:hover,
[data-header*="type-1"] .ct-header [data-row*="middle"] .ct-account-item:hover *,
[data-header*="type-1"] .ct-header [data-row*="middle"] a:hover * {
    color: #dcbf8c !important;
    fill: #dcbf8c !important;
}

body:not(.home) .ct-header [data-row*="middle"] .ct-account-item:hover,
body:not(.home) .ct-header [data-row*="middle"] .ct-account-item:hover *,
.scrollDown.home .ct-header [data-row*="middle"] .ct-account-item:hover,
.scrollDown.home .ct-header [data-row*="middle"] .ct-account-item:hover *,
.scrollDown.home .ct-header [data-row*="middle"] a:hover,
.scrollDown.home .ct-header [data-row*="middle"] a:hover * {
    color: #632a8f !important;
    fill: #632a8f !important;
}

.HeaderOpenWide header.ct-header .ct-container div[data-column='end']:before,
.HeaderOpenWide header.ct-header .ct-container div[data-column='start']:before {
    opacity: 0;
}

.HeaderOpenWide .ct-header [data-row*="middle"] .ct-container div[data-column='start']>div>*:not(button) {
    opacity: 0;
    pointer-events: none !important;
}

.HeaderOpenWide header.ct-header .ct-container div[data-column='end'] div[data-items="primary"] nav,
.HeaderOpenWide header.ct-header .ct-container div[data-column='end'] div[data-items="primary"] .ct-header-cart,
.HeaderOpenWide header.ct-header .ct-container div[data-column='end'] div[data-items="primary"] .ct-header-account {
    opacity: 0;
}

body:not(.home) .ct-header [data-row*="middle"] .ct-container div[data-column='start']:before,
.scrollDown.home .ct-header [data-row*="middle"] .ct-container div[data-column='start']:before {
    background: -webkit-linear-gradient(90deg, rgb(103 47 145 / 30%), rgb(103 47 145 / 13%)) !important;
    background: -moz-linear-gradient(90deg, rgb(103 47 145 / 30%), rgb(103 47 145 / 13%)) !important;
    background: -o-linear-gradient(90deg, rgb(103 47 145 / 30%), rgb(103 47 145 / 13%)) !important;
    background: linear-gradient(90deg, rgb(103 47 145 / 30%), rgb(103 47 145 / 13%)) !important;
}

body:not(.home) .ct-header [data-row*="middle"] .ct-container div[data-column='end']:before,
.scrollDown.home .ct-header [data-row*="middle"] .ct-container div[data-column='end']:before {
    background: -webkit-linear-gradient(90deg, rgb(103 47 145 / 13%), rgb(103 47 145 / 30%)) !important;
    background: -moz-linear-gradient(90deg, rgb(103 47 145 / 13%), rgb(103 47 145 / 30%)) !important;
    background: -o-linear-gradient(90deg, rgb(103 47 145 / 13%), rgb(103 47 145 / 30%)) !important;
    background: linear-gradient(90deg, rgb(103 47 145 / 13%), rgb(103 47 145 / 30%)) !important;
}

#main-container .site-main {
    z-index: 1;
}

.ct-menu-link {
    padding: 0 20px !important;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 14px !important;
}

#header [data-column=middle] {
    z-index: 1000 !important;
}

header.ct-header>div[data-device="desktop"] [data-sticky="shrink"],
header.ct-header>div[data-device="desktop"] [data-sticky="fixed:shrink"],
header.ct-header>div[data-device="desktop"] [data-sticky="yes:shrink"] {
    -webkit-transform: translateY(40px) !important;
    -moz-transform: translateY(40px) !important;
    -o-transform: translateY(40px) !important;
    -ms-transform: translateY(40px) !important;
    transform: translateY(40px) !important;
}

.HeaderOpenWide header.ct-header>div[data-device="desktop"] [data-sticky="shrink"],
.HeaderOpenWide header.ct-header>div[data-device="desktop"] [data-sticky="fixed:shrink"],
.HeaderOpenWide header.ct-header>div[data-device="desktop"] [data-sticky="yes:shrink"] {
    -webkit-transform: translateY(8px) !important;
    -moz-transform: translateY(8px) !important;
    -o-transform: translateY(8px) !important;
    -ms-transform: translateY(8px) !important;
    transform: translateY(8px) !important;
}

body:not(.home) header.ct-header>div[data-device="desktop"] [data-sticky="shrink"],
body:not(.home) header.ct-header>div[data-device="desktop"] [data-sticky="fixed:shrink"],
body:not(.home) header.ct-header>div[data-device="desktop"] [data-sticky="yes:shrink"] {
    -webkit-transform: translateY(8px) !important;
    -moz-transform: translateY(8px) !important;
    -o-transform: translateY(8px) !important;
    -ms-transform: translateY(8px) !important;
    transform: translateY(8px) !important;
}

nav[class*=menu] li:hover>.ct-menu-link,
nav[class*=menu] li:hover>.ct-sub-menu-parent {
    color: #d8b77e !important;
}

body:not(.home) nav[class*=menu] li:hover>.ct-menu-link,
body:not(.home) nav[class*=menu] li:hover>.ct-sub-menu-parent,
.scrollDown.home nav[class*=menu] li:hover>.ct-menu-link,
.scrollDown.home nav[class*=menu] li:hover>.ct-sub-menu-parent {
    color: #632b8f !important;
}

header.ct-header .ct-container div[data-column="end"]>div {
    padding: 0 20px 0 0px;
}

header.ct-header .ct-container div[data-column="start"]>div {
    padding: 0 0 0px 20px;
}

#header [data-column=middle] .site-branding a.site-logo-container {
    margin-top: -8px;
    -webkit-filter: drop-shadow(0px 0px 25px #fff);
    -moz-filter: drop-shadow(0px 0px 25px #fff);
    -o-filter: drop-shadow(0px 0px 25px #fff);
    filter: drop-shadow(0px 0px 25px #fff);
}

#header [data-column=start] button.ct-header-trigger.ct-toggle {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    max-width: 0px;
    -webkit-transform: translateX(30vw);
    -moz-transform: translateX(30vw);
    -o-transform: translateX(30vw);
    -ms-transform: translateX(30vw);
    transform: translateX(30vw);
    background: #652c91 !important;
    padding: 10px !important;
    top: -12px;
    border-radius: 100% !important;
    color: #fff !important;
    fill: #fff !important;
}

#header [data-column=start] button.ct-header-trigger.ct-toggle * {
    color: #fff !important;
    fill: #fff !important;
}

body:not(.home) #header [data-column=start] button.ct-header-trigger.ct-toggle, body:not(.home) #header [data-column=start] button.ct-header-trigger.ct-toggle * {
    fill: #fff !important;
}

#header [data-column=start] a.ct-header-compare {
    margin: 0;
}

.HeaderOpenWide #header [data-column=start] button.ct-header-trigger.ct-toggle {
    visibility: visible;
    opacity: 1;
    max-width: 100px;
    -webkit-transform: translateX(0vw);
    -moz-transform: translateX(0vw);
    -o-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
}

.HeaderOpenWide #header [data-column=middle] .site-logo-container {
    height: 100px !important;
}

#offcanvas .ct-panel-content-inner {
    --margin: 0 0 20px 0;
    padding-top: 0px !important;
}

.HeaderOpenWide #header [data-column=middle] {
    -webkit-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader)));
    -moz-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader)));
    -o-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader)));
    -ms-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader)));
    transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader)));
}

div#offcanvas .ct-panel-actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 50px;
    padding: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#offcanvas .ct-panel-actions * {
    margin: 0 !important;
}

.HeaderOpenWide #header [data-row*=middle]>.ct-container {
    width: 100% !important;
    max-width: 100%;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.HeaderOpenWide .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 80px;
}

[data-header*="type-1"] #offcanvas {
    -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --panel-content-height: 100%;
    z-index: 10000000000 !important;
}

#woo-cart-panel {
    z-index: 1000000000000 !important;
}

footer {
    background: #c8b18c !important;
    position: relative;
    width: 100%;
    color: #fff;
    min-height: 460px;
}

footer:before {
    position: absolute;
    background: url(../img/footerGol.png) no-repeat top center / 590px;
    width: 100%;
    content: '';
    display: block;
    top: -1px;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
}

/* footer:after {
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 200px;
    width: 100%;
    content: '';
    background: -webkit-linear-gradient(0deg, #fff, transparent);
    background: -moz-linear-gradient(0deg, #fff, transparent);
    background: -o-linear-gradient(0deg, #fff, transparent);
    background: linear-gradient(0deg, #fff, transparent);
} */
footer:after {
    position: absolute;
    background: url(../img/footerGol.png) no-repeat top center / 150px;
    width: 100%;
    content: '';
    display: block;
    bottom: 100%;
    top: auto;
    left: 0;
    right: 0;
    height: 100px;
    pointer-events: none;
    transform: scaleY(-1);
    z-index: 10;
}

.ct-footer [data-row*="top"]>.ct-container {
    border-bottom: 2px solid #7f5614;
}

footer .wp-block-group a,
footer .wp-block-list a {
    color: #000 !IMPORTANT;
    font-size: 14px;
    font-weight: 400;
}

footer .wp-block-group a:hover,
footer .wp-block-list a:hover {
    color: #fff !IMPORTANT;
}

footer .wp-block-heading {
    margin: 0 0 10px !important;
}

.hidefooter .footerSection {
    opacity: 0;
    pointer-events: all;
}

.cup,
.havan {

    transition: all 0.2s
}

.hidecup .cup,
.hidecup .havan {
    opacity: 0 !important;
}

[data-behaviour*=side] .ct-panel-inner {
    position: absolute;
    inset-block: 0px;
    height: calc(100% - var(--side-panel-offset, 0px) * 2);
    width: calc(100% - var(--side-panel-offset, 0px) * 2);
    max-width: var(--side-panel-width, 500px);
    margin: var(--side-panel-offset, 0px);
    box-shadow: var(--theme-box-shadow);
    border-radius: var(--side-panel-border-radius, 0px);
    transition: transform .5s !important;
    left: 0 !important;
    right: auto !important;
    transform: translateX(-100vw) !important;
}

body[data-panel*=in] .ct-panel.active .ct-panel-inner {
    transition: transform .5s !important;
    left: 0 !important;
    right: auto !important;
    transform: translateX(-0vw) !important;
}

.stickySideHome {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000000000000;
    opacity: 0;
    transform: translate(-100px, 0px);
    transition: transform 0.2s, opacity 0.2s;
    pointer-events: none !important;
}

.HeaderOpenWide .stickySideHome {
    transform: translate(0px, 0px);
    opacity: 1;
    pointer-events: auto !important;
}

.stickySideHome li.menu-item>a {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0px 0 0 10px;
    height: 40px;
    left: 60px;
    transform: translate(-20px, 0px);
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    pointer-events: none;
}

.stickySideHome li.menu-item:hover>a {
    padding: 0px 0 0 50px;
    transform: translate(0px, 0px);
    opacity: 1;
    left: 0px;
    pointer-events: auto;
}

a.ct-cart-item span.ct-dynamic-count-cart,
body.scrollDown.home a.ct-cart-item span.ct-dynamic-count-cart {
    background: #ff1414 !important;
    color: #fff !important;
}

ul.custom-menu-with-icons {
    padding: 0;
    position: relative;
    width: 50px;
    padding: 10px 5px ! IMPORTANT;
    border-radius: 50px;
    backdrop-filter: blur(11px);
    background: #652c9130;
    box-shadow: 0px 0px 20px -11px rgba(0, 0, 0, 0.5);
    border: 0;
    box-sizing: border-box;
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stickySideHome li.menu-item {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    JUSTIFY-CONTENT: CENTER;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13px);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
}

.stickySideHome li.menu-item span.iconMenu {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    JUSTIFY-CONTENT: CENTER;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(13px);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
}

.stickySideHome li.menu-item span.iconMenu img {
    width: 22px;
    height: 22px;
    /* border-radius: 100%; */
    filter: invert(1);
}

.scrollDown .stickySideHome li.menu-item span.iconMenu img {
    filter: invert(0);
}

body:not(.home) .stickySideHome li.menu-item span.iconMenu img {
    filter: none !important;
}

.stickySideHome li.menu-item span.nameMenu {
    font-family: var(--theme-font-family);
    text-wrap-mode: nowrap;
    color: #fff;
    font-size: 16px;
}

body:not(.home) .stickySideHome li.menu-item span.nameMenu {
    font-family: var(--theme-font-family);
    text-wrap-mode: nowrap;
    color: #333;
    font-size: 16px;
}

.scrollDown .stickySideHome li.menu-item span.nameMenu {
    color: #000;
}

.stickySideHome li.menu-item:hover span.nameMenu {
    transform: translate(0px, 0px);
    opacity: 1;
}

div#offcanvas svg {
    fill: #000 !important;
}

div#offcanvas a {
    color: #000 !important;
}

div#offcanvas a:hover {
    color: #d8b77e !important;
}

.has-palette-color-4-background-color {
    z-index: 10;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    pointer-events: auto !important;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
    --grid-template-columns: repeat(3, 1fr) !important;
    padding: 20px 0;
    row-gap: 0px;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] {
    position: relative !important;
    grid-column: span 3 !important;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] .wp-block-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] .entry-content.is-layout-constrained, [data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] .entry-content.is-layout-constrained p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
[data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] .entry-content.is-layout-constrained figure {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 10px !important;
    background: #fff !important;
    border-radius: 20px;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget>p {
    display: none !important;
}


[data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] .entry-content.is-layout-constrained {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] .entry-content.is-layout-constrained figure {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 10px !important;
    background: #fff !important;
    border-radius: 20px;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget>p {
    display: none !important;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    min-width: 100% !important;
    width: 100% !important;
}

div#wpforms-2073-field_1-container {}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form .wpforms-field {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form .wpforms-field label.wpforms-field-label {
    position: absolute;
    display: none;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form .wpforms-submit-container {
    position: absolute !important;
    left: auto;
    right: 0;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form .wpforms-form {
    position: relative;
    width: 100% !important;
    min-width: 100% !important;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget .wpforms-field-container {
    width: 100% !important;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .wpforms-container {
    margin: 0 !important;
}

[data-footer*="type-1"] .ct-social-box a {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 100%;
}

[data-footer*="type-1"] .ct-social-box a .ct-icon-container * {
    fill: #662d91 !important;
}

[data-footer*="type-1"] .ct-social-box a:hover .ct-icon-container * {
    fill: #c8b18c !important;
}

.ct-footer li a {
    color: #000 !important;
}

.ct-footer li a:hover {
    color: #fff !important;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 20px;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form .wpforms-submit-container .wpforms-submit {
    position: relative;
    background: #652c91 !important;
}

[data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form .wpforms-submit-container .wpforms-submit:hover {
    position: relative;
    background: #8f8473 !important
}

.ct-panel-inner .ct-social-box {
    gap: 10px;
    width: 100%;
    justify-content: center !important;
    display: flex;
}

.ct-panel-inner .ct-social-box a svg {
    width: 20px;
    height: 20px;
}

.ct-panel-inner .ct-header-socials {
    width: 100%;
}
#woo-filters-panel[data-behaviour*=side] {
    z-index: 1000000000000 !important;
}
@media only screen and (max-width:1600px) {

    .ct-footer [data-row*="top"]>.ct-container {
        border-bottom: 2px solid #7f5614;
        padding: 10px !important;
    }

    .ct-footer [data-row*="top"]>.ct-container {
        border-bottom: 2px solid #7f5614;
        padding: 20px 0 40px !important;
    }
}

@media only screen and (max-width:1400px) and (max-height:700px) {
    .footerSection footer {
        min-height: auto;
        padding-bottom: 40px;
        min-height: 460px !important;
    }

    [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 85px;
    }

    header.ct-header .ct-container div[data-column='start']:before {
        height: 44px;
    }

    header.ct-header .ct-container div[data-column='end']:before {
        height: 44px;
    }

    header.ct-header>div[data-device="desktop"] [data-sticky="shrink"],
    header.ct-header>div[data-device="desktop"] [data-sticky="fixed:shrink"],
    header.ct-header>div[data-device="desktop"] [data-sticky="yes:shrink"] {
        -webkit-transform: translateY(5px) !important;
        -moz-transform: translateY(5px) !important;
        -o-transform: translateY(5px) !important;
        -ms-transform: translateY(5px) !important;
        transform: translateY(5px) !important;
    }

    .HeaderOpenWide #header [data-column=middle] {
        -webkit-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 40PX));
        -moz-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 40PX));
        -o-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 40PX));
        -ms-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 40PX));
        transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 40PX));
    }
}

@media only screen and (max-width:1366px) {
    footer:before {
        background: url(../img/footerGol.png) no-repeat top center / 400px;
    }

    footer .site-branding {
        position: relative;
        width: 180px;
        height: 60px;
    }

    .ct-footer [data-row*="top"]>.ct-container {
        border-bottom: 1px solid #7f5614;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-color: #7f5614 !important;
    }
}

@media only screen and (max-width:1280px) {
    header.ct-header li.menu-item a {
        padding: 0 10px !important;
    }
    .ct-footer [data-column] .ct-social-box {
        gap: 5px;
    }

    .footerSection footer {
        min-height: auto;
        padding-bottom: 40px;
        min-height: 660px !important;
    }

    .HeaderOpenWide #header [data-column=middle] {
        -webkit-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 20PX));
        -moz-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 20PX));
        -o-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 20PX));
        -ms-transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 20PX));
        transform: translateX(calc(var(--wleftHeader) * -1 - var(--offsetleftHeader) - 20PX));
    }

    .HeaderOpenWide #header [data-column=middle] .site-logo-container {
        height: 80px !important;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 16px;
    }

    [data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form .wpforms-submit-container .wpforms-submit {
        position: relative;
        background: #652c91 !important;
        padding: 0 20px;
        height: 40px !important;
        min-height: unset !important;
    }

    .ct-footer li a {
        color: #000 !important;
        font-size: 12px;
        line-height: 1 !important;
    }

    [data-footer*="type-1"] .ct-footer [data-column='widget-area-3'] .textwidget form .wpforms-field input {
        position: relative;
        min-height: unset ! IMPORTANT;
        HEIGHT: 40PX ! IMPORTANT;
    }

    [data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] .entry-content.is-layout-constrained {
        gap: 10px;
    }

    [data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] .entry-content.is-layout-constrained figure {
        width: 60px;
        height: 60px;
    }

    #header [data-column=start] button.ct-header-trigger.ct-toggle {
        margin: 0 0 0 20px !important;
    }

    .ct-footer [data-column='widget-area-1'] {
        padding-left: 20px;
    }
}

@media only screen and (max-width:1024px) {

    #header [data-column=start] button.ct-header-trigger.ct-toggle {
        margin: 0 0 0 20px !important;
    }
    body:not(.home) header [data-sticky*=yes],body:not(.home)  header [data-sticky] {
        position: fixed !important;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
    }
    .menu-container>ul>li>a {
        padding: 0 3px !important;
    }

    .menu-container>ul {
        gap: 5px;
    }

    header.ct-header .ct-container div[data-column="start"]>div {
        padding: 0 0 0px 0px;
    }

    .ct-header-cart {
        margin-left: 5px !important;
    }
}

@media only screen and (max-width:980px) {

    .scrollDown #header [data-column=start] button.ct-header-trigger.ct-toggle * {
        fill: #000 !important;
    }
    body:not(.home) #header [data-column=start] button.ct-header-trigger.ct-toggle, body:not(.home) #header [data-column=start] button.ct-header-trigger.ct-toggle * {
        fill: #000 !important;
    }
    header.ct-header .ct-container div[data-column='start']:before,
    header.ct-header .ct-container div[data-column='end']:before {
        display: none;
    }

    .stickySideHome {
        display: none;
    }



    header.ct-header .ct-container {
        position: relative;
    }

    [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        height: 70px;
        left: 0px !important;
        transform: none !important;
        top: -2px;
    }

    [data-header*="type-1"] [data-id="mobile-menu"] {
        --theme-font-size: 17px;
        --margin: 0px 0px 0px 0px;
    }

    [data-header*="type-1"] [data-id="offcanvas-logo"] {
        --logo-max-height: 80px;
        --margin: 0px 0px 10px 0px !important;
    }

    [data-header*="type-1"] .ct-header [data-row*="middle"] * {
        opacity: 1 !important;
    }

    #header [data-column=start] button.ct-header-trigger.ct-toggle {
        transform: none !important;
        opacity: 1 !important;
        display: flex !important;
        overflow: inherit !important;
        visibility: visible !important;
    }

    #header [data-row*=middle] {
        background: rgba(255, 255, 255, 0.0) !important;
        /* backdrop-filter: blur(3px); */
        /* box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5); */
    }

    header.ct-header .ct-container div[data-column="start"]>div {
        padding: 0 0 0px 0px;
    }

    header.ct-header .ct-container div[data-column="end"]>div {
        padding: 0 0px 0 0px;
    }

    [data-header*="type-1"] .ct-header [data-row*="middle"]>div.ct-container {
        max-width: calc(100% - 30px) !important;
        margin: 0 auto;
        width: 100%;
    }

    #header [data-column=start] button.ct-header-trigger.ct-toggle {
        max-width: unset;
        transform: none !important;
        opacity: 1 !important;
        display: flex !important;
        overflow: inherit !important;
        visibility: visible !important;
        padding: 0 !important;
        margin: 22px 0 0 5px !important;
        width: 35px !important;
        height: 35px !important;
        background: transparent !important;
    }

    .ct-header-cart {
        margin-left: 4px !important;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a.ct-header-wishlist {
        position: relative;
        width: 35px !important;
        height: 35px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width:768px) {
    body .ct-products-container [data-products] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-column-gap: 20px !important;
        grid-row-gap: 20px !important;
    }
    body [data-products] .woocommerce-loop-product__title, [data-products] .woocommerce-loop-category__title {
        --theme-font-weight: 600;
        --theme-font-size: 17px;
        position: relative;
        font-size: 12px !important;
        margin: 0 !important;
        line-height: 1.4 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        max-width: 100% !important;
        text-overflow: ellipsis !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        padding: 0 5px !important;
    }
    body [data-products] .product figure {
        --product-element-spacing: 5px !important;
    }
    body [data-products] .product>* {
        margin-bottom: 5px !important;
    }
    body [data-products=type-2] .product {
        border: 1px solid #eee !important;
        box-shadow: 0px 0px 20px -16px rgba(0, 0, 0, 0.5) !important;
        padding-bottom: 0 !important;
    }
    body [data-products=type-2] .ct-woo-card-actions:last-child {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }
    body [data-products=type-2] .ct-woo-card-actions>* {
        flex: 1 0 0;
        padding: 2px !important;
        min-height: 30px !important;
        font-size: 12px !important;
    }
    body [data-products=type-2] .product {
        padding-bottom: 0 !important;
    }
}
@media only screen and (max-width:680px) {
    .site-branding {
        margin-top: 5px !important;
    }

    .footerSection footer {
        min-height: 500px !important;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
        --grid-template-columns: repeat(2, 1fr) !important;
        padding: 20px 0;
        row-gap: 0px;
    }

    [data-footer*="type-1"] .ct-footer [data-column='widget-area-3'],
    [data-footer*="type-1"] .ct-footer [data-column='widget-area-4'] {
        position: relative !important;
        grid-column: span 2 !important;
        padding: 10px 0 !important;
    }
    footer .site-branding .site-logo-container img {
        max-width: 100%;
    }
}

