/* main menu general settings */
.main-menu li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
}
.main-menu li a:hover {
  color: var(--green);
}
@media(max-width:1780px){
  .main-menu li a{
    font-size: 16px;
  }
}
/* footer */
footer {
  padding: 30px 0;
  background-color: var(--blue);
  color: #fff;
}
footer .flex-row {
  align-items: center;
}
footer .flex-row .logo-item {
  padding-right: 40px;
}
footer .flex-row .footer-menu-item {
  flex: 1;
  align-items: end;
}
footer .copy {
  margin-right: 15px;
}
footer .policy {
  margin: 0 15px;
  text-decoration: none;
}
footer .policy:hover {
  color: var(--green);
}
footer .main-menu {
  margin-bottom: 20px;
}
@media(max-width:850px){
  footer .flex-row{
    flex-direction: column;
  }
  footer .flex-row .footer-menu-item{
    align-items: center;
  }
  footer .social_media{
    margin-bottom: 10px;
  }
  footer .copy{
    margin-right: 0;
    margin-top: 10px;
    font-size: 12px;
  }
  footer .main-menu{
    text-align: center;
    margin-top: 10px;
  }
  footer .main-menu li{
    padding: 5px 10px;
  }
}
/* header */
header.timepal-header {
  padding: 20px 0 15px;
  border-bottom: 1px solid var(--green);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  transition: .4s;
}
header.timepal-header .logo-item{
  line-height: 0;
  vertical-align: middle;
}
header.timepal-header .logo-item img{
  width: 150px;
}
.sticky-header header.timepal-header {
  position: fixed;
}
header.timepal-header .flex-row {
  align-items: center;
}
header.timepal-header .flex-row .logo-item {
  padding-right: 40px;
}
header.timepal-header .flex-row.header-menu-item {
  flex: 1;
  justify-content: end;
}
header.timepal-header .woocommerce__menu a {
  padding-left: 20px;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  line-height: 0;
}
header.timepal-header .woocommerce__menu a.mobile-account{
  pointer-events: none;
  padding-left: 0;
}
header.timepal-header .woocommerce__menu a svg {
  color: var(--black);
  transition: 0.4s;
}
header.timepal-header .woocommerce__menu a:hover svg {
  color: var(--blue);
}
header.timepal-header .woocommerce__menu span.nr-prod {
  border: 2px solid var(--blue);
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -5px;
  right: -15px;
  background-color: #fff;
  line-height: 1;
  padding: 3px;
  font-weight: bold;
  min-width: 21px;
}
header.timepal-header .main-menu li a:hover {
  color: var(--blue);
}
body.theme-light.sticky-header header.timepal-header{
  background-color: var(--blue);
  border-bottom: 1px solid var(--green);
}
body.theme-light header.timepal-header a:hover,
body.theme-light.sticky-header header.timepal-header a:hover,
body.theme-light header.timepal-header .woocommerce__menu a:hover svg{
  color:var(--green);
}
header.timepal-header .woocommerce__menu{
  display: flex;
  align-items: center;
}
.nav-icon, .show-menu-logo{
  display: none;
}
@media(max-width:1000px){
  header.timepal-header {
    padding: 15px 0 10px;
  }
  .nav-icon{
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    margin-left: 20px;
    position: relative;
    z-index: 2;
  }
  .nav-icon svg{
    width: 35px;
    height: 35px;
  }
  .nav-icon .line {
    fill: none;
    stroke: var(--black);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  body.theme-light .nav-icon .line{
    stroke:#fff;
  }
  .nav-icon .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .nav-icon .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .nav-icon .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .nav-icon.is-tapped .line{
    stroke:#fff;
  }
  .nav-icon.is-tapped .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .nav-icon.is-tapped .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .nav-icon.is-tapped .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  header.timepal-header .flex-row{
    justify-content: space-between;
    align-items: flex-start;
  }
  header.timepal-header .flex-row.header-menu-item{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--blue);
    border: 0;
    display: block;
    padding-top: 140px;
    padding-bottom: 20px;
    text-align: center;
    transition: .4s;
  }
  header.timepal-header .flex-row.header-menu-item.show-menu{
    right: 0;
  }
  header.timepal-header .main-menu li{
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  header.timepal-header .main-menu li a{
    color:#fff;
  }
  header.timepal-header .main-menu li a:hover{
    color:var(--green);
  }
  header.timepal-header .woocommerce__menu{
    justify-content: center;
    margin-top: 40px;
  }
  header.timepal-header .woocommerce__menu a svg{
    color:#fff;
  }
  header .show-menu-logo{
    display: block;
    position: absolute;
    top:15px;
    left: 20px;
  }
}
@media(max-width:767px){
  header.timepal-header .logo-item img{
    width: 120px;
  }
  header .show-menu-logo img{
    width: 120px;
  }
}
@media(max-height:500px){
  header.timepal-header .flex-row.header-menu-item{
    overflow-y: scroll;
    padding-bottom: 40px;
  }
}
/* Contact Page */
.contact .sc1{
  padding-top: 0;
}
.contact .contact_details {
  text-align: center;
  margin: 50px 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.contact .contact_details .detail {
  display: inline-block;
  width: 32%;
  padding: 0 30px;
  border-right: 1px solid var(--green);
}
.contact .contact_details .detail:last-child {
  border-right: 0;
}
.contact .contact_details .detail a {
  text-decoration: none;
}
.contact .contact_details .detail a:hover {
  color: var(--green);
}
.contact .sc2 {
  padding-bottom: 0;
}
.contact .sc2 .map {
  display: block;
  position: relative;
  width: 100%;
  height: 395px;
}
.contact .sc2 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media(max-width:767px){
  .contact .contact_details{
    flex-direction: column;
  }
  .contact .contact_details .detail{
    width: 100%;
    border: 0;
    margin-bottom: 20px;
  }
}
/* Single Product Page */
.product_flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}
.product_flex .woocommerce-product-gallery {
  flex: 1 1 45%;
}
.product_flex .entry-summary {
  flex: 1 1 55%;
  padding-left: 40px;
}
.product_flex .entry-summary .out-of-stock{
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  background: var(--Red, #f12b2c);
  padding: 8px 10px;
  margin-bottom: 10px;
  color: #fff;
}
.product_flex .woocommerce-product-gallery {
  border-radius: 0px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.product_flex .woocommerce-tabs .mobile-tab-nav {
  display: block;
  margin: 17px 0;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  color: #404040;
  border-bottom: 1px solid var(--green);
}
.product_flex .woocommerce-tabs .mobile-tab-nav.active {
  color: var(--blue);
}
.product_flex .wc-tab > .wrapper {
  display: none;
}
.product_flex .wc-tab > .wrapper p, .product_flex .wc-tab > .wrapper li{
  font-size: 16px;
}
.product_flex .woocommerce-tabs .mobile-tab-nav:after {
  display: inline-block;
  content: "";
  background-image: url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 7px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.4s;
}
.product_flex .woocommerce-tabs .mobile-tab-nav.active:after {
  transform: translateY(-50%) rotate(180deg);
}
@media(max-width:1780px){
  .product_flex .woocommerce-tabs .mobile-tab-nav{
    font-size: 16px;
  }
  .product_flex .wc-tab > .wrapper p, .product_flex .wc-tab > .wrapper li{
    font-size: 14px;
  }
}
@media(max-width:850px){
  .product_flex{
    flex-direction: column;
  }
  .product_flex .woocommerce-product-gallery{
    flex: 1 1 100%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .product_flex .woocommerce-product-gallery img{
    height: 300px;
    width: auto;
  }
  .product_flex .entry-summary{
    padding-left: 0;
    flex: 1 1 100%;
    text-align: center;
  }
  .product_flex .woocommerce-tabs{
    text-align: left;
  }
  .product_page{
    padding-top: 0;
  }
}
/********/
.user-logged-in {
  position: relative;
  display: inline-flex;
  padding-right: 20px;
}
.user-logged-in:after {
  content: "";
  width: 13px;
  height: 7px;
  background-image: url("../img/down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 22px;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}
.user-logged-in:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.user-logged-in:hover::after {
  transform: rotate(0);
}
.user-logged-in span {
  width: 50px;
  height: 50px;
  border: 1px solid var(--blue);
  background-color: rgba(40, 49, 191, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
  color: var(--blue);
  text-transform: uppercase;
}
.user-logged-in ul {
  position: absolute;
  list-style: none;
  background-color: #fff;
  left: calc(50% - 10px);
  top: 65px;
  transform: translateX(-50%);
  width: 200px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0 10px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
.user-logged-in ul::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blue);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user-logged-in ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: 20px;
  width: 100%;
}
.user-logged-in ul li {
  font-size: 16px;
  padding: 0 15px 10px;
  color: #0a0a0a;
}
.user-logged-in ul li:hover {
  color: var(--blue);
}
.user-logged-in ul li:last-of-type {
  font-weight: 600;
}
@media(max-width:1780px){
  .user-logged-in span{
    width: 45px;
    height: 45px;
  }
}
@media(max-width:1000px){
  .user-logged-in span{
    background-color: #fff;
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .user-logged-in ul{
    display: none;
  }
  .user-logged-in:after{
    display: none;
  }
  header.timepal-header .woocommerce__menu a.mobile-account{
    pointer-events: all;
  }
}
/**/
.theme-light .timepal-header {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.theme-light .timepal-header .woocommerce__menu a svg {
  color: #fff;
}
.theme-light .timepal-header .woocommerce__menu span.nr-prod {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.theme-light .breadcrumbs {
  display: none;
}
.theme-light .user-logged-in:after {
  background-image: url("../img/down-white.svg");
}
.theme-light .user-logged-in span {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.13);
}



.clear {
  *zoom: 1;
}
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}

/* Home page */
body,
html {
  overscroll-behavior: none;
}

/* Woo */
.shop_table {
  width: 100%;
}
.shop_table tr {
  border-bottom: 1px solid var(--neutral-100, #c8c9cb);
}
.shop_table td,
.shop_table th {
  border: 0;
}
.shop_table th {
  text-align: left;
}

.added_to_cart {
  display: none;
}

.woocommerce-notices-wrapper {
  /* margin-bottom: 30px; */
  font-weight: bold;
  display: block;
}
.woocommerce-notices-wrapper .button {
  padding: 0;
}

/* Cart page */
.woo-band {
  background-color: #f4f4f4;
  padding: 28px 15px;
  margin: 20px 0 40px;
}
.woo-band__container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
.woo-band__container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #c3d2cc;
  width: 100%;
}
.woo-band__item {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f4f4f4;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  color: #717378;
  font-size: 14px;
}
.woo-band__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #05422c;
  border-radius: 50%;
}

.woocommerce-cart .woo-band__item--cart {
  font-weight: 500;
  color: #4e4e4e;
}
.woocommerce-cart .woo-band__item--cart .woo-band__icon {
  background-color: #70ce3d;
  color: #fff;
}

.woocommerce-checkout:not(.woocommerce-order-received) .woo-band__item--checkout {
  font-weight: 500;
  color: #4e4e4e;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woo-band__item--checkout .woo-band__icon {
  background-color: #70ce3d;
  color: #fff;
}

.woocommerce-checkout.woocommerce-order-received .woo-band__item--complete {
  font-weight: 500;
  color: #4e4e4e;
}
.woocommerce-checkout.woocommerce-order-received .woo-band__item--complete .woo-band__icon {
  background-color: #70ce3d;
  color: #fff;
}

.product-quantity .quantity,
.qty-container .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce-cart-form,
.cart-collaterals {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.woocommerce-cart-form {
  width: 60%;
  padding-right: 180px;
}
.woocommerce-cart-form .cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-cart-form .cart-title .button {
  float: right;
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 48px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #3c3c3c;
}
.woocommerce-cart-form .cart-title .button:hover {
  color: var(--blue);
}
.woocommerce-cart-form .cart-title .button:disabled {
  opacity: 0.2;
}
.woocommerce-cart-form h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce-cart-form .shop_table {
  width: 100%;
  border-top: 1px solid #c8c9cb;
}
.woocommerce-cart-form .shop_table th,
.woocommerce-cart-form .shop_table td {
  border: 0;
  vertical-align: middle;
  position: relative;
  padding: 30px 15px;
}
.woocommerce-cart-form .shop_table .square{
  width: 100px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
  z-index: -1;
  border-radius: 0px 20px;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #c8c9cb;
}
.woocommerce-cart-form .product-thumbnail {
  width: 100px;
}
.woocommerce-cart-form .product-thumbnail a{
  vertical-align: middle;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-cart-form .product-thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-cart-form .product-name {
  font-size: 18px;
  text-transform: uppercase;
  color: #4e4e4e;
}
.woocommerce-cart-form .product-name a {
  text-decoration: none;
}
.woocommerce-cart-form .product-subtotal bdi {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-cart-form .product-remove svg {
  fill: #1c274c;
  display: block;
}
.woocommerce-cart-form .product-remove svg:hover {
  fill: red;
}

.coupon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 8px;
}
.coupon input {
  height: 48px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  padding: 0 24px;
  width: 100%;
}
.coupon input::-moz-placeholder {
  color: #c8c9cb;
}
.coupon input::placeholder {
  color: #c8c9cb;
}
.coupon .button {
  border-color: #70ce3d;
  background-color: rgba(112, 206, 61, 0.13);
  color: #70ce3d;
  font-size: 14px;
  line-height: 1;
  padding: 13px 20px;
  flex: 0 0 auto;
  border-radius: 0 20px 0 20px;
}
.coupon .button:hover {
  background-color: #70ce3d;
  color: #fff;
  border-radius: 20px 0 20px 0;
}

.woocommerce-checkout-review-order,
.cart-collaterals {
  width: 40%;
  padding-left: 50px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  float: right;
  padding: 24px;
}
.woocommerce-checkout-review-order table,
.cart-collaterals table {
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-checkout-review-order tr,
.cart-collaterals tr {
  border: 0;
}
.woocommerce-checkout-review-order th,
.cart-collaterals th {
  font-weight: 400;
  color: #9d9ea2;
  text-align: left;
}
.woocommerce-checkout-review-order td,
.cart-collaterals td {
  text-align: right;
  font-weight: 500;
}
.woocommerce-checkout-review-order td strong,
.cart-collaterals td strong {
  font-weight: 500;
}
.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td,
.cart-collaterals th,
.cart-collaterals td {
  font-size: 18px;
  border: 0;
  padding: 10px 0;
  vertical-align: middle;
}

.continue-to-shop {
  margin-bottom: 20px;
}
.continue-to-shop a {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}
.continue-to-shop a:hover {
  text-decoration: none;
}

.woocommerce-checkout-payment .button,
.wc-proceed-to-checkout .button {
  display: flex;
  justify-content: center;
  gap: 16px;
  text-align: center;
  border-radius: 0 20px 0 20px;
  background-color: var(--blue);
  color: #fff;
  width: 100%;
}
.woocommerce-checkout-payment .button::after,
.wc-proceed-to-checkout .button::after {
  display: none;
}
.woocommerce-checkout-payment .button:hover,
.wc-proceed-to-checkout .button:hover {
  background-color: rgba(40, 49, 191, 0.13);
  color: var(--blue);
  border-radius: 20px 0 20px 0;
}

.secure-shop {
  border-top: 1px solid var(--neutral-50, #f4f4f4);
  margin-top: 20px;
  padding: 20px 0 0;
}
.secure-shop span {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  color: var(--neutral-300, #717378);
}
.secure-shop img {
  display: block;
}
@media(max-width:1281px){
  .woocommerce-cart-form {
    padding-right: 130px;
  }
}
@media(max-width:1025px){
  .woocommerce-cart-form .product-thumbnail:before{
    display: none;
  }
  .woocommerce-cart-form .product-thumbnail a{
    position: relative;
    align-items: end;
  }
  .woocommerce-cart-form .shop_table .square{
    left: unset;
    width: 90px;
    right: 5px;
    transform:translateY(-50%);
  }
  .woocommerce-cart-form .shop_table .quantity{
        justify-content: end;
  }
  .woocommerce-cart-form .shop_table th, .woocommerce-cart-form .shop_table td{
    padding: 20px 10px;
  }
  .woocommerce-cart-form .product-remove:before{
    display: none;
  }
  .woocommerce-cart-form .product-remove a{
    display: inline-block;
    padding: 8px;
    border-radius: 50%;
    border:2px solid var(--blue);
  }
}
@media(max-width:850px){
  .woocommerce-cart-form,
  .woocommerce-checkout-review-order, .cart-collaterals{
    width: 100%;
    margin-bottom: 40px;
  }
  .woocommerce-cart-form{
    padding-right: 0;
  }
}
@media(max-width:767px){
  .woocommerce-cart-form .cart-title{
    justify-content:center;
  }
  .woo-band{
    padding: 10px 2px;
  }
  .woo-band__container{
    align-items: flex-start;
  }
  .woo-band__item{
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 13px;
    padding: 0 10px;
  }
}
/* Checkout page */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 28px;
  margin: 0 0 2em;
  border-radius: 10px;
  position: relative;
  background-color: #e5f4dd;
  color: #4e4e4e;
  list-style: none outside;
  font-weight: 400;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  content: url("../img/success.svg");
  margin-right: 8px;
  top: 8px;
  position: relative;
  height: 30px;
  display: inline-block;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 48px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
  color: var(--blue);
  text-decoration: none;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-error {
  background-color: #ffd3d8;
}
.woocommerce-error::before {
  display: none;
}

.woocommerce-info {
  background-color: rgba(40, 49, 191, 0.13);
}
.woocommerce-info::before {
  display: none;
}

.edit-account .form-row label,
.woocommerce-additional-fields .form-row label,
.create-account .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-form .form-row label,
.woocommerce .woocommerce-address-fields label {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; /* 24px */
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}
.edit-account .input-text,
.woocommerce-additional-fields .input-text,
.create-account .input-text,
.woocommerce-shipping-fields__field-wrapper .input-text,
.woocommerce-billing-fields__field-wrapper .input-text,
.woocommerce-form .input-text, .woocommerce .woocommerce-address-fields input  {
  border: 1px solid #e6e6e6;
  padding: 0 16px;
  height: 48px;
  margin-bottom: 20px;
  width: 100%;
}
.woocommerce .woocommerce-address-fields #billing_street_number_field,
.woocommerce .woocommerce-address-fields #shipping_street_number_field,
.woocommerce .woocommerce-address-fields #billing_street_field,
.woocommerce .woocommerce-address-fields  #shipping_street_field{
  width: 100%;
}
.edit-account textarea.input-text,
.woocommerce-additional-fields textarea.input-text,
.create-account textarea.input-text,
.woocommerce-shipping-fields__field-wrapper textarea.input-text,
.woocommerce-billing-fields__field-wrapper textarea.input-text,
.woocommerce-form textarea.input-text {
  padding: 16px;
}
.edit-account label.woocommerce-form__label-for-checkbox,
.woocommerce-additional-fields label.woocommerce-form__label-for-checkbox,
.create-account label.woocommerce-form__label-for-checkbox,
.woocommerce-shipping-fields__field-wrapper label.woocommerce-form__label-for-checkbox,
.woocommerce-billing-fields__field-wrapper label.woocommerce-form__label-for-checkbox,
.woocommerce-form label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.edit-account label.woocommerce-form__label-for-checkbox input,
.woocommerce-additional-fields label.woocommerce-form__label-for-checkbox input,
.create-account label.woocommerce-form__label-for-checkbox input,
.woocommerce-shipping-fields__field-wrapper label.woocommerce-form__label-for-checkbox input,
.woocommerce-billing-fields__field-wrapper label.woocommerce-form__label-for-checkbox input,
.woocommerce-form label.woocommerce-form__label-for-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #e6e6e6;
}
.edit-account label.woocommerce-form__label-for-checkbox input:checked,
.woocommerce-additional-fields label.woocommerce-form__label-for-checkbox input:checked,
.create-account label.woocommerce-form__label-for-checkbox input:checked,
.woocommerce-shipping-fields__field-wrapper label.woocommerce-form__label-for-checkbox input:checked,
.woocommerce-billing-fields__field-wrapper label.woocommerce-form__label-for-checkbox input:checked,
.woocommerce-form label.woocommerce-form__label-for-checkbox input:checked {
  background-color: #70ce3d;
  border-color: #70ce3d;
  background-image: url("../img/check.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.woocommerce .woocommerce-address-fields p{
  margin-bottom: 20px;
}
#shipping_method {
  list-style: none;
}
#shipping_method label{
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  font-weight: normal;
}
#shipping_method label .amount{
  font-weight: bold;
}
#shipping_method li{
  margin-bottom: 7px;
}
#shipping_method input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  width: 16px;
  height:16px;
  border: 1px solid var(--black);
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
}

#shipping_method input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--green);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

#shipping_method input[type=radio]:checked::before {
  transform: scale(1);
}


#account_password_field {
  margin-bottom: 20px;
}
#account_password_field .input-text {
  margin: 0;
}

.woocommerce-checkout .woocommerce-form-login {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-login .form-row {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-form-login .lost_password {
  text-align: right;
}
.woocommerce-checkout .woocommerce-form-login .button {
  margin-top: 30px;
}
.woocommerce-checkout .woocommerce-form-login .form-row-first,
.woocommerce-checkout .woocommerce-form-login .form-row-last {
  width: 49%;
  overflow: visible;
}
.woocommerce-checkout .woocommerce-form-login .form-row-first {
  float: left;
}
.woocommerce-checkout .woocommerce-form-login .form-row-last {
  float: right;
}
.woocommerce-checkout .woocommerce-form-login .form-row-wide {
  clear: both;
}
.woocommerce-checkout .checkout_coupon {
  display: block !important;
}
.woocommerce-checkout h3 {
  border-bottom: 1px solid var(--neutral-100, #c8c9cb);
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#customer_details {
  width: 60%;
  float: left;
  padding-right: 60px;
}

.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.woocommerce-shipping-fields__field-wrapper abbr,
.woocommerce-billing-fields__field-wrapper abbr {
  text-decoration: none;
  border: 0;
}
.woocommerce-shipping-fields__field-wrapper > p,
.woocommerce-billing-fields__field-wrapper > p {
  padding: 0 8px;
  width: 50%;
}
.woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
.woocommerce-shipping-fields__field-wrapper #shipping_state_field,
.woocommerce-shipping-fields__field-wrapper #shipping_city_field,
.woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
.woocommerce-shipping-fields__field-wrapper #billing_state_field,
.woocommerce-shipping-fields__field-wrapper #billing_city_field,
.woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
.woocommerce-billing-fields__field-wrapper #shipping_state_field,
.woocommerce-billing-fields__field-wrapper #shipping_city_field,
.woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-billing-fields__field-wrapper #billing_city_field {
  width: 33.33%;
}
.woocommerce-shipping-fields__field-wrapper #billing_company_field,
.woocommerce-shipping-fields__field-wrapper #shipping_address_2_field,
.woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
.woocommerce-shipping-fields__field-wrapper #billing_address_2_field,
.woocommerce-shipping-fields__field-wrapper #billing_address_1_field,
.woocommerce-billing-fields__field-wrapper #shipping_address_2_field,
.woocommerce-billing-fields__field-wrapper #shipping_address_1_field,
.woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  width: 100%;
}

.woocommerce-checkout-review-order-table tbody {
  border-bottom: 1px solid var(--neutral-100, #c8c9cb);
}
.woocommerce-checkout-review-order-table td.product-name {
  text-align: left;
}

#billing_company_field, #shipping_cui_field {
  display: none;
}

#payment .methods {
  padding: 20px 0;
  list-style: none;
}
#payment .methods .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #3c3c3c;
}
#payment .methods .payment_box {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #717378;
  padding-bottom: 10px;
}
#payment .methods label {
  margin-bottom: 0;
}
#payment .methods input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
#payment .methods input:checked {
  background-color: #70ce3d;
  border-color: #70ce3d;
  background-image: url("../img/check.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
#payment .woocommerce-terms-and-conditions-wrapper {
  padding: 0 0 20px;
  font-size: 14px;
  color: #717378;
}

