@import url(variables.css);

html {
  min-height: 100%;
  max-height: 100%;
}


body {
  font-variant-numeric: lining-nums;
}


a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a, a:focus, button:focus, input:focus, textarea:focus, a:active, button:active {
  outline: none;
}


p:last-child,
p:last-of-type {
  margin-bottom: 0;
}


p:last-child + ul,
p:last-of-type + ul {
  margin-top: 1rem;
}


p:last-child + a.button,
p:last-of-type + a.button {
  margin-top: 2rem;
}


input::placeholder,
textarea::placeholder {
  color: var(--color-text);
  opacity: 1;
}


img.img-rounded {
  border-radius: var(--global-radius);
}


.text-nowrap {
  white-space: nowrap;
}


.margin-reset * {
  margin: 0 !important;
}


/* ======================================== */
/* Margin & Padding Utility Classes (20–140)*/
/* ======================================== */

/* -------- Base (no breakpoint) -------- */

/* Margin */
.m-20 { margin: 20px !important; }
.m-40 { margin: 40px !important; }
.m-60 { margin: 60px !important; }
.m-80 { margin: 80px !important; }
.m-100 { margin: 100px !important; }
.m-120 { margin: 120px !important; }
.m-140 { margin: 140px !important; }

.mt-20 { margin-top: 20px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-120 { margin-top: 120px !important; }
.mt-140 { margin-top: 140px !important; }

.mb-20 { margin-bottom: 20px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-140 { margin-bottom: 140px !important; }

.ms-20 { margin-inline-start: 20px !important; }
.ms-40 { margin-inline-start: 40px !important; }
.ms-60 { margin-inline-start: 60px !important; }
.ms-80 { margin-inline-start: 80px !important; }
.ms-100 { margin-inline-start: 100px !important; }
.ms-120 { margin-inline-start: 120px !important; }
.ms-140 { margin-inline-start: 140px !important; }

.me-20 { margin-inline-end: 20px !important; }
.me-40 { margin-inline-end: 40px !important; }
.me-60 { margin-inline-end: 60px !important; }
.me-80 { margin-inline-end: 80px !important; }
.me-100 { margin-inline-end: 100px !important; }
.me-120 { margin-inline-end: 120px !important; }
.me-140 { margin-inline-end: 140px !important; }

.mx-20 { margin-left: 20px !important; margin-right: 20px !important; }
.mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
.mx-60 { margin-left: 60px !important; margin-right: 60px !important; }
.mx-80 { margin-left: 80px !important; margin-right: 80px !important; }
.mx-100 { margin-left: 100px !important; margin-right: 100px !important; }
.mx-120 { margin-left: 120px !important; margin-right: 120px !important; }
.mx-140 { margin-left: 140px !important; margin-right: 140px !important; }

.my-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.my-60 { margin-top: 60px !important; margin-bottom: 60px !important; }
.my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }
.my-100 { margin-top: 100px !important; margin-bottom: 100px !important; }
.my-120 { margin-top: 120px !important; margin-bottom: 120px !important; }
.my-140 { margin-top: 140px !important; margin-bottom: 140px !important; }


/* Padding */
.p-20 { padding: 20px !important; }
.p-40 { padding: 40px !important; }
.p-60 { padding: 60px !important; }
.p-80 { padding: 80px !important; }
.p-100 { padding: 100px !important; }
.p-120 { padding: 120px !important; }
.p-140 { padding: 140px !important; }

.pt-20 { padding-top: 20px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-120 { padding-top: 120px !important; }
.pt-140 { padding-top: 140px !important; }

.pb-20 { padding-bottom: 20px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-120 { padding-bottom: 120px !important; }
.pb-140 { padding-bottom: 140px !important; }

.ps-20 { padding-inline-start: 20px !important; }
.ps-40 { padding-inline-start: 40px !important; }
.ps-60 { padding-inline-start: 60px !important; }
.ps-80 { padding-inline-start: 80px !important; }
.ps-100 { padding-inline-start: 100px !important; }
.ps-120 { padding-inline-start: 120px !important; }
.ps-140 { padding-inline-start: 140px !important; }

.pe-20 { padding-inline-end: 20px !important; }
.pe-40 { padding-inline-end: 40px !important; }
.pe-60 { padding-inline-end: 60px !important; }
.pe-80 { padding-inline-end: 80px !important; }
.pe-100 { padding-inline-end: 100px !important; }
.pe-120 { padding-inline-end: 120px !important; }
.pe-140 { padding-inline-end: 140px !important; }

.px-20 { padding-left: 20px !important; padding-right: 20px !important; }
.px-40 { padding-left: 40px !important; padding-right: 40px !important; }
.px-60 { padding-left: 60px !important; padding-right: 60px !important; }
.px-80 { padding-left: 80px !important; padding-right: 80px !important; }
.px-100 { padding-left: 100px !important; padding-right: 100px !important; }
.px-120 { padding-left: 120px !important; padding-right: 120px !important; }
.px-140 { padding-left: 140px !important; padding-right: 140px !important; }

.py-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.py-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
.py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }
.py-100 { padding-top: 100px !important; padding-bottom: 100px !important; }
.py-120 { padding-top: 120px !important; padding-bottom: 120px !important; }
.py-140 { padding-top: 140px !important; padding-bottom: 140px !important; }


@media print {
  .no-print {
    display: none;
  }
}


#go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-white);
  font-size: 1rem;
  color: var(--color-black);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#go-to-top.visible {
  opacity: 0.3;
  visibility: visible;
}


ul.social-icons {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.social-icons li:not(:last-child) {
  margin-right: 10px;
}
ul.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--color-white);
}
ul.social-icons li a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}


.breadcrumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs li {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-white);
  text-transform: uppercase;
}
.breadcrumbs li a {
  color: var(--color-white);
}
.breadcrumbs li a:hover {
  color: var(--color-white);
}
.breadcrumbs li:not(:last-child)::after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}


/* Carousel Slider */
.carousel-slider {
  display: flex;
}
.carousel-slider.carousel-slider-auto-height {
  display: block;
}
.carousel-slider-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
/* Arrows Navigation */
.carousel-slider-controls {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.carousel-slider-controls span {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 1.125rem;
  color: var(--color-black);
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.carousel-slider-controls span:hover {
  color: var(--color-black);
  background: var(--color-primary-dark);
}
/* Arrows Navigation Inside Carousel Contariner */
.carousel-slider-container.carousel-slider-controls-inside {
  max-width: calc(100% - 200px);
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 200px);
  margin: 0;
  padding: 0;
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 1.5rem;
  color: var(--color-white);
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span:hover {
  background: var(--color-secondary);
}
/* Dots Navigation */
.carousel-slider-container.carousel-slider-nav-spacing {
  margin-bottom: 50px;
}
.carousel-slider-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.carousel-slider-nav li {
  width: 30px;
  height: 3px;
  margin: 0 5px;
  background: var(--color-secondary);
}
.carousel-slider-nav li.tns-nav-active {
  background: var(--color-black);
}


h1 {
  margin-bottom: clamp(1rem, 0.381vw + 0.914rem, 1.25rem);
  font-size: clamp(2rem, 1.923vw + 1.567rem, 3.25rem);
  line-height: clamp(2.3rem, 1.962vw + 1.859rem, 3.575rem);
}
h2 {
  margin-bottom: clamp(1.25rem, 0.571vw + 1.121rem, 1.625rem);
  font-size: clamp(1.563rem, 1.429vw + 1.241rem, 2.5rem);
  line-height: clamp(2.031rem, 1.667vw + 1.656rem, 3.125rem);
}
h3 {
  margin-bottom: clamp(1.25rem, 0.571vw + 1.121rem, 1.625rem);
  font-size: clamp(1.375rem, 1.143vw + 1.118rem, 2.125rem);
  line-height: clamp(1.719rem, 1.267vw + 1.434rem, 2.55rem);
}


h1 span {
  display: block;
  padding-bottom: 6px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-primary);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.topbar {
  padding: 7px 0;
  background: var(--color-black);
}
.topbar ul {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.topbar ul li a {
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-white);
}
.topbar ul li a:hover {
  color: var(--color-primary);
}
.topbar ul li a i {
  color: var(--color-primary);
}
.topbar ul li a i + span {
  margin-left: 10px;
}
.topbar a.button {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
.topbar a.button i {
  margin-right: 10px;
}
.topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}


.header {
  width: 100%;
  padding: 20px 0;
  background: var(--color-secondary);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 99;
}
.header .logo img {
  max-height: 100px;
  max-width: 300px;
  width: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.header .top-bar {
  padding: 0;
}
.header .top-bar,
.header .top-bar ul {
  background: none;
}
.header .top-bar .top-bar-right {
  margin: 0 auto;
}
.header .dropdown.menu > li {
  margin: 0 0 0 1.875rem;
}
.header .dropdown.menu > li > a {
  padding: 0;
  margin: 0;
  font-family: var(--font-header);
  font-size: 1.3125rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header .dropdown.menu > li > a:hover {
  color: var(--color-primary);
}
.header .title-bar a {
  color: var(--color-white);
  cursor: pointer;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
}
.header.sticky .logo img {
  max-height: 50px;
  width: auto;
}


.banner {
  padding: 12vh 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.banner .grid-container,
.banner .grid-x,
.banner-slider-container .grid-container,
.banner-slider-container .grid-x {
  height: 100%;
}
.banner .cell,
.banner-slider-container .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-title {
  font-family: var(--font-header);
  font-size: clamp(3rem, 2.115vw + 2.524rem, 4.375rem);
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
  line-height: clamp(3rem, 2.788vw + 2.373rem, 4.813rem);
}
.banner-text {
  padding-top: 24px;
  font-family: var(--font-body);
  font-size: clamp(1.313rem, 0.096vw + 1.291rem, 1.375rem);
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-white);
  line-height: clamp(1.772rem, 0.13vw + 1.743rem, 1.856rem);
}
.banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 40px;
}
.banner-buttons a.button {
  white-space: nowrap;
}
.banner-slider-slide {
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.banner-slider-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  height: 0;
  pointer-events: none;
  margin: 0 auto;
}
.banner-slider-controls span {
  background: rgba(255, 255, 255, 0.25);
  color: var(--color-white);
  pointer-events: auto;
}
.banner-slider-controls span:hover {
  background: rgba(255, 255, 255, 1);
  color: var(--color-black);
}


.section {
  position: relative;
  padding: 140px 0;
}
.section-small {
  padding: 80px 0;
}
.sections > .section-white + .section-white {
  padding-top: 0;
}
.sections > .section-accent + .section-accent {
  padding-top: 0;
}
.section-center {
  text-align: center;
}
.section-accent {
  background: var(--color-accent);
}
.section-primary {
  background: var(--color-primary);
}
.section-primary h1 {
  color: var(--color-white);
}
.section-secondary {
  background: var(--color-secondary);
}
.section-secondary h1 {
  color: var(--color-white);
}
.section-black {
  background: var(--color-black);
  color: var(--color-text);
}
.section-black h1 {
  color: var(--color-white);
}
.section-title {
  padding-bottom: 60px;
}
.section-title h1 {
  margin: 0;
}
.section-intro {
  padding-top: 30px;
}
.section-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 35px;
}
.section-buttons a.button {
  white-space: nowrap;
}
.section-buttons.section-buttons-center {
  justify-content: center;
  padding-top: 60px;
}
.section-img img {
  width: 100%;
  height: auto;
  border-radius: var(--global-radius);
}
.section ul li::marker {
  color: var(--color-primary);
}
.section-video {
  display: flex;
}
.section-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--global-radius);
}
.section-video-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.section-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--global-radius);
}
.section-bg {
  background-image: url(../img/dark-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.loop-spacing {
  padding-top: 60px;
}
/* Padding from 3rd element */
.loop-1-1-2 .cell:nth-child(n+3),
.loop-1-2-2 .cell:nth-child(n+3),
.loop-2-2-2 .cell:nth-child(n+3) {
  padding-top: 30px;
}
/* Padding from 4th element */
.loop-1-1-3 .cell:nth-child(n+4),
.loop-1-2-3 .cell:nth-child(n+4),
.loop-1-3-3 .cell:nth-child(n+4),
.loop-2-2-3 .cell:nth-child(n+4),
.loop-2-3-3 .cell:nth-child(n+4) {
  padding-top: 30px;
}
/* Padding from 5th element */
.loop-1-1-4 .cell:nth-child(n+5),
.loop-1-2-4 .cell:nth-child(n+5),
.loop-1-3-4 .cell:nth-child(n+5),
.loop-2-2-4 .cell:nth-child(n+5),
.loop-2-3-4 .cell:nth-child(n+5) {
  padding-top: 30px;
}


.catalogues {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
  row-gap: 30px;
}
.cat-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 450px;
  padding: 30px 40px;
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
  overflow: hidden;
}
.cat-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cat-box-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 14px;
  padding: 16px 20px;
  background: var(--color-black);
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 2;
}
.cat-box-title i {
  font-size: 0.875rem;
  color: var(--color-primary);
}
.cat-box:hover img {
  transform: scale(1.2);
}
.cat-box:hover .cat-box-title {
  gap: 8px;
}


