/*
 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");

/* Custom CSS can go here */

:root {
  --primary-color: #efd1c6;
}
.newsletter-form input[type="submit"] {
  background: #f4baa6;
  width: 100%;
  padding: 12px;
}
.footer-title {
  position: relative;
  padding-bottom: 0px;
}
.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  height: 2px;
  width: 80px;
  background: #f4baa6;
}
.banner-section {
  position: relative;
}
.banner-section .banner-text {
  position: absolute;
  bottom: 10%;
  left: 6%;
}
.banner-section .play-btn {
  position: absolute;
  bottom: 7%;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.project-slider {
  overflow: hidden;
}
.project-slider .slidernav {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  translate: 0 -50%;
  padding: 0 50px;
  filter: brightness(2.5);
}
.project-slider .slick-slider {
  padding-right: 0px;
}
.project-slider .slick-slider .slick-slide {
  margin-left: 20px;
}
.project-slider .slick-slider .slick-list {
  overflow: hidden !important;
}
.home-project-box .img-box {
  overflow: hidden;
}
.home-project-box .img-box img {
  transition: 0.3s ease all;
}
.home-project-box:hover .img-box img {
  transform: scale(1.1);
}
.home-project-box .text-box h3 {
  text-align: center;
  font: normal normal bold 24px/32px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 15px;
}
.article-box a {
  text-decoration: none !important;
}
.article-box .img-box {
  overflow: hidden;
}
.article-box .img-box img {
  transition: 0.3s ease all;
}
.article-box:hover .img-box img {
  transform: scale(1.05);
}
.article-box h5 {
  text-align: center;
  font: normal normal bold 20px/25px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 15px;
}
.testimonials .testimonials-list-wrap {
  margin-bottom: 50px;
}
.testimonials-list-wrap {
  position: relative;
  padding: 40px;
  z-index: 0;
  height: 100%;
}
.testimonials-list-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-list-wrap p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.testimonials-list-wrap h5 {
  text-align: left;
  font: normal normal 500 18px/28px Butler;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.testimonials-list-wrap .show-more-content-btn {
  position: absolute;
  z-index: 1;
  top: 82%;
}
.testimonials .slidernav .slide-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
}
.testimonials .slidernav .slide-nav.slick-left {
  left: -50px;
}
.testimonials .slidernav .slide-nav.slick-right {
  right: -50px;
}
.owl-dots button span {
  background: #fff !important;
}
.owl-dots button.active span {
  background: #a85a3f !important;
}
.owl-dots button:hover {
  background: transparent !important;
}
.about-banner {
  position: relative;
}
.about-banner .owl-stage-outer {
  padding: 0 !important;
}
.about-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.common-box {
  display: grid;
  place-items: center;
}
.common-box h5 {
  margin-bottom: 0;
}
a {
  text-decoration: none !important;
}
.article-sidebar {
  position: relative;
}
.article-sidebar h4 {
  text-align: left;
  font: normal normal 800 20px/24px Butler;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.article-sidebar h4::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 150px;
  height: 2px;
  background: #000000;
}
.article-sidebar h5 {
  text-align: left;
  font: normal normal bold 16px/20px Aptos;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}
.article-sidebar p {
  text-align: left;
  font: normal normal normal 12px/20px Aptos;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}
.article-details h2 {
  text-align: left;
  font: normal normal bold 35px/45px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.article-details p {
  text-align: left;
  font: normal normal normal 15px/23px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.article-details h3 {
  text-align: left;
  font: normal normal bold 30px/40px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.article-details h6 {
  text-align: left;
  font: normal normal bold 18px/25px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 0;
}
.promotion-slider .carousel-indicators {
  position: inherit;
  margin: 0;
}
.promotion-slider .carousel-indicators button {
  text-indent: inherit;
  width: 25%;
  height: 100%;
}
.promotion-slider .carousel-control-prev,
.promotion-slider .carousel-control-next {
  height: 28px;
  width: 28px;
  background: transparent !important;
  padding: 0 !important;
  position: absolute;
  bottom: 65px;
  top: inherit;
}
.promotion-slider .carousel-control-prev {
  left: -30px;
}
.promotion-slider .carousel-control-next {
  right: -30px;
}
.promotion-slider .carousel-control-prev span,
.promotion-slider .carousel-control-next span {
  background-size: 70%;
  filter: brightness(0);
}
.contact-form label {
  width: 100%;
}
.contact-form textarea {
  height: 100px;
}

.product-sidebar .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.product-sidebar .accordion-header {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.product-sidebar .accordion-header a {
  text-align: left;
  font: normal normal bold 15px/20px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.product-sidebar .accordion-header .accordion-button {
  background: none !important;
  border: 0 !important;
  position: relative;
}
.product-sidebar .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none !important;
  border: 0 !important;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.product-sidebar .accordion-header .accordion-button::after {
  content: "-" !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  translate: 0 -50% !important;
  width: 20px !important;
  height: 20px !important;
  background: none;
  border: 0 !important;
  font-size: 25px;
  color: #000000 !important;
}
.product-sidebar .accordion-header .accordion-button.collapsed::after {
  content: "+" !important;
  font-size: 20px;
}
.product-sidebar .accordion-body ul li a {
  text-align: left;
  font: normal normal bold 14px/20px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.show-more-content-btn {
  color: #a85a3f;
  font-family: "Aptos", Sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.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 #f9f9f9 inset;
  padding: 50px;
  border-radius: 0px;
  position: relative;
  height: auto !important;
}
.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 p {
  text-align: left;
  font: normal normal 500 18px / 28px Butler;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.promotion-details {
  padding: 80px 50px;
}
.promotion-details .main-title {
  font: normal normal bold 45px/52px Butler;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 50px;
}
.gallery-slider ul.slick-dots {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.gallery-slider ul.slick-dots li {
  width: 25%;
  padding: 5px;
  cursor: pointer;
}
ul.brand-filter {
  list-style: none;
  padding-left: 0;
}
ul.brand-filter li {
  margin-bottom: 4px;
}

ul.brand-filter li a {
  font: normal normal bold 14px/20px Aptos;
  letter-spacing: 0px;
  color: #000000;
}

/* product css  */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none !important;
}

.woocommerce ul.products li.product {
  position: relative;
}
.woocommerce ul.products li.product img {
  transition: 0.3s ease all;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: left;
  font: normal normal bold 16px/23px Aptos;
  letter-spacing: 0px;
  color: #111111;
  text-transform: capitalize;
  height: 80px;
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce ul.products li.product .price span {
  text-align: left;
  font: normal normal 400 17px/20px Aptos;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
.ajax_add_to_cart, .add_to_cart_button{
  background-color: var(--e-global-color-accent) !important;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif!important;
  font-weight: var(--e-global-typography-accent-font-weight)!important;
  font-size: 15px!important;
  font-weight: 600!important;
  text-transform: uppercase!important;
  text-decoration: none!important;
  line-height: 20px!important;
  color: var(--e-global-color-primary)!important;
  border-style: none!important;
  border-radius: 0px 0px 0px 0px!important;
  padding: 8px 20px 8px 20px!important;
}
.ajax_add_to_cart:hover {
  background-color: var(--e-global-color-secondary)!important;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif!important;
  font-weight: var(--e-global-typography-accent-font-weight)!important;
  font-size: 15px!important;
  font-weight: 600!important;
  text-transform: uppercase!important;
  text-decoration: none!important;
  line-height: 20px!important;
  color: var(--e-global-color-primary)!important;
  border-style: none!important;
  border-radius: 0px 0px 0px 0px!important;
  padding: 8px 20px 8px 20px!important;
}
.woocommerce ul.products li.product::after {
  content: "VIEW";
  position: absolute;
  left: 50%;
  top: 30%;
  translate: -50% 0;
  text-align: left;
  font: normal normal bold 20px/30px Aptos;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0;
}
.woocommerce ul.products li.product:hover img {
  filter: brightness(0.5);
}
.woocommerce ul.products li.product:hover::after {
  opacity: 1;
}
.woocommerce-breadcrumb {
  padding-right: 25px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb
  a {
  text-align: right;
  font: normal normal bold 18px/24px Aptos;
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 1;
}
.form-submit input[type="submit"] {
  background-color: #EFD1C6 !important;
  font-family: "Aptos", Sans-serif!important;
  font-size: 15px!important;
  font-weight: 600!important;
  text-transform: uppercase!important;
  text-decoration: none!important;
  line-height: 20px!important;
  color: var(--e-global-color-primary)!important;
  border-style: none!important;
  border-radius: 0px 0px 0px 0px!important;
  padding: 8px 20px 8px 20px!important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font: normal normal normal 35px / 45px Aptos;
  color: #000000 !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none !important;
}

#primary {
  padding: 30px 0;
  float: left;
  width: 100%;
  position: relative;
}
#primary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f4f1ed;
}

.woocommerce div.product .product_title {
  text-align: left;
  font: normal normal 600 35px/40px Aptos;
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
  opacity: 1;
}
.woocommerce div.product .price span {
  text-align: left;
  font: normal normal normal 35px/45px Aptos;
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 1;
  margin-bottom: 30px;
}
.entry-summary .quantity .input-text {
  padding: 8px 15px !important;
  border: 1px solid #b6b6b6 !important;
  color: #000;
  text-align: left;
  font: normal normal 600 17px / 20px Aptos;
  letter-spacing: 0px;
  color: #c63b34;
  opacity: 1;
  border-radius: 0px !important;
  min-width: 100px;
}
.woocommerce div.product form.cart .button {
  text-align: center;
  font: normal normal 600 15px/20px Aptos;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 8px 25px;
  background: var(--primary-color);
  border-radius: 0px;
  border: 1px solid var(--primary-color);
  white-space: nowrap;
  margin-left: 10px;
}
.woocommerce div.product form.cart .button:hover,
.gmwqp_inquirybtn .wp-block-button__link:hover {
  background: #f4baa6 !important;
  color: #000000 !important;
  border: 1px solid #f4baa6 !important;
}
.gmwqp_inquirybtn .wp-block-button__link {
  text-align: center !important;
  font: normal normal 600 15px/20px Aptos !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  opacity: 1 !important;
  padding: 8px 25px !important;
  background: #e0dddc !important;
  border-radius: 0px !important;
  border: 1px solid #e0dddc !important;
  white-space: nowrap !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.woocommerce div.product form.cart {
  margin-top: 50px;
}
.related.products {
  float: left;
  width: 100%;
  padding: 50px 0 0;
}
.related.products h2 {
  text-align: left;
  font: normal normal bold 30px/40px Butler;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
/* .related.products .woocommerce-loop-product__title,
.related.products .price {
  color: #fff !important;
}
.related.products li.product .price {
  color: #fff !important;
} */
.woocommerce div.product {
  /* float: left; */
}
.parent-tabs #e-n-tab-title-2559035601 {
  border-right: 3px solid #000;
}
.child-tabs .e-n-tabs-heading {
  position: absolute;
  right: 0;
  top: -50px;
}
.ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
  background: #efd1c6;
  border-color: #efd1c6;
  box-shadow: inset 0px 3px 6px #b1848429;
}
.elementor-27
  .elementor-element.elementor-element-3c125b2
  .elementskit-navbar-nav
  .elementskit-submenu-panel
  > li
  > a {
  text-align: center;
  font: normal normal 600 15px/20px Aptos;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  padding: 8px;
}
.elementor-27
  .elementor-element.elementor-element-3c125b2
  .elementskit-navbar-nav
  .elementskit-submenu-panel
  > li
  > a:hover {
  color: #a85a3f;
  background: transparent;
}

/* 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: #000 !important;
}
.woocommerce-info::before {
  color: #000 !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 Aptos;
  letter-spacing: 0px;
  color: #000 !important;
  text-decoration: none !important;
}
.wc-block-cart-item__prices {
  font: normal normal normal 18px / 24px Aptos;
  letter-spacing: 0px;
  color: #000;
}
.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: #000 !important;
}
.wc-block-components-radio-control__input {
  border: 1px solid #000 !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: #000 !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: #000 !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: #000 !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: #000;
  outline: none !important;
  box-shadow: none !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  font-family: "Aptos";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: #000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000;
  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: #000;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  color: #000;
}
/* woocommerce user end */

/* user dashboared start */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 0px;
  padding: 15px;
  border: 1px solid #000 !important;
  margin-bottom: 15px;
}
.woocommerce-account button,
.woocommerce-account .button {
  font-family: "Aptos";
  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: #000 !important;
  border-radius: 0px !important;
  padding: 8px 24px 8px 24px !important;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  border: 1px solid #000 !important;
  background: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: 1px solid #000 !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #000 !important;
}
.woocommerce span.onsale {
  width: 3.236em;
  font-size: 12px !important;
  line-height: 32px;
  background-color: #A85A3F !important;
}
.woocommerce ul.products li.product .price del {
  color: #000 !important;
  font: normal normal 400 17px / 20px Aptos;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #000 !important;
  font: normal normal 400 17px / 20px Aptos;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #000;
}
.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 #000 !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 0px;
  color: #000 !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: Aptos !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: #000;
}
.woocommerce-message::before {
  color: #000;
}
a.button.wc-forward {
  font-family: "Aptos", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 !important;
  background-color: #000;
}
a.button.wc-forward:hover {
  color: #fff;
  background-color: #000;
}
.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 */

button.btn-custom {
  background: #e0dddc 0% 0% no-repeat padding-box !important;
  font: normal normal 600 16px / 24px Aptos !important;
  letter-spacing: 0px;
  color: #000000 !important;
}

button.btn-custom:hover {
  background: #a85a3f !important;
  color: #fff !important;
}
.wpcf7-spinner {
  display: none;
}

@media (max-width: 1024px) {
  .elementor-27
    .elementor-element.elementor-element-3c125b2
    .elementskit-menu-hamburger {
    width: 36px;
    background: transparent !important;
    padding: 6px !important;
    border: 0 !important;
  }
}
@media (max-width: 991px) {
  .heading1 br {
    display: none;
  }
  .home-project-box .text-box h3 {
    font: normal normal bold 20px / 26px Aptos;
  }
  .testimonials .slidernav .slide-nav {
    position: static;
    top: inherit;
    translate: 0;
    width: 40px;
    height: 40px;
  }
  .testimonials .slidernav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cf7sr-g-recaptcha {
    scale: 0.7;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .page-id-13 .u-column1 h2 {
    padding-left: 12px;
  }
  .child-tabs .e-n-tabs-heading {
    left: 0;
  }
  .banner-section .banner-text {
    bottom: 10%;
  }
}

.e-hosted-video {
  position: relative;
}
/* .play-btn .e-hosted-video:before {
  content: 'PLAY STORE';
  background: #EFD1C6;
  padding: 10px 19px;
  width: 120px;
  height: 40px;
  position: absolute;
  bottom: 60px !important;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
.play-btn .e-hosted-video:before:hover {
  background : #F4BAA6;
} */
a.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler {
  width: 40px;
  font-size: 42px !important;
  line-height: 0px !important;
  padding: 0 !important;
  margin-top: -6px;
}
.scrolled .scroll-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}