
/*===== 02 - Layout =====*/
/*----------------------------------------*/
/*  02.01 Header CSS
/*----------------------------------------*/
.header {
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  width: 100%;
  z-index: 99;
}

/*----------------------------------------*/
/*             Header Top CSS
/*----------------------------------------*/
.header__top {
  background-color: #ffffff;
}
.header__top--wrapper {
  gap: 0 20px;
  min-height: 50px;
  height: 100%;
}
.header__top--text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  color: #171717;
  padding: 3px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__top--text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .header__top--text {
    font-size: 14px;
  }
}
.header__top--text strong {
  font-weight: 600;
}
.header__top--btn {
  font-size: 14px;
  line-height: 31px;
  color: #494949;
  border: 1px solid #cbcbcb;
  padding: 0 15px 0 15px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.header__top--btn:hover {
  background-color: #171717;
  border-color: #171717;
  color: #ffffff;
}

.header-2__top {
  background-color: #f7f7f7;
  padding: 9px 0;
}
.header-2__top--wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header-2__top--wrapper {
    display: block;
  }
}
.header-2__top--items {
  margin-right: calc(-30px / 2);
  margin-left: calc(-30px / 2);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-2__top--items {
    margin-right: calc(-20px / 2);
    margin-left: calc(-20px / 2);
  }
}
@media only screen and (max-width: 767px) {
  .header-2__top--items {
    justify-content: space-between;
  }
}
.header-2__top--items li {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-2__top--items li {
    padding-right: calc(20px / 2);
    padding-left: calc(20px / 2);
  }
}
.header-2__top--items li a i {
  font-size: 14px;
  color: #171717;
}
.header-2__top--items li a span {
  font-size: 14px;
  color: #494949;
  padding-left: 5px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1600px) {
  .header-2__top--items li a span {
    font-size: 18px;
  }
}
.header-2__top--items li a:hover span {
  color: #d68d67;
}

