/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
}
:root {
  --border-radius: 4px;
  --border-radius-2x: 8px;
  --border-radius-3x: 12px;
  --border-width: 1px;
  --border-width-2x: 2px;
}

body.age-gate-missing {
  height: 100vh;
  overflow-y: hidden;
}

.image-radius {
  overflow: hidden;
  border-radius: var(--border-radius-3x, 12px);
}

.dark .widget a:hover, .dark a:hover {
  color: inherit;
}

.link-underline {
  text-decoration: underline;
}

.hide-if-empty:empty {
  display: none;
}

@media (max-width: 560px) {
  .wide-on-mobile {
    width: 100%;
  }
}
.wide-on-mobile.button {
  text-align: center;
}

.radius-12px {
  border-radius: 12px !important;
}

.radius-16px {
  border-radius: 16px !important;
}

.radius-30px {
  border-radius: 30px !important;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 768px) {
  .mobile-align-left {
    text-align: left;
  }
  .mobile-align-left .col-inner {
    text-align: left;
  }
}
@media (max-width: 849px) {
  .medium-text-center .section-title {
    justify-content: center;
  }
}
@media screen and (min-width: 1480px) {
  .row-5-col .col {
    flex-basis: 20%;
    max-width: 20%;
  }
}

.dark h1,
.dark h2,
.dark .h1,
.dark .h2,
.nav-dark h1,
.nav-dark h2,
.nav-dark .h1,
.nav-dark .h2 {
  color: #fff;
}
.dark h3,
.dark .h3,
.dark h4,
.dark h5,
.dark h6,
.dark .h4,
.dark .h5,
.dark .h6,
.nav-dark h3,
.nav-dark .h3,
.nav-dark h4,
.nav-dark h5,
.nav-dark h6,
.nav-dark .h4,
.nav-dark .h5,
.nav-dark .h6 {
  color: #fff;
}

.bg-horizontal-gradient {
  background: linear-gradient(90deg, #000 0%, #666 100%);
}

.bg-vertical-gradient {
  background: linear-gradient(180deg, #000 -5.24%, #666 100%);
}

hr {
  border-width: 0;
  border-top: var(--border-width-2x, 2px) solid;
  margin: 12px 0;
  opacity: 1;
}

@font-face {
  font-family: "BiggerDisplay";
  src: url("../fonts/bigger_display/biggerdisplay-webfont.eot");
  src: url("../fonts/bigger_display/biggerdisplay-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bigger_display/biggerdisplay-webfont.woff2") format("woff2"), url("../fonts/bigger_display/biggerdisplay-webfont.woff") format("woff"), url("../fonts/bigger_display/biggerdisplay-webfont.ttf") format("truetype"), url("../fonts/bigger_display/biggerdisplay-webfont.svg#biggerdisplay") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact-font/Impact.woff2") format("woff2"), url("../fonts/Impact-font/Impact.woff") format("woff"), url("../fonts/Impact-font/Impact.ttf") format("truetype"), url("../fonts/Impact-font/Impact.svg#Impact-font") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Black.eot");
  src: url("../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Black.woff") format("woff"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../fonts/Roboto_Mono/RobotoMono-Bold.eot");
  src: url("RobotoMono-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Mono/RobotoMono-Bold.woff2") format("woff2"), url("RobotoMono-Bold.woff") format("woff"), url("../fonts/Roboto_Mono/RobotoMono-Bold.ttf") format("truetype"), url("../fonts/Roboto_Mono/RobotoMono-Bold.svg#RobotoMono-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../fonts/Roboto_Mono/RobotoMono-Medium.eot");
  src: url("../fonts/Roboto_Mono/RobotoMono-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Mono/RobotoMono-Medium.woff2") format("woff2"), url("../fonts/Roboto_Mono/RobotoMono-Medium.woff") format("woff"), url("../fonts/Roboto_Mono/RobotoMono-Medium.ttf") format("truetype"), url("../fonts/Roboto_Mono/RobotoMono-Medium.svg#RobotoMono-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../fonts/Roboto_Mono/RobotoMono-Regular.eot");
  src: url("../fonts/Roboto_Mono/RobotoMono-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Mono/RobotoMono-Regular.woff2") format("woff2"), url("../fonts/Roboto_Mono/RobotoMono-Regular.woff") format("woff"), url("../fonts/Roboto_Mono/RobotoMono-Regular.ttf") format("truetype"), url("../fonts/Roboto_Mono/RobotoMono-Regular.svg#RobotoMono-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html body {
  font-family: var(--font-body);
  color: var(--texts-color);
  font-weight: var(--font-weight-body);
  line-height: 1.5;
  font-size: 14px;
}
@media (min-width: 850px) {
  html body {
    font-size: 16px;
  }
}
@media (min-width: 1480px) {
  html body {
    font-size: 16px;
  }
}

h1,
h2,
.h1,
.h2,
h3,
.h3 {
  color: var(--headings-color);
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  text-transform: uppercase;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  color: var(--headings-color);
  font-family: var(--font-body);
  font-weight: var(--font-weight-heading);
}

.font-body {
  font-family: var(--font-body);
  font-weight: var(--font-weight-body);
}

.font-heading {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
}

.font-subheading {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-body) !important;
  text-transform: uppercase !important;
}

h1,
.h1,
.h1 span,
.banner h1,
.banner .h1,
.is-xxxlarge {
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 850px) {
  h1,
  .h1,
  .h1 span,
  .banner h1,
  .banner .h1,
  .is-xxxlarge {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1,
  .h1 span,
  .banner h1,
  .banner .h1,
  .is-xxxlarge {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 1480px) {
  h1,
  .h1,
  .h1 span,
  .banner h1,
  .banner .h1,
  .is-xxxlarge {
    font-size: 100px;
    line-height: 1.1;
  }
}

h2,
.h2,
.h2 span,
.banner h2,
.banner .h2,
.is-xxlarge {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 850px) {
  h2,
  .h2,
  .h2 span,
  .banner h2,
  .banner .h2,
  .is-xxlarge {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1480px) {
  h2,
  .h2,
  .h2 span,
  .banner h2,
  .banner .h2,
  .is-xxlarge {
    font-size: 48px;
    line-height: 56px;
  }
}

h3,
.h3,
.h3 span,
.banner h3,
.banner .h3,
.is-xlarge {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 850px) {
  h3,
  .h3,
  .h3 span,
  .banner h3,
  .banner .h3,
  .is-xlarge {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1480px) {
  h3,
  .h3,
  .h3 span,
  .banner h3,
  .banner .h3,
  .is-xlarge {
    font-size: 24px;
    line-height: 32px;
  }
}

h4,
.h4,
.h4 span,
.banner h4,
.banner .h4,
.is-larger {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  h4,
  .h4,
  .h4 span,
  .banner h4,
  .banner .h4,
  .is-larger {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  h4,
  .h4,
  .h4 span,
  .banner h4,
  .banner .h4,
  .is-larger {
    font-size: 20px;
    line-height: 28px;
  }
}

h5,
.h5,
.banner h5,
.banner .h5,
.h5 span {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  h5,
  .h5,
  .banner h5,
  .banner .h5,
  .h5 span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  h5,
  .h5,
  .banner h5,
  .banner .h5,
  .h5 span {
    font-size: 20px;
    line-height: 28px;
  }
}

.is-small {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .is-small {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .is-small {
    font-size: 20px;
    line-height: 28px;
  }
}

.is-xsmall {
  font-size: 14px;
}

.banner h1, .banner h2, .banner h3 {
  font-weight: var(--font-weight-heading);
}

table td, table th {
  font-size: inherit;
  line-height: inherit;
}

table.table-boder td:first-child, table.table-boder th:first-child,
.table-boder table td:first-child,
.table-boder table th:first-child {
  padding-left: 0.5em;
}
table.table-boder td, table.table-boder th,
.table-boder table td,
.table-boder table th {
  border: var(--border-width, 1px) solid var(--divider-color);
}
table.table-boder th,
.table-boder table th {
  text-align: center;
}

/**
* Style header layout Transparent
*/
#header.has-transparent.transparent #logo img.header_logo.header-logo {
  display: none;
}
#header.has-transparent.transparent #logo img.header-logo-dark {
  display: block !important;
}
#header.has-transparent.transparent .bs-connect-item-select-location {
  display: flex;
  align-items: center;
  color: #fff;
}
#header.has-transparent.transparent .bs-connect-item-select-location .bs-connect-map-text {
  color: #fff;
}
#header.has-transparent.transparent .bs-connect-item-select-location:hover {
  color: var(--type_nav_color_hover);
}
#header.has-transparent.transparent .bs-connect-item-select-location:hover .bs-connect-map-text {
  color: var(--type_nav_color_hover);
}
#header.has-transparent.transparent .account-link,
#header.has-transparent.transparent .account-link-mobile,
#header.has-transparent.transparent .header-cart-link {
  color: #fff;
}
#header.has-transparent.transparent .account-link .baked-icon,
#header.has-transparent.transparent .account-link-mobile .baked-icon,
#header.has-transparent.transparent .header-cart-link .baked-icon {
  color: #fff;
}
#header.has-transparent.transparent .account-link .icon-shopping-cart::before,
#header.has-transparent.transparent .account-link-mobile .icon-shopping-cart::before,
#header.has-transparent.transparent .header-cart-link .icon-shopping-cart::before {
  color: #fff;
}
#header.has-transparent.transparent .account-link .max-limit-message,
#header.has-transparent.transparent .account-link-mobile .max-limit-message,
#header.has-transparent.transparent .header-cart-link .max-limit-message {
  color: var(--texts-color);
}
#header.has-transparent.transparent .account-link:hover,
#header.has-transparent.transparent .account-link-mobile:hover,
#header.has-transparent.transparent .header-cart-link:hover {
  color: var(--type_nav_color_hover);
}
#header.has-transparent.transparent .account-link:hover .icon-shopping-cart::before,
#header.has-transparent.transparent .account-link:hover .baked-icon,
#header.has-transparent.transparent .account-link:hover .max-limit-message,
#header.has-transparent.transparent .account-link-mobile:hover .icon-shopping-cart::before,
#header.has-transparent.transparent .account-link-mobile:hover .baked-icon,
#header.has-transparent.transparent .account-link-mobile:hover .max-limit-message,
#header.has-transparent.transparent .header-cart-link:hover .icon-shopping-cart::before,
#header.has-transparent.transparent .header-cart-link:hover .baked-icon,
#header.has-transparent.transparent .header-cart-link:hover .max-limit-message {
  color: var(--type_nav_color_hover);
}
#header.has-transparent.transparent .nav.header-nav > li > a {
  color: #fff;
}
#header.has-transparent.transparent .mobile-nav {
  color: #fff;
}
#header.has-transparent.transparent .mobile-nav .nav-icon.has-icon a {
  padding: 4px 8px;
  color: #fff;
}
#header.has-transparent.transparent .mobile-nav .nav-icon .menu-title {
  display: block !important;
}
#header.has-transparent.transparent .mobile-nav .icon-search,
#header.has-transparent.transparent .mobile-nav .item-select-location,
#header.has-transparent.transparent .mobile-nav .cova-icon-location {
  color: var(--texts-color);
}
#header.has-transparent.transparent .mobile-nav .account-link .baked-icon,
#header.has-transparent.transparent .mobile-nav .account-link .icon-user,
#header.has-transparent.transparent .mobile-nav .account-link-mobile .baked-icon,
#header.has-transparent.transparent .mobile-nav .account-link-mobile .icon-user {
  color: #fff;
}

.header-shadow .header-wrapper,
.header-shadow .header-wrapper.stuck {
  box-shadow: none;
}

header#header .header-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header#header .header-wrapper.stuck {
  background-color: rgba(255, 255, 255, 0.9);
}
header#header .header-wrapper.stuck .header-main {
  padding: 10px 0;
}
@media (max-width: 849.9px) {
  header#header .header-wrapper.stuck .header-bottom .header-bottom1 > .container ul.nav li.item-select-location {
    display: none;
  }
}
header#header .header-top {
  padding: 10px 0;
  color: #fff;
}
@media (min-width: 1480px) {
  header#header .header-top {
    padding: 12px 0;
  }
}
header#header .header-top .nav .html {
  font-size: 14px;
  font-family: var(--font-body);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
header#header .header-top .nav .html span {
  margin-right: 5px;
}
@media (min-width: 850px) {
  header#header .header-top .nav .html {
    font-size: 16px;
  }
  header#header .header-top .nav .html span {
    margin-right: 10px;
  }
}
@media (min-width: 1480px) {
  header#header .header-top .nav .html {
    font-size: 16px;
  }
  header#header .header-top .nav .html span {
    margin-right: 15px;
  }
}
header#header .header-main .header-social-icons a {
  color: #fff;
  font-size: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}
@media (max-width: 849px) {
  header#header .header-main .header-social-icons a {
    height: 70px;
  }
}
@media (min-width: 1024px) {
  header#header .header-main .header-social-icons a {
    display: flex;
    justify-content: center;
  }
}
header#header .header-main .header-social-icons a i {
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 1024px) {
  header#header .header-main .header-social-icons a i {
    font-size: 34px;
  }
}
header#header .header-main .header-social-icons a:hover {
  color: var(--type_nav_color_hover);
}
@media (max-width: 1023px) {
  header#header .header-main .header-social-icons a.instagram:after {
    content: "Instagram";
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    color: #9c9b9b;
    font-weight: 400;
    margin-top: 3px;
  }
}
@media (max-width: 549px) {
  header#header .header-main .header-social-icons a.instagram:after {
    font-size: 11px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  header#header .header-main {
    height: 72px !important;
  }
  header#header .header-main .medium-logo-center .logo img {
    max-width: 160px;
  }
}
@media (max-width: 560px) {
  header#header .header-main .medium-logo-center .logo img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  header#header .header-main {
    height: 79px !important;
  }
  header#header .header-main .medium-logo-center .flex-left {
    flex: 1 1 0;
    order: 1;
  }
  header#header .header-main .medium-logo-center .logo {
    margin: 0 15px;
    order: 2;
    text-align: center;
  }
  header#header .header-main .medium-logo-center .flex-right {
    flex: 1 1 0;
    order: 3;
  }
}
@media (min-width: 1024px) {
  header#header .header-main .hide-for-medium.flex-right {
    flex-grow: 1;
    min-width: 60%;
  }
}
@media (min-width: 1480px) {
  header#header .header-main {
    padding: 32px 0;
  }
  header#header .header-main .hide-for-medium.flex-right {
    flex-grow: 1;
    width: 60%;
  }
}
header#header .header-bottom {
  flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  header#header .header-bottom {
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #9c9b9b;
  }
}
header#header .header-bottom .header-bottom1,
header#header .header-bottom .header-bottom2 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 850px) {
  header#header .header-bottom .header-bottom1 > .container {
    padding-left: 0;
    padding-right: 0;
  }
  header#header .header-bottom .header-bottom1 > .container ul.nav {
    display: flex;
  }
  header#header .header-bottom .header-bottom1 > .container ul.nav li {
    margin: 0;
    padding: 16px 15px;
  }
  header#header .header-bottom .header-bottom1 > .container ul.nav .item-select-location {
    padding: 16px 45px;
  }
  header#header .header-bottom .header-bottom1 > .container ul.nav .item-select-location #map-icon {
    left: 15px;
  }
  header#header .header-bottom .header-bottom1 > .container ul.nav li.header-search-form {
    background-color: #1A1A1A;
  }
}
@media (min-width: 850px) and (max-width: 1100px) {
  header#header .header-bottom .header-bottom1 {
    padding: 16px 0;
  }
  header#header .header-bottom .header-bottom1 ul.nav {
    display: flex;
  }
  header#header .header-bottom .header-bottom1 ul.nav li {
    flex: 1;
  }
  header#header .header-bottom .header-bottom1 ul.nav li.item-select-location {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 1100px) {
  header#header .header-bottom .header-bottom1 {
    padding: 16px 0;
  }
}
header#header .header-bottom .header-bottom1 .nav li {
  margin-right: 10px;
}
@media (min-width: 1100px) {
  header#header .header-bottom .header-bottom1 .nav li {
    margin-right: 30px;
  }
}
@media (min-width: 1480px) {
  header#header .header-bottom .header-bottom1 .nav li {
    margin-right: 60px;
  }
}
@media (min-width: 1100px) {
  header#header .header-bottom .header-bottom1 .flex-center {
    flex: 1;
  }
}
header#header .header-bottom .header-bottom1 .flex-center .nav {
  justify-content: flex-end;
}
header#header .header-bottom .header-bottom2 {
  background-color: #1A1A1A;
}
header#header .header-bottom .header-bottom2 .hide-for-medium {
  width: 100%;
}
@media (min-width: 1100px) {
  header#header .header-bottom .header-bottom2 .nav {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  header#header .header-bottom .header-bottom2 {
    border: none;
  }
}
@media (min-width: 1480px) {
  header#header .header-bottom .header-bottom2 {
    padding: 16px 0;
  }
}
header#header .header-bottom .header-bottom2 .flex-center {
  width: 100%;
}
header#header .header-bottom .header-bottom2 .flex-center .nav.header-nav.nav-center {
  justify-content: space-between;
}
header#header .header-bottom .flex-center {
  width: 100%;
}
header#header .header-bottom .flex-center .header-bottom-nav {
  justify-content: space-between;
  flex-wrap: nowrap;
}
header#header .mobile-nav.nav .account-item .header-button,
header#header .nav.header-nav .account-item .header-button {
  margin-left: 0;
}
header#header .mobile-nav.nav .account-item .header-button .account-link,
header#header .mobile-nav.nav .account-item .header-button .account-link-mobile,
header#header .nav.header-nav .account-item .header-button .account-link,
header#header .nav.header-nav .account-item .header-button .account-link-mobile {
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  justify-content: center;
  align-items: center;
}
header#header .mobile-nav.nav .account-item .header-button .account-link i,
header#header .mobile-nav.nav .account-item .header-button .account-link-mobile i,
header#header .nav.header-nav .account-item .header-button .account-link i,
header#header .nav.header-nav .account-item .header-button .account-link-mobile i {
  font-size: 20px;
}
header#header .mobile-nav.nav .account-item .nav-dropdown .nav-dropdown-header,
header#header .nav.header-nav .account-item .nav-dropdown .nav-dropdown-header {
  margin-bottom: 15px;
  padding: 0 15px;
  color: var(--submenu-link-color);
}
header#header .mobile-nav.nav .account-item .nav-dropdown .nav-dropdown-header .account-user,
header#header .nav.header-nav .account-item .nav-dropdown .nav-dropdown-header .account-user {
  display: flex;
  align-items: center;
}
header#header .mobile-nav.nav .account-item .nav-dropdown .nav-dropdown-header .image,
header#header .nav.header-nav .account-item .nav-dropdown .nav-dropdown-header .image {
  width: 30%;
}
header#header .mobile-nav.nav .account-item .nav-dropdown .nav-dropdown-header .image img,
header#header .nav.header-nav .account-item .nav-dropdown .nav-dropdown-header .image img {
  max-width: 60px;
}
header#header .mobile-nav.nav .account-item .nav-dropdown .nav-dropdown-header .user-name-content,
header#header .nav.header-nav .account-item .nav-dropdown .nav-dropdown-header .user-name-content {
  flex: 1;
}
header#header .mobile-nav.nav .account-item .nav-dropdown .nav-dropdown-header a.button-edit-account,
header#header .nav.header-nav .account-item .nav-dropdown .nav-dropdown-header a.button-edit-account {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: #000;
}
header#header .mobile-nav.nav .account-item .nav-dropdown .nav-dropdown-header a.button-edit-account:hover,
header#header .nav.header-nav .account-item .nav-dropdown .nav-dropdown-header a.button-edit-account:hover {
  color: var(--button-secondary-text-color);
  background-color: var(--button-secondary-bg-color);
}
header#header .mobile-nav.nav .cart-item .header-button .header-cart-link,
header#header .nav.header-nav .cart-item .header-button .header-cart-link {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 850px) {
  header#header .mobile-nav.nav .cart-item .header-button .header-cart-link,
  header#header .nav.header-nav .cart-item .header-button .header-cart-link {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  header#header .mobile-nav.nav .cart-item .header-button .header-cart-link,
  header#header .nav.header-nav .cart-item .header-button .header-cart-link {
    font-size: 20px;
    line-height: 48px;
  }
}
header#header .mobile-nav.nav .cart-item .header-button .header-cart-link span,
header#header .nav.header-nav .cart-item .header-button .header-cart-link span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  header#header .mobile-nav.nav .cart-item .header-button .header-cart-link span,
  header#header .nav.header-nav .cart-item .header-button .header-cart-link span {
    line-height: 48px;
  }
}
header#header .mobile-nav.nav .cart-item .header-button .header-cart-link:hover,
header#header .nav.header-nav .cart-item .header-button .header-cart-link:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
header#header .mobile-nav.nav .cart-item .header-button .header-cart-link,
header#header .nav.header-nav .cart-item .header-button .header-cart-link {
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  justify-content: center;
  align-items: center;
}
header#header .mobile-nav.nav .cart-item .header-button .header-cart-link .icon-shopping-cart::before,
header#header .nav.header-nav .cart-item .header-button .header-cart-link .icon-shopping-cart::before {
  color: #fff;
}
header#header .mobile-nav.nav .cart-item .header-button .header-cart-link .icon-shopping-cart:hover::before,
header#header .nav.header-nav .cart-item .header-button .header-cart-link .icon-shopping-cart:hover::before {
  color: #fff;
}
@media (min-width: 1200px) {
  header#header .mobile-nav.nav.header-nav-main > li,
  header#header .nav.header-nav.header-nav-main > li {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 1480px) {
  header#header .mobile-nav.nav.header-nav-main > li,
  header#header .nav.header-nav.header-nav-main > li {
    margin-right: 20px;
    margin-left: 20px;
  }
}
header#header .searchform > .flex-row {
  height: 32px;
}
@media (min-width: 1200px) {
  header#header .searchform > .flex-row {
    height: 48px;
    min-width: 370px;
  }
}
header#header .searchform > .flex-row input[type=search] {
  height: 32px;
  color: #000;
}
@media (min-width: 1200px) {
  header#header .searchform > .flex-row input[type=search] {
    height: 48px;
  }
}
@media (max-width: 549px) {
  header#header .searchform > .flex-row input[type=search] {
    font-size: 11px;
  }
}
header#header .searchform > .flex-row .submit-button {
  line-height: 38px;
  height: 40px;
}
header#header .searchform > .flex-row .submit-button.button.icon {
  padding: 0 5px;
}
header#header .searchform > .flex-row .submit-button.button.icon i {
  font-size: 1em;
}
header#header .item-select-location {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 1480px) {
  header#header .item-select-location {
    padding-left: 40px;
  }
}
header#header .item-select-location #map-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header#header .item-select-location .open-time {
  font-size: 12px;
}
@media (min-width: 850px) {
  header#header .item-select-location .open-time {
    font-size: 14px;
  }
}
header#header .item-select-location a.link-change-location {
  font-weight: 400 !important;
  color: var(--primary-color) !important;
  padding: 0 !important;
}
header#header .bs-connect-item-select-location {
  align-items: center;
  justify-content: flex-start;
  width: auto;
  color: var(--type_nav_color);
  gap: 4px;
}
@media (max-width: 849px) {
  header#header .bs-connect-item-select-location:before {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
  }
}
header#header .bs-connect-item-select-location .bs-connect-map-text {
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden !important;
  width: auto;
  max-width: 140px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: var(--type_nav_color);
  font-size: 18px;
}
@media (min-width: 850px) {
  header#header .bs-connect-item-select-location .bs-connect-map-text {
    max-width: 180px;
  }
}
@media (min-width: 850px) {
  header#header .bs-connect-item-select-location .bs-connect-map-text {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 1480px) {
  header#header .bs-connect-item-select-location .bs-connect-map-text {
    display: block;
  }
}
header#header .bs-connect-item-select-location:hover .cova-icon-location,
header#header .bs-connect-item-select-location:hover .bs-connect-map-text {
  color: var(--type_nav_color_hover);
}
header#header .bs-connect-item-select-location img {
  display: none;
}
header#header .bs-connect-item-select-location .cova-icon-location {
  font-family: "baked-icons" !important;
  font-size: 24px;
  font-style: normal;
  color: var(--type_nav_color);
}
header#header .bs-connect-item-select-location .cova-icon-location:before {
  content: "\e900";
}
header#header .location-phone {
  display: none;
}
header#header .location-phone a {
  color: var(--type_nav_color);
}
header#header .location-phone a:hover {
  color: var(--type_nav_color_hover);
}
@media (min-width: 768px) {
  header#header .location-phone {
    display: block;
    margin-left: 30px;
  }
}
header#header .account-link.circle.is-outline,
header#header .account-link-mobile.circle.is-outline {
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px !important;
  min-height: 30px !important;
  padding: 5px;
}
header#header .account-link.circle.is-outline .icon-user,
header#header .account-link.circle.is-outline .baked-icon,
header#header .account-link-mobile.circle.is-outline .icon-user,
header#header .account-link-mobile.circle.is-outline .baked-icon {
  font-size: 16px;
}
header#header .account-link .icon-user,
header#header .account-link .baked-icon,
header#header .account-link-mobile .icon-user,
header#header .account-link-mobile .baked-icon {
  color: var(--type_nav_color);
}
header#header .account-link svg,
header#header .account-link-mobile svg {
  background-color: #000;
}
header#header .account-link:hover,
header#header .account-link-mobile:hover {
  color: var(--type_nav_color_hover);
}
header#header .account-link:hover .icon-user,
header#header .account-link:hover .baked-icon,
header#header .account-link-mobile:hover .icon-user,
header#header .account-link-mobile:hover .baked-icon {
  color: var(--type_nav_color_hover);
}
header#header .header-cart-link {
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  justify-content: center;
}
header#header .header-cart-link .header-cart-title {
  margin-left: 5px;
}
header#header .header-cart-link .icon-shopping-cart::before {
  font-family: "baked-icons" !important;
  content: "\e924";
  color: #fff;
}
header#header .header-cart-link .icon-shopping-cart:hover::before {
  color: var(--type_nav_color_hover);
}
header#header .header-cart-link .cart-limit {
  margin-left: 10px;
}
header#header .header-cart-link .max-limit-message {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding-left: 3px;
}
header#header .header-cart-link .max-limit-message .cart-current-weight {
  font-size: 16px;
  font-weight: 500;
  max-width: 50px;
  margin-right: 2px;
}
header#header .header-cart-link .max-limit-message .cart-max-limit {
  font-size: 9px;
  line-height: 1.1em;
  max-width: 30px;
}
header#header .mobile-nav .nav-icon > a {
  padding: 5px !important;
}
header#header .mobile-nav .nav-icon > a i.icon-menu {
  color: #fff;
  font-size: 24px;
}
header#header .mobile-nav .nav-icon.has-icon a {
  color: var(--type_nav_color);
}
header#header .mobile-nav .item-select-location {
  flex: 1;
  text-align: left;
}
header#header .mobile-nav .account-link.circle.is-outline,
header#header .mobile-nav .account-link-mobile.circle.is-outline {
  line-height: 20px;
  width: 30px;
  min-width: 30px;
  height: 30px !important;
  min-height: 30px !important;
  border: 1px solid var(--texts-color);
  border-radius: 100%;
}
header#header .mobile-nav .account-link .baked-icon,
header#header .mobile-nav .account-link .icon-user,
header#header .mobile-nav .account-link-mobile .baked-icon,
header#header .mobile-nav .account-link-mobile .icon-user {
  color: var(--type_nav_color);
}
header#header .mobile-nav .search-form {
  flex: 1;
}
header#header .header-bottom-nav.mobile-nav .header-divider {
  flex-grow: 1;
}
header#header .header-block {
  width: auto;
}
header#header .header-block .header-block-block-1 {
  position: relative;
}
header#header .header-block .header-block-block-1 .button {
  text-transform: none;
}
header#header .header-block .store-hours-lightbox {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 168px;
}
header#header .header-block .store-hours-lightbox > .col {
  padding: 15px !important;
}
header#header .header-block .store-hours-lightbox.active {
  display: block;
  background-color: #444;
  padding: 5px !important;
  border-radius: 4px;
  color: #fff;
}
header#header .header-block .store-hours-lightbox .ux-logo {
  padding: 8px 0 !important;
}
header#header .header-block .store-hours-lightbox .ux-logo .ux-logo-link {
  padding: 0 !important;
}
header#header .header-block .store-hours-lightbox .ux-logo img {
  height: auto !important;
}
header#header .header-block .store-hours-lightbox h1, header#header .header-block .store-hours-lightbox h2, header#header .header-block .store-hours-lightbox h3, header#header .header-block .store-hours-lightbox h4, header#header .header-block .store-hours-lightbox h5 {
  color: #fff;
}
header#header .header-block .store-hours-lightbox p {
  font-size: 16px;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  header#header #logo {
    width: 115px;
  }
}

