@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;
}


.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}


@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-black);
  font-size: 1rem;
  color: var(--color-white);
  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: flex-start;
  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: 30px 0 0 0;
  text-align: center;
}
.carousel-slider-controls span {
  margin: 0 15px;
  font-size: 1.5rem;
  color: var(--color-secondary);
  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-primary);
}
/* 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 {
  margin: 0;
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span.carousel-slider-controls-prev {
  left: -100px;
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span.carousel-slider-controls-next {
  right: -100px;
}
/* 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);
}


.carousel-slider-controls.products-slider-controls,
.carousel-slider-controls.rubs-slider-controls {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 56px);
  height: 0px;
  margin: 0;
  padding: 0;
}
.carousel-slider-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  background: var(--color-accent);
  border-radius: 50%;
  font-size: 1.5rem;
  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-primary);
}


h1 {
  margin-bottom: clamp(1rem, 0.381vw + 0.914rem, 1.25rem);
  font-size: clamp(1.625rem, 0.962vw + 1.409rem, 2.25rem);
  line-height: clamp(1.95rem, 1.154vw + 1.69rem, 2.7rem);
}
h2 {
  margin-bottom: clamp(1rem, 0.381vw + 0.914rem, 1.25rem);
  font-size: clamp(1.688rem, 0.865vw + 1.493rem, 2.25rem);
  line-height: clamp(1.688rem, 1.212vw + 1.415rem, 2.475rem);
}
h3 {
  margin-bottom: clamp(1rem, 0.381vw + 0.914rem, 1.25rem);
  font-size: clamp(1.5rem, 0.769vw + 1.327rem, 2rem);
  line-height: clamp(1.5rem, 1.077vw + 1.258rem, 2.2rem);
}


h1 span {
  display: block;
  padding-bottom: 6px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--global-weight-semi-bold);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1 span.primary {
  color: var(--color-primary);
}
h1 span.secondary {
  color: var(--color-secondary);
}


.banner {
  position: relative;
  overflow: hidden;
  padding: 15vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.25);
}
.banner-title {
  font-family: var(--font-header);
  font-size: clamp(2rem, 1.923vw + 1.567rem, 3.25rem);
  font-weight: var(--global-weight-extra-bold);
  color: var(--color-white);
  line-height: clamp(2.4rem, 2.308vw + 1.881rem, 3.9rem);
}
.banner-text {
  padding-top: 24px;
  font-family: var(--font-body);
  font-size: clamp(1.125rem, 0.192vw + 1.082rem, 1.25rem);
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: clamp(1.625rem, -0.096vw + 1.709rem, 1.688rem);
}
.banner-buttons {
  padding-top: 40px;
}
.banner-buttons a {
  margin-right: 20px;
}
.banner #videoBG {
  z-index: -1;
  min-height: 100%;
  min-width: calc(100% + 2px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -2px;
}
.banner.banner-hp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}


.header {
  padding: 15px 0;
  background: var(--color-white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 3;
}
.header .logo img {
  max-height: 120px;
  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 2.5rem;
}
.header .dropdown.menu > li > a {
  padding: 0;
  margin: 0;
  font-family: var(--font-header);
  font-size: 1.125rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
}
.header .dropdown.menu > li > a:hover {
  color: var(--color-primary);
}
/* .header .dropdown.menu > li > a::after {
  content: '';
  display: block;
  margin: 4px 0 0 0;
  border-bottom: 1px solid var(--color-white);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}
.header .dropdown.menu > li > a:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
} */
.header .title-bar a {
  color: var(--color-white);
  cursor: pointer;
}


