/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.slick-list.draggable {
  height: 100% !important;
}
.slick-track.flex-control-nav {
  height: auto !important;
}
.cursor-pointer {
  cursor: pointer;
}
.toggle-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
}
.toggle-container.active {
  display: block;
}
.sub-menu li.menu-item {
  padding: 0 !important;
  margin: 0 !important;
}
.sub-menu li.menu-item a.hfe-menu-item::before {
  display: none !important;
}
ul.elementor-icon-list-items {
  list-style: none;
}

.hfeed.site {
  overflow: hidden;
}
.btn-primary {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #f7f5f0;
  text-decoration: none !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.btn-primary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #2d2926;
  z-index: 1;
}
.btn-primary::after {
  content: "";
  position: absolute;
  left: -25%;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #f7f5f0;
  z-index: 1;
  transition: all ease 1s;
}
.btn-primary:hover::after {
  left: 100%;
}
.whatsapp-icon {
  position: fixed;
  right: 15px;
  bottom: 45px;
  z-index: 99;
}
.search-box .aws-container .aws-search-field,
.search-box .aws-container .aws-search-form .aws-form-btn {
  border: 0;
  border-bottom: 1px solid #2d29266b;
  background: transparent;
}
.search-box .aws-container .aws-search-form .aws-form-btn {
  position: relative;
  z-index: 0;
  width: 35px;
}
.search-box .aws-container .aws-search-form .aws-search-btn_icon{
  width: 30px;
}
.search-box .aws-container .aws-search-form .aws-form-btn::before {
  content: "";
  position: absolute;
  background-color: #2d29266b;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 40%;
  z-index: 1;
}
.search-box .aws-container .aws-search-field{
  padding-left: 12px;
}
form .form-group p {
  margin-bottom: 0;
}
form .form-group label {
  width: 100%;
}
form .form-group label {
  font: normal normal 300 15px/24px GT America Trial;
  color: #2d2926;
  text-transform: capitalize;
}
form .form-group .form-control {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid rgb(154 135 96 / 50%) !important;
  border-radius: 0;
  width: 100%;
  padding: 12px 15px;
  font: normal normal 500 14px/18px GT America Trial;
  color: #2d2926;
  margin-top: 2px;
  box-shadow: none !important;
}
form .form-group .form-control::placeholder {
  color: #2d2926;
}
form .form-group .btn-primary {
  border: 0 !important;
  text-shadow: none;
  text-decoration: underline;
}
form .form-group .btn-primary:hover {
  background: transparent;
}
.navbar-nav .menu-item {
  margin: 0 15px;
}
.navbar-nav .menu-item a {
  position: relative;
  z-index: 0;
  padding: 8px 0 !important;
}
.navbar-nav .menu-item a::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #2d2926 !important;
  z-index: 1;
  transition: all ease 0.3s;
}
.navbar-nav .menu-item a:hover::before {
  width: 100%;
}
.navbar-nav .current-menu-item a::before {
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: #9a8760 !important;
}
.sub-menu .menu-text .menu-img {
  overflow: hidden;
}
.sub-menu .menu-text .menu-img img {
  transition: all ease 0.4s;
}
.sub-menu .menu-text:hover .menu-img img {
  scale: 1.05;
}
.sub-menu .menu-text .menu-title h6 {
  transition: all ease 0.4s;
}
.sub-menu .menu-text:hover .menu-title h6 {
  color: #9a8760;
}
.sub-menu a::before {
  display: none;
}
.banner-slider .carousel button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 1;
  position: static;
  border: 1px solid #9a8760;
  background: transparent;
  box-shadow: none;
  margin-top: 20px;
  transition: all ease 0.4s;
}
.banner-slider .carousel button .fa {
  font-size: 20px;
  color: #9a8760;
  text-shadow: none;
  transition: all ease 0.4s;
}
.banner-slider .carousel button:hover {
  border-color: #d5bb87;
}
.banner-slider .carousel button:hover .fa {
  color: #d5bb87;
}
.home-product .owl-item .owl-thumb {
  overflow: hidden;
}
.home-product .owl-item .owl-thumb img {
  transition: all ease 0.4s;
}
.home-product .owl-item:hover .owl-thumb img {
  scale: 1.05;
}
.testimonial-slider .slick-slider-testimonial .item {
  padding-bottom: 30px;
}
.show-more-content-btn {
  font: normal normal 600 15px / 24px GT America Trial;
  color: #9a8760;
  text-transform: capitalize;
  margin-bottom: 0;
}


