html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 26px; line-height:140%;
}
/* laptop fiilter side popup */
.warranty-overflow-auto {
  overflow: auto !important;
  max-height: 60vh;
}
/* Common Style */

.post,
.page {
  margin: 0;
}

.breadcrumbs > a,
.text-orange {
  color: #ff6600;
}
.text-black {
  color: #000000;
}

.bg-orange {
  background: #ff6600;
}

.btn {
  padding: 15px 40px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  border: none;
  transition: 0.3s all;
}
a:visited {
  color: initial;
}
.btn-orange {
  background: #ff6600;
  color: #ffffff !important;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
  outline: none;
}
a:focus {
  outline: none;
}
.btn-orange:hover,
.btn-white:hover {
  background: #038a25;
  color: #ffffff;
  transition: 0.3s all;
  animation: Btnmove 1s infinite;
}

.w-230 {
  min-width: 230px;
}

@keyframes Btnmove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

.btn-white {
  background: #ffffff;
  color: #000000;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.f-10 {
  font-size: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mr-30 {
  margin-right: 30px !important;
}
.wc-block-components-checkout-place-order-button {
  background-color: #038a25;
  border-radius: 28px;
  color: #ffffff;
}
.wc-block-components-order-summary-item__total-price {
  font-weight: 400 !important;
}
.wc-block-components-totals-item__value {
  font-weight: 400 !important;
}
.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-weight: 400 !important;
}
/* checkout page  */
.ppcp-messages {
  margin-top: 20px !important;
  display: none !important;
}

.wc-block-checkout__pickup-options
  .wc-block-components-local-pickup-rates-control
  .wc-block-components-radio-control__label-group
  > :last-child,
.wp-block-woocommerce-checkout-pickup-options-block
  .wc-block-components-local-pickup-rates-control
  .wc-block-components-radio-control__label-group
  > :last-child {
  margin-left: auto;
  margin-right: 30px;
}
.latest-w {
  width: 250px;
}
.latest-product {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  justify-content: center;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  position: absolute;
}
.company-address-width{
  width: 150px;
}
.w-full{
  width: 100%;
}
.remove-br-desktop br{
  display: none;
}
.d-text-left{
  text-align: left !important;
}
@media (max-width: 767px) {
  .py-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-70 {
    padding-top: 30px;
  }

  .pb-70 {
    padding-bottom: 30px;
  }

  div .f-24,
  div .f-26 {
    font-size: 20px;
  }

  .sm-mt-30 {
    margin-top: 30px;
  }

  .latest-product {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .latest-w {
    width: 175px;
  }

  .main-navigation ul li:hover>ul,
  .main-navigation ul li.focus>ul {
    left: auto;
    position: static;
  }

  .lg-btn-mak {
    display: none;
  }

  .sm-mobile-btn-mak {
    display: block;
    width: fit-content;
  }

  .products {
    justify-content: left !important;
  }

  .sm-btn-centre {
    text-align: center;
  }

  .remove-br .text-orange strong br {
    display: none;
  }

  .wc-product-wrapper {
    width: 175px !important;
  }

  .news-box {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .company-address-width {
    width: 190px;
  }
  .viewed-items-section .home-title br{
    display: none;
  }
  .viewed-items-section .home-title{
    text-align: center;
  }
  .remove-br-desktop br{
    display: block;
  }
  .m-text-center{
    text-align: center !important;
  }
}

.f-26 {
  font-size: 26px;
}

.f-24 {
  font-size: 24px;
}

.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}

.font-bold {
  font-weight: 600;
}

.lh-26 {
  line-height: 26px;
}

.lh-55 {
  line-height: 55px;
}

.max-h-450 {
  max-height: 450px;
  object-fit: cover;
}
.max-h-550 {
  max-height: 550px;
  object-fit: cover;
}

.border-radius-30,
.radius-30 {
  border-radius: 30px;
}

.common-title {
  color: #ff6600;
  font-size: 34px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* .benefits-section .common-title {
  font-size: 26px;
} */

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1360px;
  }
  .woocommerce-checkout main.site-main,
  .woocommerce-shop header.entry-header {
    max-width: 1360px;
    margin: 0 auto;
  }
  .sm-mobile-btn-mak {
    display: none;
  }
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .woocommerce-checkout main.site-main {
    max-width: 1560px;
  }
  .woocommerce-checkout main.site-main,
  .woocommerce-shop header.entry-header {
    max-width: 1560px;
    margin: 0 auto;
  }
}

.form-wrapper label.custom-checkbox {
  width: auto;
  margin: 0;
}
.form-wrapper .custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-wrapper span.checkmark {
  position: relative;
  cursor: pointer;
}

.form-wrapper .custom-checkbox span.checkmark:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ff6600;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-wrapper .custom-checkbox input:checked + span.checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ff6600;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-content.form-wrapper .custom-checkbox span.checkmark:before {
  margin-right: 10px;
  border-width: 1px;
}

.get-involved {
  color: #ff6600 !important;
  text-decoration: none !important;
}
a {
  color: #ff6600;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #ff6600;
  text-decoration: none;
  background-color: transparent;
}

/*==================== 
    Header CSS 
====================*/

header.site-main-header {
  background: #ff6600;
  position: relative;
  z-index: 99;
  padding-top: 40px;
  padding-bottom: 15px;
}

/* .site-main-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 99;
    animation: slide-down 0.3s;
    animation-duration: 0.3s;
    transition: 0.1s all;
    box-shadow: 0px 3px 6px rgba(0, 0 ,0, 0.2);
    padding-top: 0px;
    padding-bottom: 0px;
} */

@keyframes slide-down {
  0% {
    opacity: 0;
    height: 0;
    /* transform: scale(0.9); */
  }
  100% {
    opacity: 0.9;
    height: auto;
    /* transform: scale(1); */
  }
}

.site-branding a img {
  width: 180px;
}
.fixed-header img.custom-logo {
  width: 150px;
  transition: 0.1s all;
}

.main-navigation ul {
  justify-content: center;
}
.main-navigation ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 10px 10px 15px 10px;
  line-height: normal;
  border-radius: 5px;
}
.main-navigation ul li:not(:last-child) {
  margin-right: 30px;
}

#primary-menu > li > a:hover,
#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-parent > a {
  color: #fff;
  transition: 0.3s all;
  background: transparent;
}

.main-navigation ul ul {
  float: none;
  background: #fff;
  box-shadow: none;
  padding: 10px;
  border-radius: 15px;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.main-navigation ul#primary-menu ul li.current-menu-item > a {
  color: #ff6600;
}

.main-navigation ul ul a {
  width: 150px;
  padding: 10px 0px 10px 5px;
}

.main-navigation ul ul li:hover a {
  color: #ff6600;
}

.main-navigation ul li:not(:last-child) {
  margin-right: 15px;
}
/* #primary-menu li.current-menu-item a::after{
    position: absolute;
    content: "";
    background: #fff;
    height: 3px;
    width: 30px;
    border-radius: 30px;
    bottom: -10px;
    left: 50%;
    animation: Activeline 1.5s infinite;
    transform: translateX(-50%);
}

@keyframes Activeline {
    0% {width: 0px;}
    50% {width: 50%;}
    100% {width: 100%;}
} */