/* classic dropdown */
.header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 0rem;
}
.header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  right: 0;
  border-color: var(--color-accent) transparent transparent;
  display: none;
}
.header .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu,
.header .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
  left: -30px;
  right: auto;
  padding: 20px 0 0 0;
  background: transparent;
  border: none;
  min-width: 100%;
  margin: 0;
  list-style-type: none;
}
.header .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu::before,
.header .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 32px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--color-accent) transparent;
}
.header .is-dropdown-submenu a {
  padding: 0.875rem 2rem;
  background: var(--color-accent);
  font-family: var(--font-header);
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
  white-space: nowrap;
  width: 100%;
}
.header .is-dropdown-submenu a:hover {
  color: var(--color-primary);
}
.header .is-dropdown-submenu li:not(:last-child) a {
  border-bottom: 1px solid rgba(229, 227, 218, 1);
}
/* 2nd & 3rd level */
.header .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  /* display: none; */
  border-color: transparent var(--color-primary) transparent transparent;
}
.header .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  /* display: none; */
  border-color: transparent transparent transparent var(--color-primary);
}
.header .dropdown.menu > .is-dropdown-submenu-parent > .is-dropdown-submenu > .is-dropdown-submenu-parent > .is-dropdown-submenu,
.header .dropdown.menu > .is-dropdown-submenu-parent > .is-dropdown-submenu > .is-dropdown-submenu-parent > .is-dropdown-submenu  > .is-dropdown-submenu-parent > .is-dropdown-submenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: none;
  border-left: 1px solid rgba(229, 227, 218, 1);
  border-right: 1px solid rgba(229, 227, 218, 1);
}


.header.sticky .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
  padding: 25px 0 0 0;
}
.header.sticky .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu::before {
  top: 15px;
}


.header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: var(--color-white);
  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);
  z-index: 999;
}









.header ul.header-icons {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 0 30px;
  list-style-type: none;
}
.header ul.header-icons li:not(:last-child) {
  margin-right: 10px;
}
.header ul.header-icons li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--color-secondary);
  border-radius: 50%;
  font-size: 1.125rem;
  color: var(--color-primary);
}
.header ul.header-icons li a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.header ul.header-icons li.header-icons-cart a span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-primary);
  font-size: 0.75rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-white);
  line-height: 1;
  white-space: nowrap;
}


.section {
  padding: 120px 0;
}
.section-small {
  padding: 60px 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);
  color: var(--color-white);
}
.section-primary h1 {
  color: var(--color-white);
}
.section-primary h1 span {
  color: var(--color-secondary);
}
.section-secondary {
  background: var(--color-secondary);
  color: var(--color-white);
}
.section-secondary h1 {
  color: var(--color-white);
}
.section-title {
  padding-bottom: 60px;
}
.section-title h1 {
  margin: 0;
}
.section-buttons {
  padding-top: 35px;
}
.section-buttons a.button:not(:first-child) {
  margin-left: 20px;
}
.section-buttons.section-buttons-center {
  padding-top: 60px;
  text-align: center;
}
.section-img img {
  width: 100%;
  height: auto;
  border-radius: var(--global-radius);
}
.section ul li::marker {
  color: var(--color-primary);
}
.section-gradient {
  background: linear-gradient(to bottom right, var(--color-primary), var(--color-secondary));
  color: var(--color-white);
}
.section-gradient h1 {
  color: var(--color-white);
}
.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-separator {
  border-bottom: 1px solid var(--color-accent);
}


.section-title-slider-controls {
  display: flex;
  margin: 0;
}
.section-title-slider-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  background: var(--color-accent);
  color: var(--color-black);
  border-radius: var(--global-button-radius);
}
.section-title-slider-controls span:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.section-title-slider-controls span:first-child {
  margin-right: 10px;
}
.section-title-slider-controls.white span {
  background: var(--color-white);
}
.section-title-slider-controls.white span:hover {
  background: var(--color-secondary);
}


.loop-spacing {
  padding-top: 65px;
}
.loop-1-2-4 .cell:nth-child(n+5) {
  padding-top: 30px;
}
.loop-1-2-3 .cell:nth-child(n+4) {
  padding-top: 30px;
}
.loop-1-2-2 .cell:nth-child(n+3) {
  padding-top: 30px;
}
.loop-1-3-3 .cell:nth-child(n+4) {
  padding-top: 30px;
}
.loop-2-2-4 .cell:nth-child(n+5) {
  padding-top: 30px;
}
.loop-2-3-3 .cell:nth-child(n+4) {
  padding-top: 30px;
}
.loop-2-3-4 .cell:nth-child(n+5) {
  padding-top: 30px;
}
.loop-1-1-3 .cell:nth-child(n+4) {
  padding-top: 30px;
}
.loop-1-1-2 .cell:nth-child(n+3) {
  padding-top: 30px;
}


a.button-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-primary);
  line-height: 1;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
