/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.header-top {
  background-color: #f5f5f0;
  padding: 10px 0;
}
.header-top .ht-inner {
  display: flex;
  justify-content: space-between;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top .ht-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.header-top .ht-inner .ht-contact .fa-whatsapp {
  color: #4caf50;
  font-size: 18px;
  margin-right: 4px;
}
.header-top .ht-inner .ht-contact .fa-viber {
  color: #6f3faa;
}
.header-top .ht-inner .ht-contact a {
  color: #111;
  font-weight: 600;
}
.header-top .ht-inner .ht-contact a:hover {
  color: #737e3a;
}
.header-top .ht-inner .sub-menu {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top .ht-inner .sub-menu {
    overflow-x: scroll;
  }
}
.header-top .ht-inner .sub-menu ul {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top .ht-inner .sub-menu ul {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header-top .ht-inner .sub-menu ul li {
  display: inline-block;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top .ht-inner .sub-menu ul li {
    width: -moz-max-content;
    width: max-content;
  }
}
.header-top .ht-inner .sub-menu ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top .ht-inner .sub-menu ul li:not(:last-child) {
    margin-right: 6px;
    padding-right: 8px;
  }
}
.header-top .ht-inner .sub-menu ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 16px;
  width: 1px;
  background-color: #c4c4bc;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top .ht-inner .sub-menu ul li:not(:last-child)::before {
    height: 12px;
  }
}
.header-top .ht-inner .sub-menu ul li a {
  color: #111;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .header-top .ht-inner .sub-menu ul li a {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .header-top .ht-inner .sub-menu ul li a {
    font-size: 14px;
  }
}
.header-top .ht-inner .sub-menu ul li a:hover {
  color: #737e3a;
}

.header-mid {
  padding: 16px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid {
    padding: 10px 0;
  }
}
.header-mid .hm-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-inner {
    width: 90%;
  }
}
.header-mid .hm-info {
  display: flex;
  align-items: center;
}
.header-mid .hm-item {
  text-align: center;
}
.header-mid .hm-item:not(:last-child) {
  margin-right: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-mid .hm-item:not(:last-child) {
    margin-right: 20px;
  }
}
.header-mid .hm-item i {
  color: #111;
  font-size: 22px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-item i {
    font-size: 18px;
  }
}
.header-mid .hm-item .text {
  display: block;
  color: #111;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-item .text {
    font-size: 12px;
  }
}
.header-mid .hm-item a {
  display: inline-block;
  position: relative;
}
.header-mid .hm-item a .count {
  position: absolute;
  top: -4px;
  right: -4px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  background-color: #d6a51c;
  color: #fff;
  font-size: 10px;
}
.header-mid .search-desktop {
  border: 1px solid #ddd;
  padding: 0 0 0 10px;
  border-radius: 4px;
  width: 400px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1360px) {
  .header-mid .search-desktop {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .header-mid .search-desktop {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-mid .search-desktop {
    display: none;
  }
}
.header-mid .search-desktop input {
  border: none;
  margin: 0;
}
.header-mid .search-desktop i {
  font-size: 16px;
  padding: 0 10px;
}

.logo a {
  display: flex;
  align-items: center;
}
.logo a h2 {
  margin: 0 0 0 10px;
  color: #737e3a;
  font-size: 26px;
  font-weight: 700;
}
.logo a h2 span {
  display: block;
  color: #555;
  font-weight: normal;
  font-size: 15px;
}
.logo img {
  width: 360px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .logo img {
    width: 280px;
  }
}
@media (max-width: 575px) {
  .logo img {
    width: 180px;
  }
}

.header-btm {
  background-color: #d6a51c;
}
.header-btm .menu-wrap {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm .menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-btm .menu-wrap .search-mob {
  display: none;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm .menu-wrap .search-mob {
    display: block;
    background-color: #737e3a;
    padding: 0 10px 0 0;
  }
}
.header-btm .menu-wrap .search-mob input {
  margin-bottom: 0;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
}
.header-btm .menu-wrap .search-mob input::-moz-placeholder {
  color: #cfe0f1;
  font-size: 15px;
}
.header-btm .menu-wrap .search-mob input::placeholder {
  color: #cfe0f1;
  font-size: 15px;
}
.header-btm .menu-wrap .search-mob i {
  color: #fff;
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  padding: 0 16px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1360px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px;
  }
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left,
.header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
  display: none;
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 100%;
    padding-top: 10px;
  }
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: unset;
  padding: 6px 10px;
}

#loading {
  height: 100vh;
  width: 100%;
  background: #fff no-repeat center;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20rem;
}

.footer-top {
  background-color: #fbf1d6;
}

.ft-logo {
  margin-bottom: 1rem;
}
.ft-logo a h2 {
  font-size: 20px;
}
.ft-logo a h2 span {
  font-size: 12px;
}
.ft-logo img {
  width: 60px;
}

