/* Font Link */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 15px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Inter", serif;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 5px;
  color: inherit;
  font-family: "Teko", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 21px;
  font-size: 15px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

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

h1 {
  font-size: 142px;
  text-transform: uppercase;
}

h2 {
  font-size: 68px;
  line-height: 0.9;
  font-weight: 500;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #3d4120;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #93985e;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Small Header */
.small {
  display: none;
}

/* Main Header */
.header_menu {
  background: var(--theme-color);
}

a.navbar-brand img {
  width: 190px;
}

.header_menu li a {
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  padding: 24px 30px 24px 0;
  display: inline-block;
  font-family: "Teko", sans-serif;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}


.hd_info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #fff;
}

a.comon-btn {
  background: #3d4120;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 0;
  width: 170px;
  text-align: center;
  font-family: "Teko", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
}

a.comon-btn:hover {
  background: #fff;
  color: var(--theme-color-second);
}


.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: #acacac;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: #3d4120;
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 190px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

#main_header .top_header {
  background: #3d4120;
  color: #fff;
  font-family: "Teko", sans-serif;
}

#main_header .top_header .top_social_icon a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  text-transform: uppercase;
}

#main_header .top_header .heading p {
  font-size: 17px;
  font-weight: 400;
}

#main_header .top_header .heading {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}

#main_header .top_header .top_social_icon {
  display: flex;
  align-items: center;
  gap: 32px;
}

#main_header .top_header .top_social_icon a img {
  width: 18px;
}

.header_menu .hd_info {
  margin-left: 15px;
}

/* Banner Section */

.banner_sec {
  padding: 530px 0 20px;
  /* background-position: center !important; */
  /* background: #1a1111; */
}

.banner_bg {
  background-position: bottom !important;
}

.banner_sec h1 {
  line-height: 58px;
  margin-bottom: 25px;
}

.banner_sec h5 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

a.comon-btn2 {
  background: #3d4120;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 0;
  width: 191px;
  text-align: center;
  font-family: "Teko", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

a.comon-btn2:hover {
  background: #000;
  color: #fff;
}

a.comon-btn3 {
  background: #fff !important;
  color: #3d4120 !important;
}

a.comon-btn3:hover {
  background: #3d4120 !important;
  color: #fff !important
}

/* a.comon-btn2 img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
} */

.banner_sec .btom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Home Section 1 */
.home_sec1 h2 {
  text-transform: uppercase;
}

.home_sec1 .heading {
  color: #fff;
}

.line-span {
  width: 85%;
  height: 2px;
  background: white;
  display: block;
  margin: auto;
}

/* home_sec2 */
.home_sec2 h2 {
  text-transform: uppercase;
  color: #3d4120;
}

.home_sec2 h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1;
}

.home_sec2 .content {
  position: relative;
}

/* .home_sec2 .content .btom_content {
  position: absolute;
  width: 53%;
  top: 36px;
  right: 20px;
} */


/* PRODUCT SEC 2 */

.product_sec2 .top_img {
  position: relative;
}

.product_sec2 .top_img .top_sale {
  color: #e41954;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 19px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
}

.product_sec2 .top_img img {
  border-radius: 10px;
}

.product_sec2 .btom_content {
  background: #525539;
  text-align: center;
  padding: 13px 10px 25px;
  color: #fff;
  border-radius: 10px;
  position: relative;
  transition: 0.8s;
}

/* .product_sec2 .btom_content .offer_prices {
  opacity: 1;
  transition: 0.8s;
  visibility: visible;
} */

/* .product_sec2 .product_items:hover .btom_content .offer_prices {
  opacity: 0;
  transition: 0.8s;
  visibility: hidden;
} */

/* .product_sec2 .product_items:hover .btom_content2 {
  opacity: 1;
  transition: 0.8s;
  visibility: visible;
} */

.product_sec2 .btom_content p {
  margin-bottom: 0px;
  font-weight: 600;
}

