.container-fluid {
  max-width: 1420px;
  padding: 0 20px;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.bg-primary {
  background-color: #369 !important;
}

.footer-newsletter {
  padding: 2.9rem 0 2.8rem;
}

@media (max-width: 991px) {
  .d-lg-show {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2rem;
  font-weight: 700;
  line-height: 1.4em;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.3rem;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

hr {
  margin: 1.2rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #eee;
  opacity: 1;
}

a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #369;
}

.social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icons .social-icon {
  display: block;
  font-size: 1.4rem;
  width: 32px;
  height: 32px;
  margin: 2px 10px 2px 0;
  line-height: 28px;
  border-radius: 50%;
  -webkit-transition: color 0.4s, border 0.4s, background-color 0.4s;
  transition: color 0.4s, border 0.4s, background-color 0.4s;
  text-align: center;
}

.btn-product-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: 1px solid #eee;
  color: #999;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 3.5rem;
  overflow: hidden;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.btn-product-icon:hover {
  background: transparent;
}
.btn-product-icon:hover i {
  color: #369 !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #ccc;
  background-color: #fff;
  color: #666;
  outline: 0;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0.93em 1.98em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
}

.btn-primary {
  color: #fff;
  border-color: #369;
  background-color: #369;
}
.btn-primary:hover, .btn-primary.active, .btn-primary:focus {
  color: #fff;
  border-color: #3c78b4;
  background-color: #3c78b4;
}

.btn-cart:not(.btn-product-icon) i {
  font-size: 1.8rem;
  margin: 0 0.4rem 0.4rem 0;
}

.btn-link {
  padding: 0;
  border: 0;
  background: transparent;
}
.btn-link:hover, .btn-link:focus, .btn-link.active {
  background-color: transparent !important;
}

.btn-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.14em 0;
  line-height: 1.2;
  background-color: #369;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 4.7rem;
  padding: 0.85rem 2rem;
  border: 1px solid #eee;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #999;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border-radius: 3px;
}

.input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4.4rem;
  position: relative;
  width: 100%;
}
.input-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  padding: 0 1.4rem 0 1.8rem;
  height: inherit;
  min-height: auto;
  max-width: 100%;
  border: 1px solid #ccc;
  color: #666;
}

.input-group button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.4rem;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50% !important;
  background-color: #eee;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-group button + button {
  margin-right: 3.1rem;
}
.input-group button i {
  color: #666;
  font-size: 1.2rem;
}