.ft-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #444;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .ft-title {
    margin-bottom: 10px;
  }
}

.footer-top ul li {
  margin-bottom: 8px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .footer-top ul li {
    margin-bottom: 4px;
  }
}
.footer-top ul li a {
  color: #222;
}
.footer-top ul li a:hover {
  color: #737e3a;
}

.contact-det li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.contact-det li span {
  display: block;
  font-weight: 600;
}
.contact-det li a {
  color: #222;
  position: relative;
}
.contact-det li a:not(:last-child) {
  padding-right: 6px;
}
.contact-det li a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #444;
}
.contact-det li i {
  position: absolute;
  top: 5px;
  left: 0;
}

.social-media {
  margin-top: 1rem;
}
.social-media h3 {
  font-size: 18px;
  font-weight: 600;
  color: #444;
}
.social-media ul li {
  display: inline-block;
}
.social-media ul li:not(:last-child) {
  margin-right: 4px;
}
.social-media ul li i {
  height: 32px;
  line-height: 32px;
  width: 32px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #737e3a;
}
.social-media ul li i:hover {
  background-color: #d6a51c;
}

.newsletter input {
  border: none;
}

.footer-btm {
  background-color: #d6dac4;
  padding: 20px 0;
}
.footer-btm .fb-inner {
  display: flex;
  justify-content: space-between;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .footer-btm .fb-inner {
    display: block;
    text-align: center;
  }
}
.footer-btm .fb-inner p {
  font-size: 15px;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .footer-btm .fb-inner p {
    margin-bottom: 10px;
  }
}
.footer-btm .fb-inner p a {
  color: #737e3a;
  font-weight: 500;
}

.payment-card {
  display: flex;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .payment-card {
    justify-content: center;
  }
}
.payment-card h3 {
  font-size: 15px;
  margin: 0 8px 0 0;
}
.payment-card li {
  display: inline-block;
}
.payment-card li img {
  width: 38px;
}

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #737e3a;
  color: #fff;
}

.heroSlider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.heroSlider .image {
  width: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .image {
    width: 100%;
  }
}
.heroSlider .image img {
  width: 100%;
  height: 550px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .heroSlider .image img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .heroSlider .image img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .heroSlider .image img {
    height: 300px;
  }
}
.heroSlider .text {
  width: 50%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .text {
    width: 100%;
    padding: 6% 5%;
  }
}
.heroSlider .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8901960784);
  z-index: -1;
}
.heroSlider .text h2 {
  font-size: 40px;
  font-weight: 200;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1360px) {
  .heroSlider .text h2 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .heroSlider .text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .heroSlider .text h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .heroSlider .text h2 {
    font-size: 20px;
  }
}
.heroSlider .text h2 span {
  color: #d6a51c;
  font-weight: 600;
}
.heroSlider .text h3 {
  font-size: 46px;
  color: #737e3a;
  font-weight: 800;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1360px) {
  .heroSlider .text h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .heroSlider .text h3 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .heroSlider .text h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.heroSlider .text h4 {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .text h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .heroSlider .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.heroSlider .swiper-button-next, .heroSlider .swiper-button-prev {
  color: #111;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .swiper-button-next, .heroSlider .swiper-button-prev {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-button-next, .heroSlider .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 70%;
  }
}
.heroSlider .swiper-button-next:after, .heroSlider .swiper-button-prev:after {
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .swiper-button-next:after, .heroSlider .swiper-button-prev:after {
    font-size: 18px;
  }
}

.category-card .image {
  overflow: hidden;
  border-radius: 10px;
}
.category-card .image img {
  width: 100%;
  height: 200px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .category-card .image img {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .category-card .image img {
    height: 140px;
  }
}
.category-card .text {
  text-align: center;
}
.category-card .text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .category-card .text h3 {
    font-size: 16px;
  }
}
.category-card .text h3:hover {
  color: #737e3a;
}
.category-card:hover .image img {
  transform: scale(1.1);
}

.info-banner1 {
  background-color: #d6a51c;
}

.banner-text {
  text-align: center;
  color: #fff;
}
.banner-text .image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #fff;
  padding: 16px;
  margin: 0 auto;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .banner-text .image {
    height: 90px;
    width: 90px;
  }
}
.banner-text .text h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 16px 0 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .banner-text .text h2 {
    font-size: 20px;
  }
}
.banner-text .text p {
  margin-bottom: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .banner-text .text p {
    margin-bottom: 0;
  }
}
.banner-text .text a {
  margin: 10px 5px 0;
}
.banner-text .text a.light {
  background-color: #fff;
  color: #737e3a;
}
.banner-text .text a.light:hover {
  background-color: #737e3a;
  color: #fff;
}
.banner-text .text a:hover {
  background-color: #fff;
  color: #737e3a;
}