.product_sec2 .top_img {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

/* 
.product_sec2 .top_img .product_social_icon .social_icon1 {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  position: relative;
  left: -50px;
}

.product_sec2 .top_img .product_social_icon .social_icon2 {
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  position: relative;
  left: -50px;
}

.product_sec2 .top_img .product_social_icon .social_icon3 {
  opacity: 0;
  transition: 0.7s;
  visibility: hidden;
  position: relative;
  left: -50px;
} */
/* 
.product_sec2 .product_items:hover .top_img .product_social_icon .social_icon1 {
  opacity: 1;
  transition: 0.3s;
  visibility: visible;
  position: relative;
  left: 0px;
}

.product_sec2 .product_items:hover .top_img .product_social_icon .social_icon2 {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
  position: relative;
  left: 0px;
}

.product_sec2 .product_items:hover .top_img .product_social_icon .social_icon3 {
  opacity: 1;
  transition: 0.7s;
  visibility: visible;
  position: relative;
  left: 0px;
} */

.product_sec2 .btn_hover {
  position: relative;
}

.product_sec2 .product_social_icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product_sec2 .product_social_icon img {
  width: 35px;
}

/* .product_sec2 .btom_content2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.8s;
  visibility: hidden;
} */

.product_sec2 .product_social_icon {
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: absolute;
  top: 9px;
  left: 9px;
}

.product_sec2 .btom_content h6 {
  font-size: 14px;
  font-family: "Inter", serif;
  line-height: 22px;
  margin-bottom: 4px;
  font-weight: 400;
}

.product_sec2 .top_img .top_sale {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #3d4120;
}

.product_sec2 .btom_content p del {
  color: #ccc;
  font-weight: 400;
  font-size: 13px;
}

.product_sec2 {
  position: relative;
}

.product_sec2 .product_items {
  position: relative;
}

.product_sec2 .product_items::before {
  content: '';
  width: 500px;
}

.product_sec2 .product_items::before {
  content: '';
  width: 108%;
  height: 90%;
  background: #2c252500;
  display: flex;
  position: absolute;
  border: 1px solid #dedede;
  border-radius: 10px;
  left: -12px;
  top: 19px;
  align-items: center;
  justify-content: center;
  z-index: -11;
}

.product_sec2 .btom_content2 a.comon-btn {
  padding: 10px 0;
  width: 193px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #000;
  cursor: pointer;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 3px;
  transition: all .4s ease-in-out;
  display: block;
  margin: 0 auto;
  margin-bottom: -40px;
  margin-top: 8px;
}

.product_sec2 .btom_content2 a.comon-btn:hover {
  background: #7d7d7d;
  color: #fff !important;
}

.product_sec2 .btom_content2 .hd_info {
  justify-content: center;
  margin-top: 11px;
}

.product_sec2 a.comon-btn3:hover {
  background: #000 !important;
  color: #fff !important;
}


/* Contact Us */

.contact_sec h3 span {
  background: #CDA0A0;
  background: linear-gradient(to bottom, #CDA0A0 0%, #F1F1F1 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 138px;
  text-align: center;
  display: block;
  line-height: 1;
  margin-bottom: -30px;
}

.contact_sec .heading p {
  font-family: "Teko", sans-serif;
  font-size: 42px;
  letter-spacing: 6px;
  font-weight: 400;
}

.contact_sec {
  padding-bottom: 530px;
  padding-top: 100px;
}

.contact_sec h2 {
  font-size: 92px;
  letter-spacing: 2px;
}

/* Gallery section */
.gallery_sec {
  color: #fff;
}

.gallery_sec img {
  height: 100%;
  object-fit: cover;
}

.gallery_sec h2 {
  text-transform: uppercase;
}

.gallery_sec a.comon-btn3:hover {
  background: #000 !important;
  color: #fff !important;
}

/* REVIEW SEC */

.review_content {
  text-align: center;
  padding: 8px 35px;
}

.review_content .content {
  margin: 25px 0;
  position: relative;
}

.review_content .content p {
  color: #333333;
  margin-bottom: 48px;
  padding-bottom: 10px;
  font-size: 19px;
  font-family: "Teko", sans-serif;
  font-weight: 300;
}

.review_content .botom ul li {
  font-size: 24px;
  font-weight: 500;
  color: #3d4120;
  letter-spacing: 0;
  font-family: "Teko", sans-serif;
}

.review_content .botom ul li img {
  width: 60px;
  border-radius: 50%;
  height: 60px;
  margin-right: 20px;
}

.review_content .botom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_content .top_img img {
  width: 260px !important;
  position: relative;
  margin: 0 auto;
  margin-bottom: -82px;
  /* margin-top: -40px; */
}

.review_sec .owl-dots span {
  width: 21px;
  height: 7px;
  background: #d0d0d0;
  display: inline-block;
  border-radius: 61px;
}

.review_sec .owl-dot.active span {
  width: 40px;
  background: #3d4120;
}

.review_sec .owl-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.review_sec .review_content .content::after {
  content: '';
  width: 240px;
  height: 2px;
  background: #3d4120;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.review_sec h2 {
  margin-bottom: -127px;
  font-size: 88px;
}

.review_sec {
  padding: 115px 0 80px;
}

/* faq-content */

.faq-contact .accordion-button:not(.collapsed) {
  color: #ececec;
  background-color: #373b1d;
  box-shadow: none;
  border: none !important;
}

.faq-contact .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  border: none !important;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none !important;
}

.faq-contact .accordion-item {
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
  text-align: start;
  background: #0c2c6200;
  color: #fff;
  border: none;
}

.faq-contact .accordion-body {
  background: #373b1d;
}

.faq-contact .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  background: #373b1d !important;
}

