/*!
Theme Name: PineStore
Theme URI: http://underscores.me/
Author: eoorlll
Author URI: http://underscores.me/
Description: PineStore brings your site to life
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pinestore
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  ///- Navigation///
  ///- Posts and pages///
  ///- Comments///
  ///- Widgets///
  ///- Media///
  ///- Captions///
  ///- Galleries///
# Utilities
  - Accessibility
# Pages
  - 404

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  font-size: 10px;
}

@media (max-width: 1920px) and (min-width: 1024px) {
  html {
    font-size: calc(5px + (12.5 - 5) * ((100vw - 768px) / (1920 - 768)));
  }
}

@media (max-width: 1500px) and (min-width: 1024px) {
  html {
    font-size: calc(7px + (12.5 - 5) * ((100vw - 768px) / (1920 - 768)));
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  html {
    font-size: calc(8.5px + 1.5 * (100vw - 768px) / (1024 - 768));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(8.6px + (19.6 - 8.6) * (100vw - 320px) / 447);
  }
}

body {
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

:focus {
  outline: none;
}

a {
  color: #56595d;
  font-weight: 400;
  text-decoration: none;
}

a,
label,
button,
input,
a *,
button *,
input * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #56595d;
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #56595d;
  clear: both;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 3.1rem;
}

p {
  margin: 0;
  color: #56595d;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.6px;
}

b,
strong {
  font-weight: 600;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background: #fff;
  padding: 0.8rem 1.2rem;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none;
  box-shadow: inset 0.5rem 0.3rem 1.5rem 0px rgba(134, 161, 181, 0.18) !important;
  border-radius: 2rem;
  font-size: 1.3rem !important;
  color: #8e99a5;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  border-color: #5a006f;
}

select {
  border: 2px solid #ececec;
}

textarea {
  width: 100%;
}

label {
  margin: 0 0 0.4rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-fluid {
  width: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 110rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.col {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.widget-container {
  position: relative;
  width: 100%;
}

.col-10 {
  width: 10%;
}

.col-13 {
  width: 13%;
}

.col-15 {
  width: 15%;
}

.col-16 {
  width: 16.6666666%;
}

.col-17 {
  width: 17%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-27 {
  width: 27%;
}

.col-30 {
  width: 30%;
}

.col-38 {
  width: 38%;
}

.col-33 {
  width: 33.33333%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-87 {
  width: 87%;
}

.col-90 {
  width: 90%;
}

.col-100 {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Top Header
--------------------------------------------- */
#top-header {
  height: 3.4rem;
  align-items: center;
  position: fixed;
  background: #f3f3f3;
  z-index: 100;
  width: 100%;
  top: 0;
  right: 0;
}

.admin-bar #top-header {
  top: 32px;
}

#top-header .info-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-header .info-row .item {
  display: flex;
  align-items: center;
}

#top-header .info-row .item:first-child {
  justify-content: flex-end;
}

#top-header .info-row .item + .item {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #dfdfdf;
}

#top-header .info-row .item .text {
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

#top-header .info-row .item .icon {
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 0.7rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Header
--------------------------------------------- */
header#header .svg-btn svg {
  width: 2rem;
  height: 2rem;
}

header#header .svg-btn {
  display: flex;
  align-items: center;
  position: relative;
}

header#header {
  padding: 0 0;
  align-items: center;
  border-bottom: 0px solid #eaeaea;
  height: 6rem;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 55;
  background: #fff;
  box-shadow: 0 0.9rem 1rem 0 rgba(105, 103, 103, 0.05);
}

header#header.front-page-template {
  top: 3.4rem;
}

.admin-bar header#header.front-page-template {
  top: calc(3.4rem + 32px);
}

header#header .container-fluid {
  padding: 0 3rem;
}

header#header .row {
  align-items: center;
  justify-content: space-between;
}

header#header .row > .col {
  width: 25%;
}

header#header .row > .menu-col {
  width: 50%;
}

header#header .header-btns {
  display: flex;
  justify-content: flex-end;
}

#content.site-content {
  padding-top: 0;
}

#content.site-content.front-page-template {
  padding-top: 6rem;
}

header#header .orange-btn .btn {
  font-size: 1.5rem;
  padding: 1rem 4rem;
}

/* Logo
--------------------------------------------- */
header#header .logo a {
  display: flex;
}

header#header .logo img {
  width: 15rem;
  margin-top: 0.1rem;
}

/* Simple Menu
--------------------------------------------- */
.simple-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-menu > li + li {
  margin-left: 2rem;
}

.parent-link-wrap {
  position: relative;
}

.simple-menu > li > a,
.simple-menu > li .parent-link-wrap a {
  color: #000;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  height: 6rem;
  display: flex;
  align-items: center;
  position: relative;
}

.footer-menu > li > a:hover,
.footer-menu > li.current_page_item > a,
.simple-menu > li > a:hover,
.simple-menu li.current_page_item > a,
.simple-menu li.current-menu-item > a,
.simple-menu > li.current-menu-parent .parent-link-wrap a,
.simple-menu li.current_page_item .parent-link-wrap a,
.simple-menu > li .parent-link-wrap a:hover,
.simple-menu > li .parent-link-wrap.hover a,
.simple-menu .has-children .drop-children li a:hover {
  color: #ff940e !important;
}

.simple-menu > li.current_page_item > a:hover:before,
.simple-menu li.current_page_item .parent-link-wrap a:hover:before {
  display: none;
}

.simple-menu .has-children {
  position: relative;
}

.simple-menu .parent-link-wrap {
  position: relative;
  z-index: 10;
}

.simple-menu .has-children .drop-children {
  position: absolute;
  padding: 1rem 0;
  background: #fff;
  list-style: none;
  display: none;
  width: auto;
  bottom: 0.5rem;
  left: 0;
  transform: translateY(100%);
  margin-left: -1rem;
  margin-top: -1rem;
  min-width: 14rem;
  max-width: 80rem;
  border: 1px solid #eef1fd;
  border-radius: 2rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  z-index: 10;
}

.simple-menu .has-children .drop-children li a {
  padding: 1.1rem 1.6rem;
  color: #56595d;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
  width: 100%;
  border-left: 0rem solid transparent;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* Mini Cart Btn
--------------------------------------------- */
.mini-cart {
  background: #ff940e;
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: 5rem;
  right: 3rem;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mini-cart:hover {
  transform: scale(1.1);
  box-shadow: 0 0.5rem 2.5rem 0rem rgb(240 139 14 / 0.9);
}

.mini-total {
  position: absolute;
  background: #ff940e;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.8rem;
  top: -0.4rem;
  right: -0.6rem;
}

.mini-cart svg {
  width: 3rem;
  height: 3rem;
}

.mini-cart svg path {
  fill: #fff;
}

/* .mini-cart:before {
  content: "";
  background: #ff940e;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  right: 0px;
  z-index: -1;
  animation: hotline 2s infinite;
}

.mini-cart:hover:before {
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@keyframes hotline {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.3);
  }
} */

/* Mini Cart
--------------------------------------------- */
.modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 300;
  display: none;
}

.overlay-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  background: #000000;
  opacity: 0.1;
}

.close-btn-1 {
  background: #fff;
  box-shadow: 0 0rem 1rem 0 rgba(102, 102, 102, 0.15);
  border: none;
  font-size: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.7rem 0rem 0rem 0.7rem;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: -3.6rem;
  top: 2rem;
}

.close-btn-1:before {
  content: "";
  background-image: url(/wp-content/themes/pinestore/assets/images/cancel.svg);
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mini-cart-container {
  position: absolute;
  width: 35rem;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 15;
  background: #fff;
  box-shadow: -1.36rem 0 2rem 0 rgba(102, 102, 102, 0.1);
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.open .mini-cart-container {
  transform: translateX(0%);
}

.mini-cart-wrap {
  height: 100vh;
  position: relative;
}

.mini-cart-wrap .mini-cart-empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 2rem;
}

.mini-cart-wrap .mini-cart-empty * {
  text-align: center;
}

.mini-cart-wrap .mini-cart-empty .icon {
  width: 4rem;
  height: 4rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.mini-cart-wrap .mini-cart-empty .mini-title-empty {
  font-size: 2rem;
  font-weight: 500;
}

.mini-cart-wrap .mini-cart-empty .mini-text-empty {
  font-size: 1.1rem;
  color: #6f7577;
  margin: 0.5rem 0 1.5rem;
}

.mini-cart-wrap ul.woocommerce-mini-cart {
  width: 100%;
  margin: 0;
  list-style: none;
  height: calc(100vh - 15rem);
  padding: 3rem 2rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.mini-cart-wrap ul.woocommerce-mini-cart::-webkit-scrollbar {
  width: 0rem;
  background-color: transparent;
}

.mini-cart-wrap ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
  width: 0rem;
  background-color: transparent;
}

.mini-cart-wrap ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
  background-color: #d4c2c2;
}

.mini-cart-wrap ul.woocommerce-mini-cart > li {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #eaeaea;
}

.mini-cart-wrap ul.woocommerce-mini-cart > li + li {
  padding-top: 1.5rem;
}

.mini-cart-wrap ul.woocommerce-mini-cart .thumb {
  width: 23%;
  display: flex;
  align-items: center;
}

.mini-cart-wrap ul.woocommerce-mini-cart .thumb img {
  width: 7rem;
  height: 7rem;
  border-radius: 0.7rem;
  object-fit: cover;
  box-shadow: 0 0rem 1rem 0 rgba(102, 102, 102, 0.25);
}

.mini-cart-wrap ul.woocommerce-mini-cart .info {
  width: 67%;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mini-cart-wrap ul.woocommerce-mini-cart .close {
  width: 10%;
}

.mini-cart-wrap ul.woocommerce-mini-cart .close a {
  background: #fff;
  box-shadow: 0 0rem 1rem 0 rgba(102, 102, 102, 0.15);
  border: none;
  font-size: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.7rem 0rem 0rem 0.7rem;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mini-cart-wrap ul.woocommerce-mini-cart .close a:before {
  content: "";
  background-image: url(/wp-content/themes/pinestore/assets/images/cancel.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mini-cart-wrap ul.woocommerce-mini-cart .info .title,
.mini-cart-wrap ul.woocommerce-mini-cart .info .title * {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mini-cart-wrap ul.woocommerce-mini-cart .info .price {
  margin-top: 1.5rem;
}

.mini-cart-wrap ul.woocommerce-mini-cart .info .price .quantity {
  font-size: 2rem;
  line-height: 1;
  color: #000;
}

.mini-cart-title {
  padding: 3rem 2rem;
  width: 100%;
  border-bottom: 0.1rem solid #e5e5e5;
}

.mini-cart-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 2rem;
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top: 0.1rem solid #e5e5e5;
  background: #fff;
}

.mini-cart-bottom .woocommerce-mini-cart__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-cart-bottom .woocommerce-mini-cart__buttons a {
  display: inline-block;
  background: #f1f1f1 !important;
  color: #6b6b6b !important;
  font-size: 1.3rem;
  width: 15rem;
  height: 4rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 1rem 0rem !important;
  border-radius: 25rem;
}

.mini-cart-bottom .woocommerce-mini-cart__buttons a:hover {
  box-shadow: none;
  background: #d5d5d5 !important;
}

.mini-cart-bottom .woocommerce-mini-cart__buttons a.checkout {
  background: #ff940e !important;
  color: #fff !important;
}

.mini-cart-bottom .woocommerce-mini-cart__buttons a.checkout:hover {
  box-shadow: 0 0.5rem 2.5rem 0rem rgb(240 139 14 / 0.9);
}

.mini-cart-total {
  margin-bottom: 1.5rem;
}

.mini-cart-total .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-cart-total .woocommerce-mini-cart__total .amount {
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
}

.mini-cart-total .woocommerce-mini-cart__total .total > strong {
  line-height: 1;
  font-size: 1.8rem;
}

/* Buttons
--------------------------------------------- */
.woo-quantity-btn,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce .add_to_cart_button,
.woocommerce .added_to_cart.wc-forward,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .custom-cart-btn a,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input#submit,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce ul.products li.product .button {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: auto;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

a.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.custom-cart-btn .added_to_cart.wc-forward,
button.button,
.woocommerce button.button.alt,
.woocommerce .cart .button,
.woocommerce .entry-summary .yith-wcwl-add-button .add_to_wishlist,
.woocommerce .entry-summary .yith-wcwl-add-button a,
.woocommerce #review_form #respond .form-submit input {
  padding: 1rem 4rem;
  background-color: #ff940e;
  border-color: #ff940e;
  border-radius: 25rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.custom-cart-btn .added_to_cart.wc-forward:hover,
button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce .cart .button:hover,
.woocommerce .entry-summary .yith-wcwl-add-button .add_to_wishlist:hover,
.woocommerce .entry-summary .yith-wcwl-add-button a:hover,
.woocommerce #review_form #respond .form-submit input:hover {
  background-color: #ff940e;
  border-color: #ff940e;
  color: #fff;
  box-shadow: 0 0.5rem 2.5rem 0rem rgb(240 139 14 / 0.9);
}

/* orange Button
--------------------------------------------- */
.orange-btn.btn,
.orange-btn .btn {
  font-size: 1.8rem;
  background: #ff940e;
  color: #fff;
  padding: 1.2rem 5rem;
  line-height: 1;
  border-radius: 25rem;
  font-weight: 500;
}

.orange-btn.btn:hover,
.orange-btn .btn:hover {
  background-color: #ff940e;
  border-color: #ff940e;
  color: #fff;
  box-shadow: 0 0.5rem 2.5rem 0rem rgb(240 139 14 / 0.9);
}

.out-of-stock .btn {
  box-shadow: none !important;
  pointer-events: none !important;
  background: #ffbf6e !important;
}

/* Quantity Buttons - Woocommerce
--------------------------------------------- */
.quantity .qty-button {
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  height: 3.2rem;
  width: 3.2rem;
  line-height: 3.6rem;
  color: #555;
  background-color: #f1f1f1;
  border: none;
  border-radius: 50%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.quantity .qty-button:hover {
  color: #555;
  background-color: #dfdfdf;
}

.quantity-btns-wrap {
  display: flex;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 1.5rem;
  display: none;
}

.quantity-input input::-webkit-outer-spin-button,
.quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Search Form
--------------------------------------------- */
form.search-form {
  width: 100%;
  display: flex;
}

form.search-form .screen-reader-text {
  display: none;
}

form.search-form label {
  width: 100%;
  margin: 0;
}

form.search-form label input[type="search"] {
  width: 100%;
}

#error-404 .search-submit {
  background: #ff940e;
  color: #fff;
  padding: 0rem 5rem;
  line-height: 1;
  border-radius: 25rem;
  font-weight: 500;
  border: none;
  font-size: 1.3rem;
}

/* Entry Header
--------------------------------------------- */
.entry-header {
  margin-bottom: 1.5rem;
}

#entry-header {
  background-image: url(/wp-content/uploads/2020/12/blue-bg-1.jpg);
  background-size: cover;
  background-position: 100% 75%;
  background-repeat: no-repeat;
  padding: 13rem 0;
  margin-bottom: 0;
}

#entry-header .overlay {
  background: #000;
  top: 0;
  right: 0;
  opacity: 0.1;
}

#entry-header .container {
  z-index: 15;
}

#entry-header .header-shape-bottom {
  position: absolute;
  width: 100%;
  bottom: -0.01rem;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 15;
}

