html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #fff;
  font: 400 1rem/1.5 "Stardos Stencil", serif;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Special Elite", serif;
  color: #fff;
}

h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Special Elite", serif;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Special Elite", serif;
  color: #fff;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Special Elite", serif;
  color: #fff;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Special Elite", serif;
  color: #fff;
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Special Elite", serif;
  color: #fff;
}

p {
  font: 400 1rem/1.8 "Stardos Stencil", serif;
  margin-bottom: 1.5625rem;
  color: #fff;
}

.text-primary {
  font-weight: 400 !important;
  color: #C88A5A !important;
  text-transform: uppercase;
}

.btn {
  font: 400 1.25rem/1.6 "Special Elite", serif, serif;
  padding: 15px 30px 12px;
  min-width: 170px;
  text-transform: capitalize;
  color: #0C1E2C;
  border-radius: 0px;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn i {
  margin-left: 10px;
}

.btn-primary {
  background-color: #C88A5A;
  border-color: #C88A5A;
  color: #F8F8F8;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #F8F8F8;
  border-color: #C88A5A;
  color: #C88A5A;
  text-decoration: none;
}

.btn-secondary {
  background-color: #12BFA0;
  color: #fff;
  border-color: #12BFA0;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #12BFA0;
  color: #12BFA0;
  text-decoration: none;
}

.btn-light {
  background-color: #FEF2EA;
  color: #C88A5A;
  border-color: #FEF2EA;
}

.btn-light:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle, .btn-light:hover {
  background-color: #C88A5A;
  border-color: #C88A5A;
  color: #FEF2EA;
  text-decoration: none;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

.wrapper {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  font-weight: 300;
}

ul.list li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #0C1E2C;
}

ul.list li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  width: 26px;
  height: 26px;
  font-size: 20px;
  font-weight: 600;
  color: #12BFA0;
  font-family: fontAwesome;
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
}

ul.check {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  font-weight: 300;
}

ul.check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #0C1E2C;
}

ul.check li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/check-icon-black.png) center center no-repeat;
  background-size: auto;
}

