/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/IRANSansWeb_Black.woff") format("woff");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSansWeb_Bold.woff") format("woff");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb.woff") format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgb(110, 67, 66);
  color: rgb(255, 255, 255);
}
a {
  color: rgb(110, 67, 66);
  text-decoration: none !important;
}
a:hover {
  color: rgb(255, 103, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IRANSans", Helvetica, Geneva, VerIRANSans, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(255, 103, 0);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "IRANSans", Helvetica, Geneva, VerIRANSans, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  direction: rtl;
  background: rgb(240, 235, 223);
  color: rgb(100, 100, 100);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  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;
  left: 0;
  right: 0;
  background: rgba(243, 239, 232, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1000;
  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: "IRANSans", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
  margin: 0;
}
ol {
  list-style-type: persian;
}
.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(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 60px 0 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: bold;
  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);
}
b,
strong {
  font-weight: bold;
}
.tooltip-inner {
  font-family: "IRANSans", Helvetica, Geneva, VerIRANSans, sans-serif;
  font-size: 13px;
}
/*Custom*/
.section {
  position: relative;
}
.section .section-wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 40px;
}
.section-header,
.section-footer {
  text-align: center;
}
.section-title {
  font-size: 24px;
  color: rgb(110, 67, 66);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  margin: 0;
  position: relative;
}
.section-title:before,
.section-title:after {
  background: rgb(241, 208, 142);
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  content: "";
}
.section-title:before {
  margin-left: 20px;
}
.section-title:after {
  margin-right: 20px;
}
.section-subtitle {
  font-size: 16px;
  color: rgb(192, 157, 103);
  margin: 15px 0 0;
}
.section-desc {
  font-size: 14px;
  color: rgb(110, 67, 66);
  margin: 0;
}
.section-tab {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-tab > li {
  margin: 0 0 15px 15px;
}
.section-tab > li > a {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(110, 67, 66);
  border-radius: 15px 0 15px 0;
  color: rgb(110, 67, 66);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  font-weight: bold;
  position: relative;
}
.section-tab > li > a:hover,
.section-tab > li.active > a {
  background: rgb(255, 103, 0);
  border-color: rgb(241, 208, 142);
  color: rgb(96, 56, 41);
}
.section-tab > li.active > a {
  border-radius: 0 0 15px 0;
}
.section-tab > li.active > a:after {
  background: rgb(241, 208, 142);
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.section-tab > li.active > a {
  border-radius: 0 0 15px 0;
}
.subsection {
  position: relative;
}
.subsection + .subsection {
  margin-top: 30px;
}
.subsection-title {
  font-size: 18px;
  font-weight: bold;
  color: rgb(168, 168, 168);
  margin: 0;
}
.section-inner {
  padding: 30px;
  background-color: rgb(255, 255, 255);
}
.container-fluid {
  max-width: 1200px;
}
.button > i {
  margin-left: 5px;
}
.footer-logo > img {
  height: 56px;
}
.footer-nav {
  border-right: 1px solid rgb(110, 67, 66);
  font-weight: bold;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
}
.footer-nav > li > a {
  position: relative;
}
.footer-nav > li > a:hover:before,
.footer-nav > li.current-menu-item > a:before {
  background: rgb(255, 103, 0);
  width: 6px;
  height: 6px;
  transform: translate(50%, -50%) rotate(45deg);
  position: absolute;
  right: -20px;
  top: 50%;
  content: "";
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 5px;
}
.contact-info > li i {
  color: rgb(255, 103, 0);
}
.social-nav {
  font-size: 30px;
  display: flex;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin-right: 15px;
}
.copyright {
  text-align: center;
}
.product-card {
  background: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 15px 0 15px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  box-shadow: 0 0 15px rgba(161, 116, 106, 0.1);
}
.product-card-header {
  position: relative;
}
.product-card-img {
  width: 100%;
  border-radius: 15px;
}
.product-card-body,
.product-card-footer {
  text-align: center;
  padding: 15px 0 0;
}
.product-card-title {
  font-size: 17px;
  margin: 5px 0 0;
  color: rgb(255, 103, 0);
}
.product-card-footer {
  margin-top: auto;
}
.product-card-price {
  font-size: 13px;
  font-weight: bold;
  color: rgb(110, 67, 66);
}
.product-card-action {
  margin: 10px 0 0;
}
.product-card-action button {
  background: rgb(255, 103, 0);
  box-shadow: 0 0 10px rgba(255, 103, 0, 0.5);
  color: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 15px 0 15px 0;
  border: none;
  padding: 0;
  margin: 0;
}
.product-card-badge {
  background: rgb(255, 255, 255);
  height: 32px;
  border-radius: 32px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: rgb(110, 67, 66);
  position: absolute;
  left: 15px;
  top: 15px;
}
.page-title {
  color: rgb(255, 103, 0);
  font-size: 30px;
  margin: 0;
}
.breadcrumb {
  color: rgb(255, 103, 0);
  justify-content: center;
  margin: 15px 0 0;
}
#page-header {
  text-align: center;
}
.page-header-inner {
  background-color: rgb(110, 67, 66);
  background-image: url(../img/pattern-1.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 60px 20px;
}
#page-body {
  padding: 50px 0 100px;
}
#header + #page-body {
  padding-top: 150px;
}
.entry-header {
  margin: 0 0 20px;
}
.entry-title {
  font-size: 20px;
  color: rgb(110, 67, 66);
  margin: 0;
}
.product-item-info > div + div {
  margin-top: 20px;
}
.product-item-cat ul,
.product-item-tag ul {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-item-cat ul > li:not(:last-child):after,
.product-item-tag ul > li:not(:last-child):after {
  content: "،";
  margin-left: 4px;
}
.woocommerce-MyAccount-navigation ul {
  border-right: 1px solid rgb(110, 67, 66);
  font-weight: bold;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul > li + li {
  margin: 5px 0 0;
}
.woocommerce-MyAccount-navigation ul > li > a {
  position: relative;
}
.woocommerce-MyAccount-navigation ul > li > a:hover:before,
.woocommerce-MyAccount-navigation ul > li.is-active > a:before {
  background: rgb(255, 103, 0);
  width: 6px;
  height: 6px;
  transform: translate(50%, -50%) rotate(45deg);
  position: absolute;
  right: -20px;
  top: 50%;
  content: "";
}
.section-cta .section-box {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.gallery-wrapper {
  margin: -10px;
  padding: 0 0 10px;
}
.gallery-slider-item,
.gallery-slider-navitem {
  padding: 10px;
}
.slick-arrow {
  background: rgb(251, 182, 96);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  z-index: 1;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.slick-arrow:hover {
  background: rgb(255, 103, 0);
  color: rgb(255, 255, 255);
}
.gallery-slider-image .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.gallery-slider-image .slick-prev {
  right: 20px;
}
.gallery-slider-image .slick-next {
  left: 20px;
}
.gallery-slider-nav .slick-arrow {
  top: 100%;
}
.gallery-slider-nav .slick-prev {
  right: 10px;
}
.gallery-slider-nav .slick-next {
  left: 10px;
}
.gallery-slider-image,
.gallery-slider-nav {
  direction: rtl;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#header.sticky {
  background-color: rgb(255, 255, 255);
}
.logo {
  margin-left: 30px;
}
.user-nav {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
  padding: 0;
  list-style: none;
}
.user-nav > li + li {
  margin-right: 15px;
}
.user-nav > li > a,
.user-nav > li > button {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
body:not(.home) .user-nav > li > a,
body:not(.home) .user-nav > li > button,
#header.sticky .user-nav > li > a,
#header.sticky .user-nav > li > button {
  color: rgb(110, 67, 66);
}
.user-nav > li:hover > a,
.user-nav > li:hover > button,
.user-nav > li.active > a,
.user-nav > li.active > button {
  color: rgb(255, 103, 0) !important;
}
.search-box {
  background: rgb(226, 216, 193);
  height: 40px;
  display: flex;
  margin: 0 30px;
  width: 100%;
  display: none;
}
.search-input,
.search-btn {
  background: none;
  border: none;
  padding: 0 10px;
  margin: 0;
  height: 100%;
}
.search-input {
  width: 100%;
}
.search-btn {
  font-size: 24px;
}
.section-intro {
  background-image: url(../img/pattern-1.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 0 0 150px 0;
  z-index: 1;
}
.section-intro .section-wrapper {
  padding-top: 150px;
}
.section-intro .section-header,
.section-intro .section-footer {
  text-align: right;
}
.section-intro .section-title,
.section-intro .section-body {
  color: rgb(255, 255, 255);
}
.section-intro .section-title:after {
  display: none;
}
.section-product::before {
  background-image: url(../img/pattern-3.jpg);
  background-blend-mode: multiply;
  opacity: 0.1;
  position: absolute;
  height: calc(100% + 150px);
  top: -150px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.section-product::after {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(240, 235, 224, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(240, 235, 224, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(240, 235, 224, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0ebe0',GradientType=0 );
  position: absolute;
  height: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.blog-card {
  background: rgb(247, 242, 236);
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.blog-card-header {
  position: relative;
}
.blog-card-header:before {
  padding-top: 66%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  padding: 20px;
}
.blog-card-title {
  font-size: 16px;
  margin: 0;
}
.blog-card-desc {
  margin: 10px 0 0;
}
.feature-card {
  text-align: center;
}
.feature-card-icon {
  height: 80px;
}
.feature-card-body {
  margin: 15px 0 0;
}
.feature-card-title {
  color: rgb(255, 103, 0);
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
.feature-card-desc {
  margin: 10px 0 0;
}
#footer {
  background: rgb(226, 216, 193);
  margin-top: auto;
}
.footer-top {
  padding: 50px 0;
}
.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgb(204, 185, 155);
}
.fblock-header {
  margin: 0 0 20px;
}
.fblock-title {
  color: rgb(110, 67, 66);
  font-weight: 900;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
.fblock-title:before {
  background: rgb(255, 103, 0);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-left: 20px;
  content: "";
}
.wblock {
  border-top: 2px solid rgb(255, 103, 0);
  background-color: rgb(250, 250, 250);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 15px 15px;
  padding: 20px;
}
.wblock + .wblock {
  margin: 30px 0 0;
}
.wblock-header {
  margin: 0 0 20px;
}
.wblock-title {
  color: rgb(110, 67, 66);
  font-weight: 900;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
.wblock-title:before {
  background: rgb(255, 103, 0);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-left: 20px;
  content: "";
}
.wsearch-form {
  background: rgb(226, 216, 193);
  height: 40px;
  display: flex;
  width: 100%;
}
.wsearch-input,
.wsearch-btn {
  background: none;
  border: none;
  padding: 0 10px;
  margin: 0;
  height: 100%;
}
.wsearch-input {
  width: 100%;
}
.wsearch-btn {
  font-size: 24px;
}
.pcategory-list ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.pcategory-list ul ul {
  margin-right: 15px;
}
/*Plugins*/
.product-quantity,
.quantity {
  display: inline-flex;
}
.coupon {
  display: inline-flex;
  align-items: center;
}
.woocommerce .col2-set > div {
  flex: unset;
  max-width: unset;
}
.woocommerce .form-row {
  flex-direction: column;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.woocommerce table {
  border-radius: 0 !important;
}
.add_to_cart_inline {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: none !important;
  padding: 0 !important;
}
.add_to_cart_inline > a {
  margin-top: 10px !important;
}
.woocommerce ul.order_details {
  padding: 0;
}
.pw-gateway-checkout-form {
  text-align: center;
}
.woocommerce #respond input#submit:before,
.woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before {
  border: 1px dashed rgb(255, 255, 255);
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  content: "";
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: none;
  border-radius: 0;
  height: 45px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: rgb(255, 103, 0);
  color: rgb(255, 255, 255);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: rgb(255, 255, 255);
  color: rgb(255, 103, 0);
}
.select2-selection--single,
.input-text {
  border: 1px dashed rgb(225, 225, 225) !important;
  padding: 10px;
  min-height: 45px;
  width: 100%;
  border-radius: 0 !important;
}
.select2-selection--single:focus,
.input-text:focus .rwmb-input-dark input:focus {
  border-color: rgb(255, 103, 0) !important;
}
.select2-selection--single {
  height: 47px !important;
}
.select2-dropdown {
  border: 1px dashed rgb(225, 225, 225) !important;
  border-radius: 0 !important;
}
.select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
/*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;
}
.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) {
  body:not(.home) {
    padding-top: 80px;
  }
  #header {
    padding: 10px 0;
  }
  .logo > img {
    height: 60px;
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(110, 67, 66);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: rgb(224, 224, 224);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f104";
    left: auto;
    right: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
}
@media (min-width: 768px) {
  body:not(.home) {
    padding-top: 130px;
  }
  #header {
    padding: 15px 0;
  }
  .logo {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
  }
  .logo > img,
  #header > div {
    height: 100px;
  }
  #header.sticky > div,
  #header.sticky .logo > img {
    height: 60px;
  }
  .nav-toggle {
    display: none !important;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
  #navigation ul > li {
    position: relative;
  }
  #navigation > ul > li {
    display: inline-flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    font-weight: 900;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    line-height: 1;
    padding: 10px 0;
  }
  #navigation > ul > li + li:before {
    background: rgb(241, 208, 142);
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: 0 15px;
    content: "";
  }
  body:not(.home) #navigation > ul > li > a,
  #header.sticky #navigation > ul > li > a {
    color: rgb(110, 67, 66);
  }
  #navigation ul > li:hover > a,
  #navigation ul > li.current-menu-item > a {
    color: rgb(255, 103, 0) !important;
  }
  #navigation li > ul {
    border-top: 2px solid rgb(255, 103, 0);
    background-color: rgb(250, 250, 250);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
    padding: 20px 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    right: 0;
    min-width: 230px;
    flex-direction: column;
    align-items: unset;
  }
  #navigation > ul > li > ul ul {
    top: 0;
    right: 100%;
  }
  #navigation li > ul > li + li:before {
    border-top: 1px solid rgb(229, 229, 229);
    margin: 0 15px;
    display: block;
    content: "";
  }
  #navigation li > ul > li > a {
    padding: 10px 30px;
    line-height: 1;
    display: block;
  }
  #navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation li > ul > li.menu-item-has-children > a {
    padding-left: 45px;
  }
  #navigation li.menu-item-has-children > a:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #navigation > ul > li.menu-item-has-children > a {
    padding-left: 30px;
  }
  #navigation > ul > li.menu-item-has-children > a:after {
    content: "\f107";
  }
  #navigation > ul > li.menu-item-has-children > a:hover:after {
    content: "\f106";
  }
}