a.button-text::after {
  content: '\f105';
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
a.button-text:hover {
  color: var(--color-secondary);
}
a.button-text:hover::after {
  margin-left: 4px;
}


.top {
  padding: 8px 0;
  background: var(--color-black);
}
.top-left ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.top-left ul li:not(:first-child) {
  margin-left: 30px;
}
.top-left ul li a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-white);
}
.top-left ul li a i {
  font-size: 1.25rem;
  color: var(--color-secondary);
}
.top-left ul li a span {
  margin-left: 10px;
}
.top-left ul li a:hover {
  color: var(--color-secondary);
}
.top-right ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.top-right ul li:not(:first-child) {
  margin-left: 10px;
}
.top-right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--color-secondary);
  border-radius: 50%;
  font-size: 1rem;
  color: var(--color-black);
}
.top-right ul li a:hover {
  background: var(--color-secondary);
  color: var(--color-black);
}


.header-search {
  position: relative;
  max-width: 300px;
}
.header-search::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-search.svg);
  background-repeat: no-repeat; 
  filter: invert(42%) sepia(83%) saturate(417%) hue-rotate(79deg) brightness(97%) contrast(88%);
}
.header-search input {
  width: 100%;
  padding: 14px 25px 14px calc(25px + 24px + 10px);
  margin: 0;
  border: 2px solid var(--color-accent);
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
  line-height: 1;
}
.header-search input:focus {
  border: 2px solid var(--color-accent-darken);
}


.header.nav {
  padding: 20px 0;
  border-top: 1px solid var(--color-accent);
}



.header-buttons ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-buttons ul li:not(:last-child) {
  margin-right: 30px;
}
.header-buttons ul li a {
  display: flex;
  align-items: center;
  padding: 14px 25px;
  border-radius: var(--global-button-radius);
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  line-height: 1;
}
.header-buttons ul li a span {
  margin-left: 10px;
}
.header-buttons ul li a.primary {
  background: var(--color-primary);
  color: var(--color-white);
}
.header-buttons ul li a.primary img {
  filter: invert(100%);
}
.header-buttons ul li a.primary:hover {
  background: var(--color-primary-darken);
  color: var(--color-white);
}
.header-buttons ul li a.accent {
  background: var(--color-accent);
  color: var(--color-black);
}
.header-buttons ul li a.accent img {
  filter: invert(42%) sepia(83%) saturate(417%) hue-rotate(79deg) brightness(97%) contrast(88%);
}
.header-buttons ul li a.accent:hover {
  background: var(--color-accent-darken);
  color: var(--color-black);
}


.promo-code {
  padding: 9px 0;
  background: var(--color-primary);
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  text-align: center;
  line-height: 1.35;
}
.promo-code strong {
  font-weight: var(--global-weight-bold);
}
.promo-code span {
  display: inline-block;
  width: 30px;
  padding: 0;
  margin: 2px 3px;
  background: var(--color-secondary);
  text-align: center;
}
.promo-code span.promo-code-text {
  width: auto;
  padding: 0 7px;
  font-weight: var(--global-weight-bold);
}


.welcome-img {
  position: relative;
  display: flex;
  flex-direction: column;
}
.welcome-img img {
  width: 330px;
  height: 400px;
  object-fit: cover;
  border-radius: var(--global-radius);
}
.welcome-img span {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  border-radius: var(--global-radius);
}
.welcome-img span::before,
.welcome-img span::after {
  position: absolute;
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background: var(--color-secondary);
  border-radius: var(--global-radius);
}
.welcome-img-1 {
  align-items: flex-end;
}
.welcome-img-1 span {
  margin-top: 30px;
}
.welcome-img-1 span::before {
  top: 0;
  left: -45px;
}
.welcome-img-1 span::after {
  bottom: -45px;
  right: 0;
}
.welcome-img-2 span {
  margin-top: 45px;
  margin-bottom: 30px;
}
.welcome-img-2 span::before {
  top: -45px;
}
.welcome-img-2 span::after {
  bottom: 0;
  right: -45px;
}