.product-box {
  text-align: center;
}
.product-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: var(--color-white);
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
}
.product-box-title {
  padding-top: 20px;
  font-size: 1rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-text);
  line-height: 1.5;
}
.product-box-price {
  padding-top: 15px;
  font-size: 1.5rem;
  font-weight: var(--global-weight-extra-bold);
  color: var(--color-primary);
  line-height: 1;
}


.tiles {
  display: flex;
  flex-wrap: wrap;
}
.tile-group {
  width: 50%;
  display: flex;
}
.tile {
  width: 50%;
  position: relative;
}
.tile::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.tile-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tile-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  text-align: center;
}
.tile-title {
  font-family: var(--font-header);
  font-size: 2rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
  line-height: 1.2;
}
.tile-text {
  padding-top: 10px;
}
.tile-btn {
  padding-top: 20px;
}
.tile-group:nth-child(4n+3),
.tile-group:nth-child(4n+4) {
  flex-direction: row-reverse;
}


.icon-box {
  width: 85%;
  margin: 0 auto;
}
.icon-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: invert(80%) sepia(48%) saturate(515%) hue-rotate(353deg) brightness(87%) contrast(95%);
}
.icon-box-title {
  padding-top: 24px;
  font-family: var(--font-header);
  font-size: 1.875rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
  line-height: 1.2;
}
.icon-box-text {
  padding-top: 15px;
}


.club-box {
  text-align: center;
}
.club-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: var(--color-white);
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
}
.club-box-img img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.club-box-title {
  padding-top: 20px;
  font-family: var(--font-header);
  font-size: 1.625rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-text);
  line-height: 1.1;
}


.testimonials-slider-container {
  padding: 15vh 10vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
}
.testimonials-slider-container .banner-text {
  padding-top: 40px;
}
.testimonials-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
.testimonials-slider-nav li {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  cursor: pointer;
}
.testimonials-slider-nav li.tns-nav-active {
  background: var(--color-white);
}


.quick-contact-box {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 75px;
  background: var(--color-secondary);
  border: 1px solid var(--color-primary);
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
  color: var(--color-white);
  text-align: center;
}
.quick-contact-box-title {
  font-family: var(--font-header);
  font-size: 2.25rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-primary);
  line-height: 1;
}
.quick-contact-box ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.quick-contact-box ul li i {
  margin-right: 16px;
  color: var(--color-primary);
}
.quick-contact-box ul li a {
  color: var(--color-white);
}
.quick-contact-box ul li a:hover {
  color: var(--color-primary);
}
.quick-contact-box-map {
  height: 400px;
  border: 1px solid var(--color-primary);
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
  overflow: hidden;
}
.quick-contact-box-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}