#entry-header .header-shape-bottom svg {
  width: 100%;
  height: 9.6rem;
  transform: rotateY(180deg);
  position: relative;
  left: 0;
}

#entry-header .header-shape-bottom svg path {
  fill: #ffffff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* Entry Title
--------------------------------------------- */
.entry-title {
  font-weight: 800;
  font-size: 4.7rem;
  text-align: center;
}

#entry-header .entry-title {
  color: #fff;
}

/* Entry Content
--------------------------------------------- */
body .entry-content * + *,
body .entry-content p + * {
  margin-top: 1rem;
}

body .entry-content * + ol,
body .entry-content * + ul {
  margin-top: 1rem;
}

.entry-content * {
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.6;
}

.entry-content strong,
.entry-content b {
  font-weight: 600;
}

.entry-content ul {
  padding: 0;
  margin: 0;
}

.entry-content ol {
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
}

.entry-content ul li {
  padding-left: 1.5rem;
  position: relative;
}

.entry-content ol li {
  position: relative;
}

.entry-content ul li + li,
.entry-content ol li + li {
  margin-top: 0.5rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 500;
  font-size: 2rem;
  margin-top: 2rem !important;
  line-height: 1.4;
}

.entry-content * + h1,
.entry-content * + h2,
.entry-content * + h3,
.entry-content * + h4,
.entry-content * + h5,
.entry-content * + h6 {
  margin-top: 2rem;
}

/* Block Title
--------------------------------------------- */
.block-title,
.block-title * {
  font-weight: 800;
  font-size: 4.7rem;
}

/* Columns - WooCommerce
--------------------------------------------- */
.woocommerce-page .col2-set,
.woocommerce .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
.woocommerce-page .col2-set,
.woocommerce .col2-set {
  width: auto;
}

.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

/* Blocks - WooCommerce
--------------------------------------------- */
.woocommerce form.login,
.woocommerce .lost_reset_password,
.woocommerce .woocommerce-ResetPassword,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce-cart-form,
.woocommerce .woocommerce-cart-form,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-additional-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce-page .woocommerce-order-details,
.woocommerce .woocommerce-customer-details > :last-child,
.woocommerce .single-product-row div.product div.summary,
.woocommerce div.product .woocommerce-tabs,
#review_form_wrapper {
  background-color: #fff;
  border: 1px solid #eef1fd;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
}

.woocommerce form.login,
.woocommerce .lost_reset_password,
.woocommerce .woocommerce-ResetPassword,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce-cart-form,
.woocommerce .woocommerce-cart-form,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-additional-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce-page .woocommerce-order-details,
.woocommerce .woocommerce-customer-details > :last-child,
.woocommerce .single-product-row div.product div.summary,
.woocommerce div.product .woocommerce-tabs,
#review_form_wrapper {
  padding: 2.4rem;
}

.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce form.checkout_coupon,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 2.4rem;
}

.woocommerce form.login,
.woocommerce .lost_reset_password,
.woocommerce .woocommerce-ResetPassword,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce form.checkout_coupon,
body.woocommerce-page .entry-content .woocommerce-order-details {
  margin-top: 2.4rem;
}

.woocommerce-notice--success.woocommerce-thankyou-order-received {
  border-right: 3px solid #01a1b9 !important;
  border-left: 3px solid #01a1b9 !important;
  font-size: 1.5rem !important;
}

/* Notices Wrapper - WooCommerce
--------------------------------------------- */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-notice,
.woocommerce-page .woocommerce-notice,
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info {
  position: relative;
  border-top: none;
  margin: 0;
  padding: 1rem 3.2rem;
  font-size: 1.2rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-page .woocommerce-notice,
.woocommerce-warning {
  color: #444;
  border: none;
  border-left: 3px solid #01a1b9;
  background-color: #eaeaea;
  margin-bottom: 2.4rem !important;
  background-color: #fff;
  border: 1px solid #eef1fd;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
}

.woocommerce-error {
  border-color: #eef1fd !important;
  border-right: 3px solid #b81c23 !important;
}

.woocommerce-error *,
.woocommerce-info *,
.woocommerce-message *,
.woocommerce-notice *,
.woocommerce-page .woocommerce-notice * {
  font-size: 1.2rem;
  font-weight: 400 !important;
}

.woocommerce-error li::before,
.woocommerce-info::before,
.woocommerce-message::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(/wp-content/themes/pinestore/assets/images/exclamation.svg);
  background-size: 97%;
  background-position: center;
  background-repeat: no-repeat;
  top: 48%;
  left: 1.3rem;
  transform: translateY(-50%);
  display: inline-block;
}

.woocommerce-error li::before {
  background-image: url(/wp-content/themes/pinestore/assets/images/danger.svg);
  top: 0px;
  left: 0;
  margin-right: 0.5rem;
  -webkit-transform: none;
  transform: none;
}

.woocommerce-page .entry-content .woocommerce-error li + li,
.woocommerce-page .entry-content .woocommerce-info li + li,
.woocommerce-page .entry-content .woocommerce-message li + li {
  margin-top: 1.2rem;
}

.woocommerce-error:before {
  content: "";
}

.woocommerce-page .woocommerce-error a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-notice a.button,
.woocommerce-page .woocommerce-notices-wrapper a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-notice a.button,
.woocommerce .woocommerce-notices-wrapper a.button {
  padding: 0.4rem 1.6rem;
  font-size: 1rem;
}

.woocommerce-page .woocommerce-info a.showcoupon,
.woocommerce-page .woocommerce-info a.showlogin {
  color: #ff940e;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message,
ul.woocommerce-notice,
ul.woocommerce-page .woocommerce-notice {
  padding: 1.6rem;
}

/* Tables - WooCommerce
--------------------------------------------- */
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.woocommerce table.shop_table,
.woocommmerce table {
  border-collapse: collapse;
  padding: 0;
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid #ececec;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce td,
.woocommerce th {
  padding: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  border: 1px solid #ececec;
  vertical-align: middle;
}

.woocommerce table.shop_table th,
.woocommerce th,
.woocommerce th * {
  font-weight: 700;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce td,
.woocommerce td *,
.woocommerce th,
.woocommerce th * {
  font-size: 1.2rem;
}

.woocommerce table thead th {
  background-color: #f5f5f5;
}

.woocommerce-orders table.shop_table td .button {
  padding: 1rem 1.5rem;
}

.woocommerce .woocommerce-checkout table.shop_table td.product-name {
  white-space: nowrap;
}

/* Titles - WooCommerce
--------------------------------------------- */
.woocommerce-page form.woocommerce-checkout h3 {
  width: 100%;
}

.woocommerce-page form.woocommerce-checkout h3,
.woocommerce-page form.woocommerce-checkout h3 *,
.woocommerce .cart_totals h2,
.woocommerce .cross-sells h2,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-order-details h2,
.woocommerce .woocommerce-column__title,
.woocommerce .woocommerce-tabs h2,
#single-product-page .up-sells.upsells > h2,
#single-product-page .related > h2,
#order_review h2 {
  margin-top: 0 !important;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce .cart_totals h2,
.woocommerce .cross-sells h2,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
#order_review h2 {
  margin-bottom: 2.4rem;
}

.woocommerce-page form.woocommerce-checkout h3,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-order-details h2,
.woocommerce .woocommerce-tabs h2,
#single-product-page .up-sells.upsells > h2,
#single-product-page .related > h2 {
  margin-bottom: 0.8rem;
}

.woocommerce .cart_totals h2,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-order-details h2,
#single-product-page .up-sells.upsells > h2,
#single-product-page .related > h2,
#order_review h2 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.8rem;
}

#order_review_heading,
.woocommerce-page .woocommerce-order-details h2,
#single-product-page .up-sells.upsells > h2,
#single-product-page .related > h2 {
  border-bottom: 0px solid #ececec;
}

/* Forms - WooCommerce
--------------------------------------------- */
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}

.woocommerce form .form-row textarea {
  padding: 1.6rem;
  height: 12rem;
  vertical-align: middle;
  resize: vertical;
}

.woocommerce form .woocommerce-billing-fields .form-row .input-text,
.woocommerce-page form .woocommerce-billing-fields .form-row .input-text {
  height: 3.6rem;
}

body .select2-container--default .select2-selection--single {
  border-color: #ececec;
}
.select2-container--default .select2-selection--single {
  border-width: 0px;
  border-color: #ececec;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: inset 0.5rem 0.3rem 1.5rem 0px rgba(134, 161, 181, 0.18);
  border-radius: 2rem;
  font-size: 1.3rem !important;
  padding: 0 1.2rem;
}
.select2-container .select2-selection--single {
  height: 3.6rem;
  padding-left: 1.2rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 3.4rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0.8rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
  border: 1px solid #ececec;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 0.8rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Text Alignments
--------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* Button
--------------------------------------------- */
.btn {
  font-size: 1.4rem;
  font-weight: 400;
  border: none;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
  color: #333;
  position: relative;
}

/* Overlay
--------------------------------------------- */
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Hover Link
--------------------------------------------- */
.hover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

/* Close Btn
--------------------------------------------- */
.close-btn {
  background: #fff;
  box-shadow: 0 0rem 1rem 0 rgba(102, 102, 102, 0.15);
  border: none;
  font-size: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.7rem 0rem 0rem 0.7rem;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: -3.6rem;
  top: 2rem;
}

.close-btn:before,
.close-btn:after {
  content: "";
  position: absolute;
  background: #333;
  width: 75%;
  height: 2px;
  border-radius: 10rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.close-btn:before {
  top: 50%;
  right: 50%;
  transform-origin: 100%;
  transform: rotate(45deg) translateX(50%) translateY(-50%);
}

.close-btn:after {
  top: 50%;
  right: 50%;
  transform-origin: 100%;
  transform: rotate(-45deg) translateX(50%) translateY(-50%);
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

/* 404
--------------------------------------------- */
#error-404 {
  padding: 12rem 0;
  background: #f3f4f8;
}

.not-found-title {
  margin-bottom: 1.6rem;
}

.not-found-title,
.not-found-title * {
  font-size: 2.6rem;
}

.not-found-subtitle {
  margin-bottom: 1.2rem;
}

.not-found-subtitle,
.not-found-subtitle * {
  font-size: 1.7rem;
  text-transform: uppercase;
}

.not-found-content {
  margin-bottom: 1.6rem;
}

#error-404 .search-form-entry {
  width: 100%;
  max-width: 52rem;
  margin: 2.4rem auto 0;
}

/* Single Page, Post
--------------------------------------------- */
#single-product-page .row {
  flex-direction: column;
}

#single-product-page .single-product-titlee {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 3rem;
  position: relative;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Comfortaa", cursive;
}