.btn-underline {
  display: inline-block;
}
.btn-underline::after {
  content: "";
  display: block;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-top: 3px solid;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn-underline:hover::after, .btn-underline:focus::after, .btn-underline.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 11px 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  border-radius: 0.3rem 0.3rem 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  z-index: 9999;
  background-color: #43494e;
}
.scroll-top:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .scroll-top.show {
    visibility: visible;
    opacity: 0.7;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sticky-content.fixed {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1051;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.sticky-content.fixed.fix-bottom {
  -webkit-animation: fixedBottomContent 0.4s;
          animation: fixedBottomContent 0.4s;
}
.sticky-content.fix-top {
  top: 0;
}
.sticky-content.fixed.fix-top {
  -webkit-animation: fixedTopContent 0.4s;
          animation: fixedTopContent 0.4s;
}
.sticky-content.fix-bottom {
  bottom: 0;
}

.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
  background: #fff;
}
.sticky-footer > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sticky-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  margin: 1.4rem 0 1.3rem;
}
.sticky-link i {
  font-size: 2.3rem;
  color: #666;
}
.sticky-link p {
  margin-top: 0.9rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.dir-up.hs-toggle .input-wrapper {
  top: auto;
  bottom: 100%;
  margin-bottom: 2rem;
}

.header-search.hs-toggle .input-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -2.5rem;
  top: 100%;
  min-width: 30rem;
  padding: 1.5rem;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  z-index: 100;
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

._lock {
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  -webkit-transition: margin 0.4s, opacity 0.5s;
  transition: margin 0.4s, opacity 0.5s;
}

.header a:not(.btn) {
  color: inherit;
}
.header a:not(.btn):hover {
  color: #369;
}

.header-top {
  padding: 14px 0;
  background: #f5f6f8;
}
.header-top__msg {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media (max-width: 580px) {
  .header-top__msg {
    display: none;
  }
}

.header-main {
  padding: 3.2rem 0;
}
.header-main__logo {
  width: 280px;
}
.header-main__logo a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.header-main__logo img {
  max-width: 184px;
}

.header-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  min-width: auto;
  max-width: 69.6rem;
  width: 100%;
}

.header-call {
  gap: 10px;
  position: relative;
  margin-right: 4.8rem;
}
.header-call::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.5rem;
  width: 1px;
  height: 4.1rem;
  background-color: #e5e5e5;
}
@media (max-width: 991px) {
  .header-call::after {
    display: none;
  }
}
.header-call i {
  color: #333;
  font-size: 30px;
}
@media (max-width: 991px) {
  .header-call i {
    font-size: 2.5rem;
  }
}
.header-call__title {
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.header-call__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-call__info a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5em;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header-call__info {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-call {
    margin-right: 2rem !important;
  }
}
@media (max-width: 580px) {
  .header-call {
    display: none !important;
  }
}

@media (max-width: 580px) {
  .label-down_wishlist,
.label-down_compare {
    display: none !important;
  }
}

.label-down-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.3rem 1fr 2.3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3rem;
}
@media (max-width: 991px) {
  .label-down-wrapper {
    gap: 2rem !important;
  }
}
@media (max-width: 580px) {
  .label-down-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.label-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.label-down:hover .label-down__icon, .label-down:hover .label-down__label {
  color: #369 !important;
}
.label-down__label {
  margin-top: 0.3rem;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 1.2rem;
}
.label-down__icon {
  font-size: 2.7rem;
  color: inherit;
}
.label-down__count {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  line-height: 1em;
  font-family: "Inter", sans-serif;
  background: #ff5e5e;
  color: #fff;
  text-align: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  font-weight: 400;
  z-index: 1;
  right: -3px;
  top: -3px;
}
@media (max-width: 580px) {
  .label-down__count {
    right: -10px;
    top: -10px;
  }
}

.authorization a, .authorization span {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}
.authorization a {
  text-decoration: none;
}
.authorization a:hover {
  color: #369;
}

.header-search .form-control {
  border: 2px solid #369;
  border-right: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40px;
  min-height: 4.7rem;
  padding: 0.9rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.header-search .btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s, color 0.4s;
  transition: opacity 0.4s, color 0.4s;
  margin: 0;
  padding: 0;
  min-width: 5.1rem;
  color: #333;
  border: 2px solid #369;
  border-radius: 0;
  border-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-transform: none;
}
.header-search .btn-search i {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.header-search .btn-search i:hover {
  color: #369;
}

.header-bottom {
  color: #333;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  border: 1px solid #eee;
}
.header-bottom__right {
  padding-right: 0.2rem;
  margin-left: auto;
}
.header-bottom__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 0 1.3rem;
}
.header-bottom__right a:first-child {
  color: rgb(255, 94, 94);
  margin-right: 3.2rem;
}
.header-bottom__right a img {
  padding-right: 6px;
  width: 28px;
}
.header-bottom:not(.fixed) .dropdown-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .header-bottom {
    display: none;
  }
}

