/*
 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 {
  --color1: #2f302a;
  --bgcolor1: #f1ede7;
}
body {
  overflow-x: hidden !important;
}

/* navbar  */
a {
  text-decoration: none !important;
}
header .hfe-menu-item {
  border-left: 1px solid transparent;
}
header .current-menu-item .hfe-menu-item {
  border-color: var(--color1);
}
header .hfe-menu-item:hover {
  border-color: var(--color1);
}
.font2 {
  font-family: Reckless Neue;
}
.floating-icon {
  transition: 0.3s ease all;
}
.floating-icon:hover {
  right: 0 !important;
}
/* hero section   */
.herobanner video {
  pointer-events: none;
}
.hero-banner .carousel-inner,
.hero-banner .carousel-item,
.hero-banner .carousel-item img {
  /* object-fit: cover;
  object-position: center top;*/
  width: 100%;
}
.hero-banner .banner-indicators {
  margin: 0;
  left: 5%;
  bottom: 10%;
  width: auto;
  justify-content: start;
}
.hero-banner .banner-indicators button {
  width: 25px;
  height: 2px;
  text-indent: inherit;
  background: #cecece;
  margin: 0 10px 0 0;
  border: 0 !important;
  border-radius: 0%;
  transition: 0.3s ease all;
}
.hero-banner .banner-indicators button.active {
  opacity: 1;
  background: #fff;
  width: 50px;
}
.hero-banner .carousel-caption {
  top: inherit;
  left: inherit;
  right: 5%;
  width: 45%;
  text-align: right;
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 24px/24px Reckless Neue;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
}

.hero-banner .carousel-caption p {
  font: normal normal normal 15px/20px Nunito Sans;
  letter-spacing: 1.7px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  margin: 0;
}
.hero-banner .carousel-caption .hero-banner .banner-indicators button.active {
  color: var(--primary-color);
  opacity: 1;
}
.hero-banner .elementor-button {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.theme-link a {
  position: relative;
  border-bottom: 1px solid #7b7a78;
  overflow: hidden;
}
.theme-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #fff;
}
.theme-link a:hover::after {
  animation: animate 1s ease;
}
.theme-link a .elementor-button-content-wrapper {
  position: relative;
  z-index: 9;
}
@keyframes animate {
  0% {
    width: 15%;
    opacity: 0;
  }
  100% {
    width: 40%;
    opacity: 1;
    left: 100%;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.slidernav {
  padding-right: 20px;
}
.home-project-box {
  padding: 8px;
}
.home-project-box .img-box {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.home-project-box .img-box img {
  transition: 0.3s ease all;
}
.home-project-box:hover .img-box img {
  scale: 1.02;
}
.home-project-box .img-box .theme-link {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  opacity: 0;
}
.home-project-box .text-box {
  padding-left: 70px;
}
.home-project-box .text-box h3 {
  font: normal normal normal 24px/24px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
  opacity: 1;
  margin-bottom: 10px;
}
.home-project-box .text-box p {
  font: normal normal normal 15px/20px Nunito Sans;
  letter-spacing: 1.7px;
  color: #2f302a;
  text-transform: uppercase;
  opacity: 1;
  margin: 0;
}
.home-project-box:hover .img-box .theme-link {
  opacity: 1;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
  justify-content: space-between;
}
.testimonials-list-wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #f1ede7;
  opacity: 1;
  padding: 20px;
}
time.wp-block-latest-posts__post-date {
  text-align: left;
  font: normal normal normal 12px / 16px Nunito Sans;
  letter-spacing: 1.7px;
  color: #7b7a78;
  text-transform: uppercase;
  opacity: 1;
  display: block;
  margin: 8px 0;
}

.testimonials-list-wrap .client-img {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}
.testimonials-list-wrap .client-img img {
  border-radius: 50%;
}
.slick-slider-testimonial .slick-dots {
  display: flex;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  list-style: none;
  margin-top: 30px;
}
.slick-slider-testimonial .slick-dots li button {
  width: 25px;
  height: 2px;
  text-indent: inherit;
  background: #cecece;
  margin: 0 10px 0 0;
  border: 0 !important;
  border-radius: 0%;
  transition: 0.3s ease all;
  font-size: 0;
  padding: 0;
}
.slick-slider-testimonial .slick-dots li.slick-active button {
  opacity: 1;
  background: #000000;
  width: 50px;
}
#extra-fields {
  display: none;
}

.testimonials-list-wrap .user-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: #01579b;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}
.show-more-content-btn {
  color: #01579b;
}
.testimonials-list-wrap .user-name {
  text-align: left;
  font: normal normal 600 15px/20px Nunito Sans;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
}
.testimonials-list-wrap .user-name span {
  display: block;
  color: #6f7070;
  opacity: 1;
  font-weight: normal;
}
.testimonials-list-wrap .testimonial-body .ratings {
  color: #ffc400;
  font-size: 20px;
}
.testimonials-list-wrap .testimonial-body .ratings span {
  font: normal normal normal 14px/16px Nunito Sans;
  letter-spacing: 0px;
  color: #6f7070;
  opacity: 1;
}
.testimonials-list-wrap .testimonial-body .description {
  text-align: left;
  font: normal normal normal 16px/22px Nunito Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials-list-wrap .testimonial-body a {
  color: #01579b;
}

.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;
}
.more-content-container .max-width .testimonial-head {
  max-height: 400px;
  overflow: scroll;
}
.more-content-container .max-width .testimonial-head::-webkit-scrollbar {
  display: none;
}
.more-content-container h3 {
  text-align: left;
  font: normal normal 600 20px / 28px Nunito Sans;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
}
.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;
}
ul.elementor-icon-list-items {
  list-style: none !important;
}