/*----------------------------------------*/
/*             Header Main CSS
/*----------------------------------------*/
.header__main {
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .header__main {
    height: 80px;
  }
}
.header__main.header-shadow {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.header__main.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
  left: 0;
  top: 0;
  -webkit-animation: stickyDown 0.8s ease-out;
          animation: stickyDown 0.8s ease-out;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .header__main.is-sticky {
    height: 60px;
  }
}
.header__main.is-sticky .header__main--toggle {
  color: #171717;
}
.header__main.is-sticky .header__main--meta .toggle-icon {
  color: #171717;
}
.header__main.is-sticky .header__main--meta .toggle-icon span {
  color: #171717;
}
.header__main--toggle {
  padding: 0;
  border: 0;
  background: none;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .header__main--toggle {
    font-size: 20px;
  }
}
.header__main--toggle:focus, .header__main--toggle:hover {
  color: #d68d67;
}
.header__main--toggle-dark {
  color: #171717;
}
.header__main--logo a {
  height: 32px;
  display: flex;
}
.header__main--logo-2 {
  margin: 0 70px;
}
.header__main--logo-2 a {
  height: 32px;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header__main--logo-2 {
    margin: 0 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__main--logo-2 {
    margin: 0;
  }
}
.header__main--menu-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__main--meta {
  padding: 13px 0;
}
.header__main--meta .toggle-icon {
  font-size: 22px;
  width: 22px;
  line-height: 22px;
  height: 22px;
  text-align: center;
  color: #ffffff;
  position: relative;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  padding: 0;
  border: 0;
  background: none;
  margin-left: 20px;
}
.header__main--meta .toggle-icon svg {
  width: 1em;
  height: auto;
}
.header__main--meta .toggle-icon span {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
}
.header__main--meta .toggle-icon:hover {
  color: #d68d67;
}
.header__main--dark .toggle-icon {
  color: #171717;
}
.header__main--dark .toggle-icon span {
  color: #171717;
}

@-webkit-keyframes stickyDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes stickyDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.menu-items-list > li {
  position: relative;
}
.menu-items-list > li > a {
  font-size: 1.525rem;
  line-height: 1.7;
  /*color: #ffffff;*/
  color: #222222;
  padding: 18px 28px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .menu-items-list > li > a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-items-list > li > a {
    font-size: 16px;
    padding: 18px 22px;
  }
}
.menu-items-list > li > a.active {
  color: #d68d67;
}
.menu-items-list > li > a i {
  font-size: 10px;
}
.menu-items-list > li:hover > a {
  color: #d68d67;
}
.menu-items-list > li:hover > .mega-menu, .menu-items-list > li:hover > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.menu-items-list > li:hover > .mega-menu > li:hover > .sub-menu, .menu-items-list > li:hover > .sub-menu > li:hover > .sub-menu {
  left: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.menu-items-list .sub-menu {
  position: absolute;
  left: 0;
  top: -999em;
  z-index: 999;
  width: 230px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 200ms, opacity 200ms;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.078);
}
.menu-items-list .sub-menu li {
  margin: 0;
  position: relative;
}
.menu-items-list .sub-menu li a {
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  font-size: 18px;
  line-height: 1.7;
  padding: 5px 10px;
  color: #494949;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-items-list .sub-menu li a {
    font-size: 16px;
  }
}
.menu-items-list .sub-menu li a i {
  font-size: 9px;
  transform: rotate(-90deg);
}
.menu-items-list .sub-menu li:hover > a {
  color: #d68d67;
}
.menu-items-list .mega-menu {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 100%;
  z-index: 999;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 200ms, opacity 200ms;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.078);
  padding: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-items-list .mega-menu {
    padding: 30px;
  }
}
.menu-items-list .mega-menu li a {
  font-size: 18px;
  line-height: 1.7;
  color: #494949;
  padding: 5px 10px;
  display: block;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-items-list .mega-menu li a {
    font-size: 16px;
  }
}
.menu-items-list .mega-menu li a.active {
  color: #171717;
}
.menu-items-list .mega-menu li:hover a {
  color: #d68d67;
}
.menu-items-list .mega-menu--wrapper {
  padding: 50px 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .menu-items-list .mega-menu--wrapper {
    padding: 50px 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-items-list .mega-menu--wrapper {
    padding: 50px 70px;
  }
}
.menu-items-list .mega-menu__banner {
  width: 40%;
  flex: 0 0 auto;
}
.menu-items-list .mega-menu__banner a {
  position: relative;
  display: block;
  text-align: center;
}
.menu-items-list .mega-menu__banner--image {
  overflow: hidden;
}
.menu-items-list .mega-menu__banner--image img {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-items-list .mega-menu__banner--image:hover img {
  transform: scale(1.15);
}
.menu-items-list .mega-menu__banner--caption {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.menu-items-list .mega-menu__banner--caption .caption-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1em;
  color: #ffffff;
  margin: 0 0 20px 0;
  position: relative;
}
.menu-items-list .mega-menu__banner--caption .caption-title::after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 60px;
  margin: 0.4em auto 0;
}
.menu-items-list .mega-menu__banner--caption .caption-desc {
  font-size: 22px;
  color: #ffffff;
}
.menu-items-list .mega-menu__content {
  padding-left: 110px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-items-list .mega-menu__content {
    padding-left: 50px;
  }
}
.menu-items-list .mega-menu__content--title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #171717;
  margin-bottom: 20px;
  display: block;
}
.menu-items-list .mega-menu__content--list {
  width: 50%;
  flex: 0 0 auto;
}
.menu-items-list .mega-menu__content--list li a {
  padding: 0 0 3px;
}
.menu-items-list .mega-menu__info {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.menu-items-list .mega-menu__info li {
  margin: 0 10px;
}
.menu-items-list .mega-menu__info li a {
  font-size: 14px;
  padding: 0;
}
.menu-items-list .mega-menu__social {
  display: flex;
  gap: 0 20px;
  margin-top: 10px;
}
.menu-items-list .mega-menu__social--lable {
  white-space: nowrap;
}
.menu-items-list .mega-menu__social--social {
  display: flex;
  gap: 0 10px;
}
.menu-items-list .mega-menu__social--social li a {
  width: 28px;
  height: 28px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  color: #171717;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-items-list .mega-menu__social--social li:hover a {
  background-color: #171717;
  color: #ffffff;
}
.menu-items-list .mega-menus-list {
  -moz-column-count: 5;
       column-count: 5;
  display: block;
}
.menu-items-list .mega-menu-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #171717;
  padding: 5px 10px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .menu-items-list .mega-menu-title {
    font-size: 16px;
  }
}
.menu-items-list .mega-menu-col {
  width: 25%;
  flex: 0 0 auto;
}
.menu-items-list .mega-menu-width {
  max-width: 1170px;
  margin: 0 auto;
}
.menu-items-list--dark > li > a {
  color: #171717;
}
.menu-items-list--dark > li > a.active {
  color: #d68d67;
}
.menu-items-list--dark > li:hover > a {
  color: #d68d67;
}