.footer {
  padding: 80px 0 30px 0;
  background: var(--color-black);
  font-size: 1rem;
  color: var(--color-white);
}
.footer a {
  color: var(--color-white);
}
.footer a:hover {
  color: var(--color-primary);
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer ul.footer-social-icons {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.footer ul.footer-social-icons li {
  font-size: 1.375rem;
}
.footer ul.footer-social-icons li:not(:last-child) {
  margin-right: 10px;
}
.footer ul.footer-social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  color: var(--color-white);
}
.footer ul.footer-social-icons li a:hover {
  background: var(--color-white);
  color: var(--color-black);
}
.footer-col-title {
  margin-bottom: 25px;
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-primary);
}
.footer-separator {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.2);
}
.footer-opening-hours {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.copyright {
  padding: 0 0 30px 0;
  background: var(--color-black);
  font-size: 1rem;
  color: var(--color-white);
}
.copyright a {
  color: var(--color-white);
}
.copyright a:hover {
  color: var(--color-primary);
}


.contact-details {
  padding: 50px 30px;
  background: var(--color-black);
  border-radius: var(--global-radius);
}
.contact-details span {
  display: block;
  padding: 20px 0 5px 0;
  font-family: var(--font-header);
  font-size: 1.375rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-primary);
}
.contact-details span:first-child {
  padding: 0 0 5px 0;
}
.contact-details span i {
  font-size: 1rem;
  color: var(--color-primary);
  margin-right: 10px;
}
.contact-details > div {
  padding: 0 0 0 32px;
}
.contact-details a {
  color: var(--color-text);
  word-wrap: break-word;
}
.contact-details a:hover {
  color: var(--color-primary);
}
.contact-details ul.contact-social-icons {
  display: flex;
  align-items: center;
  padding: 10px 0 0 32px;
  margin: 0;
  list-style-type: none;
}
.contact-details ul.contact-social-icons li {
  font-size: 1.25rem;
}
.contact-details ul.contact-social-icons li:not(:last-child) {
  margin-right: 30px;
}
.contact-details ul.contact-social-icons li a {
  color: var(--color-primary);
}
.contact-details ul.contact-social-icons li a:hover {
  color: var(--color-primary-dark);
}
.contact-details-sidebar {
  position: sticky;
  top: 100px;
}


.contact-form {
  /* padding: 40px 30px 30px 30px; */
  background: var(--color-secondary);
  /* border-radius: var(--global-radius); */
}
.contact-form-field {
  position: relative;
  padding-bottom: 10px;
}
.contact-form-field input[disabled],
.contact-form-field input[readonly] {
  background: var(--color-white);
}
.contact-form-field input[disabled]:focus,
.contact-form-field input[readonly]:focus {
  border-color: var(--color-secondary);
}
.contact-form-field input:not([type="submit"]),
.contact-form-field textarea,
.contact-form-field select {
  min-height: 3.5rem;
  padding-left: 2.125rem;
}
.contact-form-field div.label {
  position: absolute;
  top: -14px;
  left: 24px;
  max-width: calc(100% - 48px);
  font-family: var(--font-header);
  font-size: 1.125rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
  line-height: 1.25;
  background-color: var(--color-secondary);
  border-radius: 3px;
  padding: 5px 10px;
  white-space: wrap;
  z-index: 1;
}
.contact-form-field textarea {
  max-width: 100%;
  min-height: 180px;
  max-height: 180px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.contact-form-consent {
  padding: 0 0 15px 0;
  font-size: 0.875rem;
  color: var(--color-medium-gray);
}
.contact-form-consent input {
  margin: 0 5px 0 0;
}
.contact-form-consent label {
  color: var(--color-text);
}
.contact-form-field p {
  line-height: 1;
}
.contact-form-field-radio {
  margin-bottom: 2rem;
}
.contact-form-field-radio label {
  font-size: 1rem;
  color: var(--color-secondary);
}
.contact-form-field-radio-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
  padding: 1.5rem 2rem;
  border: 1px solid var(--color-secondary);
  border-radius: var(--global-input-radius);
}
.contact-form-field-radio-group label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.25;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.contact-form-field-radio-group label:hover {
  color: var(--color-primary);
}
.contact-form-field-radio-group label:not(:last-child) {
  padding-bottom: 8px;
}
.contact-form-field-radio-group label input {
  padding: 0;
  padding-left: 0px;
  margin: 0 10px 0 0;
  min-height: 0px !important;
}
.contact-form-field .wpcf7-not-valid-tip {
  margin: -10px 0 20px 0;
}
.contact-form-field .contact-form-field-radio-group .wpcf7-not-valid-tip {
  margin: 15px 0 0 0;
}
.contact-form-field.upload-files .wpcf7-not-valid-tip {
  margin: 0;
}
.contact-form-consent .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  border-radius: var(--global-radius);
}
.contact-form-field-radio-group span.wpcf7-radio,
.contact-form-field-radio-group span.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.contact-form-field-radio-group .wpcf7-list-item {
  margin: 0;
}
.contact-form-field-radio-group span.wpcf7-radio > span:not(:last-child),
.contact-form-field-radio-group span.wpcf7-checkbox > span:not(:last-child) {
  padding-bottom: 8px;
}
.contact-form-field input.wpcf7-file {
  padding: 1.5rem 0 2rem 2.25rem;
  margin: 0;
  min-height: 0;
}
.contact-form-field-title {
  padding: 15px 0 30px 33px;
  font-size: 1.375rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-tertiary);
}
.contact-form-group {
  display: none;
  transition: all 0.3s ease-in-out;
}
.contact-form-group[style*="display: block"] {
  display: block !important;
}
.contact-form-field-legend {
  padding: 15px 0 0 0;
  font-size: 0.875rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-tertiary);
  line-height: 1.3;
}
.contact-form-field-radio-group div.label {
  position: relative;
  margin: -40px -9px 18px -9px;
  white-space: wrap;
  line-height: 1.5;
  top: 0;
  left: 0;
}
.contact-form-field-radio-group input[type="file"] {
  min-height: auto;
  padding-left: 0;
  padding-top: 10px;
}
.contact-form-heading {
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: var(--font-header);
  font-size: 1.375rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-primary);
  line-height: 1.2;
}


.location {
  padding-top: 60px;
}
.location-map iframe {
  width: 100%;
  height: 500px;
  border-radius: var(--global-radius);
}