.product-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.product-row .product-col {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .product-row .product-col {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .product-row .product-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .product-row .product-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    padding: 0;
  }
}
.product-row .product-col.mt {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .product-row .product-col.mt {
    margin-top: 0;
  }
}

.card1 {
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.card1 .image {
  border-radius: 10px;
  overflow: hidden;
}
.card1 .image img {
  width: 100%;
  height: 180px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 .image img {
    height: 110px;
  }
}
.card1 .text h3 {
  font-size: 15px;
  font-weight: normal;
  color: #111;
  margin: 10px 0 8px;
  transition: all 0.3s ease-in-out;
}
.card1 .text h3:hover {
  color: #737e3a;
}
.card1 .text h4 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 .text h4 {
    font-size: 16px;
  }
}
.card1 .text h4 del {
  font-weight: normal;
  color: #444;
}
.card1 .text h4 ins {
  text-decoration: none;
}
.card1:hover {
  border-color: #737e3a;
}

.display2 {
  background-color: #d6dac4;
}
.display2 .display-card {
  position: relative;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .display2 .display-card {
    margin-bottom: 10px;
    height: auto;
  }
}
.display2 .display-card img {
  width: 100%;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .display2 .display-card img {
    height: auto;
  }
}
.display2 .display-card .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10% 16px 16px;
  background-image: linear-gradient(to top, #000 30%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
}
.display2 .display-card .text h3 {
  font-size: 24px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .display2 .display-card .text h3 {
    font-size: 20px;
  }
}
.display2 .display-card .text h4 {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 16px;
}

.product-row2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.product-row2 .product-col2 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .product-row2 .product-col2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .product-row2 .product-col2 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    padding: 0;
  }
}
.product-row2 .product-col2.mt {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .product-row2 .product-col2.mt {
    margin-top: 0;
  }
}
.product-row2 .product-col2 .card1 .image img {
  height: 140px;
  /* Large Devices, Wide Screens */
}
.info-banner2 {
  background-color: #737e3a;
}

.test-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card {
    padding: 16px;
  }
}
.test-card .rating {
  margin-bottom: 16px;
}
.test-card .rating i {
  color: #efb70a;
  font-size: 15px;
}
.test-card .author img {
  height: 50px;
  width: 50px;
  max-width: 50px;
  border-radius: 50%;
}
.test-card .author .name {
  margin-left: 16px;
}
.test-card .author .name h3 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 18px;
}
.test-card .author .name span {
  color: #111;
  font-size: 15px;
}
.test-card .author .name a {
  color: #737e3a;
}
.test-card .author .name a:hover {
  color: #d6a51c;
}
.test-card .author .name span, .test-card .author .name a {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card .author .name span, .test-card .author .name a {
    font-size: 15px;
  }
}
.test-card .desc p {
  color: #111;
  margin: 16px 0 0;
  text-align: justify;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card .desc p {
    text-align: left;
  }
}

.testimonialSlider .swiper-slide {
  height: auto;
}

.swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 1rem;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #737e3a;
}

.cate-title {
  font-size: 24px;
  font-weight: 700;
}
.cate-title span {
  display: block;
  font-weight: 300;
  margin-top: 8px;
  font-size: 16px;
}

.p-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.p-intro {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .p-intro {
    padding-left: 0;
    margin-top: 5%;
  }
}
.p-intro .p-price {
  font-weight: 600;
  font-size: 20px;
  color: #737e3a;
  margin-bottom: 1rem;
}
.p-intro h4 {
  font-size: 18px;
  font-weight: 600;
}
.p-intro ul {
  padding: 0;
}
.p-intro ul li {
  position: relative;
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 6px;
}
.p-intro ul li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #8bc34a;
  position: absolute;
  top: 0;
  left: 0;
}
.p-intro .cart-button {
  margin-top: 1rem;
}
.p-intro form input {
  width: 50px;
}
.p-intro form button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #737e3a;
  color: #fff;
  border-radius: 4px;
}
.p-intro form button:hover {
  background-color: #d6a51c;
  color: #fff;
}
.p-intro .category {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1rem;
}
.p-intro .category span {
  font-weight: normal;
}