.meta-items-list {
  gap: 0 20px;
}
.meta-items-list li button, .meta-items-list li a {
  color: #ffffff;
  position: relative;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  font-size: 16px;
  padding: 0;
  border: 0;
  background: none;
  line-height: 1;
}
.meta-items-list li button .badge, .meta-items-list li a .badge {
  background-color: #d68d67;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  width: 18px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  left: 40%;
  bottom: 90%;
}
.meta-items-list li:hover > button, .meta-items-list li:hover > a {
  color: #d68d67;
}
.meta-items-list--dark li button, .meta-items-list--dark li a {
  color: #171717;
}
.meta-items-list--dark li:hover > button, .meta-items-list--dark li:hover > a {
  color: #d68d67;
}
.meta-items-list .meta-search {
  display: flex;
}
.meta-items-list .meta-search input {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  width: 165px;
  flex: 1 1 auto;
  background-color: transparent;
  color: #ffffff;
}
.meta-items-list .meta-search input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.meta-items-list .meta-search input:-moz-placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.meta-items-list .meta-search input::-moz-placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.meta-items-list .meta-search input:-ms-input-placeholder {
  opacity: 0.5;
  color: #ffffff;
}
.meta-items-list .meta-search button {
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 0;
  padding: 0 0 0 10px;
  color: #ffffff;
}
.meta-items-list .meta-search--dark input {
  background-color: #ffffff;
  color: #171717;
}
.meta-items-list .meta-search--dark input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #171717;
}
.meta-items-list .meta-search--dark input:-moz-placeholder {
  opacity: 0.5;
  color: #171717;
}
.meta-items-list .meta-search--dark input::-moz-placeholder {
  opacity: 0.5;
  color: #171717;
}
.meta-items-list .meta-search--dark input:-ms-input-placeholder {
  opacity: 0.5;
  color: #171717;
}
.meta-items-list .meta-search--dark button {
  color: #171717;
}

.is-sticky .menu-items-list > li > a {
  color: #171717;
}
.is-sticky .menu-items-list > li > a.active {
  color: #d68d67;
}
.is-sticky .menu-items-list > li:hover > a {
  color: #d68d67;
}
.is-sticky .meta-items-list li button, .is-sticky .meta-items-list li a {
  color: #171717;
}
.is-sticky .meta-items-list li:hover > button, .is-sticky .meta-items-list li:hover > a {
  color: #d68d67;
}
.is-sticky .meta-items-list .meta-search input {
  background-color: #ffffff;
  color: #171717;
}
.is-sticky .meta-items-list .meta-search input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #171717;
}
.is-sticky .meta-items-list .meta-search input:-moz-placeholder {
  opacity: 0.5;
  color: #171717;
}
.is-sticky .meta-items-list .meta-search input::-moz-placeholder {
  opacity: 0.5;
  color: #171717;
}
.is-sticky .meta-items-list .meta-search input:-ms-input-placeholder {
  opacity: 0.5;
  color: #171717;
}
.is-sticky .meta-items-list .meta-search button {
  color: #171717;
}