.search-popup {
  padding: 40px;
  background: var(--color-secondary);
  border: none;
  border-radius: var(--global-radius);
}
.search-form {
  padding-top: 15px;
}
.search-form form {
  display: flex;
  align-items: center;
}
.search-form form input[type="search"] {
  height: 3.125rem;
  padding: 1.25rem 1rem;
  margin: 0;
  background: var(--color-secondary);
  box-shadow: none;
  border: 1px solid var(--color-white);
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1rem;
  color: var(--color-text);
}
.search-form form input[type="search"]:focus {
  border: 1px solid var(--color-primary);
}
.search-form form input[type="submit"] {
  width: 3.5rem;
  height: 3.125rem;
  background: var(--color-white);
  border: none;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font: var(--fa-font-solid);
  font-size: 1.250rem;
  color: var(--color-black);
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.search-form form:focus-within input[type="submit"] {
  background: var(--color-primary);
  color: var(--color-black);
}


.cta {
  padding: 15vh 10vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.cta .banner-text {
  padding-top: 40px;
}
.cta-btn {
  position: relative;
  padding-top: 35px;
  z-index: 2;
}


.lightbox-gallery span {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--global-radius);
}
.lightbox-gallery span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  pointer-events: none;
}
.lightbox-gallery span::after {
  content: url(../img/icon-magnification-white.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  pointer-events: none;
}
.lightbox-gallery span:hover::before,
.lightbox-gallery span:hover::after {
  opacity: 1;
}


.brochure-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 50px;
  background: var(--color-black);
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
  transition: none;
}
.brochure-box.brochure-box-accent {
  background: var(--color-accent);
}
.brochure-box-img {
  width: auto;
  height: 400px;
}
.brochure-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brochure-box-title {
  font-family: var(--font-header);
  font-size: 1.625rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
  line-height: 1.1;
}
.brochure-box-title::before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 40px auto 13px auto;
  background: var(--color-primary);
}
.brochure-box:hover .brochure-box-title {
  color: var(--color-white);
}
.brochure-box-border::before,
.brochure-box-border::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  border-top-left-radius: var(--global-box-radius);
  border-bottom-right-radius: var(--global-box-radius);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  z-index: 2;
}
.brochure-box-border::before {
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  transform: scale(0,1);
}
.brochure-box-border::after {
  border-left: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  transform: scale(1,0);
}
.brochure-box:hover .brochure-box-border::before,
.brochure-box:hover .brochure-box-border::after {
  opacity: 1;
  transform: scale(1);
}


.brochure-box-img ._df_thumb {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 400px;
  margin: 0 auto !important;
  padding: 0;
  z-index: 3;
}
.brochure-box-img ._df_thumb .df-book-cover img {
  width: 100%;
  height: 400px;
}
.brochure-box-img ._df_thumb span.df-book-title {
  display: none;
}


/* MEGA MENU */
.header .mega-menu > li > a {
  font-family: var(--font-header) !important;
}
.header .mega-menu .widget_nav_menu h4 {
  font-family: var(--font-header) !important;
}
.header .mega-menu .widget_nav_menu ul.menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header .mega-menu .widget_nav_menu ul.menu li a {
  font-size: 0.9375rem;
  color: var(--color-white);
}
.header .mega-menu .widget_nav_menu ul.menu li a:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 63.9375em) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 10px 15px;
  }
}
@media screen and (min-width: 64em) {
  .header .mega-menu > .mega-menu-grid > .mega-sub-menu {
    top: 90px !important;
  }
  .header .mega-menu .mega-menu-grid .mega-sub-menu {
    display: flex !important;
  }
  .header .mega-menu .mega-sub-menu .mega-menu-column {
    border-right: 1px solid var(--color-secondary-light) !important;
    flex: 1;
    align-self: stretch;
  }
}


/************** Woocommerce Start **************/

/* breadcrumbs */
.woocommerce-breadcrumb {
  padding-top: 10px;
  font-size: 0.875rem;
  color: var(--color-white);
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-breadcrumb a {
  color: var(--color-white);
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: var(--color-white);
  text-decoration: underline;
}


/* pagination */
.woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 50px 0 0 0;
  list-style-type: none;
}
.woocommerce-pagination ul.page-numbers li {
  margin: 3px;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--color-accent);
  border-radius: var(--global-radius);
  font-size: 0.875rem;
  font-weight: var(--global-weight-medium);
  line-height: 1;
  color: var(--color-white);
}
.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce-pagination ul.page-numbers li span.current {
  background: var(--color-primary);
  color: var(--color-black);
}


/* Notices */
.woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px 25px;
  margin: 0 0 30px 0;
  background: var(--color-accent);
}
.woocommerce-message a {
  margin: 0 0 0 30px;
  white-space: nowrap;
}
.woocommerce-error {
  padding: 15px 25px;
  margin: 0 0 30px 0;
  background: var(--color-danger);
  border-radius: var(--global-radius);
  list-style-type: none;
}


/* quantity input with plus & minus button */
div.quantity {
  display: flex;
}
div.quantity label {
  display: none;
}
div.quantity input {
  appearance: textfield;
  width: 42px;
  height: 52px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: var(--color-text);
  border-color: var(--color-white);
  text-align: center;
}
div.quantity input::-webkit-outer-spin-button,
div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.quantity button {
  height: 3.25rem;
  padding: 0 16px;
  border: 1px solid var(--color-white);
  border-radius: 0;
  font-size: 0.75rem;
  color: var(--color-text);
  cursor: pointer;
}
div.quantity button.minus {
  border-right: 0;
  border-top-left-radius: var(--global-input-radius);
  border-bottom-left-radius: var(--global-input-radius);
}
div.quantity button.plus {
  border-left: 0;
  border-top-right-radius: var(--global-input-radius);
  border-bottom-right-radius: var(--global-input-radius);
}