.faq-contact .accordion-button:not(.collapsed)::after {
  background-image: url(../image/down-arrow.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.faq-contact .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../image/down-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.faq-contact .get-intouch button:hover {
  background-color: #000;
  color: #fff;
}

.faq-contact .accordion-item h2 {
  line-height: 22px;
  font-size: 18px;
}

.faq-contact .accordion-item p {
  color: #d2d2d2;
  padding-left: 25px;
  border-left: 2px solid #e3e3e3;
  margin-left: 23px;
}

.faq-contact .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.faq-contact .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 19px 20px;
  font-size: 17px;
  color: #fff;
  text-align: left;
  background-color: #373b1da6;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-family: "Urbanist", sans-serif;
}

.faq-contact h2 span {
  font-size: 85px;
  font-weight: 500;
}

.faq-contact h2 {
  text-transform: uppercase;
  font-size: 52px;
}


/* Conatct Form  */

.contact_form_sec .heading h2 span {
  font-size: 108px;
  color: #3d4120;
  margin-left: 80px;
  line-height: 0.7;
  font-weight: 600;
}

.contact_form_sec form button {
  background: #3d4120;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
  font-family: "Teko", sans-serif;
  letter-spacing: 1px;
  border: 0;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  transition: 0.8s;
}

.contact_form_sec form button:hover {
  background: #3d4120;
  color: #fff;
}

.contact_form_sec form button img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

.contact_form_sec input {
  width: 100%;
  padding: 16px;
  color: #000;
  font-size: 15px;
  outline: none;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
}

.contact_form_sec textarea {
  width: 100%;
  padding: 16px;
  color: #000;
  font-size: 15px;
  outline: none;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
}

.contact_form_sec form {
  padding-left: 65px;
}


/* Blog Sec */

.blog_sec {
  background-color: #000;
  color: #fff;
}

.blog_sec h3 {
  font-size: 28PX;
}

.blog_sec .blog-box p {
  margin-bottom: 7px;
}

.blog_sec .blog-box {
  position: relative;
}

.blog_sec .blog-box .ober-lay {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 10px 18px;
  width: 100%;
}

.blog_sec .blog-box .ober-lay h5 {
  /* font-weight: 300; */
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 28px;
  font-family: "Ubuntu", sans-serif;
}

.blog_sec .text-dark p {
  margin-bottom: 7px;
  color: #dfdfdf;
  font-family: "Teko", sans-serif;
  font-size: 16px;
}

.blog_sec a.comon-btn {
  background: #32cd32;
  color: #fff;
}

.blog_sec a.comon-btn:hover {
  background: #fff;
  color: #000;
}

.blog_sec img {
  border-radius: 6px;
}

.blog_sec .text-dark h5 {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.blog_sec .text-dark h5 b {
  color: #fff;
  font-size: 16px;
  font-weight: 400 !important;
}

.blog_sec a.comon-btn2 {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 0;
  width: 191px;
  text-align: center;
  font-family: "Teko", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.blog_sec a.comon-btn2:hover {
  background: #da1514;
  color: #fff;
}

/* Footer Sec */

footer .menu_content ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
}

footer ul li a img {
  width: 8px;
}

footer .menu_content ul li {
  margin-bottom: 9px;
}

footer .content ul li a {
  color: #ffffffde;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  text-transform: uppercase;
}

footer .ft_menu {
  display: flex;
  justify-content: space-between;
}

footer .ft_menu ul li {
  margin-bottom: 22px;
}

footer .menu_content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

footer .btom_ft_social_icon p {
  font-size: 15px;
}

.footer .ft_menu ul li {
  margin-bottom: 21px;
}

footer .ft_menu .content h5 {
  margin-bottom: 20px;
  color: #fff;
}

footer .ft_menu ul {
  margin-bottom: 0;
}

footer {
  padding: 80px 0 55px;
}

footer .subscribe_form p span {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
}

footer .subscribe_form form {
  background: #28292b;
  padding: 12px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  width: 100%;
}

footer .subscribe_form form input {
  outline: none;
  border: none;
  background: transparent;
  color: #fff;
  width: 100%;
}

footer .subscribe_form form button {
  outline: none;
  border: none;
  background: transparent;
  color: #fff;
}

footer .subscribe_form {
  display: flex;
  align-items: center;
  gap: 30px;
}

footer .subscribe_form form button img {
  width: 14px;
}

footer .subscribe_form p {
  width: 35%;
}

footer .ft_btom_content {
  padding-top: 65px;
  padding-bottom: 45px;
}

footer .social_icon a img {
  width: 38px;
}

footer .social_icon {
  display: flex;
  align-items: center;
  gap: 9px;
}

footer .btom_ft_social_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .ft_logo {
  margin-bottom: 25px;
}

footer .content2 li a {
  text-transform: capitalize !important;
  align-items: start !important;
}

footer .content2 li a img {
  width: 14px;
}

/* INNER PAGE */

#inner_banner .inner_banner_heading {
  color: #fff;
  text-align: center;
}

#inner_banner .inner_banner_heading h1 {
  font-size: 65px;
  line-height: 65px;
}

.breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

#inner_banner {
  padding: 55px 0px;
  background: #90955d !important;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}

/* PRODUCT SEC */
/* 
.deals_page .product_items .top_img {
  overflow: hidden;
  border-radius: 7px;
  transition: 0.8s;
  margin-bottom: 17px;
}

.deals_page .product_items .top_img img {
  transform: scale(1);
  transition: 0.8s;
}

.deals_page .product_items:hover .top_img img {
  transform: scale(1.1);
  transition: 0.8s;
}

.deals_page .product_items .btom_content p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.deals_page .product_items .btom_content p del {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
  margin-left: 0;
}

.deals_page .product_items .btom_content {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  flex-direction: column;
  gap: 14px;
}

.deals_page .product_items .btom_content p {
  margin-bottom: 0;
} */

.deals_page .add-to-btn {
  background: #b7bc86;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 7px 0px;
  border-radius: 5px;
  font-weight: 500;
  width: 8rem;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
}

.deals_page .add-to-btn:hover {
  background: #121212;
  color: #fff;
}

/* 
.deals_page .product_items {
  padding: 12px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
} */

.deals_page .btom_text a.comon-btn {
  background: #b7bc86;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0px;
  border-radius: 5px;
  font-weight: 500;
  width: 22rem;
  text-align: center;
}

.deals_page .btom_text a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

.deals_page .feature {
  display: flex;
  align-content: i;
  align-items: center;
  gap: 18px;
  justify-content: end;
}

.deals_page .feature p strong {
  color: #515151;
  font-weight: 400;
}

.deals_page select {
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 0px;
  overflow: hidden;
  padding: 11px 16px;
  background: transparent;
  color: #5e5e5e;
  border-radius: 5px;
}

.deals_page .accordion-button {
  font-size: 23px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  background: #3c3f20;
}

.deals_page .accordion-button:not(.collapsed)::after {
  background-image: url("../image/upload.png");
  transform: rotate(-0deg);
}

.deals_page #collapseOne {
  background: #fff0 !important;
  color: #313131;
}

.deals_page #collapseThree {
  background: #fff0 !important;
  color: #404040;
}

.deals_page .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../image/upload.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg);
}

.deals_page .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #274aad;
  border-color: #274aad;
}

.deals_page .accordion-button:focus {
  z-index: 3;
  border-color: #000;
  outline: 0;
  box-shadow: none;
  background: #b7bc86;
  color: #303030;
}

.shop_sec1 .btom_contact h4 {
  color: #b7bc86;
}

.shop_sec1 .btom_contact ul li {
  margin-bottom: 10px;
}

.shop_sec1 .btom_contact ul li a {
  color: #000;
  font-weight: 600;
}

.shop_sec1 h4 {
  color: #b7bc86;
}

.store_section h3 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.store_section h4 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Inter", serif;
  color: rgb(82, 85, 48) !important;
  margin-bottom: 15px;
}