.s-checkbox {
  margin-bottom: 20px;
}
.s-checkbox span {
  font-size: 16px;
  font-weight: 500;
}
.s-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #e6e6e6;
}
.s-checkbox input:checked {
  background-color: #70ce3d;
  border-color: #70ce3d;
  background-image: url("../img/check.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.col2-set {
  width: 100%;
}
.col2-set h3{
  font-size: 20px;
  color:var(--black);
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.col2-set .col-1 {
  float: left;
  width: 48%;
}
.col2-set .col-2 {
  float: right;
  width: 48%;
}
@media(max-width:850px){
  #customer_details{
    width: 100%;
    padding-right: 0;
  }
}
@media(max-width:767px){
  .col2-set .col-1, .col2-set .col-2 {
    width: 100%;
    padding-bottom: 40px;
  }
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info{
    padding: 16px;
    font-size: 14px;
  }
  .woocommerce-shipping-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper{
    flex-direction: column;
    margin: 0;
  }
  .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field, .woocommerce-shipping-fields__field-wrapper #shipping_state_field, .woocommerce-shipping-fields__field-wrapper #shipping_city_field, .woocommerce-shipping-fields__field-wrapper #billing_postcode_field, .woocommerce-shipping-fields__field-wrapper #billing_state_field, .woocommerce-shipping-fields__field-wrapper #billing_city_field, .woocommerce-billing-fields__field-wrapper #shipping_postcode_field, .woocommerce-billing-fields__field-wrapper #shipping_state_field, .woocommerce-billing-fields__field-wrapper #shipping_city_field, .woocommerce-billing-fields__field-wrapper #billing_postcode_field, .woocommerce-billing-fields__field-wrapper #billing_state_field, .woocommerce-billing-fields__field-wrapper #billing_city_field{
    width: 100%;
  }
  .woocommerce-shipping-fields__field-wrapper > p, .woocommerce-billing-fields__field-wrapper > p{
    width: 100%;
    margin-bottom: 15px;
  }
  .coupon{
    display: flex;
    flex-direction: column;
  }
  .coupon .button{
    width: 100%;
  }
  .woocommerce-checkout-review-order th, .woocommerce-checkout-review-order td, .cart-collaterals th, .cart-collaterals td{
    font-size: 16px;
  }
  .woocommerce-checkout h3{
    text-align: center;
  }
}
/*** Order page */
.woocommerce-order-received .woocommerce-notice{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success{
  color:var(--blue);
}
.woocommerce-order-received .woocommerce-order-details {
  padding: 60px 0;
}
.woocommerce-order-received .woocommerce-customer-details {
  padding-bottom: 60px;
  *zoom: 1;
}
.woocommerce-order-received .woocommerce-customer-details::before, .woocommerce-order-received .woocommerce-customer-details::after {
  content: " ";
  display: table;
}
.woocommerce-order-received .woocommerce-customer-details::after {
  clear: both;
}
.woocommerce-order-received ul.order_details {
  margin: 20px 0 40px;
  list-style: none;
  text-align: center;
}
.woocommerce-order-received ul.order_details li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px solid var(--neutral-100, #c8c9cb);
  padding: 0 20px;
  list-style-type: none;
}
.woocommerce-order-received ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce-order-received ul.order_details li:last-of-type {
  border: none;
}
.woocommerce-order-received .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce-order-received h2 {
  text-transform: uppercase;
}
.woocommerce-order-received .shop_table {
  max-width: 650px;
}

.woocommerce mark {
  background-color: rgba(40, 49, 191, 0.13);
  color: var(--blue);
}
@media(max-width:850px){
  .woocommerce-order-received ul.order_details li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

/* My Account page  */
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 14px;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-password-strength .woocommerce-password-hint {
  font-size: 10px;
  margin: 5px 0 0;
}
.woocommerce-password-strength.strong {
  background-color: #70ce3d;
  border-color: #70ce3d;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

#customer_login .u-column2,
#customer_login .u-column1 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
#customer_login .u-column2 form,
#customer_login .u-column1 form {
  width: 100%;
  max-width: 462px;
  margin: 90px auto 0;
  text-align: left;
}
#customer_login .u-column2 .woocommerce-button,
#customer_login .u-column1 .woocommerce-button {
  display: block;
  margin: 30px auto 15px;
}
#customer_login .u-column2 .lost_password,
#customer_login .u-column1 .lost_password {
  text-align: center;
}
#customer_login .u-column2 .woocommerce-privacy-policy-text,
#customer_login .u-column1 .woocommerce-privacy-policy-text {
  font-size: 12px;
  margin-top: 10px;
}