/* Single product --> gallery */
.woocommerce-product-gallery {
  position: sticky;
  top: 100px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  display: flex !important;
  float: none;
  justify-content: center;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  width: 100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  width: 100%;
  max-height: 700px;
  object-fit: contain;
  border-radius: var(--global-radius);
}
.woocommerce-product-gallery ol.flex-control-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
}
.woocommerce-product-gallery ol.flex-control-nav li {
  text-align: center;
}
.woocommerce-product-gallery ol.flex-control-nav li img {
  border-radius: var(--global-radius);
}


/* Single product --> summary */
/* div.summary {
  position: sticky;
  top: 100px;
} */


/* Single product --> price */
div.summary p.price {
  padding: 0;
}
div.summary p.price {
  font-size: 1.675rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-white);
}
div.summary p.price bdi,
div.summary p.price ins {
  text-decoration: none;
}
div.summary p.price del {
  font-weight: var(--global-weight-normal);
  color: #848898;
  text-decoration: none;
}
div.summary p.price del bdi {
  text-decoration: line-through;
}

/* Single product --> quantity + add to cart */
div.summary form.cart {
  display: flex;
  padding-top: 40px;
}
div.summary form.cart > button {
  margin-left: 20px;
}


/* Single product --> meta */
.product_meta {
  padding-top: 40px;
}
.product_meta > span {
  display: block;
}
.product_meta a {
  color: var(--color-primary);
}
.product_meta a:hover {
  color: var(--color-black);
}


/* Shop results and order */
.shop-results-and-order {
  margin-bottom: 30px;
}
.shop-results-and-order select {
  margin: 0;
}







/* shop categories left sidebar & my account navigation */
nav.shop-categories, .woocommerce-MyAccount-navigation {
  background: var(--color-black);
  padding: 20px;
  border-radius: var(--global-radius);
}
nav.shop-categories h3 {
  border-bottom: 0px solid var(--color-secondary-light);
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
  position: relative;
}
nav.shop-categories h3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid var(--color-secondary-light);
  border-top: 1px solid var(--color-secondary-light);
  bottom: -3px;
  width: 100%;
  left: 0;
}

nav.shop-categories ul, .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav.shop-categories ul li, .woocommerce-MyAccount-navigation ul li {
  text-transform: none;
  font-weight: var(--global-weight-normal);
  padding: 8px 0 !important;
  margin: 0;
  border-bottom: 1px solid var(--color-accent) !important;
}
nav.shop-categories ul li a, .woocommerce-MyAccount-navigation ul li a {
  color: var(--color-text);
}
nav.shop-categories ul li a:hover, .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-primary);
}
nav.shop-categories ul li a.highlight_cat, .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
}
nav.shop-categories ul li i {
  margin-top: 7px !important;
}
nav.shop-categories ul li ul.children li::before {
  display: none;
}
nav.shop-categories ul li ul.children li {
  padding: 8px 0 8px 16px !important;
}
nav.shop-categories ul li ul.children li:last-child {
  border-bottom: none !important;
}

/* Categories & products listing */
.shop-products-listing .cell:nth-child(n+5) {
  padding-top: 40px;
}
.product-cat-container {
  text-align: center;
}
.product-cat-img a {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.product-cat-img a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-text);
  opacity: 0;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.product-cat-img a:hover::after {
  opacity: 0.5;
}
.product-cat-img img {
  border-radius: var(--global-radius);
}
.product-cat-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.product-cat-icon img {
  width: 48px !important;
  height: auto;
  margin: 0 auto;
}
.product-cat-img:hover .product-cat-icon {
  opacity: 1;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.product-cat-inner-cat-title {
  padding: 0 0 8px;
  font-size: 0.875rem;
  color: var(--color-darkgray);
  line-height: 0.938rem;
  text-transform: uppercase;
  display: none;
}
.product-cat-inner-title h2 {
  padding: 0 0 15px 0;
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-text);
  line-height: 1.5;
}
.product-cat-inner-title mark {
  display: none;
}
.product-cat-inner-title span.price {
  font-size: 1.5rem;
  font-weight: var(--global-weight-extra-bold);
  color: var(--color-primary);
  line-height: 1;
}
.product-cat-inner-title span.price bdi,
.product-cat-inner-title span.price ins {
  text-decoration: none;
}
.product-cat-inner-title span.price del {
  font-weight: var(--global-weight-normal);
  color: var(--color-primary);
  text-decoration: none;
}
.product-cat-inner-title span.price del bdi {
  text-decoration: line-through;
}


/* Checkout --> dropdown field */
.woocommerce .select2-container--default .select2-selection--single {
  height: 3rem;
  padding: 0 1rem;
  margin: 0;
  border-radius: var(--global-input-radius);
  border: 1px solid var(--color-white);
  background-color: var(--color-secondary);
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: var(--global-weight-normal);
  color: var(--color-text);
  line-height: 3rem;
  padding: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem;
  right: 10px;
}
.select2-container .select2-dropdown {
  border-radius: var(--global-input-radius);
  border-color: var(--color-white);
}
.select2-container .select2-results__option {
  padding: 6px 1rem;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-primary);
}
.select2-container.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: var(--color-secondary);
  color: var(--color-text);
}
.select2-container .select2-search--dropdown {
  padding: 4px 1rem;
}
.select2-container .select2-search--dropdown .select2-search__field {
  padding: 1rem 1rem;
  margin: 0;
  border-color: var(--color-white);
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  background: var(--color-secondary);
  color: var(--color-text);
}