.store_section h6 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", serif;
  margin-bottom: 21px;
  color: rgb(82, 85, 48) !important;
}

.store_section {
  background: #000;
  color: #fff;
}

/*  */
.store_section2 h2 {
  color: #3c3f20;
  text-transform: uppercase;
}

.store_section2 h3 {
  text-transform: uppercase;
}

/* ceramic_coating_sec */
.ceramic_coating_sec h2 {
  text-transform: uppercase;
  color: #3d4120;
}

.ceramic_coating_sec h6 {
  font-size: 25px;
  font-weight: 400;
}

/*  */
#home_sec2 h6 {
  font-family: "Inter", serif;
}

#home_sec2 h6 b {
  color: #373b1d;
  font-size: 21px;
}

#home_sec2 .content img {
  padding: 11px;
  border-radius: 10px;
}

/* BLOG SEC */

.blog_page_sec .content img {
  border-radius: 6px;
}

.blog_page_sec .content .top_img {
  margin-bottom: 17px;
}

.blog_page_sec .content p {
  margin-bottom: 20px;
}

.blog_page_sec .content .link_btn {
  font-style: italic;
  color: #db491b;
}

.blog_page_sec a.comon-btn {
  background: #db491b;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 12px 0px;
  /* border-radius: 5px; */
  text-transform: uppercase;
  font-weight: 400;
  width: 12rem;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 1px;
}

.blog_page_sec a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

.blog_page_sec .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_page_sec .heading h2 {
  margin-bottom: 0;
}

.blog_page_sec a.comon-btn3 {
  background: #dfb659;
  color: #000;
  font-size: 13px;
  padding: 9px 31px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  width: 208px;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  letter-spacing: 2px;
}

.blog_page_sec a.comon-btn3:hover {
  background: #121212;
  color: #fff;
}

/* 
a.comon-btn6 {
  background: #e95b16;
  color: #fff;
  font-size: 13px;
  padding: 11px 0;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  width: 166px;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  justify-content: center;
}

a.comon-btn6:hover {
  background: #121212;
  color: #fff;
} */

.comon-btn6 img {
  width: 20px;
  /* position: absolute;
  right: 5px; */
}

.blog_page_sec .content h6 {
  line-height: 1;
  font-size: 25px !important;
  color: #000;
  font-weight: 400;
  margin-bottom: 7px;
}

.blog_page_sec .calender_content img {
  border-radius: 0 !important;
  width: 20px;
}

.blog_page_sec .calender_content {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: #8a8a8a;
  margin-bottom: -10px;
  display: block;
}

/* INNER BLOG PAGE */

.inner-blog {
  background-color: #fff;
}

.inner-blog p {
  margin-bottom: 0;
  color: #696969;
}

.inner-blog .heading h6 {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0px;
}

.blog-img img {
  border-radius: 10px;
}

.inner-blog .heading ul li a i {
  background-color: #fff;
  color: #8f8f8f;
  width: 40px;
  height: 40px;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}

.inner-blog .heading ul li {
  margin-right: 10px;
}

.read-more-btn {
  color: #fff;
  margin-bottom: 0px;
  display: block;
  text-transform: capitalize;
  margin-left: 30px;
  font-size: 17px;
  border-bottom: 1px solid #b40000;
}