.password-input {
  position: relative;
}
.password-input #reg_password {
  margin: 0;
}
.return-to-shop{
  text-align: center;
}
.show-password-input {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-image: url("../img/eye.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.show-password-input.display-password {
  opacity: 0.2;
}

#customer_login .register-toggle {
  cursor: pointer;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 500;
  color: var(--blue);
}
#customer_login .u-column2 {
  display: none;
}
#customer_login.toggle-the-logins .u-column1 {
  display: none;
}
#customer_login.toggle-the-logins .u-column2 {
  display: block;
}

.woocommerce-account:not(.logged-in) .section-title {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
  padding-top: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  text-align: left;
  margin: 2px 0;
  order: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads{
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  font-size: 20px;
  font-family: "Anybody";
  font-weight: 900;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--blue);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: var(--blue);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  order: 99;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
  padding-bottom: 60px;
  padding-top: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
  padding: 40px 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  padding: 40px 0 0;
}
.woocommerce-account h2, .woocommerce-account h3{
  text-transform: uppercase;
}
.edit-account #account_display_name {
  margin-bottom: 5px;
}
.edit-account em {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
@media(max-width:1025px){
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
    display: block;
    width: 100%;
    text-align: right!important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    margin-right: 5px;
    text-transform: capitalize;
    color: var(--black);
  }
}
@media(max-width:850px){
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a{
    font-size: 18px;
  }
}