@media screen and (max-width: 1023px) {
  .header .hide-for-medium, .header [data-show=hide-for-medium] {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .show-for-medium, .header [data-show=show-for-medium] {
    display: block !important;
  }
  .header .show-for-medium.flex-right, .header [data-show=show-for-medium].flex-right {
    display: block !important;
    min-width: 150px;
  }
}
@media screen and (max-width: 849px) {
  .header .show-for-medium.flex-left, .header [data-show=show-for-medium].flex-left {
    display: none !important;
  }
}
@media (max-width: 849px) {
  .header .medium-logo-left .flex-right {
    flex: 1 0 1 !important;
  }
}
@media screen and (max-width: 1199px) {
  .header .medium-logo-center .flex-left {
    flex: 1 1 0;
    order: 1;
  }
}
@media screen and (max-width: 1199px) {
  .header .medium-logo-center .logo {
    order: 2;
    margin: 0 15px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .header .medium-logo-center .flex-right {
    flex: 1 1 0;
    order: 3;
  }
}
.header .wide-nav {
  position: relative;
}
.header .wide-nav > .container > .flex-col {
  position: relative;
}
.header .wide-nav .header-bottom-nav:not(.mobile-nav) {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}
.header .wide-nav .header-bottom-nav:not(.mobile-nav)::-webkit-scrollbar {
  display: none;
}
.header .wide-nav .header-bottom-nav:not(.mobile-nav) li {
  white-space: nowrap;
}
.header .wide-nav .menu-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  height: 34px;
  display: none;
  align-items: center;
}
.header .wide-nav .menu-arrow.menu-arrow-left {
  left: 0;
  margin-right: 0;
}
.header .wide-nav .menu-arrow.menu-arrow-right {
  right: 0;
  margin-right: 0;
}

footer#footer {
  background-color: var(--footer-1-bg-color);
  color: #fff;
  padding: 0;
  font-size: 14px;
}
@media (min-width: 850px) {
  footer#footer {
    font-size: 16px;
  }
}
footer#footer .footer-1,
footer#footer .footer-2,
footer#footer .absolute-footer {
  background-color: transparent;
}
footer#footer .footer-1 .widget:nth-child(1),
footer#footer .footer-2 .widget:nth-child(1) {
  flex-basis: 100%;
  max-width: 100%;
}
footer#footer .footer-1 .widget:nth-child(2), footer#footer .footer-1 .widget:nth-child(3), footer#footer .footer-1 .widget:nth-child(4), footer#footer .footer-1 .widget:nth-child(5),
footer#footer .footer-2 .widget:nth-child(2),
footer#footer .footer-2 .widget:nth-child(3),
footer#footer .footer-2 .widget:nth-child(4),
footer#footer .footer-2 .widget:nth-child(5) {
  flex-basis: 50%;
  max-width: 50%;
}
footer#footer .footer-1 .widget .widget-title,
footer#footer .footer-2 .widget .widget-title {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 22px;
  display: flex;
  margin-bottom: 15px;
}
@media (min-width: 850px) {
  footer#footer .footer-1 .widget .widget-title,
  footer#footer .footer-2 .widget .widget-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1480px) {
  footer#footer .footer-1 .widget .widget-title,
  footer#footer .footer-2 .widget .widget-title {
    font-size: 24px;
    line-height: 32px;
  }
}
footer#footer .footer-1 .widget .is-divider,
footer#footer .footer-2 .widget .is-divider {
  display: none;
}
footer#footer .footer-1 .widget.widget_text .social-icons.follow-icons a.icon,
footer#footer .footer-2 .widget.widget_text .social-icons.follow-icons a.icon {
  display: inline-flex;
  align-items: center;
  font-size: 36px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer#footer .footer-1 .widget:nth-child(1),
  footer#footer .footer-2 .widget:nth-child(1) {
    flex-basis: 45% !important;
    max-width: 45% !important;
  }
}
@media (min-width: 1200px) {
  footer#footer .footer-1 .widget:nth-child(1),
  footer#footer .footer-2 .widget:nth-child(1) {
    flex-basis: 30% !important;
    max-width: 30% !important;
  }
  footer#footer .footer-1 .widget:nth-child(2), footer#footer .footer-1 .widget:nth-child(3), footer#footer .footer-1 .widget:nth-child(4), footer#footer .footer-1 .widget:nth-child(5),
  footer#footer .footer-2 .widget:nth-child(2),
  footer#footer .footer-2 .widget:nth-child(3),
  footer#footer .footer-2 .widget:nth-child(4),
  footer#footer .footer-2 .widget:nth-child(5) {
    flex-basis: 17.5% !important;
    max-width: 17.5% !important;
  }
}
footer#footer .social-icons.follow-icons a {
  color: #fff;
}
footer#footer .social-icons.follow-icons a:hover {
  color: var(--secondary-color);
}
footer#footer .menu .ux-menu-title,
footer#footer .ux-menu .ux-menu-title {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  footer#footer .menu .ux-menu-title,
  footer#footer .ux-menu .ux-menu-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  footer#footer .menu .ux-menu-title,
  footer#footer .ux-menu .ux-menu-title {
    font-size: 20px;
    line-height: 28px;
  }
}
footer#footer .menu .menu-item,
footer#footer .menu .ux-menu-link,
footer#footer .ux-menu .menu-item,
footer#footer .ux-menu .ux-menu-link {
  border: none;
}
footer#footer .menu .menu-item a,
footer#footer .menu .menu-item a.ux-menu-link__link,
footer#footer .menu .ux-menu-link a,
footer#footer .menu .ux-menu-link a.ux-menu-link__link,
footer#footer .ux-menu .menu-item a,
footer#footer .ux-menu .menu-item a.ux-menu-link__link,
footer#footer .ux-menu .ux-menu-link a,
footer#footer .ux-menu .ux-menu-link a.ux-menu-link__link {
  color: #fff;
  border: none;
  line-height: 1.4em;
  min-height: 2em;
}
footer#footer .menu .menu-item a:hover,
footer#footer .menu .menu-item a.ux-menu-link__link:hover,
footer#footer .menu .ux-menu-link a:hover,
footer#footer .menu .ux-menu-link a.ux-menu-link__link:hover,
footer#footer .ux-menu .menu-item a:hover,
footer#footer .ux-menu .menu-item a.ux-menu-link__link:hover,
footer#footer .ux-menu .ux-menu-link a:hover,
footer#footer .ux-menu .ux-menu-link a.ux-menu-link__link:hover {
  color: var(--links-hover-color);
  text-decoration: underline;
}
footer#footer .menu .menu-item.ux-menu-link--active a,
footer#footer .menu .menu-item.ux-menu-link--active a.ux-menu-link__link,
footer#footer .menu .ux-menu-link.ux-menu-link--active a,
footer#footer .menu .ux-menu-link.ux-menu-link--active a.ux-menu-link__link,
footer#footer .ux-menu .menu-item.ux-menu-link--active a,
footer#footer .ux-menu .menu-item.ux-menu-link--active a.ux-menu-link__link,
footer#footer .ux-menu .ux-menu-link.ux-menu-link--active a,
footer#footer .ux-menu .ux-menu-link.ux-menu-link--active a.ux-menu-link__link {
  color: var(--secondary-color-2);
}
footer#footer .stack {
  padding: 10px 0;
}
footer#footer .logo-ontario-authorized .img-inner {
  text-align: left;
}
footer#footer .logo-ontario-authorized img {
  max-width: 200px;
}
@media (min-width: 1480px) {
  footer#footer .logo-ontario-authorized .img-inner {
    text-align: center;
  }
}
@media (min-width: 550px) {
  footer#footer .absolute-footer > .container {
    border-top: 1px solid #fff;
  }
}
footer#footer .copyright-footer {
  color: #fff;
}
@media (min-width: 550px) {
  footer#footer .copyright-footer {
    padding-top: 20px;
  }
}
footer#footer .copyright-footer .breadstack-credits {
  margin-top: 16px;
}
footer#footer .back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-color: #fff;
  background-color: var(--primary-color);
}
footer#footer .wpcf7 form .wpcf7-response-output {
  display: none !important;
}
footer#footer .nav.nav-horizontal {
  flex-direction: row;
  justify-content: center;
}
footer#footer .nav.nav-horizontal.category-menu .ux-menu-link {
  margin: 0 8px !important;
}
@media (max-width: 549px) {
  footer#footer .nav.nav-horizontal.category-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
  footer#footer .nav.nav-horizontal.category-menu .ux-menu-link:nth-child(n) a {
    justify-content: flex-end;
  }
  footer#footer .nav.nav-horizontal.category-menu .ux-menu-link:nth-child(2n) a {
    justify-content: flex-start;
  }
}
footer#footer .nav.nav-horizontal.page-menu .ux-menu-link {
  margin: 0 15px !important;
}
footer#footer .nav.nav-horizontal.shop-menu {
  padding-bottom: 0;
}
footer#footer .gradient-text {
  height: 50px;
}
@media (min-width: 550px) {
  footer#footer .gradient-text {
    height: 62px;
  }
}
footer#footer .gradient-text .col {
  padding-bottom: 0;
}
footer#footer .gradient-text .col .text {
  position: relative;
  display: inline-block;
  text-align: center;
}
footer#footer .gradient-text .col .text h3 {
  display: inline-block;
  margin: 0;
}
footer#footer .gradient-text .col .text h3 a {
  display: flex;
  align-items: center;
}
footer#footer .gradient-text .col .text h3.layer-1 {
  position: relative;
  z-index: 1;
  background: linear-gradient(270deg, #FF00A6, #0EA5E9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeOut 4s ease-in-out infinite alternate;
}
footer#footer .gradient-text .col .text h3.layer-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, #000, #666);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  animation: fadeIn 4s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
footer#footer .gradient-text .col .text h3 i.baked-icon-instagram {
  font-size: 30px;
}
@media (min-width: 850px) {
  footer#footer .gradient-text .col .text h3 i.baked-icon-instagram {
    font-size: 42px;
  }
}
@media (max-width: 1000px) {
  footer#footer .footer-store-info > .col-inner .hide-for-small {
    display: none;
  }
  footer#footer .footer-store-info .nowrap {
    flex-wrap: nowrap;
  }
}

.parallax-title-header .entry-header .entry-header__logo {
  margin-bottom: 16px;
}
@media (min-width: 1480px) {
  .parallax-title-header .entry-header .entry-header__logo {
    margin-bottom: 24px;
  }
}
.parallax-title-header .entry-header .entry-header__sperator {
  margin-top: 16px;
}
@media (min-width: 1480px) {
  .parallax-title-header .entry-header .entry-header__sperator {
    margin-top: 24px;
  }
}

@media screen and (max-width: 480px) {
  .nav > li {
    margin: 0 5px;
  }
}

.nav-dropdown-has-border .nav-dropdown {
  border: 0;
}

#main-menu.mobile-sidebar {
  background-color: var(--content-background-color);
}
#main-menu.mobile-sidebar .searchform {
  padding-bottom: 0;
  border-bottom: none;
}
#main-menu.mobile-sidebar .searchform .flex-row {
  flex-direction: row-reverse;
}
#main-menu.mobile-sidebar .searchform .flex-row > .flex-col {
  flex: 1;
}
#main-menu.mobile-sidebar .searchform input[type=search],
#main-menu.mobile-sidebar .searchform .search-field {
  color: #444;
  font-size: 16px;
  font-weight: 400;
}
#main-menu.mobile-sidebar .nav-sidebar.nav-vertical > li + li {
  border: none;
}
#main-menu.mobile-sidebar .nav-sidebar > li > a {
  color: var(--texts-color);
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main-menu.mobile-sidebar .nav-sidebar .menu-item-has-children.current-menu-parent > a, #main-menu.mobile-sidebar .nav-sidebar .menu-item-has-children.current-menu-item > a,
#main-menu.mobile-sidebar .nav-sidebar .account-item.current-menu-parent > a,
#main-menu.mobile-sidebar .nav-sidebar .account-item.current-menu-item > a {
  color: var(--secondary-color);
}
#main-menu.mobile-sidebar .nav-sidebar .menu-item-has-children li a,
#main-menu.mobile-sidebar .nav-sidebar .account-item li a {
  color: var(--texts-color);
  font-weight: var(--font-weight-heading);
}
#main-menu.mobile-sidebar .nav-sidebar .menu-item-has-children li.current-menu-item > a,
#main-menu.mobile-sidebar .nav-sidebar .account-item li.current-menu-item > a {
  color: var(--secondary-color);
}
#main-menu.mobile-sidebar .nav-sidebar .menu-item .toggle {
  opacity: 1;
}
#main-menu.mobile-sidebar .nav-sidebar .menu-item .toggle i {
  font-size: 18px;
  color: var(--texts-color);
}
#main-menu.mobile-sidebar .is-small,
#main-menu.mobile-sidebar .is-small.button {
  font-size: 18px;
  line-height: 22px;
  padding: 0 30px;
}
@media (min-width: 850px) {
  #main-menu.mobile-sidebar .is-small,
  #main-menu.mobile-sidebar .is-small.button {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1480px) {
  #main-menu.mobile-sidebar .is-small,
  #main-menu.mobile-sidebar .is-small.button {
    font-size: 24px;
    line-height: 32px;
  }
}