/*----------------------------------------*/
/*             Search CSS
/*----------------------------------------*/
.search-modal {
  background-color: rgba(0, 0, 0, 0.6);
}
.search-modal .modal-dialog {
  max-width: 760px;
  padding: 30px;
}
.search-modal .modal-content {
  border-radius: 0;
  background: none;
  border: 0;
}
.search-modal__close {
  position: absolute;
  top: 20px;
  right: 0;
  margin: 30px;
  padding: 15px;
  font-size: 24px;
  border: 0;
  background-color: #171717;
  line-height: 1;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media only screen and (max-width: 767px) {
  .search-modal__close {
    padding: 10px;
    font-size: 18px;
  }
}
.search-modal__close:focus, .search-modal__close:hover {
  color: #ffffff;
  background-color: #d68d67;
}
.search-modal__form {
  position: relative;
  transform: translateY(-20px);
  transition: transform 200ms ease-out;
}
.search-modal__form input {
  width: 100%;
  height: 52px;
  background: none;
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  font-size: 18px;
}
.search-modal__form input::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
.search-modal__form input:-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.search-modal__form input::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.search-modal__form input:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
.search-modal__form button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  height: 52px;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.search-modal__form button:hover {
  color: #d68d67;
}

/*----------------------------------------*/
/*           OffCanvas Menu CSS
/*----------------------------------------*/
.offcanvas-sidebar {
  max-width: 450px;
  padding: 20px 0;
}
.offcanvas-sidebar.offcanvas-end {
  width: 100%;
}
.offcanvas-sidebar .offcanvas-body {
  padding: 50px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.offcanvas-sidebar .offcanvas-body::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.offcanvas-sidebar .offcanvas-body::-webkit-scrollbar {
  width: 3px;
}
.offcanvas-sidebar .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #171717;
}
.offcanvas-sidebar__close {
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  font-size: 26px;
  top: 30px;
  right: 30px;
  color: #494949;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.offcanvas-sidebar__close:hover {
  color: #171717;
}
.offcanvas-sidebar__menu {
  margin-bottom: 50px;
}
.offcanvas-sidebar__banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 40px 55px;
  position: relative;
  z-index: 1;
}
.offcanvas-sidebar__banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.offcanvas-sidebar__banner:hover::before {
  opacity: 0.2;
  visibility: visible;
}
.offcanvas-sidebar__banner .banner-title {
  color: rgba(198, 32, 32, 0);
  font-size: 80px;
  font-weight: 400;
  line-height: 0.9em;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #c62020;
  stroke: #c62020;
}
.offcanvas-sidebar__banner .banner-sub-title {
  color: #171717;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.offcanvas-sidebar__banner .banner-btn {
  font-size: 14px;
  line-height: 35px;
  fill: #171717;
  color: #171717;
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #171717;
  padding: 0 40px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.offcanvas-sidebar__banner .banner-btn:hover {
  color: #ffffff;
  background-color: #d68d67;
}
.offcanvas-sidebar__copyright p {
  font-size: 18px;
  color: #494949;
}

.offcanvas-menu-list li {
  padding: 5px 0;
}
.offcanvas-menu-list li :first-child {
  padding-top: 0;
}
.offcanvas-menu-list li:last-child {
  padding-bottom: 0;
}
.offcanvas-menu-list li a {
  font-size: 18px;
  color: #171717;
  line-height: 1.8;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.offcanvas-menu-list li:hover a {
  color: #d68d67;
}

.offcanvas-info-list {
  margin-top: 30px;
}
.offcanvas-info-list li {
  padding: 5px 0;
}
.offcanvas-info-list li :first-child {
  padding-top: 0;
}
.offcanvas-info-list li:last-child {
  padding-bottom: 0;
}
.offcanvas-info-list li span, .offcanvas-info-list li a {
  font-size: 18px;
  line-height: 1.7;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #494949;
}
.offcanvas-info-list li:hover a {
  color: #d68d67;
}

.offcanvas-social {
  display: flex;
  gap: 15px;
}
.offcanvas-social li a {
  font-size: 18px;
  color: #494949;
}

/*----------------------------------------*/
/*           Mobile Menu CSS
/*----------------------------------------*/
.mobile-menu .offcanvas-header {
  padding: 10px;
}
.mobile-menu .offcanvas-body {
  padding: 10px 50px 80px;
}
.mobile-menu__close {
  font-size: 26px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  background: none;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #494949;
  margin-left: auto;
}
.mobile-menu__close:focus, .mobile-menu__close:hover {
  color: #171717;
}

.mobile-menu-items li > a {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.8;
  border-bottom: 1px solid #ededed;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-items li > a:hover {
  color: #d68d67;
}
.mobile-menu-items li > a .menu-expand {
  font-size: 14px;
  line-height: 1;
  padding: 8px 9px;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-menu-items li.active > a .menu-expand {
  transform: rotate(180deg);
}
.mobile-menu-items .sub-menu, .mobile-menu-items .mega-menu {
  padding: 15px;
  background-color: #f9f9f9;
  display: none;
}
.mobile-menu-items .sub-menu li > a, .mobile-menu-items .mega-menu li > a {
  padding: 5px 10px;
  font-size: 1em;
  color: #494949;
  border-bottom: 0px;
}
.mobile-menu-items .sub-menu__banner a, .mobile-menu-items .mega-menu__banner a {
  position: relative;
  display: block;
  text-align: center;
}
.mobile-menu-items .sub-menu__banner--image, .mobile-menu-items .mega-menu__banner--image {
  overflow: hidden;
}
.mobile-menu-items .sub-menu__banner--image img, .mobile-menu-items .mega-menu__banner--image img {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-menu-items .sub-menu__banner--image:hover img, .mobile-menu-items .mega-menu__banner--image:hover img {
  transform: scale(1.15);
}
.mobile-menu-items .sub-menu__banner--caption, .mobile-menu-items .mega-menu__banner--caption {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.mobile-menu-items .sub-menu__banner--caption .caption-title, .mobile-menu-items .mega-menu__banner--caption .caption-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1em;
  color: #ffffff;
  margin: 0 0 10px 0;
  position: relative;
}
.mobile-menu-items .sub-menu__banner--caption .caption-title::after, .mobile-menu-items .mega-menu__banner--caption .caption-title::after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 60px;
  margin: 0.4em auto 0;
}
.mobile-menu-items .sub-menu__banner--caption .caption-desc, .mobile-menu-items .mega-menu__banner--caption .caption-desc {
  font-size: 16px;
  color: #ffffff;
}
.mobile-menu-items .sub-menu__content, .mobile-menu-items .mega-menu__content {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 20px;
}
.mobile-menu-items .sub-menu__content--title, .mobile-menu-items .mega-menu__content--title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #171717;
  margin-bottom: 10px;
  display: block;
}
.mobile-menu-items .sub-menu__content--list, .mobile-menu-items .mega-menu__content--list {
  width: 50%;
  flex: 0 0 auto;
}
.mobile-menu-items .sub-menu__content--list li a, .mobile-menu-items .mega-menu__content--list li a {
  padding: 0 0 3px;
}
.mobile-menu-items .sub-menu__info, .mobile-menu-items .mega-menu__info {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.mobile-menu-items .sub-menu__info li, .mobile-menu-items .mega-menu__info li {
  margin: 0 10px;
}
.mobile-menu-items .sub-menu__info li a, .mobile-menu-items .mega-menu__info li a {
  font-size: 14px;
  padding: 0;
}
.mobile-menu-items .sub-menu__social, .mobile-menu-items .mega-menu__social {
  display: flex;
  gap: 0 20px;
  margin-top: 10px;
}
.mobile-menu-items .sub-menu__social--lable, .mobile-menu-items .mega-menu__social--lable {
  white-space: nowrap;
}
.mobile-menu-items .sub-menu__social--social, .mobile-menu-items .mega-menu__social--social {
  display: flex;
  gap: 0 10px;
}
.mobile-menu-items .sub-menu__social--social li a, .mobile-menu-items .mega-menu__social--social li a {
  width: 28px;
  height: 28px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  color: #171717;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-menu-items .sub-menu__social--social li:hover a, .mobile-menu-items .mega-menu__social--social li:hover a {
  background-color: #171717;
  color: #ffffff;
}
.mobile-menu-items .mega-menu-title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.7;
  color: #171717;
  padding: 5px 10px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mobile-menu-items .mega-menu-title {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/*           Mobile Meta CSS
/*----------------------------------------*/
.mobile-meta {
  background-color: #171717;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.mobile-meta-items {
  display: flex;
  justify-content: space-around;
}
.mobile-meta-items li {
  height: 50px;
  line-height: 50px;
}
.mobile-meta-items li button, .mobile-meta-items li a {
  padding: 5px;
  background: none;
  border: 0;
  color: #ffffff;
  position: relative;
  line-height: 1;
}
.mobile-meta-items li button .badge, .mobile-meta-items li a .badge {
  background-color: #d68d67;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  left: 45%;
  bottom: 67%;
}

/*----------------------------------------*/
/*           Slide Down Menu CSS
/*----------------------------------------*/
.slidedown-menu {
  position: fixed;
  display: flex;
  align-items: stretch;
  top: 0;
  width: 100%;
  height: auto;
  pointer-events: auto;
  z-index: 995;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s cubic-bezier(0.6, 0.17, 0.45, 0.88);
}
.slidedown-menu.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.slidedown-menu__inner {
  position: relative;
  width: 100%;
  overflow-y: auto;
  background-color: #363636;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.slidedown-menu__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 26px;
  top: 30px;
  right: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 100;
  color: #ffffff;
}
.slidedown-menu__close button {
  padding: 0;
  background: none;
  border: 0;
}
.slidedown-menu__content {
  max-height: 100vh;
  overflow: auto;
  padding: 20px 0;
}
.slidedown-menu__content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.slidedown-menu__content::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}
.slidedown-menu__content::-webkit-scrollbar-thumb {
  background: #cecece;
  border: 0 none #ffffff;
  border-radius: 8px;
}
.slidedown-menu__content::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
.slidedown-menu__content::-webkit-scrollbar-thumb:active {
  background: #c1c1c1;
}
.slidedown-menu__content::-webkit-scrollbar-track {
  background: rgba(122, 122, 122, 0.15);
  border: 0 none #ffffff;
  border-radius: 8px;
}
.slidedown-menu__content::-webkit-scrollbar-track:hover {
  background: rgba(122, 122, 122, 0.2);
}
.slidedown-menu__content::-webkit-scrollbar-track:active {
  background: rgba(122, 122, 122, 0.2);
}
.slidedown-menu__content::-webkit-scrollbar-corner {
  background: transparent;
}
.slidedown-menu__menu {
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidedown-primary-menu {
  text-align: center;
}
.slidedown-primary-menu > li > a {
  font-size: 44px;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.38);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidedown-primary-menu > li > a {
    font-size: 32px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slidedown-primary-menu > li > a {
    font-size: 26px;
    padding: 14px 0;
  }
}
.slidedown-primary-menu > li > a i {
  font-size: 10px;
  margin-left: 6px;
}
.slidedown-primary-menu > li > a.active {
  color: #ffffff;
}
.slidedown-primary-menu > li:hover > a {
  color: #ffffff;
}
.slidedown-primary-menu .sub-menu, .slidedown-primary-menu .mega-menu {
  display: none;
}
.slidedown-primary-menu .sub-menu li > a, .slidedown-primary-menu .mega-menu li > a {
  font-size: 18px;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.38);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  line-height: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slidedown-primary-menu .sub-menu li > a, .slidedown-primary-menu .mega-menu li > a {
    font-size: 16px;
    line-height: 1.8;
  }
}
.slidedown-primary-menu .sub-menu li > a i, .slidedown-primary-menu .mega-menu li > a i {
  font-size: 10px;
  margin-left: 6px;
}
.slidedown-primary-menu .sub-menu li:hover > a, .slidedown-primary-menu .mega-menu li:hover > a {
  color: #ffffff;
}


/*----------------------------------------*/
/*  02.30 Cart Sidebar CSS
/*----------------------------------------*/
.cart-offcanvas.offcanvas-end {
  width: 450px;
}
@media only screen and (max-width: 575px) {
  .cart-offcanvas.offcanvas-end {
    width: 320px;
  }
}
.cart-offcanvas .offcanvas-header {
  padding: 40px 40px 15px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .cart-offcanvas .offcanvas-header {
    padding: 20px 20px 10px;
  }
}
.cart-offcanvas .offcanvas-header .offcanvas-title {
  font-size: 24px;
  font-weight: 600;
  color: #171717;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .cart-offcanvas .offcanvas-header .offcanvas-title {
    font-size: 20px;
  }
}
.cart-offcanvas .offcanvas-header .btn-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #171717;
  border-radius: 50%;
  font-size: 18px;
  color: #171717;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .cart-offcanvas .offcanvas-header .btn-close {
    width: 28px;
    height: 28px;
  }
}
.cart-offcanvas .offcanvas-body {
  padding: 15px 40px;
}
@media only screen and (max-width: 575px) {
  .cart-offcanvas .offcanvas-body {
    padding: 10px 20px;
  }
}
.cart-offcanvas .offcanvas-footer {
  padding: 40px 40px 15px;
}
@media only screen and (max-width: 575px) {
  .cart-offcanvas .offcanvas-footer {
    padding: 20px 20px 10px;
  }
}