.more-content-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 9999;
}
.more-content-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.more-content-container .max-width {
  max-width: 600px;
  margin: 20px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px #41414126;
  box-shadow: 0px 8px 30px 0px #fff inset;
  padding: 50px;
  border-radius: 0px;
  position: relative;
}
.more-content-container .btnclose {
  position: absolute;
  top: -20px;
  right: -15px;
  border: 0;
  background: #fff 0% 0% no-repeat padding-box !important;
  box-shadow: inset 0px 3px 6px #00000029 !important;
  color: #000 !important;
  width: 40px;
  max-width: 40px !important;
  padding: 0;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 0 !important;
  border-radius: 50% !important;
}
.more-content-container .author-name {
  font: normal normal 600 15px / 24px GT America Trial;
  color: #9a8760;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pagination-two  {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-two .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #2D2926;
}
.pagination-two  .prev.page-numbers, .pagination-two .next.page-numbers  {
  border: 1px solid #2D2926;
  border-radius: 40px;
}
.pagination-two .prev.page-numbers img, .pagination-two .next.page-numbers img {
 width: 20px;
}


.prev-next-post .prev-next {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2D2926;
  border-radius: 40px;
  margin: 0 10px;
}
.prev-next-post a {
  color: #2D2926;
}
.prev-next-post a {
  font: normal normal normal 16px / 20px "Roslindale Display Condensed", Sans-serif;
  letter-spacing: -0.4px;
  color: #2D2926;
  display: flex;
  align-items: center;
}
.prev-next-post a:hover {
  filter: opacity(0.5);
}
.border-end-section {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 40px;
}
.prev-next-post .divider-one {
  display: block;
  height: 100%;
  width: 1px;
  background: #2d292663;
  margin: auto;
  text-align: center;
}
ul.woocommerce-subcategories {
  list-style: none;
  padding-left: 0;
}
ul.woocommerce-subcategories li a {
  font: normal normal normal 16px / 22px Roslindale Testing;
  letter-spacing: 0px;
  color: #2D2926;
  margin-bottom: 10px !important;
  display: block;
}