header#header .header-wrapper.stuck .header-main .nav.header-nav li.current-menu-item > a, header#header .header-wrapper.stuck .header-main .nav.header-nav li.current-menu-parent > a {
  color: var(--type_nav_color_hover);
}
header#header .header-wrapper.stuck .header-bottom .nav.header-nav li.current-menu-item > a, header#header .header-wrapper.stuck .header-bottom .nav.header-nav li.current-menu-parent > a {
  color: var(--type_nav_bottom_color_hover);
}
header#header .header-main .nav.header-nav > li.current-menu-item > a, header#header .header-main .nav.header-nav > li.current-menu-parent > a {
  color: var(--type_nav_color_hover);
}
header#header .header-main .nav.header-nav > li > a {
  color: var(--type_nav_color);
  font-weight: 700;
}
header#header .header-main .nav.header-nav > li > a:hover {
  color: var(--type_nav_color_hover);
}
header#header .header-main .nav.header-nav > li > a.account-link, header#header .header-main .nav.header-nav > li > a.header-cart-link {
  color: #9c9b9b;
  font-weight: 400;
}
@media (min-width: 1200px) {
  header#header .header-main .nav.header-nav > li > a.account-link, header#header .header-main .nav.header-nav > li > a.header-cart-link {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
  }
  header#header .header-main .nav.header-nav > li > a.account-link i, header#header .header-main .nav.header-nav > li > a.header-cart-link i {
    font-size: 34px;
    color: var(--type_nav_color);
  }
}
header#header .header-main .nav.header-nav > li > a.account-link {
  margin-left: 10px;
}
header#header .header-main .nav.header-nav > li > a.header-cart-link span.amount {
  font-size: 13px;
}
header#header .header-main .nav.mobile-nav > li a.account-link-mobile, header#header .header-main .nav.mobile-nav > li a.header-cart-link {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  justify-content: flex-end;
  height: 70px;
  color: #9c9b9b;
  font-weight: 400;
}
header#header .header-main .nav.mobile-nav > li a.account-link-mobile span, header#header .header-main .nav.mobile-nav > li a.header-cart-link span {
  margin-left: 0;
}
@media (max-width: 549px) {
  header#header .header-main .nav.mobile-nav > li a.account-link-mobile, header#header .header-main .nav.mobile-nav > li a.header-cart-link {
    font-size: 11px;
    line-height: 20px;
  }
  header#header .header-main .nav.mobile-nav > li a.account-link-mobile i, header#header .header-main .nav.mobile-nav > li a.header-cart-link i {
    font-size: 20px;
  }
}
header#header .header-main .nav.mobile-nav > li a.header-cart-link span.amount {
  font-size: 13px;
}
@media (max-width: 549px) {
  header#header .header-main .nav.mobile-nav > li a.header-cart-link span.amount {
    font-size: 11px;
    line-height: 20px;
  }
}
header#header .header-main .nav.mobile-nav > li .header-account-title {
  margin-top: 3px;
}
header#header .header-bottom .nav.header-nav > li.current-menu-item > a, header#header .header-bottom .nav.header-nav > li.current-menu-parent > a {
  color: var(--secondary-color);
}
header#header .header-bottom .nav.header-nav > li .sub-menu > li.current-menu-item > a, header#header .header-bottom .nav.header-nav > li .sub-menu > li.current-menu-parent > a {
  color: var(--secondary-color);
}
header#header .header-bottom .nav.header-nav > li .sub-menu > li.current-menu-item > a:hover, header#header .header-bottom .nav.header-nav > li .sub-menu > li.current-menu-parent > a:hover {
  color: var(--type_nav_bottom_color);
}
header#header .header-bottom .nav.header-nav > li > a {
  color: var(--type_nav_bottom_color);
  padding: 0 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
header#header .header-bottom .nav.header-nav > li > a:hover {
  color: #000;
  background: var(--type_nav_bottom_color_hover);
}
header#header .header-bottom .nav.header-nav > li > a i.icon-angle-down {
  opacity: 1;
  font-weight: 700 !important;
}
header#header .icon-menu {
  height: 20px;
  background-image: url(../images/icon-menu.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}
header#header .icon-menu:before {
  display: none;
}
header#header .nav-icon.current-dropdown .icon-menu {
  background-image: url(../images/icon-menu-hover.svg);
}

@media (min-width: 850px) and (max-width: 1200px) {
  .nav.header-nav {
    justify-content: flex-start;
  }
  .nav.header-nav > li {
    margin: 0 5px;
  }
}
.nav.header-nav .has-dropdown::after {
  border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) var(--submenu-background-color);
}
.nav.header-nav .has-dropdown > .nav-dropdown {
  background-color: var(--submenu-background-color);
}
.nav.header-nav .has-dropdown > .nav-dropdown > li > a {
  color: var(--submenu-link-color);
  border: none;
}
.nav.header-nav .has-dropdown > .nav-dropdown > li > a:hover {
  background-color: var(--type_nav_color_hover);
}
.nav.header-nav .sub-menu li.current-menu-item a {
  color: var(--primary-color);
}
.nav.header-nav .sub-menu li a:hover {
  color: var(--primary-color);
}
@media (min-width: 850px) {
  .nav.header-nav a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .nav.header-nav a {
    font-size: 16px;
  }
}

.secondary-nav > li > a,
.secondary-nav .menu-item-has-children > a {
  font-weight: 500;
}
.secondary-nav .menu-item-has-children {
  position: relative;
}
.secondary-nav .menu-item-has-children > .toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}
.secondary-nav .menu-item-has-children .sub-menu {
  padding: 0 10px !important;
}
.secondary-nav .menu-item-has-children .sub-menu a {
  display: flex;
  padding: 10px 20px;
  width: 100%;
}

.mobile-nav > li > a {
  color: var(--type_nav_color);
}

.woocommerce-MyAccount-navigation-link {
  text-transform: capitalize;
}
.woocommerce-MyAccount-navigation-link > a {
  text-transform: capitalize;
}

.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}

.off-canvas {
  z-index: 99999;
}
.off-canvas.off-canvas-left .mfp-content {
  width: calc(100% - 40px);
  background-color: var(--content-background-color);
  border-top-right-radius: var(--border-radius-3x, 12px);
  border-bottom-right-radius: var(--border-radius-3x, 12px);
}
.off-canvas.off-canvas-left .mfp-close {
  right: 10px;
  opacity: 1;
}

.lightbox-content.lightbox-white {
  box-shadow: none;
}
.lightbox-content.lightbox-white h2 {
  font-size: 30px;
  margin: 25px 0 20px 0;
}
.lightbox-content.lightbox-white .button.primary {
  height: 45px;
  line-height: 45px;
  min-width: 252px;
}
@media (min-width: 850px) {
  .lightbox-content.lightbox-white h2 {
    font-size: 48px;
    margin: 55px 0 22px 0;
  }
  .lightbox-content.lightbox-white .button.primary {
    height: 65px;
    line-height: 65px;
    min-width: 371px;
  }
}

body.woocommerce-checkout .mfp-wrap.mfp-ready {
  position: fixed !important;
  top: 0 !important;
}
body.woocommerce-checkout .mfp-wrap.mfp-ready .lightbox-content.lightbox-white .img img {
  max-height: 225px;
  object-fit: cover;
  object-position: center;
}
body.woocommerce-checkout .mfp-wrap.mfp-ready .lightbox-content.lightbox-white button.mfp-close {
  color: #fff !important;
  opacity: 1;
  mix-blend-mode: initial;
  font-family: var(--font-body);
}
body.woocommerce-checkout dialog {
  color: #fff;
}
body.woocommerce-checkout dialog p {
  color: #fff !important;
}
@media (min-width: 850px) {
  body.woocommerce-checkout .mfp-wrap.mfp-ready {
    position: fixed !important;
    top: 0 !important;
  }
  body.woocommerce-checkout .mfp-wrap.mfp-ready .lightbox-content.lightbox-white .img img {
    max-height: 100% !important;
  }
  body.woocommerce-checkout .mfp-wrap.mfp-ready .lightbox-content.lightbox-white button.mfp-close {
    color: #000 !important;
  }
}

.mfp-iframe-holder .mfp-content, .mfp-inline-holder .ux-mfp-inline-content--video {
  max-height: 80vh;
  height: 100%;
}

.mfp-close-btn-in .mfp-close {
  color: var(--texts-color);
  mix-blend-mode: initial !important;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
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 {
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  color: var(--texts-color);
  background-color: transparent;
  border-width: 0 0 var(--border-width, 1px) 0;
  border-bottom: solid var(--border-width, 1px) #fff;
  box-shadow: none;
  -webkit-appearance: none;
}
@media (min-width: 550px) {
  .select-resize-ghost,
  .select2-container .select2-choice,
  .select2-container .select2-selection,
  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 {
    font-size: 16px;
  }
}
@media (min-width: 1480px) {
  .select-resize-ghost,
  .select2-container .select2-choice,
  .select2-container .select2-selection,
  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 {
    line-height: 44px;
    height: 44px;
    padding: 0 16px;
  }
}
.select-resize-ghost:focus,
.select2-container .select2-choice:focus,
.select2-container .select2-selection:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  color: var(--texts-color);
  background-color: var(--primary-color-2);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.168627451);
}
.select-resize-ghost::placeholder, .select-resize-ghost::-ms-input-placeholder,
.select2-container .select2-choice::placeholder,
.select2-container .select2-choice::-ms-input-placeholder,
.select2-container .select2-selection::placeholder,
.select2-container .select2-selection::-ms-input-placeholder,
input[type=date]::placeholder,
input[type=date]::-ms-input-placeholder,
input[type=email]::placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::placeholder,
input[type=url]::-ms-input-placeholder,
select::placeholder,
select::-ms-input-placeholder,
textarea::placeholder,
textarea::-ms-input-placeholder {
  color: var(--texts-color);
}
.select-resize-ghost::placeholder,
.select2-container .select2-choice::placeholder,
.select2-container .select2-selection::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
  color: currentColor;
  opacity: 0.95;
}

textarea {
  line-height: 1.3;
  padding: 12px;
}
@media (min-width: 850px) {
  textarea {
    line-height: 1.3;
    padding: 16px;
  }
}

.select2-results {
  background-color: var(--primary-color-2);
}

input[type=search] {
  background-color: var(--primary-color-3);
}

.select2-container .select2-choice > .select2-chosen, .select2-container .select2-selection--single .select2-selection__rendered, .select2-selection {
  line-height: 40px;
  padding: 0;
  color: var(--texts-color);
  border-radius: var(--border-radius-2x, 8px);
}
@media (min-width: 1480px) {
  .select2-container .select2-choice > .select2-chosen, .select2-container .select2-selection--single .select2-selection__rendered, .select2-selection {
    line-height: 48px;
  }
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
  padding-right: 32px;
  border-width: 0 0 var(--border-width, 1px) 0;
  border-bottom: solid var(--border-width, 1px) #fff;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 8px top 50%;
}

.select2-dropdown {
  border-color: var(--primary-color-3);
}

.select2-container.select2-container--open .select2-selection {
  border-radius: var(--border-radius-3x, 12px);
}

input:-webkit-autofill,
input:-webkit-autofill,
input:-moz-autofill,
input:-webkit-autofill:hover,
input:-moz-autofill:hover,
input:-webkit-autofill:focus,
input:-moz-autofill:focus,
textarea:-webkit-autofill,
textarea:-moz-autofill,
textarea:-webkit-autofill:hover,
textarea:-moz-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-moz-autofill:focus,
select:-webkit-autofill,
select:-moz-autofill,
select:-webkit-autofill:hover,
select:-moz-autofill:hover,
select:-webkit-autofill:focus,
select:-moz-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  border: var(--border-width, 1px) solid var(--primary-color);
  -webkit-box-shadow: 0 0 0 1000px var(--primary-color) inset;
  -webkit-text-fill-color: var(--primary-color-3);
}

.entry-content .mc4wp-form input[type=email], .entry-content .mc4wp-form input[type=number],
.entry-content .mc4wp-form input[type=search], .entry-content .mc4wp-form input[type=tel],
.entry-content .mc4wp-form input[type=text], .entry-content .mc4wp-form input[type=url],
.entry-content .mc4wp-form input[type=date], .entry-content .mc4wp-form input[type=password], .entry-content .mc4wp-form textarea {
  margin-bottom: 0;
}

#wc-breadstack-merrco-payfirma-cc-form .wrapper input,
#wc-breadstack-merrco-payfirma-cc-form select {
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  color: var(--texts-color);
  background-color: transparent;
  border-width: 0 0 var(--border-width, 1px) 0;
  border-bottom: solid var(--border-width, 1px) #fff;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 550px) {
  #wc-breadstack-merrco-payfirma-cc-form .wrapper input,
  #wc-breadstack-merrco-payfirma-cc-form select {
    font-size: 16px;
  }
}
@media (min-width: 1480px) {
  #wc-breadstack-merrco-payfirma-cc-form .wrapper input,
  #wc-breadstack-merrco-payfirma-cc-form select {
    line-height: 44px;
    height: 44px;
    padding: 0 16px;
  }
}
#wc-breadstack-merrco-payfirma-cc-form .wrapper input:focus,
#wc-breadstack-merrco-payfirma-cc-form select:focus {
  color: var(--texts-color);
  background-color: var(--primary-color-2);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.168627451);
}
#wc-breadstack-merrco-payfirma-cc-form .wrapper input::placeholder, #wc-breadstack-merrco-payfirma-cc-form .wrapper input::-ms-input-placeholder,
#wc-breadstack-merrco-payfirma-cc-form select::placeholder,
#wc-breadstack-merrco-payfirma-cc-form select::-ms-input-placeholder {
  color: var(--texts-color);
}
#wc-breadstack-merrco-payfirma-cc-form .wrapper input::placeholder,
#wc-breadstack-merrco-payfirma-cc-form select::placeholder {
  color: currentColor;
  opacity: 0.95;
}

#wc-breadstack-merrco-payfirma-cc-form select {
  padding-right: 32px;
  border-width: 0 0 var(--border-width, 1px) 0;
  border-bottom: solid var(--border-width, 1px) #fff;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 8px top 50%;
}

.btn, .button, input[type=submit] {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
}
@media (min-width: 850px) {
  .btn, .button, input[type=submit] {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  .btn, .button, input[type=submit] {
    font-size: 20px;
    line-height: 48px;
  }
}
.btn span, .button span, input[type=submit] span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  .btn span, .button span, input[type=submit] span {
    line-height: 48px;
  }
}
.btn.lowercase, .button.lowercase, input[type=submit].lowercase {
  text-transform: none;
}
.btn.lowercase span, .button.lowercase span, input[type=submit].lowercase span {
  text-transform: none;
}
.btn.add_to_wishlist i.yith-wcwl-icon, .button.add_to_wishlist i.yith-wcwl-icon, input[type=submit].add_to_wishlist i.yith-wcwl-icon {
  font-family: "baked-icons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  margin: 0;
}
.btn.add_to_wishlist i.yith-wcwl-icon:before, .button.add_to_wishlist i.yith-wcwl-icon:before, input[type=submit].add_to_wishlist i.yith-wcwl-icon:before {
  content: "\e90c";
}
.btn.black, .button.black, input[type=submit].black {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.btn.primary, .button.primary, input[type=submit].primary {
  color: var(--button-primary-text-color);
  border-color: var(--button-primary-bg-color);
  background-color: var(--button-primary-bg-color);
}
.btn.primary.is-link, .btn.primary.is-outline, .btn.primary.is-underline, .button.primary.is-link, .button.primary.is-outline, .button.primary.is-underline, input[type=submit].primary.is-link, input[type=submit].primary.is-outline, input[type=submit].primary.is-underline {
  color: var(--button-primary-bg-color);
}
.btn.primary.is-link span, .btn.primary.is-outline span, .btn.primary.is-underline span, .button.primary.is-link span, .button.primary.is-outline span, .button.primary.is-underline span, input[type=submit].primary.is-link span, input[type=submit].primary.is-outline span, input[type=submit].primary.is-underline span {
  color: var(--button-primary-bg-color);
}
.btn.primary.is-underline::before, .button.primary.is-underline::before, input[type=submit].primary.is-underline::before {
  bottom: 3px;
  left: 0;
  width: 100%;
}
.btn.primary.is-outline, .button.primary.is-outline, input[type=submit].primary.is-outline {
  border-color: var(--button-primary-bg-color);
  background-color: transparent;
}
.btn.primary.is-outline span, .button.primary.is-outline span, input[type=submit].primary.is-outline span {
  color: var(--button-primary-bg-color);
}
.btn.primary.is-outline:hover, .button.primary.is-outline:hover, input[type=submit].primary.is-outline:hover {
  color: var(--button-primary-text-color);
  border-color: var(--button-primary-bg-color);
  background-color: var(--button-primary-bg-color) !important;
}
.btn.primary.is-outline:hover span, .button.primary.is-outline:hover span, input[type=submit].primary.is-outline:hover span {
  color: var(--button-primary-text-color);
}
.btn.secondary, .button.secondary, input[type=submit].secondary {
  color: var(--button-secondary-text-color);
  border-color: var(--button-secondary-bg-color);
  background-color: var(--button-secondary-bg-color);
}
.btn.secondary span, .button.secondary span, input[type=submit].secondary span {
  color: var(--button-secondary-text-color);
}
.btn.secondary.is-link, .btn.secondary.is-outline, .btn.secondary.is-underline, .button.secondary.is-link, .button.secondary.is-outline, .button.secondary.is-underline, input[type=submit].secondary.is-link, input[type=submit].secondary.is-outline, input[type=submit].secondary.is-underline {
  color: var(--button-secondary-bg-color);
}
.btn.secondary.is-link span, .btn.secondary.is-link i, .btn.secondary.is-outline span, .btn.secondary.is-outline i, .btn.secondary.is-underline span, .btn.secondary.is-underline i, .button.secondary.is-link span, .button.secondary.is-link i, .button.secondary.is-outline span, .button.secondary.is-outline i, .button.secondary.is-underline span, .button.secondary.is-underline i, input[type=submit].secondary.is-link span, input[type=submit].secondary.is-link i, input[type=submit].secondary.is-outline span, input[type=submit].secondary.is-outline i, input[type=submit].secondary.is-underline span, input[type=submit].secondary.is-underline i {
  color: var(--button-secondary-bg-color);
}
.btn.secondary.is-outline, .button.secondary.is-outline, input[type=submit].secondary.is-outline {
  border-color: var(--button-secondary-bg-color);
  background-color: transparent;
}
.btn.secondary.is-outline span, .button.secondary.is-outline span, input[type=submit].secondary.is-outline span {
  color: var(--button-secondary-bg-color);
}
.btn.secondary.is-outline:hover, .button.secondary.is-outline:hover, input[type=submit].secondary.is-outline:hover {
  color: var(--button-secondary-text-color);
  border-color: var(--button-secondary-bg-color);
  background-color: var(--button-secondary-bg-color) !important;
}
.btn.secondary.is-outline:hover span, .button.secondary.is-outline:hover span, input[type=submit].secondary.is-outline:hover span {
  color: var(--button-secondary-text-color);
}
.btn.alert, .button.alert, input[type=submit].alert {
  color: var(--button-primary-text-color);
  border-color: var(--alert-color);
  background-color: var(--alert-color);
}
.btn.alert.is-link, .btn.alert.is-outline, .btn.alert.is-underline, .button.alert.is-link, .button.alert.is-outline, .button.alert.is-underline, input[type=submit].alert.is-link, input[type=submit].alert.is-outline, input[type=submit].alert.is-underline {
  color: var(--alert-color);
}
.btn.alert.is-link span, .btn.alert.is-outline span, .btn.alert.is-underline span, .button.alert.is-link span, .button.alert.is-outline span, .button.alert.is-underline span, input[type=submit].alert.is-link span, input[type=submit].alert.is-outline span, input[type=submit].alert.is-underline span {
  color: var(--alert-color);
}
.btn.alert.is-outline, .button.alert.is-outline, input[type=submit].alert.is-outline {
  border-color: var(--alert-color);
  background-color: transparent;
}
.btn.alert.is-outline span, .button.alert.is-outline span, input[type=submit].alert.is-outline span {
  color: var(--alert-color);
}
.btn.alert.is-outline:hover, .button.alert.is-outline:hover, input[type=submit].alert.is-outline:hover {
  color: var(--button-primary-text-color);
  border-color: var(--alert-color);
  background-color: var(--alert-color) !important;
}
.btn.alert.is-outline:hover span, .button.alert.is-outline:hover span, input[type=submit].alert.is-outline:hover span {
  color: var(--button-primary-text-color);
}
.btn.success, .button.success, input[type=submit].success {
  color: var(--button-primary-text-color);
  border-color: var(--success-color);
  background-color: var(--success-color);
}
.btn.success span, .button.success span, input[type=submit].success span {
  color: var(--primary-color);
}
.btn.success.is-link, .btn.success.is-outline, .btn.success.is-underline, .button.success.is-link, .button.success.is-outline, .button.success.is-underline, input[type=submit].success.is-link, input[type=submit].success.is-outline, input[type=submit].success.is-underline {
  color: var(--success-color);
}
.btn.success.is-outline, .button.success.is-outline, input[type=submit].success.is-outline {
  border-color: var(--success-color);
  background-color: transparent;
}
.btn.success.is-outline span, .button.success.is-outline span, input[type=submit].success.is-outline span {
  color: var(--success-color);
}
.btn.success.is-outline:hover, .button.success.is-outline:hover, input[type=submit].success.is-outline:hover {
  color: var(--button-primary-text-color);
  border-color: var(--success-color);
  background-color: var(--success-color) !important;
}
.btn.success.is-outline:hover span, .button.success.is-outline:hover span, input[type=submit].success.is-outline:hover span {
  color: var(--button-primary-text-color);
}
.btn.white, .button.white, input[type=submit].white {
  color: var(--headings-color) !important;
  border-color: var(--headings-color);
  background-color: #fff !important;
}
.btn.white span, .button.white span, input[type=submit].white span {
  color: var(--headings-color);
}
.btn.white.is-outline, .button.white.is-outline, input[type=submit].white.is-outline {
  color: #fff !important;
  border-color: #fff;
  background-color: transparent !important;
}
.btn.white.is-outline span, .button.white.is-outline span, input[type=submit].white.is-outline span {
  color: #fff;
}
.btn.white.is-outline:hover, .button.white.is-outline:hover, input[type=submit].white.is-outline:hover {
  color: #fff !important;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color) !important;
}
.btn.white.is-outline:hover span, .button.white.is-outline:hover span, input[type=submit].white.is-outline:hover span {
  color: #fff;
}
.btn.white.is-link, .button.white.is-link, input[type=submit].white.is-link {
  color: #fff;
  border: none;
  background: none !important;
  background-color: transparent !important;
}
.btn.white.is-link span, .btn.white.is-link i, .button.white.is-link span, .button.white.is-link i, input[type=submit].white.is-link span, input[type=submit].white.is-link i {
  color: #fff;
}
.btn.is-outline, .button.is-outline, input[type=submit].is-outline {
  line-height: 36px;
  border-width: var(--border-width-2x, 2px);
}
@media (min-width: 1480px) {
  .btn.is-outline, .button.is-outline, input[type=submit].is-outline {
    line-height: 44px;
  }
}
.btn.is-xxsmall, .button.is-xxsmall, input[type=submit].is-xxsmall {
  font-size: 12px;
  line-height: 26px;
}
.btn.is-xxsmall span, .button.is-xxsmall span, input[type=submit].is-xxsmall span {
  line-height: 26px;
}
.btn.is-xsmall, .button.is-xsmall, input[type=submit].is-xsmall {
  font-size: 14px;
  line-height: 26px;
}
.btn.is-xsmall span, .button.is-xsmall span, input[type=submit].is-xsmall span {
  line-height: 26px;
}
.btn.is-smaller, .button.is-smaller, input[type=submit].is-smaller {
  font-size: 16px;
  line-height: 26px;
  min-height: 28px;
}
.btn.is-smaller span, .button.is-smaller span, input[type=submit].is-smaller span {
  line-height: 26px;
}
.btn.is-small, .button.is-small, input[type=submit].is-small {
  padding: 0 10px;
}
@media (min-width: 850px) {
  .btn.is-small, .button.is-small, input[type=submit].is-small {
    line-height: 30px;
  }
}
@media (min-width: 1480px) {
  .btn.is-small, .button.is-small, input[type=submit].is-small {
    line-height: 36px;
    padding: 0 16px;
  }
}
@media (min-width: 850px) {
  .btn.is-small span, .button.is-small span, input[type=submit].is-small span {
    line-height: 30px;
  }
}
@media (min-width: 1480px) {
  .btn.is-small span, .button.is-small span, input[type=submit].is-small span {
    line-height: 36px;
  }
}
.btn.is-large, .button.is-large, input[type=submit].is-large {
  padding: 0 30px;
}
@media (min-width: 1480px) {
  .btn.is-large, .button.is-large, input[type=submit].is-large {
    padding: 0 50px;
  }
}
.btn.is-larger, .button.is-larger, input[type=submit].is-larger {
  padding: 0 40px;
}
@media (min-width: 850px) {
  .btn.is-larger, .button.is-larger, input[type=submit].is-larger {
    padding: 0 60px;
  }
}
@media (min-width: 1480px) {
  .btn.is-larger, .button.is-larger, input[type=submit].is-larger {
    padding: 0 80px;
  }
}
.btn.is-xlarge, .button.is-xlarge, input[type=submit].is-xlarge {
  padding: 0 60px;
}
@media (min-width: 850px) {
  .btn.is-xlarge, .button.is-xlarge, input[type=submit].is-xlarge {
    padding: 0 80px;
  }
}
@media (min-width: 1480px) {
  .btn.is-xlarge, .button.is-xlarge, input[type=submit].is-xlarge {
    padding: 0 100px;
  }
}
.btn.is-xxlarge, .button.is-xxlarge, input[type=submit].is-xxlarge {
  padding: 0 60px;
}
@media (min-width: 850px) {
  .btn.is-xxlarge, .button.is-xxlarge, input[type=submit].is-xxlarge {
    padding: 0 80px;
  }
}
@media (min-width: 1480px) {
  .btn.is-xxlarge, .button.is-xxlarge, input[type=submit].is-xxlarge {
    padding: 0 100px;
  }
}
.btn.wide, .button.wide, input[type=submit].wide {
  width: 100%;
}
@media (max-width: 550px) {
  .btn.small-wide, .button.small-wide, input[type=submit].small-wide {
    width: 100%;
  }
}
.btn.add_to_cart_button, .button.add_to_cart_button, input[type=submit].add_to_cart_button {
  background-color: var(--primary-color);
}
.btn.product_type_variable:not(.add_to_cart_button), .button.product_type_variable:not(.add_to_cart_button), input[type=submit].product_type_variable:not(.add_to_cart_button) {
  background-color: var(--secondary-color);
}
.btn.open-video, .button.open-video, input[type=submit].open-video {
  font-size: 24px;
  padding: 0;
  color: var(--button-primary-text-color);
  border: none !important;
  border-radius: 50%;
  background-color: var(--button-primary-bg-color) !important;
}
.btn.open-video .icon-play, .button.open-video .icon-play, input[type=submit].open-video .icon-play {
  top: 0;
  color: #fff;
}
.btn.open-video:hover, .button.open-video:hover, input[type=submit].open-video:hover {
  background-color: var(--primary-color);
}
.btn.button-locations, .button.button-locations, input[type=submit].button-locations {
  margin-bottom: 16px;
  margin-left: 8px;
}
@media (min-width: 850px) {
  .btn.button-locations, .button.button-locations, input[type=submit].button-locations {
    min-width: 120px;
    margin-left: 32px;
  }
}
@media (min-width: 1480px) {
  .btn.button-locations, .button.button-locations, input[type=submit].button-locations {
    min-width: 200px;
    margin-left: 44px;
  }
}
.btn.button-locations:first-of-type, .button.button-locations:first-of-type, input[type=submit].button-locations:first-of-type {
  margin-left: 0;
}
.btn.zoom-button, .button.zoom-button, input[type=submit].zoom-button {
  width: 42px;
  color: var(--headings-color);
}
@media (min-width: 1480px) {
  .btn.zoom-button, .button.zoom-button, input[type=submit].zoom-button {
    width: 50px;
  }
}
.btn.zoom-button:hover, .button.zoom-button:hover, input[type=submit].zoom-button:hover {
  box-shadow: none;
  transform: scale(1.01);
}
.btn#place_order, .button#place_order, input[type=submit]#place_order {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 850px) {
  .btn#place_order, .button#place_order, input[type=submit]#place_order {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  .btn#place_order, .button#place_order, input[type=submit]#place_order {
    font-size: 20px;
    line-height: 48px;
  }
}
.btn#place_order span, .button#place_order span, input[type=submit]#place_order span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  .btn#place_order span, .button#place_order span, input[type=submit]#place_order span {
    line-height: 48px;
  }
}
.btn[class=button]:not(.is-outline, .is-link, .is-form, .button-with-icon):hover, .btn.white:not(.is-outline, .is-link, .is-form, .button-with-icon):hover, .btn.secondary:not(.is-outline, .is-link, .is-form, .button-with-icon):hover, .button[class=button]:not(.is-outline, .is-link, .is-form, .button-with-icon):hover, .button.white:not(.is-outline, .is-link, .is-form, .button-with-icon):hover, .button.secondary:not(.is-outline, .is-link, .is-form, .button-with-icon):hover, input[type=submit][class=button]:not(.is-outline, .is-link, .is-form, .button-with-icon):hover, input[type=submit].white:not(.is-outline, .is-link, .is-form, .button-with-icon):hover, input[type=submit].secondary:not(.is-outline, .is-link, .is-form, .button-with-icon):hover {
  box-shadow: none;
  transform: scale(1.01);
}
.btn.primary:not(.loading):hover, .btn.add_to_cart_button:not(.loading):hover, .btn.single_add_to_cart_button:not(.loading):hover, .btn.add_to_cart_button.is-outline:not(.loading):hover, .btn.checkout:not(.loading):hover, .button.primary:not(.loading):hover, .button.add_to_cart_button:not(.loading):hover, .button.single_add_to_cart_button:not(.loading):hover, .button.add_to_cart_button.is-outline:not(.loading):hover, .button.checkout:not(.loading):hover, input[type=submit].primary:not(.loading):hover, input[type=submit].add_to_cart_button:not(.loading):hover, input[type=submit].single_add_to_cart_button:not(.loading):hover, input[type=submit].add_to_cart_button.is-outline:not(.loading):hover, input[type=submit].checkout:not(.loading):hover {
  box-shadow: none;
  transform: scale(1.01);
}
.btn.btn-black, .button.btn-black, input[type=submit].btn-black {
  background-color: var(--primary-color) !important;
  border-color: #fff !important;
}
.btn.btn-black:hover, .button.btn-black:hover, input[type=submit].btn-black:hover {
  color: var(--button-primary-text-color);
  border-color: var(--button-primary-bg-color) !important;
  background-color: var(--button-primary-bg-color) !important;
}