.category-dropdown {
  position: relative;
}
.category-dropdown .dropdown-box {
  padding: 0;
  left: 0;
  min-width: 24rem;
  color: #333;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: z-index 0.3s, -webkit-transform 0.3s;
  transition: z-index 0.3s, -webkit-transform 0.3s;
  transition: z-index 0.3s, transform 0.3s;
  transition: z-index 0.3s, transform 0.3s, -webkit-transform 0.3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -1rem, 0);
          transform: translate3d(0, -1rem, 0);
  top: 100%;
}
.category-dropdown__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #fff;
  min-width: 28rem;
  padding: 1.8rem 1.8rem 1.8rem 2rem;
  letter-spacing: -0.025em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.category-dropdown__btn i {
  margin-bottom: 0.1rem;
  font-size: 1.7rem;
  line-height: 0;
}
.category-dropdown__btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.7rem;
}
.category-dropdown__btn::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: -ms-inline-grid;
  display: inline-grid;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 6px;
}

.dropdown {
  position: relative;
}

.dropdown-box {
  background-color: #fff;
  position: absolute;
  border-radius: 0.5rem;
  padding: 0;
  left: 0;
  min-width: 24rem;
  -webkit-transition: z-index 0.3s, -webkit-transform 0.3s;
  transition: z-index 0.3s, -webkit-transform 0.3s;
  transition: z-index 0.3s, transform 0.3s;
  transition: z-index 0.3s, transform 0.3s, -webkit-transform 0.3s;
  top: 100%;
  right: 0;
  z-index: 1000;
}
.dropdown-box__menu {
  background-color: #f8f8f8;
  border-radius: 0.5rem;
  display: block;
  min-width: 24rem;
  padding: 1rem 0 0.8rem;
  margin: 0;
}
.dropdown-box__menu li {
  position: relative;
  line-height: 1;
  list-style-type: none;
}
.dropdown-box__menu li a {
  display: block;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.007em;
  text-transform: none;
  text-decoration: none;
}
.dropdown-box__menu > li {
  margin-right: 0;
  padding: 0 1rem;
}
.dropdown-box__menu > li:not(:last-child) > a {
  border-bottom: 1px solid #e1e1e1;
}
.dropdown-box__menu > li:hover .dropdown-box__submenu {
  left: 100%;
  top: 0;
  visibility: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.dropdown-box__menu > li:hover a::after {
  right: 0.5rem;
}
.dropdown-box__menu .has-submenu > a {
  position: relative;
  color: inherit;
}
.dropdown-box__menu .has-submenu > a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  display: inline-block;
  color: inherit;
  right: 1rem;
  top: 50%;
  line-height: 0;
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  margin-top: 1px;
  margin-left: 0.6rem;
}
.dropdown-box__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: absolute;
  -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
  padding: 0 0 0 2rem;
  left: -1.5rem;
  top: -9999px;
  margin: 0;
  -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  visibility: hidden;
  min-width: 68.5rem;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.dropdown-box__submenu ul {
  padding: 0;
}
.dropdown-box__submenu ul:last-child {
  margin-bottom: 2rem;
}
.dropdown-box__submenu > li {
  padding: 2.7rem 1rem 0;
}
.dropdown-box__submenu > li:not(:last-child) {
  padding: 2.8rem 2rem 0 0;
}
.dropdown-box__submenu a {
  white-space: nowrap;
}
.dropdown-box__submenu a:not(.btn) {
  padding-top: 0.8rem;
}
.dropdown-box::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1.7rem;
  border: 10px solid transparent;
  border-bottom-color: #f8f8f8;
}

