/*
 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;
} */
.woocommerce div.product form.cart .variations label {
  color: #333;
}
.slick-track.flex-control-nav {
  height: auto !important;
}
.hfeed.site {
  overflow: hidden;
}
.learn-more {
  display: inline-block;
  font: normal normal 500 13px / 20px Raleway !important;
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 15px;
  position: relative;
  z-index: 0;
}
.learn-more::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff4d;
  left: 55px;
  top: 50%;
  translate: 0 -50%;
  z-index: -1;
  transition: all ease 0.4s;
}
.learn-more:hover::before {
  scale: 1.2;
  border-color: #fb423a;
  background-color: #fb423a;
}
.btn-primary a:hover {
  border-color: #fb423a !important;
}
.heading2 {
  font: normal normal 500 30px/36px Raleway !important;
  color: #121212 !important;
}
.heading3 {
  font: normal normal 500 42px / 50px Raleway !important;
  color: #ffffff !important;
}
.book-consultation:hover {
  border-bottom: 1px solid #fb423a !important;
}
.smarter-btn {
  text-decoration: none !important;
}
.smarter-btn .smarter-icon {
  position: relative;
  top: 0;
  transition: all ease 0.4s;
}
.smarter-btn:hover .smarter-icon {
  top: 7px;
}
.page-id-22 .navbar .navbar-logo img,
.page-id-1095 .navbar .navbar-logo img,
.page-id-1084 .navbar .navbar-logo img,
.page-id-1578 .navbar .navbar-logo img,
.page-id-11 .navbar .navbar-logo img,
.page-id-14 .navbar .navbar-logo img {
  filter: brightness(10);
  transition: all ease 0.3s;
}
.page-id-22 .navbar:hover .navbar-logo img,
.page-id-1095 .navbar:hover .navbar-logo img,
.page-id-1084 .navbar:hover .navbar-logo img,
.page-id-1578 .navbar:hover .navbar-logo img,
.page-id-11 .navbar:hover .navbar-logo img,
.page-id-14 .navbar:hover .navbar-logo img {
  filter: brightness(1);
}
.page-id-22 .navbar,
.page-id-1095 .navbar,
.page-id-1084 .navbar,
.page-id-1578 .navbar,
.page-id-11 .navbar,
.page-id-14 .navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.postid-1295 .footer-width-fixer {
  background-color: #fff;
}
.page-id-1856 header,
.page-id-1856 footer {
  display: none;
}
/* form start */
form .form-group label {
  width: 100%;
}
form .form-group p {
  margin: 0;
  text-align: left;
}
form .form-group .form-control {
  padding: 10px 20px;
  font: normal normal normal 13px/22px Raleway;
  color: #ffffff;
  background: transparent 0% 0% no-repeat padding-box;
  border: 1px solid #535353;
  border-radius: 0;
  box-shadow: none !important;
}
form .form-group .form-control::placeholder {
  color: #fff;
}
form .form-group .form-btn {
  font: normal normal 600 13px/20px Raleway;
  letter-spacing: 1.7px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 25px;
  background: transparent 0% 0% no-repeat padding-box;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 0;
  transition: all ease 0.4s;
}
form .form-group .form-btn:hover {
  background: #fb423a 0% 0% no-repeat padding-box;
  border-color: #fb423a;
}
form .cf7sr-g-recaptcha {
  display: flex;
  justify-content: center;
}
.banner {
  position: relative;
  z-index: 0;
}
.banner .banner-text {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
}
.home2 {
  position: relative;
  z-index: 0;
}
/* .home2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8575805322128851) 43%,
    rgba(41, 41, 41, 0.09007352941176472) 100%
  );
  opacity: 0;
} */
.home2 .home2-content {
  top: 50%;
  translate: 0 -50%;
}
.home2 .animated-img img {
  pointer-events: none;
}
.animated-img .warm-img,
.animated-img .cool-img {
  opacity: 0;
  height: 100%;
}
.animated-img.brightness-1 .warm-img {
  opacity: 1;
}
.animated-img.brightness-2 .cool-img {
  opacity: 1;
}
.home2 .warm-tone:hover h3,
.home2 .warm-tone:hover p,
.home2 .cool-tone:hover h3,
.home2 .cool-tone:hover p {
  color: #333 !important;
}
.home-interaction1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: -1;
}
.warm-tone:hover {
  transition: all ease 0.4s !important;
}
.warm-tone .warm-title h3,
.warm-tone p {
  transition: all ease 0.4s;
}
/* .warm-tone:hover .warm-title h3,
.warm-tone:hover p {
  color: #252525 !important;
} */
.warm-tone {
  position: relative;
  z-index: 0;
}
.warm-tone:hover .home-interaction1 {
  opacity: 1;
  visibility: visible;
}
.header-tabs .e-n-tabs-heading {
  --n-tabs-heading-width: 300px !important;
  background-color: #222222;
  gap: 0 !important;
  padding: 25px 0;
}
.header-tabs .e-n-tabs-heading button {
  justify-content: space-between !important;
}
.mouse-line {
  position: relative;
  z-index: 0;
}
.mouse-line::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: #fb423a;
  width: 58%;
  height: 2px;
  z-index: 1;
}
.home-service .service-slider .owl-nav button {
  opacity: 1;
}
.home-service .service-slider .owl-nav button i {
  border-radius: 50%;
}
.about1 {
  position: relative;
  z-index: 0;
}
.about1 .heading1 {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}
.about2 .misson-inner .misson-content {
  position: relative;
  z-index: 0;
}
.about2 .misson-inner .misson-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #121212e6 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 1;
}
.about2 .misson-inner:hover .misson-content::before {
  opacity: 1;
  visibility: visible;
}
.about2 .misson-inner .mission-text {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 1;
}
.about2 .misson-inner:hover .misson-content .mission-text {
  opacity: 1;
  visibility: visible;
}
/* Timeline Container */
.our-journey .timeline-container {
  position: relative;
  padding: 1rem;
  text-align: center;
}
/* Timeline Line */
.our-journey .timeline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.our-journey .timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #444;
  transform: translateY(-50%);
  z-index: 0;
}
/* Progress Line */
.our-journey .timeline-progress {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  background-color: #f00;
  transform: translateY(-50%);
  width: 0; /* Initially 0, grows dynamically */
  z-index: 1;
  transition: width 0.5s ease-in-out;
}
/* Timeline Points */
.our-journey .timeline-point {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #121212;
  border-radius: 50%;
  z-index: 2;
  border: 1px solid #535353;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.our-journey .timeline-point.active {
  border-color: #fb423a;
  transform: scale(1.3);
}
.our-journey .timeline-point span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.85rem;
}
/* Navigation Arrows */
.our-journey .timeline-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  z-index: 2;
}
.our-journey .timeline-arrows button {
  position: absolute;
  background: transparent;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  width: 35px;
  height: 35px;
  border: 1px solid #535353;
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
  color: #535353;
  transition: color 0.3s ease;
}
.our-journey .timeline-arrows .arrows-left {
  left: -6%;
}
.our-journey .timeline-arrows .arrows-right {
  right: -6%;
}
.our-journey .timeline-arrows button.hover {
  color: #fff;
  border-color: #fff;
}
/* Content Area */
.our-journey .timeline-content {
  padding: 5px 0;
}
.our-journey .timeline-content h3 {
  font: normal normal 600 24px/30px Raleway;
  color: #ffffff;
  text-align: left;
  margin-bottom: 1rem;
}
.our-journey .timeline-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
}
.facebook-text a {
  text-decoration: none !important;
  transition: all ease 0.4s;
}
.facebook-text a:hover {
  text-decoration: underline !important;
}
.brand .brand-logo {
  display: grid;
  place-items: center;
  height: 180px;
  border: 1px solid #80808024;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 40px;
  transition: all ease 0.4s;
}
.brand .brand-logo img {
  scale: 1;
  transition: all ease 0.4s;
}
.brand .brand-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #222222 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: -1;
}
.brand .brand-logo:hover::before {
  opacity: 1;
  visibility: visible;
}
.brand .brand-logo:hover img {
  scale: 1.05;
}
.service-slider .owl-content span {
  display: block;
}
@media (min-width: 991px) {
  .col-lg-20 {
    width: 20% !important;
  }
}
.service-box {
  position: relative;
  z-index: 0;
}
.service-box .service-img {
  overflow: hidden;
}
.service-box .service-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #000000b3 0% 0% no-repeat padding-box; */
  background: #0000005e 0% 0% no-repeat padding-box;
  left: 0;
  top: 0;
  z-index: 1;
  /* opacity: 0;
  visibility: hidden; */
  transition: all ease 0.4s;
}
.service-box .service-img img {
  height: 400px;
  object-fit: cover;
}
.service-box .service-text {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  /* opacity: 0;
  visibility: hidden; */
  transition: all ease 0.4s;
}
.service-box .service-text .service-title {
  font: normal normal 600 28px/36px Raleway;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.service-box:hover .service-img::before {
  opacity: 1;
  visibility: visible;
}
.service-box:hover .service-text {
  opacity: 1;
  visibility: visible;
}
.resource-box .resource-text .resource-title {
  font: normal normal 600 26px/34px Raleway;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.back-btn {
  cursor: pointer;
}

.smarter1 .heading1 {
  bottom: 47%;
  translate: 0 50%;
}
/* shop  start */
.products li {
  background: #fff 0% 0% no-repeat padding-box;
}
.products li .custom-image-wrapper {
  overflow: hidden;
  background-color: #eeeeee;
  margin-bottom: 15px;
}
.products li .custom-image-wrapper img {
  margin-bottom: 0 !important;
  transition: all ease 0.5s;
}
.products li:hover .custom-image-wrapper img {
  scale: 1.05;
}
.products li .custom-title-price-wrapper {
  background-image: url(http://localhost/wordpress/season-expression/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 ul.products li.product a img {
  margin-bottom: 5px;
}
.woocommerce-loop-product__title {
  font: normal normal 600 17px/24px Raleway !important;
  color: #121212 !important;
  text-transform: capitalize;
  padding: 0px 8px !important;
}
.woocommerce ul.products li.product .price {
  margin-bottom: 0;
  padding: 0px 8px !important;
}
.products .woocommerce-Price-amount {
  font: normal normal normal 16px/24px Raleway !important;
  color: #121212;
  text-transform: capitalize;
}
.products li .add_to_cart_button {
  position: absolute;
  top: 75%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  margin: auto;
  background: #70513d 0% 0% no-repeat padding-box !important;
  border-radius: 50px;
  font: normal normal normal 15px/24px MADE CARVING Personal Use !important;
  color: #fff683 !important;
  text-decoration: none !important;
  padding: 8px 0;
  border: 0 !important;
  width: 90%;
  text-align: center;
  margin-top: -20px !important;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  display: none !important;
}
.products li .add_to_cart_button:hover {
  background: #fefabb 0% 0% no-repeat padding-box !important;
  color: #70513d !important;
}
.products li:hover .add_to_cart_button {
  opacity: 1;
  visibility: visible;
}
h1.product_title.entry-title {
  font: normal normal 600 30px/38px Poppins;
  color: #000204;
}
.woocommerce div.product div.images {
  background-color: #eeeeee;
  margin-bottom: 0 !important;
  padding: 10px;
}
.woocommerce div.product div.summary {
  padding-left: 40px;
  padding-top: 60px;
}
.summary .woocommerce-Price-amount {
  font: normal normal normal 20px/26px Raleway;
  color: #121212;
  text-transform: capitalize;
}
.woocommerce div.product .product_title {
  font: normal normal 500 30px/36px Raleway;
  color: #121212;
  text-transform: capitalize;
  margin-bottom: 15px !important;
}
.woocommerce-product-details__short-description {
  font: normal normal normal 15px/24px Raleway;
  color: #121212;
  margin-top: 25px;
}
.single_add_to_cart_button {
  background: transparent 0% 0% no-repeat padding-box !important;
  font: normal normal 600 13px/18px Raleway !important;
  letter-spacing: 1px;
  color: #121212 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 12px 50px !important;
  border: 1px solid #121212 !important;
  border-radius: 0 !important;
  width: 100%;
  transition: all ease 0.4s;
}
.single_add_to_cart_button:hover {
  background: #fb423a 0% 0% no-repeat padding-box !important;
  color: #fff !important;
  border-color: #fb423a !important;
}
.content-area {
  margin-top: 0;
}
.cart {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.cart .quantity {
  margin-right: 20px !important;
}
.cart .quantity .input-text {
  font: normal normal normal 15px/20px Raleway;
  color: #121212;
  padding: 12px 5px !important;
  background: #eeeeee 0% 0% no-repeat padding-box;
  border-radius: 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.woocommerce .quantity .qty {
  width: 5.631em;
}
.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;
  margin-top: 30px;
  padding: 30px 0;
}
section.related.products h2 {
  font: normal normal medium 34px/40px Raleway;
  color: #121212;
  text-transform: capitalize;
  margin-bottom: 40px;
  text-align: center;
}
section.related.products .products li {
  background: transparent;
  margin: 0 20px 20px 0;
}
section.related.products .products li .woocommerce-loop-product__title {
  font-size: 16px !important;
  text-align: left;
}
section.related.products .products .woocommerce-Price-amount {
  font-size: 15px;
  color: #121212;
}
section.related.products .products li .add_to_cart_button {
  background: #fff683 0% 0% no-repeat padding-box !important;
  color: #70513d !important;
}
section.related.products .products li .add_to_cart_button:hover {
  background: #70513d 0% 0% no-repeat padding-box !important;
  color: #fff683 !important;
}
.product_meta {
  display: none;
}
.woocommerce-result-count {
  display: none;
}
.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 {
  margin: 0 8px;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  font: normal normal 600 18px/24px Raleway !important;
  color: #121212;
  background: transparent !important;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  color: #fb423a;
}
.woocommerce nav.woocommerce-pagination ul li .current {
  color: #fb423a !important;
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next {
  color: #fb423a;
}
.product-catalogue .filter-section .filter-title {
  font: normal normal bold 15px/22px Raleway;
  color: #121212;
  text-transform: uppercase;
  border-bottom: 1px solid #fb423a;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.product-catalogue .filter-section .form-check {
  padding: 0;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
.product-catalogue .filter-section .form-check .form-check-label {
  font: normal normal normal 15px/22px Raleway;
  color: #121212;
}
.product-catalogue .filter-section .form-check .form-check-input {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  border: 1px solid #535353;
  border-radius: 0;
  box-shadow: none;
}
.product-catalogue .filter-section .form-check .form-check-input:checked {
  background-color: #fb423a;
  border-color: #fb423a;
}
.product-card a {
  text-decoration: none !important;
}
.product-card .product-card-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.product-card .product-card-item img {
  transition: all ease 0.4s;
}
.product-card:hover .product-card-item img {
  scale: 1.05;
}
.product-card .product-title {
  font: normal normal 600 16px/24px Raleway;
  color: #121212;
}
.pagination .page-item {
  margin: 0 14px;
}
.pagination .page-item .page-link {
  border: 0;
  font: normal normal 600 15px/20px Raleway;
  color: #121212;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.pagination .page-item .active {
  color: #fb423a;
}
.pagination .page-item .page-link .fa {
  color: #fb423a;
  font-size: 13px;
}
#brand-filter-form input[type="checkbox"] {
  float: right;
}
/* Style for thumbnails */
.product-thumbnails .product-detail-carousel {
  background-color: #eeeeee;
}
.gallery-slider {
  display: flex !important;
  flex-direction: row-reverse !important;
  padding: 10px;
}

.product-thumbnails .slick-dots {
  list-style: none;
  padding-left: 0;
  min-width: 100px;
  margin-left: 0px;
  margin-top: 0px;
}
.product-thumbnails .slick-dots li {
  padding: 0 10px 10px 10px;
}
.single-our_products header {
  background-color: #000;
}
.product-thumbnails .product-btn .learn-more {
  color: #121212 !important;
  top: -6px;
  left: 60px;
}
.product-thumbnails .product-btn .learn-more::before {
  border-color: #fb423a4d;
}
.product-thumbnails .product-btn .learn-more::before {
  left: 10px;
}
.size-label {
  display: block;
  font: normal normal 600 15px / 25px Raleway;
  letter-spacing: 1.7px;
  color: #121212 !important;
}
select.sizes {
  display: inline-block;
  border-radius: 0;
  max-width: 230px;
  border: 1px solid #121212 !important;
  border-radius: 0;
  font: normal normal 600 13px / 20px Raleway;
  letter-spacing: 1.7px;
  color: #121212 !important;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: allease 0.4s;
}

/* .product-thumbnails .product-detail-slider {
  background-color: #eeeeee;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-thumbnails .product-detail-slider .thumbnails {
  position: absolute;
  left: 12%;
  top: 20px;
}
.product-thumbnails .product-detail-slider .product-btn {
  position: absolute;
  bottom: 0;
  left: 13%;
  bottom: 40px;
}
 */
#brand-filter-form label {
  font: normal normal normal 14px / 20px Raleway;
  letter-spacing: 0px;
  color: #121212;
  margin-bottom: 10px;
  display: block;
}
#brand-filter-form label .checkboxc {
  position: relative;
  cursor: pointer;
  float: right;
}
#brand-filter-form label input {
  display: none !important;
}
#brand-filter-form label .checkboxc:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #535353;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
#brand-filter-form label input:checked + .checkboxc:before {
  content: "";
  border: 1px solid #fb413a;
  background-color: #fb413a;
}

#brand-filter-form label input:checked + .checkboxc:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product-thumbnails .thumbnail {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  background: transparent;
}
.product-thumbnails .thumbnail:hover {
  border-color: #000;
}
/* Style for the main image */
.product-thumbnails .main-image {
  border-radius: 10px;
}
.product-thumbnails .product-detail-text .product-detail-title {
  font: normal normal 500 32px/36px Raleway;
  color: #121212;
  text-transform: capitalize;
}
.btn-secondary {
  border: 1px solid #121212 !important;
  border-radius: 0;
  font: normal normal 600 13px/20px Raleway;
  letter-spacing: 1.7px;
  color: #121212 !important;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all ease 0.4s;
}
.btn-secondary:hover {
  background-color: #fb423a;
  color: #fff !important;
  border-color: #fb423a !important;
}
.product-details {
  padding: 40px 0;
}
.product-details .product-sub-title {
  font-size: 14px;
  color: #121212;
}
.product-details table tr {
  border-bottom: 1px solid #fb423a99;
}
.product-details table tr td {
  background-color: transparent !important;
  border: 0;
  padding: 15px 0;
}
.product-content .border-bottom {
  border-color: #fb423a99 !important;
}
.product-contact table tr {
  border: 0;
}
.product-inner {
  padding: 50px 0;
}
.product-inner .product-inner-slider {
  position: relative;
  z-index: 0;
}
.product-inner .product-inner-slider .item {
  padding: 0 15px;
}
.product-inner .product-inner-slider .cursor-pointer {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 45px;
  left: 0;
}
.product-inner .product-inner-slider .cursor-pointer .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.product-inner .product-inner-slider .cursor-pointer .slick-arrow .fa {
  color: #121212;
}
.product-inner .product-inner-slider .cursor-pointer .arrow-left {
  left: 60px;
}
.product-inner .product-inner-slider .cursor-pointer .arrow-right {
  right: 60px;
}
.smart-slider .owce-carousel .owl-stage-outer {
  padding-top: 0;
}
.smart-slider .owce-carousel .owl-dots {
  position: absolute;
  bottom: 16px;
  right: 0;
  margin: 0;
}
.smart-slider .owce-carousel .owl-dots .active span {
  background-color: #fb423a !important;
}
.project-category-filter-list ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ffffff59;
}
.project-category-filter-list ul li {
  padding: 0px 20px;
}
.project-category-filter-list li a {
  font: normal normal 600 20px/25px Raleway;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 0px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.project-category-filter-list li a.active {
  border-bottom: 1px solid #fb423a;
}
.project-category-filter-list li a:before {
  content: "";
}
.project-detail {
  padding: 50px 0;
}
.project .nav-tabs {
  justify-content: center;
  border: 0;
  position: relative;
  z-index: 0;
}
.project .nav-tabs::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #535353;
  z-index: -1;
}
.project .nav-tabs .nav-item {
  margin: 0 25px;
}
.project .nav-tabs .nav-item button {
  background: transparent;
  font: normal normal 600 16px/20px Raleway;
  color: #ffffff;
  text-transform: capitalize;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-bottom: 10px;
  border-radius: 0;
}
.project .nav-tabs .nav-item .active {
  border-color: #fb423a;
}
.project-box a {
  text-decoration: underline !important;
}
.project-box .project-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.project-box .project-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000000b3 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.project-box .project-img .project-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 1;
}
.project-box .project-img .project-text .project-title {
  font: normal normal 600 26px/34px Raleway;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.project-box:hover .project-img .project-text {
  opacity: 1;
  visibility: visible;
}
.project-box:hover .project-img::before {
  opacity: 1;
  visibility: visible;
}
.brand-filter {
  padding-left: 0;
  list-style: none;
}
.brand-filter li {
  margin-bottom: 6px;
}
.brand-filter li a {
  text-decoration: none;
  color: #121212;
}
.brand-filter li a:hover {
  color: #121212;
}
.shop-sidebar .accordion .accordion-item {
  border: 0;
  margin-bottom: 6px;
}
/* .shop-sidebar .accordion .accordion-item .accordion-button {
  display: none;
} */
.shop-sidebar .accordion .accordion-item .accordion-header a {
  text-decoration: none;
  color: #121212;
}
.resource-detail-inner .date {
  font: normal normal normal 12px/18px Raleway;
  color: #ffffff;
  text-transform: uppercase;
}
.resource-detail-inner p {
  color: #fff;
}
.resource-detail .learn-more::before {
  left: 10px;
}
.resource-detail {
  padding: 40px 0;
}
.service-detail {
  overflow: hidden;
}
.service-detail .service-detail-banner {
  background-color: #222222;
  position: relative;
  z-index: 0;
}
.service-detail .service-detail-banner .service-detail-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-detail .service-detail-banner .service-detail-btn li a {
  font: normal normal 600 14px/20px Raleway;
  letter-spacing: 0.36px;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}
.service-detail .service-detail-banner .service-detail-btn li a:hover {
  text-decoration: underline !important;
}
.service-detail .service-detail-banner .service-detail-btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}