.blog-read-more {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.inner-blog .bottom-heading h2 {
  margin-top: 0px !important;
}

.blog-gap {
  padding: 30px 0px;
}

.inner-blog .bottom-heading {
  margin-top: 30px;
}

.blog-img {
  position: relative;
}

.blog-date {
  text-align: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #b40000;
  padding: 11px 20px;
}

.border_blog {
  border-right: 1px solid #bfbfbf;
  padding-right: 20px;
}

.inner-blog-content h4 {
  color: #fff;
  font-weight: 400;
}

.recent_post {
  margin-left: 25px;
}

.recent_post h4 {
  color: #fff;
  text-transform: uppercase;
}

.recent_post ul li {
  list-style-type: disclosure-closed;
  color: #fff;
  margin-left: 20px;
}

.recent_post ul li a {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

.inner-blog-content hr {
  color: var(--theme-color-second);
}

.inner-blog .heading h2 {
  color: #fff;
}

.inner-blog-content {
  margin-top: 30px;
}

.inner-blog-p {
  margin: 0px !important;
  margin-left: 10px !important;
}

.inner-blog-content i {
  color: #747474;
}

.third-link a {
  color: #fff;
}

.inner-blog-social li a i {
  background-color: #000;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  padding: 14px;
  display: flex;
  justify-content: center;
  line-height: 15px;
  margin-right: 7px;
}

.inner-blog-content .inner-ink {
  color: #fff;
  text-decoration: underline;
}

.inner-blog-content h4 {
  color: #000;
}

.inner-blog-content p {
  color: #696969;
}

.footr-con h3 {
  font-size: 29px;
  letter-spacing: 0;
  text-align: start;
}

.fott-content {
  text-align: start;
}

.fott-content a {
  color: #000;
}

.inner-blog .heading h2 {
  color: #000;
}

.search_bar .form-control {
  display: inline-block;
  width: 70%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5F656F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search_bar .form-inline {
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-control:focus {
  color: #5F656F;
  background-color: #fff;
  border-color: #B7B7B7;
  outline: 0;
  box-shadow: none;
}

.btn-outline-success {
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: none;
}

.search_bar {
  padding-bottom: 26px;
}

#inner_blog_form {
  background: none;
  padding: 25px 50px 0 0;
  border-radius: 0;
}

#inner_blog_form input {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
}

#inner_blog_form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
}

#inner_blog_form button {
  background: var(--theme-color-second);
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 12px 0px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  width: 14rem;
  border: none;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: var(--theme-color-second);
  border-color: var(--theme-color-second);
}

.inner-blog-content ul li {
  display: flex;
  align-items: center;
}

.inner-blog-content ul {
  gap: 25px;
  gap: 26px;
}

.fott-content h6 {
  font-size: 21px;
  font-weight: 400;
}

.fott-content span {
  font-size: 13px;
}

/*  */
#home_sec3 h6 {
  font-family: "Inter", serif;
}

#home_sec3 h6 b {
  color: #fff;
  font-size: 21px;
}

#home_sec3 .content img {
  padding: 11px;
  border-radius: 10px;
  background: #fff;
}

#home_sec3 a.comon-btn2 {
  background: #fff;
  color: #3d4120;
}

#home_sec3 a.comon-btn2:hover {
  background: #000;
  color: #fff;
}

/* ***** */

#home_sec2 .content h3 {
  font-size: 31px;
}



/* CONTACT US PAGE */

.contact .heading {
  text-align: center;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
  /* background: #e8e4e4 !important; */
  padding: 38px 0 27px;
  border: 1px solid #e8e4e4;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.08);
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
  color: #000;
}

#contact .contact-info .fa-map-marker {
  font-size: 39px;
}

#contact .contact-info h3 {
  text-transform: capitalize;
  color: #272727;
  margin: 14px 0 0;
  /* margin-bottom: 0; */
  font-size: 23px;
  margin-bottom: 11px;
  /* font-family: 'Poppins', sans-serif; */
  text-transform: capitalize;
  font-weight: 600;
}

#contact address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
  color: #5e5e5e;
  font-weight: 400;
}

#contact .contact-info i {
  font-size: 45px;
  display: inline-block;
  margin-bottom: 0;
  color: #90955d !important;
}

#contact .contact-info .fa-envelope {
  font-size: 32px;
}

#contact .contact-info a {
  color: #5e5e5e;
  font-size: 15px;
}

#contact .con-form form input,
#contact .con-form form textarea {
  padding: 15px 8px;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-bottom: 1px solid #000;
  box-shadow: none;
  font-size: 15px;
  outline: none;
  width: 100%;
}

#contact .con-form form input {
  color: #000;
}

#contact .con-form form label {
  color: #00000080;
}

#contact .con-form form button[type="submit"] {
  background: #000;
  border: 0;
  padding: 16px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  font-weight: 500;
  border-radius: 5px;
}

#contact .con-form .contact-location .timing {
  gap: 10px;
  display: grid;
}

#contact .con-form form .form-btn-grp {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#contact .con-form a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

#contact .con-form .form-info {
  box-shadow: 1px 2px 35px 7px rgba(0, 0, 0, 0.11);
  padding: 30px 40px;
  border-radius: 6px;
}

#contact .con-form {
  padding: 20px 0px;
}


/* MAP SEC*/

.map {
  line-height: 0;
}

.map iframe {
  border-radius: 10px;
}

#contact .contact-phone p {
  margin-bottom: 2px;
  color: #575757;
}

/* Fleet Section */
.fleet-4 .card {
  height: 100%;

}

.fleet-4 .card h4 {
  color: #373b1d;
}

