@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/gill_sans_light-webfont.woff2") format("woff2"), url("../fonts/gill_sans_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/gill_sans-webfont.woff2") format("woff2"), url("../fonts/gill_sans-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/gill_sans_medium-webfont.woff2") format("woff2"), url("../fonts/gill_sans_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/gill-sans-semibold-webfont.woff2") format("woff2"), url("../fonts/gill-sans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/gill_sans_bold-webfont.woff2") format("woff2"), url("../fonts/gill_sans_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/gill_sans_heavy-webfont.woff2") format("woff2"), url("../fonts/gill_sans_heavy-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  background-color: #ffffff;
  font-family: "Gill Sans";
  font-weight: 400;
  color: #706f6f;
}
@media (min-width: 992px) {
  body.menu-overlay:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
}
body.menu-opened {
  overflow: hidden;
}
body.mobile-menu-opened::after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 1;
}

img {
  max-width: 100%;
}

.common-btn {
  padding: 20px 30px 20px 37px;
  line-height: 18px;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 0;
  position: relative;
  transition: all 0.4s ease-in;
  z-index: 0;
}
@media (max-width: 991px) {
  .common-btn {
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767px) {
  .common-btn {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.common-btn[disabled] {
  opacity: 1;
}
.common-btn.disabled {
  opacity: 1;
}
.common-btn:hover {
  color: #1D1D1B !important;
}
.common-btn:hover:before {
  width: calc(100% - 10px);
}
.common-btn:hover:after {
  left: calc(100% - 15px);
}
.common-btn:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition: all 0.4s ease-in;
}
.common-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.4s ease-in;
}
.common-btn span {
  position: relative;
  z-index: 1;
}
.common-btn.custom-btn-primary {
  background: #1d1d1b;
  border-color: #1d1d1b;
  color: #ffffff;
}
.common-btn.custom-btn-primary:before {
  background: #ffffff;
}
.common-btn.custom-btn-primary:after {
  background: #ffffff;
}
.common-btn.custom-btn-primary.outline-btn {
  background: transparent;
  border-color: #1d1d1b;
  color: #1d1d1b;
  border: 1px solid #1d1d1b;
}
.common-btn.custom-btn-primary.outline-btn:hover {
  color: #ffffff !important;
}
.common-btn.custom-btn-primary.outline-btn:before {
  background: #1d1d1b;
}
.common-btn.custom-btn-primary.outline-btn:after {
  background: #1d1d1b;
}
.common-btn.custom-btn-secondary {
  background: #ffffff;
  border-color: #ffffff;
  color: #1d1d1b;
}
.common-btn.custom-btn-secondary:hover {
  color: #ffffff !important;
}
.common-btn.custom-btn-secondary:before {
  background: #1d1d1b;
}
.common-btn.custom-btn-secondary:after {
  background: #1d1d1b;
}
.common-btn.custom-btn-secondary.outline-btn {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.common-btn.custom-btn-secondary.outline-btn:hover {
  color: #1d1d1b !important;
}
.common-btn.custom-btn-secondary.outline-btn:before {
  background: #ffffff;
}
.common-btn.custom-btn-secondary.outline-btn:after {
  background: #ffffff;
}
.common-btn.extra-small-btn {
  padding: 8px 29px 8px 39px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 3px;
}
.common-btn.small-btn {
  padding: 11px 38px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 3px;
}

.form-control,
.form-select {
  background-color: #ffffff;
  border-color: #ededed;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 20px;
}
@media (max-width: 767px) {
  .form-control,
  .form-select {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1664px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.announcement {
  background: #ededed;
  padding: 15px 0 14px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .announcement {
    padding: 15px 0;
  }
}
.announcement p {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 0;
  color: #706f6f;
  letter-spacing: 0.7px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  header {
    position: sticky;
  }
}
header.header-option-1 .header-main {
  background-color: #ffffff;
  border-top: 1px solid #ededed;
}
header.header-option-1 .header-main .navbar-expand-lg .navbar-nav .nav-link {
  color: #1d1d1b;
}
header.header-option-1 .header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full {
  border-top: 1px solid #ededed;
}
header.header-option-2 .announcement {
  background: #1d1d1b;
}
header.header-option-2 .announcement p {
  color: #ffffff;
}
header.header-option-2 .header-main {
  background-color: #f2f2f2;
}
header.header-option-2 .header-main .navbar-expand-lg .navbar-nav .nav-link {
  color: #1d1d1b;
}
.header-location {
  display: flex;
  align-items: center;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .header-location {
    padding: 15px 0;
  }
}
.header-location .icon {
  width: 40px;
  padding-right: 15px;
}
.header-location .text {
  width: calc(100% - 40px);
}
.header-location .text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #1d1d1b;
  line-height: 16px;
}
.header-location .text p small {
  display: block;
  font-size: 12px;
}

.header-right-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
  padding: 26.9px 0;
}
@media (max-width: 767px) {
  .header-right-actions {
    padding: 24px 0;
    gap: 25px;
  }
}
.header-right-actions a {
  display: block;
}

.logo-area {
  display: flex;
}

.navbar-brand {
  display: inline-block;
  padding: 12.4px 0;
}

@media (min-width: 992px) {
  .desktop-items-show {
    display: block !important;
  }
}

.header-main {
  background: #1d1d1b;
}
@media (max-width: 991px) {
  .header-main {
    padding: 10px 0;
    position: relative;
  }
}
@media (max-width: 991px) {
  .header-main .container {
    padding: 0;
  }
}
.header-main .navbar-nav {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header-main .navbar-nav {
    margin: 10px auto 0;
    border-top: 1px solid #706f6f;
  }
}
.header-main .navbar {
  padding: 0;
  position: static;
}
@media (max-width: 991px) {
  .header-main .navbar {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .header-main .navbar-expand-lg #megaMenuToggler {
    position: absolute;
    top: 44px;
    width: 100%;
    background: rgb(0, 0, 0);
  }
}
.header-main .navbar-expand-lg .navbar-toggler {
  font-size: 14px;
}
.header-main .navbar-expand-lg .navbar-toggler[aria-expanded=true] .fa-bars:before {
  content: "\f00d";
}
.header-main .navbar-expand-lg .navbar-toggler span {
  display: inline-flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #706f6f;
  }
}
@media (max-width: 991px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-item:hover .desktop-megamenu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full {
  left: 0;
  right: 0;
  transition: all 0.2s ease-in;
  padding: 35px 0;
  background-color: #ffffff;
  border-radius: 0;
  margin: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full {
    padding: 20px 15px;
  }
}
.header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links .menu-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #1d1d1b;
  border-bottom: 1px solid #ededed;
  padding-bottom: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links .menu-title .collapse-toggle {
    height: 32px;
    border: 0;
    width: 32px;
    color: #706f6f;
  }
}
.header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links ul {
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links ul {
    margin: 0 0 20px;
  }
}
.header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links ul li {
  list-style: none;
}
.header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #706f6f;
  text-decoration: none;
}
.header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links ul li a:hover {
  text-decoration: underline;
}
.header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links .menu-heading {
  font-size: 14px;
  line-height: 22px;
  color: #706f6f;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 600;
}
.header-main .navbar-expand-lg .navbar-nav .nav-item .megamenu-full .header-links .menu-heading a {
  text-decoration: none;
  color: #1d1d1b;
}
@media (min-width: 992px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-item .desktop-megamenu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
  }
}
.header-main .navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 120px 17px 120px;
  letter-spacing: 2.522px;
  line-height: 17px;
  position: relative;
}
@media (max-width: 1400px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 90px;
  }
}
@media (max-width: 1199px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 70px;
  }
}
@media (max-width: 991px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 50px 15px 15px;
    width: 100%;
    text-align: left;
  }
}
.header-main .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link:before {
  content: "";
}
@media (min-width: 992px) {
  .header-main .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 5px;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    margin-left: -5px;
  }
}
.header-main .navbar-expand-lg .navbar-nav .collapse-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  border: 0;
  width: 47px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  border-left: 1px solid #706f6f;
}
.header-main .navbar-expand-lg .navbar-nav .collapse-toggle[aria-expanded=true] i:before {
  content: "\f106";
}