.icon-box {
  width: 75%;
  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(42%) sepia(83%) saturate(417%) hue-rotate(79deg) brightness(97%) contrast(88%);
}
.icon-box-title {
  padding-top: 20px;
  font-size: 1.25rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-black);
  line-height: 1.3;
}
.icon-box-text {
  padding-top: 15px;
}


ul.icon-points {
  padding: 20px 0 0 0;
  margin: 0;
  list-style-type: none;
}
ul.icon-points li {
  display: flex;
  align-items: flex-start;
}
ul.icon-points li:not(:last-child) {
  margin-bottom: 20px;
}
ul.icon-points li img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  object-fit: contain;
  filter: invert(56%) sepia(87%) saturate(1553%) hue-rotate(1deg) brightness(103%) contrast(104%);
}
ul.icon-points li div span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-black);
  line-height: 1.4;
}


.service-box {
  border-radius: var(--global-radius);
  overflow: hidden;
}
.service-box-img {
  overflow: hidden;
}
.service-box-img img {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.service-box-img img:hover {
  transform: scale(1.2);
}
.service-box-content {
  padding: 30px;
  background: var(--color-white);
  text-align: left;
}
.service-box-title {
  font-size: 1.25rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-primary);
  line-height: 1.5;
}
.service-box-text {
  padding-top: 15px;
}
.service-box-button {
  padding-top: 25px;
}
.service-box-content.primary {
  background: var(--color-primary);
  color: var(--color-white);
}
.service-box-content.primary .service-box-title {
  color: var(--color-white);
}
.service-box-content.primary .service-box-text ul li::marker {
  color: var(--color-secondary);
}
.service-box-content.accent {
  background: var(--color-accent);
}
.service-box.accent .service-box-content {
  background: var(--color-accent);
}


.cta {
  position: relative;
  padding: 15vh 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  z-index: 2;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cta-title {
  position: relative;
  font-family: var(--font-header);
  font-size: clamp(2rem, 1.923vw + 1.567rem, 3.25rem);
  font-weight: var(--global-weight-extra-bold);
  color: var(--color-white);
  line-height: clamp(2.4rem, 2.308vw + 1.881rem, 3.9rem);
  z-index: 2;
}
.cta-text {
  position: relative;
  padding-top: 20px;
  font-family: var(--font-body);
  font-size: clamp(1.125rem, 0.192vw + 1.082rem, 1.25rem);
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: clamp(1.625rem, -0.096vw + 1.709rem, 1.688rem);
  z-index: 2;
}
.cta-btn {
  position: relative;
  padding-top: 35px;
  z-index: 2;
}

.blog-box-img {
  border-top-left-radius: var(--global-radius);
  border-top-right-radius: var(--global-radius);
  overflow: hidden;
}
.blog-box-img img {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.blog-box-img img:hover {
  transform: scale(1.2);
}
.blog-box-content {
  position: relative;
  padding: 40px 20px 30px 20px;
  background: var(--color-accent);
  border-bottom-left-radius: var(--global-radius);
  border-bottom-right-radius: var(--global-radius);
  text-align: left;
}
.blog-box-content-date {
  position: absolute;
  top: -18px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: var(--color-secondary);
  border-radius: var(--global-radius);
  font-size: 1rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: 1;
}
.blog-box-content-date i {
  margin-right: 10px;
}
.blog-box-content-title {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-primary);
  line-height: 1.4;
}
.blog-box-content-text {
  padding-top: 15px;
}
.blog-box-content-btn {
  padding-top: 25px;
}


.footer {
  position: relative;
  padding: 100px 0 30px 0;
  background: var(--color-black);
  font-size: 1rem;
  color: var(--color-white);
  z-index: 2;
}
.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 li:not(:last-child) {
  padding-bottom: 3px;
}
.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: var(--color-black);
  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-body);
  font-size: 1.125rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-white);
}
.footer-separator {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.2);
}
.footer ul.fa-ul {
  margin: 0 0 0 22px;
}
.footer ul.fa-ul li i {
  color: var(--color-primary);
}


.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-accent);
  border-radius: var(--global-radius);
}
.contact-details span {
  display: block;
  padding: 20px 0 5px 0;
  font-family: var(--font-header);
  font-size: 1.125rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-black);
}
.contact-details span:first-child {
  padding: 0 0 5px 0;
}
.contact-details span i {
  color: var(--color-primary);
  margin-right: 10px;
}
.contact-details > div {
  padding: 0 0 0 36px;
}
.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-secondary);
}