/* Cart table */
.cart .shop_table thead {
  background: var(--color-secondary);
  border-width: 0 0 1px 0;
  border-color: var(--color-secondary-light);
  border-style: solid;
}
.cart .shop_table thead tr th {
  font-size: 0.875rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-text);
  text-align: center;
}
.cart .shop_table thead tr th.product-name {
  padding-left: 0;
  text-align: left;
}
.cart .shop_table tbody,
.cart .shop_table tbody tr:nth-child(2n) {
  background: var(--color-secondary);
  border: none;
}
.cart .shop_table tbody tr.cart_item {
  border-bottom: 1px solid var(--color-secondary-light);
}
.cart .shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart .shop_table tbody .product-name {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;
}
.cart .shop_table tbody .product-name .product-thumbnail {
  padding-right: 16px;
}
.cart .shop_table tbody .product-name .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.cart .shop_table tbody .product-name .product-name-info a {
  font-size: 1rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
}
.cart .shop_table tbody .product-name .product-name-info a:hover {
  color: var(--color-primary-dark);
}
.cart .shop_table tbody .product-price {
  text-align: center;
}
.cart .shop_table tbody .product-quantity .quantity {
  justify-content: center;
}
.cart .shop_table tbody .product-quantity .quantity input,
.cart .shop_table tbody .product-quantity .quantity button {
  height: 2.75rem;
}
.cart .shop_table tbody .product-quantity .quantity button.minus {
  padding: 0 0 0 10px;
}
.cart .shop_table tbody .product-quantity .quantity button.plus {
  padding: 0 10px 0 0;
}
.cart .shop_table tbody .product-subtotal {
  text-align: center;
}
.cart .shop_table tbody .product-remove {
  width: 28px;
  padding-right: 0;
}
.cart .shop_table tbody .product-remove a.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--color-primary);
  border-radius: 50%;
}
.cart .shop_table tbody .product-remove a.remove:hover {
  background: var(--color-primary-dark);
}
.cart .shop_table tbody .actions {
  padding-top: 30px;
  padding-left: 0;
}