#single-product-page .single-product-titlee {
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

.single-page {
  padding: 0;
}

.single-page > :nth-child(2) {
  /*background-image: url(/wp-content/uploads/2020/12/Frame_66_4-min.png);
  background-size: cover;
  background-position: top center;*/
  padding-top: 7rem;
  padding-bottom: 7rem;
}

#single-product-page.single-page {
  padding: 7rem 0 7rem;
  background-image: url(/wp-content/uploads/2020/12/Frame_66_4-min.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#single-post.single-page #entry-content .container {
  max-width: 70rem;
}

#single-post.single-page #entry-content .featured-image {
  margin-bottom: 2.5rem;
}

#single-post.single-page #entry-content .featured-image img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-radius: 0.5rem;
}

/* Woocommerce Page 
--------------------------------------------- */
body.woocommerce-page .entry-content * + *,
body.woocommerce-page .entry-content p + * {
  margin-top: 0;
}

.woocommerce-page .entry-content ul li + li,
.woocommerce-page .entry-content ol li + li {
  margin-top: 0rem;
}

.woocommerce-page .entry-content ul li {
  padding-right: 0;
}

/* Login Page - Woocommerce
--------------------------------------------- */
.woocommerce-page label,
.woocommerce form .form-row label,
.woocommerce label {
  color: #616161;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.2rem;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 1.2rem 0 !important;
}

/* My Account - Woocommerce
--------------------------------------------- */
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  margin-top: -1.2rem;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  position: relative;
  display: block;
  padding: 1.2rem 0 1.2rem 1.2rem;
  border-bottom: 1px solid #ececec;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li:after {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover {
  color: #ff940e;
  text-decoration: underline;
}

.woocommerce-page .woocommerce-MyAccount-content p {
  margin-bottom: 1.2rem;
}

.woocommerce-page .woocommerce-MyAccount-content p a {
  border-bottom: 1px solid #ff940e;
}
.woocommerce-page .woocommerce-MyAccount-content p a:hover {
  color: #ff940e;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  padding: 0;
}

.woocommerce table.my_account_orders .button + .button {
  margin-right: 0.5rem;
}

.woocommerce-account .addresses .title h3 {
  margin-top: 0 !important;
  margin-bottom: 2.4rem;
  font-size: 1.36rem;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce-account .addresses .title .edit {
  font-size: 1rem;
  text-transform: uppercase;
}

address {
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: inherit;
}

fieldset {
  border: 1px solid #ececec;
  padding: 2.4rem;
  margin: 0;
}

legend {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  padding: 0 1.2rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account .button {
  margin-top: 1.5rem;
}

/* Cart - Woocommerce
--------------------------------------------- */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code {
  width: 16rem;
  height: 3.6rem;
  margin: 0;
  padding: 0.5rem 1.2rem;
  border-width: 1px;
  border-color: #ececec;
  border: none;
  box-shadow: inset 3px 5.196px 10px 0px rgba(134, 161, 181, 0.18),
    inset -0.423px -0.906px 20.4px 3.6px rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  font-size: 1.3rem;
  color: #8e99a5;
  margin-left: 1rem;
}

.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce-cart table.cart td.actions > .button {
  height: 3.6rem;
  font-size: 1.3rem;
}

.woocommerce a.remove {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 2rem;
  text-align: center;
  line-height: 2.4rem;
  font-weight: 400;
  padding: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  border-radius: 0.2rem 1rem;
}

.woocommerce a.remove svg {
  width: 100%;
  height: 100%;
}

.woocommerce a.remove svg,
.woocommerce a.remove svg path {
  fill: #555;
}

.woocommerce a.remove:hover svg,
.woocommerce a.remove:hover svg path {
  fill: #fff;
}

.woocommerce-page .quantity .qty,
.woocommerce .quantity .qty {
  width: 5rem;
  border: none;
  box-shadow: inset 3px 5.196px 10px 0px rgba(134, 161, 181, 0.18),
    inset -0.423px -0.906px 20.4px 3.6px rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  text-align: right;
  font-size: 1.3rem;
  color: #8e99a5;
  height: 3.2rem;
  min-height: unset;
  padding: 0rem 1.5rem;
  margin: 0 0.5rem;
}

.woocommerce .cross-sells {
  margin-top: 3rem;
}

.woocommerce .cart_totals table.shop_table tbody th {
  font-weight: 500;
}

.woocommerce .cart_totals table.shop_table tbody .order-total * {
  font-weight: 600;
}

.woocommerce .cart_totals table.shop_table tbody .order-total .includes_tax,
.includes_tax {
  display: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
  margin: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 2.4rem;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  padding: 1.2rem 2rem;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce-page #add_payment_method #payment {
  padding: 2.4rem;
  background: #f3f4f8;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
}

.woocommerce-checkout #payment ul.payment_methods {
  margin-bottom: 0;
  border-bottom-color: transparent;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0;
  margin-bottom: 0.8rem !important;
  padding-bottom: 0.8rem;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
  padding-top: 0.8rem;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_orde {
  width: 100%;
  border-radius: 25rem;
  padding: 1.2rem 2rem;
  margin-top: 2.4rem;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  border-bottom: 1px solid #ececec;
}

.woocommerce-cart #payment ul.payment_methods label,
.woocommerce-checkout #payment ul.payment_methods label,
.woocommerce-page #add_payment_method #payment ul.payment_methods label {
  line-height: 1;
  margin: 0;
  color: #444;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #eceef2;
}

#add_payment_method #payment div.payment_box *,
.woocommerce-cart #payment div.payment_box *,
.woocommerce-checkout #payment div.payment_box * {
  color: #444;
  font-size: 1rem;
}

.woocommerce-checkout #payment div.payment_box *,
.gb-payment-method-description,
.woocommerce-checkout #payment ul.payment_methods label {
  text-align: center;
  font-size: 1.2rem;
}

.woocommerce-checkout
  #payment
  div.payment_box
  #tranzila-choose-number-of-payments,
.woocommerce-checkout
  #payment
  div.payment_box
  #tranzila-choose-number-of-payments
  * {
  color: #444;
}

.woocommerce-checkout #payment div.payment_box ul li,
.woocommerce-checkout #payment div.payment_box ul li * {
  color: #444;
}

.woocommerce-checkout #payment ul.payment_methods .woocommerce-validated label {
  color: #444;
  font-size: 1.2rem;
  text-align: center;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  border-bottom-color: #eceef2;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 0 0.5rem;
}

#add_payment_method #payment .payment_method_paypal .about_paypal:hover,
.woocommerce-cart #payment .payment_method_paypal .about_paypal:hover,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
  color: #ff940e;
  text-decoration: underline;
}

.woocommerce-cart .entry-content > .woocommerce {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.woocommerce-cart .entry-content > .woocommerce > * {
  width: 100%;
  position: relative;
}

.woocommerce-cart .entry-content > .woocommerce > .woocommerce-cart-form {
  width: calc(65% - 3rem);
}

.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals {
  width: 35%;
	    position: sticky;
    top: 7rem;
}

.woocommerce-cart
  .entry-content
  > .woocommerce
  > .cart-collaterals
  > .cart_totals {
  margin-top: 0;
}

.woocommerce form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
}

.woocommerce form.woocommerce-checkout #customer_details {
  width: calc(65% - 3rem);
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce form.woocommerce-checkout #order_review {
  width: 35%;
  margin: 0 !important;
  position: sticky;
  top: 7rem;
}

.woocommerce form.woocommerce-checkout .col2-set .col-1,
.woocommerce form.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}

.woocommerce form.woocommerce-checkout .payments-row,
.woocommerce .cart-collaterals .payments-row {
  display: flex;
  justify-content: center;
}

.woocommerce form.woocommerce-checkout .payments-row .item,
.woocommerce .cart-collaterals .payments-row .item {
  margin-left: 0 !important;
}

.woocommerce form.woocommerce-checkout .payments-row .item + .item,
.woocommerce .cart-collaterals .payments-row .item + .item {
  margin-right: 1.2rem !important;
}

.woocommerce form.woocommerce-checkout .title-payments,
.woocommerce .cart-collaterals .title-payments {
  text-align: center;
  font-size: 1.05rem;
}

.woocommerce form.woocommerce-checkout .title-payments {
  margin-top: 1.5rem;
}

.woocommerce .cart-collaterals .title-payments {
  margin-top: 3rem;
}

#order_review_heading {
  display: none;
}

.woocommerce-privacy-policy-text * {
  font-size: 1.1rem;
}

.woocommerce-privacy-policy-text a {
  color: #00c3cb;
  font-weight: 600;
}

.woocommerce-page .woocommerce-additional-fields {
  margin-bottom: 0.2rem;
}

.woocommerce-shipping-destination {
  display: none !important;
}

.woocommerce ul#shipping_method li {
  padding-left: 0 !important;
}

/* PineCart - Woocommerce
--------------------------------------------- */
.shop_table .woocommerce-cart-form__cart-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  padding: 1rem 1rem;
  border-radius: 0.5rem 3rem;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
}

.shop_table
  .woocommerce-cart-form__cart-item
  + .woocommerce-cart-form__cart-item {
  margin-top: 2.5rem;
}

.shop_table .product-thumbnail {
  width: 30%;
  padding-left: 2rem;
}

.shop_table .product-name {
  width: 35%;
  padding-left: 2rem;
}

.shop_table .product-quantity {
  width: 23%;
}