.offcanvas-cart-list li + li {
  margin-top: 30px;
}

.offcanvas-cart-item {
  display: flex;
  position: relative;
  padding-right: 20px;
}
.offcanvas-cart-item__thumbnail {
  margin-right: 20px;
  border: 1px solid #dedede;
  flex-shrink: 0;
}
.offcanvas-cart-item__thumbnail a {
  display: block;
}
.offcanvas-cart-item__thumbnail img {
  width: 70px;
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.offcanvas-cart-item__content {
  flex-grow: 1;
}
.offcanvas-cart-item__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #171717;
}
.offcanvas-cart-item__title a {
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.offcanvas-cart-item__title a:hover {
  color: #d68d67;
}
.offcanvas-cart-item__quantity {
  font-size: 15px;
  color: #494949;
  display: block;
}
.offcanvas-cart-item__remove {
  width: 20px;
  height: 20px;
  line-height: 17px;
  font-size: 18px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  color: #171717;
}

.cart-totals-table .table {
  margin-bottom: 0;
}
.cart-totals-table .table tbody tr {
  display: flex;
  justify-content: space-between;
}
.cart-totals-table .table tbody tr th, .cart-totals-table .table tbody tr td {
  font-size: 18px;
  font-weight: 600;
  color: #494949;
  vertical-align: top;
  padding: 5px 0;
  border: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-totals-table .table tbody tr th, .cart-totals-table .table tbody tr td {
    font-size: 16px;
  }
}
.cart-totals-table .table tbody tr th strong, .cart-totals-table .table tbody tr td strong {
  font-weight: 400;
}
.cart-totals-table .table tbody tr td {
  color: #171717;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-totals-table .table tbody tr td {
    font-size: 18px;
  }
}
.cart-totals-table .shipping-methods li {
  margin-top: 0px;
}
.cart-totals-table .shipping-methods li:first-child {
  margin-top: 0;
}
.cart-totals-table .shipping-methods li label {
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-totals-table .shipping-methods li label {
    font-size: 16px;
  }
}
.cart-totals-table .shipping-methods li label .price {
  color: #494949;
}