.btn-custom {
  position: relative;
  border: 0 !important;
  padding: 0;
  color: #2f302a;
  background: transparent !important;
  border-bottom: 1px solid #7b7a78 !important;
  overflow: hidden;
}
.btn-custom:hover,
.btn-custom:focus {
  color: #2f302a !important;
  background-color: transparent !important;
}
.btn-custom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #fff;
}

.article-box .img-box {
  overflow: hidden;
}
.article-box .img-box img {
  transition: 0.3s ease all;
  width: calc(100% + 15px);
  scale: 1.1;
}
.article-box:hover .img-box img {
  transform-origin: right;
}
.our-article .col-lg-3:nth-child(even) img {
  height: 345px;
  object-fit: cover;
}
.article-box .text-box h5 {
  text-align: left;
  font: normal normal normal 18px/23px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
  opacity: 1;
}
.article-box .text-box p {
  text-align: left;
  font: normal normal normal 14px/16px Nunito Sans;
  letter-spacing: 1.7px;
  color: #7b7a78;
  text-transform: uppercase;
  opacity: 1;
}
.project-details p span {
  color: #7b7a78;
}
.project-details h2 {
  font: normal normal normal 42px/50px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
  text-transform: capitalize;
}
.project-box .text-box h5 {
  text-align: left;
  font: normal normal normal 24px/28px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
  opacity: 1;
}
.project-box .text-box p.date {
  text-align: left;
  font: normal normal normal 12px/16px Nunito Sans;
  letter-spacing: 1.7px;
  color: #7b7a78;
  text-transform: uppercase;
  opacity: 1;
}
.project-box .text-box .content-area {
  text-align: left;
  font: normal normal normal 16px/24px Nunito Sans;
  letter-spacing: 0px;
  color: #2f302a;
  opacity: 1;
}
.project-box .text-box .content-area h1,
.project-box .text-box .content-area h2,
.project-box .text-box .content-area h3,
.project-box .text-box .content-area h4,
.project-box .text-box .content-area h5,
.project-box .text-box .content-area h6 {
  font-family: Reckless Neue;
}
.related-articles {
  padding: 40px 0;
}
.related-articles h1 {
  font: normal normal normal 32px / 20px Reckless Neue !important;
  letter-spacing: 0px;
  color: #2f302a;
}

.our-article-wrap h4 {
  font: normal normal normal 20px / 25px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
}
.breadcrumbs-article a,
.breadcrumbs-article {
  font: normal normal normal 15px / 20px Nunito Sans;
  letter-spacing: 1.7px;
  color: #7b7a78;
  text-transform: uppercase;
}

.wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
  display: flex;
}
ul.wp-block-latest-posts__list.alignleft.wp-block-latest-posts {
  margin-left: 0 !important;
  list-style: none;
  padding-left: 0;
}

button.wp-block-search__button.has-icon.wp-element-button {
  border: 0;
  border-bottom: 1px solid #7b7a78;
}
button.wp-block-search__button.has-icon.wp-element-button {
  border: 0;
  border-bottom: 1px solid #7b7a78;
  margin-left: 0;
}
ul.wp-block-latest-posts__list.alignleft.wp-block-latest-posts li {
  margin-bottom: 30px;
}