.shop_table .product-subtotal {
  width: 28%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.shop_table .product-remove {
  width: 7%;
}

.shop_table .product-subtotal > .woocommerce-Price-amount {
  width: 100%;
  display: inline-block;
}

.shop_table .product-subtotal .subtotal-bottom,
.shop_table .product-subtotal .subtotal-bottom * {
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  color: #00c3cb;
}

.shop_table .product-thumbnail a {
  display: flex;
	    pointer-events: none;
}

.shop_table .product-thumbnail img {
  width: 100%;
  height: 15rem;
  object-fit: contain;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem 3rem;
  border: 1px solid #ececec;
}

.shop_table .product-name .product-name-wrap {
  margin-bottom: 1rem;
}

.shop_table .product-name .product-name-wrap,
.shop_table .product-name .product-name-wrap * {
  color: #56595d;
  font-size: 2.5rem;
  position: relative;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Comfortaa", cursive;
}

.shop_table .product-name .product-name-wrap a {
pointer-events: none;
}

.shop_table .product-name .product-name-wrap,
.shop_table .product-name .product-name-wrap * {
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}


.shop_table .product-subtotal * {
  font-weight: 700;
  font-size: 2rem;
  color: #ff940e;
  text-align: center;
}

.shop_table .custom-coupon {
  display: flex;
  justify-content: space-between;
}

.update-cart {
  padding: 1rem !important;
  width: 3.5rem !important;
  height: 3.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.update-cart svg {
  width: 100%;
  height: 100%;
}

.update-cart svg * {
  fill: #fff;
}

.gb-payment-method-description {
  float: unset !important;
}

.cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem !important;
}

.bottom-info-row .info-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-info-row .info-row .item {
  display: flex;
  align-items: center;
}

.bottom-info-row .info-row .item:first-child {
  justify-content: flex-end;
}

.bottom-info-row .info-row .item + .item {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #dfdfdf;
}

.bottom-info-row .info-row .item .text {
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.bottom-info-row .info-row .item .icon {
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 0.7rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Order Page - Woocommerce
--------------------------------------------- */
.woocommerce-page .woocommerce ul.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  display: none;
}

.woocommerce ul.order_details li {
  border-right: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce ul.order_details li strong {
  font-weight: 400;
  text-transform: initial;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.entry-content iframe {
  border: none;
}

/* Product Grid - Woocommerce
--------------------------------------------- */
.archive-products-row {
  display: flex;
  margin: 0 -1.4rem 0rem !important;
  width: calc(100% + 2.8rem);
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.archive-products-row li.product {
  width: 25% !important;
  margin: 0 !important;
  float: none !important;
}

.archive-products-row li.product:nth-child(1) .products-wrap,
.archive-products-row li.product:nth-child(2) .products-wrap,
.archive-products-row li.product:nth-child(3) .products-wrap,
.archive-products-row li.product:nth-child(4) .products-wrap {
  margin-top: 0 !important;
}

.archive-products-row li.product .products-wrap {
  background-color: #fff;
  border: 1px solid #eef1fd;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  border-radius: 1rem 3rem;
  margin: 0 1.4rem;
  margin-top: 2.8rem;
  position: relative;
  padding-top: 2rem;
}

.archive-products-row li.product .image {
  height: 25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.archive-products-row li.product .image a {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}

.archive-products-row li.product .content-wrap {
  padding: 2rem 1.6rem 2.4rem;
}

.archive-products-row li.product .title {
  margin-bottom: 0.5rem;
}

.archive-products-row li.product .title,
.archive-products-row li.product .title * {
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.archive-products-row li.product .title a {
  pointer-events: none;
}

ul.archive-products-row li.product .custom-price .price {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.8rem;
  color: #00c3cb;
  display: block;
}

ul.archive-products-row li.product .custom-price .price ins {
  text-decoration: none;
}

ul.archive-products-row li.product .custom-cart-btn {
  margin-top: 0.8rem;
  text-align: center;
}

ul.archive-products-row li.product .custom-cart-btn a,
ul.archive-products-row li.product .custom-cart-btn .button,
.custom-cart-btn .added_to_cart.wc-forward {
  padding: 0.8rem 1.5rem;
  margin: 0.3rem;
  border-radius: 25rem;
}

ul.archive-products-row li.product .custom-cart-btn a:after,
ul.archive-products-row li.product .custom-cart-btn .button:after,
.custom-cart-btn .added_to_cart.wc-forward:after,
.woocommerce a.button.loading::after {
	display: none !important;
}

.custom-text {
    text-align: center;
    padding-bottom: 0.5rem;
}

/* Single Product - Woocommerce
--------------------------------------------- */
.single-product-row,
.section #primary {
  width: 100%;
}

.sticky-wrap {
  position: relative;
  height: 100%;
  margin: 0;
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.onsale {
  background: #00c3cb !important;
  top: 0 !important;
  right: 0 !important;
  min-height: unset !important;
  min-width: unset !important;
  border-radius: 0.2rem 0.5rem !important;
  line-height: 1 !important;
  padding: 0.5rem 1.5rem !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  display: none !important;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image--placeholder {
  border: none;
}

.woocommerce
  .single-product-row
  div.product
  div.images.woocommerce-product-gallery {
  width: 100% !important;
}

.product-gallery-wrapper {
  width: 55% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  margin-bottom: 2rem;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 100% !important;
  float: none !important;
}

.woocommerce .single-product-row .woocommerce-product-gallery__wrapper > div {
  position: relative;
  display: flex !important;
  justify-content: center;
  border: none;
  border-radius: 1rem 3rem;
  padding: 0;
  background: #fff;
  background: transparent;
}

.woocommerce .single-product-row div.product div.images img {
  height: 40rem;
  width: auto;
  object-fit: contain;
}

.woocommerce .single-product-row div.product div.summary {
  width: 45% !important;
  float: none !important;
  top: 3rem;
  position: sticky;
  margin-bottom: 5rem;
  border-radius: 1rem 3rem;
  padding: 0;
  padding-right: 5rem;
  border: none !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb {
  padding-bottom: 0;
  margin-bottom: 0;
}

.woocommerce #single-product-page .woocommerce-breadcrumb {
  margin-bottom: 1.5rem;
  display: none;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb *,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb * {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

.woocommerce #entry-header .woocommerce-breadcrumb,
.woocommerce #entry-header .woocommerce-breadcrumb *,
#entry-header .woocommerce-breadcrumb,
#entry-header .woocommerce-breadcrumb * {
  color: #fff;
}

.woo-breadcrumbs {
  text-align: center;
  margin-top: 0.5rem;
  display: none;
}

.woocommerce .single-product-row div.product .product_title {
  font-weight: 800;
  font-size: 3rem;
  text-align: right;
  line-height: 1;
  margin-bottom: 1.2rem;
  display: none;
}

.woocommerce .single-product-row div.product .entry-summary .price {
  font-weight: 700;
  font-size: 2.5rem;
  color: #00c3cb;
  margin-bottom: 0rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
}

.woocommerce .single-product-row div.product .entry-summary .price del {
  color: #dd4a1f;
  opacity: 0.8;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
  margin-right: 1rem;
}

/* .woocommerce div.product form.cart {
  position: absolute;
  bottom: 0;
  right: 18rem;
  margin: 0;
} */

.custom-sale-text {
  font-weight: 500;
  font-size: 1.5rem;
  margin-right: 1rem;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
}

.woocommerce .entry-summary .yith-wcwl-add-button .view-wishlist,
.woocommerce .entry-summary .yith-wcwl-add-button .separator {
  display: none;
}

.product_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.product_meta > *:not(:last-child) {
  margin-bottom: 0.2rem;
}
.product_meta * {
  font-weight: 400;
  font-size: 1.2rem;
}

.product-icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.product-icons-row .item {
  width: 50%;
  padding: 1rem;
}

.product-icons-row .item:nth-child(1),
.product-icons-row .item:nth-child(2) {
  padding-top: 0;
}

.product-icons-row .item .item-wrap {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eef1fd;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  border-radius: 1rem 3rem;
  padding: 3.5rem 2.5rem;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-icons-row .item .title {
  font-weight: 800;
  font-size: 1.7rem;
  margin-top: 1.5rem;
  text-align: center;
}

.product-icons-row .item .icon {
  background: #00c3cb;
  color: #fff;
  box-shadow: 0 1.36rem 2.16rem 0 rgba(102, 102, 102, 0.18);
  border: none;
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 1.7rem;
  border-radius: 0.5rem 1.5rem;
  padding: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.product-icons-row .item .icon img {
  width: 100%;
  height: 100%;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 2.4rem;
}

body .pswp__button--arrow--left:before,
body .pswp__button--arrow--right:before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

body .pswp__button--arrow--left,
body .pswp__button--arrow--right {
  opacity: 1 !important;
}

body .pswp__bg {
  background: rgb(246 246 246 / 98%);
}

body .pswp__caption {
  display: none;
}

body .pswp__top-bar {
  opacity: 1 !important;
  background-color: transparent !important;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0rem 1.5rem 0 rgb(0 0 0 / 15%);
  border-radius: 0.5rem 1rem;
  cursor: pointer !important;
}

#single-product-page .up-sells.upsells,
#single-product-page .related {
  margin-top: 4rem;
}

body button.pswp__button {
  display: none !important;
}

body .pswp__button--close.pswp__button {
  background-image: url(/wp-content/themes/pinestore/assets/images/cancel.svg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block !important;
  width: 50%;
  height: 50%;
}

/* Product Tabs - Woocommerce
--------------------------------------------- */
.woocommerce div.product .woocommerce-tabs {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  font-size: 0;
  padding: 0;
  margin: 0 0 2.4rem;
  list-style: none;
  border: 1px solid #ececec;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  cursor: pointer;
  border: none;
  border-right: 1px solid #ececec;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 1.1rem;
  display: inline-block;
  margin: 0;
  padding: 1.6rem 2.4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
}

/* Product Comments - Woocommerce
--------------------------------------------- */
.woocommerce #review_form #respond textarea {
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  width: 100%;
}

.woocommerce #reviews #comment {
  height: 9.6rem;
}

.woocommerce #reviews #comments h2 {
  margin-bottom: 1.6rem;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews #comments h2 * {
  clear: none;
  font-size: 1.45rem;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce #reviews #comments ol.commentlist {
  margin-bottom: 1.6rem;
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 1.6rem;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: 1px solid #ececec;
  background-color: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: #ececec;
  padding: 1.6rem;
}

.woocommerce .star-rating span:before {
  color: #f5c40e;
}

.woocommerce #reviews #comments .star-rating span:before {
  top: -5px;
}

/* Hero - Front Page
--------------------------------------------- */
#hero {
  height: calc(100vh - 8.8rem);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 20;
}

#hero .row {
  align-items: center;
}

#hero .row .content-col {
  width: 68%;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 12rem;
}

#hero .row .image-col {
  width: 32%;
}

#hero .row .image-col .hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .row .image-col .hero-image img {
  width: 20rem;
}

#hero .hero-title {
  font-size: 2.5rem;
  position: relative;
  padding-right: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}

#hero .hero-title span {
  color: #ff940e;
}

span.en,
#hero .hero-title span.en {
  font-family: "Comfortaa", cursive;
  color: inherit;
}

#hero .hero-title:before {
  content: "";
  background: #ff940e;
  position: absolute;
  width: 0.7rem;
  right: 0;
  top: 0;
  bottom: 0;
}

#hero .hero-play {
  position: relative;
  right: 0;
  bottom: 2rem;
}

.hero-play .play-btn {
  background: #ff940e;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.hero-play .play-btn:hover {
  background-color: #ff940e;
  color: #fff;
  box-shadow: 0 0.5rem 2.5rem 0 rgb(240 139 14/0.9);
}

.hero-play-text {
  padding: 0.7rem 1.5rem;
  border-radius: 0.3rem 1rem;
  box-shadow: 0.24rem 3.2rem 4.8rem 0 rgba(120, 120, 120, 0.3);
  background: #fff;
  display: inline-block;
  color: #56595d;
  font-weight: 600;
  font-size: 1.2rem;
  position: absolute;
  right: 7rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.hero-play-text:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-left-color: #fff;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

/* Product Block - Front Page
--------------------------------------------- */
#product-block {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 10;
  padding-top: 25rem;
  padding-bottom: 5.6rem;
  margin-top: -20rem;
}

#product-block .image-col {
  width: 40%;
  padding-top: 5rem;
}

#product-block .content-col {
  width: 60%;
}

#product-block .shadow-leaf {
  background: #fff;
  padding: 4rem 5rem;
  box-shadow: 0.24rem 3.2rem 4.8rem 0 rgba(120, 120, 120, 0.3);
  border-radius: 1rem 7.2rem 1rem 7.2rem;
  margin-bottom: 4rem;
}

#product-block .shadow-leaf * {
  font-size: 2.5rem;
  position: relative;
  font-weight: 800;
  line-height: 1.2;
}

#product-block .product-image {
  padding-right: 1.6rem;
}

#product-block .product-image:before {
  content: "";
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background: #ff940e;
  z-index: -1;
  right: 43%;
  top: 50%;
  transform: translate(50%, -50%);
}

#product-block .product-image:after {
  content: "";
  position: absolute;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #00c3cb;
  z-index: -1;
  top: 2rem;
  right: -9rem;
}

#product-block .product-image img {
  width: 30rem;
}

#product-block .text-block {
  padding-right: 1.6rem;
}

#product-block .text-block,
#product-block .text-block * {
  font-size: 1.6rem;
}

#product-block .text-block * + * {
  margin-top: 2.5rem;
}

#product-block .product-info {
  display: flex;
  align-items: flex-end;
  margin-top: 1.5rem;
  padding-left: 5.2rem;
  padding-right: 8rem;
}

#product-block .product-info .btn-col {
  padding-right: 3rem;
}

#product-block .product-info .title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0rem;
  text-align: center;
  width: 100%;
}

#product-block .product-info .sub-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #00c3cb;
  text-align: center;
}

#product-block .product-info .under-price {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
  color: #00c3cb;
}

#product-block .product-info .under-price .orange {
  color: #ff940e;
}

#product-block .product-info .order-now {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1;
}

#product-block .product-info .order-now .price {
  color: #ff940e;
  font-size: 4rem;
  font-weight: 700;
  padding: 0 0.5rem;
}

#product-block .product-info .order-now .price-text {
  display: none;
}

#product-block .product-info .order-now .regular-price {
  color: #56595d;
}

#product-block .product-info .order-now .regular-price .p {
  text-decoration: line-through;
}

#product-block .product-info .order-now .price .currency {
  font-size: 2rem;
  font-weight: 500;
}

/* Advantages - Front Page
--------------------------------------------- */
#advantages-block {
  padding: 4.4rem 0 2.8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#advantages-block .block-title {
  margin-bottom: 5rem;
}

#advantages-block .block-title,
#advantages-block .block-title * {
  color: #fff;
}

.advantages-block {
  display: flex;
}

.advantages-block .advantages-col {
  width: 63%;
}

.advantages-row {
  display: flex;
  flex-wrap: wrap;
  padding: 1.8rem 3rem;
  border: 1px solid rgb(255 255 255 / 0.4);
  border-radius: 3.5rem;
}

.advantages-row > .item {
  width: 33.3333%;
  position: relative;
}

.advantages-row > .item .item-wrap {
  background: #fff;
  position: relative;
  box-shadow: 0.55rem 0.65rem 4rem 0 rgba(79, 100, 117, 0.13);
  padding: 1.7rem;
  margin: 1.35rem;
  border-radius: 2rem;
  height: 18.5rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.advantages-row > .item:nth-child(1) .item-wrap {
  border-radius: 2rem 2rem 2rem 0rem;
}

.advantages-row > .item:nth-child(3) .item-wrap {
  border-radius: 2rem 2rem 0rem 2rem;
}

.advantages-row > .item:nth-child(4) .item-wrap {
  border-radius: 0rem 2rem 2rem 2rem;
}

.advantages-row > .item:nth-child(6) .item-wrap {
  background: #ff940e;
  border-radius: 50% 2rem 50% 50%;
  padding: 1.7rem 4.7rem 1.7rem 0rem;
  box-shadow: none;
}

.advantages-row > .item:nth-child(6):before {
  content: "";
  position: absolute;
  width: 20.5rem;
  height: 20.5rem;
  top: 1.5rem;
  right: 1.5rem;
  background: #ff940e;
  border-radius: 50%;
  z-index: 0;
  box-shadow: 0.24rem 3.2rem 5.6rem 0 rgba(0, 0, 0, 0.2);
}

.advantages-row > .item .icon {
  width: 3.8rem;
  height: 3.8rem;
  position: relative;
}

.advantages-row > .item:nth-child(6) .icon {
  margin-right: -3.5rem;
}

.advantages-row > .item .icon img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.advantages-row > .item .title {
  color: #00c3cb;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  margin: 0.5rem 0 0.4rem;
  position: relative;
}

.advantages-row > .item .text {
  font-size: 1.1rem;
  position: relative;
}

.advantages-row > .item:nth-child(6) .title {
  color: #fff;
}

.advantages-row > .item:nth-child(6) .text {
  color: #fff;
}

.advantages-block .image-col {
  width: 37%;
}

.advantages-block .image-col .image {
  margin-bottom: 5.5rem;
}

.advantages-block .image-col .image img {
  width: 16.1rem;
  object-fit: contain;
}

/* Benefits - Front Page
--------------------------------------------- */
#benefits-block {
  padding: 4.4rem 0 8rem;
  background-color: #eaebeb26;
  background-size: 90%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

#benefits-block .orange-btn {
  display: none;
}