.cart-buttons > * {
  margin-top: 10px;
}
.cart-buttons .btn {
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cart-buttons .btn {
    font-size: 16px;
  }
}
.cart-buttons__btn-1 {
  background-color: #171717;
  border-color: #171717;
  color: #ffffff;
}
.cart-buttons__btn-1:hover {
  background-color: #d68d67;
  border-color: #d68d67;
  color: #ffffff;
}
.cart-buttons__btn-2 {
  background-color: #ffffff;
  border-color: #171717;
  color: #171717;
}
.cart-buttons__btn-2:hover {
  background-color: #d68d67;
  border-color: #d68d67;
  color: #ffffff;
}

/*----------------------------------------*/
/*  02.30 Cart Sidebar CSS
/*----------------------------------------*/

.is-sticky .meta-items-list li button, .is-sticky .meta-items-list li a {
  color: #171717;
}

.meta-items-list li button, .meta-items-list li a {
  color: #171717;
}

.header__main .header__main--meta .toggle-icon {
  color: #171717;
}
.header__main {
  height: 62px;
  padding-left:15px;
  padding-right:15px;
}


@media only screen and (min-width:1200px){
	.header__main {	 
		padding-left:25px;
		padding-right:25px;
	}
}

@media only screen and (min-width:1366px){
	.header__main {	 
		padding-left:45px;
		padding-right:45px;
	}
}