/* Landing Pages */
.hero {
  background-color: #000;
  text-align: center;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 14, 14, 0.33);
}
.hero .container {
  height: 100vh;
  max-height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.hero .container strong {
  display: block;
}
.hero p {
  max-width: 572px;
  margin: 0 auto;
}
.hero h1 {
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 0.9;
}
.hero .button {
  margin-top: 30px;
}

.features {
  background-color: #c99a4a;
}
.features__container {
  background-color: #000;
  border-radius: 0px 0 0 40px;
  display: flex;
  text-align: center;
  justify-content: space-between;
  transform: translateY(-100px);
  padding: 38px 56px;
  color: #fff;
  font-size: 16px;
}
.features__container p {
  margin: 0 auto;
}
.features__container img {
  display: block;
  margin: 0 auto;
}
.features__container h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0;
}
.features__col {
  width: 33.33%;
  max-width: 345px;
  padding: 0 10px;
}

.intro {
  padding-top: 50px;
  position: relative;
  background-color: #f3f3f3;
}
.intro:before{
  display: block;
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 106%;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  background-color: #c99a4a;
  z-index: 2;
}
.intro::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -25%;
  width: 55%;
  display: block;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #000;
  height: 50%;
  z-index: 2;
}
.intro .container {
  display: flex;
  position: relative;
  z-index: 3;
}
.intro__info {
  width: 50%;
  color: #fff;
  padding-bottom: 60px;
}
.intro__info h2.section-title {
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
  max-width: 580px;
}
.intro__info p {
  font-size: 18px;
  margin-bottom: 24px;
}
.intro__info .button {
  margin-top: 30px;
}
.intro__img {
  width: 50%;
  padding-left: 90px;
  z-index: 2;
  position: relative;
}