#benefits-block .block-title {
  margin-bottom: 5rem;
}

#benefits-block .block-title,
#benefits-block .block-title * {
  color: #ff940e;
}

.benefits-block {
  display: flex;
}

.benefits-block .benefits-col {
  width: 40%;
}

.benefits-row {
  display: flex;
  flex-wrap: wrap;
}

.benefits-row > .item {
  width: 50%;
  margin-bottom: 4rem;
}

.benefits-block .image-col {
  width: 60%;
}

.benefits-row > .item .title {
  color: #00c3cb;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin: 1rem 0 0;
  position: relative;
  text-align: center;
}

.benefits-row > .item .item-wrap {
  padding: 0 2rem;
}

.benefits-row > .item .item-wrap .icon {
  text-align: center;
}

.benefits-row > .item .item-wrap .icon .icon-img {
  width: 6rem;
  height: 6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

/* Steps - Front Page
--------------------------------------------- */
#steps-block {
  padding: 5.6rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#steps-block .block-title {
  margin-bottom: 5rem;
}

#steps-block .block-title,
#steps-block .block-title * {
  color: #fff;
}

.steps-row {
  display: flex;
}

.steps-row > .item {
  width: 25%;
  position: relative;
}

.steps-row > .item:before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  border-radius: 50%;
  border: 0.2rem solid #cfdae4;
  top: 65%;
  left: 0;
  transform: translateX(-50%);
}

.steps-row > .item:after {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  background: #ff940e;
  border-radius: 50%;
  top: calc(65% + 1.5rem);
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}

.steps-row > .item:last-child:before,
.steps-row > .item:last-child:after {
  display: none;
}

.steps-row > .item .image-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

.steps-row > .item .image-wrap:before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 0;
}

.steps-row > .item .image {
  width: 17.5rem;
  height: 17.5rem;
  border-radius: 50%;
  position: relative;
  border: 5px solid #fff;
  z-index: 5;
  box-shadow: 0 0 1.05rem 0 rgba(111, 210, 213, 0.5),
    1.28rem 1.52rem 1.84rem 0 rgba(0, 0, 0, 0.38);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.steps-row > .item .number {
  text-align: center;
  margin: 4rem 0 1.8rem;
  font-family: "Bebas Neue", cursive;
  font-size: 7rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1;
  color: #fff;
  opacity: 0.8;
}

.steps-row > .item .text {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
}

/* Testimonials - Front Page
--------------------------------------------- */
#testimonials-block {
  padding: 4rem 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#testimonials-block .block-title {
  margin-bottom: 0;
}

#testimonials-block .block-title,
#testimonials-block .block-title * {
  color: #ff940e;
}

.slick-list {
  overflow: visible !important;
}

.testimonials-slider {
  width: calc(100% + 9.6rem) !important;
  padding: 0 4.8rem !important;
  margin-left: -4.8rem !important;
  overflow: hidden !important;
}

.testimonials-slider .slick-track {
  display: flex !important;
}

.testimonials-slider .slide {
  padding: 3rem 0 3rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: inherit !important;
}

.testimonials-slider .slide-wrap {
  position: relative;
  display: inline-block;
  height: 100% !important;
}

.testimonials-slider .slide.slick-active {
  opacity: 1;
}

.testimonials-slider .slide .content-wrap {
  margin: 0 1rem;
  background: #fff;
  box-shadow: 0 0.9rem 3rem 0 rgba(105, 103, 103, 0.17);
  padding: 6rem 5.5rem 5.5rem 4rem;
  border-radius: 7.5rem;
  height: 100%;
}

.testimonials-slider .slide .content-wrap .name {
  color: #00c3cb;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 1rem;
  position: relative;
}

.testimonials-slider .slide .text,
.testimonials-slider .slide .text p {
  color: #6f7886;
  font-size: 1.2rem;
  font-weight: 500;
}

.testimonials-slider .slide .text i {
  display: none !important;
}

.testimonials-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-slider .slick-dots li {
  position: relative;
}

.testimonials-slider .slick-dots li + li {
  margin-right: 3.6rem;
}

.testimonials-slider .slick-dots li:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonials-slider .slick-dots li.slick-active:before {
  opacity: 1;
}

.testimonials-slider .slick-dots li button {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: #ff940e;
  cursor: pointer;
}

.testimonials-slider .avatar-wrap {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  position: absolute;
  z-index: 15;
  top: -3.2rem;
  left: 0;
  display: none;
}

.testimonials-slider .avatar-wrap:before {
  content: "";
  position: absolute;
  background: #00c3cb;
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  z-index: -1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
}

.testimonials-slider .avatar-wrap:after {
  content: "";
  position: absolute;
  background: #00c3cb;
  width: 6.5rem;
  height: 6.5rem;
  z-index: -1;
  top: -1rem;
  left: -1rem;
  border-radius: 50%;
}

.testimonials-slider .avatar-wrap .avatar {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

/* Prefooter
--------------------------------------------- */
#prefooter {
  background: #f3f3f3;
}

#prefooter .container {
  border-bottom: 1px solid #eaeaea;
  padding: 2rem 0;
}

#prefooter .icon-col {
  width: 100%;
  padding: 1.5rem 2.5rem;
}

#prefooter .icon-col + .icon-col {
  border-right: 1px solid #eaeaea;
}

#prefooter .icon-col .icons {
  display: flex;
  margin-bottom: 1.6rem;
  justify-content: center;
}

#prefooter .icon-col .item {
  background: #00c3cb;
  color: #fff;
  box-shadow: 0 1.36rem 2.16rem 0 rgba(102, 102, 102, 0.18);
  border: none;
  position: relative;
  width: 4rem;
  height: 4rem;
  font-size: 1.7rem;
  border-radius: 0.5rem 1.5rem;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#prefooter .icon-col .title {
  margin-bottom: 0.7rem;
}

#prefooter .icon-col .title * {
  font-size: 1.5rem;
  color: #56595d;
  text-align: center;
}

#prefooter .icon-col .text * {
  font-size: 1.2rem;
  color: #929292;
  text-align: center;
}

/* Footer
--------------------------------------------- */
#footer {
  padding: 3.5rem 0 3.5rem;
  background: #f3f3f3;
}

#footer .row {
  justify-content: space-between;
}

#footer .row .logo-col {
  width: 26%;
}

#footer .row .mnu-col {
  width: 45%;
  padding: 11rem 4rem 0;
}

#footer .row .form-col {
  width: 29%;
  padding-top: 5.5rem;
}

#footer .title-footer {
  color: #56595d;
  font-size: 1.45rem;
}

#footer .footer-social {
  margin-top: 4.7rem;
}

#footer .footer-social .title-footer {
  font-weight: 700;
  margin-bottom: 0.6rem;
}

#footer .footer-payments .title-footer {
  font-weight: 400;
  font-size: 1.2rem;
}

.mobile-payments {
  display: none;
}

#footer .logo img {
  width: 19.2rem;
  object-fit: contain;
}

.social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-row .item {
  margin-left: 1.5rem;
}

.social-row .item a {
  display: flex;
}

.social-row a img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

#footer .footer-payments {
  margin-top: 7.8rem;
}

.payments-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.payments-row .item {
  margin-left: 1.2rem;
}

.payments-row .item a {
  display: flex;
}

.payments-row a img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}

.footer-form {
  border-radius: 3.2rem;
  background: #05c1ca;
  background: #00c3cb;
  padding: 1.3rem 2rem;
}

.footer-form .form-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.input-wrap {
  margin-top: 1rem;
}

.input-wrap input,
.input-wrap textarea {
  width: 100%;
  border: none;
  box-shadow: inset 3px 5.196px 10px 0px rgba(134, 161, 181, 0.18),
    inset -0.423px -0.906px 20.4px 3.6px rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  text-align: right;
  font-size: 1rem;
  color: #8e99a5;
}

.input-wrap input {
  height: 3.2rem;
}

.input-wrap textarea {
  height: 5.6rem;
  min-width: 100%;
  max-width: 100%;
  max-height: 5.6rem;
  min-height: 5.6rem;
}

.submit-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

#footer .row .form-col .submit-wrap {
  margin-top: 1rem;
  justify-content: center;
}

.submit-wrap input {
  width: 13.2rem;
  height: 4rem;
  padding: 0;
  position: relative;
  border: none;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  background: #ff940e;
  color: #fff;
  line-height: 1;
  border-radius: 25rem;
  font-weight: 400;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.submit-wrap input:hover {
  box-shadow: 0 0.5rem 2.5rem 0rem rgb(240 139 14 / 0.9);
}

#footer .row .form-col .submit-wrap input {
  height: 3.2rem;
}

.footer-menu-row {
  display: flex;
  justify-content: space-between;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer-menu li {
  position: relative;
  text-align: center;
}

.footer-menu li + li {
  margin-top: 1rem;
}

.footer-menu li a {
  color: #56595d;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-menu li.en-1 a {
  font-family: "Comfortaa", cursive;
}

.footer-menu .drop-children {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  top: 3rem;
  right: 0;
}

.footer-menu .drop-children li + li {
  margin-top: 0.5rem;
}

.footer-menu .drop-children li a {
  font-size: 1.2rem;
  font-weight: 400;
  justify-content: center;
}

/* Copyright
--------------------------------------------- */
#copyright {
  background: #ececec;
  padding: 1rem 0;
}

#copyright .copyright {
  text-align: center;
  font-size: 1.05rem;
}

.mobile-hotline {
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  z-index: 150;
}

.mobile-hotline img {
  height: 100% !important;
  width: 100% !important;
}

/*--------------------------------------------------------------
# Video Page
--------------------------------------------------------------*/
.video-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.video-row .item {
  width: calc(50% - 3rem);
  margin-bottom: 6rem;
}

.video-row .item .item-wrap {
  background: #fff;
  padding: 3rem 3rem;
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.15);
  border-radius: 1rem 3rem;
}

.video-row .item .item-wrap .title {
  color: #00c3cb;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 1.5rem;
  position: relative;
  text-align: center;
}

.video-wrap {
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
#about-block .row {
  background-color: #fff;
  border: 1px solid #eef1fd;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  border-radius: 1rem 3rem;
  padding: 3.5rem 4.5rem;
}

#about-page .image-col {
  width: 40%;
}

#about-page .content-col {
  width: 60%;
  padding-right: 4rem;
}

#about-page .image-wrap img {
  width: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-row {
  display: flex;
  flex-wrap: wrap;
}

.blog-row .blog-item {
  width: 33.3333%;
}

.blog-row .blog-item .blog-item-wrap {
  background-color: #fff;
  border: 1px solid #eef1fd;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  border-radius: 1rem 3rem;
  margin: 0 1.4rem;
  margin-bottom: 2.8rem;
  position: relative;
  overflow: hidden;
}

