@charset "UTF-8";
.page-template-main-wrapper .section-inner {
  padding: 0 20px;
}
.page-template-main-wrapper .section-inner .form-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
}
.page-template-main-wrapper .section-inner .form-wrapper.form-filter-btn-wrapper .register-filter {
  width: 100%;
  border-radius: 0;
}
.page-template-main-wrapper .section-inner .form-wrapper .wpcf7 input[type=text],
.page-template-main-wrapper .section-inner .form-wrapper .wpcf7 input[type=email],
.page-template-main-wrapper .section-inner .form-wrapper .wpcf7 input[type=url],
.page-template-main-wrapper .section-inner .form-wrapper .wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.page-template-main-wrapper .section-inner .form-wrapper label {
  width: 100%;
}
.page-template-main-wrapper .section-inner .form-wrapper .input-group {
  width: 100%;
}
.page-template-main-wrapper .section-inner .form-wrapper .wpcf7-form-control-wrap {
  width: 100%;
}
.page-template-main-wrapper .section-inner .form-wrapper .wpcf7 select {
  border: none; /* Remove border */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
  padding: 10px; /* Add some padding */
  background-color: #ffffff; /* White background */
  border-radius: 4px; /* Slightly rounded corners */
  font-size: 16px; /* Adjust font size */
  width: 100%; /* Full width */
  box-sizing: border-box; /* Ensure padding and width work together */
}
.page-template-main-wrapper .section-inner .form-wrapper .wpcf7 select:focus {
  outline: none; /* Remove default outline on focus */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow on focus */
}
.page-template-main-wrapper.register-wrap .btn-outter {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-main-wrapper.register-wrap .btn-outter:last-child {
  margin-bottom: 0;
}
.page-template-main-wrapper.register-wrap .cat-form-wrap {
  display: none;
}

.single-pro-section {
  padding: 0 20px;
}
.single-pro-section .custom-product-header h1 {
  font-size: 28px;
}
.single-pro-section .related.products {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-pro-section .product-detail .product-image img {
  width: 100%;
}
.single-pro-section .product-summary .product_title {
  display: none;
}
.single-pro-section .product-summary .cart {
  display: flex;
  flex-wrap: wrap;
}
.single-pro-section .product-summary .cart .input-text.qty {
  height: 100%;
  margin-right: 20px;
}
.single-pro-section .product-summary .product_meta .sku_wrapper {
  display: none;
}
.single-pro-section .product-summary .product_meta span {
  margin-top: 15px;
  display: block;
  font-weight: 400;
}
.single-pro-section .product-summary .product_meta span a {
  font-weight: 700;
  color: #000;
}
.single-pro-section .single-pro-s-content-wrapper .single-title {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-pro-section .single-pro-s-content-wrapper .single-pro-content-price {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #777;
  margin-bottom: 30px;
}
.single-pro-section .single-pro-s-content-wrapper .single-pro-content {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin-bottom: 30px;
}
.single-pro-section .single-pro-s-content-wrapper .cart {
  margin-bottom: 40px;
}
.single-pro-section .single-pro-s-content-wrapper .cart .quantity {
  margin-bottom: 30px;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100% !important;
  float: left;
  clear: both;
  margin: 0 0 2.992em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center !important;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title, .woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
  color: #000;
}

.products {
  margin-top: 30px !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #000;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  border-top: 1px solid #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  padding: 15px !important;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px !important;
  color: #000;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

span.woocommerce-input-wrapper, .password-input {
  width: 100%;
}

.woocommerce-Addresses .woocommerce-Address {
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-MyAccount-content a {
  color: #000;
  font-weight: 600;
}

.default-content .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}
.default-content .section-inner h1, .default-content .section-inner h2, .default-content .section-inner h3, .default-content .section-inner h4, .default-content .section-inner h5, .default-content .section-inner h6 {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 28px;
}
.default-content .section-inner p {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 24px;
}

.custom-product-category-page .section-inner {
  padding: 0 20px;
}
.custom-product-category-page .section-inner .search-and-sorting {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-product-category-page .section-inner .custom-product-list {
  display: flex;
  flex-wrap: wrap;
}
.custom-product-category-page .section-inner .custom-product-list .product-outter {
  width: 100%;
  margin-bottom: 15px;
}
.custom-product-category-page .section-inner .custom-pagination {
  margin-bottom: 30px;
}
.custom-product-category-page .section-inner .custom-pagination .page-numbers {
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  margin-right: 0;
  padding: 5px 15px;
}
.custom-product-category-page .section-inner .custom-pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.careers-single-page-wrapper .section-inner {
  padding: 0 20px;
  margin-bottom: 80px;
}
.careers-single-page-wrapper .section-inner .company-name {
  border-bottom: 2px solid #822a35;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.comp-accordion .section-inner {
  padding: 0 20px;
  margin-bottom: 60px;
}

.careers-main-page .section-inner {
  padding: 0 20px;
  margin-bottom: 80px;
}
.careers-main-page .section-inner .default-heading {
  margin-bottom: 30px;
}
.careers-main-page .section-inner .default-para {
  margin-bottom: 60px;
}
.careers-main-page .section-inner .careers-card {
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  border-bottom: 3px solid #822a35;
}
.careers-main-page .section-inner .careers-card .careers-title {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  color: #000;
  line-height: 28px;
}
.careers-main-page .section-inner .careers-card .careers-company {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #353535;
  line-height: 18px;
  margin-bottom: 0;
}

.accordion .accordion-item {
  border-bottom: 1px solid #353535;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #000;
}
.accordion button {
  font-family: "Barlow", sans-serif;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #000;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: "Barlow", sans-serif;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #000;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding-top: 15px;
  padding-bottom: 15px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  font-family: "Barlow", sans-serif;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

@media (min-width: 768px) {
  .custom-product-category-page .section-inner {
    padding: 0 20px;
  }
  .custom-product-category-page .section-inner .search-and-sorting {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .custom-product-category-page .section-inner .custom-product-list {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-product-category-page .section-inner .custom-product-list .product-outter {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .custom-product-category-page .section-inner .custom-pagination {
    margin-bottom: 30px;
  }
  .custom-product-category-page .section-inner .custom-pagination .page-numbers {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    margin-right: 0;
    padding: 5px 15px;
  }
  .custom-product-category-page .section-inner .custom-pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .custom-product-category-page .section-inner {
    padding: 0 20px;
  }
  .custom-product-category-page .section-inner .search-and-sorting {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .custom-product-category-page .section-inner .custom-product-list {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-product-category-page .section-inner .custom-product-list .product-outter {
    width: 33.33%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .custom-product-category-page .section-inner .custom-pagination {
    margin-bottom: 30px;
  }
  .custom-product-category-page .section-inner .custom-pagination .page-numbers {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    margin-right: 0;
    padding: 5px 15px;
  }
  .custom-product-category-page .section-inner .custom-pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
  }
  .single-pro-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .single-pro-section .single-pro-s-image-wrapper {
    width: 50%;
  }
  .single-pro-section .single-pro-s-content-wrapper {
    width: 50%;
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .single-pro-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5.2083333333vw;
    padding: 0 11.4583333333vw;
  }
  .single-pro-section .single-pro-s-image-wrapper {
    width: 50%;
  }
  .single-pro-section .single-pro-s-content-wrapper {
    width: 50%;
    padding-left: 4.1666666667vw;
  }
  .single-pro-section .single-pro-s-content-wrapper .single-title {
    font-family: "Barlow", sans-serif;
    font-size: 1.875vw;
    font-weight: 600;
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
  .single-pro-section .single-pro-s-content-wrapper .single-pro-content-price {
    font-family: "Barlow", sans-serif;
    font-size: 1.4583333333vw;
    font-weight: 500;
    color: #777;
    margin-bottom: 1.5625vw;
  }
  .single-pro-section .single-pro-s-content-wrapper .single-pro-content {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 1.5625vw;
  }
  .single-pro-section .single-pro-s-content-wrapper .cart {
    margin-bottom: 2.0833333333vw;
  }
  .single-pro-section .single-pro-s-content-wrapper .cart .quantity {
    margin-bottom: 1.5625vw;
  }
  .default-content .section-inner {
    padding: 0 12.7604166667vw;
    margin-bottom: 5.2083333333vw;
  }
  .default-content .section-inner h1, .default-content .section-inner h2, .default-content .section-inner h3, .default-content .section-inner h4, .default-content .section-inner h5, .default-content .section-inner h6 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 1.875vw;
    margin-bottom: 1.0416666667vw;
  }
  .default-content .section-inner p {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .comp-accordion .section-inner {
    padding: 0 12.7604166667vw;
    margin-bottom: 5.2083333333vw;
  }
  .custom-product-category-page .section-inner {
    padding: 0 3.125vw;
  }
  .custom-product-category-page .section-inner .search-and-sorting {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
  }
  .custom-product-category-page .section-inner .search-and-sorting .woocommerce-sorting select {
    height: 2.0833333333vw;
    padding: 0 1.0416666667vw;
    border-radius: 0.2604166667vw;
  }
  .custom-product-category-page .section-inner .custom-product-list {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-product-category-page .section-inner .custom-product-list .product-outter {
    width: 25%;
    margin-bottom: 1.5625vw;
    padding: 0 0.78125vw;
  }
  .custom-product-category-page .section-inner .custom-pagination {
    margin-bottom: 1.5625vw;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .custom-product-category-page .section-inner .custom-pagination .page-numbers {
    border: 0.0520833333vw solid #000;
    color: #000;
    text-decoration: none;
    margin-right: 0;
    padding: 0.2604166667vw 0.78125vw;
  }
  .custom-product-category-page .section-inner .custom-pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
  }
  .page-template-main-wrapper .section-inner {
    padding: 0 7.2916666667vw;
  }
  .page-template-main-wrapper .section-inner .form-wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 3.125vw;
    width: 41.6666666667vw;
    margin: 3.125vw auto;
    border-radius: 10px;
  }
  .page-template-main-wrapper .section-inner .form-wrapper .wpcf7 input[type=text],
  .page-template-main-wrapper .section-inner .form-wrapper .wpcf7 input[type=email],
  .page-template-main-wrapper .section-inner .form-wrapper .wpcf7 input[type=url],
  .page-template-main-wrapper .section-inner .form-wrapper .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .page-template-main-wrapper .section-inner .form-wrapper label {
    width: 100%;
  }
  .page-template-main-wrapper .section-inner .form-wrapper form {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-main-wrapper .section-inner .form-wrapper form .input-group {
    width: 100%;
    padding: 15px;
  }
  .page-template-main-wrapper .section-inner .form-wrapper form .input-group.half-width {
    width: 50%;
  }
  .page-template-main-wrapper .section-inner .form-wrapper .wpcf7-form-control-wrap {
    width: 100%;
  }
  .page-template-main-wrapper.register-wrap .form-wrapper .btn-outter {
    width: 100%;
    margin-bottom: 1.5625vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .careers-main-page .section-inner {
    padding: 0 13.0208333333vw;
    margin-bottom: 5.2083333333vw;
  }
  .careers-main-page .section-inner .default-heading {
    margin-bottom: 1.0416666667vw;
  }
  .careers-main-page .section-inner .default-para {
    margin-bottom: 3.125vw;
  }
  .careers-main-page .section-inner .careers-card {
    width: 41.6666666667vw;
    margin: 0 auto 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-decoration: none;
    display: block;
    padding: 0.78125vw 1.0416666667vw;
    border-bottom: 0.15625vw solid #822a35;
  }
  .careers-main-page .section-inner .careers-card .careers-title {
    font-size: 1.0416666667vw;
    font-family: "Barlow", sans-serif;
    color: #000;
    line-height: 1.4583333333vw;
  }
  .careers-main-page .section-inner .careers-card .careers-company {
    font-size: 0.8333333333vw;
    font-family: "Barlow", sans-serif;
    color: #353535;
    line-height: 0.9375vw;
    margin-bottom: 0;
  }
  .careers-main-page .section-inner .careers-card:hover {
    background-color: #ededed;
  }
  .careers-single-page-wrapper .section-inner {
    padding: 0 13.0208333333vw;
    margin-bottom: 5.2083333333vw;
  }
  .careers-single-page-wrapper .section-inner .company-name {
    border-bottom: 0.1041666667vw solid #822a35;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 1.8229166667vw;
  }
  .careers-single-page-wrapper .section-inner .careers-single-section {
    margin-bottom: 2.6041666667vw;
  }
  .service-catgory-page .section-inner {
    padding: 0 7.2916666667vw;
    margin-bottom: 5.2083333333vw;
  }
  .service-catgory-page .section-inner .filter-box {
    box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.1);
    padding: 1.0416666667vw 1.5625vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .service-catgory-page .section-inner .filter-box .filter-item {
    width: 25%;
    padding-left: 1.0416666667vw;
    display: flex;
    flex-wrap: wrap;
  }
  .service-catgory-page .section-inner .filter-box .filter-item label {
    font-family: "Barlow", sans-serif;
    font-size: 0.78125vw;
    width: 100%;
  }
  .service-catgory-page .section-inner .filter-box .filter-item .filter-value {
    font-weight: 700;
    font-size: 24px;
    font-family: "Barlow", sans-serif;
  }
  .service-catgory-page .section-inner .filter-box .filter-item select {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1.0416666667vw;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
  }
  .service-catgory-page .section-inner .filter-box .filter-item select:focus-visible {
    border: none;
    outline: none;
  }
  .accordion {
    width: 100%;
    max-width: 41.6666666667vw;
    margin: auto;
    background-color: #fff;
    border-radius: 0.4166666667vw;
    overflow: hidden;
    font-family: "Barlow", sans-serif;
  }
  .accordion-item {
    border-bottom: 0.0520833333vw solid #ddd;
    font-family: "Barlow", sans-serif;
  }
  .accordion-item:last-child {
    border-bottom: none;
  }
  .accordion-header {
    padding: 0.78125vw;
    cursor: pointer;
    background-color: #822a35;
    color: #fff;
    font-size: 0.9375vw;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    font-family: "Barlow", sans-serif;
  }
  .accordion-header:hover {
    background-color: #ac525d;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f9f9;
    padding: 0 1.0416666667vw;
    font-family: "Barlow", sans-serif;
  }
  .accordion-content p {
    margin: 0.78125vw 0;
    padding: 0;
    font-family: "Barlow", sans-serif;
  }
  .accordion-item.active .accordion-content {
    max-height: 1000px; /* Adjust based on content size */
  }
  .accordion-item.active .accordion-header::after {
    content: "−"; /* Minus sign */
  }
  .accordion-header::after {
    content: "+"; /* Plus sign */
    font-size: 1.25vw;
    transition: transform 0.3s ease;
  }
}/*# sourceMappingURL=inner-page.css.map */