ul.wp-block-latest-posts__list.alignleft.wp-block-latest-posts li a {
  font: normal normal normal 20px / 26px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
}
.article-sidebar .wp-block-heading {
  font: normal normal normal 28px / 32px Reckless Neue !important;
  letter-spacing: 0px !important;
  color: #2f302a !important;
}

input,
textarea {
  border-bottom: 1px solid #8f8f90 !important;
}
textarea {
  height: 120px;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #8f8f90;
}
.elementor-kit-8 label {
  width: 100%;
}
.wpcf7-list-item {
  margin: 0.8rem 1em 0 0;
}

.pagination-two .page-numbers {
  font: normal normal 600 16px / 20px Nunito Sans;
  letter-spacing: 0px;
  color: #2f302a;
  text-transform: capitalize;
  padding: 5px 8px;
  border-bottom: 1px solid #2f302a;
  margin: 0 !important;
  opacity: 0.5;
}
.pagination-two .page-numbers.current {
  color: #2f302a;
  opacity: 1;
}
.pagination-two .prev.page-numbers,
.pagination-two .next.page-numbers {
  opacity: 1;
  border: 0;
}
.book-an-appointment {
  translate: -50% -10%;
}
.elementor-button,
.wpcf7-submit {
  position: relative;
  min-width: 150px;
}
.elementor-button span {
  position: relative;
}
.contact_form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.contact_form .wpcf7-checkbox .wpcf7-list-item {
  width: 41%;
  border: 1px solid #8f8f90;
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.contact_form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact_form .wpcf7-checkbox .wpcf7-list-item input {
  width: 15px;
  height: 15px;
}
.contact_form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 15px);
  padding-left: 10px;
  display: inline-block;
  line-height: 1.3;
}
.elementor-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #21201e;
  transition: 0.3s ease all;
}
.elementor-button:hover::before {
  width: 100%;
}
.wpcf7-submit:hover {
  background: #21201e !important;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0 !important;
  width: 25px !important;
  height: 2px !important;
  background: #c1b8b6 !important;
  transition: 0.3s ease all !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 50px !important;
  background-color: #21201e !important;
}
.project-details {
  padding: 100px 0;
  background: var(--bgcolor1);
}
.date {
  text-align: left;
  font: normal normal normal 14px/16px Nunito Sans;
  letter-spacing: 1.7px;
  color: #7b7a78;
  text-transform: uppercase;
  opacity: 1;
}

.search-box form img {
  top: 50%;
  right: 5px;
  translate: 0 -65%;
  width: 18px;
}
.design-process {
  position: relative;
}
.design-process::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #707070;
}
.design-process .right-numbers {
  position: relative;
}
.design-process .right-numbers::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 1px;
  background-color: #707070;
}
.design-process .left-numbers {
  position: relative;
}
.archive.tax-product_cat .woocommerce-breadcrumb {
  display: none !important;
}
.archive.tax-product_cat .woocommerce-breadcrumb.new-breadcrumb {
  display: block !important;
}
.design-process .left-numbers::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 1px;
  background-color: #707070;
}
.product-categories {
  list-style: none;
  padding: 0;
}
.product-categories li a {
  text-align: left;
  font: normal normal normal 14px/18px Nunito Sans;
  letter-spacing: 1.8px;
  color: #2f302a;
  text-transform: uppercase;
  opacity: 1;
  display: block;
  margin-bottom: 12px;
}
.aws-container .aws-search-form .aws-form-btn {
  border: 0;
  border-bottom: 1px solid #8f8f90;
  background: #fff;
}
.aws-container .aws-search-field {
  text-transform: uppercase;
}