.blog-row .blog-item .image-col {
  height: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.blog-row .blog-item .image-col a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blog-row .blog-item .content-col {
  padding: 2rem 1.6rem 2.4rem;
}

.blog-row .blog-item .blog-title {
  margin-bottom: 1rem;
}

.blog-row .blog-item .blog-title,
.blog-row .blog-item .blog-title * {
  font-size: 1.8rem;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  color: #56595d;
  line-height: 1.3;
}

.blog-row .blog-item .read-more {
  margin-top: 2rem;
}

.blog-row .blog-item .read-more a {
  padding: 1rem 3rem;
  background-color: #ff940e;
  border-color: #ff940e;
  border-radius: 25rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

.blog-row .blog-item .read-more a:hover {
  box-shadow: 0 0.5rem 2.5rem 0rem rgb(240 139 14 / 0.9);
}

/* Post Pagination
--------------------------------------------- */
.posts-pagination {
  margin: 0rem auto 5rem;
  padding: 1.5rem;
  border: 0.1rem solid rgba(196, 196, 196, 0.25);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.posts-pagination * {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
}

.posts-pagination .nav-links {
  display: flex;
  justify-content: center;
}

.posts-pagination .nav-links * {
  padding: 0rem 1rem;
}

.posts-pagination .nav-links .current,
.posts-pagination .nav-links > *:hover {
  color: #ff940e;
}

.posts-pagination .nav-links *:last-child,
.posts-pagination .nav-links *:first-child {
  font-weight: 400;
}

.posts-pagination .screen-reader-text {
  display: none;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-row {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-row .faq-col {
  width: calc(50% - 2rem);
}

.faq-row .faq-item {
  margin-bottom: 1rem;
  padding-bottom: 0;
  border: 1px solid #eef1fd;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
}

.faq-row .faq-item a {
  width: 100%;
  padding: 1.5rem 4rem 1.5rem 2rem;
  display: inline-block;
  position: relative;
  color: #56595d;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 500;
}

.faq-row .faq-item a:before {
  content: "";
  background: #ff940e;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  opacity: 0.8;
}

.faq-row .faq-item a .icon {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  left: 2rem;
  bottom: 50%;
  transform: translateY(50%);
}

.faq-row .faq-item a .icon:before {
  content: "";
  background: #bfccd1;
  height: 2px;
  width: 100%;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-row .faq-item a .icon:after {
  content: "";
  background: #bfccd1;
  height: 100%;
  width: 2px;
  position: absolute;
  margin-right: -1px;
  top: 0;
  right: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-row .faq-item a.open .icon:after {
  opacity: 0;
}

.faq-row .faq-item .faq-content {
  display: none;
  padding: 0 2rem 2rem 2rem;
}

.faq-row .faq-item .faq-content.entry-content * {
  color: #57586e;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
#contact-page .form-col {
  width: 50%;
  padding-left: 5rem;
}

#contact-page .info-col {
  width: 50%;
}

#contact-page .form {
  background-color: #fff;
  border: 1px solid #eef1fd;
  border-radius: 1rem 3rem;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  padding: 4rem 3.5rem;
}

#contact-page .form .title {
  text-align: center;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
}

#contact-page .form .input-wrap textarea {
  height: 11rem;
  max-height: 11rem;
  min-height: 11rem;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1.5rem 0;
  border: none;
  box-shadow: 0 0.16rem 1.28rem rgba(0, 0, 0, 0.08);
  border-radius: 0.3rem;
  background: #fff;
}

input.wpcf7-not-valid {
  border: 1px solid #dc3232 !important;
}

.ajax-loader {
  display: none !important;
}

/*#contact-page .sub-title {
  color: #56595d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

#contact-page .title {
  color: #ff940e;
  font-weight: 800;
  font-size: 4.5rem;
  margin-bottom: 1rem;
}
*/
#contact-page .social-row {
  margin-top: 3rem;
}

#contact-page .payments-row {
  margin-top: 3rem;
}

.contact-icons-row {
  display: flex;
  justify-content: space-between;
}

.contact-icons-row .item {
  width: 33.3333%;
  padding: 0 1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-icons-row .item:hover {
  transform: scale(1.05);
}

.contact-icons-row .item .item-wrap {
  background-color: #fff;
  border: 1px solid #eef1fd;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  border-radius: 1rem 3rem;
  padding: 3.5rem 4.5rem;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.contact-icons-row .item .icon {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto;
  background: #00c3cb;
  color: #fff;
  border-radius: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.contact-icons-row .item:hover .icon {
  background: #ff940e;
}

.contact-icons-row .item .title {
  /*color: #ff940e;*/
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.contact-icons-row .item .text {
  text-align: center;
}

/*--------------------------------------------------------------
# Formula Page
--------------------------------------------------------------*/
.formula-row {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #eef1fd;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  margin: 5rem 0;
  border-radius: 1rem 3rem;
  padding: 3.5rem 4.5rem;
}

.formula-text,
.video-text {
  background-color: #fff;
  border: 1px solid #eef1fd;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  border-radius: 1rem 3rem;
  padding: 3.5rem 4.5rem;
}

.video-text:first-child {
  margin-bottom: 5rem;
}

.video-text:last-child {
  margin-top: 5rem;
}

.formula-text.entry-content h1,
.formula-text.entry-content h2,
.formula-text.entry-content h3,
.formula-text.entry-content h4,
.formula-text.entry-content h5,
.formula-text.entry-content h6,
.video-text.entry-content h1,
.video-text.entry-content h2,
.video-text.entry-content h3,
.video-text.entry-content h4,
.video-text.entry-content h5,
.video-text.entry-content h6 {
  margin-top: 0rem !important;
}

.formula-row .formula-col {
  width: calc(50% - 1.5rem);
}

#type-col .formula-options-wrapper .item,
#result-col .item {
  display: none;
}

.formula-select {
  display: flex;
  flex-direction: column;
  position: relative;
}

.formula-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem 0 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3b3b3b;
  height: 4rem;
  line-height: 4rem;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #eef1fd;
  border-radius: 3rem;
  box-shadow: inset 0.5rem 0.3rem 1.5rem 0px rgba(134, 161, 181, 0.18) !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.formula-select.open .formula-select__trigger {
  border-radius: 2rem 2rem 0rem 0rem;
}

.formula-select .arrow {
  position: relative;
  height: 0.8rem;
  width: 0.8rem;
}

.formula-select .arrow::before,
.formula-select .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}

.formula-select .arrow::before {
  left: -0.3rem;
  transform: rotate(45deg);
  background-color: #394a6d;
}

.formula-select .arrow::after {
  left: 0.3rem;
  transform: rotate(-45deg);
  background-color: #394a6d;
}

.formula-select.open .arrow::before {
  left: -0.3rem;
  transform: rotate(-45deg);
}

.formula-select.open .arrow::after {
  left: 0.3rem;
  transform: rotate(45deg);
}

.formula-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #eef1fd;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.formula-option:hover {
  background-color: #f4f4f4;
}

.formula-option {
  position: relative;
  display: block;
  padding: 0 1.5rem 0 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #56595d;
  line-height: 4rem;
  cursor: pointer;
}

.formula-option.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.formula-select.open .formula-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.formula-result .formula-col .item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #eef1fd;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  -ms-box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  box-shadow: 0 0 2rem 0.3rem rgba(120, 120, 120, 0.09);
  margin-bottom: 5rem;
  border-radius: 1rem 3rem;
  padding: 3.5rem 4.5rem;
}

.result-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.result-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

.result-header .result-col,
.result-content .result-col {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ececec;
}

.result-header .result-col:last-child,
.result-content .result-col:last-child {
  border-left: 1px solid #ececec;
}

.result-header .result-col {
  padding: 1.2rem;
  line-height: 1.4;
  background-color: #f5f5f5;
  font-weight: 700;
}

.result-content .result-col {
  padding: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}

/* Modal
--------------------------------------------- */
.modal-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgb(255 255 255 / 0.7);
}

.modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .modal-container {
  width: 40rem;
  box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 3rem 2rem;
  position: relative;
  border-radius: 1rem 3rem;
  z-index: 20;
}

#play-video .modal-container {
  padding: 2rem;
  border-radius: 1rem;
}

.modal-content.form form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.modal-content.form form .col-100 {
  width: 100%;
}

.modal-content.form form .col-100 + .col-100 {
  margin-top: 1rem;
}

.modal-content.form form .col-100 input {
  width: 100%;
}

.modal-content.form form .wpcf7-submit {
  width: 100%;
}