.main-navbar-toggler .navbar-toggler {
  display: block;
  width: 25px;
  height: 17px;
  background-image: url("../images/bars.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.main-navbar-toggler .navbar-toggler[aria-expanded=true] {
  background-image: url("../images/close.svg");
}

.gx-40 {
  --bs-gutter-x: 2.5rem;
}
@media (max-width: 1399px) {
  .gx-40 {
    --bs-gutter-x: 1rem;
  }
}

.top-menus-links .top-menu-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 13px;
  border-bottom: 1px solid #706f6f;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .top-menus-links .top-menu-title {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
.top-menus-links .top-menu-title .collapse-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 31px;
  border: 0;
  width: 47px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
}
.top-menus-links .top-menu-title .collapse-toggle[aria-expanded=true] .fa-angle-down:before {
  content: "\f106";
}
.top-menus-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.top-menus-links ul li {
  line-height: 1;
}
.top-menus-links ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}
.top-menus-links ul li a:hover {
  text-decoration: underline;
}
.top-menus-links .top-menu-sub-title,
.top-menus-links p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 14px;
}
@media (min-width: 1400px) {
  .top-menus-links .top-menu-sub-title {
    min-height: 32px;
  }
}
@media (max-width: 1399px) {
  .top-menus-links .top-menu-sub-title {
    min-height: initial;
  }
}

.brochure-card {
  position: relative;
}
@media (max-width: 1399px) {
  .brochure-card {
    margin-bottom: 25px;
  }
}
.brochure-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(43, 43, 43, 0.4);
}
.brochure-card img {
  width: 100%;
  height: 259px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .brochure-card img {
    height: 140px;
  }
}
.brochure-card .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hamburger-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 125px;
  z-index: 999;
  background-color: #1d1d1b;
  max-height: calc(100vh - 125px);
  overflow: auto;
}
@media (max-width: 991px) {
  .hamburger-menu {
    top: 216px;
    max-height: calc(100vh - 216px);
  }
}
@media (max-width: 767px) {
  .hamburger-menu {
    top: 190px;
    max-height: calc(100vh - 190px);
  }
}
.hamburger-menu .top-menus {
  background-color: #1d1d1b;
  padding-top: 32px;
  padding-bottom: 25px;
}
.hamburger-menu .middle-menus {
  background-color: #2b2b2b;
  padding-top: 35px;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .hamburger-menu .middle-menus {
    padding-bottom: 20px;
  }
}
.hamburger-menu .bottom-menus {
  background-color: #383838;
  padding: 30px 0;
}
@media (max-width: 1399px) {
  .hamburger-menu .container {
    max-width: 98%;
  }
}