.career-slider .carousel-content {
  background-color: #f1ede7;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-slider .content-career h3 {
  font: normal normal normal 18px/24px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
}
.career-slider .arrrows {
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-slider .arrrows button {
  padding: 0;
  border: 0;
  position: relative;
  display: block;
  opacity: 1;
  background-color: transparent !important;
}
.career-slider .arrrows button:hover {
  padding: 0;
  border: 0;
  position: relative;
  display: block;
  background-color: transparent !important;
}
.career-slider .arrrows button img {
  width: 20px !important;
  min-width: 20px;
}

.career-slider .carousel-content .img-vac {
  width: 65px;
}

li.product .woocommerce-loop-product__title,
section.related.products li.product .woocommerce-loop-product__title {
  width: 70%;
  float: left;
  text-align: left;
  font: normal normal normal 18px/20px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
  opacity: 1;
  padding-top: 0 !important;
}
li.product .price,
section.related.products li.product .price {
  width: 30%;
  float: right;
  padding-top: 3px;
  text-align: right;
}
section.related.products li.product .price {
  text-align: right;
  font: normal normal normal 15px/18px Nunito Sans;
  letter-spacing: 1px;
  color: #2f302a;
  text-transform: uppercase;
  opacity: 1;
}
li.product .attachment-woocommerce_thumbnail,
section.related.products li.product .attachment-woocommerce_thumbnail {
  background: #fff;
  transition: 0.3s ease all;
}
li.product .add_to_cart_button,
section.related.products li.product .add_to_cart_button {
  position: absolute;
  left: 50%;
  top: 38%;
  translate: -50% -38%;
  background: transparent;
  text-align: center;
  font: normal normal 600 16px/18px Nunito Sans;
  letter-spacing: 0px;
  color: #2f302a;
  opacity: 1;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: 0.3s ease all;
  white-space: nowrap;
}
li.product .add_to_cart_button::before,
section.related.products li.product .add_to_cart_button::before {
  content: "+";
}
li.product:hover .attachment-woocommerce_thumbnail,
section.related.products li.product:hover .attachment-woocommerce_thumbnail {
  opacity: 0.2;
}
li.product:hover .add_to_cart_button,
section.related.products li.product:hover .add_to_cart_button {
  opacity: 1;
}
.woocommerce .woocommerce-ordering select {
  display: none;
}
.woocommerce .woocommerce-result-count {
  width: 100%;
  text-align: right;
  font: normal normal normal 13px/20px Nunito Sans;
  letter-spacing: 1.6px;
  color: #2f302a;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 30px;
}
.woocommerce-pagination ul {
  border: 0 !important;
}
.woocommerce-pagination ul li {
  border: 0 !important;
}
.woocommerce-pagination ul .page-numbers {
  border: 0 !important;
  border-bottom: 1px solid #b5b5b5 !important;
  background: transparent !important;
  padding: 5px 10px !important;
}
.woocommerce-pagination ul .page-numbers.current {
  border-color: #2f302a !important;
}
.woocommerce-pagination ul .next {
  border: 0 !important;
  margin-left: 10px;
}
.woocommerce-pagination ul .prev {
  border: 0 !important;
  margin-right: 10px;
}
.wpfFilterWrapper .ui-slider-horizontal,
.wpfFilterWrapper {
  margin-top: 0 !important;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px !important;
  height: 12px !important;
  cursor: default;
  border-radius: 50% !important;
  border: 0 !important;
  background: #2f302a !important;
  top: -6px !important;
}
.ui-slider .ui-slider-handle:hover {
  border: 0 !important;
  background: var(--color1) !important;
  border-color: var(--color1) !important;
}
.ui-widget-header {
  background: var(--color1) !important;
  border: 0 !important;
}
.wpfFilterWrapper .ui-slider-horizontal {
  height: 2px !important;
  background: var(--color1) !important;
}
.wpfFilterWrapper .wpfPriceInputs {
  justify-content: start !important;
  font: normal normal normal 14px/16px Nunito Sans;
  letter-spacing: 1.8px;
  color: #2f302a;
  text-transform: uppercase;
  opacity: 1;
}

.single.single-product #primary {
  padding-top: 100px;
}
.single-product {
  overflow-x: hidden;
}
.entry-title {
  text-align: left;
  font: normal normal normal 45px/45px Reckless Neue;
  letter-spacing: 0px;
  color: #21201e;
  opacity: 1;
  margin-bottom: 10px;
}
.entry-summary .amount {
  text-align: left;
  font: normal normal normal 16px/18px Nunito Sans;
  letter-spacing: 2px;
  color: #2f302a;
  text-transform: uppercase;
  opacity: 1;
  display: block;
  margin-bottom: 40px;
}
.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.entry-summary .posted_in {
  display: none;
}
.entry-summary .single_add_to_cart_button {
  position: relative !important;
  min-width: 150px !important;
  font-family: "Nunito Sans", Sans-serif !important;
  font-weight: 400 !important;
  color: #27272a !important;
  border: 1px solid #21201e !important;
  border-radius: 0px 0px 0px 0px !important;
  background: transparent !important;
  margin-left: 20px !important;
}
.entry-summary .single_add_to_cart_button:hover {
  background-color: #21201e !important;
  color: #fff !important;
}
.entry-summary .single_add_to_cart_button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #21201e;
  transition: 0.3s ease all;
  z-index: -1;
}
.entry-summary .single_add_to_cart_button:hover::before {
  width: 100%;
}
.woocommerce-message {
  border: 0 !important;
  background-color: #f1ede7 !important;
}
.woocommerce-message .wc-forward {
  background: transparent !important;
  text-align: left;
  font: normal normal 600 16px/20px Nunito Sans;
  letter-spacing: 0px;
  color: #2f302a;
  text-transform: capitalize;
  opacity: 1;
}
.slick-list.draggable {
  height: 100% !important;
}
.slick-track.flex-control-nav {
  height: auto !important;
}
.wc-block-components-panel__button {
  padding: 10px 10px 10px 10px !important;
}
/* woocommerce start  */