.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
  border-width: var(--border-width-2x, 2px);
}

.product-type-variable .add-to-cart-button a.add_to_cart_button {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
}
@media (min-width: 850px) {
  .product-type-variable .add-to-cart-button a.add_to_cart_button {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  .product-type-variable .add-to-cart-button a.add_to_cart_button {
    font-size: 20px;
    line-height: 48px;
  }
}
.product-type-variable .add-to-cart-button a.add_to_cart_button span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  .product-type-variable .add-to-cart-button a.add_to_cart_button span {
    line-height: 48px;
  }
}

.widget_shopping_cart .button.continue_shopping,
.button#place_order,
.button.checkout,
.checkout-button,
.single_add_to_cart_button.button,
.sticky-add-to-cart-select-options-button {
  border-color: var(--checkout-color) !important;
}
.widget_shopping_cart .button.continue_shopping:hover,
.button#place_order:hover,
.button.checkout:hover,
.checkout-button:hover,
.single_add_to_cart_button.button:hover,
.sticky-add-to-cart-select-options-button:hover {
  box-shadow: none;
  transform: scale(1.01);
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
}
@media (min-width: 850px) {
  .woocommerce-form-login__submit,
  .woocommerce-form-register__submit {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  .woocommerce-form-login__submit,
  .woocommerce-form-register__submit {
    font-size: 20px;
    line-height: 48px;
  }
}
.woocommerce-form-login__submit span,
.woocommerce-form-register__submit span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  .woocommerce-form-login__submit span,
  .woocommerce-form-register__submit span {
    line-height: 48px;
  }
}
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
  box-shadow: none;
  transform: scale(1.01);
}
form.woocommerce-form-login .button,
form.woocommerce-form-login button.woocommerce-Button,
form.woocommerce-form-register .button,
form.woocommerce-form-register button.woocommerce-Button,
form.lost_reset_password .button,
form.lost_reset_password button.woocommerce-Button {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
}
@media (min-width: 850px) {
  form.woocommerce-form-login .button,
  form.woocommerce-form-login button.woocommerce-Button,
  form.woocommerce-form-register .button,
  form.woocommerce-form-register button.woocommerce-Button,
  form.lost_reset_password .button,
  form.lost_reset_password button.woocommerce-Button {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  form.woocommerce-form-login .button,
  form.woocommerce-form-login button.woocommerce-Button,
  form.woocommerce-form-register .button,
  form.woocommerce-form-register button.woocommerce-Button,
  form.lost_reset_password .button,
  form.lost_reset_password button.woocommerce-Button {
    font-size: 20px;
    line-height: 48px;
  }
}
form.woocommerce-form-login .button span,
form.woocommerce-form-login button.woocommerce-Button span,
form.woocommerce-form-register .button span,
form.woocommerce-form-register button.woocommerce-Button span,
form.lost_reset_password .button span,
form.lost_reset_password button.woocommerce-Button span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  form.woocommerce-form-login .button span,
  form.woocommerce-form-login button.woocommerce-Button span,
  form.woocommerce-form-register .button span,
  form.woocommerce-form-register button.woocommerce-Button span,
  form.lost_reset_password .button span,
  form.lost_reset_password button.woocommerce-Button span {
    line-height: 48px;
  }
}
form.woocommerce-form-login .button:hover,
form.woocommerce-form-login button.woocommerce-Button:hover,
form.woocommerce-form-register .button:hover,
form.woocommerce-form-register button.woocommerce-Button:hover,
form.lost_reset_password .button:hover,
form.lost_reset_password button.woocommerce-Button:hover {
  box-shadow: none;
  transform: scale(1.01);
}
.wpcf7 .row .col {
  padding-bottom: 0;
}
.wpcf7 label {
  font-weight: 400;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-flex;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: -4px;
  margin-bottom: 12px;
}
.wpcf7 input[type=submit] {
  margin-top: 10px;
}
@media (min-width: 850px) {
  .wpcf7 input[type=submit] {
    margin-top: 20px;
  }
}
@media (min-width: 1480px) {
  .wpcf7 input[type=submit] {
    margin-top: 35px;
  }
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
@media (min-width: 850px) {
  .wpcf7 textarea {
    min-height: 140px;
  }
}

.careers-form .wpcf7 label {
  font-weight: 400;
}
.careers-form .wpcf7 br {
  display: inline-block;
}
.careers-form .wpcf7 em {
  color: #e14d43;
}
.careers-form .wpcf7 .form-row {
  margin-bottom: 15px;
}
.careers-form .wpcf7 small {
  font-size: 12px;
  margin-bottom: 10px;
}
.careers-form .wpcf7 .wpcf7-form-control.wpcf7-radio input {
  margin-bottom: 0;
}
.careers-form .wpcf7 .wpcf7-form-control .wpcf7-list-item {
  display: flex;
}
.careers-form .wpcf7 .wpcf7-form-control .wpcf7-list-item-label {
  font-weight: 400;
}

.contact-us-form,
.wpcf7-form {
  margin-bottom: 0;
}
.contact-us-form .contact-form-submit.text-center p,
.wpcf7-form .contact-form-submit.text-center p {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-us-form span[data-name=your-date],
.wpcf7-form span[data-name=your-date] {
  position: relative;
}
.contact-us-form span[data-name=your-date]:after,
.wpcf7-form span[data-name=your-date]:after {
  font-family: "baked-icons" !important;
  position: absolute;
  top: 8px;
  right: 5px;
  content: "\e940";
}
.contact-us-form input[type=checkbox],
.wpcf7-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}
.contact-us-form span[data-name=your-date],
.wpcf7-form span[data-name=your-date] {
  position: relative;
}
.contact-us-form span[data-name=your-date] span.date-label,
.wpcf7-form span[data-name=your-date] span.date-label {
  font-size: 14px;
}
@media (min-width: 850px) {
  .contact-us-form span[data-name=your-date]:after,
  .wpcf7-form span[data-name=your-date]:after {
    display: none;
  }
}

.codedropz-upload-wrapper {
  border: 3px dashed #AAA;
  border-radius: 32px;
  background-color: #ffffff;
  margin: 15px 0;
  padding: 15px;
}
@media (min-width: 560px) {
  .codedropz-upload-wrapper {
    padding: 20px;
  }
}
@media (min-width: 850px) {
  .codedropz-upload-wrapper {
    padding: 64px;
  }
}
.codedropz-upload-wrapper .codedropz-upload-container {
  padding: 15px 0;
}
@media (min-width: 850px) {
  .codedropz-upload-wrapper .codedropz-upload-container {
    padding: 32px;
  }
}
.codedropz-upload-wrapper .codedropz-upload-handler {
  border-width: var(--border-width, 1px);
  border-color: #fff;
  background-color: transparent;
}
.codedropz-upload-wrapper .codedropz-upload-inner {
  padding-top: 90px;
  padding-bottom: 20px;
  background-image: url(../images/icon-image-upload-2.svg);
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: 50px;
}
@media (min-width: 1480px) {
  .codedropz-upload-wrapper .codedropz-upload-inner {
    background-position: top 20px center;
    background-size: 60px;
  }
}
.codedropz-upload-wrapper .codedropz-upload-inner h3 {
  font-size: 16px;
  line-height: 20px;
  color: #AAA;
  font-family: var(--font-body);
}
@media (min-width: 850px) {
  .codedropz-upload-wrapper .codedropz-upload-inner h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .codedropz-upload-wrapper .codedropz-upload-inner h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.codedropz-upload-wrapper .dnd-upload-counter {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.section .section-content > .row:last-child > .col:last-child {
  padding-bottom: 0;
}

.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.has-equal-box-heights .box-image img, .has-format img, .image-cover img, .video-fit iframe, .video-fit video, img.back-image {
  bottom: -1px;
  height: calc(100% + 2px);
  top: -1px;
}

.section-bg :is(img, picture, video) {
  height: calc(100% + 3px);
  top: -3px;
}

.row-small > .col, .row-small > .flickity-viewport > .flickity-slider > .col {
  padding: 0 5.8px 19.6px;
}

.aligncenter {
  text-align: center;
}

.pb-col-0 > .col {
  padding: 0;
}

.icon-box.icon-box-left, .icon-box.icon-box-right {
  align-items: center;
}
.icon-box .icon-box-text h5 {
  color: var(--primary-color);
  text-transform: capitalize !important;
}
.icon-box .icon-box-text a {
  color: var(--texts-color) !important;
}
.icon-box .icon-box-text a:hover {
  color: var(--links-hover-color) !important;
}
.icon-box.column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.icon-box.opening-hours .icon-box-text {
  display: flex;
  justify-content: space-between;
}
.icon-box.opening-hours .icon-box-text h5, .icon-box.opening-hours .icon-box-text p {
  flex: 1;
}
.icon-box.opening-hours .icon-box-text h5 {
  color: var(--texts-color);
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.icon-box.opening-hours .icon-box-text p {
  text-align: right;
}
.icon-box.horizontal-align-center {
  justify-content: center;
  align-items: center;
}
.icon-box.horizontal-align-center .icon-box-img {
  margin: 0;
}
.icon-box.horizontal-align-center .icon-box-text {
  margin: 0;
  flex: initial;
}

.social-icons {
  color: var(--texts-color);
}

.social-icons.follow-icons {
  color: var(--primary-color);
}
.social-icons.follow-icons > .icon {
  color: var(--primary-color);
  margin-left: 8px;
  margin-right: 8px;
}

.social-icons:not(.follow-icons) {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .social-icons:not(.follow-icons) {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .social-icons:not(.follow-icons) {
    font-size: 20px;
    line-height: 28px;
  }
}
.social-icons:not(.follow-icons) .icon {
  width: 40px;
  margin: 8px;
}
@media (min-width: 1480px) {
  .social-icons:not(.follow-icons) .icon {
    width: 52px;
    margin: 12px;
  }
}
.social-icons:not(.follow-icons) .icon.button {
  color: var(--texts-color);
}
.social-icons:not(.follow-icons) .icon i {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 850px) {
  .social-icons:not(.follow-icons) .icon i {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1480px) {
  .social-icons:not(.follow-icons) .icon i {
    font-size: 48px;
    line-height: 56px;
  }
}

.content-html a:not(.button) {
  text-decoration: underline;
  color: var(--links-color);
}
.content-html a:not(.button):hover {
  text-decoration: underline;
  color: var(--links-hover-color);
}

ul.list-inline,
.list-inline ul {
  display: flex;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 20px;
  gap: 18px;
}
ul.list-inline li,
.list-inline ul li {
  flex-basis: 100%;
  margin-left: 0;
}
@media (min-width: 850px) {
  ul.list-inline li,
  .list-inline ul li {
    flex-basis: calc(50% - 16px);
  }
}
@media (min-width: 1480px) {
  ul.list-inline li,
  .list-inline ul li {
    flex-basis: calc(25% - 16px);
  }
}
ul.list-inline li a,
.list-inline ul li a {
  text-decoration: unset;
}

.banner h1, .banner h2, .banner h3 {
  font-weight: var(--font-weight-heading);
}
.banner h3 {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 850px) {
  .banner h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1480px) {
  .banner h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

table th, table td {
  border: none;
  text-transform: none;
}

.is-uppercase, .uppercase {
  line-height: 1.3;
  letter-spacing: 0;
}

.has-border {
  border-color: var(--divider-color);
}

@media screen and (min-width: 850px) {
  .row-5 .large-2 {
    flex-basis: 20%;
    max-width: 20%;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

@media (min-width: 850px) and (max-width: 992px) {
  .gallery-columns-5 .gallery-item,
  .large-columns-5 .flickity-slider > .col,
  .large-columns-5 > .col,
  .gallery-columns-6 .gallery-item,
  .large-columns-6 .flickity-slider > .col,
  .large-columns-6 > .col,
  .gallery-columns-7 .gallery-item,
  .large-columns-7 .flickity-slider > .col,
  .large-columns-7 > .col,
  .gallery-columns-8 .gallery-item,
  .large-columns-8 .flickity-slider > .col,
  .large-columns-8 > .col {
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .gallery-columns-5 .gallery-item,
  .large-columns-5 .flickity-slider > .col,
  .large-columns-5 > .col,
  .gallery-columns-6 .gallery-item,
  .large-columns-6 .flickity-slider > .col,
  .large-columns-6 > .col {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .gallery-columns-7 .gallery-item,
  .large-columns-7 .flickity-slider > .col,
  .large-columns-7 > .col,
  .gallery-columns-8 .gallery-item,
  .large-columns-8 .flickity-slider > .col,
  .large-columns-8 > .col {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .gallery-columns-5 .gallery-item,
  .large-columns-5 .flickity-slider > .col,
  .large-columns-5 > .col {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
  .gallery-columns-6 .gallery-item,
  .large-columns-6 .flickity-slider > .col,
  .large-columns-6 > .col,
  .gallery-columns-7 .gallery-item,
  .large-columns-7 .flickity-slider > .col,
  .large-columns-7 > .col {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
  .gallery-columns-8 .gallery-item,
  .large-columns-8 .flickity-slider > .col,
  .large-columns-8 > .col {
    flex-basis: 16.6% !important;
    max-width: 16.6% !important;
  }
}
.header-search.header-search-dropdown .nav-dropdown {
  right: -15px;
  left: unset;
  min-width: 360px;
}

@media (min-width: 1480px) {
  .searchform {
    margin-bottom: 70px;
  }
}
.searchform .button.icon {
  padding: 0 15px;
  background: transparent;
}
.searchform > .flex-row {
  padding: 0 8px;
  border: solid var(--border-width, 1px) var(--primary-color-3);
  border-radius: var(--border-radius, 4px);
  background: #fff;
}
.searchform > .flex-row > .flex-col {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}
.searchform input[type=search], .searchform .ux-search-submit {
  border: 0;
  border-radius: var(--border-radius, 4px);
  box-shadow: none;
}
.searchform input[type=search] i,
.searchform input[type=search] .icon-search, .searchform .ux-search-submit i,
.searchform .ux-search-submit .icon-search {
  color: #000;
}
.searchform input[type=search] i:hover,
.searchform input[type=search] .icon-search:hover, .searchform .ux-search-submit i:hover,
.searchform .ux-search-submit .icon-search:hover {
  color: var(--primary-color);
}
.searchform input[type=search] {
  font-size: 16px;
  color: var(--headings-color);
  background-color: transparent;
}
.searchform input[type=search] ::placeholder {
  opacity: 0.9;
  color: var(--headings-color);
}
.searchform .ux-search-submit i {
  font-size: 22px;
  color: #000;
}
.searchform .button.loading:after {
  border-color: #000;
}

.dark .searchform input[type=search] i,
.dark .searchform input[type=search] .icon-search, .dark .searchform .ux-search-submit i,
.dark .searchform .ux-search-submit .icon-search {
  color: #000;
}
.dark .searchform input[type=search] i:hover,
.dark .searchform input[type=search] .icon-search:hover, .dark .searchform .ux-search-submit i:hover,
.dark .searchform .ux-search-submit .icon-search:hover {
  color: var(--primary-color);
}
.dark .searchform input[type=search] {
  font-size: 16px;
  color: #000;
}
.dark .searchform input[type=search] ::placeholder {
  opacity: 0.9;
  color: #000;
}

#search-lightbox {
  padding: 40px 10px 50px 10px;
  background-color: #fff;
}

.dark .autocomplete-suggestion .search-price .price, .dark .autocomplete-suggestion .search-price .price del, .dark .autocomplete-suggestion .search-price span.amount {
  color: #000;
}

.live-search-results .search-name {
  font-size: 16px;
}
.live-search-results .search-price {
  font-size: 16px;
}
.live-search-results .search-price .amount {
  font-size: 16px;
}

#search-lightbox .live-search-results {
  color: var(--texts-color);
}
#search-lightbox .live-search-results .autocomplete-suggestion {
  color: var(--texts-color);
}
#search-lightbox .live-search-results .search-name {
  font-size: 16px;
  line-height: 1.2em;
}
#search-lightbox .live-search-results .search-price {
  color: var(--texts-color);
}
#search-lightbox .live-search-results .search-price .amount {
  font-size: 16px;
  color: var(--texts-color);
}

.img.border-top-left .img-inner, .img.border-top-right .img-inner, .img.border-bottom-right .img-inner, .img.border-bottom-left .img-inner {
  position: relative;
}
.img.border-top-left .img-inner:before, .img.border-top-right .img-inner:before, .img.border-bottom-right .img-inner:before, .img.border-bottom-left .img-inner:before {
  background-color: var(--primary-color);
  content: "";
  height: 90%;
  position: absolute;
  width: 90%;
  z-index: 0;
}
.img.border-top-left .img-inner img, .img.border-top-right .img-inner img, .img.border-bottom-right .img-inner img, .img.border-bottom-left .img-inner img {
  position: relative;
  z-index: 2;
}
.img.border-top-left .img-inner {
  padding-top: 20px;
  padding-left: 20px;
}
.img.border-top-left .img-inner:before {
  top: 0;
  left: 0;
}
.img.border-top-right .img-inner {
  padding-top: 20px;
  padding-right: 20px;
}
.img.border-top-right .img-inner:before {
  top: 0;
  right: 0;
}
.img.border-bottom-left .img-inner {
  padding-bottom: 20px;
  padding-left: 20px;
}
.img.border-bottom-left .img-inner:before {
  bottom: 0;
  left: 0;
}
.img.border-bottom-right .img-inner {
  padding-bottom: 20px;
  padding-right: 20px;
}
.img.border-bottom-right .img-inner:before {
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .tooltipster-base {
    max-width: 450px;
  }
}

.baked-specification .tooltip {
  position: relative;
  cursor: pointer;
}
.baked-specification .tooltip:after {
  font-family: var(--font-body);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: 1.4em;
  left: 50%;
  transform: translateX(-50%) translateY(-2px);
  background: grey;
  color: #000;
  white-space: nowrap;
  z-index: 2;
  border-radius: var(--border-radius-3x, 12px);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.baked-specification .tooltip:after:before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px grey;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateX(-50%) translateY(-2px);
  top: 1.1em;
  left: 50%;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}
.baked-specification .tooltip:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.baked-arrow {
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: 50%;
  overflow: hidden;
  width: 70px;
  height: 16px;
  margin-left: -35px;
}

.baked-arrow.top {
  top: -16px;
  bottom: auto;
}

.baked-arrow.left {
  left: 20%;
}

.baked-arrow:after {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 20px;
  width: 25px;
  height: 25px;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #000;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137) !important;
}

.baked-arrow.top:after {
  top: auto;
  bottom: -20px;
}

.widget .widget-title {
  color: var(--headings-color);
  font-size: 16px;
}
.widget .baked_social_widget .site-logo {
  margin-bottom: 16px;
}
@media (min-width: 850px) {
  .widget .baked_social_widget .site-logo {
    margin-bottom: 30px;
  }
}
@media (min-width: 1480px) {
  .widget .baked_social_widget .site-logo {
    height: auto;
    max-width: 240px;
  }
}
.widget .baked_social_widget ul.list-block {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.widget .baked_social_widget ul.list-block li {
  font-size: 18px;
  line-height: 22px;
  margin-right: 15px;
}
@media (min-width: 850px) {
  .widget .baked_social_widget ul.list-block li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1480px) {
  .widget .baked_social_widget ul.list-block li {
    font-size: 24px;
    line-height: 32px;
  }
}
.widget .baked_social_widget ul.list-block li a {
  color: var(--headings-color);
}

.section-title-container.uppercase .section-title {
  text-transform: uppercase;
}
.section-title-container.uppercase .section-title span {
  border-bottom: 0;
}
.section-title-container.capitalize .section-title {
  text-transform: capitalize;
}
.section-title-container.capitalize .section-title span {
  border-bottom: 0;
  text-transform: capitalize;
}
.section-title-container .section-title {
  margin-bottom: 0;
  color: var(--headings-color);
  border-bottom: 0;
}
.section-title-container .section-title.section-title-center {
  display: flex;
  flex-direction: column;
}
.section-title-container .section-title.section-title-center b {
  visibility: hidden;
  opacity: 0;
}
.section-title-container .section-title.section-title-center a {
  font-family: var(--font-alt);
  margin-left: auto;
  margin-right: auto;
  color: var(--secondary-color);
}
.section-title-container .section-title.section-title-center a:hover {
  text-decoration: underline;
}
.section-title-container .section-title span {
  border-bottom: 0;
}
@media (max-width: 550px) {
  .section-title-container .section-title {
    flex-direction: column;
  }
  .section-title-container .section-title span {
    margin-right: 0;
  }
  .section-title-container .section-title a {
    margin: 0 auto;
  }
}
.section-title-container a {
  color: var(--links-color);
  font-weight: var(--font-weight-body);
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .section-title-container a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .section-title-container a {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-title-container a:hover {
  color: var(--links-hover-color);
}
.section-title-container a i {
  display: none;
}
.section-title-container a i.icon-angle-right {
  font-family: "baked-icons" !important;
  margin-left: 10px;
  color: var(--links-color);
  font-size: 16px;
  opacity: 1;
}
.section-title-container a i.icon-angle-right::before {
  content: "\e923";
}

.post-item.col {
  padding: 0 12px 24px;
}
.post-item .col-inner {
  padding: 16px;
  background-color: #fff;
  border: solid var(--border-width-2x, 2px) var(--divider-color);
  border-radius: var(--border-radius-3x, 12px);
  height: 100%;
}
.post-item .box {
  align-content: flex-start;
}
.post-item .box .box-image {
  border-radius: var(--border-radius-2x, 8px);
}
.post-item .box .box-text .box-text-inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.post-item .box .box-text .post-meta {
  display: none;
  line-height: 20px;
  order: -2;
  color: var(--texts-color);
  font-size: 14px;
}
.post-item .box .box-text .post-title {
  font-weight: var(--font-weight-heading);
  flex-basis: 100%;
  margin-bottom: 16px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 850px) {
  .post-item .box .box-text .post-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1480px) {
  .post-item .box .box-text .post-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.post-item .box .box-text .cat-label {
  line-height: 20px;
  display: inline-block;
  order: -1;
  width: auto;
  margin: 0;
  padding: 2px 8px;
  border: solid var(--border-width, 1px) var(--secondary-color);
  color: var(--texts-color);
  background-color: #000;
  border-radius: var(--border-radius, 4px);
  text-transform: none;
  opacity: 1;
  font-size: 14px;
}
.post-item .box .box-text .from_the_blog_excerpt {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  flex-basis: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--texts-color);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
@media (min-width: 1480px) {
  .post-item .box .box-text .from_the_blog_excerpt {
    font-size: 18px;
  }
}
.post-item .box .box-text .button,
.post-item .box .box-text .button-read-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 160px;
  margin-top: 0;
  text-align: left;
}
.post-item .box .box-text .button.is-link,
.post-item .box .box-text .button-read-more.is-link {
  padding: 0;
}
.post-item .box .box-text .button.is-small,
.post-item .box .box-text .button-read-more.is-small {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .post-item .box .box-text .button.is-small,
  .post-item .box .box-text .button-read-more.is-small {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .post-item .box .box-text .button.is-small,
  .post-item .box .box-text .button-read-more.is-small {
    font-size: 20px;
    line-height: 28px;
  }
}
.post-item .box .box-text .button span,
.post-item .box .box-text .button-read-more span {
  line-height: 1;
}
.post-item .box .box-text .button:after,
.post-item .box .box-text .button-read-more:after {
  font-family: "baked-icons" !important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  height: auto;
  min-height: auto;
  padding-left: 16px;
  content: "\e923";
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-item .box .box-text .button i,
.post-item .box .box-text .button-read-more i {
  margin-left: 12px;
}
.post-item .box .box-text .is-divider {
  display: none;
}
.post-item .box:not(.box-vertical) {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  border: none;
  gap: 12px;
}
@media (min-width: 1480px) {
  .post-item .box:not(.box-vertical) {
    gap: 16px;
  }
}
.post-item .box:not(.box-vertical) .box-image {
  width: 100%;
}
.post-item .box:not(.box-vertical) .box-text {
  flex: 1;
  padding: 0;
  background-color: transparent;
}

@media (min-width: 1480px) {
  .slider.bake-product-carousel .product-small.col {
    opacity: 0.3;
  }
  .slider.bake-product-carousel .product-small.col.is-selected {
    opacity: 1;
  }
}
.slider.slider-nav-circle .flickity-prev-next-button {
  width: 28px !important;
  height: 28px !important;
  min-height: unset !important;
  line-height: unset !important;
  opacity: 0.8 !important;
  color: #000;
  border: solid var(--border-width, 1px) #000 !important;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
@media (min-width: 850px) {
  .slider.slider-nav-circle .flickity-prev-next-button {
    width: 38px !important;
    height: 38px !important;
  }
}
.slider.slider-nav-circle .flickity-prev-next-button:hover {
  opacity: 1 !important;
  background-color: #fff !important;
  border-color: #000;
  color: #000;
  fill: #000;
}
.slider.slider-nav-circle .flickity-prev-next-button:before {
  line-height: 26px;
  font-family: "baked-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
@media (min-width: 850px) {
  .slider.slider-nav-circle .flickity-prev-next-button:before {
    line-height: 36px;
    font-size: 14px;
  }
}
.slider.slider-nav-circle .flickity-prev-next-button .arrow,
.slider.slider-nav-circle .flickity-prev-next-button svg {
  display: none !important;
}
.slider.slider-nav-circle .flickity-prev-next-button.previous {
  left: 0;
}
@media (min-width: 850px) {
  .slider.slider-nav-circle .flickity-prev-next-button.previous {
    left: 0;
  }
}
.slider.slider-nav-circle .flickity-prev-next-button.previous:before {
  content: "\e912";
}
.slider.slider-nav-circle .flickity-prev-next-button.next {
  right: 0;
}
@media (min-width: 850px) {
  .slider.slider-nav-circle .flickity-prev-next-button.next {
    right: 0;
  }
}
.slider.slider-nav-circle .flickity-prev-next-button.next:before {
  content: "\e916";
  margin-left: 4px;
}
.slider.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: unset;
}
@media (min-width: 550px) and (max-width: 768px) {
  .slider.medium-columns-3 .flickity-slider > .col,
  .slider.medium-columns-3 > .col {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.slider .flickity-page-dots .dot {
  border: 3px solid var(--texts-color);
  background-color: var(--texts-color);
  opacity: 0.6;
  height: 8px;
  width: 8px;
}
.slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (min-width: 1480px) {
  .container-width .slider.slider-nav-circle .flickity-prev-next-button.previous, .full-width .ubermenu-nav .slider.slider-nav-circle .flickity-prev-next-button.previous, .container .slider.slider-nav-circle .flickity-prev-next-button.previous, .row .slider.slider-nav-circle .flickity-prev-next-button.previous {
    left: -20px;
  }
}
@media (min-width: 1480px) {
  .container-width .slider.slider-nav-circle .flickity-prev-next-button.next, .full-width .ubermenu-nav .slider.slider-nav-circle .flickity-prev-next-button.next, .container .slider.slider-nav-circle .flickity-prev-next-button.next, .row .slider.slider-nav-circle .flickity-prev-next-button.next {
    right: -20px;
  }
}

.baked-slider.slider-nav-outside .flickity-prev-next-button.previous {
  left: auto;
  right: 100%;
}
.baked-slider.slider-nav-outside .flickity-prev-next-button.next {
  left: 100%;
  right: auto;
}
@media (min-width: 850px) {
  .baked-slider.slider-nav-outside .flickity-prev-next-button.previous {
    left: auto;
    right: 100%;
  }
  .baked-slider.slider-nav-outside .flickity-prev-next-button.next {
    left: 100%;
    right: auto;
  }
}

.slider-nav-light .flickity-page-dots .dot {
  border: 3px solid #000;
  height: 8px;
  width: 8px;
}
.slider-nav-light.is-selected {
  background: #000;
}

.tabbed-content .tab-panels {
  padding-top: 24px;
}
.tabbed-content .tab-panels .entry-content {
  font-family: var(--font-alt);
}
.tabbed-content .tab-panels .entry-content table {
  font-family: inherit;
}
.tabbed-content .nav {
  border-bottom: solid var(--border-width-2x, 2px) var(--primary-color-3);
}
.tabbed-content .nav > li {
  margin: 0 32px;
  padding: 0;
  flex: 1;
}
.tabbed-content .nav > li a {
  color: var(--headings-color);
  font-size: 20px;
  position: relative;
}
.tabbed-content .nav > li a:before {
  content: "";
  height: 1px;
  opacity: 1;
  background-color: transparent;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.tabbed-content .nav > li.active a, .tabbed-content .nav > li:hover a {
  color: var(--secondary-color);
}
.tabbed-content .nav > li.active a:before, .tabbed-content .nav > li:hover a:before {
  height: 3px;
  margin-top: -2px;
  background-color: var(--secondary-color);
}
.tabbed-content .nav li {
  min-width: fit-content;
}
@media (max-width: 550px) {
  .tabbed-content .nav.wc-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    scrollbar-width: none;
  }
}

ul.nav-pagination {
  gap: 6px;
  margin-top: 10px;
}
@media (min-width: 1480px) {
  ul.nav-pagination {
    gap: 32px;
    margin-top: 16px;
  }
}
ul.nav-pagination > li:first-child {
  margin-right: 0;
}
@media (min-width: 1480px) {
  ul.nav-pagination > li:first-child {
    margin-right: 24px;
  }
}
ul.nav-pagination > li:last-child {
  margin-left: 0;
}
@media (min-width: 1480px) {
  ul.nav-pagination > li:last-child {
    margin-left: 24px;
  }
}
ul.nav-pagination > li .page-number {
  min-width: 25px;
  border-radius: 0;
  font-size: 14px;
}
@media (min-width: 1480px) {
  ul.nav-pagination > li .page-number {
    min-width: 30px;
    font-size: 18px;
  }
}
ul.nav-pagination > li .page-number.current {
  border-bottom-color: #fff;
}
ul.nav-pagination > li .icon-angle-left {
  font-family: "baked-icons" !important;
}
ul.nav-pagination > li .icon-angle-left:before {
  content: "\e912";
}
ul.nav-pagination > li .icon-angle-right {
  font-family: "baked-icons" !important;
}
ul.nav-pagination > li .icon-angle-right:before {
  content: "\e916";
}

.woocommerce-pagination ul.nav-pagination {
  justify-content: space-between;
}
.woocommerce-breadcrumb,
.breadcrumbs {
  font-family: var(--font-body);
  font-weight: 400;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 550px) {
  .woocommerce-breadcrumb,
  .breadcrumbs {
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce-breadcrumb a:hover,
.breadcrumbs a:hover {
  text-decoration: underline;
}
.woocommerce-breadcrumb .divider,
.breadcrumbs .divider {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  opacity: 1;
}
.woocommerce-breadcrumb .divider:before,
.breadcrumbs .divider:before {
  line-height: 1;
  display: inline-block;
  content: " > ";
}
.woocommerce-breadcrumb *, .woocommerce-breadcrumb a, .woocommerce-breadcrumb .divider,
.breadcrumbs *,
.breadcrumbs a,
.breadcrumbs .divider {
  color: #fff;
}
.dark .breadcrumbs {
  color: #fff;
}
.dark .breadcrumbs *, .dark .breadcrumbs a, .dark .breadcrumbs .divider {
  color: #fff;
}

.checkout-breadcrumbs {
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}
.checkout-breadcrumbs .breadcrumbs {
  margin-bottom: 0;
}
.checkout-breadcrumbs *, .checkout-breadcrumbs a, .checkout-breadcrumbs .divider {
  color: #fff;
}

.location-breadcrumb .col {
  padding-bottom: 0;
}
.location-breadcrumb .text p {
  margin-bottom: 0;
}

.badge-container {
  top: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}
@media (min-width: 1480px) {
  .badge-container {
    top: 25px;
  }
}
.badge-container .badge {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 38px;
  text-transform: uppercase;
}
@media (min-width: 1480px) {
  .badge-container .badge {
    width: 55px;
    height: 38px;
  }
}
.badge-container .badge:not(:first-child) .badge-inner {
  border-top: none !important;
}
.badge-container .badge:before {
  content: "";
  border: solid var(--border-width, 1px) transparent;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.badge-container .badge .badge-inner {
  color: #fff;
  font-size: 12px;
  font-family: var(--font-body);
  font-weight: var(--font-weight-body);
  line-height: 34px;
  padding: 3px;
  text-align: center;
}
@media (min-width: 1480px) {
  .badge-container .badge .badge-inner {
    font-size: 16px;
    line-height: 28px;
  }
}
.badge-container .badge .new-bubble-auto {
  border-bottom: solid var(--border-width, 1px) #fff;
  border-top: solid var(--border-width, 1px) #fff;
}
.badge-container .badge.badge-on-sale {
  margin: 0;
}
.badge-container .badge.badge-on-sale .badge-inner {
  color: #fff;
  border-bottom: solid var(--border-width, 1px) #fff;
  border-top: solid var(--border-width, 1px) #fff;
}
.badge-container .badge-circle + .badge {
  margin-top: 0;
}

.accordion .accordion-item .accordion-title {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-body);
  margin-bottom: 0;
  padding: 8px 38px 8px 8px;
  color: var(--headings-color);
  border-style: solid;
  border-color: var(--headings-color);
  border-width: 0 0 1px 0;
  font-size: 16px;
  position: relative;
}
@media (min-width: 850px) {
  .accordion .accordion-item .accordion-title {
    font-size: 20px;
    padding: 12px 38px 12px 12px;
  }
}
.accordion .accordion-item .accordion-title .toggle {
  position: absolute;
  top: 50%;
  right: 4px;
  left: initial;
  transform: translateY(-50%);
  line-height: 1;
  width: 25px;
  height: 25px;
  min-height: auto;
  opacity: 1;
  color: var(--headings-color);
}
@media (min-width: 850px) {
  .accordion .accordion-item .accordion-title .toggle {
    width: 36px;
    height: 36px;
  }
}
.accordion .accordion-item .accordion-title.active i.icon-angle-down {
  rotate: 180deg;
}
.accordion .accordion-item .accordion-inner {
  color: var(--headings-color);
  margin-top: 0;
  padding: 8px 8px 8px 8px;
  border: none;
}
@media (min-width: 850px) {
  .accordion .accordion-item .accordion-inner {
    padding: 12px 12px 12px 12px;
  }
}
.accordion .accordion-item .accordion-inner > p:last-child {
  margin-bottom: 0;
}
.accordion.dark {
  border-top: 1px solid #fff;
}
.accordion.dark .accordion-item {
  border-bottom: 1px solid #fff;
}
.accordion.dark .accordion-item .accordion-title {
  border-color: transparent;
}
.accordion.dark .accordion-item .accordion-title .toggle {
  color: #fff;
}
.accordion.dark .accordion-item .accordion-inner {
  color: #fff;
}
.accordion.dark .accordion-item:last-child {
  border: none;
}
.accordion.dark .accordion-item:last-child .accordion-title {
  border: none;
}

.baked-custom-gallery .gallery-col .box-image {
  border-radius: 0px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .baked-custom-gallery.baked-gallery-grid.baked-gallery-default .grid-col-1-2,
  .baked-custom-gallery.baked-gallery-grid.baked-gallery-default .medium-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.baked-gallery-thumbnails {
  margin-left: -10px;
  margin-right: -10px;
}
.baked-gallery-thumbnails .gallery-col {
  padding: 0 10px 0;
}
.baked-gallery-thumbnails.slider.slider-nav-circle .flickity-prev-next-button {
  line-height: 28px !important;
  width: 28px !important;
  height: 28px !important;
}
.baked-gallery-thumbnails.slider.slider-nav-circle .flickity-prev-next-button::before {
  line-height: 28px !important;
}

.purpletree-featured-content > .col {
  flex: 1;
}
.purpletree-featured-content > .col > .col-inner {
  border: 1px solid var(--texts-color);
  border-radius: 30px;
  padding: 10px;
}
.purpletree-featured-content > .col > .col-inner .icon-box {
  background-color: var(--primary-color);
  border-radius: 26px;
  height: 100%;
  padding: 15px;
}
.purpletree-featured-content > .col:last-child {
  padding-bottom: 30px !important;
}

.purpletree-review {
  background-image: url("../images/image-review-bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  border-radius: 30px;
  padding: 32px 15px;
}
@media (min-width: 850px) {
  .purpletree-review {
    padding: 48px 32px;
  }
}
@media (min-width: 1480px) {
  .purpletree-review {
    padding: 64px 32px;
  }
}

.baked-slider-testimonals,
.baked-slider {
  padding-bottom: 30px;
}
.baked-slider-testimonals .testimonial-box,
.baked-slider .testimonial-box {
  flex-basis: 100%;
  max-width: 100%;
  padding: 15px !important;
  width: 100%;
}
.baked-slider-testimonals .testimonial-box a,
.baked-slider .testimonial-box a {
  color: #1471F9 !important;
  font-size: 0.8em;
  text-decoration: underline;
}
.baked-slider-testimonals .testimonial-box a:hover,
.baked-slider .testimonial-box a:hover {
  color: var(--texts-color) !important;
}
@media (min-width: 768px) {
  .baked-slider-testimonals .testimonial-box,
  .baked-slider .testimonial-box {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 850px) {
  .baked-slider-testimonals .testimonial-box,
  .baked-slider .testimonial-box {
    flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}
.testimonial-box {
  padding: 0 9.8px 19.6px;
}
.testimonial-box .testimonial-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
.testimonial-box .testimonial-inner a {
  text-decoration: underline;
}
.testimonial-box .testimonial-header {
  display: flex;
  flex-direction: row;
  position: relative;
}
.testimonial-box .testimonial-header .icon-box-img {
  margin-right: 10px;
}
.testimonial-box .testimonial-header .testimonial-name {
  color: var(--texts-color);
  line-height: 1em;
  margin-bottom: 0;
}
.testimonial-box .testimonial-header .testimonial-company {
  color: var(--texts-color);
  font-size: 16px;
}
.testimonial-box .testimonial-header p {
  margin-bottom: 0;
}
.testimonial-box .testimonial-header:after {
  background-image: url(../images/icon-google.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  width: 24px;
}
.testimonial-box .testimonial-star .star-rating span::before,
.testimonial-box .testimonial-star .star-rating::before,
.testimonial-box .testimonial-star .woocommerce-page .star-rating::before,
.testimonial-box .testimonial-star .stars a:hover::after,
.testimonial-box .testimonial-star .stars a.active::after {
  color: var(--review-color);
}
@media (min-width: 1480px) {
  .testimonial-box .testimonial-header:after {
    height: 36px;
    width: 36px;
  }
}

.driver-left {
  position: relative;
  padding-left: 85px;
}
.driver-left:before {
  content: "";
  background-color: #fff;
  height: 4px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.locations-container .jbd-map {
  background-color: #e5e3df;
  min-height: 500px;
}
.locations-container .marker-wrap h3 {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .locations-container .marker-wrap h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .locations-container .marker-wrap h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.locations-container .marker-wrap .location_description {
  margin-bottom: 15px;
  min-width: 300px;
}
.locations-container .marker-wrap img {
  width: 100%;
  height: auto;
  max-height: 250px;
  text-align: center;
  object-fit: contain;
  margin-bottom: 1rem;
}
@media (min-width: 850px) {
  .locations-container .jbd-map {
    min-height: 560px;
  }
}
@media (min-width: 1480px) {
  .locations-container .jbd-map {
    min-height: 700px;
  }
}

.purpletree-review {
  background-image: url("../images/image-review-bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  border-radius: 30px;
  padding: 32px 15px;
}
@media (min-width: 850px) {
  .purpletree-review {
    padding: 48px 32px;
  }
}
@media (min-width: 1480px) {
  .purpletree-review {
    padding: 64px 32px;
  }
}

.baked-slider-testimonals,
.baked-slider {
  padding-bottom: 30px;
}
.baked-slider-testimonals .testimonial-box,
.baked-slider .testimonial-box {
  flex-basis: 100%;
  max-width: 100%;
  padding: 15px !important;
  width: 100%;
}
.baked-slider-testimonals .testimonial-box a,
.baked-slider .testimonial-box a {
  color: #1471F9 !important;
  font-size: 0.8em;
  text-decoration: underline;
}
.baked-slider-testimonals .testimonial-box a:hover,
.baked-slider .testimonial-box a:hover {
  color: var(--texts-color) !important;
}
@media (min-width: 768px) {
  .baked-slider-testimonals .testimonial-box,
  .baked-slider .testimonial-box {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 850px) {
  .baked-slider-testimonals .testimonial-box,
  .baked-slider .testimonial-box {
    flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
  }
}
.testimonial-box {
  padding: 0 9.8px 19.6px;
}
.testimonial-box .testimonial-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
.testimonial-box .testimonial-inner a {
  text-decoration: underline;
}
.testimonial-box .testimonial-header {
  display: flex;
  flex-direction: row;
  position: relative;
}
.testimonial-box .testimonial-header .icon-box-img {
  margin-right: 10px;
}
.testimonial-box .testimonial-header .testimonial-name {
  color: var(--texts-color);
  line-height: 1em;
  margin-bottom: 0;
}
.testimonial-box .testimonial-header .testimonial-company {
  color: var(--texts-color);
  font-size: 16px;
}
.testimonial-box .testimonial-header p {
  margin-bottom: 0;
}
.testimonial-box .testimonial-header:after {
  background-image: url(../images/icon-google.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  width: 24px;
}
.testimonial-box .testimonial-star .star-rating span::before,
.testimonial-box .testimonial-star .star-rating::before,
.testimonial-box .testimonial-star .woocommerce-page .star-rating::before,
.testimonial-box .testimonial-star .stars a:hover::after,
.testimonial-box .testimonial-star .stars a.active::after {
  color: var(--review-color);
}
@media (min-width: 1480px) {
  .testimonial-box .testimonial-header:after {
    height: 36px;
    width: 36px;
  }
}

.driver-left {
  position: relative;
  padding-left: 85px;
}
.driver-left:before {
  content: "";
  background-color: #fff;
  height: 4px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom,
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value {
  margin: 5px 2px;
  padding: 0;
  border: var(--border-width, 1px) solid var(--primary-color);
  border-radius: var(--border-radius, 4px);
  overflow: hidden;
}
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom > span,
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value > span {
  color: #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom:hover, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom.active,
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value:hover,
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value.active {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom:hover > span, .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom.active > span,
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value:hover > span,
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value.active > span {
  color: #fff;
  background: var(--secondary-color);
}
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom span.amount,
.wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value span.amount {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom span.amount,
  .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value span.amount {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value-custom span.amount,
  .wpcot-tips .wpcot-tip .wpcot-tip-values .wpcot-tip-value span.amount {
    font-size: 20px;
    line-height: 28px;
  }
}
.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form .wpcot-tip-custom-form-inner {
  display: flex;
  align-items: center;
  padding: 0;
  border: var(--border-width, 1px) solid var(--primary-color);
  border-radius: var(--border-radius, 4px);
  overflow: hidden;
}
.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input {
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
}
.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input:focus {
  box-shadow: none;
}
.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input[type=button] {
  margin-left: 0;
}
.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form input[type=button]:hover {
  color: var(--button-primary-text-color);
  background-color: var(--button-primary-bg-color);
}
.wpcot-tips .wpcot-tip .wpcot-tip-custom .wpcot-tip-custom-form.disabled {
  pointer-events: none;
}

#cova-age-gate {
  z-index: 1002;
}
#cova-age-gate.preload-default {
  background-color: #000;
}
#cova-age-gate .cova-age-gate-preload {
  display: none;
}
#cova-age-gate .frm-wrapper,
#cova-age-gate .frm-wrapper .frm-row,
#cova-age-gate .warning-msg,
#cova-age-gate .err-msg-box {
  margin: 0 0 16px;
}
@media screen and (max-width: 550px) {
  #cova-age-gate .frm-wrapper,
  #cova-age-gate .frm-wrapper .frm-row,
  #cova-age-gate .warning-msg,
  #cova-age-gate .err-msg-box {
    margin: 0;
  }
}
#cova-age-gate .frm-wrapper:empty,
#cova-age-gate .frm-wrapper .frm-row:empty,
#cova-age-gate .warning-msg:empty,
#cova-age-gate .err-msg-box:empty {
  display: none;
}
#cova-age-gate .cova-age-gate-style-style1 {
  background-color: rgba(0, 0, 0, 0.8);
}
#cova-age-gate .cova-age-gate-style-style1 .inner {
  display: flex;
  align-items: center;
  color: var(--texts-color);
  border: var(--border-width, 1px) solid var(--primary-color);
  border-radius: var(--border-radius, 4px);
  background-color: var(--content-background-color);
  height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px;
  width: 100%;
}
#cova-age-gate .cova-age-gate-style-style1 .inner label,
#cova-age-gate .cova-age-gate-style-style1 .inner .frm-lbl,
#cova-age-gate .cova-age-gate-style-style1 .inner .warning-msg,
#cova-age-gate .cova-age-gate-style-style1 .inner h3 {
  color: var(--primary-color);
}
#cova-age-gate .cova-age-gate-style-style1 .inner p {
  font-size: 14px;
}
#cova-age-gate .cova-age-gate-style-style1 .inner .frm-lbl {
  display: none;
}
#cova-age-gate .cova-age-gate-style-style1 .inner .frm-row .remember-me {
  display: flex;
  justify-content: center;
  width: 100%;
}
#cova-age-gate .cova-age-gate-style-style1 .age-gate-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#cova-age-gate .cova-age-gate-style-style1 .age-gate-text-content {
  border: var(--border-width-2x, 2px) solid var(--texts-color);
  background-color: var(--content-background-color) !important;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px;
  z-index: 2;
}
#cova-age-gate .cova-age-gate-style-style1 .frm-val ul.dob {
  display: flex;
}
#cova-age-gate .cova-age-gate-style-style1 .select2 {
  z-index: 9;
}
#cova-age-gate .cova-age-gate-style-style1 .frm-row .remember-me {
  display: flex;
  justify-content: center;
  width: 100%;
}
#cova-age-gate .cova-age-gate-style-style2 {
  background-color: #000;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-image: url("../images/IMAGE-AGE-GATE-MOBILE-1.jpg");
  background-size: cover;
  background-position: center;
  z-index: 2;
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style2 {
    background-image: url("../images/image-age-gate-bg-2x.jpg");
  }
}
#cova-age-gate .cova-age-gate-style-style2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#cova-age-gate .cova-age-gate-style-style2 .inner {
  background: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 90%;
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner {
    padding: 20px 40px;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner {
    padding: 32px 64px;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .inner .age-gate-modal-content {
  width: 100%;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg {
  margin: 0;
  padding: 0;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg .main-logo {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg .main-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 550px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg .main-logo img {
    max-width: 298px;
  }
}
@media screen and (max-width: 1200px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg .main-logo img {
    max-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg .main-logo img {
    max-width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg .main-logo img {
    min-width: 356px;
    max-width: 356px;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg h2 {
  color: var(--headings-color);
  margin: 0 0 -1px !important;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .age-gate-content-bottom {
  color: var(--texts-color);
  padding: 10px 30px 30px;
}
@media (max-width: 550px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner .age-gate-content-bottom {
    padding: 10px 15px 24px;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .inner h2,
#cova-age-gate .cova-age-gate-style-style2 .inner h3,
#cova-age-gate .cova-age-gate-style-style2 .inner label,
#cova-age-gate .cova-age-gate-style-style2 .inner .frm-lbl,
#cova-age-gate .cova-age-gate-style-style2 .inner .warning-msg {
  color: var(--texts-color);
}
#cova-age-gate .cova-age-gate-style-style2 .inner .frm-wrapper .frm-row:not(.not-verify-age) p {
  display: none;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .frm-row p {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 550px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner .frm-row p {
    font-size: 14px;
    line-height: 20px;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .inner h2, #cova-age-gate .cova-age-gate-style-style2 .inner h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner h2, #cova-age-gate .cova-age-gate-style-style2 .inner h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner h2, #cova-age-gate .cova-age-gate-style-style2 .inner h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner h2, #cova-age-gate .cova-age-gate-style-style2 .inner h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 850px) and (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner h2, #cova-age-gate .cova-age-gate-style-style2 .inner h3 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (min-width: 850px) and (min-width: 1200px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner h2, #cova-age-gate .cova-age-gate-style-style2 .inner h3 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media screen and (min-width: 850px) and (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner h2, #cova-age-gate .cova-age-gate-style-style2 .inner h3 {
    font-size: 100px;
    line-height: 1.1;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .inner p {
  font-size: 18px;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .frm-lbl {
  display: none;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .inner label {
  color: var(--texts-color);
}
#cova-age-gate .cova-age-gate-style-style2 .inner .frm-row .remember-me {
  display: flex;
  justify-content: center;
  width: 100%;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .nice-checkbox.nice-checkbox2 {
  padding-left: 0;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .nice-checkbox.nice-checkbox2 .checkmark2 {
  background: transparent;
  border: 2px solid #fff;
  margin-top: 5px;
}
#cova-age-gate .cova-age-gate-style-style2 .inner .nice-checkbox.nice-checkbox2 span {
  font-family: var(--font-alt);
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-body);
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner .nice-checkbox.nice-checkbox2 span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner .nice-checkbox.nice-checkbox2 span {
    font-size: 20px;
    line-height: 28px;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .age-gate-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#cova-age-gate .cova-age-gate-style-style2 .warning-msg {
  flex-direction: column;
  padding: 15px 15px 0;
}
#cova-age-gate .cova-age-gate-style-style2 .warning-msg h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: var(--headings-color);
  font-family: var(--font-alt);
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style2 .warning-msg h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style2 .warning-msg h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .warning-msg label {
  color: var(--headings-color);
}
#cova-age-gate .cova-age-gate-style-style2 .btn-group {
  flex-direction: column;
  justify-content: center;
  column-gap: 8px;
}
@media (min-width: 550px) {
  #cova-age-gate .cova-age-gate-style-style2 .btn-group {
    flex-direction: row;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .btn-group button {
  text-transform: uppercase !important;
}
#cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-verify-age,
#cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-no-verify-age {
  border-radius: var(--border-radius, 4px);
  line-height: 1em;
  margin: 5px 0;
}
@media (min-width: 550px) {
  #cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-verify-age,
  #cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-no-verify-age {
    margin: 10px;
  }
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-verify-age,
  #cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-no-verify-age {
    height: 48px;
  }
}
#cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-verify-age {
  color: var(--button-primary-text-color);
  border: var(--border-width, 1px) solid var(--button-primary-bg-color);
  background: var(--button-primary-bg-color);
}
#cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-verify-age:hover {
  box-shadow: none;
  transform: scale(1.01);
}
#cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-no-verify-age {
  color: var(--secondary-color);
  border: var(--border-width, 1px) solid var(--secondary-color);
  background: transparent;
}
#cova-age-gate .cova-age-gate-style-style2 .btn-group .btn-no-verify-age:hover {
  color: #fff;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
@media (min-width: 700px) {
  #cova-age-gate .cova-age-gate-style-style2 .inner {
    padding: 48px 30px 48px 30px;
  }
}
#cova-age-gate .cova-age-gate-style-style4 {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
#cova-age-gate .cova-age-gate-style-style4 .inner {
  overflow: hidden;
  width: calc(100% - 30px);
  max-width: 480px;
  padding: 0 !important;
  border-radius: 0;
  background-color: #fff;
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style4 .inner {
    display: flex;
    flex-direction: row;
    max-width: 90%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #cova-age-gate .cova-age-gate-style-style4 .inner {
    max-width: 992px;
    width: 100%;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style4 .inner {
    max-width: 1240px;
    width: 100%;
  }
}
#cova-age-gate .cova-age-gate-style-style4 .age-gate-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 220px;
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-image {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;
  }
}
#cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content {
  flex-direction: column;
  padding: 15px;
  font-family: var(--font-alt);
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content {
    padding: 50px 40px;
    flex-basis: 55%;
    max-width: 55%;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content {
    padding: 100px 40px;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content {
    padding: 130px 60px;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content .header-logo {
    margin-bottom: 30px;
  }
}
#cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content .frm-row.center {
  font-size: 14px;
}
#cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content .warning-msg {
  color: var(--texts-color);
}
#cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content h2 {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
#cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content h3 {
  font-family: var(--font-alt);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
#cova-age-gate .cova-age-gate-style-style4 .age-gate-text-content label {
  color: var(--texts-color);
}
@media (min-width: 850px) {
  #cova-age-gate .cova-age-gate-style-style4 .btn-group {
    padding: 30px 0 0;
  }
}
@media (min-width: 1480px) {
  #cova-age-gate .cova-age-gate-style-style4 .btn-group {
    padding: 30px 15% 0;
  }
}
#cova-age-gate .cova-age-gate-style-style4 .btn-group.btn-style-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}
#cova-age-gate .cova-age-gate-style-style4 .btn-group.btn-style-4 button {
  flex: 1;
  text-transform: none;
}
@media (min-width: 550px) {
  #cova-age-gate .cova-age-gate-style-style4 .btn-group.btn-style-4 button {
    min-width: 120px;
  }
}
@media (min-width: 1200px) {
  #cova-age-gate .cova-age-gate-style-style4 .btn-group.btn-style-4 button {
    min-width: 190px;
  }
}
#cova-age-gate .cova-age-gate-style-style4 .btn-group.btn-style-4 .btn-no-verify-age {
  border-color: var(--secondary-color-2);
  color: var(--secondary-color-2);
}
#cova-age-gate .cova-age-gate-style-style4 .btn-group.btn-style-4 .btn-no-verify-age:hover {
  background-color: var(--secondary-color-2) !important;
  color: #fff;
}
#cova-age-gate .cova-age-gate-style-style4 .btn-group.btn-style-4 .btn-verify-age {
  margin-right: 0;
  margin-bottom: 0;
}
#cova-age-gate .nice-checkbox input:checked ~ .checkmark2 {
  background-color: var(--primary-color);
}

.bs-connect-product-loop-meta {
  display: flex;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  gap: 4px;
}
.bs-connect-product-loop-meta > a {
  display: inherit;
  margin: 0 !important;
  line-height: unset !important;
}
.bs-connect-product-loop-meta .product-meta-info {
  font-size: 12px;
  line-height: 1;
  overflow: hidden !important;
  max-width: 160px;
  margin: 0;
  padding: 4px 8px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: #fff;
  border-radius: var(--border-radius, 4px);
  background-color: #46474A;
}
@media (min-width: 850px) {
  .bs-connect-product-loop-meta .product-meta-info {
    max-width: 220px;
    font-size: 14px;
  }
}
@media (min-width: 1480px) {
  .bs-connect-product-loop-meta .product-meta-info {
    padding: 5px 12px;
  }
}
.bs-connect-product-loop-meta .product-meta-info.variation-plant_type.variation-plant_type-hybrid {
  background-color: #5EC291;
}
.bs-connect-product-loop-meta .product-meta-info.variation-plant_type.variation-plant_type-indica {
  background-color: #575990;
}
.bs-connect-product-loop-meta .product-meta-info.variation-plant_type.variation-plant_type-sativa {
  background-color: #E25759;
}
.bs-connect-product-loop-meta .product-meta-info.variation-plant_type.variation-plant_type-cbd {
  background-color: #FF00A6;
}
.bs-connect-product-loop-meta .product-meta-info.variation-plant_type.variation-plant_type-indica-dominant {
  background-color: #575990;
}
.bs-connect-product-loop-meta .product-meta-info.variation-brand {
  display: none !important;
}
.bs-connect-product-loop-meta a:has(.variation-brand) {
  display: none !important;
  order: -1;
}

.product-info .bs-connect-product-loop-meta .product-meta-info {
  max-width: unset;
}

#bs_connect_pickup_or_delivery_popup {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#bs_connect_pickup_or_delivery_popup #btn-close-select-location-popup {
  display: block !important;
}
@media (min-width: 850px) {
  #bs_connect_pickup_or_delivery_popup #btn-close-select-location-popup {
    right: 0;
  }
}
@media (max-width: 767px) {
  #bs_connect_pickup_or_delivery_popup #btn-close-select-location-popup {
    top: -5px !important;
  }
}
#bs_connect_pickup_or_delivery_popup .background-layer {
  opacity: 0.5;
  background: #000;
}
#bs_connect_pickup_or_delivery_popup .modal {
  border: var(--border-width-2x, 2px) solid #fff;
  background-color: #000;
  border-radius: var(--border-radius-3x, 12px);
  padding: 3rem 5rem;
  max-height: 450px;
}
@media screen and (max-width: 550px) {
  #bs_connect_pickup_or_delivery_popup .modal {
    padding: 3rem 2rem;
  }
}
@media (min-width: 850px) {
  #bs_connect_pickup_or_delivery_popup .modal {
    border-radius: 20px;
    max-width: 590px;
  }
}
@media (min-width: 1200px) {
  #bs_connect_pickup_or_delivery_popup .modal {
    max-width: 650px;
    max-height: 664px;
  }
}
#bs_connect_pickup_or_delivery_popup .modal .modal-title {
  color: #fff;
}
#bs_connect_pickup_or_delivery_popup .modal .modal-description {
  color: #fff;
}
#bs_connect_pickup_or_delivery_popup .modal-body {
  background-color: transparent;
}
#bs_connect_pickup_or_delivery_popup .cova-stores {
  padding: 0;
  width: 100%;
}
#bs_connect_pickup_or_delivery_popup .cova-stores .main-logo {
  margin-bottom: 30px;
  height: 137px;
}
#bs_connect_pickup_or_delivery_popup .cova-stores .main-logo img {
  height: 100%;
  width: auto;
}
@media (min-width: 1480px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .main-logo {
    height: 180px;
  }
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-store {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em !important;
  padding: 0;
  min-height: 40px;
  height: 40px;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 850px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-store {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-store {
    font-size: 20px;
    line-height: 48px;
  }
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-store span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-store span {
    line-height: 48px;
  }
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-store:hover {
  color: var(--button-secondary-text-color);
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
@media (min-width: 850px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-store {
    height: 52px;
    padding: 0 15px;
  }
}
@media (min-width: 850px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-store {
    font-size: 16px;
  }
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-store .store-check-box-label,
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-store .store-check-box-label label {
    font-size: 20px;
  }
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-store .form-check {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-store .store-check-box-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  opacity: 0;
  margin: 0;
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-store .store-check-box-label,
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-store .store-check-box-label label {
  color: #ffffff;
  text-align: center;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-store label, #bs_connect_pickup_or_delivery_popup .cova-stores .cova-store legend {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-stores-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
  margin-top: 24px;
}
@media (min-width: 550px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-stores-wrap {
    flex-direction: row !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
}
@media (min-width: 850px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-stores-wrap {
    gap: 20px;
  }
}
#bs_connect_pickup_or_delivery_popup .cova-stores .cova-stores-wrap .cova-store {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 550px) {
  #bs_connect_pickup_or_delivery_popup .cova-stores .cova-stores-wrap .cova-store {
    flex-basis: 47%;
    max-width: 47%;
    width: 47%;
  }
}
#bs_connect_pickup_or_delivery_popup .cova-stores #btn-bs-continue-select-location {
  display: none !important;
}
#bs_connect_pickup_or_delivery_popup .modal-footer {
  display: none;
}

/* Location Selector Form */
#bs_connect_popup_remove_product_change_location {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bs_connect_popup_remove_product_change_location .background-layer {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
#bs_connect_popup_remove_product_change_location .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 470px;
  padding: 30px;
  transform: translate(-50%, -50%);
  border-radius: var(--border-radius-2x, 8px);
  background: #000;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1607843137);
}
#bs_connect_popup_remove_product_change_location .modal #popup-remove-product-loading {
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
#bs_connect_popup_remove_product_change_location .modal #popup-remove-product-loading .popup-remove-product-loading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#bs_connect_popup_remove_product_change_location .modal #popup-remove-product-loading img {
  max-width: 80px;
}
#bs_connect_popup_remove_product_change_location .modal .cova-list-products {
  overflow: auto;
  max-height: 320px;
}
#bs_connect_popup_remove_product_change_location .modal .cova-list-products .product-item {
  display: flex;
  margin-bottom: 15px;
}
#bs_connect_popup_remove_product_change_location .modal .cova-list-products .product-item .col-image {
  flex: 0 0 80px;
  max-width: 80px;
}
#bs_connect_popup_remove_product_change_location .modal .cova-list-products .product-item .col-content {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-right: 13px;
  padding-left: 13px;
}
#bs_connect_popup_remove_product_change_location .modal .cova-list-products .product-item .price.is-on-sale {
  color: var(--sale-price-color);
}
#bs_connect_popup_remove_product_change_location .modal .cova-list-products .product-item .price span {
  padding-left: 25px;
  text-decoration: line-through;
  color: gray;
}
#bs_connect_popup_remove_product_change_location .modal .cova-list-products .product-item .product-title {
  font-size: 16px;
  margin-bottom: 14px;
  color: var(--headings-color);
}
#bs_connect_popup_remove_product_change_location .modal .cova-list-products .product-item .product-title a {
  margin: 0;
}
#bs_connect_popup_remove_product_change_location .modal button {
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  height: 44px;
  margin: 0;
  color: var(--button-primary-text-color);
  border-radius: var(--border-radius, 4px);
  background: var(--primary-color);
}
@media (min-width: 1480px) {
  #bs_connect_popup_remove_product_change_location .modal button {
    font-size: 18px;
    line-height: 55px;
    height: 55px;
  }
}
#bs_connect_popup_remove_product_change_location .modal #btn-bs-connect-continue-shopping {
  color: #fff;
  background: var(--primary-color);
  margin-bottom: 16px;
}
#bs_connect_popup_remove_product_change_location .modal #btn-bs-connect-stay-in-store {
  color: var(--primary-color);
  border-color: solid 1px var(--primary-color);
  background: transparent;
}
#bs_connect_popup_remove_product_change_location .modal .modal-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 7px;
  text-align: center;
  color: var(--headings-color);
}
@media (min-width: 850px) {
  #bs_connect_popup_remove_product_change_location .modal .modal-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  #bs_connect_popup_remove_product_change_location .modal .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
}
#bs_connect_popup_remove_product_change_location .modal .modal-description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: var(--texts-color);
}
@media (min-width: 850px) {
  #bs_connect_popup_remove_product_change_location .modal .modal-description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  #bs_connect_popup_remove_product_change_location .modal .modal-description {
    font-size: 20px;
    line-height: 28px;
  }
}
#bs_connect_popup_remove_product_change_location .modal .cova-shipping-method {
  padding: 20px 25px;
  border-radius: var(--border-radius-3x, 12px);
}
#bs_connect_popup_remove_product_change_location .modal .cova-shipping-method:first-child {
  margin-bottom: 10px;
}
#bs_connect_popup_remove_product_change_location .modal .cova-store.active {
  background-color: #F7F7F7;
}
#bs_connect_popup_remove_product_change_location .modal .cova-store {
  padding: 7px 20px;
  border-radius: var(--border-radius-3x, 12px);
}
#bs_connect_popup_remove_product_change_location .modal .form-check {
  display: flex;
  align-items: center;
}
#bs_connect_popup_remove_product_change_location .modal .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
  accent-color: var(--primary-color);
}
#bs_connect_popup_remove_product_change_location .modal .form-check-label {
  font-size: 14px;
  margin-bottom: unset;
  cursor: pointer;
  color: #32312F;
}
#bs_connect_popup_remove_product_change_location .modal .form-check-label img {
  margin-right: 5px;
}
@media (min-width: 700px) {
  #bs_connect_popup_remove_product_change_location .modal {
    width: 470px;
  }
  #bs_connect_popup_remove_product_change_location .modal .modal-description {
    margin-bottom: 30px;
  }
  #bs_connect_popup_remove_product_change_location .modal .cova-store {
    padding: 15px 20px;
  }
}
#bs_connect_popup_remove_product_change_location .modal-body {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 700px) {
  #bs_connect_popup_remove_product_change_location .modal-body {
    align-items: unset;
    flex-direction: row;
  }
}
#bs_connect_popup_remove_product_change_location .cova-stores {
  position: relative;
  width: 310px;
  padding-top: 30px;
}
#bs_connect_popup_remove_product_change_location .cova-stores .cova-stores-wrap {
  overflow-y: scroll;
  height: 100%;
  max-height: 200px;
}
#bs_connect_popup_remove_product_change_location .cova-stores .cova-stores-wrap::-webkit-scrollbar {
  width: 5px;
}
#bs_connect_popup_remove_product_change_location .cova-stores .cova-stores-wrap::-webkit-scrollbar-thumb {
  border-radius: var(--border-radius-3x, 12px);
  background-color: #9c9c9c;
}
#bs_connect_popup_remove_product_change_location .cova-stores .form-check {
  margin-bottom: 22px;
}
#bs_connect_popup_remove_product_change_location .cova-stores .form-check:last-child {
  margin-bottom: unset;
}
@media (min-width: 700px) {
  #bs_connect_popup_remove_product_change_location .cova-stores {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  #bs_connect_popup_remove_product_change_location .cova-stores .cova-stores-wrap {
    max-height: 250px;
  }
}
#bs_connect_popup_remove_product_change_location .popup-alert {
  font-size: 11px;
  font-weight: 300;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 700px) {
  #bs_connect_popup_remove_product_change_location .popup-alert {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#bs_connect_popup_remove_product_change_location .modal-footer {
  padding-top: 35px;
  text-align: center;
}
#bs_connect_popup_remove_product_change_location #btn-pickup-delivery-form {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
  width: 100%;
  max-width: 427px;
  margin-top: 16px;
}
@media (min-width: 850px) {
  #bs_connect_popup_remove_product_change_location #btn-pickup-delivery-form {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  #bs_connect_popup_remove_product_change_location #btn-pickup-delivery-form {
    font-size: 20px;
    line-height: 48px;
  }
}
#bs_connect_popup_remove_product_change_location #btn-pickup-delivery-form span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  #bs_connect_popup_remove_product_change_location #btn-pickup-delivery-form span {
    line-height: 48px;
  }
}
#bs_connect_popup_remove_product_change_location #btn-pickup-delivery-form:disabled {
  opacity: 0.7;
}
@media (min-width: 1480px) {
  #bs_connect_popup_remove_product_change_location #btn-pickup-delivery-form {
    margin-top: 30px;
  }
}