.testimonial-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 25px 25px;
  margin: 0 6px;
  position: relative;
  z-index: 0;
	min-height: 362px;
}
.testimonial-box::before {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 30px;
  clip-path: polygon(100% 0, 0 0, 50% 40%);
  z-index: 1;
}
.testimonial-box .testi-text p {
  line-height: 22px;
}
.testimonial-box .testi-author {
  border-top: 1px solid #9a8760;
  padding-top: 15px;
}
.testimonial-box .testi-author .author-name {
  font: normal normal 600 15px/24px GT America Trial;
  color: #9a8760;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  text-shadow: none;
  width: 40px;
  height: 2px;
  font-size: 0;
  background-color: rgb(154 135 96 / 50%);
}
.slick-dots .slick-active button {
  background-color: #9a8760;
}
.slick-dots li button:hover {
  background-color: #9a8760;
}
.our-client .testimonial-box {
  margin: 0;
}
.about-form form .form-group label {
  color: #f7f5f0;
}
.about-form form .form-group .form-control::placeholder {
  color: #9a876080;
}
.about-form form .form-group .btn-primary {
  color: #f7f5f0;
}
.home-project .btn-primary::before {
  background-color: #f7f5f0;
}
.home-project .btn-primary::after {
  background-color: #2d2926;
}
.home-project .project-sub-title {
  font: normal normal normal 14px/20px GT America Trial;
  color: #f7f5f080;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.home-project .home-project-title {
  font: normal normal 300 36px/42px Roslindale Display Condensed;
  color: #f7f5f0;
  margin-bottom: 0;
}
.home-project .nav li {
  border-top: 1px solid #f7f5f052;
  position: relative;
  z-index: 0;
  padding-right: 25px;
}
.home-project .nav li:nth-last-child(1) {
  border-bottom: 1px solid #f7f5f052;
}
.home-project .nav li button {
  background: transparent !important;
  border-radius: 0;
  border: 0;
  padding: 18px 0;
  text-shadow: none;
  font: normal normal 300 18px/28px Roslindale Testing;
  color: #f7f5f0;
  text-align: left;
  width: 100%;
  transition: all ease 0.4s;
}
.home-project .nav li:hover button {
  padding-left: 20px;
}
.home-project .nav li::before {
  content: "";
  position: absolute;
  background-image: url(https://dpldraft.com/wp-content/uploads/2024/10/up-right-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
.home-project .tab-content .design-title {
  font: normal normal normal 14px/20px GT America Trial;
  color: #f7f5f0;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
}
.project-box a {
  text-decoration: none !important;
}
.project-box .project-img {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.project-box .project-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff4f;
  opacity: 0;
  transition: all ease 0.4s;
}
@keyframes example-out {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.project-box:hover .project-img::before {
  animation: example-out 0.4s linear;
}
.project-box:hover .project-img img {
  scale: 1.06;
}
.project-box .project-text .project-title {
  font: normal normal 600 14px/20px GT America Trial;
  color: #2d2926;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.project-box:hover .project-text .project-title {
  color: #9a8760;
}
.project-detail .project-detail-text .project-sub-title {
  font: normal normal 600 14px/20px GT America Trial;
  color: #2d2926;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.project-detail .project-detail-text .project-detail-title {
  font: normal normal 300 36px/42px Roslindale Display Condensed;
  color: #9a8760;
  margin-top: 0;
}
.desing-slider {
  position: relative;
  z-index: 0;
}
.desing-slider::before {
  content: "";
  position: absolute;
  background: transparent linear-gradient(270deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  opacity: 0.7;
  z-index: 1;
}
.desing-slider .carousel .carousel-indicators {
  margin: 0;
  left: inherit;
  bottom: inherit;
  right: 4%;
  top: 50%;
  translate: 0 -50%;
  display: grid;
}
.desing-slider .carousel .carousel-indicators button {
  width: auto;
  height: auto;
  background-color: transparent;
  text-align: right;
  margin: 3px 0;
  padding-right: 70px;
  position: relative;
  z-index: 0;
}
.desing-slider .carousel .carousel-indicators button::before {
  content: "";
  position: absolute;
  background-color: #f7f5f0;
  right: 0;
  top: 50%;
  width: 50px;
  height: 2px;
  translate: 0 -50%;
  z-index: 1;
}
.desing-slider .carousel .carousel-indicators button span {
  font: normal normal normal 18px/26px Roslindale Testing;
  color: #f7f5f0;
}
.desing-slider .carousel .carousel-indicators .active {
  padding-right: 110px;
}
.desing-slider .carousel .carousel-indicators .active::before {
  width: 90px;
}
/* sidebar start */
.product-sidebar h5 {
  font: normal normal normal 22px/28px Roslindale Testing;
  color: #2d2926;
  margin-bottom: 15px;
}
.product-sidebar ul {
  padding-left: 0;
}
.product-sidebar ul li {
  list-style: none;
  margin-bottom: 8px;
}
.product-sidebar ul li a {
  font: normal normal normal 16px/24px GT America Trial;
  color: #2d2926;
  text-decoration: none;
  transition: all ease 0.4s;
}
.product-sidebar ul li a:hover {
  color: #9a8760 !important;
  text-decoration: underline;
}
/* shop  start */
.woocommerce nav.woocommerce-pagination ul {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 10px !important;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  font: normal normal normal 18px/30px GT America Trial !important;
  color: #252525 !important;
  background: transparent !important;
  border: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  color: #9a8760 !important;
}
.woocommerce nav.woocommerce-pagination ul li .current {
  color: #9a8760 !important;
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next {
  width: 50px;
  height: 50px;
  border: 1px solid #252525;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.woocommerce nav.woocommerce-pagination ul li .prev:hover,
.woocommerce nav.woocommerce-pagination ul li .next:hover {
  border-color: #9a8760;
}
.products li {
  background: transparent 0% 0% no-repeat padding-box;
}
.products li .custom-image-wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.products li .custom-image-wrapper::before {
  content: "";
  position: absolute;
  background: rgb(154 135 96 / 80%) 0% 0% no-repeat padding-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(7px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 1;
}
.products li:hover .custom-image-wrapper::before {
  opacity: 1;
  visibility: visible;
}
.products li .custom-image-wrapper img {
  margin: 0 !important;
}
.products li .custom-title-price-wrapper {
  background-image: url(https://dpldraft.com/wp-content/uploads/2024/09/product-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 0;
  margin-top: -25px;
  position: relative;
  z-index: 0;
}
.woocommerce-loop-product__title {
  font: normal normal 400 16px/24px GT America Trial !important;
  color: #9a8760;
  padding: 0px !important;
  margin-bottom: 5px !important;
}
.woocommerce ul.products li.product .price {
  margin-bottom: 0;
}
.products .woocommerce-Price-amount {
  font: normal normal 400 16px/24px GT America Trial !important;
  color: #2d2926;
}
.products li .button {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  text-align: center;
  width: fit-content;
  padding: 0;
  background-color: transparent !important;
  overflow: hidden;
  font: normal normal normal 16px/24px GT America Trial;
  color: #f7f5f0 !important;
  text-decoration: underline !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.products li:hover .button {
  opacity: 1;
  visibility: visible;
}
.products li:hover .add_to_cart_button {
  opacity: 1;
  visibility: visible;
}
h1.product_title.entry-title {
  font: normal normal 600 30px/38px Poppins;
  color: #2d2926;
}
.woocommerce div.product div.summary {
  padding-left: 20px;
}
.summary .price {
  border-bottom: 1px solid #9a87608c;
  margin-bottom: 15px;
  padding-bottom: 15px;
}


.summary .woocommerce-Price-amount {
  font: normal normal 600 22px/30px GT America Trial;
  color: #2d2926;
}
.woocommerce div.product .product_title {
  font: normal normal 300 40px/50px Roslindale Display Condensed;
  color: #9a8760;
  text-transform: capitalize;
  margin-bottom: 20px !important;
}
.woocommerce-product-details__short-description {
  font: normal normal normal 16px/24px GT America Trial;
  color: #2d2926;
  border-bottom: 1px solid #9a87608c;
  padding-bottom: 15px;
  margin-top: 25px;
}
.single_add_to_cart_button {
  padding: 0;
  background-color: transparent !important;
  overflow: hidden;
  font: normal normal normal 16px/24px GT America Trial;
  color: #2d2926 !important;
  text-decoration: underline !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  transition: all ease 0.4s;
}
.content-area {
  margin-top: 60px;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}
.cart {
  display: block;
  margin-top: 45px;
}
.cart .quantity {
  margin-right: 30px !important;
}
.cart .quantity .input-text {
  font: normal normal bold 16px/24px GT America Trial;
  color: #2d2926;
  padding: 8px 5px !important;
  background: #fff 0% 0% no-repeat padding-box;
  border: 0.5px solid #9a8760;
  border-radius: 0;
}
.cart table tr th,
.cart table tr td {
  background: transparent !important;
  padding: 0;
  padding-bottom: 25px;
}
.cart table tr th label {
  font-size: 14px;
  line-height: 22px;
}
.cart table tr td select {
  border-radius: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #9a8760;
  padding: 12px 10px;
  font: normal normal 600 14px/20px GT America Trial;
  color: #2d2926;
}
.single-product {
  overflow-x: hidden;
}
section.related.products {
  background: #9a8760 0% 0% no-repeat padding-box;
  margin-top: 30px;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}
section.related.products:before { 
  content: '';
  background: #9a8760 0% 0% no-repeat padding-box;
  margin-top: 30px;
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 150%;
  margin: 0 -25%;
  height: 100%;
  z-index: -1;
}
section.related.products h2 {
  font: normal normal 300 36px/42px Roslindale Display Condensed;
  color: #f7f5f0;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 25px;
}
.single-product .woocommerce-breadcrumb,
.orderby,
.woocommerce-ordering {
  display: none;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
  float: none !important;
}
.related.products {
  display: block !important;
  float: left;
  position: relative;
  z-index: 1;
  width: 100% !important;
}
.product_meta {
  display: none;
}
.woocommerce-result-count {
  width: 100%;
  text-align: right;
  font: normal normal 600 13px/20px GT America Trial;
  color: #2d2926;
  text-transform: uppercase;
  margin-bottom: 35px !important;
}
.woocommerce-ordering {
  float: left !important;
}
/* shop  start */
.woocommerce nav.woocommerce-pagination ul {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: grid !important;
  place-items: center;
  margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  background: transparent !important;
  color: #7e7549;
  font-family: "GT America Trial" !important;
  font-size: 16px !important;
  font-weight: 400;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li .current {
  font-size: 20px !important;
  color: #7e7549 !important;
  font-weight: bold !important;
}
.product-banner .elementor-swiper-button-prev,
.product-banner .elementor-swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
}
.product-banner .elementor-swiper-button-prev {
  left: 20px !important;
}
.product-banner .elementor-swiper-button-next {
  right: 20px !important;
}
.spu-container {
  padding: 0 !important;
}
.spu-close-top_right {
  right: 10px;
  top: 12px;
}
.thankyou-content {
  padding: 30px 30px;
  background: #f7f5f0 0% 0% no-repeat padding-box;
}
.thankyou-content .thankyou-sub-title {
  font: normal normal normal 15px/20px GT America Trial;
  color: #2d2926;
  text-transform: uppercase;
}
.thankyou-content .thankyou-title {
  font: normal normal 300 36px/38px Roslindale Display Condensed;
  color: #9a8760;
  text-transform: capitalize;
}
.page-id-22 .testimonial1,
.page-id-22 .gallery1,
.page-id-22 .contact1 {
  display: none;
}
.enquiry-popup {
  padding: 20px 30px;
}
.enquiry-popup .enquiry-form-title {
  font: normal normal 300 36px/42px Roslindale Display Condensed;
  color: #9a8760;
}
@media (max-width: 991px) {
  .navbar-nav .menu-item a::before {
    display: none !important;
  }
  .elementskit-menu-close,
  .elementskit-menu-toggler {
    background: transparent !important;
    width: 33px !important;
  }
  .elementskit-menu-close {
    padding: 5px !important;
  }
  .desing-slider .carousel .carousel-indicators button span {
    font: normal normal normal 16px / 24px Roslindale Testing;
  }
  .desing-slider .carousel .carousel-indicators button {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .banner-slider .carousel button {
    width: 40px;
    height: 40px;
  }
  .banner-slider .carousel button .fa {
    font-size: 16px;
  }
  .desing-slider .carousel {
    height: 60vh;
  }
  .desing-slider .carousel .carousel-inner .carousel-item img {
    height: 60vh;
    object-fit: cover;
    object-position: center;
  }
  .desing-slider .carousel .carousel-indicators button {
    border-width: 5px;
  }
  .home-project .home-project-title,
  .project-detail .project-detail-text .project-detail-title {
    font-size: 30px;
    line-height: 36px;
  }
  .home-project .nav li button {
    font-size: 16px;
  }
  .home-project .nav li::before {
    width: 16px;
    height: 16px;
  }
  .home-project .nav li:hover button {
    padding-left: 8px;
  }
  .enquiry-popup .enquiry-form-title {
    font: normal normal 300 30px/36px Roslindale Display Condensed;
  }
}
@media (max-width: 575px) {
  .product-banner .elementor-swiper-button-prev,
  .product-banner .elementor-swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .product-banner .elementor-swiper-button-prev svg,
  .product-banner .elementor-swiper-button-next svg {
    width: 14px !important;
    height: 14px !important;
  }
  .products li .button {
    font-size: 14px;
    top: 28%;
  }
  .enquiry-popup{
    padding: 20px 20px;
  }
}

/* woocommerce user start */
.woocommerce div.product form.cart .variations select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.woocommerce-info {
  border-top-color: #2d2926 !important;
}
.woocommerce-info::before {
  color: #2d2926 !important;
}
.alignwide {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.woocommerce-products-header .woocommerce-products-header__title {
  font-family: "Aktiv Grotesk Ex", Sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}

table tfoot th,
table thead th {
  font-size: 16px;
}
.wc-block-components-product-metadata {
  font-size: 16px;
}
a.wc-block-components-product-name,
a.wc-block-components-product-name:hover {
  font: normal normal normal 24px / 28px GT America Trial;
  letter-spacing: 0px;
  color: #2d2926 !important;
  text-decoration: none !important;
}
.wc-block-cart-item__prices {
  font: normal normal normal 18px / 24px GT America Trial;
  letter-spacing: 0px;
  color: #2d2926;
}
.wc-block-components-product-metadata {
  font-size: 14px !important;
}
.wc-block-components-quantity-selector {
  border-radius: 0px !important;
}
input.wc-block-components-quantity-selector__input {
  border: 0;
  color: #2d2926 !important;
}
.wc-block-components-radio-control__input {
  border: 1px solid #e45b7e !important;
}
.wc-block-cart-item__quantity
  input.wc-block-components-quantity-selector__input {
  padding: 7px 15px !important;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus {
  border-radius: 0 !important;
  order: 1;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus {
  border: 0 !important;
  color: #2d2926 !important;
  font-size: 16px !important;
  border-radius: 0px !important;
}
.wc-block-components-quantity-selector {
  background: #fff;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus:hover,
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus:hover {
  border: 0 !important;
  color: #2d2926 !important;
  font-size: 16px !important;
  border-radius: 0px !important;
  background: transparent !important;
}
.wc-block-components-quantity-selector:after {
  border: 1px solid hsl(0deg 0% 7% / 29%) !important;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 0px !important;
}
button.wc-block-components-quantity-selector__button:focus {
  background: transparent !important;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}
button.wc-block-cart-item__remove-link {
  font-size: 14px !important;
  color: #2d2926 !important;
}
.woocommerce-page .site-main {
  padding: 50px 0;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 16px !important;
}
button.wc-block-components-panel__button {
  border-radius: 0px !important;
  padding: 7px 15px !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  border-radius: 0px !important;
}
input#wc-block-components-totals-coupon__input-0,
input#wc-block-components-totals-coupon__input-0:focus {
  border-color: #2d2926;
  outline: none !important;
  box-shadow: none !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  font-family: "GT America Trial";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: #2d2926;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #2d2926;
  border-radius: 0px;
  padding: 8px 24px 8px 24px;
  color: #fff;
}
button.wc-block-components-address-form__address_2-toggle {
  border-radius: 0 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border-radius: 0px !important;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  box-shadow: none !important;
  outline: 0px !important;
}
.woocommerce-checkout .wc-block-components-product-metadata {
  display: none;
}
.wc-block-components-title.wc-block-components-title {
  font-size: 20px;
}
.wc-block-components-checkout-step__description {
  font-size: 14px;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  font-size: 14px !important;
}
.wc-block-components-validation-error {
  font-size: 14px;
}
.wc-block-components-radio-control__input {
  padding: 5px !important;
  background-color: #f2f2f2;
}
.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px #ddd !important;
}
input#checkbox-control-0 {
  padding: 5px !important;
  background: #f2f2f2;
}
.woocommerce-page
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"],
.woocommerce-page .wc-block-components-text-input input[type="email"],
.woocommerce-page .wc-block-components-text-input input[type="number"],
.woocommerce-page .wc-block-components-text-input input[type="tel"],
.woocommerce-page .wc-block-components-text-input input[type="text"],
.woocommerce-page .wc-block-components-text-input input[type="url"],
.woocommerce-page button.wc-block-components-address-form__address_2-toggle {
  border: 1px solid #ddd !important;
  border-radius: 0px;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0px !important;
}
.woocommerce ul.order_details {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 18px;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0px !important;
}
.woocommerce-cart .wc-block-components-product-metadata {
  display: none !important;
}

span.wc-block-components-payment-method-label {
  color: #2d2926;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  color: #2d2926;
}
/* woocommerce user end */

/* user dashboared start */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 0px;
  padding: 15px;
  border: 1px solid #2d2926 !important;
  margin-bottom: 15px;
}
.woocommerce-account button,
.woocommerce-account .button {
  font-family: "GT America Trial";
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 24px !important;
  letter-spacing: 0px;
  background-color: #fff !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #2d2926 !important;
  border-radius: 0px !important;
  padding: 8px 24px 8px 24px !important;
  color: #2d2926 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  border: 1px solid #2d2926 !important;
  background: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: 1px solid #2d2926 !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #2d2926 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #2d2926;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.comments-area a,
.page-content a {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: 1px solid #2d2926 !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 0px;
  color: #2d2926 !important;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  font-family: GT America Trial !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  .wp-block-separator
  ~ .wp-block-heading {
  display: none !important;
}
.comments-area a,
.page-content a {
  text-decoration: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.wc-block-components-quantity-selector__input {
  border: 0 !important;
}

.woocommerce-message {
  border-top-color: #9a8760;
	    background: #9a8760;color:#fff
}
.woocommerce-message::before {
  color: #fff;
}
a.button.wc-forward {
  font-family: "GT America Trial", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 !important;
  background-color: #9a8760;
}
a.button.wc-forward:hover {
  color: #fff;
  background-color: #9a8760;
}
.woocommerce-message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.page-header .entry-title {
  font-family: "Aktiv Grotesk Ex", Sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}
/* user dashboared end */




.page-id-2351 header, .page-id-2351 footer {
display: none !important;
}
.underline .elementor-button {
  text-decoration: underline !important;
}