/* shop detail start */

.woocommerce .woocommerce-breadcrumb {
  text-align: left;
  font: normal normal normal 13px/18px Nunito Sans;
  letter-spacing: 1.7px;
  color: #7b7a78;
  opacity: 1;
  margin: 0 0 2.5em;
  padding: 0;
  text-transform: uppercase !important;
}
.woocommerce .woocommerce-breadcrumb a {
  font: normal normal normal 13px/18px Nunito Sans;
  letter-spacing: 1.7px;
  color: #7b7a78;
  text-transform: uppercase !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
section.related.products {
  padding: 100px 0 !important;
  border-top: 1px solid #707070;
  position: relative;
  float: inline-start;
  width: 100%;
}
section.related.products h2 {
  text-align: left;
  font: normal normal normal 24px/20px Reckless Neue;
  letter-spacing: 0px;
  color: #2f302a;
  opacity: 1;
  margin-bottom: 50px;
}
.alignwide {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* shop detail end */

/* 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: Nunito Sans;
  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 Nunito Sans;
  letter-spacing: 0px;
  color: #000 !important;
  text-decoration: none !important;
}
.wc-block-cart-item__prices {
  font: normal normal normal 18px / 24px Nunito Sans;
  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 #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: #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: "Nunito Sans";
  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 */

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: #2f302a;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #2f302a;
  border-radius: 0px;
  padding: 8px 24px 8px 24px;
  color: #fff;
}
.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: "Nunito Sans";
  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-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--color1);
}
.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: Nunito Sans !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;
  padding: 5px !important;
}

.woocommerce-message {
  border-top-color: var(--color1);
}
.woocommerce-message::before {
  color: var(--color1);
}
.woocommerce-message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.page-header .entry-title {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}
.marquee .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}
.marquee .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}
.marquee .slick-slide {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee .slick-slide .inner {
  margin: 0 15px;
}
.marquee .slick-slide img {
  display: block;
  width: auto;
  height: 80px;
}
/* user dashboared end */
@media (max-width: 991px) {
  .hero-banner .carousel-caption {
    right: 0;
    padding: 0 15px;
    width: 70%;
  }
  .project--titles {
    left: 15px !important;
  }
  .home-project-box .text-box {
    padding-left: 10px;
  }
  .elementor-button,
  .wpcf7-submit {
    min-width: 1px;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    height: auto;
  }
  .hero-banner .carousel-caption {
    /* width: 100%;
    top: 50%;
    translate: 0 -50%;
    text-align: center; */
  }
  .hero-banner .carousel-caption h3 {
    font-size: 20px;
  }
  .hero-banner .banner-indicators {
    justify-content: start;
  }
  .project--titles {
    position: inherit !important;
    top: 0 !important;
  }
  .home-project-box .text-box {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .home-project-box .img-box {
    padding-left: 0 !important;
  }
  .our-article .col-lg-3:nth-child(even) img {
    height: auto;
  }
  .design-process::before {
    display: none;
  }
  .design-process .left-numbers::after,
  .design-process .right-numbers::before {
    display: none;
  }
  .home-project-box .img-box .theme-link {
    display: none !important;
  }
  .book-an-appointment {
    /* translate: -50% 50%; */
  }
}
@media (max-width: 576px) {
.contact_form .wpcf7-checkbox .wpcf7-list-item {
  width: 100% !important;
}
}

.slick.marquee.slick-slider {
  overflow-x: hidden;
}
.home-project-box .theme-link a::after {
  width: 100%;
}
.home-project-box .theme-link a:hover::after {
  animation: none !important;
}
.wpcf7-list-item {
  margin: 5px 15px 0px 0em !important; 
}