.section-padding {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.section-padding-top {
  padding-top: 6.5rem;
}

.section-padding-bottom {
  padding-bottom: 6.5rem;
}

.primary-color {
  color: #C88A5A;
}

.modal {
  z-index: 99999;
}

.card {
  margin: 0;
  padding: 0;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.form-control {
  height: 48px;
  border: 0;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

ul.rating {
  display: flex;
  flex-wrap: wrap;
}
ul.rating li {
  display: inline-block;
  color: #FF541E;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.owl-carousel .owl-nav button.owl-next {
  right: -1%;
  background: url(../images/next.png) center center no-repeat rgb(255, 255, 255) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -1%;
  background: url(../images/prev.png) center center no-repeat rgb(255, 255, 255) !important;
}

.heading-part h6 {
  font-weight: 400;
  margin: 0 0 6px;
  color: #C88A5A;
  font-size: 1rem;
  text-transform: uppercase;
}
.heading-part h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.heading-part h2 span {
  font-weight: 600;
  color: #C88A5A;
}

/*	------ HEADER PART ------  */
.header {
  padding: 8px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  z-index: 9999;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header .top {
  padding: 15px 0;
  border-bottom: 1px solid #393939;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header .top p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}
.header .top a {
  color: #fff;
}
.header .bottom {
  padding: 15px 0;
  margin: 3px 0 0;
  border-top: 1px solid #393939;
}
.header .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 25px;
  justify-content: end;
}
.header .navbar-nav li {
  display: inline-block;
  flex: 0 0 auto;
}
.header .navbar-nav li a {
  color: #EDE6DC;
  font-size: 1.125rem;
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header .navbar-nav .dropdown ul.dropdown-menu li {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 0 10px;
}
.header .navbar-nav .dropdown ul.dropdown-menu li a {
  font-size: 1rem;
}
.header .hdr-left .top {
  text-align: center;
}
.header .hdr-right .top > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}
.header .hdr-right .top > ul .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 5px 5px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.header .hdr-right .top > ul .dropdown-toggle img {
  display: inline-block;
  margin-right: 10px;
}
.header .hdr-right .top > ul > li > a {
  display: inline-block;
  padding: 5px 5px;
}
.header .hdr-right .bottom .navbar-nav {
  justify-content: start;
}
.header .menu-toggler {
  display: inline-flex;
  border: 1px solid rgba(247, 118, 22, 0.3098039216);
  padding: 7px 10px;
  border-radius: 4px;
  background: #fef2ea;
}
.header .menu-toggler i {
  font-size: 20px;
  color: #514ea1;
}
.header .navbar {
  padding: 0;
}
.header ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.header ul.navbar-nav li {
  margin: 0 5px;
}
.header ul.navbar-nav li a {
  color: #515151;
  padding: 4px 8px;
}
.header ul.navbar-nav li:hover > a {
  color: #C88A5A;
}
.header ul.navbar-nav li.current-menu-item a {
  color: #C88A5A;
}

.header-right-area {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/*	Sticky Header  */
.header.fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 4px 0;
  z-index: 999;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.97);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  border-bottom: 1px solid rgba(200, 138, 90, 0.4745098039);
}
.header.fix .logo-area {
  text-align: center;
}
.header.fix .logo-area img {
  max-width: 75px;
}
.header.fix .top {
  display: none;
  border: 0;
}
.header.fix .bottom {
  padding: 5px 0;
  border: 0;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.header.fix .navbar-nav li a {
  font-size: 1rem;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .header .offcanvas {
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    visibility: visible;
    width: 100%;
    border: 0;
    transform: none;
  }
  .header .offcanvas .offcanvas-header {
    display: none;
  }
  .header .offcanvas .offcanvas-body {
    padding: 0px 0;
  }
  .header .navbar .logo {
    display: none;
  }
  .header .menu-toggler {
    display: none;
  }
  .header .navbar-nav li.dropdown.open > .dropdown-menu {
    display: block;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 35px);
    min-width: 220px;
  }
}
.desktop-menu .logo-area {
  width: 100%;
  position: relative;
  text-align: center;
  height: 100%;
  background: #000;
  border-radius: 50%;
}
.desktop-menu ul.navbar-nav ul.sub-menu li.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
}
.desktop-menu ul.navbar-nav ul.sub-menu li.menu-item-has-children > a::after {
  content: "\f105";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 10px;
  height: 14px;
  color: #a3a3a3;
  font-size: 12px;
  font-family: "FontAwesome";
}
.desktop-menu ul.navbar-nav ul.sub-menu li a {
  display: block;
}
.desktop-menu ul.navbar-nav ul.sub-menu ul.sub-menu {
  left: 100% !important;
  transform: translate(0px, 0px) !important;
}

.header + * {
  margin-top: 155px;
}

.heading {
  text-align: center;
  display: block;
  color: #fff;
  margin-bottom: 40px;
}

/* ---  BANNER AREA-----*/
.home-banner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner .image-area {
  width: 100%;
}
.home-banner .image-area img {
  width: 100%;
}
.home-banner .image-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .container {
  position: absolute;
  width: 100%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.home-banner .content-area {
  position: relative;
  max-width: 680px;
}
.home-banner .content-area h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 15px;
  color: #fff;
}
.home-banner .content-area p {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Special Elite", serif;
  font-size: 1.95rem;
  letter-spacing: 1px;
  margin: 30px 0 40px;
  line-height: 1.2;
}

.home-banner + .about-section {
  position: relative;
  z-index: 2;
  margin-top: -32px;
}

.about-section {
  background: url(../images/about-bg.png) center center;
  background-size: cover;
}
.about-section .video-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about-section .video-area > a {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: transparent;
  transition: 0.4s;
  padding-left: 7px;
}
.about-section .video-area > a:hover {
  background-color: #fff;
  transition: 0.4s;
  color: #f30000;
}
.about-section .content-area h2 {
  color: #fff;
}

.video-modal .btn-close {
  float: right;
  position: relative;
  top: -7px;
}

.featured-section {
  background: url(../images/featured-bg.png) center center;
  background-size: cover;
}
.featured-section .row > div {
  margin-bottom: 35px;
}

.product-item-area {
  padding: 6px 6px 0;
  background: #000;
  border: 1px solid #C88A5A;
  text-align: center;
  margin-bottom: 0px;
  height: 100%;
}
.product-item-area .product-item-wrap {
  margin: 0;
  padding: 0;
  height: 100%;
  background: none;
}
.product-item-area .product-item-wrap .image-area img {
  width: 100%;
}
.product-item-area .product-item-wrap .content-area {
  position: relative;
  padding: 15px 10px 50px;
  height: 100%;
  background: none;
}
.product-item-area .product-item-wrap .content-area h4 {
  font-size: 1.25rem;
  margin: 0 0 8px;
  font-family: "Stardos Stencil", serif;
  font-weight: 400;
}
.product-item-area .product-item-wrap .content-area h4 a {
  color: #C88A5A;
}
.product-item-area .product-item-wrap .content-area h4 a:hover {
  color: #fff;
}
.product-item-area .product-item-wrap .content-area h6 {
  font-size: 1.125rem;
  color: #DCDCDC;
  margin: 0;
  font-family: "Stardos Stencil", serif;
  font-weight: 400;
}
.product-item-area .product-item-wrap .content-area .btn {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  font-size: 1.125rem;
  padding: 2px 20px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  line-height: 1;
}
.product-item-area .product-item-wrap .content-area .btn i {
  margin-bottom: 4px;
  font-size: 16px;
}

.shop-item-section {
  background: url(../images/featured-bg.png) top center;
  background-size: cover;
}
.shop-item-section .shop-item-area .image-area {
  position: relative;
}
.shop-item-section .shop-item-area .image-area img {
  width: 100%;
}
.shop-item-section .shop-item-area .image-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/image-frame.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.shop-item-section .shop-item-area h4 {
  display: block;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 15px 0 0;
  text-align: center;
  color: #C88A5A;
  font-family: "Special Elite", serif;
}
.shop-item-section .shop-item-area h4 a {
  color: #C88A5A;
}

.Mrchandise-section {
  background: url(../images/mer-bg.png) top center;
  background-size: cover;
}
.Mrchandise-section .merchan-item {
  position: relative;
  height: 335px;
  width: 100%;
  display: flex;
  background-color: #141414;
  margin: 0 0 25px;
}
.Mrchandise-section .merchan-item .image-area {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  top: 0;
  left: 0;
}
.Mrchandise-section .merchan-item .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Mrchandise-section .merchan-item .content-area {
  position: relative;
  align-self: flex-end;
  z-index: 2;
  width: 100%;
  padding: 20px;
}
.Mrchandise-section .merchan-item .content-area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 9%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.Mrchandise-section .merchan-item .content-area > * {
  position: relative;
  z-index: 2;
}
.Mrchandise-section .merchan-item .content-area h4 {
  font-size: 1.4rem;
  font-family: "Special Elite", serif;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
.Mrchandise-section .merchan-item .content-area p {
  color: #fff;
  font-family: "Special Elite", serif;
  font-size: 1rem;
  margin-bottom: 5px;
}
.Mrchandise-section .merchan-item .content-area .sp-btn {
  font-size: 1rem;
  color: #fff;
  margin: 0;
  text-decoration: underline;
  font-family: "Special Elite", serif;
}
.Mrchandise-section .a1 {
  height: 700px;
}
.Mrchandise-section .a1 .image-area {
  padding: 20px;
}
.Mrchandise-section .a1 .content-area {
  padding: 30px;
}

.testimonial-section {
  background: url(../images/mer-bg.png) top center;
  background-size: cover;
}
.testimonial-section .testimonial-carousel-area {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}
.testimonial-section .testimonial-carousel-area .top {
  display: flex;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-carousel-area .top .lf {
  flex: 0 0 auto;
  margin-right: 20px;
}
.testimonial-section .testimonial-carousel-area .top .lf img {
  width: auto;
}
.testimonial-section .testimonial-carousel-area .top .rt {
  flex: 1 0 0;
  background: url(../images/g-logo.png) 95% center no-repeat;
  padding-right: 60px;
}
.testimonial-section .testimonial-carousel-area .top .rt h5 {
  font-size: 1rem;
  font-family: "Roboto", serif;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial-section .testimonial-carousel-area .top .rt h6 {
  font-size: 1rem;
  font-family: "Roboto", serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #747474;
}
.testimonial-section .content p {
  font-size: 1rem;
  font-family: "Roboto", serif;
  font-style: italic;
  margin-bottom: 0;
  color: #000;
  height: 172px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
  left: -2%;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next {
  right: -2%;
}

.instagram-section {
  background: url(../images/mer-bg.png) top center;
  background-size: cover;
}
.instagram-section .row > * {
  text-align: center;
}

.search-modal .modal-body .body-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
}
.search-modal .modal-body .body-wrapper .form-control {
  height: 52px;
  flex: 1 0 0;
  background-color: #131313;
  border-radius: 0;
  color: #fff;
}
.search-modal .modal-body .body-wrapper .form-control::-moz-placeholder {
  color: #fff;
}
.search-modal .modal-body .body-wrapper .form-control::placeholder {
  color: #fff;
}
.search-modal .modal-body .body-wrapper .btn-submit {
  flex: 0 0 40px;
  height: 52px;
  color: transparent;
  width: 40px;
  border: 0;
  background: url(../images/search-icon.svg) center center no-repeat #131313;
  background-size: 54%;
}

/* ---  FOOTER AREA -----*/
footer {
  padding-bottom: 2rem !important;
  background: url(../images/footer-bg.png) center center no-repeat;
  background-size: cover;
}
footer h4 {
  font-family: "Special Elite", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
footer h4:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #C88A5A;
}
footer ul.footer-nav {
  position: relative;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
footer ul.footer-nav li {
  color: #fff;
  flex: 0 0 100%;
  font-family: "Special Elite", serif;
}
footer ul.footer-nav li a {
  color: #D6D6D6;
}
footer ul.footer-contact li {
  font-family: "Special Elite", serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer ul.footer-contact li i {
  color: #C88A5A;
  font-size: 20px;
  margin-right: 10px;
}
footer ul.footer-contact li a {
  color: #D6D6D6;
}
footer .newsletter-area {
  margin: 35px 0 0;
}
footer .newsletter-area h4 {
  font-size: 1.35rem;
  font-weight: 500;
  padding: 0;
  margin-bottom: 10px;
}
footer .newsletter-area h4::before {
  display: none;
}
footer .newsletter-area .form-area {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 300px;
}
footer .newsletter-area .form-area .fm {
  position: relative;
  border: 0;
  border-bottom: 1px solid #FFFDFD;
  color: #9D9D9D;
  background: none;
  height: 40px;
  width: 100%;
  padding-right: 50px;
}
footer .newsletter-area .form-area .fm:focus, footer .newsletter-area .form-area .fm:focus-visible {
  outline: none;
  box-shadow: none;
}
footer .newsletter-area .form-area .btn-submit {
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/nf.png) center center no-repeat;
  background-size: cover;
  border: 0;
}
footer .follow-us-area {
  margin: 25px 0 0;
}
footer .follow-us-area h4 {
  font-size: 1.35rem;
  font-weight: 500;
  padding: 0;
  margin-bottom: 10px;
}
footer .follow-us-area h4::before {
  display: none;
}
footer .follow-us-area .follow-us {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .follow-us-area .follow-us li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C88A5A;
  border-radius: 50%;
  font-size: 25px;
  color: #0C1E2C;
}
footer .copyright-area {
  text-align: center;
  padding: 2rem 0 0;
  border-top: 1px solid #F8F8F8;
  margin-top: 2.5rem;
}
footer .copyright-area p {
  margin: 0;
}
footer .copyright-area p span {
  color: #C88A5A;
}

.menu-bar {
  height: 2px;
  width: 15px;
  display: block;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-bar::after {
  content: "";
  width: 26px;
  height: 2px;
  display: block;
  background: #000;
  bottom: 8px;
}
.menu-bar::before {
  content: "";
  width: 26px;
  height: 2px;
  display: block;
  background: #000;
  top: 8px;
}
.menu-bar::after, .menu-bar::before {
  position: absolute;
  right: 0;
  transition: all 200ms linear;
}

.menu-bar {
  background-color: transparent;
}

.menu-bar:after {
  transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
}

.menu-bar:before {
  transform: rotate(-45deg) translate(6px, -6px);
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
}

.inner-banner-section {
  position: relative;
}
.inner-banner-section .image-area {
  position: relative;
}
.inner-banner-section .image-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 9%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner-section .container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.inner-banner-section .container h1 {
  color: #fff;
  font-weight: 500;
}

.aboutpage-section {
  background: url(../images/aboutpage-bg.png) top center;
  background-size: cover;
}
.aboutpage-section .content-area h3 {
  color: #fff;
}
.aboutpage-section .content-area *:nth-last-child(1) {
  margin-bottom: 0;
}

.team-section {
  background: url(../images/aboutpage-bg.png) top center;
  background-size: cover;
}
.team-section .team-area {
  text-align: center;
}
.team-section .team-area .image-area {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 20px;
}
.team-section .team-area .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .team-area .title-area h5 {
  font-size: 1.2rem;
  color: rgb(220, 220, 220);
  margin: 0 0 4px;
  font-weight: 700;
  font-family: "Stardos Stencil", serif;
  letter-spacing: 5%;
}
.team-section .team-area .title-area h5 a {
  color: rgb(220, 220, 220);
}
.team-section .team-area .title-area p {
  font-size: 1rem;
  color: rgb(220, 220, 220);
  margin: 0 0 0px;
  letter-spacing: 5%;
}

.contactpage-section {
  background: url(../images/aboutpage-bg.png) top center;
  background-size: cover;
}
.contactpage-section .heading h2 {
  font-weight: 500;
}
.contactpage-section .heading h4 {
  font-weight: 500;
}
.contactpage-section .contact-box-main {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
}
.contactpage-section .contact-box-main .contact-box {
  background: url(../images/contact-box-bg.jpg) top center;
  background-size: 100% 100%;
  padding: 10% 8%;
  height: 100%;
  border-radius: 10px;
}
.contactpage-section .contact-box-main .contact-box h4 {
  font-family: "Stardos Stencil", serif;
}
.contactpage-section .contact-box-main .contact-box h5 {
  font-size: 1rem;
  font-weight: 400;
}
.contactpage-section .contact-box-main .contact-box ul.contact {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contactpage-section .contact-box-main .contact-box ul.contact li {
  flex: 0 0 100%;
  font-family: "Special Elite", serif;
}
.contactpage-section .contact-box-main .contact-box ul.contact li span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #000;
}
.contactpage-section .contact-box-main .contact-box ul.contact li a {
  color: #fff;
}
.contactpage-section .contact-box-main .contact-box ul.contact li a:hover {
  color: #C88A5A;
}
.contactpage-section .contact-box-main .contact-box .follow-box {
  margin-top: 40px;
}
.contactpage-section .contact-box-main .contact-box .follow-box h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.contactpage-section .contact-box-main .contact-box .follow-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contactpage-section .contact-box-main .contact-box .follow-box ul li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contactpage-section .contact-box-main .contact-box .follow-box ul li a:hover {
  color: #C88A5A;
}
.contactpage-section .contact-box-main .form-area {
  padding: 40px 30px;
}
.contactpage-section .contact-box-main .form-area .form-group {
  margin-bottom: 30px;
}
.contactpage-section .contact-box-main .form-area .form-group label {
  color: #000;
}
.contactpage-section .contact-box-main .form-area .form-group .form-control {
  height: 40px;
  padding: 10px 0px;
  border-bottom: 1px solid #8D8D8D;
  border-radius: 0;
}
.contactpage-section .contact-box-main .form-area .form-group textarea.form-control {
  height: 120px;
}

.cigar-section h6 {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Special Elite", serif;
  color: #C88A5A;
  margin-bottom: 0px;
}
.cigar-section ul li span {
  color: #C88A5A;
}

.plan-tab-main .nav {
  display: flex;
  justify-content: center;
  margin: 0 0 25px;
  border: 0;
  gap: 8px;
}
.plan-tab-main .nav li button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #fff;
  transition: 0.3s;
  font-size: 1.125rem;
}
.plan-tab-main .nav li button.active, .plan-tab-main .nav li button:hover {
  background: transparent;
  border-color: #C88A5A;
  color: #C88A5A;
  transition: 0.3s;
}
.plan-tab-main .plan-card {
  background-color: rgb(220, 220, 220);
  height: 100%;
  border: 1px solid rgb(220, 220, 220);
  transition: 0.3s;
}
.plan-tab-main .plan-card .card-header {
  border-bottom: 1px solid #000;
  background: transparent;
  padding: 25px 17px 15px;
  transition: 0.3s;
}
.plan-tab-main .plan-card .card-header h3 {
  font-size: 1.75rem;
  font-family: "Stardos Stencil", serif;
  font-weight: 700;
  color: #000;
  margin: 0;
  transition: 0.3s;
}
.plan-tab-main .plan-card .card-body {
  padding: 20px 17px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.plan-tab-main .plan-card .card-body > * {
  flex: 0 0 100%;
}
.plan-tab-main .plan-card .card-body h4 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #000;
  font-family: "Stardos Stencil", serif;
  min-height: 72px;
}
.plan-tab-main .plan-card .card-body .button-area {
  align-self: flex-end;
}
.plan-tab-main .plan-card .card-body .button-area .btn {
  padding: 8px 20px;
  font-size: 1.125rem;
  color: #fff;
  min-width: auto;
}
.plan-tab-main .plan-card:hover {
  background-color: #171411;
  border-color: #C88A5A;
  transition: 0.3s;
}
.plan-tab-main .plan-card:hover .card-header {
  border-color: #C88A5A;
  transition: 0.3s;
}
.plan-tab-main .plan-card:hover .card-header h3 {
  color: #C88A5A;
  transition: 0.3s;
}
.plan-tab-main .plan-card:hover .card-body h4 {
  color: #C88A5A;
  transition: 0.3s;
}
.plan-tab-main .plan-card:hover .card-body ul.check li {
  color: #C88A5A;
}
.plan-tab-main .plan-card:hover .card-body ul.check li::before {
  background-image: url(../images/check-icon.png);
}
.plan-tab-main .plan-card:hover .card-body .button-area {
  align-self: flex-end;
}
.plan-tab-main .plan-card:hover .card-body .button-area .btn {
  background-color: #C88A5A;
  border-color: #C88A5A;
}

/* -- Product Listing -- */
.product-listing-section .row.products > .product {
  margin-bottom: 60px;
}
.product-listing-section .product-item-area {
  border-color: #dcdcdc;
}
.product-listing-section .product-item-area .product-item-wrap .content-area h4 a {
  color: #dcdcdc;
}
.product-listing-section .product-item-area .product-item-wrap .content-area h4 a:hover {
  color: #C88A5A;
}
.product-listing-section .product-item-area .product-item-wrap .content-area .btn {
  padding: 2px 10px;
  background: #dcdcdc;
  border-color: #dcdcdc;
}
.product-listing-section .product-item-area .product-item-wrap .content-area .btn:hover {
  background: #C88A5A;
  border-color: #C88A5A;
}
.product-listing-section .prolist-wrap {
  display: block;
  width: 100%;
  border-top: 1px solid rgb(57, 57, 57);
}
.product-listing-section .prolist-wrap .container > .row > div {
  padding-top: 40px;
}
.product-listing-section .prolist-wrap .container > .row > div:nth-child(1) {
  padding-right: 50px;
  position: relative;
}
.product-listing-section .prolist-wrap .container > .row > div:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  background: rgb(57, 57, 57);
}
.product-listing-section #sidebar h3 {
  font-size: 1.25rem;
  color: #C88A5A;
}
.product-listing-section #sidebar ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-listing-section #sidebar ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 > li {
  flex: 0 0 100%;
}
.product-listing-section #sidebar ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 ul {
  padding-left: 25px;
}
.product-listing-section #sidebar ul li span {
  color: #fff !important;
}
.product-listing-section #sidebar .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  padding: 5px 8px;
  background: #dcdcdc;
}
.product-listing-section #sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 50px;
}