.contact-form {
  /* padding: 40px 30px 30px 30px; */
  background: var(--color-white);
  /* 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: -13px;
  left: 24px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-primary);
  line-height: 1.25;
  background-color: var(--color-white);
  border-radius: 3px;
  padding: 5px 10px;
  z-index: 1;
}
.contact-form-field div.label span {
  margin-left: 5px;
  color: var(--color-tertiary);
}
.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-black);
}
.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-primary);
  border-radius: var(--global-button-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.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 {
  display: flex;
  flex-direction: column;
}
.contact-form-field-radio-group span.wpcf7-radio > 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;
}


.location {
  padding-top: 60px;
}
.location-map iframe {
  width: 100%;
  height: 500px;
  border-radius: var(--global-radius);
}
.location-map-title {
  padding-bottom: 15px;
  font-size: 1.375rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
}
.location-map-title::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  margin: 7px 0;
  background: var(--color-primary);
}


.news-loop .cell:nth-child(n+3) {
  padding: 30px 0 0 0;
}
.news-container {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.news-container .news-img {
  overflow: hidden;
  border-top-left-radius: var(--global-radius);
  border-top-right-radius: var(--global-radius);
}
.news-container .news-img img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.news-container:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
}
.news-container:hover .news-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-container-inner {
  background: var(--color-accent);
  padding: 0 20px 30px 20px;
  border-bottom-left-radius: var(--global-radius);
  border-bottom-right-radius: var(--global-radius);
}
.news-date {
  padding: 15px 0 0 0;
}
.news-date ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.news-date ul li {
  display: inline-block;
  padding-right: 20px;
  font-size: 0.875rem;
}
.news-date ul li i {
  color: var(--color-secondary);
  padding-right: 5px;
}
.news-date ul li a {
  color: var(--color-text);
}
.news-date ul li a:hover {
  color: var(--color-primary);
}
.news-title {
  padding: 15px 0 0 0;
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-black);
  line-height: 1.4;
}
.news-desc {
  padding: 15px 0 0 0;
}
.news-btn {
  padding: 25px 0 0 0;
}
.news-container.single-news:hover {
  box-shadow: none;
}
.news-container.single-news .news-img img {
  width: 100%;
  height: auto;
}
.news-container.single-news:hover .news-img img {
  -webkit-transform: none;
  transform: none;
}
/* .news-container.single-news .news-date {
  margin-bottom: 0;
}
.news-container.single-news .news-title {
  margin-bottom: 25px;
  margin-top: 20px;
}
.news-container.single-news .news-desc {
  margin-bottom: 35px;
} */
.news-container.single-news .news-tags {
  padding: 15px 0 0 0;
}
.news-container.single-news .news-tags a {
  display: inline-block;
  background: none;
  color: var(--color-text);
  padding: 0;
  margin: 0;
  border-radius: var(--global-radius);
}
.news-container.single-news .news-tags a:hover {
  color: var(--color-primary);
}
.news-container.single-news .news-tags ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.news-container.single-news .news-tags ul li {
  display: inline-block;
  padding: 0 5px 0 0;
}
.news-container.single-news .news-tags ul li:after {
  content: ",";
}
.news-container.single-news .news-tags ul li:first-child:after, .news-container.single-news .news-tags ul li:last-child:after {
  content: "";
}
.news-container.single-news .news-tags strong {
  color: var(--color-text);
}
.news-container.single-news .news-container-inner {
  border-radius: var(--global-radius);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.news-container.single-news .social-icons {
  padding: 30px 0 0 0;
}
ul.news-categories {
  padding: 0;
  margin: 0 0 40px 24px;
}
ul.news-categories li {
  padding-bottom: 10px;
}
ul.news-categories li a {
  color: var(--color-text);
}
ul.news-categories li a:hover {
  color: var(--color-primary);
}
ul.news-categories li i {
  color: var(--color-secondary);
}
ul.latest-news-list {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
ul.latest-news-list li {
  padding-bottom: 20px;
}
ul.latest-news-list div.news-date {
  padding: 0;
}
ul.latest-news-list div.news-date ul li {
  padding: 0 0 3px 0;
}
ul.latest-news-list div.news-title {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: var(--global-weight-medium);
}
ul.latest-news-list div.news-title a {
  color: var(--color-black);
}
ul.latest-news-list div.news-title a:hover {
  color: var(--color-primary);
}
.news-tags a {
  display: inline-block;
  background: var(--color-accent);
  color: var(--color-text);
  font-size: 0.875rem;
  font-weight: var(--global-weight-normal);
  padding: 7px 9px;
  margin: 0 3px 5px 0;
  border-radius: var(--global-radius);
}
.news-tags a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.news-search {
  padding-bottom: 25px;
  position: relative;
}
.news-search input[type="search"] {
  position: relative;
  height: 3.125rem;
  padding: 1.25rem 5rem 1.25rem 1rem;
  margin: 0;
  background: var(--color-white);
  box-shadow: none;
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  font-size: 1rem;
  color: var(--color-text);
}
.news-search input[type="search"]:focus {
  border: 1px solid var(--color-secondary);
}
.news-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3.5rem;
  height: 3.125rem;
  background: var(--color-primary);
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font: var(--fa-font-solid);
  font-size: 1.250rem;
  color: var(--color-white);
  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;
}
.news-search input[type="search"]:focus + input[type="submit"] {
  background: var(--color-secondary);
  color: var(--color-white);
}


.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-white);
  box-shadow: none;
  border: 1px solid var(--color-primary);
  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-secondary);
}
.search-form form input[type="submit"] {
  width: 3.5rem;
  height: 3.125rem;
  background: var(--color-primary);
  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-white);
  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 input[type="search"]:focus + input[type="submit"] {
  background: var(--color-secondary);
  color: var(--color-white);
}