.fleet-4 .card p {
  margin-bottom: 0;
}



.pagenation {
    text-align: center ;
	gap: 10px;
	padding: 40px;
}

a.page-numbers {
    background-color: gray;
    padding: 15px 20px;
    font-size: 16px;
    color: white;
	  border: 1px solid black;
	margin: 0px 4px;
}
span.page-numbers.current {
    background-color: black;
    padding: 13px 20px;
    font-size: 19px;
    color: white;
    font-weight: 500;
}
.pagenation {
    text-align: center;
    padding: 20px 0;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit {
    background: #3d4120 !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 16px !important;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    text-align: center !important;
    font-family: "Teko", sans-serif !important;
    letter-spacing: 1px !important;
    border: 0 !important;
    font-weight: 400 !important;
    position: relative !important;
    text-transform: uppercase !important;
    transition: 0.8s !important;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.comon-btn2 {
    background: #000 !important;
    border: 0;
    padding: 16px 30px !important;
    color: #fff !important;
    transition: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100% !important;
    font-weight: 500;
    border-radius: 5px;
}


#contact .con-form form .form-btn-grp {
    display: block !important;
    justify-content: center;
    margin: 0 auto;
}




header.woocommerce-products-header {
    display: none !important;
}

div#accordionExample {
    margin-right: 15px !important;
}

div#sidebar {
    display: none !important;
}
nav.woocommerce-breadcrumb {
    display: none !important;
}

/* .woocommerce img, .woocommerce-page img {
    
    width: 100% !important;
} */




.quantity-counter .value {
  border: 1px solid #adadad;
  border-radius: 3px;
  margin: 2px 0;
  padding: 4px;
  width: 50px;
  height: 50px;
  text-align: center;
  -moz-appearance: textfield;
}

.quantity-counter .value::-webkit-outer-spin-button, .quantity-counter .value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-counter .increment, .quantity-counter .decrement {
	border: none;
	background: transparent;
	cursor: pointer;
	border-radius: 3px;
	background: var(--theme-color-second);
	color: #fff;
	height: 50px;
	width: 50px;
}
.quantity-counter .selector_btn {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.selector_btn select {
  padding: 12px;
  background: #f1f1f1;
  border-radius: 3px;
  border: 1px solid #3d4120;
}
.product-details  button {
	background: #3d4120;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 10px 0;
	border-radius: 0;
	width: 200px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
  transition: 0.8s;
  border: none;
}
.product-details  button:hover {
	background: #000;
  transition: 0.8s;
	color: #fff;
}
.selector_btn {
	margin-bottom: 7px;
}
.product-details .btn_content li {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 6px;
}
.product-details .btn_content li i {
	font-size: 13px;
}
.product-details .btn_content h5{
  margin-bottom: 12px;
}

button.single_add_to_cart_button.comon-btn.btn-2.button.alt {
    background: #3d4120;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 0;
    border-radius: 0;
    width: 200px;
    height: 45px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    transition: 0.8s;
    border: none;
}
button.single_add_to_cart_button.comon-btn.btn-2.button:hover {
    background: #000;
    transition: 0.8s;
    color: #fff;
}




input#search-form-1 {
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5F656F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#blog-search label {
    width: 70%;
}

.es-form-field-container {
    width: 100% !important;
}
form[data-form-id="1"] .es-form-field-container .gjs-row {
    margin-bottom: 0px !important;
}
input#esfpx_email_10302504858d6 {
    width: 95%;
    background-color: #28292b;
    border: none;
    padding: 0px !important;
	color: #fff; 
}
img#submitImage {
    width: 5% !important;
}
div#es_form_f1-n1 {
    width: 100% !important;
}

form.wpcf7-form.init p{
	margin-bottom: 0px !important;
}

.variations .label {
    color: #1e1e1e;
    font-weight: 400;
}

.variations select{
	    padding: 12px;
    background: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #3d4120;
}


.wpc-filter-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* Active header styles */
.wpc-filter-header.active {
    font-weight: bold;
    cursor: pointer;
}

/* Add hover effect for better UX */
.wpc-filter-header:hover {
    color: #0073aa;
}

.wpc-filter-header {
    font-size: 23px; 
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    background: #3c3f20;
}


.wpc-filter-title {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 21px;
    font-family: "Teko", sans-serif;
}
.widget-title.wpc-filter-title:hover {
    color: #fff;
    font-size: 21px; 
}