.flavors {
  background-color: #f3f3f3;
  padding-top: 100px;
  position: relative;
}
.flavors .section-info strong {
  display: block;
}
.flavors_slider {
  padding: 50px 0;
}
.flavors_slider .slick-track {
  display: flex;
}
.flavors .slick-slide {
  height: inherit;
  margin: 0 20px;
  transform: scale(0.75);
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}
.flavors-slide {
  display: flex;
  align-items: center;
  color: #3c3c3c;
  width: 100%;
  max-width: 296px;
  height: 100%;
}
.flavors-slide__img {
  width: 100%;
  position: relative;
}
.flavors-slide__img img {
  width: 60%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.flavors-slide__img span {
  content: "";
  position: absolute;
  bottom: 15%;
  z-index: 0;
  border-radius: 0 20px;
  width: 100%;
  height: 70%;
  z-index: -1;
}
.flavors-slide__info {
  display: none;
}
.flavors-slide h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.flavors-slide p {
  font-size: 18px;
  margin-bottom: 30px;
}
.flavors .slick-current .flavors-slide {
  max-width: 820px;
}
.flavors .slick-current .flavors-slide__img {
  width: 50%;
}
.flavors .slick-current .flavors-slide__img img {
  width: 60%;
}
.flavors .slick-current .flavors-slide__info {
  width: 50%;
  padding-left: 60px;
  display: block;
}
.flavors .slick-slide.slick-current{
  transform:scale(1);
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin-top: 50px;
}
.slick-dots button {
  width: 7px;
  height: 7px;
  font-size: 0;
  background-color: #3c3c3c;
  border-radius: 4px;
  border: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button {
  width: 34px;
}
.boost {
  position: relative;
  padding: 140px 0;
  height: 100vh;
  min-height: 800px;
  display: flex;
  align-items: center;
}
.boost .container {
  position: relative;
  z-index: 2;
}
.boost .slick-track,
.boost .slick-list {
  height: 100%;
}
.boost__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  pointer-events: none;
  background-color: #000;
}
.boost__bg span {
  width: 100%;
  height: 100%;
  position: relative;
}
.boost__bg .overlay:after{
  display: block;
  content:'';
  position: absolute;
  background-image: url('../img/overlay.png');
  background-size: cover;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boost__bg span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boost__info {
  width: 42%;
  color: #fff;
  font-size: 18px;
}
.boost__info h2.section-title{
  color: #fff;
}
.boost__info p {
  margin-bottom: 30px;
}
.boost__info .slick-dots {
  justify-content: flex-start;
}
.boost__info .slick-dots button {
  background-color: #fff;
}
.boost__slide {
  border-radius: 0px 20px;
  position: relative;
  width: 360px;
  overflow: hidden;
}
.boost__slide::before {
  content: "";
  padding-top: 130%;
  display: block;
  transition: 0.3s ease-in-out;
}
.boost__slider {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.boost__slider .slick-track {
  display: flex;
  align-items: flex-end;
}
.boost__slider .slick-slide {
  padding: 0 10px;
}
.boost__slider .slick-slide h3 {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  padding: 0 20px 30px;
  line-height: 1;
  font-size: 24px;
}
.boost__slider .slick-slide.slick-current .boost__slide::before {
  padding-top: 150%;
}

.delight {
  background-color: #131316;
  position: relative;
}
.delight .container {
  display: flex;
  justify-content: space-between;
}
.delight .container:before, .delight .container:after {
  display: none;
}
.delight__img {
  width: 50%;
  position: relative;
  z-index: 2;
}
.delight__img img {
  display: block;
  position: absolute;
  width: 100%;
  top: 100px;
  left: -150px;
  max-width: 678px;
}
.delight__info {
  padding-top: 200px;
  width: 50%;
  padding-bottom: 40px;
}
.delight__info .section-title {
  color: #fff;
}
.delight__info p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

.drinks {
  background-color: #788a96;
  text-align: center;
  padding-top: 300px;
  padding-bottom: 100px;
  position: relative;
  margin-top: -3px;
}
.drinks::before {
  content: url("../img/t3.svg");
  position: absolute;
  right: 50%;
  top: -1px;
  width: 60%;
}
.drinks::after {
  content: url("../img/t1.svg");
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}
.drinks .section-title-info {
  max-width: 850px;
  margin: 0 auto;
}
.drinks .section-title-info .section-title {
  color: #0a0a0a;
}
.drinks__grid {
  display: flex;
  justify-content: center;
  margin: 50px 0 40px;
  flex-wrap: wrap;
}
.drinks__item {
  padding: 10px;
  width: 25%;
}
.drinks__content {
  position: relative;
  background-color: #131316;
  width: 100%;
  border-radius: 0px 20px;
  overflow: hidden;
}
.drinks__content::before {
  content: "";
  display: block;
  padding-top: 125%;
}
.drinks__content h3 {
  color: #c99a4a;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  line-height: 1;
  border-radius: 0px 20px;
  text-align: center;
}
.drinks__content:hover .drinks__recipe div {
  height: initial;
  padding: 10px 0;
}
.drinks__recipe {
  background-color: #131316;
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #131316;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.drinks__recipe div {
  padding: 0;
  height: 0;
  overflow: hidden;
}

.party {
  position: relative;
  padding: 90px 0 0;
  color: #fff;
}
.party img:not(.img-abs) {
  display: block;
  margin: 0 auto;
  transform: translateY(90px);
}
.party .section-title {
  color: #fff;
  max-width: 500px;
  margin-bottom: 20px;
}
.party .section-title-info .button {
  margin-top: 30px;
}

.energy {
  background-color: #c99a4a;
  padding: 200px 0 140px;
}
.energy .container {
  display: flex;
  justify-content: space-between;
}
.energy__img {
  position: relative;
  border-radius: 0px 40px;
  overflow: hidden;
  width: 50%;
}
.energy__info {
  width: 50%;
  padding-left: 100px;
  color: #fff;
}
.energy__info h2 {
  color: #fff;
  margin-bottom: 20px;
}
.energy__info ul, .energy__info ol{
  margin-bottom: 20px;
  list-style-position: inside;
}
.energy__info p, .energy__info li {
  font-size: 18px;
  margin-bottom: 24px;
  max-width: 490px;
}
.energy__info li{
  margin-bottom: 0;
}
.energy__info .button {
  margin-top: 30px;
}
/***/
@media(max-width:1780px){
  .drinks__recipe div{
    font-size: 16px;
  }
  .drinks__content h3{
    font-size: 24px;
  }
}
@media(max-width:1441px){
  .delight__img img{
    left: 0;
    width: 80%;
  }
}
@media(max-width:1281px){
  .intro::after{
    width: 45%;
  }
}
@media(max-width:1025px){
  .intro::after{
    bottom: -8%;
  }
}
@media(max-width:1000px){
  .features__container{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .features__col{
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .features__col:last-of-type{
    padding-bottom: 0;
  }
  .intro {
    padding-top: 0;
  }
  .intro .container{
    flex-direction: column-reverse;
  }
  .intro__info, .intro__img{
    width: 100%;
    text-align: center;
  }
  .intro__img{
    margin-bottom: 20px;
  }
  .intro:before{
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
  }
  .intro::after{
    top:0;
    width: 90%;
    right: -3px;
  }
  .flavors .slick-current .flavors-slide{
    max-width: 100%;
    padding: 0 20px;
  }
  .boost{
    height: auto;
    flex-direction: column;
    padding: 100px 0;
  }
  .boost__slider, .boost__info{
    width: 100%;
    text-align: center;
    position: static;
    transform:unset;
  }
  .boost__info{
    margin-bottom: 40px;
  }
  .boost__info .slick-dots{
    justify-content: center;
  }
  .delight .container{
    flex-direction: column;
  }
  .delight__info, .delight__img{
    width: 100%;
    padding: 40px 0;
    text-align: center;
  }
  .delight__img img{
    position: static;
    margin: 0 auto;
  }
  .drinks__item{
    width: 50%;
  }
  .energy .container{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .energy__info, .energy__img{
    width: 100%;
    padding: 40px 0;
  }
  .energy__info p, .energy__info li{
    max-width: 100%;
  }
  .energy__img img{
    width: 100%;
    position: static;
  }
}
@media(max-width:850px){
  .hero h1{
    font-size: 60px;
  }
}
@media(max-width:767px){
  .hero h1{
    font-size: 40px;
  }
  .intro::after {
    top: -3%;
    width: 86%;
    right: -3px;
    height: 25%;
  }
  .flavors  .flavors-slide{
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
  .flavors .slick-slide{
    transform: unset;
  }
  .flavors .slick-current .flavors-slide__img, .flavors .flavors-slide__img{
    width: 100%;
  }
  .flavors .flavors-slide__info, .flavors .slick-current .flavors-slide__info{
    width: 100%;
    margin-top: 40px;
    text-align: center;
    padding-left: 0;
    display: block;
  }
  .drinks{
    padding-bottom: 60px;
  }
  .drinks__item{
    width: 100%;
  }
  .energy{
    padding: 80px 0 40px;
  }
}
/* Homepage */
.home footer {
  display: none;
}

.homepage {
  position: relative;
  height: 100vh;
}
.homepage__doze {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 900px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 150px;
}
.homepage__doze h2 {
  z-index: 2;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.8;
  font-size: 127px;
  font-weight: 900;
  text-shadow: 0px 14px 5px rgba(0, 0, 0, 0.25);
}
.homepage__doze h2 span {
  display: block;
  font-weight: 300;
  font-size: 34px;
  line-height: 1.5;
  text-shadow: none;
}
.homepage__doze img {
  display: block;
  margin-top: -145px;
}
.homepage__section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  max-width: 390px;
}
.homepage__section h2 {
  font-size: 30px;
  margin: 0 0 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.homepage__section p {
  max-width: 368px;
  font-size: 18px;
  min-height: 96px;
  margin-bottom: 32px;
}
.homepage__section p strong {
  font-weight: 600;
  display: block;
}
.homepage .container {
  height: 100vh;
  display: flex;
  justify-content: space-between;
}
.homepage .container:after, .homepage .container::before {
  display: none;
}
.homepage__slide {
  position: relative;
  height: 100vh;
  padding: 0 15px;
}
.homepage__slide__img {
  flex: 1;
  width: 100%;
  position: relative;
}
.homepage__slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  pointer-events: none;
}
.homepage__slide__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 0 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.homepage__slide__content h2 {
  z-index: 2;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.8;
  font-size: 70px;
  font-weight: 900;
  text-shadow: 0px 14px 5px rgba(0, 0, 0, 0.25);
}
.homepage__slide__content h2 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  text-shadow: none;
}
.homepage__slide__content h3 {
  font-size: 30px;
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.homepage__slide__content p {
  max-width: 368px;
  font-size: 16px;
  min-height: 77px;
  margin: 0 auto 20px;
  color: #fff;
}
.homepage__slide__content p strong {
  font-weight: 600;
  display: block;
}
.homepage__disclaimer {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 15px 15px 20px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
}
.homepage__disclaimer span {
  max-width: 380px;
  display: block;
  margin: 0 auto;
  font-size: 15px;
}
@media (min-width: 768px) {
  .homepage__disclaimer {
    padding: 15px;
  }
  .homepage__disclaimer span {
    max-width: initial;
    font-size: 18px;
  }
}
.homepage__desktop {
  display: none;
}
@media (min-width: 768px) {
  .homepage__desktop {
    display: block;
  }
}
.homepage__mobile {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .homepage__mobile {
    display: none;
  }
}
.homepage__mobile__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  width: 90%;
  display: block;
  max-width: 350px;
}
@media (min-width: 768px) {
  .homepage__mobile__nav {
    display: none;
  }
}
/** Page Mountain's goat */
.page_mg .features, .page_mg .energy{
  background-color: #1E4B37;
}
.page_mg .features__container{
  background-color: #11291F;
}
.page_mg .energy li::marker{
  color: var(--peach);
}
.page_mg .drinks{
  background-color: #E9DEDA;
  padding-top: 100px;
}
.page_mg .drinks:before, .page_mg .drinks:after{
  display: none;
}
.page_mg .drinks .section-title{
  color:#1E4B37;
}
.page_mg .boost__bg .overlay:after{
  background-image: url('../img/overlay-2.png');
}
.page_mg .drinks__recipe{
  background-color: #fff;
  color:#131316;
}
.page_mg .drinks__recipe h3{
  color:#1E4B37;
}
.page_mg .drinks__content:hover .drinks__recipe div{
  padding-top: 0;
}
.page_mg .drinks__content .button{
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-top: 15px;
  display: block;
}
.page_mg .drinks__content .button:hover{
  color:#1E4B37;
}
.page_mg .intro{
  background-color: #1E4B37;
}
.page_mg .intro:before, .page_mg .intro:after{
  display: none;
}

.page_mg .flavors{
  background-color: #FDB3A3;
  position: relative;
  padding-top: 0;
}
.page_mg .flavors:before{
  display: block;
  content: '';
  background-color: #FDB3A3;
  clip-path: polygon(58% 0, 0 100%, 100% 100%);
  width: 105%;
  height: 430px;
  top: -415px;
  left: -41px;
  position: absolute;
}
.page_mg .flavors .section-title{
  color:#1E4B37;
}
.page_mg .flavors .flavors-slide{
  align-items: stretch;
}
.page_mg .flavors .slick-current .flavors-slide__img{
  width: 35%;
  position: relative;
}
.page_mg .flavors .flavors-slide__img img{
  border-radius: 0 20px;
}
.page_mg .flavors .slick-current .flavors-slide__img img{
  width:100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top:0;
  left: 0;
}
.page_mg .flavors .slick-current .flavors-slide__info{
  width: 65%;
  padding: 25px;
  padding-bottom: 5px;
  margin-top: 40px;
  background-color: #FFDBC5;
  border-top-right-radius: 20px;
  color:#1E4B37;
}
.page_mg .flavors .slick-current .flavors-slide__info h3{
  font-weight: bold;
  color:#1E4B37;
  font-size: 30px;
}
.page_mg .flavors-slide__img{
  display: flex;
align-items: end;
}
.page_mg .flavors-slide__img img{
  width: 200px;
  height: 80%;
  object-fit: cover;
}
.page_mg .flavors .slick-slide{
  transform:unset;
  margin: 0 40px;
}
.page_mg .flavors_slider .slick-track{
  align-items: stretch;
}
.page_mg .party img:not(.img-abs){
  transform: translate(-160px, 90px);
}
.page_mg .delight{
  display: flex;
  padding: 100px 0;
  flex-direction: row;
  background-color: #FDB3A3;
  align-items: stretch;
}
.page_mg .delight__img{
  width: auto;
}
.page_mg .delight__img img{
  display: block;
  position: static;
  width: 100%;
  max-width: 400px;
}
.page_mg .delight__info{
  max-width: unset;
  width: unset;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_mg .delight__info .info_box{
  max-width: 760px;
  margin: 0 auto;
  text-align:  center;
  display: block;
}
.page_mg .delight__info .info_box .section-title{
  color:#1E4B37;
}
.page_mg .delight__info .info_box > div{
  margin-bottom: 40px;
}
@media(max-width:1281px){
  .page_mg .flavors:before{
    height: 340px;
    top: -337px;
  }
}
@media(max-width:1025px){
  .page_mg .flavors:before {
    height: 165px;
    top: -157px;
  }
  .page_mg .delight__img img{
    max-width: 180px;
  }
}
@media(max-width:1000px){
  .page_mg .flavors:before{
    display: none;
  }
  .page_mg .flavors{
    padding-top: 40px;
  }
}
@media(max-width:850px){
  .page_mg .party img:not(.img-abs) {
    transform: translate(-106px, 90px);
    max-width: 443px;
  }
}
@media(max-width:767px){
  .page_mg .delight{
    flex-direction: column;
    padding-top: 0;
  }
  .page_mg .delight__img img{
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: unset;
  }
  .page_mg .delight__img:nth-child(2){
    text-align: right;
  }
  .page_mg .flavors .flavors-slide{
    flex-direction: column;
  }
  .page_mg .flavors .slick-current .flavors-slide__info,
  .page_mg .flavors .slick-current .flavors-slide__img{
    width: 100%;
  }
  .page_mg .flavors .flavors-slide__img{
    min-height: 250px;
  }
  .page_mg .flavors-slide__img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page_mg .flavors .slick-slide{
    margin: 0;
  }
  .page_mg .party img:not(.img-abs) {
    transform: translate(-57px, 90px);
    max-width: 250px;
  }
  .page_mg .flavors .flavors-slide__info,
  .page_mg .flavors .slick-current .flavors-slide__info{
    padding: 15px;
    border-top-right-radius: 0;
    margin-top: 0;
  }
  .page_mg .flavors .flavors-slide__img img{
    border-bottom-left-radius: 0;
  }
  .page_mg .flavors_slider .slick-track{
    align-items: flex-start;
  }
  .page_mg .delight__info .info_box{
    padding: 0 20px;
  }
}
/* shop page */
.woocommerce-products-header {
  padding-bottom: 30px;
}
.all_products {
  padding: 0;
  padding-bottom: 100px;
}
