/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: 10;
  src: url("../fonts/Dana-Hairline.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Dana-Thin.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: 200;
  src: rl("../fonts/Dana-UltraLight.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Dana-Light.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Dana-Medium.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Dana-DemiBold.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Dana-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Dana-Black.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Dana-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: Dana;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Dana-Regular.woff") format("woff");
}
b,
strong {
  font-weight: 600 !important;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(150, 150, 150);
  text-decoration: none !important;
}
a:hover {
  color: rgb(254, 166, 32);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dana", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(254, 166, 32);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Dana", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  direction: rtl;
  background: rgb(250, 250, 250);
  color: rgb(50, 50, 50);
  padding-top: 126px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  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(50, 50, 50, 0.8);
  backdrop-filter: blur(2px);
  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: "Dana", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
b,
strong {
  font-weight: 500;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
html[lang="ar"] ol {
  list-style-type: arabic-indic;
}
.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;
}
.facetwp-pager,
.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.facetwp-pager > a,
.pagination > li {
  padding: 0 6px;
}
.facetwp-pager > a,
.pagination > li > a,
.pagination > li > .current {
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51) !important;
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.facetwp-pager > a:hover,
.pagination > li > a:hover {
  background: rgb(50, 50, 50);
  color: rgb(239, 236, 232) !important;
}
.facetwp-pager > a.active,
.pagination > li > .current {
  background: rgb(254, 166, 32);
  color: rgb(255, 255, 255) !important;
}
/*Custom*/
.container-fluid {
  max-width: 1400px;
}
.section {
  position: relative;
  z-index: 2;
}
.section-wrapper {
  padding: 30px 0;
}
.section-title {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 1;
}
.section-title > strong {
  color: rgb(254, 166, 32);
}
.section-subtitle {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
.section-header .section-nav {
  margin-top: 20px;
  line-height: 1;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-desc {
  margin: 15px auto 0;
}
.section-desc + .section-nav {
  margin-top: 30px;
}
.section-cover {
  position: relative;
}
.section-cover > img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 12px;
}
.subsection + .subsection {
  margin-top: 30px;
}
.subsection-title {
  font-size: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.subsection-title:before {
  background-color: rgb(254, 166, 32);
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  content: "";
  display: inline-flex;
  margin-left: 20px;
}
.subsection-title:after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  width: 100%;
  content: "";
  display: inline-flex;
  margin-right: 20px;
}
.section-btn {
  color: rgb(254, 166, 32);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.section-btn:after {
  content: "\f177";
  font-family: "Font Awesome";
  font-weight: 300;
  margin-right: 10px;
}
#page-header {
  background: rgb(230, 230, 230);
  box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.15);
  padding: 60px 0;
  position: relative;
}
.page-header-title {
  color: rgb(254, 166, 32);
  font-size: 40px;
  margin: 0;
}
.page-subtitle {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
.breadcrumb > li:not(:last-child)::after {
  content: "\f104";
  font-family: "Font Awesome";
  margin: 0 5px;
}
.page-cover + div {
  margin-top: 30px;
}
.page-cover img {
  width: 100%;
}
#page-body {
  padding: 40px 0;
}
#header + #page-body {
  padding-top: 200px;
}
.tbutton {
  border: 1px solid transparent;
  height: 50px;
  padding: 0 20px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton > i + span {
  margin-left: 10px;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-primary-fill {
  background: rgb(254, 166, 32);
  color: rgb(0, 16, 41);
}
.tbutton-primary-fill:hover {
  background: rgb(0, 16, 41);
  color: rgb(254, 166, 32);
}
.tbutton-secondary-fill {
  background: rgb(0, 16, 41);
  color: rgb(254, 166, 32);
}
.tbutton-secondary-fill:hover {
  background: rgb(254, 166, 32);
  color: rgb(0, 16, 41);
}
.tbutton-light-fill {
  background: rgb(254, 166, 32);
  color: rgb(0, 16, 41);
}
.tbutton-light-fill:hover {
  background: rgb(254, 166, 32);
  color: rgb(255, 255, 255);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(0, 16, 41);
  color: rgb(0, 16, 41);
}
.tbutton-primary-outline:hover {
  background: rgb(0, 16, 41);
  border-color: rgb(0, 16, 41);
  color: rgb(239, 236, 232);
}
.tbutton-secondary-outline {
  background: none;
  border-color: rgb(254, 166, 32);
  color: rgb(254, 166, 32);
}
.tbutton-secondary-outline:hover {
  background: rgb(254, 166, 32);
  border-color: rgb(254, 166, 32);
  color: rgb(0, 16, 41);
}
.tbutton-light-outline {
  background: none;
  border-color: rgb(254, 166, 32);
  color: rgb(254, 166, 32);
}
.tbutton-light-outline:hover {
  background: rgb(254, 166, 32);
  border-color: rgb(254, 166, 32);
  color: rgb(0, 16, 41);
}
#header {
  background: rgb(255, 255, 255);
  border-top: 6px solid rgb(100, 100, 100);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.15);
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#header.sticky {
  position: fixed;
  padding: 10px;
}
.logo > img {
  height: 60px;
}
#header.sticky .logo {
  display: none;
}
.user-nav {
  display: inline-flex;
  align-items: center;
  margin: 0 auto 0 0;
  padding: 0;
  list-style: none;
}
.user-nav > li {
  position: relative;
}
.user-nav > li > a,
.user-nav > li > button {
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.user-nav > li > a > i,
.user-nav > li > button > i {
  color: rgb(100, 100, 100);
  font-size: 26px;
}
.user-nav > li > a:hover > i,
.user-nav > li > button:hover > i,
.user-nav > li.active > a > i,
.user-nav > li.active > button > i {
  color: rgb(254, 166, 32);
}
.user-nav > li + li {
  margin-right: 20px;
}
.search-card {
  padding-top: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}
.search-toggle.open .search-card {
  opacity: 1;
  visibility: visible;
}
.search-card-form {
  border: 1px solid rgb(229, 229, 229);
  border-top: 2px solid rgb(254, 166, 32);
  background: rgb(245, 245, 245);
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.search-card-form::before {
  border-bottom: 10px solid rgb(254, 166, 32);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 10px;
  content: "";
}
.search-card-input,
.search-card-btn {
  border: none;
  background: none;
  padding: 0;
}
.search-card-input {
  font-size: 14px;
  width: 220px;
}
#footer {
  background: rgb(210, 210, 210);
  box-shadow: inset 0 150px 0 0 rgb(250, 250, 250);
  padding: 40px 0;
  margin-top: auto;
}
.footer-logo {
  height: 100px;
  margin-left: 30px;
}
.footer-nav {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 600;
}
.footer-nav > li:not(:last-child)::after {
  content: "|";
  margin: 0 20px;
  color: rgb(254, 166, 32);
}
.certificate-grid {
  padding: 30px;
  background: rgb(255, 255, 255);
  border-radius: 16px;
}
.certificate-card img {
  max-width: 100%;
}
.contact-box {
  color: rgb(255, 255, 255);
  border-radius: 30px;
  padding: 50px 30px;
  margin: 0 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.cblock-header {
  text-align: center;
}
.cblock-header::after {
  width: 70px;
  height: 4px;
  background: rgb(254, 166, 32);
  margin: 20px auto;
  display: block;
  content: "";
}
.cblock-title {
  font-size: 18px;
  margin: 0;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li:not(:last-child) {
  margin-bottom: 15px;
}
.contact-info > li > i {
  background: rgb(254, 166, 32);
  color: rgb(255, 255, 255);
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-nav > li:not(:last-child) {
  margin-left: 20px;
}
.social-nav > li > a {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-nav > li > a:hover {
  background: rgb(254, 166, 32);
  color: rgb(255, 255, 255);
}
.feature-card {
  display: flex;
}
.feature-card-img {
  width: 55px;
}
.feature-card-body {
  padding-right: 15px;
}
.feature-card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.feature-card-subtitle {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.section-slideshow .section-wrapper {
  padding-top: 0;
}
.slideshow .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.slide-card-img {
  width: 100%;
  border-radius: 16px;
}
.blog-card {
  border: 1px solid rgb(210, 210, 210);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  padding: 15px;
}
.blog-card-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
.blog-card-footer {
  padding: 0 15px 15px;
  color: rgb(160, 160, 160);
  font-size: 14px;
  margin-top: auto;
}
.blog-card-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-card > img {
  width: 100%;
  border-radius: 16px;
}
.section-featured .section-inner {
  background: rgb(240, 244, 245);
  border-radius: 16px;
  padding: 30px;
}
.product-card {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}
.product-card-img {
  width: 100%;
}
.product-card-body {
  padding: 15px 0 0;
}
.product-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.product-card-subtitle {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.product-card-footer {
  padding: 15px 0 0;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product-card-price {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.product-card-price > del {
  color: rgb(220, 53, 69) !important;
}
.product-card-price > ins {
  text-decoration: none;
  display: block;
}
.product-card-btn {
  background-color: rgb(254, 166, 32) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 0 10px 10px 10px !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
}
.product-card-btn:hover {
  background-color: rgb(100, 100, 100) !important;
  color: rgb(255, 255, 255);
}
.product-card-btn.added {
  background-color: rgb(92, 184, 92) !important;
  pointer-events: none;
  cursor: default !important;
}
.product-card-btn:not(.add_to_cart_button) {
  background-color: rgb(220, 53, 69) !important;
  pointer-events: none;
  cursor: not-allowed !important;
}
.product-card-btn::before {
  content: "\e3f3";
  font-family: "Font Awesome";
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card-btn.added::before {
  content: "\e3f1";
}
.product-card-btn:not(.add_to_cart_button)::before {
  content: "\e3f4";
}
.product-card-btn > span {
  display: none;
}
.product-card .added_to_cart.wc-forward {
  display: none;
}
.product-card-ribbon {
  background-color: rgb(254, 166, 32);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 5px;
  width: 150px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: center top;
}
.product-card-ribbon > i {
  transform: rotate(45deg);
}
.featured-carousel .owl-nav > button,
.popular-carousel .owl-nav > button {
  width: 40px;
  height: 60px;
  background: rgb(0, 0, 0);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.featured-carousel .owl-nav > button.owl-prev,
.popular-carousel .owl-nav > button.owl-prev {
  right: -20px;
  background: linear-gradient(
    to left,
    rgba(60, 75, 108, 0.5) 0%,
    rgba(60, 75, 108, 0) 100%
  );
}
.featured-carousel .owl-nav > button.owl-next,
.popular-carousel .owl-nav > button.owl-next {
  left: -20px;
  background: linear-gradient(
    to right,
    rgba(60, 75, 108, 0.5) 0%,
    rgba(60, 75, 108, 0) 100%
  );
}
.newest-carousel .owl-nav {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newest-carousel .owl-nav > button {
  width: 40px;
  height: 40px;
  background: rgb(0, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  margin: 0 10px;
}
.newest-carousel .owl-nav > button:hover {
  background: rgb(254, 166, 32) !important;
  color: rgb(255, 255, 255) !important;
}
.section-popular .section-inner {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 30px;
}
.section-popular .product-card {
  border: 1px solid rgb(210, 210, 210);
}
.cta-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;
}
.cta-nav > li + li {
  margin: 10px 0 0;
}
.cta-nav > li > a > i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
}
.cta-nav > li > a:hover > i {
  opacity: 0.75;
}
.cta-nav > li > a > i[class$="whatsapp"] {
  background: #25d366;
}
.cta-nav > li > a > i[class$="headset"] {
  background: #0a66c2;
}
.cta-nav > li > a > i[class$="phone"] {
  background: #0b556a;
}
.cta-nav > li > a > i[class$="sms"] {
  background: #7e4dd2;
}
.sblock {
  padding: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: 0 0 15px;
}
.sblock-title {
  color: #889098;
  font-size: 16px;
}
.sblock-body {
  margin: 16px 0 0;
}
div.product .entry-summary .entry-title {
  font-size: 20px;
}
div.product .entry-summary,
div.product .woocommerce-product-gallery {
  margin-bottom: 30px !important;
}
div.product .entry-summary {
  padding: 30px;
  background-color: rgb(230, 230, 230);
}
#respond,
#comments {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dashed rgb(0, 0, 0);
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid rgb(120, 120, 120);
  display: block;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: rgb(40, 40, 40);
}
.comment-form textarea {
  height: auto;
}
.comment-form input[type="submit"] {
  color: #515151;
  background-color: #ebe9eb;
  height: 45px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
}
.comment-form input[type="submit"]:hover {
  background-color: #dfdcde;
  color: #515151;
}
.product-gallery {
  padding: 20px;
  background: rgb(231, 229, 229);
}
.product-gallery-nav .owl-nav > button {
  background: rgb(86, 197, 208) !important;
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: none;
  padding: 0;
  z-index: 2;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-gallery-nav .owl-nav > button:hover {
  background: rgb(41, 38, 99) !important;
  color: rgb(255, 255, 255);
}
.product-gallery-nav .owl-nav > button {
  top: 50%;
  transform: translateY(-50%);
}
.product-gallery-nav .owl-nav > button.owl-prev {
  right: -20px;
}
.product-gallery-nav .owl-nav > button.owl-next {
  left: -20px;
}
.product-gallery-nav-item,
.product-gallery-slider-item {
  position: relative;
}
.product-gallery-nav-item::before,
.product-gallery-slider-item::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.product-gallery-nav-item > img,
.product-gallery-slider-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-gallery-nav {
  margin-top: 10px;
}
.product-gallery-slider .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.zoomContainer {
  cursor: zoom-in;
}
.product-gallery-nav-item {
  cursor: move;
}
.entry-footer {
  background-color: rgb(230, 230, 230);
  color: rgb(41, 38, 99);
  padding: 15px;
  border-radius: 12px;
  margin: 30px 0 0;
}
.entry-meta,
.entry-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li {
  display: flex;
}
.entry-meta > li:not(:last-child) {
  margin-bottom: 5px;
}
.entry-meta > li > i {
  width: 26px;
  align-self: center;
}
.entry-meta > li > strong {
  margin-left: 5px;
}
.entry-meta ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.entry-meta ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-left: 5px;
}
/*Plugins*/
.tooltipster-content {
  font-family: "Dana", sans-serif !important;
}
.ywot-icon-delivery:before {
  display: none !important;
}
.woocommerce-account a.track-button {
  margin-right: 0 !important;
  width: auto !important;
}
.zoomContainer {
  z-index: 1;
}
.owl-stage-outer {
  padding-right: 2px;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-carousel.owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(1) invert(1) opacity(0.9);
}
.owl-carousel .owl-dots > button + button {
  margin-right: 10px;
}
.owl-carousel .owl-dots > button {
  background-color: rgb(200, 200, 200);
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  padding: 0 !important;
  transition: all 0.3s ease-out;
}
.owl-carousel .owl-dots > button.active {
  width: 30px;
  background-color: rgb(254, 166, 32);
}
.owl-nav > button.disabled {
  background: rgba(60, 75, 108, 0.1) !important;
  pointer-events: none;
  cursor: default;
}
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(254, 166, 32);
}
/*CMS*/
.DTFC_LeftBodyLiner {
  padding: 0 !important;
}
.xoo-wsc-sum-col {
  padding-left: 0;
  padding-right: 15px;
}
.woocommerce .xoo-wsc-ft-buttons-cont .button + .button {
  margin-right: 0 !important;
}
.facetwp-selections {
  margin: 0 0 30px;
}
.facetwp-selections > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.facetwp-selections > ul > li:not(:last-child) {
  margin-left: 20px;
}
.facetwp-selections > ul > li .facetwp-selection-label {
  font-weight: 600;
}
.facetwp-sort {
  margin: 0 0 15px;
}
.facetwp-sort-select {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  width: 100%;
  height: 40px;
  padding: 0 16px;
}
.facetwp-facet {
  margin: 0 !important;
}
.facetwp-counter {
  margin-right: 5px;
}
.facetwp-checkbox {
  background-position: 100% 50% !important;
  padding-left: 0 !important;
  padding-right: 20px !important;
}
.woocommerce span.onsale {
  min-height: 50px;
  min-width: 50px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  height: auto !important;
}
.product-quantity,
.quantity {
  display: inline-flex;
}
.coupon {
  display: inline-flex;
  align-items: center;
}
.woocommerce-MyAccount-navigation ul {
  background: rgb(200, 200, 200);
  margin: 0;
  padding: 15px;
  line-height: 1;
  white-space: nowrap;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul > li > a {
  display: flex;
  padding: 10px 0 10px 50px;
}
.woocommerce-MyAccount-navigation ul > li:not(:last-child)::after {
  border-top: 1px solid rgb(41, 38, 99);
  border-bottom: 2px solid rgb(255, 255, 255);
  display: block;
  content: "";
}
.woocommerce .col2-set > div {
  flex: unset;
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}
.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 #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  content: "" !important;
}
.woocommerce ul.order_details {
  padding: 0;
}
.pw-gateway-checkout-form {
  text-align: center;
}
.woocommerce button.button.disabled,
.woocommerce input.button.disabled {
  background-color: rgb(100, 100, 100) !important;
  color: rgb(255, 255, 255) !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: none;
  border-radius: 0;
  height: 45px;
  font-weight: 600;
  font-size: 16px !important;
  padding: 0 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  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 .button + .button {
  margin-right: 10px !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: rgb(40, 40, 40);
  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(120, 120, 120);
  color: rgb(255, 255, 255);
}
.variations select,
.select2-selection--single,
.input-text {
  border: 1px solid rgb(120, 120, 120) !important;
  padding: 10px;
  min-height: 45px;
  width: 100%;
  border-radius: 0 !important;
}
.variations select:focus,
.select2-selection--single:focus,
.input-text:focus {
  border-color: rgb(40, 40, 40) !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%);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom-color: rgb(40, 40, 40) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
  border-color: rgb(40, 40, 40) !important;
  border-bottom: none !important;
  background-color: rgb(60, 60, 60) !important;
  color: rgb(255, 255, 255) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(40, 40, 40) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: inherit !important;
}
.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
  position: relative;
}
.woocommerce-customer-details--email::before,
.woocommerce-customer-details--phone::before {
  margin-right: auto !important;
  margin-left: -1.5em !important;
  right: 0;
}
.wishlist_table tr td.product-thumbnail a img {
  height: auto;
}
table.wishlist_table tbody td.product-name,
table.wishlist_table tbody td.product-price,
table.wishlist_table tbody td.product-stock-status {
  text-align: right !important;
}
.entry-content {
  font-size: 16px;
}
.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) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(50, 50, 50);
    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";
    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";
  }
  .user-nav > li.search-toggle {
    position: static;
  }
  .search-card {
    width: 100%;
    padding-top: 0;
  }
  .search-card-input {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation {
    margin-right: 50px;
    line-height: 1;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  #navigation > ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  #navigation > ul > li:not(:last-child) {
    margin-left: 25px;
  }
  #navigation ul > li {
    position: relative;
  }
  #navigation ul > li > a {
    display: block;
  }
  #navigation > ul > li::after {
    width: 100%;
    height: 3px;
    background: rgb(254, 166, 32);
    transform: scaleX(0);
    transition: all 0.2s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
  }
  #navigation > ul > li:hover::after,
  #navigation > ul > li.current-menu-item::after {
    transform: scaleX(1);
  }
  #navigation > ul > li > a {
    font-weight: 600;
    padding: 12px 0;
  }
  #navigation ul > li:hover > a,
  #navigation ul > li.current-menu-item > a {
    color: rgb(254, 166, 32);
  }
  #navigation li > ul {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    width: 220px;
    padding: 15px 0;
    position: absolute;
    flex-direction: column;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    top: 100%;
    right: 0;
    transition: all 0.2s linear;
  }
  #navigation li:hover > ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul ul ul {
    top: 0;
    right: 100%;
  }
  #navigation ul ul > li > a {
    padding: 10px 15px;
    font-size: 85%;
  }
  #navigation ul ul > li:hover > a,
  #navigation ul ul > li.current-menu-item > a {
    background: rgb(250, 250, 250);
  }
  #navigation ul > li.menu-item-has-children > a {
    padding-left: 20px;
  }
  #navigation ul > li.menu-item-has-children > a:before {
    content: "\f107";
    font-family: "Font Awesome";
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #navigation ul ul > li.menu-item-has-children > a:before {
    content: "\f104";
    left: 10px;
  }
  .section-popular .section-header,
  .section-blog .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-title + .section-nav {
    margin-top: 0;
  }
  div.product .entry-summary {
    padding: 30px 40px 50px;
    margin-inline-start: 20%;
    position: relative;
    width: 40%;
    height: 1%;
  }
  div.product .woocommerce-product-gallery {
    position: relative;
    width: 40%;
    max-width: 100%;
  }
  div.product .woocommerce-product-gallery img {
    width: 100%;
  }
  div.product .woocommerce-tabs {
    width: 100%;
  }
  div.product {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-account #page-body .woocommerce {
    display: flex;
  }
  .woocommerce-MyAccount-navigation {
    margin-left: 30px;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
  }
  body.woocommerce-checkout #page-body .woocommerce {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin: 0 auto;
  }
}
