/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "Abar";
  font-weight: normal;
  src: url("../fonts/AbarMid-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Abar";
  font-weight: normal;
  src: url("../fonts/AbarMid-Regular.woff2") format("woff2");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: #c4c4c4;
  text-decoration: none !important;
}
a:hover {
  color: #f04a23;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abar", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: #223476;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Abar", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  direction: rtl;
  background: #223476;
  color: #fff;
  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(10, 10, 10, 0.85);
  z-index: 100;
}
.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: "Abar", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
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;
}
.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 60px;
}
.section .section-wrapper {
  padding: 60px 0;
}
.section-header {
  text-align: center;
}
.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 {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
.section-title > strong {
  color: #f0c517;
}
.subsection {
  position: relative;
  z-index: 1;
}
.subsection + .subsection {
  margin-top: 60px;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 30px;
}
.subsection-header {
  text-align: center;
}
.subsection-title {
  font-size: 25px;
  color: #fff;
  margin: 0;
}
.tbutton {
  border: 2px solid transparent;
  height: 30px;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 100;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-primary-fill {
  background: #f0c517;
  color: #223476;
}
.tbutton-primary-fill:hover {
  background: #223476;
  border-color: #f0c517;
  color: #f0c517;
}
.tbutton-primary-outline {
  background: none;
  border-color: #f0c517;
  color: #f0c517;
}
.tbutton-primary-outline:hover {
  background: #f0c517;
  border-color: #f0c517;
  color: #223476;
}
.tbutton-secondary-fill {
  background: #fb020f;
  color: #f0c517;
}
.tbutton-secondary-fill:hover {
  background: #f0c517;
  border-color: #fb020f;
  color: #fb020f;
}
.tbutton-secondary-outline {
  background: none;
  border-color: #fb020f;
  color: #fb020f;
}
.tbutton-secondary-outline:hover {
  background: #fb020f;
  border-color: #fb020f;
  color: #f0c517;
}
#header {
  background: rgb(34, 52, 118);
  height: 110px;
  padding: 20px 0;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header > div {
  display: flex;
  align-items: center;
}
.logo > img {
  height: 70px;
}
.user-nav,
.lang-nav {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-nav {
  margin-right: auto;
  margin-left: 20px;
}
.user-nav > li {
  position: relative;
}
.user-nav > li:not(:last-child) {
  margin-left: 20px;
}
.lang-nav > li:not(:last-child)::after {
  content: "\\";
  margin: 0 5px;
  display: inline;
  vertical-align: middle;
}
.lang-nav > li > a {
  font-size: 16px;
  color: #fff;
}
.lang-nav > li.active > a {
  color: #f0c517;
  cursor: default;
  pointer-events: none;
}
.nav-toggle,
.search-toggle,
.search-card-btn {
  border: none;
  background: none;
  padding: 0;
  font-size: 0;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.nav-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M 0 7.5 L 0 12.5 L 50 12.5 L 50 7.5 Z M 0 22.5 L 0 27.5 L 50 27.5 L 50 22.5 Z M 0 37.5 L 0 42.5 L 50 42.5 L 50 37.5 Z'/%3E%3C/svg%3E");
}
.search-toggle,
.search-card-btn {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.25 436.25'%3E%3Cpath d='m170,0C76.02,0,0,76.02,0,170s76.02,170,170,170c33.55,0,64.61-9.84,90.94-26.56l122.81,122.81,42.5-42.5-121.25-120.94c21.8-28.59,35-64.02,35-102.81C340,76.02,263.98,0,170,0Zm0,40c71.99,0,130,58.01,130,130s-58.01,130-130,130S40,241.99,40,170,98.01,40,170,40Z'/%3E%3C/svg%3E");
}
.search-card-btn {
  margin-left: 10px;
}
.search-card-form {
  border: 1px solid #cfcfd0;
  width: 200px;
  height: 34px;
  border-radius: 34px;
  display: flex;
  align-items: center;
}
.search-card-input {
  width: 100%;
  border: none;
  padding: 0 10px;
  background: none;
  color: #fff;
  font-size: 14px;
}
.intro-logo {
  height: 46px;
}
.intro-subtitle {
  font-size: 28px;
  color: #fff;
}
.intro-subtitle::after {
  width: 38px;
  border-bottom: 1px solid #fff;
  margin: 20px 0;
  display: block;
  content: "";
}
.intro-description {
  font-size: 16px;
  color: #adadad;
}
.slider,
.slide-card,
.slide-card::after,
.slide-card-img {
  width: 100vw;
  height: calc(100vh - 110px);
}
.slide-card {
  position: relative;
}
.slide-card::after {
  background: linear-gradient(
    to top,
    rgba(34, 52, 118, 1) 0%,
    rgba(34, 52, 118, 0.9) 16%,
    rgba(34, 52, 118, 0.63) 45%,
    rgba(34, 52, 118, 0.21) 83%,
    rgba(34, 52, 118, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.slide-card-img {
  object-fit: cover;
}
.feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.feature-card-header {
  position: relative;
}
.feature-card-header::after {
  padding-top: 100%;
  display: block;
  content: "";
}
.feature-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.feature-card-body {
  background: #f0c517;
  border-top: 8px solid #223476;
  padding: 20px;
  text-align: center;
}
.feature-card-title {
  font-size: 26px;
  color: #223476;
  line-height: 1;
  margin: 0;
}
.feature-card-footer {
  font-size: 14px;
  padding: 25px;
  background: #fff;
  color: #223476;
  height: 100%;
  position: relative;
}
.feature-card::after,
.feature-card-footer::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
  transition: all 300ms linear;
}
.feature-card::after {
  background: rgba(34, 52, 118, 0.9);
}
.feature-card-footer::after {
  background: linear-gradient(
    to top,
    rgba(34, 52, 118, 1) 0%,
    rgba(34, 52, 118, 0.9) 16%,
    rgba(34, 52, 118, 0.63) 45%,
    rgba(34, 52, 118, 0.21) 83%,
    rgba(34, 52, 118, 0) 100%
  );
}
.feature-grid:hover .feature-card:not(:hover)::after,
.feature-grid:hover .feature-card:not(:hover) .feature-card-footer::after {
  opacity: 1;
  visibility: visible;
}
.gallery-grid {
  display: flex;
}
.gallery-grid > div {
  height: 75vh;
  max-height: 500px;
  transition: all 300ms linear;
  position: relative;
}
.gallery-grid > div::after {
  background: rgba(34, 52, 118, 0.9);
  transition: all 300ms linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
}
.gallery-grid:hover > div:not(:hover)::after {
  opacity: 1;
  visibility: visible;
}
.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.customer-card {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.customer-card-img {
  height: 50px;
  max-width: 100%;
}
.customer-carousel .slick-arrow {
  width: 0;
  height: 0;
  border: none;
  background: none;
  padding: 0;
  font-size: 0;
  border-right: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.customer-carousel .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
#footer {
  margin-top: auto;
  padding: 100px 0 60px;
}
.footer-top {
  border-top: 1px solid #cfcfd0;
  padding: 39px 0;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li > a {
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.footer-nav > li > a:hover {
  color: #fb020f;
}
.social-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav > li:not(:last-child) {
  margin-left: 30px;
}
.social-nav > li img {
  height: 24px;
}
.social-nav > li > a:hover {
  opacity: 0.7;
}
.footer-desc {
  font-size: 14px;
  color: #fff;
}
.footer-desc::after {
  width: 38px;
  border-bottom: 1px solid #fff;
  margin: 20px 0;
  display: block;
  content: "";
}
.footer-logo > img {
  height: 35px;
}
.footer-bottom {
  font-size: 14px;
}
.footer-bottom a {
  color: #fb020f;
}
.footer-bottom a:hover {
  color: #fff;
}
.section-beforetitle,
.section-aftertitle {
  font-size: 36px;
  color: #f0c517;
  line-height: 1;
  text-align: center;
  display: block;
}
.form-control {
  font-size: 13px;
  color: #f0c517;
  background: transparent;
  border: 2px solid #f0c517;
  border-radius: 7px;
  min-height: 40px;
}
.form-control:focus {
  border-color: #f0c517;
  color: #f0c517;
  background: rgba(255, 255, 255, 0.1);
}
.form-contact > div > div {
  display: flex;
  flex-direction: column;
}
.form-action {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-carousel .slick-list {
  overflow: visible;
}
.product-carousel .slick-arrow {
  width: 0;
  height: 0;
  border: none;
  background: none;
  padding: 0;
  font-size: 0;
  border-right: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 100%;
  cursor: pointer;
  z-index: 1;
}
.product-carousel .slick-arrow.slick-prev {
  right: 50%;
  transform: translate(200%, 50%) scaleX(-1);
}
.product-carousel .slick-arrow.slick-next {
  left: 50%;
  transform: translate(-200%, 50%);
}
.product-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100%;
}
.product-grid .product-card:hover {
  box-shadow: 0 0 0 4px #f0c517;
}
.product-card-header {
  position: relative;
  overflow: hidden;
}
.product-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-card-title {
  font-size: 20px;
  margin: 0;
  text-wrap: balance;
}
.product-grid .product-card-body {
  padding: 15px;
}
.product-grid .product-card-footer {
  padding: 0 15px 15px;
  margin-top: auto;
}
.product-grid .product-card-title {
  color: #f0c517;
}
.product-grid .product-card-subtitle {
  font-family: "Abar";
  font-size: 14px;
  line-height: 20.39px;
  color: #c4c4c4;
  margin: 10px 0 0;
}
.product-grid .product-card-price {
  font-size: 23px;
  line-height: 1;
  color: #fff;
}
.product-card-color {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.product-card-color > li {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
}
.product-card-color > li:not(:last-child) {
  margin-left: 10px;
}
.product-carousel .product-card-title {
  color: #fff;
}
.product-carousel .product-card-footer,
.product-carousel .product-card-subtitle {
  display: none;
}
._product-carousel .product-card::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
  transition: all 300ms linear;
}
._product-carousel:hover .product-card:not(:hover)::after {
  background: rgba(34, 52, 118, 0.9);
  opacity: 1;
  visibility: visible;
}
._product-carousel .product-card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    to top,
    rgba(34, 52, 118, 1) 0%,
    rgba(34, 52, 118, 0.9) 16%,
    rgba(34, 52, 118, 0.63) 45%,
    rgba(34, 52, 118, 0.21) 83%,
    rgba(34, 52, 118, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.product-carousel .product-card .product-card-body {
  background: #f0c517;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.product-carousel .product-card:hover .product-card-body {
  opacity: 1;
  visibility: visible;
}
.product-gallery,
.product-content {
  border: 4px solid #f0c517;
  position: relative;
}
.product-gallery img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-gallery .slick-arrow {
  background: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.18 18.64'%3E%3Cpolygon points='2.9 18.64 .07 15.81 6.52 9.35 0 2.83 2.83 0 12.18 9.35 2.9 18.64'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(91%) sepia(2) saturate(6086%)
    hue-rotate(335deg) brightness(108%) contrast(88%);
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  font-size: 0;
  border: 0;
  padding: 0;
  z-index: 1;
}
.product-gallery .slick-arrow.slick-prev {
  right: 30px;
  transform: translateY(-50%);
}
.product-gallery .slick-arrow.slick-next {
  left: 30px;
  transform: scaleX(-1) translateY(-50%);
}
.woocommerce-product-gallery__wrapper>div:not(:first-child) {
  display: none;
}
.product-content {
  padding: 30px 50px;
  height: 100%;
}
.product-title {
  font-size: 35px;
  color: #f0c517;
  margin: 0;
  text-wrap: balance;
}
.product-excerpt {
  font-family: "Abar";
  font-size: 14px;
  line-height: 20.39px;
  color: #c4c4c4;
  margin: 10px 0 0;
}
.product-price {
  font-size: 28px;
  color: #fff !important;
  margin: 10px 0;
}
.product-table {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.product-table > li {
  padding: 10px 0;
  border-bottom: 1px dashed rgb(120, 120, 120);
  display: flex;
}
.product-table > li > strong {
  width: 30%;
}
.product-table > li > div {
  width: 100%;
}
.product-table > li > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-table > li > div > ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-right: 5px;
}
.woocommerce span.onsale {
  height: 40px !important;
  padding: 0 10px 0 20px !important;
  border-radius: 0 0 0 40px !important;
  background-color: #fb020f !important;
  top: 0 !important;
  right: 0 !important;
  font-size: 20px !important;
  min-height: unset !important;
  min-width: unset !important;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
}
#page-header {
  padding: 40px 0;
  text-align: center;
}
#page-title {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
#page-body {
  padding: 40px 0;
}
.page-inner {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 20px;
}
.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;
}
body.page-template-page-contact .subsection-desc {
  text-align: start;
}
.contact-info-title {
  font-size: 24px;
  margin: 0;
}
.contact-info {
  margin: 20px 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
.contact-info > li:not(:last-child) {
  margin-bottom: 5px;
}
/*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*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*Shop*/
.woocommerce div.product form.cart .reset_variations {
  color: #fb020f !important;
}
.woocommerce div.product div.images {
  margin: 0 !important;
}
.xoo-wsc-sum-col {
  padding-left: 0;
  padding-right: 15px;
}
.woocommerce .xoo-wsc-ft-buttons-cont .button + .button {
  margin-right: 0 !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-left: 0;
  padding-right: 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;
  border-color: rgb(100, 100, 100) !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 2px solid transparent;
  height: 40px;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 100;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  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: #f0c517;
  color: #223476;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #223476;
  border-color: #f0c517;
  color: #f0c517;
}
.variations select,
.select2-selection--single,
.input-text {
  font-size: 13px;
  color: #f0c517;
  background: transparent;
  border: 2px solid #f0c517 !important;
  border-radius: 7px !important;
  min-height: 40px;
}
.variations select:focus,
.select2-selection--single:focus,
.input-text:focus {
  border-color: #f0c517 !important;
  color: #f0c517;
  background: rgba(255, 255, 255, 0.1);
}
.select2-selection--single {
  height: 40px !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%);
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  color: #000;
}
.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;
}
select[name="attribute_pa_color"] {
  display: none !important;
}
.variation-pa_color {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.variation-pa_color > li {
  position: relative;
}
.variation-pa_color > li:not(:last-child) {
  margin-left: 8px;
}
.variation-pa_color:hover > li:not(:hover) {
  opacity: 0.5;
}
.variation-pa_color > li > label {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
}
.variation-pa_color > li > input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/*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;
}
ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}
ol.commentlist li {
  border-radius: 12px;
  padding: 12px;
  color: #223476;
}
ol.commentlist li:not(:last-child) {
  margin-bottom: 10px;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 1em;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
  border: 3px solid #ccc;
  margin: 0 0 0 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
  font-size: 9px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}
ol.commentlist li.comment p {
  font-size: 11px;
  margin: 0 0 1em;
}
ol.commentlist li.comment ul {
  font-size: 11px;
  list-style: square;
  margin: 0 2em 1em 0;
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ol.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}
ol.commentlist li.comment ol.children li {
}
ol.commentlist li.comment ol.children li.alt {
}
ol.commentlist li.comment ol.children li.bypostauthor {
}
ol.commentlist li.comment ol.children li.byuser {
}
ol.commentlist li.comment ol.children li.comment {
}
ol.commentlist li.comment ol.children li.comment-author-admin {
}
ol.commentlist li.comment ol.children li.depth-2 {
  border-right: 5px solid #555;
  margin: 0 0.25em 0.25em 0;
}
ol.commentlist li.comment ol.children li.depth-3 {
  border-right: 5px solid #999;
  margin: 0 0.25em 0.25em 0;
}
ol.commentlist li.comment ol.children li.depth-4 {
  border-right: 5px solid #bbb;
  margin: 0 0.25em 0.25em 0;
}
ol.commentlist li.comment ol.children li.depth-5 {
}
ol.commentlist li.comment ol.children li.odd {
}
ol.commentlist li.even {
  background: #fff;
}
ol.commentlist li.odd {
  background: #f6f6f6;
}
ol.commentlist li.parent {
  border-right: 5px solid #111;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.comment-meta {
  margin: 0 0 1em;
}
.comment-metadata {
  font-size: 0.7em;
}
/*Responsive*/
@media (max-width: 767.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    height: 100vh;
    padding: 15px 0;
    background: #223476;
    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);
  }
  .search-card {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2002;
    width: 100vw;
    height: 110px;
    padding: 15px;
    background: #223476;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-card.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  .search-card-form {
    width: 100%;
  }
  .copyright {
    margin-bottom: 15px;
  }
  .gallery-grid {
    flex-wrap: wrap;
  }
  .gallery-grid > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 58px;
    padding-right: 58px;
  }
  .nav-toggle,
  .search-toggle {
    display: none;
  }
  #navigation > ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li:not(:last-child) {
    margin-left: 30px;
  }
  #navigation > ul > li > a {
    font-size: 16px;
    color: #fff;
    position: relative;
  }
  #navigation > ul > li:hover > a,
  #navigation > ul > li.current-menu-item > a {
    color: #f0c517;
  }
  #navigation > ul > li.current-menu-item > a::after {
    width: 100%;
    border-bottom: 4px solid #f0c517;
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
  }
  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-about {
    text-align: left;
  }
  .footer-about .footer-desc::after {
    margin-right: auto;
  }
  .gallery-grid > div {
    width: 25%;
  }
  .gallery-grid > div:hover {
    width: 75vh;
    max-width: 500px;
  }
}