@media (min-width: 1400px) {
  .number-area {
    padding-right: 40px;
  }
}
.number-area .menu-small-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 2px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.number-area .menu-number {
  margin-bottom: 4px;
}
.number-area .menu-number a {
  font-size: 44px;
  line-height: 53px;
  text-decoration: none;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 1399px) {
  .number-area .menu-number a {
    font-size: 30px;
    line-height: 40px;
  }
}
.number-area .menu-email a {
  color: #ffffff;
  line-height: 16px;
  font-size: 14px;
  text-decoration: none;
}
.number-area ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.number-area ul li {
  display: block;
  line-height: 1;
}
.number-area ul li a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  line-height: 16px;
  display: inline-block;
}
.number-area ul li a:hover {
  text-decoration: underline;
}

.head-newsletter .newsletter {
  margin: 0;
}
.head-newsletter .newsletter form > label {
  text-align: left;
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 18px;
}

.shop-card {
  display: flex;
}
.shop-card .shop-card-left {
  width: 125px;
  background-color: #b65f59;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}
.shop-card .shop-card-left h2 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
.shop-card .shop-card-left h2 small {
  display: block;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 4px;
  line-height: 1.3;
}
.shop-card .shop-card-right {
  width: calc(100% - 125px);
  position: relative;
}
.shop-card .shop-card-right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.shop-card .shop-card-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-card .shop-card-right .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1399px) {
  .shop-card .shop-card-right .btn {
    padding: 8px 19px 8px 29px;
  }
}
.shop-card + .shop-card {
  margin-top: 20px;
}
.shop-card.green-bg-added .shop-card-left {
  background-color: #9dae8c;
}

.newsletter {
  max-width: 595px;
  margin: 0 auto;
}
.newsletter form > label {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 4.5px;
}
@media (max-width: 1440px) {
  .newsletter form > label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 3.5px;
  }
}
.newsletter .newsletter-form {
  display: flex;
}
.newsletter .newsletter-form .form-control {
  width: 415px;
  border-radius: 0;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 0;
  padding: 21px 29px 20px 29px;
}
@media (max-width: 1440px) {
  .newsletter .newsletter-form .form-control {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter-form .form-control {
    width: 100%;
  }
}

footer {
  background-color: #1d1d1b;
  padding: 70px 0 50px;
}
@media (max-width: 1440px) {
  footer {
    padding: 50px 0 50px;
  }
}
footer .footer-middle {
  padding-top: 70px;
  max-width: 1350px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  footer .footer-middle {
    padding-top: 50px;
  }
}
footer .footer-middle .footer-links {
  padding-top: 40px;
}
@media (max-width: 1440px) {
  footer .footer-middle .footer-links {
    padding-top: 30px;
  }
}
footer .footer-middle .footer-links h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 36px;
}
@media (max-width: 1440px) {
  footer .footer-middle .footer-links h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 26px;
  }
}
footer .footer-middle .footer-links ul {
  margin-bottom: 30px;
  padding-left: 0;
}
footer .footer-middle .footer-links ul li {
  list-style: none;
}
footer .footer-middle .footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  line-height: 36px;
  font-size: 20px;
  transition: all 0.4s ease;
}
@media (max-width: 1440px) {
  footer .footer-middle .footer-links ul li a {
    line-height: 28px;
    font-size: 16px;
  }
}
footer .footer-middle .footer-links ul li a:hover {
  color: #706f6f;
  text-decoration: underline;
}
footer .footer-middle .footer-links .contact-phone p {
  color: #ffffff;
  line-height: 36px;
  font-size: 20px;
  transition: all 0.4s ease;
}
footer .footer-middle .footer-links .contact-phone p a {
  color: inherit;
  text-decoration: none;
}
footer .footer-bottom {
  padding-top: 40px;
}
@media (max-width: 1440px) {
  footer .footer-bottom {
    padding-top: 20px;
  }
}
footer .footer-bottom .social-links {
  text-align: center;
  padding: 0;
  margin: 0;
}
footer .footer-bottom .social-links ul {
  padding: 0;
  margin: 0;
}
footer .footer-bottom .social-links ul li {
  list-style: none;
  display: inline-block;
}
footer .footer-bottom .social-links ul li a {
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  padding: 10px 20px;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-bottom .social-links ul li a {
    padding: 10px;
  }
}
footer .footer-bottom .social-links ul li a:hover {
  color: #706f6f;
}
footer .footer-bottom .social-links ul li a:hover svg path {
  fill: #706f6f;
}
footer .footer-bottom .footer-address-lines {
  padding-top: 95px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1440px) {
  footer .footer-bottom .footer-address-lines {
    padding-top: 55px;
    font-size: 14px;
    line-height: 26px;
  }
}
footer .footer-bottom .footer-address-lines p {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  footer .footer-bottom .footer-address-lines p {
    margin-bottom: 20px;
  }
}
footer .footer-bottom .footer-address-lines p:last-child {
  margin-bottom: 0;
}