.fixed-header .header-search-block {
  margin-top: 10px;
}
.header-search-block .search-field {
  height: 57px;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  border: none;
  text-align: center;
  font-size: 15px;
}
.header-search-block input[type="search"]:focus {
  outline: none;
}

.header-search-block .search-field::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #000;
}
.header-search-block .search-field::placeholder {
  color: #000;
}

.header-search-block label {
  width: 100%;
  max-width: 520px;
  position: relative;
}
.header-search-block form.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-block .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translate(-69%, -50%);
}
.top-cart-icon {
  display: inline-block;
}
.cart-count-wrap {
  display: block;
}
.cart-count-wrap .count {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fe6600;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.static-blocks {
  padding: 50px;
  border-radius: 5px;
  color: #fff;
}
.static-blocks.green-bg {
  background: #038a25;
}
.static-blocks.orange-bg {
  background: #fe6600;
}

.checksign-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
  width: 48%;
}
.checksign-list li:nth-last-child(-n + 2) {
  margin: 0;
}
.checksign-list li::before {
  position: absolute;
  content: "";
  background: url("../images/check-circle.png");
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-custom-tabs {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px;
}

.woocommerce div.product .woocommerce-custom-tabs ul.tabs {
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.woocommerce div.product .woocommerce-custom-tabs ul.tabs li {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.woocommerce div.product .woocommerce-custom-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-custom-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-custom-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-custom-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-custom-tabs .wc-tab-content h2 {
  display: none;
}
.woocommerce div.product .woocommerce-custom-tabs ul.tabs li a {
  padding: 5px 15px;
  border-radius: 100px;
  border: 1px solid #e8e8e8;
  background: transparent;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-custom-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-custom-tabs ul.tabs li.active a {
  background: #fe6600;
  border-color: transparent;
  color: #fff;
}
.woocommerce div.product .woocommerce-custom-tabs .wc-tab-content {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

.woocommerce
  div.product
  .woocommerce-custom-tabs
  .wc-tab-content
  .woocommerce-product-attributes-item__value.text-orange
  > p {
  margin: 0;
}
.wc-product-attributes-items {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
.wc-product-attributes-items .woocommerce-product-attributes-item__label {
  width: 100px;
}

.wc-review-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 40px;
  margin-bottom: 20px;
}
.wc-review-box h4 {
  font-size: 20px;
  font-weight: 600;
}
.wc-review-box .review-content {
  max-width: 90%;
}

/*==================== 
    Home Page CSS 
====================*/

.navigation-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
}

.banner-img {
  position: relative;
}
.banner-img img {
  width: 100%;
}
.banner-img::after {
  position: absolute;
  content: "";
  background: url("../images/hero-banner-shape.svg");
  height: 110px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  min-height: 35px;
}

.banner-caption {
  position: absolute;
  top: 10%;
  left: 70%;
  transform: translateX(-50%);
  width: 450px;
}
.banner-caption h1 {
  font-size: 54px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.banner-caption h1 br:nth-child(1), .banner-caption h1 br:nth-child(3){
  display: block;
}

.banner-caption h1 br:nth-child(2), .banner-caption h1 br:nth-child(4){
  display: none;
}
.main-banner-swiper .swiper-button-next,
.main-banner-swiper .swiper-button-prev {
  background: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #707070;
  font-size: 19px !important;
  font-weight: 300;
}

.home-title {
  font-size: 35px;
  color: #000;
  font-weight: 700;
}
h2.home-title.f-26.products-title {
  font-size: 26px;
}

.empowering-video video {
  height: 480px;
  object-fit: contain;
  width: 100%;
  border-radius: 50px;
}

.top-shape::before {
  position: absolute;
  content: "";
  background: url("../images/hero-banner-shape.svg");
  height: 110px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.mt-80px {
  margin-top: -80px;
}
.section-4 {
  margin-top: 19em;
}
.section-4.top-shape::before {
  position: absolute;
  content: "";
  background: url(../images/top-shap.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 180px;
  width: 100%;
  top: -180px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}
.wc-home-products-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}

.wc-product-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 250px;
}
.wc-product-thumb img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}
.wc-product-wrapper .product-title {
  line-height: 20px;
}
.wc-product-wrapper:hover .product-title a {
  color: #ff6600;
}
.wc-product-wrapper .product-title a {
  color: #212121;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  min-height: 40px;
  display: block;
}
.wc-product-wrapper .sell-price {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #000 !important;
}

.section-4-img {
  max-height: 450px;
  object-fit: cover;
}

.latest-post .thumb-image img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.latest-post .news-caption {
  background: #ff6600;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  min-height: 60px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.latest-post .news-caption a {
  color: #fff;
  text-decoration: none;
}

.latest-post-wrapper .swiper-button-next,
.latest-post-wrapper .swiper-button-prev,
.navigation-wrapper .swiper-button-next,
.navigation-wrapper .swiper-button-prev {
  background: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .banner-img::after {
    height: 20px;
  }
  .banner-caption h1 {
    font-size: 36px;
  }
  .banner-caption h1 br:nth-child(2){
    display: block;
  }
  .banner-caption h1 br:nth-child(4){
    display: block;
  }
 
  .main-banner-swiper .swiper-button-next,
  .main-banner-swiper .swiper-button-prev,
  .navigation-wrapper .swiper-button-next,
  .navigation-wrapper .swiper-button-prev {
    height: 24px;
    width: 24px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 10px !important;
  }
}

/*==================== 
    Footer CSS 
====================*/

.footer-menu-wrapper:not(:last-child) {
  padding-right: 30px;
}
.footer-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu-wrapper ul li a,
.legal-menu-wrapper ul.menu li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}
.footer-menu-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-menu-wrapper ul li a:hover,
.legal-menu-wrapper ul li a:hover {
  color: #000;
}
.footer-contact li a {
  color: #fff;
  text-decoration: none;
}
.footer-contact li {
  padding-left: 50px;
  position: relative;
}
.footer-contact li.f-address::before {
  position: absolute;
  content: "";
  background: url("../images/map-pin.png");
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.footer-contact li.f-phone::before {
  position: absolute;
  content: "";
  background: url("../images/phone.png");
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-contact li.f-mail::before {
  position: absolute;
  content: "";
  background: url("../images/mail.png");
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-contact a:hover {
  color: #212121;
}

.footer-social li:hover img {
  animation: iconmove 1s infinite;
}
@keyframes iconmove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.partners-logo {
  background: #fff;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mgc-dev img {
  width: 50px;
  margin-right: 15px;
}
.mgc-dev h4 {
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 0;
}

.legal-menu-wrapper ul.menu {
  padding: 0;
  margin-bottom: 0;
  margin-left: 15px;
  list-style: none;
  display: flex;
  align-items: center;
}
.legal-menu-wrapper ul.menu li:not(:last-child) {
  margin-right: 15px;
}

.partner-logo-swiper {
  pointer-events: none;
}

/*==================== 
    News CSS 
====================*/
.news-box .post-list-featured-image img {
  height: 250px;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 20px;
}
.post-list-title a {
  font-size: 22px;
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.single-post-image .post-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  border-radius: 15px;
  object-fit: cover;
}
header.single-post-header,
header.search-post-header {
  margin: 25px 0;
  background: transparent;
}
header.single-post-header h1 {
  color: #ff6600;
  font-size: 26px;
  font-weight: bold;
}
.recent-post:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.recent-posts h3 {
  background: #ff6600;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 100px;
  margin-bottom: 15px;
}
.recent-post .thumb-image img {
  width: 100px;
  height: 65px;
  object-fit: cover;
  border-radius: 5px;
}
.recent-post h5 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.recent-post .post-date {
  font-size: 12px;
  color: #9f9f9f;
}
.search-bar form .wp-block-search__inside-wrapper input {
  border: 1px solid #e1e1e1;
  border-radius: 5px 0px 0px 5px;
  padding: 13px 10px;
}
.search-bar form .wp-block-search__inside-wrapper button[type="submit"] {
  background: #ff6600;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  border-color: transparent;
}
header.search-page-header {
  background: transparent;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}
header.search-page-header h1 {
  font-size: 26px;
  font-weight: 600;
}
.search-post-header h2 a {
  color: #ff6600;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
}

.related-post-section {
  background: #faf6eb;
}

/*==================== 
    Benefit Section CSS 
====================*/

.benefits-caption h4 {
  font-size: 20px;
  font-weight: 600;
}
/* .benefits-caption{
    position: absolute;
    width: 50%;
    height: 85%;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
} */
.benefits-caption {
  width: 70%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 1.5rem;
}
.benefits-btn-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.impectbox-wrapper {
  height: 100%;
  /* min-height: 240px; */
  min-height: 360px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 15px 35px 15px 15px;
  border-radius: 20px;
  display: flex;
  justify-content: end;
}

/*==================== 
    Testimonial Section CSS 
====================*/

.testimonial-content-box {
  background: #fff6e8;
  padding: 80px;
  border-radius: 15px;
}

.quote-icon {
  position: absolute;
  right: 40px;
  top: -40px;
}

/*==================== 
    Contact page CSS 
====================*/

.contact-title {
  color: #ff6600;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form-wrapper label {
  font-size: 14px;
  color: #000000;
}

.form-wrapper label + br {
  display: none;
}

.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
  font-size: 14px;
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  padding: 15px;
  display: block;
  height: auto;
  width: 100%;
}

form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form select {
  background-image: url("../images/down.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 98% 50%;
}

.form-control:focus {
  color: #000;
  border-color: #c9c9c9;
  outline: 0;
  box-shadow: none;
}

.submit-btn-wrapper input[type="submit"] {
  background: #ff6600;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  border: none;
  transition: 0.3s all;
  display: inline-block;
}
.submit-btn-wrapper p {
  display: inline-flex;
  align-items: center;
}
.wpcf7-response-output {
  display: none !important;
}
/* .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    bottom: 0;
} */
.company-address-wrapper a {
  text-decoration: none;
}
.company-address-wrapper a:hover {
  color: #ff6600;
}
.map-wrapper iframe {
  width: 100%;
}

.bg-light-orange {
  background: #fff6e8;
}

input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: #ff6600;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}

/*==================== 
    FAQs page CSS 
====================*/
.faq-accordion .card {
  border: none;
}
.faq-accordion .card-header {
  background: #ff6600;
  border-color: transparent;
  border-radius: 5px;
  padding: 0;
}

.faq-accordion .card-header h5 a {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  padding: 15px 45px 15px 15px;
  display: block;
  position: relative;
  font-weight: 600;
}

.faq-accordion .card-header h5 a::after {
  position: absolute;
  content: "";
  background: url("../images/up.png");
  height: 9px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 15px;
  transition: 0.3s all;
}

.faq-accordion .card-header h5 a[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s all;
}

.faq-accordion .card-header h5 a:focus {
  outline: none;
}

.faq-accordion .card-body {
  border: none;
  border-radius: 5px;
  padding: 0 1.25rem;
}

.info-section {
  background: #038a25;
  margin-top: 100px;
  margin-bottom: 150px;
}

.info-section::before {
  position: absolute;
  content: "";
  background: url("../images/Intersection-shape-top.svg");
  height: 110px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: -110px;
  left: 0;
}

.info-section::after {
  position: absolute;
  content: "";
  background: url("../images/Intersection-shape-bottom.svg");
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -100px;
  left: 0;
}

.info-section h2.info-label {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.info-section .btn-info {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.info-section .btn-info:hover {
  background: #fff;
  color: #038a25;
  border-color: transparent;
}

.drop-off-accordion .card {
  border: none;
}
.drop-off-accordion .card-header {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 0;
}
.drop-off-accordion .card-header h5 a {
  color: #000000;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  padding: 15px 40px 15px 45px;
  display: block;
  position: relative;
}
.drop-off-accordion .card-header h5 a::before {
  position: absolute;
  content: "";
  background: url("../images/map-pin-blue.png");
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.drop-off-accordion .card-header h5 a::after {
  position: absolute;
  content: "";
  background: url("../images/down.png");
  height: 9px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: 0.3s all;
}

.drop-off-accordion .card-header h5 a[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s all;
}

.drop-off-accordion .card-header h5 a:focus {
  outline: none;
}
.drop-off-accordion .card-body {
  border: 1px solid #707070;
  border-radius: 5px;
}

h3.fotm-label {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.form-wrapper form .col-12 > p {
  margin: 0;
}
label.required::after {
  content: "*";
  color: #ff6600;
  padding-left: 5px;
}

.btn-white.more-assets-btn {
  border: 1px solid #020202;
}
.btn-white.more-assets-btn:hover {
  border-color: transparent;
}

.btn-disable {
  opacity: 0.5;
  pointer-events: none;
}
.acceptance-check {
  position: relative;
  top: 4px;
}

/*==================== 
    Products Page CSS
====================*/

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.single-product .entry-title,
.single-product-price + .woocommerce-product-details__short-description {
  display: none !important;
}
.entry-title {
  margin-left: 18px;
}
.woocommerce .single-product {
  margin-top: 70px;
}

.breadcrumbs {
  font-size: 10px;
}

.filters-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid #000;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.filters-title::after {
  position: absolute;
  content: "";
  background: #ff6600;
  width: 90px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.guarantee-button-section li a {
  background: #ff6600;
  border-radius: 100px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.filter-section {
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 15px;
}

.filter-header {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

/*  */

.outerrainge {
  margin: 10px auto 10px;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0px;
  top: -7px;
  background-color: #fff;
  border: 1px solid #ff6600;
}

.noUi-handle.noUi-handle-upper {
  right: 15px;
  left: initial;
}

/* Styling;
 */
.noUi-background {
  background: #707070;
}

.noUi-connect {
  background: #ff6600;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #ff6600;
  border: 8px solid rgba(250, 102, 0, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*  */

.product-page-heading {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.product-item-wrapper:hover h3.product-title a,
.wc-related-section
  .product-item-wrapper
  .woocommerce-LoopProduct-link:hover
  .woocommerce-loop-product__title {
  color: #ff6600;
}
.product-item {
  margin-bottom: 30px;
}
.product-item-wrapper {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  text-align: center;
}
.product-item-wrapper .product-thumbnail img,
.product-item-wrapper .woocommerce-loop-product__link img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.product-item-wrapper h3.product-title {
  margin-top: 15px;
  line-height: 25px;
  min-height: 50px;
}
.product-item-wrapper h3.product-title a,
.product-item-wrapper h2.woocommerce-loop-product__title {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.product-price {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.single-product-title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
.single-product .single-product-price {
  margin-bottom: 50px;
}
.single-product .single-product-price p.price {
  color: #ff6600 !important;
  font-size: 35px !important;
  font-weight: 500 !important;
}
/* .condition-rating, */
.product-item-wrapper .price del .woocommerce-Price-amount.amount,
.single-product-price .price del .woocommerce-Price-amount.amount,
.comments-area,
.single-product .wc-sidebar,
.single-product nav.navigation.post-navigation,
.woocommerce .wc-product-details-container + .woocommerce-custom-tabs,
.woocommerce .wc-product-details-container > .row + .woocommerce-custom-tabs,
.woocommerce .products .product .onsale,
.wc-product-details-container .product_meta,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none !important;
}
.button.single_add_to_cart_button.button.alt {
  background: #038a25;
  display: block;
  padding: 18px 15px;
  color: #fff;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  border-radius: 28px;
}
.button.single_add_to_cart_button.button.alt:hover {
  background: #ff6600 !important;
}
.secure-checkout-wrapper h5 {
  font-size: 16px;
  font-weight: 600;
}
.payment-images img {
  object-fit: contain;
  width: 74px;
  height: 40px;
}
.woocommerce span.onsale {
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image.flex-active-slide
  img {
  max-height: 450px;
  object-fit: contain;
  border-radius: 20px;
}
.woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image.flex-active-slide {
  margin-bottom: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 25px;
  margin-bottom: 25px;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(even),
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}

.product-img-wrapper .woocommerce-product-gallery ol {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  max-height: 360px;
  object-fit: contain;
  opacity: 1;
  pointer-events: none;
}
.viewed-items-section,
.wc-related-section {
  margin-top: 140px;
}
.viewed-items-section::before,
.wc-related-section::before {
  position: absolute;
  content: "";
  background: url(../images/Intersection-shape-orange.svg);
  height: 110px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: -105px;
  left: 0;
}
.wc-related-section .product-item-wrapper {
  background: #fff;
  position: relative;
}
.wc-related-section .product-item-wrapper .woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
}
.wc-related-section .product-item-wrapper .woocommerce-LoopProduct-link img {
  width: 100%;
  margin-bottom: 20px;
  max-height: 200px;
  object-fit: contain;
}
.wc-related-section
  .product-item-wrapper
  .woocommerce-LoopProduct-link
  .woocommerce-loop-product__title {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  text-align: center;
}
.wc-related-section .product-item-wrapper .woocommerce-LoopProduct-link .price {
  display: block;
  width: 100%;
  text-align: center;
  color: #ff6600 !important;
}
.wc-related-section
  .product-item-wrapper
  .woocommerce-LoopProduct-link
  .price
  del {
  display: none;
}
.wc-related-section .product-item-wrapper a.add_to_cart_button {
  background: #ff6600;
  color: #fff;
  text-align: center;
  padding: 12px;
  margin-top: 15px;
  position: absolute;
  width: 160px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.wc-related-section .product-item-wrapper a.add_to_cart_button:hover {
  background: #038a25;
}
.product-img-wrapper {
  position: relative;
}
.woocommerce
  .wc-product-details-container
  .product-img-wrapper
  .woocommerce-product-gallery,
.woocommerce-page div.product .wc-product-details-container div.summary {
  width: 100%;
  float: none;
}
.orange-outline-btn {
  background: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 100px;
  display: block;
  border: 1px solid #ff4f1f;
  width: 100%;
  max-width: 400px;
}
.orange-outline-btn:hover,
.woocommerce-cart table.cart td.actions .coupon .apply-coupon:hover,
.woocommerce-cart table.cart td.actions .update-cart-btn:hover,
.checkout-btn a.checkout-button:hover {
  background: #ff4f1f;
  color: #fff;
  border: 1px solid #ff4f1f;
}

.product-standard-modal .close {
  opacity: 1;
}
.product-standard-modal .product-standard-modal-body h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-summary-wrapper {
  background: #f1f3f5;
  border-radius: 10px;
  padding: 20px;
}
.wc-cart-table .product-name .product-thumbnail,
.wc-cart-table .product-name .product-thumbnail img {
  min-width: 100px !important;
  width: 100px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 150px;
  border: 1px solid #030303;
  height: 36px;
}
.woocommerce-cart table.cart td.actions .coupon .apply-coupon {
  height: 36px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
.woocommerce-cart table.cart td.actions .update-cart-btn img {
  width: 22px;
  object-fit: contain;
}
.woocommerce-cart table.cart td.actions .update-cart-btn {
  background: #010000;
  color: #fff;
  border-radius: 5px;
}

.product-summary-wrapper.position-sticky {
  top: 100px;
}
.product-summary-wrapper .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.product-summary-wrapper .cart-collaterals .cart_totals h2 {
  margin-bottom: 30px;
}
.cart_total-table td,
.cart_total-table th {
  padding-bottom: 8px;
  padding-top: 8px;
}
.checkout-btn a.checkout-button {
  background: #038a25;
  padding: 15px;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  text-decoration: none;
  border: 1px solid transparent;
}
.wc-secure-payment .payment-images img {
  width: 40px;
}
.wc-recently_viewed-section .recently_viewed-title {
  font-weight: 600;
  color: #fff;
  font-size: 34px;
}
.wc-product-name a {
  color: #000;
  text-decoration: none;
}

.wc-recently_viewed-section .product-item-wrapper .add_to_cart_button {
  display: none;
}
.wc-recently_viewed-section .product-item-wrapper {
  padding-bottom: 15px;
}
.wc-recently_viewed-section
  .product-item-wrapper
  h2.woocommerce-loop-product__title {
  margin-bottom: 20px;
}
.wc-recently_viewed-section
  .product-item-wrapper
  .woocommerce-LoopProduct-link
  .price {
  color: #000 !important;
}

.woocommerce-checkout main.site-main {
  padding-top: 70px;
  padding-bottom: 70px;
}
.woocommerce-checkout main.site-main header h1 {
  color: #ff6600;
  font-size: 26px;
  line-height: 44px;
  font-weight: 600;
}
.is-large .wc-block-checkout__sidebar {
  top: 104px !important;
}
/* .wc-product-name{
    width: 100px;
} */
/* .wc-cart-table .product-name{
    width: 250px;
} */
/* .wc-cart-table .product-name .wc-product-name{

} */
/*==================== 
    Account Pages CSS
====================*/

h2.auth-title {
  color: #000;
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.woocommerce-page .widget-area.wc-sidebar,
.woocommerce-account header.entry-header,
.woocommerce-error {
  display: none !important;
}

form label {
  font-size: 16px;
  display: block;
  width: 100%;
}
form.wc-form input[type="text"],
form.wc-form input[type="password"],
form.wc-form input[type="email"],
form.wc-form select,
form.wc-form input[type="tel"],
.edit-account input[type="text"],
.edit-account input[type="password"],
.edit-account input[type="email"] {
  font-size: 14px;
  color: #000000;
  border: 1px solid #c9c9c9 !important;
  border-radius: 15px;
  padding: 15px !important;
  display: block;
  height: auto !important;
  width: 100% !important;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}
.btn.btn-orange.woocommerce-button,
.btn.btn-orange.woocommerce-Button,
.wc-form .btn.btn-orange,
.woocommerce-MyAccount-content a.woocommerce-Button,
.woocommerce-MyAccount-content a.button.wc-forward,
.woocommerce-shop .product-item-wrapper .add_to_cart_button {
  background: #ff6600 !important;
  color: #fff;
  padding: 15px 40px;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  border: none;
}
.btn.btn-orange.woocommerce-button:hover,
.btn.btn-orange.woocommerce-Button:hover,
.wc-form .btn.btn-orange:hover,
.woocommerce-MyAccount-content a.woocommerce-Button:hover,
.woocommerce-MyAccount-content a.button.wc-forward:hover,
.wc-address a.edit:hover,
.woocommerce-shop .product-item-wrapper .add_to_cart_button:hover {
  background: #038a25 !important;
  color: #ffffff;
  transition: 0.3s all;
  animation: Btnmove 1s infinite;
}
.woocommerce-form-login__rememberme {
  cursor: pointer;
}
.woocommerce-form-login__rememberme input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border-radius: 5px;
}
.lost_password.text-orange a,
.woocommerce-privacy-policy-text a,
.dashboard-content-wrapper a {
  color: #ff6600 !important;
}
.account-nav-list .woocommerce-MyAccount-navigation,
.myaccount-container .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}
.account-nav-list .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-nav-list .woocommerce-MyAccount-navigation ul li a {
  padding: 8px 12px;
  color: #000;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  display: block;
  text-decoration: none;
}
.account-nav-list .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #c9c9c9;
}

.account-nav-list .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #ff6600;
  color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #ff6600;
  background: transparent;
}
.woocommerce-MyAccount-content .woocommerce-info::before {
  color: #ff6600;
}

header.woocommerce-Address-title.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header.woocommerce-Address-title.title h3 {
  color: #ff6600;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .title::after,
.woocommerce-account .woocommerce-MyAccount-content .addresses .title::before {
  display: none;
}
.wc-address {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.wc-address a.edit {
  background: #ff6600;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.woocommerce form.wc-form .form-row .select2-container .select2-selection {
  padding: 10px;
  height: auto;
  border: 1px solid #c9c9c9 !important;
  border-radius: 15px;
  padding: 15px !important;
}
.woocommerce
  form.wc-form
  .form-row
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.edit-address-fields .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-shop .product-item-wrapper .price {
  color: #000 !important;
  font-size: 18px !important;
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-item-wrapper
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
}
.product-item-wrapper
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover
  h2.woocommerce-loop-product__title {
  text-decoration: none;
  color: #ff6600;
}
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
  float: none;
}
.woocommerce-shop header.entry-header {
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-shop header.entry-header > h1 {
  font-size: 26px;
  font-weight: 600;
  color: #ff6600;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: block;
}

.add_to_cart_button.ajax_add_to_cart.loading::after {
  top: 17px !important;
}

/*==================== 
    Side cart CSS
====================*/
#close-side-cart img {
  filter: brightness(0) invert(1);
}

.side-cart {
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.side-cart-header {
  background-color: #ff6600;
  color: #ffffff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#side-cart {
  transform: translateX(
    100%
  ); /* This hides the side cart off-screen initially */
  transition: transform 0.3s ease-in-out; /* Adds a smooth slide-in effect */
}

.side-cart-header button.close-sidecart {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.side-cart-header button.close-sidecart:focus {
  outline: none;
}
.side-cart-header button.close-sidecart img {
  width: 12px;
}

.side-cart-content {
  padding: 40px 30px;
  flex-grow: 1;
  overflow-y: auto;
}

.side-cart-content .cart-item {
  display: flex;
  margin-bottom: 15px;
}
.side-cart-content .cart-item .product-image {
  width: 70px;
  min-width: 70px;
  object-fit: contain;
}
.side-cart-content .cart-item .product-image-wrap {
  margin-right: 15px;
  min-width: 150px;
  max-width: 150px;
  width: 100%;
  height: auto;
}

.side-cart-content .cart-item .product-details {
  flex-grow: 1;
}

.side-cart-content .cart-item .product-details h4 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}

.side-cart-content .cart-item .product-details .product-price {
  font-size: 14px;
  margin-bottom: 10px;
}
.remove-item {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.remove-item:hover {
  color: #ff6600;
}

.side-cart-footer {
  padding: 15px;
}

.subtotal {
  background-color: #ff6600;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  border-radius: 28px;
}
.subtotal p {
  font-weight: 500;
}
.side-cart .side-cart-footer a.checkout-btn.button {
  background: #038a25;
  color: #fff;
  padding: 15px;
  display: block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 28px;
}

.side-cart-content .cart-item .quantity {
  margin-bottom: 15px;
}
.quantity {
  display: flex;
  align-items: center;
}

.quantity button {
  width: 30px;
  height: 30px;
  background-color: #ffff;
  border: 1px solid #000;
  color: #333;
  border-radius: 0px;
  cursor: pointer;
}
.quantity button {
  padding: 0;
}

.quantity input.qty {
  width: 50px;
  height: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
}
.quantity button.minus {
  margin-right: 5px;
}
.quantity button.minus img {
  height: 2px;
}
.quantity button.minus img,
.quantity button.plus img {
  width: auto;
}
.quantity button.plus {
  margin-left: 5px;
}

/* Producr Filter CSS  */

.filter-capsules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.capsule {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background-color: #979797;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  margin-right: 10px;
}

.remove-filter {
  margin-left: 5px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
}

#clear-filters {
  background-color: #ff6600;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}
.common-title-customize h2{
  font-size: 34px;
}
.d-sm-none{
  display: block !important;
}
/*==================== 
    Media CSS
====================*/

@media (max-width: 767px) {
  body.hide-scroll {
    overflow: hidden;
    position: relative;
  }

  body.hide-scroll::after {
    position: absolute;
    content: "";
    background: #ff6600;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .site-header .site-branding img {
    width: 100px;
  }
  .main-navigation {
    display: flex;
    justify-content: end;
  }
  button.menu-toggle {
    background: transparent;
    border: none;
    width: 40px;
    height: 35px;
    border-radius: 5px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  .menu-toggle > div {
    display: block;
    width: 25px;
    height: 3px;
    margin-bottom: 6px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .menu-toggle > div:last-child {
    margin: 0;
  }
  .menu-toggle > div:first-child {
    transform-origin: 0% 0%;
  }
  .menu-toggle > div:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .menu-toggle[aria-expanded="true"] > div {
    opacity: 1;
    transform: rotate(45deg) translate(-8px, -13px);
    background: #fff;
  }
  .menu-toggle[aria-expanded="true"] div:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .menu-toggle[aria-expanded="true"] div:nth-last-child(2) {
    transform: rotate(-45deg) translate(-2px, 9px);
  }
  .main-navigation.toggled .menu-main-menu-container ul.menu {
    /* position: fixed;
    top: 9rem; */
    position: absolute;
    top: 0;
    padding-top: 40px;
    width: 100%;
    z-index: 99;
    background: #ff6600;
    left: 0;
  }
  .dropdown a::after {
    display: inline-block;
    display: none !important;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.055em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 30px;
  }
  .dropdown .sub-menu a::after {
    content: none;
  }
  .main-navigation.toggled .menu-main-menu-container ul.menu::before {
    position: absolute;
    content: "";
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    top: -26px;
    right: 20px;
  }
  .main-navigation ul.menu li {
    margin-right: 0;
    position: relative;
  }
  .main-navigation ul ul {
    width: 100%;
  }
  .main-navigation ul ul {
    border-radius: 5px;
    background-color: transparent;
    box-shadow: none;
  }
  .main-navigation ul ul li a {
    width: 100%;
  }
  .site-main-header.fixed-header {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .benefits-caption {
    width: 87%;
  }
  .banner-caption:nth-child(1){
    left: 15.5rem;
  }
  .banner-caption{
     left: 14.2rem; 
     width: auto;
     transform: none;
  }
 
  /* .banner-img::before{
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.4);
        height: 100%;
        width: 100%;
    } */
  .impectbox-wrapper {
    margin-bottom: 15px;
  }
  .home-title {
    font-size: 26px;
    line-height: 36px;
  }
  .top-shape::before {
    background-size: contain;
    top: -80px;
  }
  .common-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .empowering-video video,
  .video-section video {
    height: auto;
    border-radius: 10px;
  }
  .testimonial-content-box {
    padding: 35px 15px 15px 15px;
  }
  .latest-post .news-caption {
    text-align: center;
  }
  .quote-icon {
    top: -18px;
    width: 50px;
  }
  .footer-menu-wrapper {
    width: 50%;
  }
  .faq-accordion .card-header h5 a::after {
    top: 20px;
  }
  .faq-accordion .card-body {
    padding: 15px;
  }
  .legal-menu-wrapper ul.menu {
    margin: 0;
  }
  .payment-images img {
    height: 45px !important;
  }
  .static-blocks {
    padding: 15px;
  }
  .wc-related-section::before {
    background-size: contain;
    top: -30px;
  }
  .checksign-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .checksign-list li:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }
  .mobile-alignment {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .header-search-block .search-form.enable-seach {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-70%);
    top: 60px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .header-search-block label {
    margin: 0;
  }
  .main-navigation {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .top-cart-icon {
    width: 40px;
    text-align: center;
  }
  .top-cart-icon .cart-contents img {
    height: 40px;
    width: 35px;
    object-fit: contain;
  }
  .cart-count-wrap .count {
    top: 0px;
  }
  .woocommerce-page table.shop_table_responsive.wc-cart-table tr td {
    border: none;
    text-align: left !important;
  }
  .woocommerce-page table.wc-cart-table tr td::before {
    margin-right: 0px;
    margin-bottom: 5px;
    float: none !important;
    background: #e9e9e9;
    display: block;
    padding: 5px 5px;
  }
  .woocommerce-page table.wc-cart-table tr.none-before-text td::before,
  .header-search-block .search-submit img {
    display: none;
  }
  .wc-related-section {
    margin-top: 80px;
  }
  .banner-img img {
    min-height: 170px;
    object-fit: cover;
  }
  .wc-home-products-list {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .fixed-header .header-search-block {
    margin-top: 0;
  }
  .mobile-search-icon img {
    filter: brightness(0) invert(1);
    width: 35px;
  }
  .product-page-heading {
    margin-bottom: 20px;
  }
  .product-item-wrapper h3.product-title {
    min-height: initial;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 45% !important;
  }
  .product-img-wrapper .woocommerce-product-gallery ol {
    flex-wrap: nowrap;
  }
  .woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
    margin-right: 15px !important;
  }
  .wc-product-review {
    display: none;
  }
  .product-item-wrapper {
    padding: 5px;
  }
  .product-item-wrapper h3.product-title {
    line-height: 14px;
  }
  .product-item-wrapper h3.product-title a,
  .product-item-wrapper h2.woocommerce-loop-product__title {
    font-size: 12px;
  }
  .sm-mlr-2 {
    margin-left: 2px;
    margin-right: 2px;
  }
  .sm-p-2 {
    padding: 2px;
  }
  .woocommerce .single-product {
    margin-top: 0;
  }
  .sm-d-none {
    display: none;
  }
  .payment-images img {
    width: 40px;
  }
  .sm-d-flex {
    display: flex;
  }
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .main-navigation ul li a {
    font-size: 22px;
    margin-left: 3.5rem;
  }
  .main-navigation ul li .sub-menu a {
    font-size: 14px;
    color: #ffffff;
  }
  .sub-menu {
    background-color: transparent;
    box-shadow: none;
  }
  .sub-menu a {
    color: #ffffff;
  }
  .main-navigation ul#primary-menu ul li.current-menu-item > a {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
  }
  .logo-img {
    background-image: url("../images/down.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 98% 50%;
  }

  .side-cart {
    width: 360px;
  }

  .header-search-block .search-field {
    height: 35px;
    width: 153px;
    font-size: 10px;
  }
  .benefits-caption {
    padding-top: 1em;
  }
  .product-item-wrapper .product-thumbnail img,
  .product-item-wrapper .woocommerce-loop-product__link img {
    height: 160px;
  }
  .sm-mlr-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-form {
    padding: 15px 10px 0px 10px;
  }
  .line-height-45{
    line-height: 45px;
  }
  .line-space-p-sm{
    line-height: 34px;
  }
  .btn{
    padding: 15px 35px;
    font-size: 12px;
  }
  form select{
    background-size: 12px;
    background-position: 96% 50%;
  }
  .d-sm-none{
    display: none !important;
  }
  .common-title-customize h2{
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fixed-header img.custom-logo,
  .site-branding a img {
    width: 120px;
  }
  .my-account > span,
  .cart-contents > span {
    display: none;
  }
  .main-navigation a {
    white-space: nowrap;
  }
  .main-navigation {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main-navigation .menu-main-menu-container {
    position: relative;
    z-index: 1;
  }
  .site-header.fixed-header .my-account,
  .site-header.fixed-header .top-cart-icon {
    margin-top: 15px;
  }
  .wc-home-products-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-caption h1 {
    font-size: 38px;
  }
  .banner-img::after {
    bottom: -42px;
    background-position: center;
  }
  .top-shape::before,
  .info-section::before,
  .info-section::after {
    background-position: center;
  }
  .latest-post .news-caption {
    text-align: center;
  }
  .footer-menu-wrapper {
    width: 30%;
    margin-bottom: 50px !important;
  }
  .wc-home-products-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .latest-product {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-mobile-btn-mak {
    display: none;
  }
  .legal-menu-wrapper ul.menu{
    margin-left: 0;
  }
  
}

@media (min-width: 1110px) {
  .mobile-alignment {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .fixed-header .mobile-alignment {
    padding-top: 0px;
  }
  .header-search-block {
    margin-bottom: 40px;
  }
  .site-main-header.fixed-header .header-search-block {
    margin-bottom: 10px;
  }
  .site-branding a img {
    width: 220px;
  }
  .sm-mobile-btn-mak {
    display: none;
  }
}
@media (min-width: 1210px) {
  .main-navigation ul li:not(:last-child) {
    margin-right: 25px;
    white-space: nowrap;
  }
  .main-navigation ul li .sub-menu li {
    margin-right: 0;
  }
  .main-navigation ul ul {
    left: initial;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .main-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: 0.5s all;
  }
}
@media (min-width: 1025px) and (max-width: 1349px) {
  .wc-home-products-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .wc-product-wrapper {
    width: auto;
  }
}
@media (min-width: 1350px) and (max-width: 1699px) {
  .wc-home-products-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .wc-product-wrapper {
    width: auto;
  }
  .container {
    max-width: 1500px;
  }
  .btn {
    padding: 10px 40px;
  }
  .home-title {
    font-size: 32px;
  }
}
@media (min-width: 1700px) {
  .wc-home-products-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .wc-product-wrapper {
    width: 250px;
  }
}

@media (max-width: 1699px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 47%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lg-btn-mak {
    display: none;
  }
  .sm-mobile-btn-mak {
    display: block;
    width: fit-content;
  }
}

.wc-block-components-totals-shipping__via::after {
  content: "";
  background: url("../images/info-icon-black.png");
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

/* chekout page design start */
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
}
.woocommerce-checkout #payment {
  background-color: transparent;
}

.payment-option .payment_method_cod .payment_box {
  margin: 0 !important;
}
.payment-option .payment_method_cod .payment_box::before,
.payment-option .payment_method_access_worldpay_hpp::before,
.payment-option .payment_method_ppcp-gateway::before {
  display: none !important;
}

.payment_method_cod label,
.payment_method_access_worldpay_hpp label,
.payment_method_ppcp-gateway label {
  font-size: 14px;
  padding-right: 0.75em;
  padding-left: 3.5em;
  padding-bottom: 10px;
}
/* .payment-option .wc_payment_method[class^="payment_method_"] .payment_box {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.payment-option .wc_payment_method[class^="payment_method_"] .payment_box::before {
  display: none !important;
}

.wc_payment_method[class^="payment_method_"] label {
  font-size: 14px;
  padding-right: 0.75em;
  padding-left: 3.5em;
} */

.payment-border {
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px currentColor;
}
.payment-border label {
  padding-top: 1em;
}

.payment-option .payment_box {
  padding: 8px 16px !important;
}
.payment_box p {
  font-size: 14px;
  color: #000;
}

.input-radio:checked {
  border: 1px solid hsla(0, 0%, 7%, 0.8);
}
.input-radio:checked::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75em;
  left: 50%;
  margin: 0;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.75em;
}

.wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked {
  border: 1px solid hsla(0, 0%, 7%, 0.8) !important;
}

.input-radio {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(25, 23, 17, 0.48);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  margin: inherit;
  min-height: 24px;
  min-width: 24px;
  position: absolute;
  width: 1.5em;
  left: 16px;
}

.woocommerce-input-wrapper .input-text {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  max-height: 50px;
  min-height: 0;
  padding: 1em;
  width: 100%;
}

/* .woocommerce-billing-fields__field-wrapper{
    display:flex ;
    flex-wrap: nowrap;
} */
.place-order-btn {
  background: #038a25;
  width: 100%;
  padding: 20px 10px;
  border-radius: 50px;
  color: #ffffff;
}
.cart-subtotal th,
.cart-subtotal td span {
  font-weight: 400 !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: none;
}
.woocommerce table.shop_table td {
  border-top: none;
}
.border-top-gray {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-shipping-totals th {
  display: flex;
  font-weight: 400 !important;
}
.product-name {
  width: 70%;
}
.product-total {
  width: 30%;
  text-align: right;
}
.order-total th,
.order-total td span {
  font-size: 17px;
  font-weight: 500 !important;
}

.billing-input .form-row {
  display: block !important;
}
.billing-input .woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
}

.billing-input .form-row-wide {
  width: 100%;
}
.billing-input .address-field {
  width: 50%;
}
.billing-input .select2-selection__rendered {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  max-height: 50px;
  min-height: 0;
  padding: 11px;
  width: 100%;
}

.billing-input .select2-container--default .select2-selection--single {
  border: none;
  margin: 0 0 0px;
  height: 30px;
}

.billing-input
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
}
.billing-input
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 24px;
}
.billing-input #billing_address_2,
.billing-input #shipping_address_2 {
  margin-top: 40px;
}

.woocommerce form .form-row textarea {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-radius: 4px;
  box-sizing: border-box !important;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.375 !important;
  margin: 0;
  padding: 0.75em 16px;
  width: 100%;
}

.sticky-column-checkout {
  position: sticky;
  top: 0;
  align-self: flex-start;
}
/* chekout page design end */
/* facebook list get style start */

.trustreviews .trustreviews-stars svg use {
  fill: #ff6600;
}

.trustreviews .trustreviews-wr a {
  background-color: #ff6600 !important;
}

.trustreviews .trustreviews-dot.active {
  opacity: 1 !important;
  background: #ff6600 !important;
}
/* facebook list style end  */
.bg-orange-custom {
  background-color: #fff6e8;
}

/*Donation card section start subscribe page22-1-24*/
.donation-form {
  background: #fff5eb;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ff6600;
  height: 100%;
}
.subscribe-form h3 {
  font-weight: 600;
}
.sub-input {
  border-radius: 8px !important;
  padding: 10px !important;
  font-weight: 400;
}
/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.card {
  background: #ff6600;
  color: white;
  padding: 30px;
  border-radius: 10px;
}

.card h3 {
  margin-bottom: 20px;
}
/* 
        .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card {
    background: #FF6600;
    border-radius: 12px;
    padding: 32px;
    color: white;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 102, 0, 0.15);
}

/*Donation card section endsubscribe page22-1-24*/
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.sub-padding {
  padding: 0 8em;
}
.font-50 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .sub-padding {
    padding: 0 16px;
  }
  .donation-form {
    padding: 16px;
  }
  .cards-grid-mobile {
    padding: 16px;
    grid-template-columns: 1fr;
  }
  .cards-grid {
    margin: 0;
  }
  .main-navigation ul ul li:hover a{
    color: #ffffff;
  }
}
.distributor-form {
  background: #fff5eb;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ff6600;
  height: 100%;
}
.donationform{
  background: #fff5eb;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ff6600;
  height: 100%;
}
.contact-form-bg {
  background: #fff6e8;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ff6600;
  height: 100%;
}
.donate-secoundary-title {
  margin-bottom: 20px;
  color: #000;
}
.cursor-pointer {
  cursor: pointer;
}
/* 19MAy25 */
/* .woocommerce-shipping-fields h3 {
  margin-left: -11px;
}
.woocommerce-additional-fields p,
.woocommerce-billing-fields h3 {
  margin-left: -15px !important;
}
.woocommerce-checkout-payment {
  margin-left: -15px;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-left: -15px;
}
.return-basket {
  margin-left: -15px;
} */
/* 19MAy25 */

.woocommerce-shipping-methods label {
  font-weight: 500;
}
.woocommerce-shipping-methods label .amount {
  font-weight: 500 !important;
}
.btn-benifits {
  position: absolute;
  bottom: 16px;
  width: 100%;
}
/* Donation button css */

.input-container-donation {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: fit-content;
  background: #fff;
}

.currency-donation {
  font-size: 16px;
  padding: 8px;
  background: #f8f8f8;
  border-right: 1px solid #ccc;
  color: #333;
}

.sub-input-donation {
  border: none !important;
  outline: none !important;
  font-size: 16px !important;
  padding: 8px !important;
  flex: 1 !important;
}

.single-product-view {
  margin-top: 12em;
}
.right_drop_off {
  margin-top: 10px;
  margin-bottom: 15px;
}
.right_view_full_list {
  margin-top: 30px;
}

.donation-paragraphcss {
  font-weight: 100;
}
.pb-70{
  padding-bottom: 70px;
}
.wpcf7-spinner{
  display: none !important;
}
.font-orange {
  color:#ff6600 !important;

}

/*side toggle menu created*/
@media only screen and (max-width: 767px) {
  /* Make the body scrollable */

  .dropdown-icon{
    color:#fff;
    position: absolute;
    top: 0px;
    font-size: 10px !important;
    left: 14.5rem;
    cursor: pointer;
    padding: 8px;
  }
  /* Set max height and enable scrolling for the navigation */
  .main-navigation {
    max-height: 80vh; /* Adjust this value as needed */
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

  /* Ensure the menu is displayed properly */
  .main-navigation ul {
      overflow-y: auto;
      max-height: 70vh;
  }

  /* Disable scrolling in submenus */
  .main-navigation .sub-menu {
    max-height: none;
    overflow: visible;
}

/* Ensure submenus appear without scroll */
.main-navigation .menu-item-has-children.open > .sub-menu {
    display: block;
    position: static;
}

  /* Optional: Style the scrollbar */
  /* .main-navigation::-webkit-scrollbar {
      width: 6px;
  }

  .main-navigation::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 4px;
  }

  .main-navigation::-webkit-scrollbar-thumb:hover {
      background: #555;
  } */
}



/* Only apply these styles in mobile view */



/* 19 may */

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{ background-color: #ff6600 !important;}
.banner-caption h1{ margin-bottom:0}
.banner-slider{ overflow: hidden !important;}

hero-banner{ max-width: 100vw !important; overflow: hidden !important;}

@media only screen and (max-width: 1440px) {
  .latest-product { display: block; overflow-x: auto; white-space: nowrap;}
  .latest-product::-webkit-scrollbar {display: none;}
  .latest-product .product-item{ width:260px; display: inline-block; vertical-align: top; margin: 0 10px;}
  .product-item-wrapper{ width:100%} 
}

@media only screen and (max-width: 1370px) {
  .main-navigation .sub-menu { display: none;}
  .dropdown-icon { color: #fff; position: absolute; top: 3px; font-size: 10px !important; right: -18px; cursor: pointer; padding: 8px;}
}

@media only screen and (max-width: 1200px) {
  .woocommerce-product-attributes.d-flex{display: block !important;}
  .wc-product-attributes-items { width: 100%; padding-right: 0;}
  .wc-product-attributes-items .woocommerce-product-attributes-item__label { width: 80px;}
  .home-title{ font-size:28px}
  .empowering-video video{ height:auto}
  .my-account, .cart-contents{ text-align:center}
  .product-item-wrapper h3.product-title a{white-space: break-spaces;}
}

@media only screen and (max-width: 1100px) {
   .header-search-block label {max-width: none;}
   .my-account span.text-white, .cart-contents span.text-white{ display:none}
   .site-header .mobile-alignment .main-navigation{ margin-top:20px}
    header.site-main-header{padding-top: 15px;padding-bottom: 5px;}
}
@media only screen and (max-width: 992px) {
  .payment-images.justify-content-between{justify-content: flex-start !important; gap: 10px;}
  .payment-images img{ min-width: 50px}
  .header-search-block .search-submit{ left: 16px; transform: translate(0, -50%);}
  .header-search-block .search-field{ text-align: left; padding-left: 50px;}
  .banner-caption{width: 55%; top: 50%; transform: translateY(-50%);left: 45%;}
}

@media only screen and (max-width: 767px) {
  /* .col2-set .pr-5{ padding-right: 1rem !important;}
  .sticky-column-checkout > h3{ margin-left: 1rem;} */
  .sticky-column-checkout{ margin-top: 30px;}
  .woocommerce .col2-set, .woocommerce-page .col2-set{ width: auto !important;}
  .woocommerce-checkout main.site-main { padding-top: 50px; padding-bottom: 50px;}
  /* .payment-images img:first-child, .payment-images img:last-child,*/ .payment-images img.min_w_75{ min-width: 75px} 
  .header-search-block .search-field{padding-left: 20px;}
  .mobile_show-btn{ margin-right: 50px; }
  button.menu-toggle{ position: absolute; top: -50px;}
  .main-navigation ul{ display: none;}
  /* .main-navigation ul li a{ position: relative;}
  .dropdown-icon{ position: absolute; right: 0; top: 20px;} */
  /* .header-search-block{ position: relative;} */
  .search-form-mobile{position: absolute; right: 0; width: 100vw;padding-top: 0px;}
  .search-form-mobile{ margin-top: 0;}
  .header-search-block label{ padding:10px 5px; background-color: rgba(255, 102, 0, .5);}
  .header-search-block .search-field{ width: 100%;}
  .post-list-title, .post-list-content{ padding-left: 20px; padding-right: 20px;}
  .post-list-content{ margin-bottom: 20px;}
  .post-list-content p{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
  .swiper-backface-hidden .swiper-slide{border-radius: 0 15px 15px; box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);}
  /* .banner-caption{width: 75%; } */
  .hero-banner .swiper-backface-hidden .swiper-slide { box-shadow: none; border: none; }
  .site-header .mobile-alignment .main-navigation { margin-top: 0; }

}

@media only screen and (max-width: 576px) {
  .woocommerce-checkout main.site-main { padding-top: 30px; padding-bottom: 30px;}
  .home-title { font-size: 24px; }
  .banner-caption{ top:40%}
}

@media only screen and (max-width: 430px) {
  .banner-caption{ left: 45%; width: 45%; text-align: left !important;}
  .banner-caption h1 { font-size: 22px; font-weight: 600; }
}

/* 30May */

@media only screen and (min-width: 767px) {
  .shop_table .actions{ padding-left: 0 !important;}
}
.wc_payment_methods, .woocommerce-shipping-fields{margin-left: 3px;}
.payment-border{ box-shadow: none; border: 1px solid hsla(0, 0%, 7%, 0.8);}
.payment-border:first-child, .woocommerce-additional-fields{ margin-bottom: 20px;}
#payment_method_ppcp-gateway, #payment_method_access_worldpay_hpp{margin-top: -3px;}
header.single-post-header h1.entry-title{ margin-left: 0 !important;}
.sticky-column-checkout{ top: 50px;}

.form_heading{color: #ff6600;
    font-size: 26px;
    line-height: 44px;
    font-weight: 600;
}

/* myaccount distrubutor button  */
.btn-success{font-size: 14px; background: #038a25; font-weight: 600; }
.btn-success:hover{ background: #ff6600;transition: 0.3s all;  animation: Btnmove 1s infinite;}