.header__main--toggle{
	color: #171717;
}
.header__main.is-sticky{height:58px}

.section-header-area .section-title{
	font-family:'Helvetica Neue';
	font-size: 2.6rem;
}

.mobile-menu-items li > a{color: #171717;}

.menu-search-form {
  margin-bottom: 3rem;
}
.menu-search-form .form-group {
  position: relative;
}
.menu-search-form .form-group .form-control::placeholder {
  color: #333333;
}
 .menu-search-form .form-group .form-control {
  width: 100%;
  height: 5.2rem;
  padding: 0 1.5rem;
    padding-right: 1.5rem;
  padding-right: 4rem;
  border: none;
  background-color: transparent;
  border: 1px solid #C4C4C4;
  border-radius: .6rem;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
}
 .menu-search-form .form-group .search-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.8rem;
  padding: 0;
  line-height: 1;
  border: none;
  background-color: transparent;
  color: var(--black);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 700;
}

.mobile-menu__close{
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat  !important;
width: .8rem;
height: .8rem;
font-size: 18px;
margin-right: 10px !important;
}

.single-grid-product .product-info .product-name{
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.single-grid-product .product-top{
	margin-bottom: 2rem;
}

.single-grid-product .product-info .product-price .price{
	color:#cf2e2e;
}

.h2_title{
	display: table;
    position: relative;
    text-align: center;	
	margin: 3.5rem auto .6rem auto;
	font-size: 2.6rem;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--black);
	font-family:'Helvetica Neue';

}

.h2_title::before {
  left: -75px;
}
.h2_title::after {
  right: -75px;
}

.h2_title::before, .h2_title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #222;
  top: 12px;
}
.single-grid-product .product-info .product-review{
	margin-bottom: .6rem;
}

.breadcrumb-area .page-title{

	margin-bottom: 0rem;
	font-size: 2.6rem;

}

.breadcrumb-area{
	padding: 1.5rem 0;
	min-height: 85px
}

.pagenav a, .pagenav span{
	width: 4.8rem;
	font-size: 1.8rem;
}

.product-single-area .product-single-details .product-info .note-text{color: #171717; font-weight:400}

html, body {color: #171717;}

.cart-page-area .cart-page-item .product-info .product-name .product-link{
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight:500;
}
.wish-list-area .wish-list-table .product-price .price{
font-size: 2rem;
}

h3.cart-table-item-total{font-size: 2rem;}

.cart-page-area .bottom-box-title{font-size:2rem}
.cart-page-area .cart-inner-shipping-title{font-size:2rem}