.header-cards-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.menu-card {
  padding: 20px 34px 30px 34px;
  display: flex;
  flex-direction: column;
  height: calc(50% - 14px);
  justify-content: space-between;
  background-size: cover;
}
.menu-card .card-content-area {
  min-height: 120px;
  max-width: 350px;
}
.menu-card .card-content-area h3 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 17px;
  line-height: 22px;
}
.menu-card .card-content-area p {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 16px;
}
.menu-card .card-button-area .common-btn {
  padding: 11px 29px 10px 35px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  border: 0;
  min-width: 160px;
}
.menu-card + .menu-card {
  margin-top: auto;
}

.discover-block {
  background-color: #1d1d1b;
  padding: 40px 0 200px;
  overflow: hidden;
}
.discover-block .discover-navigations {
  padding-bottom: 30px;
}
.discover-block .discover-navigations .discover-title {
  display: inline-flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  .discover-block .discover-navigations .discover-title {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }
}
.discover-block .discover-navigations .discover-title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .discover-block .discover-navigations .discover-title h2 {
    text-align: center;
    line-height: 24px;
  }
}
.discover-block .discover-navigations .discover-title .nav-arrow {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  font-size: 22px;
  padding: 0 6px;
  min-width: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .discover-block .discover-navigations .discover-title .nav-arrow {
    text-align: center;
  }
}
.discover-block + .explore-block {
  margin-top: -143px;
}
.discover-block .owl-item.active + .owl-item .discover-card {
  width: 380px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .discover-block .owl-item.active + .owl-item .discover-card {
    width: 360px;
    height: 420px;
  }
}
@media (max-width: 991px) {
  .discover-block .owl-item.active + .owl-item .discover-card {
    width: 100%;
  }
}
.discover-block .discover-card {
  width: 380px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .discover-block .discover-card {
    width: 360px;
    height: 420px;
  }
}
@media (max-width: 991px) {
  .discover-block .discover-card {
    width: 100%;
  }
}
.discover-block .discover-card:hover:before {
  height: calc(100% - 20px);
}
.discover-block .discover-card:hover:after {
  opacity: 1;
}
.discover-block .discover-card:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.discover-block .discover-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0px;
  background-color: #fff;
  z-index: 1;
  width: 1px;
  right: 20px;
  transition: all 0.5s ease-in;
  display: none;
}
.discover-block .discover-card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.discover-block .discover-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.discover-block .discover-card .discover-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 40px 20px 20px;
  z-index: 2;
}
.discover-block .discover-card .discover-link-wrapper .common-btn {
  position: absolute;
  bottom: 34px;
  left: 20px;
  z-index: 2;
  font-size: 14px;
  padding: 12px 26px;
}
.discover-block .discover-card .discover-card-link {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  z-index: 1;
}
.discover-block .discover-card .discover-card-link:hover:before {
  width: calc(100% - 20px);
}
.discover-block .discover-card .discover-card-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.discover-block .discover-card .discover-card-link:before {
  content: "";
  position: absolute;
  bottom: 20px;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  width: 0;
  right: 0;
  transition: all 0.5s ease-in;
}
.discover-block .discover-card .discover-card-link span {
  display: block;
}
.discover-block .owl-stage-outer,
.discover-block .owl-stage {
  height: 450px !important;
  overflow: visible;
  display: flex;
}
.discover-block .owl-item + .active .discover-card {
  width: 800px;
}
@media (max-width: 1024px) {
  .discover-block .owl-item + .active .discover-card {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .discover-block .owl-item + .active .discover-card {
    width: 100%;
  }
}
.discover-block .owl-item + .active .discover-card .discover-card-link {
  font-size: 28px;
  line-height: 34px;
}
.discover-block .owl-item + .active .discover-card .discover-card-link span {
  display: inline;
}
.discover-block.instagram-feeds-block {
  padding: 58px 0 79px 0;
  background-color: #706f6f;
}
.discover-block.instagram-feeds-block .owl-stage-outer,
.discover-block.instagram-feeds-block .owl-stage {
  height: auto !important;
  overflow: visible;
  display: block;
}

.max-width-1364 {
  max-width: 1388px;
}

.general-info {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .general-info {
    padding: 40px 0;
  }
}
.general-info .max-width-1075 {
  max-width: 1075px;
  margin: 0 auto;
}
.general-info h2 {
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-bottom: 22px;
  color: #706f6f;
}
@media (max-width: 1440px) {
  .general-info h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.general-info p {
  font-size: 20px;
  line-height: 28px;
  color: #706f6f;
}
@media (max-width: 1440px) {
  .general-info p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .general-info p {
    font-size: 16px;
    line-height: 22px;
  }
}
.general-info p:last-child {
  margin-bottom: 0;
}

.explore-block.top-bottom-space {
  margin: 27px 0 73px 0;
}
@media (max-width: 1199px) {
  .explore-block.top-bottom-space {
    margin: 20px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .explore-block.top-bottom-space {
    margin: 0px 0 40px 0;
  }
}
.explore-block.with-bg-space {
  background-color: #f2f2f2;
  padding: 97px 0 87px 0;
}
@media (max-width: 1399px) {
  .explore-block.with-bg-space {
    padding: 87px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .explore-block.with-bg-space {
    padding: 70px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .explore-block.with-bg-space {
    padding: 60px 0 40px 0;
  }
}
.explore-block.with-bg-space .explore-content-block {
  padding: 137px 54px 139px 54px;
}
@media (max-width: 1199px) {
  .explore-block.with-bg-space .explore-content-block {
    padding: 115px 54px;
  }
}
@media (max-width: 991px) {
  .explore-block.with-bg-space .explore-content-block {
    padding: 70px 54px;
  }
}
@media (max-width: 767px) {
  .explore-block.with-bg-space .explore-content-block {
    padding: 30px;
  }
}
.explore-block .explore-content-block {
  padding: 60px 54px 70px 54px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .explore-block .explore-content-block {
    padding: 30px;
  }
}
.explore-block .explore-content-block h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.explore-block .explore-content-block p {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .explore-block .explore-content-block p {
    font-size: 16px;
    line-height: 22px;
  }
}

.image-cards {
  background-color: #1d1d1b;
  position: relative;
  padding-bottom: 20px;
}
.image-cards::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  height: 143px;
  left: 0;
  top: 0;
  right: 0;
}

.image-card {
  position: relative;
  margin-bottom: 20px;
}
.image-card > img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.image-card .image-card-btn-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
.image-card .image-card-btn-wrap .btn {
  width: 490px;
  max-width: 100%;
  margin: 0 auto;
}

.video-slider-block {
  padding-top: 60px;
  background-color: #1d1d1b;
  position: relative;
}
@media (max-width: 991px) {
  .video-slider-block {
    padding-top: 40px;
  }
}
.video-slider-block::after {
  content: "";
  background-color: #ededed;
  position: absolute;
  height: 139px;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-slider-block h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .video-slider-block h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.video-slider-block .video-slider-wrapper {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .video-slider-block .video-slider-wrapper {
    margin-top: 50px;
  }
}
.video-slider-block .video-slider-wrapper .video-slide {
  position: relative;
}
.video-slider-block .video-slider-wrapper .video-slide .slide-video video {
  width: 100%;
  height: 800px;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .video-slider-block .video-slider-wrapper .video-slide .slide-video video {
    height: 450px;
  }
}
.video-slider-block .video-slider-wrapper .video-slide .slide-content {
  position: absolute;
  bottom: 130px;
  left: 0;
  padding: 0 58px;
}
@media (max-width: 991px) {
  .video-slider-block .video-slider-wrapper .video-slide .slide-content {
    bottom: 60px;
    padding: 0 25px;
  }
}
.video-slider-block .video-slider-wrapper .video-slide .slide-content h3 {
  color: #ffffff;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  max-width: 871px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 104px;
}
@media (max-width: 991px) {
  .video-slider-block .video-slider-wrapper .video-slide .slide-content h3 {
    font-size: 24px;
    line-height: 32px;
    height: 62px;
  }
}
.video-slider-block .video-slider-wrapper .owl-nav {
  display: flex;
  width: 190px;
  justify-content: space-between;
  position: absolute;
  left: 58px;
  bottom: 257px;
}
@media (max-width: 991px) {
  .video-slider-block .video-slider-wrapper .owl-nav {
    width: 160px;
    left: 25px;
    bottom: 147px;
  }
}
.video-slider-block .video-slider-wrapper .owl-nav .owl-prev,
.video-slider-block .video-slider-wrapper .owl-nav .owl-next {
  width: 20px;
  text-align: center;
}
.video-slider-block .video-slider-wrapper .owl-nav .owl-prev i,
.video-slider-block .video-slider-wrapper .owl-nav .owl-next i {
  font-size: 22px;
  color: #ffffff;
}
.video-slider-block .video-slider-wrapper .owl-dots {
  position: absolute;
  bottom: 80px;
  left: 58px;
}
@media (max-width: 991px) {
  .video-slider-block .video-slider-wrapper .owl-dots {
    bottom: 10px;
    left: 25px;
  }
}
.video-slider-block .video-slider-wrapper .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
}
.video-slider-block .video-slider-wrapper .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  margin: 11px;
  border-radius: 50%;
}
.video-slider-block .video-slider-wrapper .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.video-slider-block .video-slider-wrapper .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.video-slider-block #slide-counter {
  position: absolute;
  left: 133px;
  bottom: 257px;
  width: 40px;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .video-slider-block #slide-counter {
    left: 89px;
    bottom: 149px;
    width: 40px;
  }
}

.general-info.brands-block {
  background-color: #ededed;
  padding-bottom: 50px;
}
.general-info.brands-block h2 {
  margin-bottom: 40px;
}
.general-info.brands-block .featured-slider .brand-logo img {
  opacity: 0.4 !important;
  margin: 0 auto;
  width: auto;
}
.general-info.testimonials-block {
  background: #ededed;
  padding-top: 40px;
}
.general-info.testimonials-block .testimonial-slider-block {
  max-width: 1014px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 68px;
  position: relative;
}
.general-info.testimonials-block .testimonial-slider-block p {
  margin-bottom: 20px;
}
.general-info.testimonials-block .testimonial-slider-block h5 {
  font-size: 20px;
  line-height: 28px;
  color: #706f6f;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0;
}
.general-info.testimonials-block .testimonial-slider-block #testimonial-slide-counter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.general-info.testimonials-block .testimonial-slider-block .owl-nav {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  text-align: center;
  width: 190px;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 22px;
}