ul.search-results {
  padding: 0;
  margin: 0;
  list-style-type: none;
  columns: 2;
}
ul.search-results li {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  background: var(--color-accent);
  border-radius: var(--global-radius);
}
ul.search-results li:not(:last-child) {
  margin-bottom: 20px;
}
ul.search-results li img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: var(--global-radius);
}
ul.search-results li a {
  font-size: 1.125rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
}


.share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
}
.share span {
  display: block;
  margin-right: 20px;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-black);
}


.product-category {
  position: relative;
  display: block;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.product-category::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;
  z-index: 1;
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.product-category::after {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-black);
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.product-category:hover::after {
  opacity: 0.3;
}
.product-category-title {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 28px;
  font-family: var(--font-header);
  font-size: clamp(1.125rem, 1.554vw + 0.13rem, 1.5rem);
	font-weight: var(--global-weight-bold);
  color: var(--color-white);
  text-align: center;
  line-height: clamp(1.35rem, 1.554vw + 0.355rem, 1.725rem);
  z-index: 2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.product-category:hover .product-category-title {
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.product-category-title span {
  display: none;
  padding-top: 5px;
  font-size: 1rem;
  font-weight: var(--global-weight-normal);
  line-height: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.product-category:hover .product-category-title span {
  display: block;
  opacity: 1;
}


.product-box a {
  display: block;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.product-box a img {
  border-radius: var(--global-radius);
  transition: all 0.3s ease-in-out;
}
.product-box a:hover img {
  transform: scale(1.2);
}
.product-box-title {
  padding-top: 20px;
  font-size: 1.125rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-black);
  line-height: 1.35;
}
.product-box-price {
  padding-top: 10px;
  font-size: 1.375rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-primary);
  line-height: 1;
}
.product-box-price {
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
  line-height: 1;
}
.product-box-price bdi,
.product-box-price ins {
  text-decoration: none;
}
.product-box-price del {
  font-weight: var(--global-weight-normal);
  color: var(--color-darkgray);
  text-decoration: none;
}
.product-box-price del bdi {
  text-decoration: line-through;
}
.product-box-price ins span.woocommerce-Price-amount.amount bdi {
	color: var(--color-primary);
}



/************** Woocommerce Start **************/

/* breadcrumbs */
.woocommerce-breadcrumb {
  padding-top: 10px;
  font-size: 0.875rem;
  color: var(--color-white);
  text-align: left;
  text-transform: uppercase;
}
.woocommerce-breadcrumb a {
  color: var(--color-white);
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: var(--color-white);
  text-decoration: underline;
}


/* 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);
  border-radius: var(--global-radius);
}
.woocommerce-message a {
  margin: 0 0 0 30px;
  white-space: nowrap;
}
.woocommerce-error {
  padding: 15px 25px;
  margin: 0 0 30px 0;
  background: var(--color-accent);
  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-black);
  border-color: var(--color-accent-darken);
  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-accent-darken);
  border-radius: 0;
  font-size: 0.75rem;
  color: var(--color-black);
  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 .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: 70px;
}


/* 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-black);
}
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: var(--color-dark-gray);
  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-accent);
  padding: 20px;
  border-radius: var(--global-radius);
}
nav.shop-categories h3 {
  border-bottom: 0px solid var(--color-green);
  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-green);
  border-top: 1px solid var(--color-green);
  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-text);
}
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-black);
}
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 a span.onsale {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	margin: 0;
	padding: 6px 13px;
	background: var(--color-primary);
	border: 2px solid var(--color-white);
	border-radius: var(--global-radius);
	font-size: 1rem;
	line-height: 1;
	color: var(--color-white);
	font-weight: var(--global-weight-semi-bold);
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 3;
}
.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 10px 0;
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-text);
  line-height: 1.2;
  text-transform: none;
}
.product-cat-inner-title mark {
  display: none;
}
.product-cat-inner-title span.price {
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black);
  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-darkgray);
  text-decoration: none;
}
.product-cat-inner-title span.price del bdi {
  text-decoration: line-through;
}
.product-cat-inner-title span.price ins span.woocommerce-Price-amount.amount bdi {
	color: var(--color-primary);
}



/* 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-black);
  background-color: var(--color-white);
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: var(--global-weight-normal);
  color: var(--color-black);
  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-black);
}
.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-accent);
  color: var(--color-black);
}
.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-black);
}


/* Cart table */
.cart .shop_table thead {
  background: var(--color-white);
  border-width: 0 0 1px 0;
  border-color: var(--color-accent-darken);
  border-style: solid;
}
.cart .shop_table thead tr th {
  font-size: 0.875rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black);
  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-white);
  border: none;
}
.cart .shop_table tbody tr.cart_item {
  border-bottom: 1px solid var(--color-accent-darken);
}
.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-black);
}
.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-black);
}
.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-accent);
  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;
}
.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-white);
}
.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-accent-darken);
}
.cart-collaterals .shop_table tbody tr th {
  padding-left: 0;
  font-weight: var(--global-weight-bold);
  color:  var(--color-black);
  text-align: left;
}
.cart-collaterals .shop_table tbody tr td {
  color:  var(--color-black);
}
.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-accent);
  border-radius: var(--global-radius);
  color: var(--color-black);
}
.woocommerce-checkout .woocommerce-form-login {
  padding: 15px 25px 25px 25px;
  margin: 30px 0;
  background: var(--color-accent);
  border-radius: var(--global-radius);
  color: var(--color-black);
}
.checkout-summary {
  position: sticky;
  top: 80px;
  padding: 30px;
  margin: 0 0 0 50px;
  background: var(--color-accent);
  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-accent-darken);
}
.checkout-summary .shop_table tfoot tr {
  border-top: 1px solid var(--color-accent-darken);
}
.checkout-summary .shop_table tr th {
  font-weight: var(--global-weight-bold);
  color:  var(--color-black);
  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-black);
}
.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;
}






#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: 50px;
  background: var(--color-white);
  font-size: 1rem;
  color: var(--color-primary);
  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-white);
}


.cart-checkout-custom-message {
  margin: 10px 0 15px 0;
  font-size: 0.875rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
}


.cat_desc_section {
  padding-bottom: 120px;
}


.shop-tabs {
  margin-top: 120px;;
}
.shop-tabs .related h2 {
  margin-bottom: 40px;
}


/* show.hide password input */
.password-input {
	position: relative;
	display: block;
}
.show-password-input {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url(../img/icon-hide-password.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
	margin: 0 !important;
	cursor: pointer;
}
.show-password-input.display-password {
	background-image: url(../img/icon-show-password.svg);
}


/* 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-black);
}
.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-white);
}


/* 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 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-black);
	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 End **************/