/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "PP Right Grotesk Compact";
  src: url("../fonts/PPRightGroteskCompact-Variable.ttf")
    format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "PP Right Grotesk Tight";
  src: url("../fonts/PPRightGroteskTight-Variable.ttf")
    format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Acumin";
  src: url("../fonts/Acumin-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Yekan Bakh";
  font-weight: 400;
  src: url("../fonts/YekanBakh-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Yekan Bakh";
  font-weight: 700;
  src: url("../fonts/YekanBakh-Heavy.ttf") format("truetype");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: #110f10;
  text-decoration: none !important;
}
a:hover {
  color: #f04a23;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Acumin", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
html {
  background: rgb(0, 0, 0);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Inter", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  direction: ltr;
  background: #fff;
  color: rgb(17, 15, 16);
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: background-color 1.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(9, 10, 10, 1);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Seravek", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
strong,
b {
  font-weight: 500;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(204, 213, 214);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.container-fluid {
  max-width: 1470px;
  max-width: 100vw;
  padding-left: 58px;
  padding-right: 58px;
}
.section {
  position: relative;
  z-index: 1;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 60px;
}
.section .section-wrapper {
  padding: 60px 0;
}
.section-header {
  position: relative;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg {
  width: 100%;
}
.section-divider {
  display: block;
  margin: 0 auto;
}
.section-title {
  color: #000;
  font-size: 160px;
  font-family: "Acumin";
  font-weight: 700;
  line-height: 140px;
  text-transform: uppercase;
}
.section-suptitle {
  max-width: 397px;
  background: #f04a23;
  color: #fff;
  padding: 18px;
  border-radius: 30px;
  font-size: 24px;
  font-family: "SF Compact Display";
  font-weight: 400;
  line-height: 26px;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.section-suptitle::after {
  background: url(../img/badge-suptitle.svg) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: "";
}
.tbutton {
  padding: 12px 40px;
  min-width: 124px;
  height: 43px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: none;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: #f04a23;
  color: #fff;
}
.tbutton-primary-fill:hover {
  background: #f04a23;
  color: #fff;
  opacity: 0.8;
}
.tbutton-secondary-fill {
  background: #000;
  color: #fff;
}
.tbutton-secondary-fill:hover {
  background: #000;
  color: #fff;
  opacity: 0.8;
}
#header {
  width: 100vw;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
}
#header.sticky {
  background: #fff;
  padding: 10px 0;
}
.logo {
  margin-right: auto;
}
.logo > img {
  height: 52px;
}
body.home .logo > img {
  filter: brightness(0) invert(0);
}
.nav-toggle,
.nav-close {
  font-size: 0;
  cursor: pointer;
  position: relative;
  border: none;
  padding: 0;
  background: none;
}
.nav-toggle {
  width: 40px;
  height: 20px;
  border-top: 2px solid rgb(3, 5, 6);
  border-bottom: 2px solid rgb(3, 5, 6);
}
.nav-close {
  width: 40px;
  height: 40px;
  z-index: 3;
}
.nav-close::before,
.nav-close::after {
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  background: rgb(3, 5, 6);
  content: "";
}
.nav-close::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.nav-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
body:not(.nav-opened) .nav-close {
  display: none;
}
body.nav-opened .nav-toggle {
  display: none;
}
.section-intro {
  background: #f04a23;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.section-intro .section-wrapper {
  padding: 82px 0;
}
.section-intro .section-title {
  color: #000;
  font-size: 270px;
  font-family: "PP Right Grotesk Compact";
  font-weight: 800;
  line-height: 200px;
  text-transform: uppercase;
  margin: 0;
}
.section-product-category .section-divider {
  width: 72.8472222vw;
  display: block;
  margin: 0 auto;
}
.product-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-category-list > li:not(:last-child) {
  margin-bottom: 40px;
}
.product-category-list > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.product-category-list > li:nth-child(odd) {
  text-align: right;
}
.product-category-list > li:nth-child(even) > a {
  flex-direction: row-reverse;
}
.product-category-list > li > a > strong {
  color: #000;
  font-size: 120px;
  font-family: "Acumin";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 80px;
  display: flex;
}
.product-category-list > li > a > span {
  color: #f04a23;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 20px 0 20px 20px;
}
.product-category-list > li:nth-child(even) > a > span {
  align-items: end;
  margin: 20px 20px 20px 0;
}
.product-category-list > li > a > img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product-card-header {
  position: relative;
}
.product-card-header::before {
  padding-top: 113.924051%;
  content: "";
  display: block;
}
.product-card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.product-card-badge {
  background: #f04a23;
  color: #fff;
  font-size: 20px;
  font-family: "Acumin";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  padding: 8px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-card-body {
  padding: 20px 0 0;
}
.product-card-title {
  color: #000;
  font-size: 36px;
  font-family: "Acumin";
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.product-card-subtitle {
  color: #262623;
  font-size: 24px;
  font-family: "Yekan Bakh";
  font-weight: 700;
  margin: 0;
}
.product-card-weight {
  color: #737169;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  text-transform: lowercase;
}
.product-card-footer {
  padding: 20px 0 0;
}
.product-card-price {
  display: flex;
  font-size: 24px;
  font-family: "Inter";
  text-transform: uppercase;
}
.product-card-price-amount {
  color: #f04a23;
  font-weight: 600;
}
.product-card-price ins {
  text-decoration: none;
}
.product-card-price del {
  color: #807e75;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 20px;
}
.product-card-price del > .product-card-price-amount {
  color: #807e75;
}
.section-location .section-footer {
  margin-top: 60px;
}
.section-location .section-divider {
  width: 50.625vw;
  display: block;
  margin: 0 auto;
}
.location-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-list > li > a {
  color: #c0bfba;
  font-size: 48px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: uppercase;
}
.location-list > li > a:hover {
  color: #f04a23;
}
.testimonial-card {
  padding: 24px;
  border-radius: 15px;
  border: 1px #fcdbd3 solid;
  display: flex;
  flex-direction: column;
}
.testimonial-card-body {
  color: #5a5852;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.testimonial-card-body::before {
  width: 60px;
  height: 60px;
  background: url(../img/icon-testimonial.svg) no-repeat;
  background-size: cover;
  display: block;
  content: "";
  margin-bottom: 16px;
}
.testimonial-card-name {
  color: #f04a23;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 24px;
}
.testimonial-card-shop {
  height: 16px;
  display: block;
  margin-top: 24px;
}
.section-contact {
  margin-top: auto;
}
.section-contact + #footer {
  margin-top: 0;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li {
  color: #f04a23;
  font-size: 48px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: uppercase;
}
#footer {
  margin-top: auto;
}
.footer-top {
  background: #000;
  padding: 40px 0;
}
.footer-logo > img {
  height: 52px;
  filter: brightness(0) invert(1);
}
.footer-bottom {
  background: #f04a23;
  padding: 12px 0;
}
.footer-nav,
.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-nav > li:not(:last-child),
.social-nav > li:not(:last-child) {
  margin-right: 40px;
}
.footer-nav > li > a,
.social-nav > li > a {
  color: #fff;
  font-size: 24px;
  font-family: "Acumin";
  font-weight: 600;
  text-transform: uppercase;
}
.footer-nav > li > a:hover,
.social-nav > li > a:hover {
  color: #f04a23;
}
.copyright,
.powered {
  color: #fff;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
}
.powered > a:hover {
  color: #fff;
}
#page-header {
  padding: 192px 0 100px;
  text-align: center;
}
#page-title {
  color: #000;
  font-size: 240px;
  font-family: "PP Right Grotesk Compact";
  font-weight: 800;
  line-height: 200px;
  text-transform: uppercase;
}
#page-body {
  padding: 0 0 100px;
}
.wblock-header {
  margin: 0 0 32px;
}
.wblock-title {
  color: #a6a59e;
  font-size: 20px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}
.wblock-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wblock-list > li:not(:last-child) {
  margin-bottom: 16px;
}
.wblock-list > li > a {
  color: #000;
  font-size: 20px;
  font-family: "Inter";
  font-weight: 500;
  text-transform: capitalize;
}
.wblock-list > li > a:hover,
.wblock-list > li.active > a {
  color: #f04a23;
}
.product-cover {
  position: relative;
}
.product-cover > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
body.single-product #page-body {
  padding: 100px 32px 32px;
  position: relative;
}
.product-back-btn {
  font-family: "Acumin";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #8d8b83;
}
.product-title {
  font-family: "Acumin";
  font-weight: 600;
  font-size: 96px;
  line-height: 80px;
  text-transform: uppercase;
  color: #f04a23;
  margin: 32px 0 0;
}
.product-subtitle {
  font-family: "Yekan Bakh";
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  color: #262623;
  margin: 32px 0 0;
}
.product-weight {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: lowercase;
  color: #737169;
  margin: 32px 0 0;
  display: block;
}
.product-description {
  border-top: 1px solid #d9d8d6;
  border-bottom: 1px solid #d9d8d6;
  padding: 32px 0;
  margin: 32px 0 0;
}
.product-description > strong {
  font-family: "Acumin";
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
}
.product-description > div {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #403f3b;
}
.product-subdescription {
  direction: rtl;
  border-bottom: 1px solid #d9d8d6;
  padding: 32px 0;
  margin: 0 0 32px;
}
.product-subdescription > strong {
  font-family: "Yekan Bakh";
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}
.product-subdescription > div {
  font-family: "Yekan Bakh";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  color: #403f3b;
}
.product-price {
  display: flex;
  font-family: "Inter";
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
}
.product-price-amount {
  color: #f04a23;
  font-weight: 600;
}
.product-btn-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  height: 44px;
  background: #ea33a3;
  border-radius: 25px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff !important;
}
.product-btn-buy > img {
  height: 20px;
  margin-right: 5px;
}
body.page-template-page-contact #page-wrapper {
  padding: 192px 0 100px;
}
body.page-template-page-contact #page-header {
  text-align: left;
  padding-top: 0;
}
body.page-template-page-contact #page-title {
  font-family: "Acumin";
  font-weight: 700;
  font-size: 160px;
  line-height: 140px;
  color: #000000;
}
body.page-template-page-contact #page-body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.form-control {
  border: none;
  border-bottom: 1px solid #0d0d0c;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
}
.section-about-intro {
  max-height: 200vh;
}
.section-about-intro .section-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 192px 0;
  text-align: center;
}
.section-about-intro .section-body {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  max-width: 60.8333333vw;
  margin-right: auto;
  margin-left: auto;
}
.section-about-intro .section-title {
  font-family: "PP Right Grotesk Tight";
  font-weight: 500;
  font-size: 270px;
  line-height: 200px;
  color: #000000;
}
.section-about-intro .section-suptitle:nth-of-type(1) {
  position: absolute;
  right: 70%;
  top: 50%;
  transform: translateY(-50%);
}
.section-about-intro .section-suptitle:nth-of-type(2) {
  position: absolute;
  left: 70%;
  bottom: 0;
}
.section-about-intro .section-suptitle:nth-of-type(2)::after {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}
.section-about-intro .section-icon {
  height: 134px;
  animation: rotating 8000ms linear infinite reverse;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section-about-description {
  background-color: #f04a23;
  background-image: url(../img/bg-about-location.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 63.0555556vw auto;
}
.section-about-description .section-body {
  font-family: "Inter";
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #000000;
}
.section-about-description .section-body > p + p {
  margin-top: 200px;
}
.section-about-location .section-cover {
  width: 75.2083333vw;
  margin: 0 auto 60px;
}
.section-about-location .location-list > li {
  border-bottom: 1px solid #0d0d0c;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.section-about-location .location-list > li > strong {
  font-family: "Acumin";
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #f04a23;
  display: block;
  margin-bottom: 32px;
}
.section-about-location .location-list > li > div {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.section-about-location .location-list > li > span {
  display: block;
  margin-top: 32px;
}
.section-about-location .location-list > li > span > a {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #f04a23;
}
.entry-header + .entry-body,
.entry-body + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 30px;
}
.entry-title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.entry-subtitle {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 10px;
}
.gallery-card {
  height: 100%;
}
.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-video {
  max-width: 60vw;
  margin: 0 auto;
  position: relative;
}
.entry-video::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.entry-video > iframe,
.entry-video > video {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/*Animation*/
.appear-on-scroll {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 600ms ease-in-out 0s;
}
.appear-on-scroll.come-in,
.appear-on-scroll.already-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*Plugins*/
/*CMS*/
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/
@media (max-width: 767.98px) {
  #navigation {
    background: #f04a23;
    width: 100vw;
    height: 100vh;
    padding: 100px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 600ms;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }
  #navigation.active {
    opacity: 1;
    visibility: visible;
  }
  #navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
  }
  #navigation > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  #navigation > ul > li > a {
    color: #000;
    font-size: 24px;
    font-family: "Acumin";
    font-weight: 600;
    text-transform: uppercase;
  }
  #navigation > ul > li > a:hover,
  #navigation > ul > li.current-menu-item > a {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .nav-toggle,
  .nav-close {
    display: none;
  }
  #navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li:not(:last-child) {
    margin-right: 40px;
  }
  #navigation li > a {
    color: #000;
    font-size: 24px;
    font-family: "Acumin";
    font-weight: 600;
    text-transform: uppercase;
  }
  #navigation li > a:hover,
  #navigation li.current-menu-item > a {
    color: #f04a23;
  }
  body.home #header:not(.sticky) #navigation li > a:hover,
  body.home #header:not(.sticky) #navigation li.current-menu-item > a {
    color: #fff;
  }
  .section-location .section-header {
    position: relative;
  }
  .section-location .section-suptitle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .section-location .section-title,
  .section-contact .section-title {
    text-align: right;
  }
  body.single-product #navigation,
  body.single-product #footer {
    display: none;
  }
  .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