.close {
  height: 3.5rem;
  width: 3.5rem;
  cursor: pointer;
  position: absolute;
  top: -5rem;
  right: 50%;
  transform: translateX(50%);
  background: #fff;
  box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-form {
  position: relative;
  z-index: 10;
  height: 2rem;
  width: 2rem;
}

.close-form > * {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.close-form > *:nth-child(1) {
  top: 1rem;
  right: 0rem;
  transform: rotate(-45deg);
}

.close-form > *:nth-child(2) {
  top: 1rem;
  right: 0rem;
  transform: rotate(45deg);
}

.overlay-close {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.form-text {
  margin-bottom: 3rem;
}

/* Mobile Menu
--------------------------------------------- */
.hamburger {
  display: none;
}

.mobile-menu-modal {
  display: none;
}

body #pojo-a11y-toolbar {
  top: unset !important;
  bottom: 17vh !important;
  z-index: 50;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0rem !important;
  left: unset !important;
  transform: translateX(100%);
  box-shadow: none !important;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0% 50% 50% 0%;
  background-color: #122231;
  border: 4px solid #fff;
  background-image: url(/wp-content/uploads/2021/01/two-thin-arrows-forming-a-circle.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover {
  transform: scale(1.1);
  box-shadow: 0 0.5rem 2.5rem 0rem #e5e5e5;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
  fill: #000;
  display: none !important;
}

.product-cart-update {
  display: none !important;
}

.desktop-hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    width: 3rem;
    height: 2rem;
  }

  .hamburger div {
    position: absolute;
    background: #333;
    width: 100%;
    height: 2px;
    border-radius: 10rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .hamburger div:nth-child(1) {
    top: 0;
  }

  .hamburger div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .hamburger div:nth-child(3) {
    bottom: 0;
  }

  .hamburger.open > div:nth-child(1) {
    top: 1rem;
    right: 0rem;
    transform: rotate(-45deg);
  }

  .hamburger.open > div:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open > div:nth-child(3) {
    top: 1rem;
    right: 0rem;
    transform: rotate(45deg);
  }

  .mobile-menu-modal {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 300;
    display: block;
    transform: translateX(100%);
  }

  .mobile-menu-modal.open {
    transform: translateX(0%);
  }

  .mobile-menu-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 7rem;
	  flex-direction: column;
  }

  .front-page-template .mobile-menu-wrap {
    padding-top: 12rem;
  }

  .mobile-menu-wrap ul {
    padding: 0 0rem;
    margin: 0;
    list-style: none;
  }

  .mobile-menu li {
    text-align: right;
  }

  .mobile-menu li a {
    display: inline-block;
    font-size: 1.8rem;
    width: 100%;
    padding: 1.2rem 3rem;
    line-height: 1;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
  }

  .mobile-menu li.en-1 a {
    font-family: "Comfortaa", cursive;
  }

  .mobile-menu li.current-menu-parent .parent-link-wrap a,
  .mobile-menu li.current-page-parent .parent-link-wrap a,
  .mobile-menu li.current-menu-item a,
  .mobile-menu li.current_page_item a {
    color: #ff940e;
  }

  .mobile-menu li:last-child a {
    border-bottom: none;
  }

  .noscroll {
    overflow: hidden;
  }

  .mobile-menu-modal .close-btn {
    top: unset;
    right: unset;
    left: unset;
    width: 4rem;
    height: 4rem;
    position: relative;
    box-shadow: 0 0rem 0rem 0 rgba(102, 102, 102, 0.15);
  }

  .mobile-menu-wrap li.has-children {
    position: relative;
  }

  .mobile-menu-wrap li.has-children .parent-link-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu-wrap li.has-children.open .parent-link-wrap .icon {
    transform: rotate(-90deg);
  }

  .mobile-menu-wrap li.has-children .parent-link-wrap .icon {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0.7rem;
    left: 1rem;
    background-color: transparent;
    background-image: url(/wp-content/themes/pinestore/assets/images/menu-angle.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.7rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .has-children .drop-children {
    width: 100% !important;
    background: #f6f6f6;
    padding: 0rem 0rem;
    position: relative;
    top: 0;
    margin: 0 !important;
    bottom: unset;
    transform: unset;
    border: none;
    display: none;
    min-width: unset !important;
    max-width: unset !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .has-children .drop-children li a {
    padding: 1.2rem 1.6rem;
    font-size: 1.8rem;
    line-height: 1;
  }

  .mobile-menu-header {
    padding: 0 0;
    align-items: center;
    border-bottom: 0px solid #eaeaea;
    height: 6rem;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 55;
    background: #fff;
    box-shadow: 0 0.9rem 1rem 0 rgba(105, 103, 103, 0.05);
  }

  .mobile-menu-header .row {
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu-header .row .btn-col {
    width: 40%;
  }

  .mobile-menu-header .row .logo-col {
    width: 32%;
  }

  .mobile-menu-header .row .menu-col {
    width: 20%;
  }

  .mobile-menu-header .row .logo-col .logo img {
    width: 10rem;
    object-fit: contain;
  }

  .mobile-menu-header .orange-btn {
    display: flex;
    justify-content: flex-end;
  }

  .mobile-menu-header .orange-btn .btn {
    font-size: 1.6rem;
    background: #ff940e;
    color: #fff;
    padding: 1rem 1.5rem;
    line-height: 1;
    border-radius: 25rem;
    font-weight: 500;
  }

  .mobile-menu-header .btn.mobile-phone-btn {
    padding: 0rem;
    background: transparent;
    color: unset;
    margin-left: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
  }

  .mobile-menu-header .btn.mobile-phone-btn img {
    width: 100%;
    height: 100%;
  }
	
  .header-social {
    padding-top: 3.5rem;
  }
	
  .title-header {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
  }
}

.mobile-phone-btn {
  margin-left: 2rem;
}

header#header .mobile-phone-btn svg {
  width: 1.8rem;
  height: 1.8rem;
}

header#header .mobile-phone-btn .mobile-text {
  display: none;
}

header#header .mobile-phone-btn .desktop-text {
  font-weight: 500;
  font-size: 1.3rem;
  margin-left: 0.8rem;
}

/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .container {
    max-width: 80rem;
  }

  .orange-btn.btn,
  .orange-btn .btn {
    padding: 1.2rem 2.5rem;
  }

  header#header .row > .col {
    width: 20%;
  }

  header#header .row > .menu-col {
    width: 60%;
  }

  header#header .logo img {
    width: 13rem;
  }

  #content.site-content {
    padding-top: 9.4rem;
  }

  #hero {
    height: 60rem;
  }

  #hero .hero-title {
    font-size: 1.8rem;
  }

  #hero .row .image-col .hero-image img {
    width: 17rem;
    object-fit: contain;
  }

  #product-block .shadow-leaf {
    padding: 3rem 3rem;
    border-radius: 1rem 4rem;
    margin-bottom: 2rem;
  }

  #product-block .shadow-leaf * {
    font-size: 2rem;
  }

  #product-block .text-block * + * {
    margin-top: 1rem;
  }

  #product-block .product-image:before {
    width: 30rem;
    height: 30rem;
    right: 38%;
    top: 50%;
  }

  #product-block .product-image:after {
    right: -5rem;
  }

  #product-block .text-block {
    padding-right: 0rem;
  }

  #product-block .product-image img {
    width: 20rem;
  }

  #product-block .product-info {
    margin-top: 3rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #product-block .product-info .title {
    font-size: 2.5rem;
  }

  .advantages-row {
    padding: 1rem 1rem;
    border-radius: 1.5rem;
  }

  .advantages-row > .item .item-wrap {
    margin: 0.5rem;
  }

  .advantages-row > .item:nth-child(6) .item-wrap {
    border-radius: 50% 2rem 50% 50%;
    padding: 1.7rem 4rem 2rem 0rem;
    height: unset;
  }

  .advantages-row > .item:nth-child(6):before {
    width: 16rem;
    height: 16rem;
    top: 0.5rem;
    right: 0.5rem;
  }

  .advantages-row > .item .title {
    font-size: 2rem;
  }

  .advantages-row > .item .text {
    font-size: 1rem;
  }

  .advantages-block .image-col .image {
    margin-bottom: 2rem;
  }

  .advantages-block .image-col .image img {
    width: 15.5rem;
  }

  .steps-row > .item .image {
    width: 14rem;
    height: 14rem;
  }

  .steps-row > .item .image-wrap:before {
    width: 16rem;
    height: 16rem;
  }

  #testimonials-block .block-title {
    margin-bottom: 0rem;
  }

  .testimonials-slider .slide {
    padding: 3rem 0 4rem;
  }

  #footer .row .mnu-col {
    width: 45%;
    padding: 5rem 1rem 0;
  }

  #footer .footer-social {
    margin-top: 5rem;
  }

  #footer .footer-payments {
    margin-top: 7rem;
  }

  .footer-form .form-title {
    font-size: 2.4rem;
  }

  #footer .logo img {
    width: 17rem;
  }

  .payments-row a img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .social-row a img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact-icons-row {
    flex-wrap: wrap;
  }

  .contact-icons-row .item {
    width: 50%;
    padding: 1rem 1rem;
  }

  .product-gallery-wrapper {
    width: 50% !important;
  }

  .woocommerce .single-product-row div.product div.summary {
    width: 50% !important;
    padding-right: 0rem;
  }

  .shop_table .woocommerce-cart-form__cart-item {
    border-radius: 0.5rem 1.5rem;
  }

  .shop_table .product-name .product-name-wrap,
  .shop_table .product-name .product-name-wrap * {
    font-size: 1.5rem;
  }

  .shop_table .product-subtotal * {
    font-size: 1.5rem;
  }

  .shop_table .product-thumbnail img {
    padding: 1rem;
    height: 10rem;
  }

  .shop_table .custom-coupon {
    margin-top: 1rem;
  }

  .woocommerce .cart-collaterals .title-payments {
    margin-top: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .container {
    padding: 0 1.5rem;
  }

  .block-title,
  .block-title * {
    font-size: 3.8rem;
  }

  #steps-block .block-title {
    padding: 0 1.5rem;
  }

  /* Header
  --------------------------------------------- */
  #header .svg-btn svg {
    width: 2rem;
    height: 2rem;
  }

  header#header {
    top: 5rem !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 350;
  }

  body header#header.scroll-top-important {
    top: 5rem !important;
  }

  header#header.scroll-down,
  body header#header.scroll-down-important,
  body header#header.menu-OPEN-important,
  body.noscroll header#header.scroll-down {
    top: 0 !important;
  }

  html body header#header.not-front-page-template {
    top: 0 !important;
  }

  header#header .menu-col .simple-menu {
    display: none;
  }

  header#header .row > .col {
    width: 100% !important;
  }

  header#header .logo-col {
    width: 32%;
    order: 1;
  }

  header#header .menu-col {
    width: 20%;
    order: 0;
  }

  header#header .btn-col {
    width: 40%;
    order: 2;
  }

  header#header .header-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  header#header .header-btns > * + * {
    margin-right: 1.5rem;
  }

  header#header .header-btns i {
    font-size: 1.7rem;
  }

  header#header .logo img {
    width: 10rem;
    height: 4rem;
    object-fit: contain;
    margin-top: 1rem;
  }

  header#header .orange-btn {
    display: flex;
    justify-content: flex-end;
  }

  header#header .orange-btn .btn {
    font-size: 1.6rem;
    background: #ff940e;
    color: #fff;
    padding: 1rem 1.5rem;
    line-height: 1;
    border-radius: 25rem;
    font-weight: 500;
  }

  .mini-cart {
    right: 1.5rem;
  }

  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    left: -1.5rem;
  }

  /* Top Header
  --------------------------------------------- */
  #top-header {
    top: 0 !important;
    height: 5rem;
    padding: 0rem 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 350;
  }

  #top-header.scroll-down {
    transform: translateY(-100%);
  }

  body.noscroll #top-header.scroll-down {
    transform: translateY(-100%);
  }

  #top-header.scroll-top-important {
    transform: translateY(0%);
  }

  #top-header.scroll-down-important,
  #top-header.menu-OPEN-important {
    transform: translateY(-100%) !important;
  }

  #top-header .info-row {
    flex-direction: column;
  }

  #top-header .info-row .item {
    width: 100%;
    justify-content: center !important;
    margin: 0 !important;
  }

  #top-header .info-row .item + .item {
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: 0px solid #dfdfdf;
  }

  #top-header .info-row .item .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .bottom-info-row {
    width: 100%;
  }

  .bottom-info-row .info-row {
    flex-direction: column;
    width: auto;
    align-items: flex-start;
  }

  .bottom-info-row .info-row .item {
    justify-content: flex-start !important;
    margin: 0 !important;
  }

  .bottom-info-row .info-row .item + .item {
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: 0px solid #dfdfdf;
  }

  .bottom-info-row .info-row .item .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  /* Hero
  --------------------------------------------- */
  #hero {
    background-size: 270%;
    background-position: 55% 0%;
    height: unset;
    padding: 40rem 0 0rem;
  }

  .front-page #hero {
    background-image: url(/wp-content/uploads/2021/01/Biamba-7-min.png) !important;
    background-size: 100%;
    background-position: bottom center;
    padding: 40rem 0 0rem;
  }

  #hero .hero-play {
    display: block;
    bottom: 5rem;
  }

  .hero-play .play-btn {
    width: 5rem;
    height: 5rem;
  }

  .hero-play .play-btn i {
    margin-left: 0.4rem;
  }

  .hero-play-text {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    margin-top: 1rem;
  }

  .hero-play-text:before {
    border-left-color: transparent;
    border-bottom-color: #fff;
    top: -10px;
    right: 1.8rem;
    transform: unset;
  }

  #hero .row {
    align-items: center;
    flex-direction: column-reverse;
  }

  #hero .row .content-col {
    width: 100%;
    height: unset;
    padding-bottom: 0rem;
  }

  #hero .row .image-col {
    width: 100%;
  }

  #hero .hero-title {
    font-size: 1.7rem;
    display: block;
    position: absolute;
    bottom: -6rem;
  }

  .front-page #hero .hero-title {
    display: block;
    position: absolute;
    bottom: -10rem;
    text-align: center;
    padding: 0;
  }

  #hero .hero-title:before {
    display: none;
  }

  #hero .row .image-col .hero-image img {
    width: 15rem;
  }

  #hero .row .image-col .hero-image {
    display: none;
  }

  /* Product Block
  --------------------------------------------- */
  #product-block {
    padding-top: 40rem;
    margin-top: -30rem;
  }

  .front-page #product-block {
    padding-top: 15rem;
    margin-top: 0rem;
  }

  #product-block.pb-2 {
    margin-top: 0rem;
    padding-top: 0rem;
  }

  #product-block.product-block-MOBILE {
    background-image: url(/wp-content/uploads/2020/12/product-bg-min-min.png);
    padding-bottom: 0rem;
  }

  #product-block .product-mobile {
    flex-direction: column;
    align-items: center;
  }

  #product-block .product-mobile .rounds:before {
    content: "";
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #ff940e;
    z-index: -1;
    right: 3rem;
    top: 2rem;
  }

  #product-block .product-mobile:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/12/Frame-69.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 0rem;
    left: 5rem;
  }

  #product-block .product-mobile:after {
    content: "";
    background-image: url(/wp-content/uploads/2020/12/Frame-70.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 13rem;
    right: 7rem;
  }

  #product-block .product-mobile img {
    width: 10rem;
  }

  #product-block .product-mobile .product-content {
    display: flex;
    flex-direction: column;
    padding: 3rem 0 3rem;
  }

  #product-block .product-mobile .product-content .text {
    font-weight: 500;
    font-size: 1.5rem;
  }

  #product-block .product-mobile .product-content .price {
    padding: 0rem 0 1rem;
  }

  #product-block .product-mobile .product-content .price,
  #product-block .product-mobile .product-content .price * {
    font-weight: 700;
    font-size: 2.5rem;
    color: #00c3cb;
    margin-bottom: 0rem;
    display: flex;
    flex-direction: column;
  }

  #product-block .product-mobile .product-content .price .regular-price {
    color: #dd4a1f;
    opacity: 0.8;
    text-decoration: line-through;
  }

  #product-block .row {
    flex-direction: column;
  }

  #product-block .image-col {
    width: 100%;
    padding-top: 0;
  }

  #product-block .content-col {
    width: 100%;
  }

  #product-block .product-image img {
    width: 15rem;
    height: 26rem;
    object-fit: contain;
    margin-bottom: 2rem;
  }

  #product-block .product-image {
    padding-right: 0;
    display: flex;
    justify-content: center;
  }

  #product-block .product-image:before {
    width: 20rem;
    height: 20rem;
    right: 50%;
  }

  #product-block .product-image:after {
    right: 0rem;
  }

  #product-block .shadow-leaf {
    padding: 3rem 2.5rem;
    border-radius: 1rem 5rem;
  }

  #product-block .shadow-leaf * {
    font-size: 2rem;
  }

  #product-block .product-info {
    flex-direction: column;
    align-items: center;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #product-block .product-info-top {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  #product-block .product-info .info-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }

  #product-block .product-info .order-now .price {
    font-size: 3rem;
  }

  #product-block .product-info .title {
    font-size: 2.8rem;
  }

  /* Advantages Block
  --------------------------------------------- */
  #advantages-block {
    /*     background-image: url(/wp-content/uploads/2020/12/bgblue-3.jpg) !important; */
  }

  .advantages-block {
    flex-direction: column-reverse;
  }

  .advantages-block .orange-btn {
    display: none;
  }

  .advantages-block .advantages-col {
    width: 100%;
  }

  .advantages-block .image-col {
    width: 100%;
  }

  .advantages-row {
    margin-top: 4rem;
    padding: 1rem 1rem;
  }

  .advantages-row > .item {
    width: 50%;
  }

  .advantages-row > .item .item-wrap {
    border-radius: 2rem !important;
    margin: 0.5rem;
    height: 16.5rem;
  }

  .advantages-row > .item:nth-child(6) .item-wrap {
    padding: 1rem 2.2rem 1rem 0rem;
    height: unset;
    border-radius: 50% 2rem 50% 50% !important;
  }

  .advantages-row > .item:nth-child(6) .icon {
    margin-right: -1rem;
  }

  .advantages-row > .item:nth-child(6):before {
    width: 16rem;
    height: 16rem;
    top: 0.7rem;
    right: 0.7rem;
  }

  .advantages-block .image-col .image {
    margin-bottom: 0rem;
  }

  .advantages-block .image-col .image img {
    width: 10rem;
    object-fit: contain;
  }

  /* Benefits Block
  --------------------------------------------- */
  #benefits-block {
    padding: 4.5rem 0 32rem;
    background-color: #eaebeb26;
    background-size: 135%;
    background-position: 115% 100%;
    background-repeat: no-repeat;
  }

  #benefits-block .orange-btn {
    display: block;
  }

  .benefits-block .image-col {
    width: 0%;
  }

  .benefits-block .benefits-col {
    width: 100%;
  }

  /* Steps Block
  --------------------------------------------- */
  #steps-block {
    /*     background-image: url(/wp-content/uploads/2020/12/wewew-1.jpg) !important; */
  }

  .steps-row {
    display: flex;
    flex-wrap: wrap;
  }

  .steps-row > .item {
    width: 50%;
  }

  .steps-row > .item {
    padding-top: 0;
  }

  .steps-row > .item:nth-child(3),
  .steps-row > .item:nth-child(4) {
    padding-top: 4rem;
  }

  .steps-row > .item:nth-child(even):before,
  .steps-row > .item:nth-child(even):after {
    display: none;
  }

  .steps-row > .item:before {
    bottom: 7.5rem;
    left: 0;
    top: unset;
  }

  .steps-row > .item:after {
    bottom: calc(7.5rem - 0.25rem);
    left: 0;
    top: unset;
  }

  .steps-row > .item .image {
    width: 13rem;
    height: 13rem;
  }

  .steps-row > .item .image-wrap:before {
    width: 15rem;
    height: 15rem;
  }

  .steps-row > .item .number {
    margin: 2rem 0 0rem;
  }

  /* Testimonials Block
  --------------------------------------------- */
  #testimonials-block .container {
    padding: 0 !important;
  }

  .testimonials-slider {
    width: 100% !important;
    padding: 0 1.5rem !important;
    margin-left: 0 !important;
  }

  .testimonials-slider .slide .content-wrap {
    padding: 3.5rem 5.5rem 3.5rem 4rem;
  }

  .testimonials-slider .slick-dots li + li {
    margin-right: 1.5rem;
  }

  .testimonials-slider .slick-dots li button {
    width: 2rem;
    height: 2rem;
  }

  .testimonials-slider .slick-dots li:before {
    width: 1rem;
    height: 1rem;
    bottom: 0.5rem;
    right: 50%;
    top: unset;
    transform: translateX(50%) !important;
  }

  /* Footer
  --------------------------------------------- */
  #footer {
    padding: 3.5rem 0 3.5rem;
  }

  #footer .row {
    flex-direction: column;
  }

  #footer .footer-social {
    margin-top: 2.5rem;
  }

  .footer-menu li + li {
    margin-top: 0.7rem;
  }

  #footer .row .logo-col {
    width: 100%;
  }

  #footer .row .mnu-col {
    width: 100%;
    padding: 4rem 0rem 0;
  }

  #footer .row .form-col {
    width: 100%;
    padding-top: 3.5rem;
  }

  #footer .row .logo {
    display: flex;
    justify-content: center;
  }

  #footer .row .logo img {
    width: 25rem;
  }

  #footer .footer-social .title-footer {
    text-align: center;
  }

  .footer-menu-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-menu-row .footer-menu {
    width: 50%;
  }

  .footer-menu-row .footer-menu:nth-child(1),
  .footer-menu-row .footer-menu:nth-child(2) {
    margin-top: 0 !important;
  }

  .footer-menu-row .footer-menu + .footer-menu {
    margin-top: 2rem;
  }

  .social-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .payments-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  #mini-cart .close-btn-1 {
    top: 3rem;
    right: 1.5rem;
    left: unset;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 50;
  }

  .mini-cart-container {
    width: 100%;
  }

  .mini-cart-wrap ul.woocommerce-mini-cart {
    padding: 10rem 2rem 3rem;
  }

  .archive-products-row li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }

  .woocommerce div.product form.cart {
    right: 12rem;
  }

  .single_add_to_cart_button {
    padding: 1rem 3.5rem !important;
  }

  .video-row .item {
    width: 100%;
    margin-bottom: 4rem;
  }

  .video-row .item .item-wrap {
    padding: 2rem 1.5rem 1.5rem;
    border-radius: 1rem;
  }

  .video-row .item .item-wrap .title {
    font-size: 2rem;
  }

  .formula-row {
    padding: 2.5rem 1.5rem;
    flex-wrap: wrap;
  }

  .formula-row .formula-col {
    width: 100%;
  }

  .formula-row .formula-col + .formula-col {
    margin-top: 2rem;
  }

  .formula-result .formula-col .item {
    padding: 1.5rem 1.5rem;
  }

  .result-header {
    background-color: #f5f5f5;
  }

  .result-header .result-col {
    padding: 1rem 0.5rem;
    font-size: 0.9rem;
  }

  .faq-row .faq-col {
    width: 100%;
  }

  #about-page .row {
    flex-wrap: wrap;
  }

  #about-block .row {
    padding: 2rem 2rem;
  }

  #about-page .content-col {
    width: 100%;
    padding-right: 0;
    padding-top: 2rem;
  }

  #about-page .image-col {
    width: 100%;
  }

  #entry-header .header-shape-bottom svg {
    height: 3rem;
  }

  #entry-header {
    padding: 5rem 0;
    margin-bottom: 5rem;
  }

  .blog-row .blog-item {
    width: 100%;
  }

  .blog-row .blog-item .blog-item-wrap {
    margin: 0;
    margin-bottom: 2.8rem;
  }

  #contact-block .row {
    flex-direction: column-reverse;
  }

  #contact-block .row > * {
    width: 100%;
    padding-left: 0;
  }

  #contact-page .form-col {
    margin-top: 5rem;
  }

  #contact-page .form {
    padding: 2.5rem 1.5rem;
  }

  #contact-page .title {
    font-size: 2.5rem;
  }

  .woocommerce-cart .entry-content > .woocommerce > .woocommerce-cart-form {
    width: 100%;
  }

  .woocommerce-cart .entry-content > .woocommerce > .cart-collaterals {
    width: 100%;
    margin-top: 2.4rem;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code {
    width: 12rem;
  }

  .shop_table .coupon .button {
    padding: 1rem 0;
  }

  .woocommerce-page .col2-set,
  .woocommerce .col2-set {
    flex-direction: column;
  }

  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2,
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .entry-title {
    font-size: 3.5rem;
  }

  #contact-page .sub-title {
    text-align: center;
  }

  .contact-icons-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .contact-icons-row .item {
    width: 100%;
    padding: 0 0 3.5rem;
  }

  .woocommerce form.woocommerce-checkout {
    flex-direction: column;
  }

  .woocommerce form.woocommerce-checkout #customer_details {
    width: 100%;
  }

  .woocommerce form.woocommerce-checkout #order_review {
    width: 100%;
  }

  .woocommerce-page .woocommerce-additional-fields {
    margin-bottom: 3rem;
  }

  #prefooter .row {
    flex-direction: column;
  }

  #prefooter .icon-col + .icon-col {
    border-right: 0px solid #eaeaea;
  }

  .shop_table .woocommerce-cart-form__cart-item {
    flex-direction: column;
  }

  .shop_table .woocommerce-cart-form__cart-item > * {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .shop_table .product-thumbnail a {
    justify-content: center;
  }

  .shop_table .product-thumbnail img {
    width: auto;
    padding: 1.5rem 4rem;
  }

  .shop_table .product-remove {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .shop_table .product-remove a.remove {
    margin-left: 1rem;
  }

  .product-cart-update {
    display: block !important;
  }

  .update-cart-wrap {
    display: none !important;
  }

  .shop_table .product-thumbnail,
  .shop_table .product-name,
  .shop_table .product-subtotal {
    padding: 0;
    padding-bottom: 2rem;
  }

  .shop_table .custom-coupon {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
    flex-direction: column-reverse;
  }

  .shop_table .custom-coupon .coupon {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }

  .shop_table .custom-coupon .coupon .button {
    margin-top: 1rem;
  }

  .woocommerce .single-product-row div.product div.summary {
    padding-right: 0rem;
  }

  #single-product-page .single-product-titlee {
    margin-bottom: 2.5rem;
  }

  #footer .footer-payments {
    margin-top: 4rem;
  }

  #footer .footer-payments .title-footer {
    text-align: center;
  }

  .sticky-wrap {
    flex-wrap: wrap;
  }

  .product-gallery-wrapper,
  .woocommerce .single-product-row div.product div.summary {
    width: 100% !important;
  }

  .desktop-payments {
    display: none;
  }

  .mobile-payments {
    display: block;
  }

  .mobile-phone-btn {
    display: flex !important;
    align-items: center;
    margin-left: 0;
  }

  header#header .orange-btn .btn.mobile-phone-btn {
    padding: 0rem;
    background: transparent;
    color: unset;
    margin-left: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
  }

  header#header .mobile-phone-btn svg {
    width: 2rem;
    height: 2rem;
  }

  header#header .mobile-phone-btn .mobile-text {
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    margin-left: 0.8rem;
  }

  header#header .mobile-phone-btn .desktop-text {
    display: none;
  }

  header#header .orange-btn .btn.mobile-phone-btn img {
    width: 100%;
    height: 100%;
  }

  body #pojo-a11y-toolbar {
    bottom: unset !important;
    top: 22rem !important;
  }

  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    width: 3rem;
    height: 3rem;
    border: 2px solid #fff;
  }

  /* body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    right: unset !important;
    left: -1.5rem !important;
    transform: translateX(-100%) !important;
  }

  #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    right: -180px !important;
    left: unset !important;
    -webkit-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1) !important;
    -moz-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1) !important;
    -o-transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1) !important;
    transition: right 750ms cubic-bezier(0.23, 1, 0.32, 1) !important;
  }

  #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
    right: 0 !important;
    left: unset !important;
  } */

  #content.site-content {
    padding-top: 11rem;
  }

  .site-content.scroll-down {
    padding-top: 6rem !important;
  }

  body .site-content.scroll-top-important {
    padding-top: 11rem !important;
  }

  html body .not-front-page-template.site-content {
    padding-top: 6rem !important;
  }

  body .site-content.scroll-down-important,
  body .site-content.menu-OPEN-important {
    padding-top: 6rem !important;
  }

  .woocommerce ul.order_details li {
    border: none;
    width: 50%;
    margin: 0em;
    padding: 1.5rem;
  }

  .desktop-hide {
    display: flex !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .single-page > :nth-child(2) {
    padding-top: 0rem;
  }

  #product-block .product-info .btn-col {
    padding-right: 0rem;
  }

  .cart-bottom {
    margin-top: 0rem !important;
  }

  .shop_table .product-subtotal .subtotal-bottom,
  .shop_table .product-subtotal .subtotal-bottom * {
    font-size: 1.5rem;
  }

  .bottom-info-row .info-row .item .text {
    font-size: 1.25rem;
  }

  .woocommerce .checkout_coupon button.button {
    padding: 1rem 3rem;
  }

  .mobile-hotline {
    width: 4.5rem;
    height: 4.5rem;
    bottom: 3rem;
    right: 1rem;
  }
}