.wpc-filter-title {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 23px;
    font-family: "Teko", sans-serif;
    font-weight: 400;
}

.widget-title.wpc-filter-title:hover {
    color: #fff;
    font-size: inherit;
}

.wpc-filter-title {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 20px;
    font-size: 23px; 
    font-family: "Teko", sans-serif;
    font-weight: 400; 
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a {
    /* color: #cd2653; */
    color: #313131;
}
.wpc-filters-main-wrap li.wpc-term-item a {
	color: #1e1e1e;
}

.single-product .woocommerce-variation-price .woocommerce-Price-currencySymbol {
    margin: 0;
    margin-bottom: 5px;
    color: inherit;
    font-family: "Teko", sans-serif;
}

.single-product .top_sale {
	color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #3d4120;
    padding: 5px 19px;
    border-radius: 7px;
    width: 89px;
    text-align: center;
}


.woocommerce-variation-price del, .woocommerce-variation-price ins {
	text-decoration: none;
}
.woocommerce-variation-price del span.woocommerce-Price-amount.amount {
    font-size: 30px;
    margin: 0;
    margin-bottom: 5px;
    color: #DC3545;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    line-height: 1.2;
	text-decoration: line-through;
}

.woocommerce-variation-price ins span.woocommerce-Price-amount.amount {
    font-size: 30px;
    margin: 0;
    margin-bottom: 5px;
    color: inherit;
    font-family: "Teko", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}


/**
 * My Account
 */

.page-template-my-account .woocommerce-MyAccount-navigation {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Style for the navigation links */
.page-template-my-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-template-my-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.page-template-my-account .woocommerce-MyAccount-navigation a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 8px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.page-template-my-account .woocommerce-MyAccount-navigation a:hover {
  background-color: #ddd;
}

/* Style for MyAccount content */
.page-template-my-account .woocommerce-MyAccount-content {
/*   margin-top: 20px; */
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}

.page-template-my-account .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.page-template-my-account .woocommerce-MyAccount-content p {
  line-height: 1.6;
  color: #444;
}

.page-template-my-account .woocommerce .woocommerce-MyAccount-content a {
    color: #b7bc86 !important;
}

.page-template-my-account input[type="text"], .page-template-my-account input[type="email"], .page-template-my-account input[type="password"], .page-template-my-account input[type="tel"] {
background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3.125em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
}


.page-template-checkout .wc-block-components-product-metadata {
	display: none;
}


/* Leave A Comment */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #6d6d6d;
 margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #93985e;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #0f3ca1 !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
margin-right: 10px !important;
}



.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	    background: #3d4120 !important;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-family: "Teko", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
	    background: #000 !important;
    color: #fff !important;
}

.wc-block-components-checkout-place-order-button {
		    background: #3d4120 !important;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-family: "Teko", sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}
.wc-block-components-checkout-place-order-button:hover {
		    background: #000 !important;
    color: #fff !important;
}

section.appointment {
    padding: 80px 0px;
    width: 30%;
    margin: 0 auto;
}

#nestable shortcode-13-208 {
	display: block !important;
}


/* area-banner */
a.btn-light {
  background-color: var(--theme-color);
  color: var(--theme-color-four);
}

.area-banner {
  /* border: 4px solid var(--theme-color); */
  text-align: center;
  padding: 70px 0px;
  
}

.area-banner .heading h1 {
  margin-bottom: 0;
  font-size: 72px;
}

.area-banner .heading {
  /* background-color: var(--theme-color-second); */
  padding: 25px;
  border-radius: 5px;
}

.area-sec-3 .heading {
  padding: 5%;
  background-color: var(--theme-color-third);
  border-radius: 5px;
  height: 100%;
}

/* AREA SEC */

.area_sec2 .content a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  justify-content: start;
  font-size: 15px;
  font-weight: 400;
  padding-left: 25px;
  letter-spacing: 0px;
}

#area-sec1 .area-location {
  display: flex;
  gap: 15px;
}

.area_sec2 .content a i {
  font-size: 21px;
  color: #fff;
}

.area_sec2 .content {
  /* margin-bottom: 22px; */
  display: inline-block;
  width: 100%;
  padding: 13px 0;
  border-radius: 7px;
  transition: all 0.6s;
  background: #3d4120;
}

.area_sec2 .content:hover {
  background: #000;
  transition: all 0.6s;
}

.area_sec2 .content:hover a {
  color: #fff;
  transition: all 0.6s;
}