.blog-card .image {
  overflow: hidden;
  border-radius: 10px;
}
.blog-card .image img {
  height: 300px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-card .image img {
    height: auto;
  }
}
.blog-card h5 {
  color: #222;
  margin: 10px 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.blog-card h5:hover {
  color: #737e3a;
}
.blog-card:hover .image img {
  transform: scale(1.2);
}

.date i, .date span {
  font-size: 15px;
}
.date i {
  color: #737e3a;
}
.date span {
  color: #222;
}

.related-blog {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .related-blog {
    padding-left: 0;
  }
}
.related-blog h4 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.related-blog .date {
  margin: 0 !important;
}

.single-page .single-title {
  margin-top: 1rem;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .single-page .single-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .single-page .single-title {
    font-size: 18px;
  }
}
.single-page .date {
  margin-bottom: 1rem;
}

.faq-page .accordion-button {
  font-size: 18px;
  position: relative;
  padding: 16px 20px 16px 45px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .faq-page .accordion-button {
    font-size: 16px;
  }
}
.faq-page .accordion-button::before {
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  color: #d6a51c;
  font-size: 20px;
}
.faq-page .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #737e3a;
  box-shadow: none;
}

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-not-found img {
    width: 60%;
  }
}
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-not-found h2 {
    font-size: 18px;
    margin: 1rem 0;
  }
}

/* =====global css starts=====*/
:root {
  --primary-color: #d6a51c;
  --secondary-color: #737e3a;
}

html {
  scroll-behavior: smooth;
  counter-reset: section;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
ul {
  margin: 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 4% 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sp-tb {
    padding: 5% 0;
  }
}

.sp-t {
  padding-top: 4%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sp-t {
    padding-top: 5%;
  }
}

.sp-b {
  padding-bottom: 4%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .sp-b {
    padding-bottom: 5%;
  }
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .maincontainer {
    width: 90%;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus, .accordion-button:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

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

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: #737e3a;
  color: #fff;
  border-radius: 4px;
}
.btn-one:hover {
  background-color: #d6a51c;
  color: #fff;
}
.btn-one.md {
  padding: 8px 20px;
}
.btn-one.color {
  background-color: #ef7256;
}
.btn-one.color:hover {
  background-color: #737e3a;
}
.btn-one.active {
  background-color: #d6a51c;
}
.btn-one.active:hover {
  background-color: #fff;
}

.btn-bdr {
  color: #737e3a;
  padding: 10px 30px;
  border: 1px solid #737e3a;
  display: inline-block;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-bdr {
    padding: 8px 20px;
  }
}
.btn-bdr:hover {
  background-color: #737e3a;
  color: #fff;
}

.cart-btn {
  display: inline-block;
  background-color: #737e3a;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 8px;
}
.cart-btn:hover {
  background-color: #d6a51c;
  color: #fff;
}

.section-heading h2 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 4px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
.section-heading span {
  color: #d6a51c;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .section-heading span {
    font-size: 15px;
  }
}
.section-heading.secondary span {
  color: #737e3a;
}

.entry-title {
  font-size: 40px;
  margin-bottom: 20px;
  color: #737e3a;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.site-main {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 4%;
  padding-bottom: 4%;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-main {
    width: 90%;
  }
}
.site-main p {
  text-align: justify;
}
.site-main ul {
  margin-bottom: 1rem;
}
.site-main ul li {
  margin-bottom: 8px;
}
.site-main ul li strong {
  font-weight: 500;
}
.site-main h1:not(.entry-title), .site-main h2:not(.entry-title), .site-main h3, .site-main h4:not(.single-title), .site-main h5, .site-main h6 {
  font-size: 22px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-main h1:not(.entry-title), .site-main h2:not(.entry-title), .site-main h3, .site-main h4:not(.single-title), .site-main h5, .site-main h6 {
    font-size: 18px;
  }
}
.site-main h1:not(.entry-title) strong, .site-main h2:not(.entry-title) strong, .site-main h3 strong, .site-main h4:not(.single-title) strong, .site-main h5 strong, .site-main h6 strong {
  font-weight: 600;
}
.site-main .wp-block-woocommerce-cart h1, .site-main .wp-block-woocommerce-cart h2, .site-main .wp-block-woocommerce-cart h3:not(.wc-block-components-product-name), .site-main .wp-block-woocommerce-cart h4, .site-main .wp-block-woocommerce-cart h5, .site-main .wp-block-woocommerce-cart h6,
.site-main .wc-block-checkout h1,
.site-main .wc-block-checkout h2,
.site-main .wc-block-checkout h3:not(.wc-block-components-product-name),
.site-main .wc-block-checkout h4,
.site-main .wc-block-checkout h5,
.site-main .wc-block-checkout h6 {
  font-size: 18px;
  color: var(--secondary-color);
}

body:not(.woocommerce-page) .site-main {
  margin: 4% auto 4%;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 2px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  body:not(.woocommerce-page) .site-main {
    padding: 0;
    border: none;
  }
}

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
}
form label i {
  color: red;
}
form input, form select {
  height: 44px;
}
form input, form select, form textarea {
  margin-bottom: 10px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #737e3a;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
form input[type=submit]:hover {
  background-color: #d6a51c;
  color: #fff;
}

section ul, header ul, footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=main.css.map */