.service-box-slider .service-title {
  font: normal normal 600 20px / 23px Raleway;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 7px;
}
.slick-slider-services button {
 position: absolute;
 top: 40%;
 z-index: 1;
 padding: 0;
 background: transparent;
 border: 0;
}
.slick-slider-services button:hover, .slick-slider-services button:focus, .slick-slider-services button:focus-visible {
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
 }
 .slick-slider-services button  img { 
  width: 40px;
 }
.slick-slider-services .slick-prev {
left: -10px;
 }
 .slick-slider-services .slick-next {
  right: -10px;
   }



.brand-gallery-slider .swiper-pagination {
  display: flex;
  justify-content: end;
}
.indoor-box {
  margin: 0 10px;
}
.indoor-box .indoor-img {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #fff;
  margin-bottom: 18px;
}
.indoor-box .indoor-img .btn-secondary {
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  text-align: center;
  z-index: 1;
  text-decoration: none !important;
  font-size: 12px;
  padding: 10px 0;
  transition: all ease 0.4s;
}
.indoor-box .indoor-text .indoor-title {
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indoor-box .indoor-text .discription {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indoor-box .indoor-text .indoor-ttle {
  font: normal normal 600 22px/30px Raleway;
}
.indoor-box:hover .indoor-img .btn-secondary {
  bottom: 30px;
}
.indoor-slider {
  position: relative;
  z-index: 0;
}
.product-catalogue {
  padding-bottom: 40px;
}
.pagination-two .page-numbers {
  font: normal normal 600 23px / 25px Raleway;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0 10px;
}
.pagination-two .page-numbers.current {
  color: #fb423a;
}
.pagination-product .page-numbers {
  color: #121212;
}
.pagination-product .page-numbers:hover {
  color: #121212;
}
.cursor-btn {
  position: absolute;
  top: 38%;
  translate: 0 -50%;
  left: 0;
  width: 100%;
  justify-content: space-between;
}
.cursor-btn .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #eeeeee;
  transition: all ease 0.4s;
}
.cursor-btn .slick-arrow:hover {
  background-color: #fb423a;
  border-color: #fb423a;
}
.cursor-btn .arrow-left {
  left: -10px;
}
.cursor-btn .arrow-right {
  right: -10px;
}
.cursor-btn .slick-arrow .fa {
  font-size: 16px;
  color: #000;
  transition: all ease 0.4s;
}
.cursor-btn .slick-arrow:hover .fa {
  color: #fff;
}
.brand-related {
  padding: 40px 0;
}
.brand-related .sub-title {
  color: #ffffff;
  font-family: "Raleway", Sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.brand-related .main-title {
  color: #ffffff;
  font-family: "Raleway", Sans-serif;
  font-weight: 500;
  line-height: 50px;
}
.other-service-slider .brand-logo {
  margin: 0 10px;
}
.other-service-slider .brand-logo::before {
  display: none;
}
.other-service-slider:hover .brand-logo img {
  scale: 1;
}
.brand-inner-left {
  position: relative;
  z-index: 0;
}
.brand-inner-left .back-btn {
  position: absolute;
  bottom: 6%;
  left: 11%;
  z-index: 1;
}
.brand-inner-left .back-btn .learn-more {
  margin-top: 0;
}
.brand-inner-left .back-btn .learn-more a {
  text-decoration: none !important;
}
.brand-inner-left .back-btn .learn-more::before {
  left: 12px;
}
.single-product {
  background: #fff;
}
.single-product header {
  background-color: #121212;
}
.tax-product_cat .content-area {
  background-color: #fff;
}
.tax-yith_product_brand .content-area {
  background-color: #fff;
}
.page-template-product_template .content-area,
.tax-our-products-category .content-area {
  background: #fff;
}
.catalogue {
  padding-bottom: 60px;
}
.page-header-pro .page-title {
  color: #121212;
  font-family: "Raleway", Sans-serif;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.page-header-pro .breadcrumb-list-items li a,
.page-header-pro .breadcrumb-list-items li span {
  color: #6f6f6f;
  transition: color 0.3s;
  font-size: 14px;
}
.page-header-pro .breadcrumb-list-items {
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
  justify-content: center;
}
.page-header-pro .breadcrumb-list-items li {
  color: #fb423a;
  margin: 0 5px;
}
.page-header-pro {
  padding: 60px 0;
}
.single-our-product {
  background-color: #fff;
}
.catalogue-sidebar h4 {
  font: normal normal bold 18px / 28px Raleway;
  letter-spacing: 0px;
  color: #121212;
  padding-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #fb423a;
}
.catalogue-sidebar .accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
}
.catalogue-sidebar .accordion .accordion-item button {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  font: normal normal 400 15px/24px Raleway;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #121212;
  text-decoration: underline;
  padding: 5px 0;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 0;
}
#productCategoriesAccordion .accordion-item a.main-category {
  padding: 0px;
  font: normal normal 400 15px/24px Raleway;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #121212;
  text-transform: capitalize;
  text-decoration: none;
  transition: all ease 0.4s;
  opacity: 1;
}
#productCategoriesAccordion .accordion-item ul li a {
  padding: 0px;
  font: normal normal 400 15px/24px Raleway;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #121212;
  text-transform: capitalize;
  text-decoration: none;
  transition: all ease 0.4s;
  opacity: 1;
}
#productCategoriesAccordion .accordion-button {
  padding: 0;
  border: 0;
  /* background-image: url(https://websentialsdraft3.com/my-lighthouse/wp-content/uploads/2024/12/down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: transparent;
  width: 25px;
  height: 25px;
  box-shadow: none;
  float: right;
  color: #1a1a1a;
  border-radius: 0;
  display: grid;
  place-items: center;
  transition: all 0.4s ease;
}
#productCategoriesAccordion .accordion-button::after {
  content: "-";
  position: absolute;
  font-size: 26px;
  width: 25px;
  height: 25px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#productCategoriesAccordion .collapsed::after {
  content: "+";
}
.catalogue-sidebar .accordion .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
.catalogue-sidebar .accordion .show .accordion-body li a {
  letter-spacing: 0px;
  color: #121212;
}
.catalogue-sidebar .accordion .accordion-item .collapsed ~ a {
  color: #121212 !important;
  text-decoration: none !important;
}
.catalogue-sidebar .accordion .accordion-item .accordion-body {
  padding: 0;
}
.catalogue-sidebar .accordion .accordion-item .accordion-body ul li {
  font: normal normal normal 15px/24px Raleway;
  color: #121212;
  margin-bottom: 3px;
  margin-top: 5px;
}
@media (min-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1240px !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 95% !important;
    width: 100%;
  }
  .product-inner .product-inner-slider .cursor-pointer,
  .cursor-btn {
    position: static;
    translate: 0;
    justify-content: center;
    margin-top: 15px;
  }
  .product-inner .product-inner-slider .cursor-pointer .slick-arrow,
  .cursor-btn .slick-arrow {
    position: static;
    margin: 0 5px;
  }
  .big-ass-title br {
    display: none !important;
  }
  .product-thumbnails .product-detail-text .product-detail-title br {
    display: none;
  }
  .heading2 {
    font: normal normal 500 24px / 30px Raleway !important;
  }
  .heading3 {
    font: normal normal 500 34px / 40px Raleway !important;
  }
  .service-box .service-text .service-title {
    font: normal normal 600 24px / 32px Raleway;
  }
  .project-box .project-img .project-text .project-title {
    font: normal normal 600 24px / 32px Raleway;
  }
  .resource-box .resource-text .resource-title {
    font: normal normal 600 20px / 30px Raleway;
  }
  .gallery-slider {
    display: block !important;
  }
  .gallery-slider .slick-dots {
    display: flex;
    justify-content: start;
    margin-left: 0;
    margin-top: 0;
  }
  .gallery-slider .slick-dots li {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 10px;
  }
}
@media (max-width: 767px) {
  body header .navbar {
    position: static !important;
  }
  .mouse-line::before {
    display: none;
  }
  .smart-find .elementor-icon-box-wrapper {
    align-items: center;
  }
  .brand-inner-left .back-btn {
    left: 0;
  }
  .heading3 {
    font: normal normal 500 28px / 40px Raleway !important;
  }
  .service-box .service-text {
    bottom: 30px;
  }
  .our-journey .timeline-arrows {
    position: static;
    justify-content: center;
  }
  .our-journey .timeline-arrows button {
    position: static;
    margin: 0 8px;
  }
  .resource-box .resource-text .resource-title {
    font: normal normal 600 18px / 25px Raleway;
  }
  .woocommerce div.product div.summary {
    padding-left: 0;
    padding-top: 20px;
    float: left;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce div.product form.cart {
    margin-bottom: 0 !important;
  }
  .home-service .service-slider .owl-item .owl-content {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .product-thumbnails .product-detail-text .product-detail-title {
    font: normal normal 500 28px / 32px Raleway;
  }
  .product-thumbnails .product-detail-slider {
    display: block;
  }
  .product-thumbnails .product-detail-slider .thumbnails {
    position: static;
    display: flex;
    align-items: center;
  }
  .product-thumbnails .thumbnail {
    margin: 0 5px !important;
  }
  .product-thumbnails .product-detail-slider .product-btn {
    left: 28px;
    top: 25px;
  }
  .heading2 {
    font: normal normal 500 20px / 28px Raleway !important;
  }
  .project .nav-tabs .nav-item {
    margin: 0 15px;
  }
  .our-journey .timeline-container {
    padding: 0;
  }
  form .cf7sr-g-recaptcha {
    scale: 0.9;
  }
}
@media (max-width: 460px) {
  .smarter1 .heading1 {
    bottom: 55%;
  }
  .product-thumbnails .product-detail-text .product-detail-title {
    font: normal normal 500 24px / 30px Raleway;
  }
  .product-inner .product-inner-slider .item {
    padding: 0;
  }
  .project .nav-tabs .nav-item {
    margin: 0 6px;
  }
  .project .nav-tabs .nav-item button {
    font: normal normal 600 13px / 20px Raleway;
  }
}
/* 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 Raleway;
  letter-spacing: 0px;
  color: #fff !important;
  text-decoration: none !important;
}
.wc-block-cart-item__prices {
  font: normal normal normal 18px / 24px Raleway;
  letter-spacing: 0px;
  color: #fff;
}
.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 #fff !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: #fff !important;
}
.woocommerce-page .site-main {
  padding: 50px 0;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 16px !important;
}
.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: "Raleway";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: #fb423a;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fb423a;
  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: #fff;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  color: #fff;
}
/* woocommerce user end */
/* user dashboared start */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 0px;
  padding: 15px;
  border: 1px solid #fff !important;
  margin-bottom: 15px;
}
.woocommerce-account button,
.woocommerce-account .button {
  font-family: "Raleway";
  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: #121212;
}
.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 #fff !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 0px;
  color: #fff !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: Raleway !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: #fff;
}
.woocommerce-message::before {
  color: #000;
}
a.button.wc-forward {
  font-family: "Raleway", 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: "Raleway", Sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
.wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-totals-block,
.is-large.wc-block-cart .wc-block-cart-items,
.is-large.wc-block-cart .wc-block-cart-items td,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.is-large .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-totals-block {
  border-color: #ffffff1c !important;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  color: #121212;
}
/* user dashboared end */
.captchas p:first-child {
  display: none;
}
.pum-theme-lightbox {
  z-index: 99 !important;
}
.woocommerce div.product form.cart {
  display: block !important;
}

.dgwt-wcas-search-icon-arrow,
.dgwt-wcas-search-submit:before {
  display: none !important;
}
.dgwt-wcas-search-submit {
  background: transparent !important;
}
.dgwt-wcas-search-icon svg {
  filter: brightness(14);
}
.dgwt-wcas-search-icon:hover svg {
  filter: inherit;
}


.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  padding: 2px 0 !important;
  background-color: transparent !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 0px;
  border-color: #535353 !important;
  font: normal normal normal 14px / 18px Raleway;
  letter-spacing: 0px;
  color: #121212 !important;
  padding: 10px 15px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  border: 1px solid #FB423A !important;
  box-shadow: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
  box-shadow: none !important;
  border: 1px solid #FB423A !important;
}
[data-wvstooltip]:before, [data-wvstooltip]:after {
  display: none !important;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
  font-weight: 600;
  color: #000 !important;
}



@media only screen and (max-width: 767px) {
  .vertical-img-left.wpgis-slider-for {
      width: 100% !important;
      margin: 0;
      float: none;
  }
}