.instagram-feeds-block .instargram-title h3 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  display: inline-flex;
  gap: 26px;
}
@media (max-width: 991px) {
  .instagram-feeds-block .instargram-title h3 {
    margin: 20px 0 0;
    display: flex;
    gap: 26px;
    justify-content: center;
  }
}
.instagram-feeds-block .instargram-title h3 a {
  color: #ffffff;
}
.instagram-feeds-block .instargram-title h3 a i {
  font-size: 30px;
}

.productAllItem {
  padding: 73px 0 0 0;
  position: relative;
}
@media (max-width: 1399px) {
  .productAllItem {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .productAllItem {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .productAllItem {
    padding: 40px 0 0 0;
  }
}
.productAllItem .container {
  position: relative;
}

.scrollProductBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background-color: #1d1d1b;
  background-image: url(../images/drop-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  z-index: 9;
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0.5);
  display: none;
}
.scrollProductBtn.btnfixedTop {
  display: block;
}
@media (max-width: 1399px) {
  .scrollProductBtn {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .scrollProductBtn {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .scrollProductBtn {
    width: 30px;
    height: 30px;
    background-size: 7px auto;
  }
}

.productItem {
  margin-bottom: 27px;
}
.productItem.List .product-col {
  width: 50%;
  text-align: left;
  margin-bottom: 33px;
}
.productItem.List .product-col .sub {
  display: flex;
}
.productItem.List .product-col .image {
  width: 240px;
}
.productItem.List .product-col .text {
  width: calc(100% - 240px);
  padding: 0 0 0 40px;
}
.productItem.List .product-col h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 17px;
  padding: 0 60px 0 0;
}
.productItem.List .product-col .shortDesc {
  display: block;
}
.productItem.List .product-col strong {
  font-size: 44px;
  line-height: 53px;
  font-weight: 400;
}
.productItem.List .product-col .tag {
  width: 50px;
  height: 50px;
}
.productItem.List .product-col .tag.square {
  border-radius: 100%;
  padding: 0px;
}
.productItem.List .product-col .common-btn {
  position: relative;
  bottom: 0px;
  left: 0px;
  transform: none;
}

.product-col {
  text-align: center;
  margin-bottom: 46px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .product-col {
    padding-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .product-col {
    margin-bottom: 40px;
  }
}
.product-col .sub {
  padding: 0 6px;
  width: 100%;
}
.product-col .tag {
  position: absolute;
  top: 0px;
  right: 18px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #706f6f;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .product-col .tag {
    width: 50px;
    height: 50px;
    font-size: 8px;
  }
}
.product-col .tag.square {
  border-radius: 0px;
  width: auto;
  height: auto;
  padding: 9px 23px;
}
@media (max-width: 1199px) {
  .product-col .tag.square {
    padding: 8px 15px;
  }
}
.product-col .tag.outStock {
  background-color: #ba0000;
}
.product-col .image {
  width: 100%;
}
.product-col .image a {
  display: block;
}
.product-col .image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.product-col .image .tag {
  right: 0px;
}
.product-col .image .owl-prev,
.product-col .image .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 0px;
  background-color: #1d1d1b;
  background-image: url(../images/drop-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .product-col .image .owl-prev,
  .product-col .image .owl-next {
    width: 26px;
    height: 26px;
    background-size: 7px auto;
    left: 8px;
  }
}
.product-col .image .owl-prev {
  transform: translate(0, -50%) rotate(-180deg);
}
.product-col .image .owl-next {
  right: 12px;
  left: auto;
}
@media (max-width: 1199px) {
  .product-col .image .owl-next {
    right: 8px;
  }
}
.product-col .text {
  width: 100%;
  padding: 19px 0 0 0;
}
.product-col h3 {
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1b;
  text-transform: uppercase;
  margin: 0 0 11px 0;
  letter-spacing: 3px;
}
@media (max-width: 1399px) {
  .product-col h3 {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .product-col h3 {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .product-col h3 br {
    display: none;
  }
}
.product-col h3 a {
  color: #1d1d1b;
  text-decoration: none;
}
.product-col .shortDesc {
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: #706f6f;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .product-col .shortDesc {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .product-col .shortDesc {
    font-size: 14px;
  }
}
.product-col strong {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #1d1d1b;
  margin: 0 0 19px 0;
}
@media (max-width: 1399px) {
  .product-col strong {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .product-col strong {
    font-size: 20px;
  }
}
.product-col .common-btn {
  font-size: 14px;
  color: red;
  min-width: 190px;
  padding: 10px 15px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1399px) {
  .product-col .common-btn {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .product-col .common-btn {
    font-size: 12px;
    min-width: 170px;
    padding: 8px 15px;
  }
}
@media (max-width: 991px) {
  .product-col .common-btn {
    min-width: 150px;
  }
}

.breadcrumbArea {
  background: #f2f2f2;
  width: 100%;
  padding: 27px 0;
  font-size: 14px;
  line-height: 24px;
  color: #706f6f;
}
@media (max-width: 1399px) {
  .breadcrumbArea {
    padding: 22px 0;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .breadcrumbArea {
    padding: 15px 0;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .breadcrumbArea {
    line-height: normal;
  }
}
.breadcrumbArea ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbArea ul li {
  display: block;
}
.breadcrumbArea ul li::after {
  content: "/";
  display: inline-block;
  margin: 0 7px;
}
.breadcrumbArea ul li:last-child::after {
  display: none;
}
.breadcrumbArea ul li a {
  color: #706f6f;
  text-decoration: none;
}
.breadcrumbArea ul li a:hover {
  text-decoration: underline;
}

.chooseItem {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .chooseItem {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .chooseItem {
    margin-bottom: 15px;
  }
}
.chooseItem a {
  width: 48px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 10px;
  color: #1d1d1b;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4px;
  margin: 0 13px;
}
@media (max-width: 1399px) {
  .chooseItem a {
    width: 40px;
    font-size: 9px;
  }
}
@media (max-width: 1199px) {
  .chooseItem a {
    width: 36px;
    font-size: 8px;
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .chooseItem a {
    margin: 0 8px 12px 8px;
  }
}
.chooseItem .circle {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: block;
  border: 1px solid #707070;
  overflow: hidden;
  margin: 0 auto 9px auto;
}
@media (max-width: 1399px) {
  .chooseItem .circle {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .chooseItem .circle {
    width: 30px;
    height: 30px;
  }
}
.chooseItem .circle img {
  width: 100%;
  border-radius: 100%;
}

.increment-decrement {
  display: flex;
  align-items: center;
  width: 99px;
}
.increment-decrement button {
  font-size: 15px;
  color: #1d1d1b;
  background-color: #fff;
  width: 33px;
  height: 60px;
  border: none;
  text-align: center;
}
@media (max-width: 1199px) {
  .increment-decrement button {
    height: 50px;
  }
}
.increment-decrement input[type=number] {
  background-color: #fff;
  width: 33px;
  height: 60px;
  border: none;
  text-align: center;
  outline: none;
  -moz-appearance: textfield;
}
@media (max-width: 1199px) {
  .increment-decrement input[type=number] {
    height: 50px;
  }
}
.increment-decrement input[type=number]::-webkit-outer-spin-button, .increment-decrement input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.offcanvas .btn-close {
  color: #000;
  padding: 0px;
  width: 25px;
  height: 25px;
  background-image: url(../images/close-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  opacity: 1;
  position: absolute;
  top: 78px;
  right: 140px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 1440px) {
  .offcanvas .btn-close {
    top: 50px;
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .offcanvas .btn-close {
    top: 20px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .offcanvas .btn-close {
    top: 20px;
    right: 20px;
  }
}
.offcanvas.offcanvas-end {
  width: 1310px;
}
@media (max-width: 1440px) {
  .offcanvas.offcanvas-end {
    width: 1100px;
  }
}
@media (max-width: 1199px) {
  .offcanvas.offcanvas-end {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .offcanvas.offcanvas-end {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .offcanvas.offcanvas-end {
    width: 100%;
  }
}
.offcanvas .offcanvas-body {
  padding: 146px 140px 71px 92px;
  position: relative;
}
@media (max-width: 1440px) {
  .offcanvas .offcanvas-body {
    padding: 120px 80px 50px 80px;
  }
}
@media (max-width: 1199px) {
  .offcanvas .offcanvas-body {
    padding: 60px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .offcanvas .offcanvas-body {
    padding: 60px 20px 20px 20px;
  }
}
.offcanvas h2 {
  font-size: 44px;
  line-height: 52px;
  color: #706f6f;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .offcanvas h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1199px) {
  .offcanvas h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .offcanvas h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.offcanvas .popup-btn {
  margin-bottom: 74px;
}
@media (max-width: 1440px) {
  .offcanvas .popup-btn {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .offcanvas .popup-btn {
    margin-bottom: 40px;
  }
}
.offcanvas p {
  font-size: 18px;
  line-height: 24px;
  color: #706f6f;
  margin-bottom: 24px;
}
.offcanvas p strong {
  font-weight: 700;
}
.offcanvas p a {
  color: #706f6f;
  text-decoration: underline;
}
.offcanvas h3 {
  font-size: 24px;
  line-height: 29px;
  color: #1d1d1b;
  margin-bottom: 24px;
  font-weight: 400;
}

.offcanvas-backdrop {
  background-color: #1d1d1b;
}
.offcanvas-backdrop.show {
  opacity: 0.7;
}

.additionalItem {
  margin-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.additionalItem .image {
  width: 92px;
}
.additionalItem .btn {
  margin-top: 25px;
}
.additionalItem .text {
  width: calc(100% - 114px);
}
.additionalItem .text h4 {
  font-size: 14px;
  line-height: 24px;
  color: #1d1d1b;
  text-transform: uppercase;
  letter-spacing: 2.657px;
  margin-bottom: 8px;
}
.additionalItem .text h4 a {
  color: #1d1d1b;
  text-decoration: none;
}
.additionalItem .text .code {
  font-size: 12px;
  line-height: 14px;
  color: #1d1d1b;
  margin-bottom: 11px;
}
.additionalItem .text .price {
  font-size: 24px;
  line-height: 29px;
  color: #1d1d1b;
}

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 182px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-banner {
    padding: 60px 0;
  }
}
.inner-banner .container {
  max-width: 1106px;
}
.inner-banner h1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
@media (max-width: 1199px) {
  .inner-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.inner-banner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

.trendkey-area {
  background-color: #EDEDED;
  width: 100%;
  padding: 0 0 90px;
}

.trendkey-area .trentAll-item .item:nth-child(1),
.trendkey-area .trentAll-item .item:nth-child(2),
.trendkey-area .trentAll-item .item:nth-child(3) {
  margin-top: -101px;
}

.trendkey-area .row {
  margin: 0 -20px 0 -20px;
}

.trendkey-area .white-bg {
  background: #FFFFFF;
  padding: 0 30px 34px 30px;
  text-align: center;
  min-height: 100%;
}

.trendkey-area .item {
  padding: 0 20px 48px 20px;
}

.trendkey-area .item .image {
  width: 100%;
  margin-bottom: 31px;
}

.trendkey-area .item .image img {
  width: 100%;
  height: auto;
}

.trendkey-area .item .tag {
  font-size: 14px;
  color: #FFFFFF;
  padding: 13px 28px;
  background-color: #1D1D1B;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 2.64px;
  margin-bottom: 39px;
}

.trendkey-area .item h3 {
  font-size: 26px;
  color: #1D1D1B;
  font-weight: 300;
  letter-spacing: 5.241px;
  margin-bottom: 7px;
}

.trendkey-area .item h3 a {
  color: #1D1D1B;
  text-decoration: none;
  text-transform: uppercase;
}

.trendkey-area .item .sub-head {
  font-size: 16px;
  line-height: 28px;
  color: #1D1D1B;
  margin-bottom: 39px;
}

@media (max-width: 1600px) {
  .trendkey-area .item h3 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .trendkey-area .item h3 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .trendkey-area .item h3 {
    font-size: 18px;
    letter-spacing: 3.63px;
  }
  .trendkey-area .row {
    margin: 0 -12px 0 -12px;
  }
  .trendkey-area .item {
    padding: 0 12px 30px 12px;
  }
}
@media (max-width: 1199px) {
  .trendkey-area .item .common-btn.custom-btn-primary.outline-btn {
    font-size: 14px;
    padding: 10px 16px;
    width: 100%;
  }
  .trendkey-area .item .tag {
    letter-spacing: 2.2px;
    font-size: 12px;
    padding: 11px 38px;
    margin-bottom: 26px;
  }
  .trendkey-area .item h3 {
    margin-bottom: 5px;
  }
  .trendkey-area .item .sub-head {
    margin-bottom: 19px;
  }
}
@media (max-width: 991px) {
  .trendkey-area .trentAll-item .item:nth-child(3) {
    margin-top: 0px;
  }
  .trendkey-area .item {
    padding: 0 12px 20px 12px;
  }
  .trendkey-area {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 575px) {
  .trendkey-area .trentAll-item .item:nth-child(2) {
    margin-top: 0px;
  }
  .trendkey-area .trentAll-item .item:nth-child(1) {
    margin-top: -293px;
  }
}
.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -37px;
}
@media (max-width: 1199px) {
  .pagenation {
    margin-bottom: -27px;
  }
}
@media (max-width: 767px) {
  .pagenation {
    margin-bottom: -22px;
  }
}
.pagenation ul {
  background-color: #1D1D1B;
  margin: 0px;
  padding: 22px 19px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #706F6F;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 1399px) {
  .pagenation ul {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .pagenation ul {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .pagenation ul {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagenation ul {
    padding: 12px 15px;
  }
}
.pagenation ul li {
  display: block;
  margin: 0 16px;
}
@media (max-width: 767px) {
  .pagenation ul li {
    margin: 0 3px;
  }
}
.pagenation ul li.current {
  color: #fff;
}
.pagenation ul li.pages-item-prev, .pagenation ul li.pages-item-next {
  color: #fff;
}
.pagenation ul li.pages-item-prev a, .pagenation ul li.pages-item-next a {
  color: #fff;
}
.pagenation ul li.pages-item-prev {
  margin-right: 70px;
}
@media (max-width: 1199px) {
  .pagenation ul li.pages-item-prev {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .pagenation ul li.pages-item-prev {
    margin-right: 15px;
  }
}
.pagenation ul li.pages-item-next {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .pagenation ul li.pages-item-next {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .pagenation ul li.pages-item-next {
    margin-left: 15px;
  }
}
.pagenation ul li a {
  display: block;
  text-decoration: none;
  color: #706F6F;
}

.categoryArea {
  position: relative;
}
@media (max-width: 991px) {
  .categoryArea {
    padding: 10px 0 0 0;
  }
}
.categoryArea::before {
  width: 100%;
  height: calc(100% - 77px);
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background-color: #F2F2F2;
  z-index: -1;
}
.categoryArea h1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 300;
  color: #1D1D1B;
  margin: 0 0 22px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .categoryArea h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 991px) {
  .categoryArea h1 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 15px 0;
  }
}
.categoryArea p {
  font-size: 16px;
  line-height: 24px;
  color: #706F6F;
  margin: 0 auto 27px auto;
  text-align: center;
  max-width: 1080px;
}
@media (max-width: 1199px) {
  .categoryArea p {
    font-size: 14px;
    line-height: 22px;
  }
}
.categoryArea h4 {
  font-size: 14px;
  line-height: 16px;
  color: #706F6F;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 21px 0;
}

/*# sourceMappingURL=common.css.map */