.wp-gr.wp-dark .grw-review {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-radius: 4px !important;
  overflow: hidden;
}
.wp-gr.wp-dark .grw-review-inner.grw-backgnd .wp-google-name {
  color: var(--texts-color) !important;
}
.woocommerce-store-notice {
  position: relative;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
@media (min-width: 850px) {
  .woocommerce-store-notice {
    padding: 10px 15px;
  }
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  transform: translateY(-50%);
  text-decoration: underline;
  color: #000;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
  color: var(--alert-color);
}

@media (max-width: 549px) {
  .woocommerce.columns-1 .products.large-columns-4 > .col, .woocommerce.columns-1 .products.medium-columns-2 > .col, .woocommerce.columns-1 .products.small-columns-2 > .col, .woocommerce.columns-2 .products.large-columns-4 > .col, .woocommerce.columns-2 .products.medium-columns-2 > .col, .woocommerce.columns-2 .products.small-columns-2 > .col, .woocommerce.columns-3 .products.large-columns-4 > .col, .woocommerce.columns-3 .products.medium-columns-2 > .col, .woocommerce.columns-3 .products.small-columns-2 > .col, .woocommerce.columns-4 .products.large-columns-4 > .col, .woocommerce.columns-4 .products.medium-columns-2 > .col, .woocommerce.columns-4 .products.small-columns-2 > .col,
  .woocommerce-page.columns-1 .products.large-columns-4 > .col,
  .woocommerce-page.columns-1 .products.medium-columns-2 > .col,
  .woocommerce-page.columns-1 .products.small-columns-2 > .col,
  .woocommerce-page.columns-2 .products.large-columns-4 > .col,
  .woocommerce-page.columns-2 .products.medium-columns-2 > .col,
  .woocommerce-page.columns-2 .products.small-columns-2 > .col,
  .woocommerce-page.columns-3 .products.large-columns-4 > .col,
  .woocommerce-page.columns-3 .products.medium-columns-2 > .col,
  .woocommerce-page.columns-3 .products.small-columns-2 > .col,
  .woocommerce-page.columns-4 .products.large-columns-4 > .col,
  .woocommerce-page.columns-4 .products.medium-columns-2 > .col,
  .woocommerce-page.columns-4 .products.small-columns-2 > .col {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .woocommerce.columns-3 .products.large-columns-4 > .col, .woocommerce.columns-3 .products.medium-columns-2 > .col, .woocommerce.columns-3 .products.small-columns-2 > .col, .woocommerce.columns-4 .products.large-columns-4 > .col, .woocommerce.columns-4 .products.medium-columns-2 > .col, .woocommerce.columns-4 .products.small-columns-2 > .col,
  .woocommerce-page.columns-3 .products.large-columns-4 > .col,
  .woocommerce-page.columns-3 .products.medium-columns-2 > .col,
  .woocommerce-page.columns-3 .products.small-columns-2 > .col,
  .woocommerce-page.columns-4 .products.large-columns-4 > .col,
  .woocommerce-page.columns-4 .products.medium-columns-2 > .col,
  .woocommerce-page.columns-4 .products.small-columns-2 > .col {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .woocommerce.columns-3 .products.large-columns-4 > .col, .woocommerce.columns-3 .products.medium-columns-2 > .col, .woocommerce.columns-3 .products.small-columns-2 > .col, .woocommerce.columns-4 .products.large-columns-4 > .col, .woocommerce.columns-4 .products.medium-columns-2 > .col, .woocommerce.columns-4 .products.small-columns-2 > .col,
  .woocommerce-page.columns-3 .products.large-columns-4 > .col,
  .woocommerce-page.columns-3 .products.medium-columns-2 > .col,
  .woocommerce-page.columns-3 .products.small-columns-2 > .col,
  .woocommerce-page.columns-4 .products.large-columns-4 > .col,
  .woocommerce-page.columns-4 .products.medium-columns-2 > .col,
  .woocommerce-page.columns-4 .products.small-columns-2 > .col {
    flex-basis: 33.3333333%;
    width: 33.3333333%;
    max-width: 33.3333333%;
  }
}
.woocommerce-order-details .return-to-shop a {
  color: var(--links-color);
}
.woocommerce-order-details .return-to-shop a span {
  color: var(--links-color);
}
.woocommerce-order-details .return-to-shop a:hover {
  color: var(--links-hover-color);
}
.woocommerce-order-details .return-to-shop a:hover span {
  color: var(--links-hover-color);
}

.message-wrapper li:last-child {
  margin-bottom: 0;
}

.dark .message-wrapper {
  color: #000;
}
.dark .message-wrapper.woocommerce-error {
  color: var(--alert-color);
}
.dark .message-wrapper .message-container {
  color: #000;
}
.dark .message-wrapper .message-container.alert-color {
  color: var(--alert-color);
}

.woocommerce-NoticeGroup > .woocommerce-error:not(.message-wrapper) {
  position: relative;
  display: block;
  padding: 10px 35px 10px 15px;
  font-size: 14px;
  color: var(--alert-color);
  background-color: #fff;
}
@media (min-width: 850px) {
  .woocommerce-NoticeGroup > .woocommerce-error:not(.message-wrapper) {
    padding: 10px 15px;
  }
}
.woocommerce-NoticeGroup a {
  text-decoration: none;
}

label span.required {
  color: var(--alert-color);
}

.product-category {
  padding-bottom: 0;
}
.product-category .box-category {
  overflow: hidden;
  border: none;
}
.product-category .box-category .box-image {
  width: 100%;
  border-radius: var(--border-radius-2x, 8px);
}
.product-category .box-category .box-image .overlay {
  background: transparent;
}
.product-category .box-category .box-image img {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}
.product-category .box-category .box-text {
  padding: 12px 0 0;
  border-radius: 0;
}
.product-category .box-category .box-text .header-title {
  font-family: var(--font-alt);
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .product-category .box-category .box-text .header-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .product-category .box-category .box-text .header-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.product-category .box-category .box-text .category-description {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 550px) {
  .product-category .box-category .box-text .category-description {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-category .box-category .box-text .category-description:hover {
  color: #fff;
}
.product-category .box-category.box-overlay {
  display: flex;
  flex-direction: column;
}
.product-category .box-category.box-overlay .box-image {
  box-shadow: none;
}
.product-category .box-category.box-overlay .box-text {
  position: absolute;
  bottom: 0;
  text-shadow: none;
}
.product-category .box-category.box-overlay .box-text .header-title,
.product-category .box-category.box-overlay .box-text .category-description {
  color: var(--texts-color);
}
.product-category .box-category.box-overlay .box-text .header-title {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .product-category .box-category.box-overlay .box-text .header-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .product-category .box-category.box-overlay .box-text .header-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.featured-categories .section-title-container {
  background-color: var(--primary-color) !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.featured-categories .section-title-container .section-title {
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 30s linear infinite;
  -webkit-animation: scroll-left 30s linear infinite;
  animation: scroll-left 30s linear infinite;
}
.featured-categories .section-title-container span {
  white-space: nowrap;
}
.featured-categories .section-title-container.text-right {
  text-align: right;
}
.featured-categories .section-title-container.text-right .section-title {
  justify-content: flex-end;
}
.featured-categories .section-title-container .section-title-main {
  padding-bottom: 0;
  margin: 0;
}

.row .product-category .category-description {
  display: none;
}
.row .product-category .box-text .header-title {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .row .product-category .box-text .header-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .row .product-category .box-text .header-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 850px) {
  .row .product-category .box-text .header-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.widget_shopping_cart .cart-popup-inner {
  background-color: var(--sidebar-background-color);
}
.widget_shopping_cart .woocommerce-mini-cart {
  height: 400px;
  overflow: auto;
  position: relative;
}
.widget_shopping_cart .scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px;
}
.widget_shopping_cart .force-overflow {
  min-height: 450px;
}
.widget_shopping_cart .scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.widget_shopping_cart .scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285F4;
}
.widget_shopping_cart .scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.widget_shopping_cart .scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.widget_shopping_cart .scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547;
}
.widget_shopping_cart .scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.widget_shopping_cart .scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.widget_shopping_cart .scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF8800;
}
.widget_shopping_cart .scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.widget_shopping_cart .scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.widget_shopping_cart .scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851;
}
.widget_shopping_cart .scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.widget_shopping_cart .scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.widget_shopping_cart .scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}
.widget_shopping_cart .scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.widget_shopping_cart .scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.widget_shopping_cart .scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2BBBAD;
}
.widget_shopping_cart .scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.widget_shopping_cart .scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.widget_shopping_cart .scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc;
}
.widget_shopping_cart .mini_cart_item .cart-item__name a {
  font-family: var(--font-alt);
}
.widget_shopping_cart .mini_cart_item .price-wrapper ins span.amount,
.widget_shopping_cart .mini_cart_item .price-wrapper bdi span.amount {
  color: var(--secondary-color);
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column-reverse;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.continue_shopping {
  color: var(--checkout-color);
  border-color: transparent !important;
  background: transparent;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.continue_shopping:before {
  content: "\e912";
  font-family: "baked-icons" !important;
  font-style: normal;
  font-weight: normal;
  margin-right: 15px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  background-color: var(--checkout-color);
  border-color: var(--checkout-color);
}

.dark .price,
.dark span.amount,
span.amount {
  font-weight: var(--font-weight-heading);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 850px) {
  .dark .price,
  .dark span.amount,
  span.amount {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .dark .price,
  .dark span.amount,
  span.amount {
    font-size: 20px;
    line-height: 28px;
  }
}
.dark .price .woocommerce-Price-currencySymbol,
.dark span.amount .woocommerce-Price-currencySymbol,
span.amount .woocommerce-Price-currencySymbol {
  font-size: 16px;
  margin-top: 0;
  vertical-align: unset;
}

.dark .price del,
.price del,
del {
  text-decoration: line-through;
  color: var(--sale-price-color) !important;
}
.dark .price del span.amount,
.price del span.amount,
del span.amount {
  opacity: 1;
  font-weight: var(--font-weight-body);
  color: var(--sale-price-color);
  font-size: 16px;
}

ins .woocommerce-Price-amount,
.price ins .woocommerce-Price-amount {
  color: #fff !important;
  font-weight: var(--font-weight-heading);
}

.box-price .on_sale_price.is_price,
.box-price .regular_price.is_sale {
  display: none;
}
.box-price .box-label {
  display: flex;
  align-items: center;
}
.box-price .box-label > .label, .box-price .box-label > label {
  color: var(--headings-color);
  font-size: 14px;
}
.box-price .box-label p.reg_price {
  margin-bottom: 0;
}
.box-price .on-sale p {
  margin-bottom: 0;
}
.box-price span.amount {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 550px) {
  .box-price span.amount {
    font-size: 16px;
    line-height: 20px;
  }
}
.box-price .dark .price del span.amount,
.box-price .price del span.amount,
.box-price del span.amount {
  font-weight: var(--font-weight-body);
  color: var(--sale-price-color);
}

.product-small.box span.amount {
  color: #fff;
}
.shop_table span.amount {
  color: #fff;
}
.shop_table del span.amount {
  color: #fff;
}

.product.product-small.col {
  padding-bottom: 24px;
}
@media (min-width: 1480px) {
  .product.product-small.col {
    padding-bottom: 32px;
  }
}
.product.product-small.col .col-inner {
  height: 100%;
}
.product.product-small.col .product-small.box {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  gap: 0;
}
@media (min-width: 1480px) {
  .product.product-small.col .product-small.box {
    gap: 0;
  }
}
.product.product-small.col .product-small.box .box-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.product.product-small.col .product-small.box .box-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.product.product-small.col .product-small.box .box-text-products {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  background-color: transparent;
  gap: 10px;
}
.product.product-small.col .product-small.box .box-text-products > * {
  padding: 0 10px;
}
.product.product-small.col .product-small.box .box-text-products .box-text-brand {
  color: #fff;
  font-size: 13px;
}
.product.product-small.col .product-small.box .box-text-products .box-text-brand a {
  color: var(--primary-color-3);
}
.product.product-small.col .product-small.box .box-text-products .box-text-brand a:hover {
  color: var(--links-hover-color);
}
.product.product-small.col .product-small.box .box-text-products .title-wrapper {
  padding: 10px;
}
.product.product-small.col .product-small.box .box-text-products .product-metas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product.product-small.col .product-small.box .box-text-products .variation-name.variation-selected,
.product.product-small.col .product-small.box .box-text-products .product-title {
  text-align: left;
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  color: var(--texts-color);
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .product.product-small.col .product-small.box .box-text-products .variation-name.variation-selected,
  .product.product-small.col .product-small.box .box-text-products .product-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .product.product-small.col .product-small.box .box-text-products .variation-name.variation-selected,
  .product.product-small.col .product-small.box .box-text-products .product-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.product.product-small.col .product-small.box .box-text-products .variation-name.variation-selected a,
.product.product-small.col .product-small.box .box-text-products .product-title a {
  margin: 0;
  color: var(--texts-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product.product-small.col .product-small.box .box-text-products .variation-name.variation-selected a:hover,
.product.product-small.col .product-small.box .box-text-products .product-title a:hover {
  color: var(--links-hover-color);
}
.product.product-small.col .product-small.box .box-text-products .price-wrapper {
  margin: 0;
}
.product.product-small.col .product-small.box .box-text-products .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 12px;
}
.product.product-small.col .product-small.box .loop-item-footer {
  padding: 10px 10px 16px 10px;
}
.product.product-small.col .product-actions-wrapper .add-to-cart-button {
  margin: 0;
}
.product.product-small.col .product-actions-wrapper .add-to-cart-button .button {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
  width: 100%;
  min-width: 45px;
  max-width: 45px;
  background-color: var(--checkout-color);
  border-color: var(--checkout-color);
  background-image: url(../images/icon-cart-light.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  text-indent: -9999px;
  border-radius: var(--border-radius-2x, 8px);
}
@media (min-width: 850px) {
  .product.product-small.col .product-actions-wrapper .add-to-cart-button .button {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  .product.product-small.col .product-actions-wrapper .add-to-cart-button .button {
    font-size: 20px;
    line-height: 48px;
  }
}
.product.product-small.col .product-actions-wrapper .add-to-cart-button .button span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  .product.product-small.col .product-actions-wrapper .add-to-cart-button .button span {
    line-height: 48px;
  }
}
@media (max-width: 550px) {
  .product.product-small.col .product-actions-wrapper .add-to-cart-button .button {
    padding-right: 2rem;
  }
}
@media (max-width: 400px) {
  .product.product-small.col .product-actions-wrapper .add-to-cart-button .button {
    background-position: center;
    text-indent: -9999px !important;
  }
}
@media (min-width: 1200px) {
  .product.product-small.col .product-actions-wrapper .add-to-cart-button .button {
    background-position: left 1.5rem center;
    min-width: 45px;
    max-width: 45px;
    padding-left: 2rem;
  }
}
@media (min-width: 1480px) {
  .product.product-small.col .product-actions-wrapper .add-to-cart-button .button {
    background-position: left 2rem center;
    background-size: 20px;
    padding-right: 33px;
    padding-left: 4rem;
    min-width: 56px;
    max-width: 56px;
  }
}
.product.product-small.col .product-actions-wrapper.product-with-variations {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1480px) {
  .product.product-small.col .product-actions-wrapper.product-with-variations .select-variations {
    background-size: 20px;
  }
}
.product.product-small.col .product-actions-wrapper.product-with-variations .product-select-swatches {
  color: var(--texts-color);
  border-color: var(--divider-color);
  border-radius: 0;
  font-size: 14px;
  padding: 0 24px 0 7px;
}
@media (min-width: 1480px) {
  .product.product-small.col .product-actions-wrapper.product-with-variations .product-select-swatches {
    min-height: 52px;
  }
}
.product.product-small.col .product-actions-wrapper .bs-swatches-loop {
  flex: 1;
  width: auto;
}
.product.product-small.col .product-actions-wrapper .bs-swatches-loop.swatches-variations-only ~ .add-to-cart-button .button {
  border-radius: var(--border-radius, 4px);
  max-width: unset !important;
}

.bs-view-toggle-products.list-view .product.product-small.col {
  margin-bottom: 16px;
  padding: 0;
  border: var(--border-width, 1px) solid transparent;
  box-shadow: none;
  flex-basis: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
@media (min-width: 1480px) {
  .bs-view-toggle-products.list-view .product.product-small.col {
    margin-bottom: 24px;
    padding: 0;
  }
}
.bs-view-toggle-products.list-view .product.product-small.col .product-small.box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr) auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 0;
  padding-bottom: 1rem;
  border-bottom: var(--border-width, 1px) solid var(--divider-color);
}
.bs-view-toggle-products.list-view .product.product-small.col .product-small.box .box-image {
  grid-area: 1/1/3/2;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .box-image {
    grid-area: 1/1/4/2;
    min-height: 180px;
    padding-top: 60%;
    border-bottom: 0;
  }
}
@media (min-width: 1480px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .box-image {
    width: 100%;
    margin-bottom: 0;
    min-height: 240px;
    padding-top: 60%;
  }
}
.bs-view-toggle-products.list-view .product.product-small.col .product-small.box .box-text-products {
  justify-content: flex-start;
  padding: 10px;
  grid-area: 1/2/3/4;
}
@media (min-width: 850px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .box-text-products {
    padding: 16px;
    grid-area: 1/2/3/4;
  }
}
.bs-view-toggle-products.list-view .product.product-small.col .product-small.box .box-text-products > * {
  padding: 0;
}
.bs-view-toggle-products.list-view .product.product-small.col .product-small.box .box-text-products .title-wrapper {
  border-bottom: 0;
  padding: 0;
}
.bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer {
  grid-area: 3/1/4/4;
}
@media (min-width: 850px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer {
    grid-area: 3/2/4/4;
  }
}
.bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer .add-to-cart-button .button {
  background-position: right 7rem center;
  background-size: 20px;
}
@media (max-width: 550px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer .add-to-cart-button .button {
    padding-left: 20px;
  }
}
@media (max-width: 400px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer .add-to-cart-button .button {
    background-position: center;
    text-indent: -9999px !important;
  }
}
@media (min-width: 550px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer .add-to-cart-button .button {
    background-position: right 12rem center;
  }
}
@media (min-width: 850px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer .add-to-cart-button .button {
    background-position: right 7rem center;
  }
}
@media (min-width: 1200px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer .add-to-cart-button .button {
    background-position: right 14rem center;
    min-width: 45px;
    max-width: 45px;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer .add-to-cart-button .button {
    background-position: right 12rem center;
    min-width: 45px;
    max-width: 45px;
    padding-left: 2rem;
  }
}
@media (min-width: 1480px) {
  .bs-view-toggle-products.list-view .product.product-small.col .product-small.box .loop-item-footer .add-to-cart-button .button {
    background-position: right 16rem center;
    background-size: 20px;
    padding-right: 33px;
    padding-left: 4rem;
  }
}

.product-type-variable .bs-swatches-loop .product-circle-swatches .swatches-item {
  background: transparent;
  border: var(--border-width-2x, 2px) solid var(--primary-color-2);
  color: var(--headings-color);
  height: 40px;
  width: 40px;
  line-height: 36px;
  font-size: 14px;
}
@media (min-width: 1480px) {
  .product-type-variable .bs-swatches-loop .product-circle-swatches .swatches-item {
    font-size: 16px;
    height: 48px;
    width: 48px;
    line-height: 44px;
  }
}
.product-type-variable .bs-swatches-loop .product-circle-swatches .swatches-item.active {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.bs-stock-status label {
  color: var(--alert-color);
  font-weight: var(--font-weight-heading);
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 850px) {
  .bs-stock-status label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1480px) {
  .bs-stock-status label {
    font-size: 20px;
    line-height: 28px;
  }
}

.row.large-columns-5 .flickity-slider > .product-small,
.row.large-columns-5 .flickity-slider > .product, .row.large-columns-5 > .col.product-small,
.products.large-columns-5 .flickity-slider > .product-small,
.products.large-columns-5 .flickity-slider > .product,
.products.large-columns-5 > .col.product-small {
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 550px) {
  .row.large-columns-5 .flickity-slider > .product-small,
  .row.large-columns-5 .flickity-slider > .product, .row.large-columns-5 > .col.product-small,
  .products.large-columns-5 .flickity-slider > .product-small,
  .products.large-columns-5 .flickity-slider > .product,
  .products.large-columns-5 > .col.product-small {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 850px) {
  .row.large-columns-5 .flickity-slider > .product-small,
  .row.large-columns-5 .flickity-slider > .product, .row.large-columns-5 > .col.product-small,
  .products.large-columns-5 .flickity-slider > .product-small,
  .products.large-columns-5 .flickity-slider > .product,
  .products.large-columns-5 > .col.product-small {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 1180px) {
  .row.large-columns-5 .flickity-slider > .product-small,
  .row.large-columns-5 .flickity-slider > .product, .row.large-columns-5 > .col.product-small,
  .products.large-columns-5 .flickity-slider > .product-small,
  .products.large-columns-5 .flickity-slider > .product,
  .products.large-columns-5 > .col.product-small {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .row.large-columns-5 .flickity-slider > .product-small,
  .row.large-columns-5 .flickity-slider > .product, .row.large-columns-5 > .col.product-small,
  .products.large-columns-5 .flickity-slider > .product-small,
  .products.large-columns-5 .flickity-slider > .product,
  .products.large-columns-5 > .col.product-small {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.row.large-columns-4 .flickity-slider > .product-small,
.row.large-columns-4 .flickity-slider > .product, .row.large-columns-4 > .col.product-small,
.products.large-columns-4 .flickity-slider > .product-small,
.products.large-columns-4 .flickity-slider > .product,
.products.large-columns-4 > .col.product-small {
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 550px) {
  .row.large-columns-4 .flickity-slider > .product-small,
  .row.large-columns-4 .flickity-slider > .product, .row.large-columns-4 > .col.product-small,
  .products.large-columns-4 .flickity-slider > .product-small,
  .products.large-columns-4 .flickity-slider > .product,
  .products.large-columns-4 > .col.product-small {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 850px) {
  .row.large-columns-4 .flickity-slider > .product-small,
  .row.large-columns-4 .flickity-slider > .product, .row.large-columns-4 > .col.product-small,
  .products.large-columns-4 .flickity-slider > .product-small,
  .products.large-columns-4 .flickity-slider > .product,
  .products.large-columns-4 > .col.product-small {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 1180px) {
  .row.large-columns-4 .flickity-slider > .product-small,
  .row.large-columns-4 .flickity-slider > .product, .row.large-columns-4 > .col.product-small,
  .products.large-columns-4 .flickity-slider > .product-small,
  .products.large-columns-4 .flickity-slider > .product,
  .products.large-columns-4 > .col.product-small {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .row.large-columns-4 .flickity-slider > .product-small,
  .row.large-columns-4 .flickity-slider > .product, .row.large-columns-4 > .col.product-small,
  .products.large-columns-4 .flickity-slider > .product-small,
  .products.large-columns-4 .flickity-slider > .product,
  .products.large-columns-4 > .col.product-small {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.quantity.buttons_added {
  justify-content: center;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  gap: 0;
}
.quantity.buttons_added .is-form {
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
  width: 30px;
  height: 38px;
  padding: 0;
  color: #fff !important;
  border: 0 !important;
  border-radius: var(--border-radius, 4px);
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
}
@media (min-width: 850px) {
  .quantity.buttons_added .is-form {
    width: 38px;
  }
}
@media (min-width: 1480px) {
  .quantity.buttons_added .is-form {
    font-size: 18px;
    line-height: 50px;
    max-width: 40px;
    height: 50px;
  }
}
.quantity.buttons_added .is-form:hover {
  box-shadow: none;
}
.quantity.buttons_added input[type=number] {
  font-weight: var(--font-weight-heading);
  flex: 1;
  height: 38px;
  padding: 0;
  color: #fff;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
}
@media (min-width: 1480px) {
  .quantity.buttons_added input[type=number] {
    height: 50px;
    font-size: 18px;
  }
}
.quantity.buttons_added input[type=number]:focus {
  color: #fff;
}

.widget_shopping_cart .quantity.buttons_added {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
}

.woocommerce-form.woocommerce-form-login .flex {
  flex-direction: column;
}
.woocommerce-form.woocommerce-form-login .woocommerce-LostPassword {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .woocommerce-form.woocommerce-form-login .flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .woocommerce-form .flex.space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.woocommerce-account-form-popup {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.woocommerce-account-form-popup .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-account-form-popup .account-container {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-account-form-popup .lightbox-content {
  border: 0;
  background-color: transparent;
  width: 100%;
}
.woocommerce-account-form-popup .form-popup-container {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  max-height: 600px;
  color: var(--texts-color);
  border-radius: 12px;
  background-color: var(--primary-color);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137);
}
.woocommerce-account-form-popup .form-popup-container .popup-content {
  position: relative !important;
  display: flex !important;
  overflow: hidden;
  width: 100%;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-left {
  position: relative;
  display: none;
  overflow: hidden;
  max-height: 240px;
  object-fit: cover;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-left img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 15px;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right .header_logo {
  display: none;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right .header-logo-dark {
  display: inline-block !important;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right .account-login-inner {
  width: 100%;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right a:not(.button) {
  color: #fff !important;
  text-decoration: underline;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right a:not(.button):hover {
  color: var(--links-hover-color) !important;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right label {
  display: block !important;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .my-account-form-lightbox-wrap {
  display: flex;
  width: 100%;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .my-account-form-lightbox-wrap > .baked-col-register-wrap,
.woocommerce-account-form-popup .form-popup-container .popup-content .my-account-form-lightbox-wrap > .account-container {
  width: 100%;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .website-logo {
  margin-bottom: 15px;
  display: none;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .website-logo img {
  max-width: 120px;
  height: auto;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .website-logo img.header_logo {
  display: none;
}
.woocommerce-account-form-popup .form-popup-container .popup-content .website-logo img.header-logo-dark {
  display: inline-block !important;
}
.woocommerce-account-form-popup .form-popup-container .popup-content h2.popup-title {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  color: var(--headings-color);
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 850px) {
  .woocommerce-account-form-popup .form-popup-container .popup-content h2.popup-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1480px) {
  .woocommerce-account-form-popup .form-popup-container .popup-content h2.popup-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.woocommerce-account-form-popup .form-popup-container .popup-content a:not(.button):hover {
  text-decoration: underline;
}
.woocommerce-account-form-popup .form-popup-container form input[type=text],
.woocommerce-account-form-popup .form-popup-container form input[type=email],
.woocommerce-account-form-popup .form-popup-container form input[type=password],
.woocommerce-account-form-popup .form-popup-container form input[type=number] {
  box-shadow: none;
}
.woocommerce-account-form-popup .form-popup-container form label {
  font-weight: 400;
  color: var(--texts-color);
}
.woocommerce-account-form-popup .form-popup-container .close-account-form-popup {
  position: absolute !important;
  top: 20px;
  right: 20px;
  color: var(--texts-color);
}
.woocommerce-account-form-popup #login-form-popup form .form-submit {
  margin-bottom: 30px;
}
.woocommerce-account-form-popup #login-form-popup form .woocommerce-form-login__submit {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 850px) {
  .woocommerce-account-form-popup #login-form-popup form .woocommerce-form-login__submit {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  .woocommerce-account-form-popup #login-form-popup form .woocommerce-form-login__submit {
    font-size: 20px;
    line-height: 48px;
  }
}
.woocommerce-account-form-popup #login-form-popup form .woocommerce-form-login__submit span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  .woocommerce-account-form-popup #login-form-popup form .woocommerce-form-login__submit span {
    line-height: 48px;
  }
}
.woocommerce-account-form-popup #login-form-popup form a.register-form-modal {
  text-decoration: underline;
}
.woocommerce-account-form-popup #register-form-popup form .woocommerce-form-register__submit {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 850px) {
  .woocommerce-account-form-popup #register-form-popup form .woocommerce-form-register__submit {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  .woocommerce-account-form-popup #register-form-popup form .woocommerce-form-register__submit {
    font-size: 20px;
    line-height: 48px;
  }
}
.woocommerce-account-form-popup #register-form-popup form .woocommerce-form-register__submit span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  .woocommerce-account-form-popup #register-form-popup form .woocommerce-form-register__submit span {
    line-height: 48px;
  }
}
.woocommerce-account-form-popup #lost-password-form-popup form button.woocommerce-Button {
  font-family: var(--font-alt);
  font-weight: var(--font-weight-heading);
  line-height: 36px;
  min-height: unset;
  margin: 0;
  padding: 0 16px;
  color: var(--button-primary-text-color);
  border: var(--border-width-2x, 2px) solid var(--button-primary-bg-color);
  border-radius: var(--border-radius, 4px);
  background: var(--button-primary-bg-color);
  font-size: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 850px) {
  .woocommerce-account-form-popup #lost-password-form-popup form button.woocommerce-Button {
    font-size: 18px;
  }
}
@media (min-width: 1480px) {
  .woocommerce-account-form-popup #lost-password-form-popup form button.woocommerce-Button {
    font-size: 20px;
    line-height: 48px;
  }
}
.woocommerce-account-form-popup #lost-password-form-popup form button.woocommerce-Button span {
  line-height: 36px;
  color: var(--button-primary-text-color);
}
@media (min-width: 1480px) {
  .woocommerce-account-form-popup #lost-password-form-popup form button.woocommerce-Button span {
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .woocommerce-account-form-popup #customer_confirm_logout {
    max-height: 400px;
  }
}
.woocommerce-account-form-popup #customer_confirm_logout .logout-action .button {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 90px;
}
.woocommerce-account-form-popup #customer_confirm_logout .popup-content-right {
  height: 100%;
}
@media (max-width: 768px) {
  .woocommerce-account-form-popup #customer_confirm_logout {
    max-width: 90%;
  }
  .woocommerce-account-form-popup .lightbox-content {
    max-width: 90%;
  }
  .woocommerce-account-form-popup .popup-content-left {
    overflow: hidden;
  }
  .woocommerce-account-form-popup .popup-content-left img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-position: center;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .woocommerce-account-form-popup #login-form-popup:not(:has(.account-register-inner)) {
    max-width: 750px;
    width: 100%;
  }
  .woocommerce-account-form-popup .form-popup-container {
    position: relative;
    width: 100%;
    min-height: 400px;
  }
  .woocommerce-account-form-popup .form-popup-container .popup-content {
    position: relative;
    display: flex;
    flex-direction: row !important;
  }
  .woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-left {
    display: block;
    max-height: initial;
  }
  .woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-left,
  .woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right {
    flex: 1;
    flex-basis: 50%;
    width: 50%;
    min-width: 50%;
  }
  .woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .woocommerce-account-form-popup .my-account-form-lightbox-content {
    width: 100%;
    max-width: 750px;
  }
  .woocommerce-account-form-popup .form-popup-container .popup-content {
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .woocommerce-account-form-popup .form-popup-container .popup-content h2.popup-title {
    width: 100%;
  }
  .woocommerce-account-form-popup .form-popup-container#customer_confirm_logout .website-logo {
    margin-bottom: 50px;
  }
  .woocommerce-account-form-popup .form-popup-container#customer_confirm_logout h2.popup-title {
    margin-bottom: 50px;
  }
  .woocommerce-account-form-popup #login-form-popup form .woocommerce-form-login__submit {
    font-size: 20px;
  }
  .woocommerce-account-form-popup #register-form-popup form .woocommerce-form-register__submit {
    font-size: 20px;
  }
  .woocommerce-account-form-popup #lost-password-form-popup form button.woocommerce-Button {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-account-form-popup #login-form-popup:not(:has(.account-register-inner)),
  .woocommerce-account-form-popup .my-account-form-lightbox-content {
    max-width: 900px;
    min-height: 440px;
  }
  .woocommerce-account-form-popup .form-popup-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    min-height: 600px;
    max-height: 680px;
  }
  .woocommerce-account-form-popup .form-popup-container .popup-content .button {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1480px) {
  .woocommerce-account-form-popup #login-form-popup:not(:has(.account-register-inner)),
  .woocommerce-account-form-popup .my-account-form-lightbox-content {
    max-width: 1120px;
    min-height: 400px;
  }
  .woocommerce-account-form-popup .form-popup-container {
    position: relative;
    width: 100%;
    max-width: 1120px;
    min-height: 600px;
  }
  .woocommerce-account-form-popup .form-popup-container .popup-content .popup-content-right {
    padding: 30px 50px;
  }
}

.baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap {
  background-color: var(--sidebar-background-color);
  border: 1px solid var(--divider-color);
  color: #fff;
}
.baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap .button-close:hover {
  color: var(--secondary-color);
}
.baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap {
  --headings-color: #fff;
  --texts-color: #fff;
}
.baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap .heading-font, .baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap a.lead, .baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap h2, .baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap h3, .baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap h4, .baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap h5, .baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap h6, .baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap label, .baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap p {
  color: #fff !important;
}
.baked-points-rewards.baked-points-rewards--style1 .baked-points-rewards-wrap input[type=submit]:hover {
  background-color: var(--button-primary-bg-color) !important;
  color: var(--button-primary-text-color);
}
/*# sourceMappingURL=main.css.map */