.archive-products-row li.product .products-wrap {
    margin: 1rem 1.4rem !important;

}
.archive-products-row li.product:nth-child(1) .products-wrap, .archive-products-row li.product:nth-child(2) .products-wrap, .archive-products-row li.product:nth-child(3) .products-wrap, .archive-products-row li.product:nth-child(4) .products-wrap {
    margin-top: 0!important;
    margin: 1rem 1rem;
}

ul.archive-products-row li.product .custom-price .price {
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.8rem;
    color: #00c3cb;
    display: block;
}




/* form warranty style */

div#wpcf7-f2522-p2529-o2 span.ajax-loader {
    display: inherit !important;
}

.field-group-warranty {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-items: center;
}

.field-group-warranty span {
    margin: 20px 0 0 0;
}

.upload-file-warranty {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px !important;
}

.submit-warranty input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    margin: 20px auto 0;
    display: block;
}

.upload-file-warranty {
    border: 2px dashed #c5c5c5;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding: 20px;
}

.field-group-warranty * {
    text-align: right;
}

.upload-file-warranty span.wpcf7-form-control-wrap.file-order {
    display: none;
}

.upload-file-warranty span.input__file-button-text {
    margin: 0 15px 0 0;
    display: block;
    width: 100%;
}

.input__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}
 
.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
 
.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fff;
}
 
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}
 
.input__file-button {
  width: 100%;
  max-width: 290px;
  height: 60px;
  background: #3ec3cb;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto;
}


span.input__file-icon-wrapper:before {
  content: "\f019";
  font-family: 'FontAwesome';
}

.warranty-box-form {
    border: 1px solid #eef1fd;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 2rem 0.3rem rgb(120 120 120 / 9%);
    -ms-box-shadow: 0 0 2rem .3rem rgba(120,120,120,.09);
    box-shadow: 0 0 2rem 0.3rem rgb(120 120 120 / 9%);
    margin: 5rem 0;
    border-radius: 1rem 3rem;
    padding: 3.5rem 4.5rem;
    max-width: 700px;
    margin: 0 auto;
}

.field-group-warranty input {
    max-width: 250px;
}

@media screen and (max-width: 767px) {
	.field-group-warranty {
		grid-template-columns: 100%;
	}

	.warranty-box-form {
		padding: 2rem;
/* 		margin-left: 35px; */
	}

	.field-group-warranty input {
		max-width: inherit;
	}

	.input__file-button {
		height: 40px;
		margin: 0 !important;
	}
}