/* Cart totals */
.cart-collaterals {
  padding: 30px;
  margin: 0 0 0 50px;
  background: var(--color-black);
  border-radius: var(--global-radius);
}
.cart-collaterals .coupon {
  display: flex;
}
.cart-collaterals .coupon input {
  margin: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: var(--color-primary);
}
.cart-collaterals .coupon button {
  margin: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cart-collaterals .coupon button:hover {
  background: var(--color-primary);
  color: var(--color-black);
}
.cart-collaterals .shop_table {
  border: none;
  margin: 30px 0;
}
.cart-collaterals .shop_table tbody,
.cart-collaterals .shop_table tbody tr,
.cart-collaterals .shop_table tbody tr:nth-child(2n) {
  background: transparent;
  border: none;
}
.cart-collaterals .shop_table tbody tr:not(:first-child) {
  border-top: 1px solid var(--color-secondary-light);
}
.cart-collaterals .shop_table tbody tr th {
  padding-left: 0;
  font-weight: var(--global-weight-bold);
  color:  var(--color-text);
  text-align: left;
}
.cart-collaterals .shop_table tbody tr td {
  color:  var(--color-text);
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul li:not(:last-child) {
  padding-bottom: 8px;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul li {
  display: flex;
  align-items: center;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul li input {
  margin: 0;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals ul li label {
  font-size: 1rem;
  line-height: 1.25;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
  margin-top: 10px;
}
.cart-collaterals .shop_table tbody tr.woocommerce-shipping-totals .shipping-calculator-form {
  margin-top: 20px;
}
.cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
}


/* checkout */
.woocommerce-checkout .woocommerce-info {
  margin: 0 0 15px 0
}
.woocommerce-form-coupon {
  padding: 15px 25px 25px 25px;
  margin: 30px 0;
  background: var(--color-black);
  border-radius: var(--global-radius);
  color: var(--color-text);
}
.woocommerce-checkout .woocommerce-form-login {
  padding: 15px 25px 25px 25px;
  margin: 30px 0;
  background: var(--color-accent);
  color: var(--color-black);
}
.checkout-summary {
  position: sticky;
  top: 100px;
  padding: 30px;
  margin: 0 0 0 50px;
  background: var(--color-black);
  border-radius: var(--global-radius);
}
.checkout-summary .shop_table {
  border: none;
  margin: 30px 0;
}
.checkout-summary .shop_table thead,
.checkout-summary .shop_table tbody,
.checkout-summary .shop_table tbody tr,
.checkout-summary .shop_table tbody tr:nth-child(2n),
.checkout-summary .shop_table tfoot {
  background: transparent;
  border: none;
}
.checkout-summary .shop_table tbody tr:first-child {
  border-top: 1px solid var(--color-secondary-light);
}
.checkout-summary .shop_table tfoot tr {
  border-top: 1px solid var(--color-secondary-light);
}
.checkout-summary .shop_table tr th {
  font-weight: var(--global-weight-bold);
  color:  var(--color-text);
  text-align: left;
}
.checkout-summary .shop_table tr th:first-child {
  padding-left: 0;
}
.checkout-summary .shop_table tbody tr td:first-child {
  padding-left: 0;
}
.checkout-summary .shop_table tr td {
  color: var(--color-text);
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul li:not(:last-child) {
  padding-bottom: 8px;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul li {
  display: flex;
  align-items: center;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul li input {
  margin: 0;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals ul li label {
  font-size: 1rem;
  line-height: 1.25;
}
.checkout-summary .shop_table tr.woocommerce-shipping-totals .shipping-calculator-form {
  margin-top: 20px;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods li:not(:last-child) {
  padding-bottom: 8px;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods li input {
  margin: 0;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods li label {
  font-size: 1rem;
  line-height: 1.25;
}
.checkout-summary .woocommerce-checkout-payment ul.wc_payment_methods li div {
  margin-top: 5px;
}
.checkout-summary .place-order {
  margin-top: 30px;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 0.875rem;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  margin-top: 20px;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper p {
  margin: 10px 0 0 0;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper p label {
  font-size: 0.875rem;
}
.checkout-summary .place-order .woocommerce-terms-and-conditions-wrapper p label input {
  margin: 0 5px 0 0;
}
.checkout-summary .place-order  button {
  width: 100%;
  margin-top: 30px;
}
.checkout-inline-error-message {
  color: var(--color-danger);
}






#customer_login button {
  display: block;
  margin-top: 10px;
}


/* Shop categories buttons */
ul.shop-categories-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 50px 0;
  list-style-type: none;
}
ul.shop-categories-buttons li a {
  display: block;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--color-primary);
  border-radius: var(--global-button-radius);
  background: var(--color-secondary);
  font-size: 1rem;
  color: var(--color-white);
  line-height: 1;
}
ul.shop-categories-buttons li.is-active a,
ul.shop-categories-buttons li a:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-black);
}


.cart-checkout-custom-message {
  margin: 10px 0 15px 0;
  font-size: 0.875rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
}


/* out of stock for simple and variation product */
.woocommerce .summary .out-of-stock,
.woocommerce .summary .variations_form .single_variation_wrap .woocommerce-variation-availability p {
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 10px 15px;
  background: var(--color-secondary);
  border-radius: var(--global-radius);
  font-size: 0.875rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-white);
  line-height: 1;
  text-transform: uppercase;
}


/* variations */
.woocommerce .summary .variations_form {
  display: flex;
  flex-direction: column;
}
.woocommerce .summary .variations_form table {
  padding: 0;
  margin: 0 0 20px 0;
}
.woocommerce .summary .variations_form table tbody {
  background: none;
  border: none;
}
.woocommerce .summary .variations_form table tbody tr {
  display: flex;
  flex-direction: column;
}
.woocommerce .summary .variations_form table tbody tr:nth-child(2n) {
  background: transparent;
}
.woocommerce .summary .variations_form table tbody tr td,
.woocommerce .summary .variations_form table tbody tr th {
  padding: 0;
}
.woocommerce .summary .variations_form table tbody tr th.label {
  background: none;
}
.woocommerce .summary .variations_form table tbody tr th.label label {
  margin: 0 0 10px 0;
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  text-align: left;
}
.woocommerce .summary .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  font-size: 1.675rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-white);
  line-height: 1;
}
/*
.woocommerce .summary .variations_form .single_variation_wrap .woocommerce-variation-availability {
  padding: 25px 0;
}
.woocommerce .summary .variations_form .single_variation_wrap .woocommerce-variation-availability p {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  background: var(--color-secondary);
  border-radius: var(--global-radius);
  font-size: 0.875rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-white);
  line-height: 1;
  text-transform: uppercase;
} */
.woocommerce .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  margin: 25px 0 0 0;
}
.woocommerce .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart > button {
  margin-left: 20px;
}
.woocommerce .summary .variations_form .woocommerce-variation-description,
.woocommerce .summary .variations_form .woocommerce-variation-availability {
  display: none;
}
.woocommerce .summary .variations_form .woocommerce-variation-price {
  color: var(--color-white);
}


.custom-variations {
  padding: 30px;
  background: var(--color-black);
  border-radius: var(--global-radius);
}
.custom-variations-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.custom-variations-box {
  padding: 20px;
  border: 1px solid var(--color-secondary-light);
  border-radius: var(--global-radius);
}
.custom-variations-box-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.custom-variations-box-size {
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-primary);
  line-height: 1;
}
.custom-variations-box-size span {
  display: block;
  padding-top: 5px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-white);
  line-height: 1.4;
}
.custom-variations-members {
  padding: 20px;
  margin-top: 30px;
  border: 1px solid var(--color-secondary-light);
  border-radius: var(--global-radius);
}
.custom-variations-members-title {
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-primary);
  line-height: 1;
}
.custom-variations-members-table {
  display: grid;
  grid-template-columns: auto 1fr auto;
  width: 100%;
  row-gap: 15px;
  column-gap: 20px;
  margin-top: 20px;
}
.custom-variations-members-table button.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}
.custom-variations-members-table button.remove:hover {
  background: var(--color-primary-dark);
}
.custom-variations-members-table input {
  margin: 0;
}
.custom-variations-members-table input.number {
  width: 80px;
  text-align: center;
}
.custom-variations-members-table > div {
  display: flex;
  align-items: center;
}
.custom-variations-members-info {
  padding-top: 15px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.4;
}
.custom-variations-additional-info {
  padding-top: 40px;
}
.custom-variations-additional-info-title {
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-primary);
  line-height: 1;
}
.custom-variations-additional-info-row {
  padding-top: 20px;
}
.custom-variations-additional-info-row select {
  height: 3rem;
  padding: 0 1rem;
  line-height: 1;
}
.custom-variations-additional-info-row select,
.custom-variations-additional-info-row select option {
  background: var(--color-black);
}
.custom-variations-additional-info-row label {
  margin-bottom: 5px;
}

/************** Woocommerce End **************/