.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.cart-dropdown.cart-offcanvas .dropdown-box {
  position: fixed;
  top: 0;
  right: -34rem;
  left: unset;
  max-width: 34rem;
  margin-top: 0;
  width: 100%;
  height: 110vh;
  min-width: auto;
  padding: 2.9rem 3rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: none;
          transform: none;
  z-index: 2499;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-dropdown.cart-offcanvas.opened .dropdown-box {
  right: 0;
}
.cart-dropdown.cart-offcanvas.opened .cart-overlay {
  opacity: 1;
  visibility: visible;
}
.cart-dropdown .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cart-dropdown .cart-header div {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-dropdown .cart-header a {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-dropdown .cart-header .additional {
  font-size: 1rem;
  padding-left: 2px;
}
.cart-dropdown .cart-header i {
  margin-left: 0.6rem;
  font-size: 1.8rem;
}
.cart-dropdown .cart-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cart-dropdown .cart-action .btn {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem;
}
.cart-dropdown .products {
  max-height: 48rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-bottom: 2.1rem;
  overflow-y: scroll;
  padding-right: 1.8rem;
}
.cart-dropdown .product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2rem 0 0;
}
.cart-dropdown .product-cart .product-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-dropdown .product-cart .product-name {
  white-space: normal;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.cart-dropdown .product-cart .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-dropdown .product-cart .product-quantity {
  margin-right: 0.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #999;
}
.cart-dropdown .product-cart .product-quantity::after {
  content: "x";
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 0.7rem;
  text-transform: none;
  line-height: 0;
}
.cart-dropdown .product-cart .product-price {
  color: #369;
  overflow: visible;
  margin: 0;
}
.cart-dropdown .product-cart .product-media {
  max-width: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  height: auto;
}
.cart-dropdown .product-cart .btn-close {
  position: absolute;
  text-decoration: none;
  top: 0.9rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  background-color: #fff;
  padding-bottom: 0;
}
.cart-dropdown .cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1.1rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
  letter-spacing: -0.025em;
}
.cart-dropdown .cart-overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  top: -10vh;
  height: 120vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2498;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-nav {
  margin-left: 2.1rem;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  margin-right: 3rem;
  position: relative;
  line-height: 1;
  list-style-type: none;
}
.main-nav li.active a {
  color: #369;
}
.main-nav a {
  color: inherit;
  position: relative;
  padding: 1.8rem 0;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.009em;
  line-height: 1.1;
  display: inline-block;
  text-decoration: none;
}

.mobile-menu-toggle {
  display: none;
  font-size: 2.6rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: block;
  }
}

.intro-wrapper {
  margin-left: 30rem;
}
.intro-wrapper a {
  margin-bottom: 0.2rem;
  margin-left: auto;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #333;
}
@media (max-width: 991px) {
  .intro-wrapper {
    margin-left: 0;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 1.7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.title_border::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -0.8rem;
  background-color: #369;
  z-index: 1;
}

.title-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.3rem;
}
.title-link-wrapper .title {
  position: relative;
  margin-bottom: 0.7rem;
  padding: 0.8rem 0;
}
.title-link-wrapper a {
  margin-bottom: 0.2rem;
  margin-left: auto;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #333;
  text-decoration: none;
}
.title-link-wrapper a:hover {
  color: #369;
}
.title-link-wrapper a i {
  vertical-align: middle;
  margin-left: 0.8rem;
  font-size: 1.5rem;
  position: relative;
  top: -0.1rem;
}

.product {
  position: relative;
  font-size: 1.3rem;
  color: #020101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-col .product {
  font-size: 1.3rem;
  overflow: hidden;
  position: relative;
  color: #020101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-col .product-media {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: -webkit-box-shadow 0.35s;
  transition: -webkit-box-shadow 0.35s;
  transition: box-shadow 0.35s;
  transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
  height: 280px;
}
.product-col .product-media img {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.product-col .product-media .product-action-vertical {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.product-col .product-media .btn-quickview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: 1px solid #eee;
  color: #999;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 3.5rem;
  overflow: hidden;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  border-radius: 50%;
}
.product-col .product-media .btn-quickview:hover {
  border-color: #369;
  color: #fff;
  background-color: #369;
}
.product-col .product-media:hover .product-action-vertical {
  opacity: 1;
}
.product-col .product-details {
  position: relative;
  padding-top: 1.7rem;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.product-col .product-details .product-category a {
  text-decoration: none;
  color: #369;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 13px;
  font-weight: 700;
}
.product-col .product-details .product-desc a {
  color: #333;
  display: block;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
}
.product-col .product-details .product-price {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.6;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
  margin-bottom: 0.9rem;
}
.product-col .product-details .product-price ins {
  text-decoration: none;
}
.product-col .product-details .product-stock-status-text.available {
  color: #799b5a;
  padding-bottom: 3px;
  font-size: 1.3rem;
}
.product-col .product-details .product-stock-status-text {
  margin-bottom: 0.2rem;
  margin-left: auto;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
.product-col .product-label-group {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 2rem;
  top: 2rem;
  max-width: 11rem;
  z-index: 1;
}
.product-col .product-label-group .product-label {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: -0.005em;
  color: #fff;
  line-height: 1;
  border-radius: 0.3rem;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem !important;
  font-size: 1rem !important;
}
.product-col .product-label-group .product-label.label-new {
  background: #369;
}
.product-col .product-hidden-details {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 1.5rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
}
.product-col .product-hidden-details .product-action {
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  z-index: 10;
  -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}
.product-col .product-hidden-details .btn-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 9.5rem;
  max-width: 12.3rem;
  height: 3.5rem;
  padding: 0.92em 0;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  z-index: 1;
  background: #454545;
  border-radius: 0.3rem;
  color: #fff;
}
.product-col .product-hidden-details .btn-cart:hover {
  background: #369;
}
.product-col .product-hidden-details .btn-product-icon {
  width: 3rem;
  height: 3.5rem;
  margin: 0 0 0 1rem;
  border: none;
  color: #333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.product-col .product-hidden-details .btn-product-icon i {
  font-size: 1.8rem;
}
.product-col .product-slideup-content:hover .product-hidden-details, .product-col .product-slideup-content:hover .product-details {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.product-details {
  position: relative;
  padding-top: 1.7rem;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.product-name {
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grey-section {
  padding: 4.7rem 0 5.1rem;
  background-color: #f8f8f8;
}

.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: sticky;
  min-height: inherit;
}

.overlay-zoom {
  overflow: hidden;
}
.overlay-zoom img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.grid {
  display: -ms-grid;
  display: grid;
}
.grid-item {
  padding: 1rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.grid figure {
  height: 100%;
}
.grid img {
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-item-single {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  border: 1px solid #add8e6;
}
.grid-item-single img {
  min-height: inherit;
}
.grid-item-single .product-details {
  max-height: 35rem;
  overflow: auto;
  padding: 1.1rem 0 0 1rem;
}
.grid-item-single .product-form:not(.product-variation-form) {
  border-top: 1px solid #eee;
}
.grid-item-single .product-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.grid-item-single .product-form .btn {
  height: 44px;
}
.grid-item-single .btn-cart {
  margin-bottom: 0.8rem;
}

.grid-type {
  grid-template-columns: repeat(auto-fill, 25%);
}
.grid-type .product-single {
  padding: 1rem;
  background: #fff;
  height: 100%;
}
.grid-type .product-single .product-title a {
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.6em;
}
.grid-type .product-single .product-price {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 2rem;
}
.grid-type .product-single .product-qty-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 13.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.2rem;
          flex: 0 0 13.2rem;
  margin-bottom: 0.8rem;
  margin-right: 1rem !important;
}
.grid-type .product-single .btn-cart, .grid-type .product-single .btn-cart-fake {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  min-width: 14rem;
}
.grid-type .product-single .btn-product-icon {
  width: 2.1rem;
  height: auto;
  margin-right: 1.6rem;
  margin-bottom: 0;
  border: none;
  overflow: initial;
  background: transparent;
}
.grid-type .product-single .btn-product-icon i {
  font-size: 2.1rem;
  color: #333;
}
.grid-type .product-widget {
  height: 100%;
}
@media (max-width: 991px) {
  .grid-type {
    grid-template-columns: repeat(auto-fill, 50%);
  }
}

.grid-item-widget {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
@media (max-width: 580px) {
  .grid-item-widget {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

.product-single .social-links-wrapper > * {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.product-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: #fff;
}
.product-widget .product-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.8%;
          flex: 0 0 47.8%;
  max-width: 47.8%;
  padding: 0 1rem 0 0;
}
.product-widget .product-details {
  padding: 0 1rem 0 0;
}
.product-widget .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-widget .product-name a {
  font-weight: 500;
  white-space: normal;
  line-height: 1.45;
  color: #666;
  font-size: 1.3rem;
}

.product-price {
  margin-bottom: 0.8rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.6;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
}
.product-price .new-price {
  color: #333;
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product-action-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 166px;
  max-width: 80%;
  border-radius: 3px;
  padding: 5px;
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}
.product-action-horizontal .btn-product-icon {
  margin-bottom: 0;
  border: none;
  color: #333;
  font-size: 1.1rem;
}
.product-action-horizontal .btn-product-icon i {
  font-size: 1.7rem;
}
.product:hover .product-action-horizontal {
  bottom: 2.5rem;
  visibility: visible;
  opacity: 1;
}

.post-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 4.1rem;
  height: 4.2rem;
  background: #fff;
  color: #333;
  font-weight: 600;
  line-height: 1;
  z-index: 3;
  border-radius: 0.3rem;
}
.post-calendar .post-day {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 1.4rem;
}
.post-calendar .post-month {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
}

.post-media .post-calendar {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4682b4;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 1.9rem;
}

.news-list .post {
  background-color: #4682b4;
  min-height: 110px;
  font-size: 1rem;
}
.news-list .post-media {
  display: none;
}
.news-list .post-details {
  padding: 2rem;
}
.news-list .post-details .btn {
  margin-top: auto;
  color: #f5f5f5;
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
}
.news-list .post-details .btn i {
  font-size: 1.4rem;
  margin-left: 0.6rem;
}
.news-list .post-title, .news-list .post-title a {
  color: #f5f5f5;
}

.product-absolute::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-absolute .product-name {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 1rem;
  white-space: normal;
  margin-bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}
.product-absolute .product-name a {
  color: #fff;
}
.product-absolute .product-name:hover a {
  text-decoration: underline;
}
.product-absolute:hover {
  -webkit-box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, 0.5);
}
.product-absolute:hover::before {
  opacity: 1;
}
.product-absolute:hover .product-name {
  margin-top: 0;
  opacity: 1;
}

.viewed-section .product-media {
  height: 200px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.viewed-section .product-name {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 1rem;
  white-space: normal;
  margin-bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  margin-top: 1rem;
  -webkit-transition: margin-top 0.3s, opacity 0.3s;
  transition: margin-top 0.3s, opacity 0.3s;
  opacity: 0;
  z-index: 1;
}

.brands-section__wrapper {
  border: 1px solid #eee;
  padding: 1rem;
}

.footer {
  font-size: 1.3rem;
  background: #f5f5f5;
}
.footer a {
  color: #666;
}
.footer a:hover {
  color: #369;
}
.footer .widget-about {
  margin-bottom: 1.2rem;
  margin-top: 0.2rem;
}
.footer .widget {
  margin-bottom: 4rem;
}
.footer .widget:not(.widget-about) {
  margin-top: 0.2rem;
}
.footer .widget .widget-body {
  padding: 0;
  color: #666;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .widget li {
  line-height: 1.1;
  margin-bottom: 1.1rem;
  list-style: none;
  padding: 0;
}
.footer .widget-about-title {
  line-height: 2.1;
  margin-bottom: 0.9rem;
  color: #333;
  font-weight: 500;
}
.footer .widget-about-call {
  display: block;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.footer .widget-about-call:last-of-type {
  margin-bottom: 3rem;
}
.footer .logo-footer {
  display: block;
  margin-bottom: 1.1rem;
}
.footer .social-icon {
  color: #fff;
}
.footer .social-icon.custom {
  width: 36px;
  height: 36px;
  border: none;
}

.footer-top {
  padding: 3rem 0 0;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.1rem 0 3rem;
  background: #222;
  color: #999;
}

.sticky-footer {
  display: none;
}
@media (max-width: 768px) {
  .sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 479px) {
  .sticky-footer {
    padding: 0;
  }
}

._lock .mobile-menu-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
._lock .mobile-menu-wrapper {
  visibility: visible;
}
._lock .mobile-menu-overlay {
  opacity: 0.5;
}
._lock .mobile-menu-close {
  opacity: 1;
}
._lock .page-wrapper {
  margin-left: 296px;
  margin-right: -296px;
}

.toggle-btn {
  display: block;
  position: absolute;
  padding: 6px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}
.toggle-btn::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.mobile-menu {
  color: #eee;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  background: #222;
  padding: 0;
}
.mobile-menu ul {
  display: none;
  width: 100%;
}
.mobile-menu li {
  list-style: none;
  padding: 0;
}
.mobile-menu li a {
  display: block;
  position: relative;
  padding: 1.2rem 1.4rem 1.2rem 1rem;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.mobile-menu li li a {
  padding-left: 2.4rem;
}
.mobile-menu li.show > a .toggle-btn::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobile-menu li:not(:last-child) {
  border-bottom: 1px solid #2e3237;
}
.mobile-menu > li:first-child {
  padding-top: 0.5rem;
}

.mobile-menu-close {
  position: fixed;
  left: calc(100vw - 35px);
  top: 25px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 1;
}
.mobile-menu-close i {
  font-size: 2.8rem;
  color: #e1e1e1;
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.mobile-menu-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2400;
  -webkit-transition: visibility 0.4s;
  transition: visibility 0.4s;
}

.mobile-menu-container {
  max-width: 296px;
  padding: 2rem 1.5rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #222;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-296px);
          transform: translateX(-296px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.mobile-menu-container .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu-container .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40px;
  min-height: 4rem;
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  color: #777;
  border: 1px solid #333;
  border-right: 0;
  background-color: transparent;
  font-size: 1.2rem;
  border-radius: 0.3rem 0 0 0.3rem;
}
.mobile-menu-container .btn-search {
  padding: 0;
  min-width: 4.8rem;
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border: 1px solid #333;
  border-left: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}
.mobile-menu-container .btn-search i {
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
}
.mobile-menu-container .nav {
  border: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mobile-menu-container .nav .nav-item {
  margin: 0;
  width: 50%;
}
.mobile-menu-container .nav .nav-item + .nav-item {
  margin-left: 1px;
}
.mobile-menu-container .nav-link {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
  margin-bottom: -2px;
  padding: 1rem;
  font-size: 1.3rem;
  color: #fff !important;
  border-bottom: 2px solid;
  background-color: transparent !important;
}
.mobile-menu-container .nav-item .nav-link.active,
.mobile-menu-container .nav-item.show .nav-link {
  color: #369 !important;
  border-color: #369 !important;
}
.mobile-menu-container .tab-content {
  background-color: transparent;
}
.mobile-menu-container .tab-content .tab-pane {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
.mobile-menu-container .tab-content > .tab-pane {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  overflow: hidden;
  visibility: hidden;
}
.mobile-menu-container .tab-content > .active {
  visibility: visible;
  opacity: 1;
  height: auto;
  position: relative;
  z-index: auto;
}
.mobile-menu-container .mobile-menu {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  background: #222;
}

.scrollable {
  -webkit-overflow-scrolling: touch;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 1.5rem;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

.owl-theme .owl-dots .owl-dot span {
  border: 0.1rem solid #d7d7d7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot span {
  border-color: #369 !important;
  background-color: #369 !important;
}

.owl-dots .owl-dot.active span {
  border-color: #369 !important;
  background-color: #369 !important;
  width: 1.8rem !important;
}

@-webkit-keyframes fixedTopContent {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fixedTopContent {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fixedBottomContent {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fixedBottomContent {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showMsgFirst {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes showMsgFirst {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes showMsg {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes showMsg {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes navItemArrow {
  0% {
    position: relative;
    left: -3px;
  }
  50% {
    position: relative;
    left: 2px;
  }
  to {
    position: relative;
    left: -3px;
  }
}
@keyframes navItemArrow {
  0% {
    position: relative;
    left: -3px;
  }
  50% {
    position: relative;
    left: 2px;
  }
  to {
    position: relative;
    left: -3px;
  }
}
@-webkit-keyframes fadeInLeftShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px);
            transform: translate(50px);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px);
            transform: translate(50px);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftShorter {
  -webkit-animation-name: fadeInLeftShorter;
  animation-name: fadeInLeftShorter;
}

@-webkit-keyframes fadeInRightShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px);
            transform: translate(-50px);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px);
            transform: translate(-50px);
    -webkit-transform-origin: 0, 0;
            transform-origin: 0, 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightShorter {
  -webkit-animation-name: fadeInRightShorter;
  animation-name: fadeInRightShorter;
}

@-webkit-keyframes fadeInUpShorter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpShorter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpShorter {
  -webkit-animation-name: fadeInUpShorter;
  animation-name: fadeInUpShorter;
}

@-webkit-keyframes fadeInDownShorter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownShorter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownShorter {
  -webkit-animation-name: fadeInDownShorter;
  animation-name: fadeInDownShorter;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
}
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: none;
            transform: none;
  }
}
.blurIn {
  -webkit-animation-name: blurIn;
  animation-name: blurIn;
}

@-webkit-keyframes grayOut {
  0% {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  15% {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
@keyframes grayOut {
  0% {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  15% {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
.grayOut {
  -webkit-animation-name: grayOut;
  animation-name: grayOut;
}

@-webkit-keyframes brightIn {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  to {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes brightIn {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  to {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
.brightIn {
  -webkit-animation-name: brightIn;
  animation-name: brightIn;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes slideX {
  0% {
    -webkit-transform: none;
            transform: none;
    left: 100%;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0;
  }
}
@keyframes slideX {
  0% {
    -webkit-transform: none;
            transform: none;
    left: 100%;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0;
  }
}


.blockSearchFastResult{
    position: absolute;
    margin-top:10px;
    right: 0px;
    border: #3f58a5 solid 1px;
    padding: 10px;
    z-index: 1001;
    background: white;
    font-size: 9pt;
    border-radius: 6px;
    display: none;
    width:100%;
	overflow-y: auto;
	height: 350px;

}
.blockSearchFastResult:before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    top: -12px;
    border-bottom: #3f58a5 solid 12px;
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
}
.blockSearchFastResult .item{
    position: relative;
    border-bottom: solid 1px #42210e;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.blockSearchFastResult .item .photo{
    float: left;
    margin-right: 20px;
    width: 70px;
    text-align: center;
}
.blockSearchFastResult .item .photo img{
    height: 50px;
    max-width: 70px;
}
.blockSearchFastResult .item .name{
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    color:#000000;
}
/* label.error{text-align:center;color:#353535;display:block;font-size:11px;padding:3px;border-radius:3px;background: #fbffeb;margin:10px 0px 10px 0px;border:1px solid #e4eacd;width:256px;} */
.blockSearchFastResult .item .price{
    color: #ff0000;
    font-weight: bold;
    font-size: 13pt;
}
.blockSearchFastResult .allResult{
    display: block;
    text-align: center;
    padding: 15px 0 5px 0;
    text-decoration: none;
    font-size:18px;
}
.blockSearchFastResult .allResult:hover{
    color: #ca0000;
    opacity:0.5;
}