body.single-product .woocommerce-review-link {
  color: #C88A5A;
}
body.single-product .price bdi {
  font-size: 2rem;
  color: #c88a5a;
}
body.single-product .product.status-publish .summary.entry-summary {
  display: flex;
  flex-wrap: wrap;
}
body.single-product .product.status-publish .summary.entry-summary > .product_title {
  flex: 0 0 100%;
}
body.single-product .product.status-publish .summary.entry-summary > .woocommerce-product-rating {
  flex: 0 0 100%;
}
body.single-product .product.status-publish .summary.entry-summary > .price {
  flex: 0 0 100%;
}
body.single-product .product.status-publish .summary.entry-summary > .woocommerce-product-details__short-description {
  flex: 0 0 100%;
  color: rgb(157, 157, 157);
}
body.single-product .product.status-publish .summary.entry-summary .woocommerce-product-extra-information {
  margin-bottom: 30px;
}
body.single-product .product.status-publish .summary.entry-summary .woocommerce-product-extra-information ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 30px 0 35px;
}
body.single-product .product.status-publish .summary.entry-summary .woocommerce-product-extra-information ul li {
  color: rgb(157, 157, 157);
  background: no-repeat 2px center;
  background-image: none;
  background-size: auto;
  background-size: auto;
  flex: 0 0 100%;
  padding: 10px 0;
  padding-left: 50px;
}
body.single-product .product.status-publish .summary.entry-summary .woocommerce-product-extra-information ul li strong {
  color: #fff;
  margin-right: 5px;
}
body.single-product .product.status-publish .summary.entry-summary .woocommerce-product-extra-information ul li:nth-child(n+1) {
  background-image: url(../images/p-list1.png);
}
body.single-product .product.status-publish .summary.entry-summary .woocommerce-product-extra-information ul li:nth-child(2n+2) {
  background-image: url(../images/p-list2.png);
}
body.single-product .product.status-publish .summary.entry-summary .woocommerce-product-extra-information ul li:nth-child(3n+3) {
  background-image: url(../images/p-list3.png);
}
body.single-product .product.status-publish .summary.entry-summary .variations_form table.variations {
  margin-bottom: 0;
}
body.single-product .product.status-publish .summary.entry-summary .variations_form select {
  background: #dfdfdf;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0 0 10px;
}
body.single-product .product.status-publish .summary.entry-summary .variations_form .reset_variations {
  visibility: visible;
  background: #262626;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  padding: 8px 25px;
  color: #fff;
  font-size: 16px;
}
body.single-product .product.status-publish .summary.entry-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.single-product .product.status-publish .summary.entry-summary form.cart > .quantity {
  flex: 0 0 100%;
}
body.single-product .product.status-publish .summary.entry-summary form.cart > .btn.btn-primary {
  min-width: 170px;
  padding: 20px 15px 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background: transparent;
  color: #C88A5A;
  border: 1px solid #C88A5A;
}
body.single-product .product.status-publish .summary.entry-summary form.cart > .buy-now-button {
  min-width: 170px;
  padding: 20px 15px 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background: #C88A5A;
  color: #fff;
}
body.single-product .product.status-publish .summary.entry-summary .single_variation_wrap .variations_button {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.single-product .product.status-publish .summary.entry-summary .single_variation_wrap .variations_button > .quantity {
  flex: 0 0 100%;
}
body.single-product .product.status-publish .summary.entry-summary .single_variation_wrap .variations_button > .btn.btn-primary {
  min-width: 170px;
  padding: 20px 15px 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background: transparent;
  color: #C88A5A;
  border: 1px solid #C88A5A;
}
body.single-product .product.status-publish .summary.entry-summary .single_variation_wrap .variations_button > .buy-now-button {
  min-width: 170px;
  padding: 20px 15px 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background: #C88A5A;
  color: #fff;
}
body.single-product .product.status-publish .summary.entry-summary .ciger_strength_image {
  display: block;
  margin: 25px 0;
}
body.single-product .product.status-publish .summary.entry-summary .product_meta .posted_in a {
  color: #C88A5A;
}
body.single-product .woocommerce-tabs ul.tabs {
  border: 0px;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 50%;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments h2 {
  font-size: 1.6rem;
  flex: 0 0 100%;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments .wcpr-overall-rating-and-rating-count {
  width: 400px;
  max-width: 100%;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments .wcpr-overall-rating-and-rating-count .wcpr-stars-count {
  padding-left: 0;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments .wcpr-overall-rating-and-rating-count .rate-percent {
  background-color: #4abb32;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments .commentlist {
  padding-left: 0;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments > .wcpr-filter-container {
  align-items: center;
  border: 0;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments > .wcpr-filter-container .wcpr-filter-button-wrap {
  margin: 10px 5px;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #review_form_wrapper {
  flex: 1 0 0;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #review_form_wrapper #reply-title {
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: block;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #review_form_wrapper p.stars a::before {
  color: #4abb32;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #review_form_wrapper #wcpr_image_upload {
  width: auto;
  height: auto;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews > #review_form_wrapper #submit {
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background: #C88A5A;
  color: #fff;
  width: auto;
}

.confirm-modal .modal-body {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm-modal .modal-body .content-area {
  text-align: center;
}
.confirm-modal .modal-body .content-area h2 {
  font-family: "Stardos Stencil", serif;
  margin-bottom: 25px;
}
.confirm-modal .modal-body .content-area h5 {
  font-family: "Stardos Stencil", serif;
  font-weight: 300;
  color: #C88A5A;
  margin-bottom: 35px;
}
.confirm-modal .modal-body .content-area p {
  margin-bottom: 40px;
}
.confirm-modal .modal-body .content-area .btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.confirm-modal .modal-body .content-area .btn-area .btn-info-white {
  color: #fff;
  border: 1px solid #fff;
}

.wp-block-woocommerce-cart {
  background: #fff;
  padding: 30px;
  color: #000;
}

.wp-block-woocommerce-cart h1, .wp-block-woocommerce-cart h2, .wp-block-woocommerce-cart h3, .wp-block-woocommerce-cart h4, .wp-block-woocommerce-cart h5, .wp-block-woocommerce-cart h6, .wp-block-woocommerce-cart p, .wp-block-woocommerce-cart ul li {
  color: #000;
}
.wp-block-woocommerce-cart a {
  color: #C88A5A;
}

table.wc-block-cart-items tr th span {
  font-size: 18px;
}
table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
  color: #C88A5A;
}

.wc-block-cart__submit-container > a {
  background: #c88a5a !important;
  color: #fff !important;
}

.wc-block-cart__submit {
  margin-bottom: 0px !important;
}

body.woocommerce-account.woocommerce-page .col-12 .woocommerce {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce::after, body.woocommerce-account.woocommerce-page .col-12 .woocommerce::before {
  display: none !important;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce * {
  color: #000;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce h1, body.woocommerce-account.woocommerce-page .col-12 .woocommerce h2, body.woocommerce-account.woocommerce-page .col-12 .woocommerce h3, body.woocommerce-account.woocommerce-page .col-12 .woocommerce h4, body.woocommerce-account.woocommerce-page .col-12 .woocommerce h5, body.woocommerce-account.woocommerce-page .col-12 .woocommerce h6, body.woocommerce-account.woocommerce-page .col-12 .woocommerce p, body.woocommerce-account.woocommerce-page .col-12 .woocommerce ul li {
  color: #000;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce h2 {
  font-size: 1.8rem;
  font-family: "Stardos Stencil", serif;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce a {
  color: #C88A5A;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce .woocommerce-MyAccount-navigation {
  width: 250px;
  max-width: 250px;
  flex: 0 0 250px;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #C88A5A;
  color: #fff;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce .woocommerce-MyAccount-content {
  flex: 1 0 0;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce table.shop_table {
  border: 1px solid rgb(0, 0, 0);
  color: #000;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce table.shop_table tbody th, body.woocommerce-account.woocommerce-page .col-12 .woocommerce table.shop_table tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.65);
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce table.shop_table tbody .woocommerce-button {
  background: #c88a5a;
  border: 1px solid #C88A5A;
  color: #fff;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
body.woocommerce-account.woocommerce-page .col-12 .woocommerce table.shop_table tbody .woocommerce-button:hover {
  background: #fff;
  color: #C88A5A;
}

/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .header .desktop-menu {
    display: none;
  }
  .header .mobile-menu {
    display: block;
  }
  .header .mobile-menu .mob-logo {
    margin: auto;
  }
  .header .mobile-menu .top-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header .mobile-menu .top-area > p {
    margin: 0;
    color: #fff;
  }
  .header .mobile-menu .top-area > p a {
    color: #fff;
  }
  .header .mobile-menu .top-area > * {
    flex: 0 0 auto;
  }
  .header .mobile-menu .top-area .top {
    padding: 5px 0;
    border: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
  }
  .header .mobile-menu .top-area .top p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
  }
  .header .mobile-menu .top-area .top a {
    color: #fff;
  }
  .header .mobile-menu .top-area .top > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .header .mobile-menu .top-area .top > ul .dropdown-toggle {
    background: transparent;
    border: 0;
    padding: 5px 5px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .header .mobile-menu .top-area .top > ul .dropdown-toggle img {
    display: inline-block;
    margin-right: 10px;
  }
  .header .mobile-menu .top-area .top > ul > li > a {
    display: inline-block;
    padding: 5px 5px;
  }
  .header .mobile-menu .top-area .bottom .navbar-nav {
    justify-content: start;
  }
  .header .mobile-menu .logo-area img {
    max-width: 100px;
  }
  .header .mobile-menu .hdr-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header .mobile-menu .menu-btn {
    font-size: 22px;
    border: 1px solid #C88A5A;
    color: #C88A5A;
    padding: 8px 10px;
    border-radius: 4px;
    display: flex;
  }
  .header .mob-offcanvas-area {
    background: #131313;
  }
  .header .mob-offcanvas-area .btn-close {
    background-color: #fff;
    position: absolute;
    right: 20px;
  }
  .header .mob-offcanvas-area .navbar-nav {
    margin: 20px 0 0;
  }
  .header .mob-offcanvas-area .navbar-nav li {
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    margin: 0;
  }
  .header .mob-offcanvas-area .navbar-nav .dropdown .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0, 0, 0px) !important;
  }
  .header .mob-offcanvas-area .navbar-nav .dropdown button.dropdown-toggle {
    background: transparent;
    border: 1px solid #C88A5A;
    width: 22px;
    height: 22px;
  }
  .header .mob-offcanvas-area .navbar-nav .dropdown button.dropdown-toggle::after {
    border-top-color: #C88A5A;
  }
  .header .mob-offcanvas-area .offcanvas-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header .mob-offcanvas-area .offcanvas-body ul li {
    border-top: solid 1px #3c3c3c;
  }
  .header .mob-offcanvas-area .offcanvas-body ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    color: #a3a3a3;
  }
  .header .mob-offcanvas-area .offcanvas-body ul li.dropdown .arrow {
    position: absolute;
    z-index: 8;
    top: 0;
    right: 0;
    width: 40px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
    cursor: pointer;
  }
  .header .mob-offcanvas-area .offcanvas-body ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .header .mob-offcanvas-area .offcanvas-body ul li.dropdown.open > ul {
    display: block;
    background: #444;
    padding: 15px 0;
  }
  .header .mob-offcanvas-area .offcanvas-body ul li.dropdown.open > .arrow:after {
    content: "\f106";
  }
  .header .mob-offcanvas-area .offcanvas-body ul li .dropdown-toggle::after {
    display: none;
  }
  .header .mob-offcanvas-area .offcanvas-body ul ul {
    padding-bottom: 10px;
    display: none;
  }
  .header .mob-offcanvas-area .offcanvas-body ul ul li {
    border: none;
  }
  .header .mob-offcanvas-area .offcanvas-body ul ul li a {
    padding: 4px 20px 4px 30px;
  }
  .header .mob-offcanvas-area .offcanvas-body ul ul li.dropdown .arrow {
    height: 43px;
    line-height: 38px;
  }
  .header .mob-offcanvas-area .offcanvas-body ul ul li.dropdown .arrow::after {
    font-family: "FontAwesome";
    content: "\f107";
  }
  .header.fix .mob-offcanvas-area {
    min-height: 100vh;
  }
  .header.fix .mobile-menu .logo-area img {
    max-width: 60px;
  }
  .header + * {
    margin-top: 160px;
  }
  .home-banner .content-area h1 {
    font-size: 2.5rem;
  }
  .home-banner .content-area p {
    font-size: 1.25rem;
  }
  .home-banner .image-area {
    height: 430px;
  }
  .home-banner .image-area img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .row > * {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments {
    flex: 0 0 100%;
  }
  body.single-product .woocommerce-tabs .woocommerce-Reviews > #comments .wcpr-overall-rating-and-rating-count {
    width: 300px;
  }
  body.single-product .woocommerce-tabs .woocommerce-Reviews > #review_form_wrapper {
    flex: 0 0 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .woocommerce-page.woocommerce-dashboard .aboutpage-section {
    padding-top: 1rem;
    padding-bottom: 4.5rem;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 2.2rem;
  }
  .contactpage-section .contact-box-main {
    padding: 5px;
  }
  .contactpage-section .contact-box-main .form-area {
    padding: 40px 20px;
  }
  .mobile-menu .mob-logo img {
    max-width: 180px;
  }
}/*# sourceMappingURL=style.css.map */