/* -- common --*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    font-size: 100%;
}
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
    transition: opacity 5s;
    color: #000;
}
@keyframes fadeInAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
#main.site-main {
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
    transition: opacity 4s;
}
p, li, a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #000;
}
a {
    text-decoration: none;
    transition: all 0.6s ease;
    color: #06A754;
}
a:hover {
    transition: all 0.6s ease;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #706F73;
    font-family: "Roboto", sans-serif;
}
h1,
.h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 700;
}
h2,
.h2 {
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 600;
}
h3,
.h3, h3 a, .woocommerce div.product .product_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-300 {
    font-weight: 300;
}
.body-lg {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.text-link a {
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #706F73;
    background-color: transparent;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 0;
    border: none;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 0;
}
.text-link a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #706F73;
    border-radius: 10px;
}
.text-link.border-green a:after {
    background-color: #06A754;
}
.bg-grey {
    background-color: #F1F1F1;
}
.bg-green {
    background-color: #06A754;
}
.color-green {
    color: #06A754 !important;
}
.color-white {
    color: #fff !important;
}
.color-grey-heading {
    color: #706F73 !important;
}
.p-2rem {
    padding: 2rem;
}
.border-10 {
    border-radius: 10px;
}
.py-5rem {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.mw-850 {
    max-width: 850px;
    margin: 0 auto;
}
.btn-outline-success {
	--bs-btn-color: #06A754;
	--bs-btn-border-color: #06A754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #06A754;
	--bs-btn-hover-border-color: #06A754;
	--bs-btn-focus-shadow-rgb: 25,135,84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #06A754;
	--bs-btn-active-border-color: #06A754;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #06A754;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #06A754;
	--bs-gradient: none;
	border-radius: 30px;
	font-size: 0.75rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	height: 35px;
}
.text-bg-success {
	background-color: rgba(150, 203, 93, 1) !important;
}
/* -- /common --*/
/* -- header -- */
#sec-nav {
   padding: 4px 0;
}
#sec-nav .nav-link {
    color: #000;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
#main-nav .nav-link, #mobile-nav .nav-link {
    color: #FFF;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-right: 2rem;
    position: relative;
}
.dropdown-menu {
    border-radius: 0;
    background: #06A754;
    border: none;
    padding: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #06A754 !important;
    background-color: #F1F1F1;
}
.dropdown-menu .dropdown-item {
    color: #fff;
     font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 1.2px;
}
#main-nav span, span.buyers {
    position: relative;
    z-index: 1;
    padding-right: 2.5rem;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
}
#mobile-nav span a {
     color: #706F73;
    font-size: 0.75rem;  
}
#main-nav span a {
    color: #706F73;
    font-size: 1.125rem;
}
#main-nav span a:hover, #sec-nav .nav-link:hover, .text-link a:hover,
.page-id-409 #main-nav span a {
    color: #06A754;
}
#main-nav span::before,
span.buyers::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #F1F1F1;
    z-index: -1;
    clip-path: polygon(0 0, 99% 0%, 100% 100%, 0% 100%);
}
.small-icon-18 {
    width: 18px;
}
.woocommerce.widget_product_search {
    width: 250px;
    border: 1px solid #B7B7B9;
    border-radius: 30px;
    background-color: #fff;
}
.woocommerce.widget_product_search #woocommerce-product-search-field-0 {
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    font-size: 11px;
    line-height: 0;
    color: #000;
    height: 45px;
}
.woocommerce.widget_product_search .btn.btn-primary {
    background-color: #fff;
    border: none;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 100%;
}
.wc-block-mini-cart__badge {
     color: #fff;
    background-color: #06A754;
}
.border-rounded-header {
    border: 1px solid #B7B7B9;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-rounded-header-text {
    border: 1px solid #B7B7B9;
    border-radius: 30px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.border-rounded-header a, .wc-block-mini-cart__icon, .border-rounded-header a i, .border-rounded-header-text i {
    color: #706F73;
}
.border-rounded-header-text a {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
}
.bg-linkedin {
        background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mobile-nav .navbar-toggler i:before {
    content: "\f0c9";
}
#mobile-nav .navbar-toggler.close i:before {
    content: "\f00d";
}
.navbar-toggler, .navbar-toggler:focus {
    border: none;
    box-shadow: none;
    padding-right: 0;
}
#mobile-nav .dropdown-open .dropdown-toggle-icon i:before{
    content: "\f067";
}
#mobile-nav  .dropdown-toggle-icon i:before{
    content: "\f068";
}
#mobile-nav .dropdown-toggle-icon {
    position: absolute;
    right: 0;
    top: 11px;
    color: #fff;
    font-size: 1rem;
}
#mobile-nav .dropdown-toggle::after {
    display: none;
}
/* -- /header --*/

/* -- homepage -- */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none !important;
}

@media (min-width: 768px) {
    .swiper-home .container-icons {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1320px;
        z-index: 99;
    }    
    .swiper-home .swiper-button-next, .swiper-home .swiper-button-prev {
        position: unset;
    }
}
.hp-border {
    position: relative;
    padding-bottom: 4rem;
    padding-top: 3rem;
    background-color: #F1F1F1;
    margin-bottom: 0;
}
.hp-bottom {
    position: relative;
    margin-bottom: 0;
}

.hp-border::after{
  content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, 
      #06A754 0%, 
      #06A754 33.33%, 
      #96CB5D 33.33%, 
      #96CB5D 66.66%, 
      #19404D 66.66%, 
      #19404D 100%);
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.hp-bottom::after {
        content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, 
      #06A754 0%, 
      #06A754 33.33%, 
      #96CB5D 33.33%, 
      #96CB5D 66.66%, 
      #19404D 66.66%, 
      #19404D 100%);
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.hp-bottom:nth-child(odd)::after {
        content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, 
      #19404D 0%, 
      #19404D 33.33%, 
      #96CB5D 33.33%, 
      #96CB5D 66.66%, 
      #06A754 66.66%, 
      #06A754 100%);
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.hp-border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, 
      #96CB5D 0%, 
      #96CB5D 33.33%, 
      #06A754 33.33%,
      #06A754 100%);
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.swiper-brands .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-brands .swiper-slide, .swiper-products .swiper-slide {
    height: auto;
}
.swiper-products .space-product {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
}
.woosc-btn {
    color: #706F73 !important;
    background-color: #fff !important;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    border-radius: 100%;
    border: 1px solid #F1F1F1;
    width: 40px;
    height: 40px;
    justify-content: center;
    font-size: 20px;
}
.woosc-btn-text {
    display: none;
}
.hp-border-right {
    border-right: 1px solid #B7B7B9;
}
.space-product .product-sku {
    color: #06A754;
}
.space-product .woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 0;
}
.swiper.swiper-products {
    padding-bottom: 100px;
}
.swiper.swiper-products .swiper-button-next {
    top: 95%;
    right: 45%;
    width: auto;
    height: auto;
}
.swiper.swiper-products .swiper-button-prev {
    top: 95%;
    left: 45%;
    width: auto;
    height: auto;
}
.swiper.swiper-brands {
    padding-bottom: 6rem;
    padding-top: 5rem;
}
.swiper.swiper-brands .swiper-button-next {
    top: 80%;
    right: 45%;
    width: auto;
    height: auto;
}
.swiper.swiper-brands .swiper-button-prev{
    top: 80%;
    left: 45%;
    width: auto;
    height: auto;
}
.swiper.swiper-products .price, .woocommerce ul.products li.product .price {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 1rem;
}
.add-to-cart-container .qty[type=number], .single-product .qty[type=number], .woocommerce-checkout .qty-cart {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;
    height: 100%;
    border: none;
    box-shadow: none;
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.btn.qty-change-down {
    background-color: #706F73;
    border: none;
    border-radius: 24px 0px 0px 24px;
    color: #fff;
}
.btn.qty-change-up {
    background-color: #706F73;
    border: none;
    border-radius: 0 24px 24px 0;
    color: #fff;
}
.btn.qty-change-up:active, .btn.qty-change-up:focus, .btn.qty-change-up:hover,
.btn.qty-change-down:active, .btn.qty-change-down:focus, .btn.qty-change-down:hover,
.product_type_simple.add_to_cart_button:hover{
    background-color: #06A754;
      color: #fff;
}
.availability-indicator {
    display:inline-block; width: 12px; height: 12px; background-color: #06A754; border-radius: 50%; margin-left: 5px;
}
.availability-indicator.not-available {
	background-color: #dc3545;
}
.product_type_simple.add_to_cart_button {
    border-radius: 30px;
    background-color: #706F73;
    padding: 0.3125rem 1.125rem 0.3125rem 1.125rem;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
}
.btn-style, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 30px;
    background-color: #706F73;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 10px 30px;
    border:none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}
.single-product .btn-style {
    line-height: normal;
}
.blog-posts-featured article {
    background-color: #fff;
    border-radius: 0.625rem !important;
}
.blog-posts-featured article img {
    width: 100%;
    object-fit: cover;
}
.border-left-right {
    border-left: 1px solid #706F73;
    border-right: 1px solid #706F73;
}
.border-right {
    border-right: 1px solid #706F73;
}
.woocommerce-account .article-content {
    margin-top: 2rem;
}
:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
    color: #000;
}
.filter-img img {
    filter: brightness(0.5);
}
.image-to-bottom {
    height: 100%;
}
.image-to-bottom .wp-block-group__inner-container  {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wp-block-button__link, .wc-proceed-to-checkout .btn, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .btn.btn-primary {
    background-color: #706f73;
    padding: 6px 30px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: none;
    border-radius: 9999px;
}
.wp-block-button__link:hover, .wc-proceed-to-checkout .btn:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,.btn.btn-primary:hover {
    color: #FFF;
    background-color: #06a754;
}
.btn-with-background .wp-block-button__link:hover {
    background-color: #06A754;
    color: #fff;  
}
.woocommerce-cart .section, .woocommerce-checkout .section, .page-id-403 section {
    padding: 2rem 0;
}
.copyright, .copyright a {
    color: #706F73;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.copyright a:hover {
    color: #06A754;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #ff2929;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-response-output {
        color: #06A754;
    font-weight: 500;
}
.ls-1 {
    letter-spacing: 1.1px;
}
.wrapper {
    padding: 3.5rem 0;
}
footer, .single-product .products-best {
    position: relative;
}
.single-product .products-best:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, 
      #06A754 0%, 
      #06A754 33.33%, 
      #96CB5D 33.33%, 
      #96CB5D 66.66%, 
      #19404D 66.66%, 
      #19404D 100%);
}
footer:after, .single-product .products-best:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, 
      #06A754 0%, 
      #06A754 33.33%, 
      #96CB5D 33.33%, 
      #96CB5D 66.66%, 
      #19404D 66.66%, 
      #19404D 100%);
}
#wrapper-footer-full, #wrapper-static-hero {
    background-color: #fff !important;
}
.wpcf7 {
    border: 6px solid #F1F1F1;
    border-radius: 10px;
    padding: 2rem;
    max-width: 100%;
}
iframe.contact-map {
    width: 100vw;
    position: relative;
    margin-left: -49.59vw;
    left: 50%;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    border: none;
    border-radius: 0;
    background-color: #F1F1F1;
    box-shadow: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: none;
    border-radius: 0;
    background-color: #F1F1F1;
    box-shadow: none;
    padding: .375rem .75rem;
    height: 36px;
}
.wpcf7 input[type=submit], .wpcf7 input[type=submit]:disabled {
        width: 130px;
    background-color: #706F73;
    border: none;
    box-shadow: none;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.border-rounded-header .fa-shopping-cart:before {
    font-size: 1.4rem;
}
.onsale, .single-product.woocommerce .single-product-price span.onsale, .woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
    font-size: 12px;
    color: #ffffff !important;
    font-weight: 600 !important;
    background-color: #96CB5D !important;
    padding: inherit !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    box-shadow: 0 0 0 .25rem rgb(193 193 193 / 25%);
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:active, .wpcf7 input[type=submit]:focus, .btn-style:hover, .btn-style:active, .btn-style:focus {
    background-color: #06A754 !important;
    color: #fff !important;
    border: none;
    font-size: 12px;
}
.green-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5rem;
}
.green-list li {
    position: relative;
    margin-left: 50px;
}
.green-list li:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #06A754;
    position: absolute;
    left: -50px;
    top: 50%;
}
.news-section {
    padding-top: 5rem;
}
.news-section ul li img {
    height: 205px;
}
.news-section ul li {
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    margin-bottom: 3rem;
}
.news-section ul li .wp-block-group {
    padding: 1.5rem !important;
}
.news-section ul li .wp-block-post-excerpt__excerpt, .news-section ul li .wp-block-post-featured-image {
    margin-bottom: 1.5rem;
}
.news-section ul li .wp-block-post-title {
    margin-bottom: 1.5rem;
    line-height: 0;
}
.news-section ul li .wp-block-post-title a {
    color: #706F73;
}
.related-posts-grid img {
    width: 100%;
    object-fit: cover;
    height: 205px;
}
.related-posts-grid .grid-item {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 1.5rem;
    background-color: #fff;
    height: 100%;
}
.single-post article {
    max-width: 850px;
    margin: 0 auto;
}
.single-post section .fa {
    color: #706F73;
}
.single-post .article-image img {
    width: 100%;
}
.wp-block-details summary {
    background-color: #06A754;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    padding: 1.5rem 1.25rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    position: relative;
     list-style: none; 
    appearance: none; 
    -webkit-appearance: none; 
}
.wp-block-details summary:after {
    content: "";
    position: absolute;
    top: 43%;
    right: 20px;
    font-size: 1.5rem;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
     transition: transform 0.3s ease;
}
.wp-block-details[open] summary:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.single-product_manufacturer section .container {
    max-width: 850px;
}
.woosc_table {
  border-collapse: collapse;
}
.woosc_table td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
.woosc_table tr:nth-child(even){background-color: #f2f2f2;}
.woosc_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f2f2f2;
}
/*WOOCOMMERCE*/
.content-area .woocommerce-breadcrumb, .add-to-wishlist, .remove-from-wishlist {
    display: none !important; 
}
.bellows.bellows-align-full {
    margin-top: 0;
}
.post-type-archive-product .woocommerce-breadcrumb {
     margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
        font-size: 0.688rem;
    color: #B7B7B9;
}
.post-type-archive-product .add-to-wishlist,.post-type-archive-product .remove-from-wishlist, .single-product .remove-from-wishlist {
    display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 3px solid #F1F1F1;
    border-radius: 10px;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0px solid #f2f2f2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 12px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
        background-color: #06A754;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce ul.order_details {
    padding-left: 0;
}
.woocommerce-order {
    padding: 2rem 0;
}
.wishlist-button, .wp-block-woocommerce-empty-cart-block .wp-block-product-new.wc-block-product-new.has-4-columns,
.wp-block-woocommerce-empty-cart-block h2 { 
    display:none;
}
.wc-block-cart__empty-cart__title {
    display: block !important;
    margin-top: 1rem;
}
.woocommerce div.product form.cart {
    display: inline-flex;
    max-height: 35px;
}
.single-product .summary .product-sku {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.single-product div.product .summary p.price {
    display: none;
}
.single-product .custom-sale-price {
    color: #06A754;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.single-product .custom-regular-price {
    color:  #6C605E;
    font-size: 1.125rem;
    font-weight: 700;
}
.single-product button[name="add-to-cart"]:after {
    content: '\f07a';
    font-family: 'FontAwesome';
    margin-left: 10px;
}
.single-product button[name="add-to-cart"] {
    border-radius: 30px;
    background-color: #706F73;
    padding: 0.3125rem 1.125rem 0.3125rem 1.125rem;
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    border: none;
    margin-left: 0.5rem;
}
.single-product button[name="add-to-cart"]:hover, .single-product button[name="add-to-cart"]:focus, .single-product button[name="add-to-cart"]:active {
    background-color: #06A754;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #F1F1F1 !important;
      color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #F1F1F1;
    color: #B7B7B9;
    text-align: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 5px;
}
.woocommerce-Tabs-panel h2 {
    display:none;
}
.woocommerce table.shop_attributes {
    border: 0;
    border-top: 0px dotted rgba(0,0,0,.1);
    margin-bottom: 0;
    width: 100%;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #F1F1F1;
    border: none;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border: none;
}
.product_meta .woocommerce-Tabs-panel {
    border: 14px solid #F1F1F1;
    border-radius: 0px 10px 10px 10px;
}
.warehouse-stock .card {
	min-width: 100px;
}
.warehouse-stock .card .card-title {
	text-transform: uppercase;
	color: #000;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1.2px;
	margin: 0;
}
.warehouse-stock .card .badge {
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	width: 35px;
	height: 35px;
	padding: 0;
}
@media (min-width: 992px) {
    .products.columns-4, .products.columns-3 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
        margin-bottom: 0;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: inherit;
        position: relative;
        width: auto !important;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .products.columns-4, .products.columns-3 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
        margin-bottom: 0;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: inherit;
        position: relative;
        width: auto !important;
        margin-left: 0;
        margin-bottom: 0.5rem !important;
    }
}
.woocommerce ul.products::before {
    display:none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce-loop-product__title {
    color: #000;
    text-align: center;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.woocommerce div.product div.images img {
    margin: 0 auto;
}
.single-product.woocommerce span.onsale {
    left: 2%;
}
.woosc_table .td-placeholder {
    display: none;
}
@media (min-width:1400px) {
    .single-product .add-to-cart-container .qty[type=number] {
        width: 3rem;
    }
}
/*MY ACCOUNT*/
@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 16.66666667%;
        margin: 8rem 0;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
        margin: 8rem 0;
    }
}
.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}
.woocommerce-MyAccount-navigation li, .list-group-item.active, .woocommerce-MyAccount-navigation li:hover {
    background-color: #F1F1F1;
    padding: 15px;
    margin-bottom: 2px;
}
.woocommerce-MyAccount-navigation li a {
     color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.list-group-item.active a, .woocommerce-MyAccount-navigation li a:hover {
    font-weight: 700;
}
.woocommerce-MyAccount-content a {
    color: #000;
    font-weight: 700;
}
.woocommerce-MyAccount-content a:hover {
    color: #06A754;
}
.woocommerce-MyAccount-navigation li:before {
    content: "\f0da ";
    font-family: 'FontAwesome';
    color: #96CB5D;
    margin-right: 0.5rem;
}
.woocommerce-edit-account fieldset {
    margin-top: 2rem;
}
#breadcrumbs, #breadcrumbs a, #breadcrumbs p, #breadcrumbs span,
.yoast-breadcrumbs,.yoast-breadcrumbs a,.yoast-breadcrumbs p, .yoast-breadcrumbs span, .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb span {
    color: #706F73;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
}
.woocommerce .woocommerce-breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.woocommerce.single-product .woocommerce-breadcrumb {
    padding-left: calc(var(--bs-gutter-x) * .5);
}
#breadcrumbs a, .yoast-breadcrumbs a {
    color: #B7B7B9;
}
.post-type-archive-reference #breadcrumbs,
.post-type-archive-reference #breadcrumbs {
    position: absolute;
    left: 0;
    z-index: 99;
    top: 1rem;
}
.alignfull .yoast-breadcrumbs {
    position: absolute;
    z-index: 99;
    top: 1rem;
}
.single-product .col-12 .woocommerce-breadcrumb, .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    border-radius: 10px;
    border: 3px solid #F1F1F1;
}
.single-product .summary .woosc-btn {
      border-radius: 30px;
    background-color: #706F73 !important;
    color: #fff !important;
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 10px 30px;
    border: none;
    position: initial;
    float: right;
    margin-top: 20px;
    width: auto;
    height: 35px;
}
.single-product .summary .woosc-btn-text {
    display: block;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* -- /homepage --*/
.offcanvas .bottom-fixed {
    position: absolute;
    left: -3rem !important;
    bottom: 0.5rem !important;
    background-color: #06a754;
    border: none;
    width: 40px;
    height: 40px;
}
.box-on-image {
    position: relative;
    top: 50%;
}
.brand-border {
    border-radius: 10px;
    border: 1px solid #B7B7B9;
    padding: 30px 20px;
    height: 100%;
}
.reference-border {
    border-radius: 10px;
    border: 1px solid #B7B7B9;
    padding: 24px;
}
.reference-excerpt p {
    margin-bottom: 1.5rem
}
.color-black {
    color: #000;
}
.add-to-cart-container .added_to_cart, .added_to_cart {
    display: none !important;
}
.woocommerce-products-header__title.page-title {
    color: #706F73;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
}
.woocommerce nav.woocommerce-pagination ul li {
    background-color: rgb(241, 241, 241);
    width: 30px;
    height: 30px;
    border-right: none;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    overflow: hidden;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent; 
    color: #B7B7B9;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover {
     color: #06A754;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination {
    text-align: right;
}
.woocommerce .woocommerce-ordering select {
    background-color: #F1F1F1;
    color: #706F73;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    font-size: 13px;
}
.berocket_single_filter_widget h3 {
    background-color: #96CB5D;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 2px 12px;
    border-radius: 5px 5px 0px 0px;
}
.bapf_sfilter .bapf_colaps_smb, .bapf_sfilter .bapf_desci {
    right: 5px;
    font-size: 14px;
}
#left-sidebar .bellows-item-level-1 {
    padding-left: 0 !important;
    position: relative;
    border-bottom: 2px solid #fff;
}
#left-sidebar .bellows-item-level-1 a {
    margin-left: 1rem;
}
.bellows-item-level-1:before {
     content: '\f0da';
    font-family: 'FontAwesome';
    color: #96CB5D;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
/* --- 404 PAGE --- */
.error-404 .content-area {
    height: 64vh;
    display: flex;
    justify-content: center;
    align-content: center;
}
.error-404 .content-area article {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 860px;
}
/* --- /404 PAGE --- */

/*ARCHIVE PRODUCTS*/
#left-sidebar .bellows-target-description {
    display: none;
}
#left-sidebar .bellows-menu-item {
    background-color: #F1F1F1;
    padding: 12px 0px;
    margin-bottom: 2px;
}
#left-sidebar .bellows-menu-item a {
        padding: 0;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0 12px;
}
#left-sidebar .bellows-menu-item a:hover {
    color: #06A754;
}
#left-sidebar .fa-chevron-down:before {
    content: "\f0d7";
    font-size: 1.2rem;
    color: #96CB5D;
    margin-right: 10px;
}
#left-sidebar .fa-chevron-up:before {
    content: "\f0d8";
    font-size: 1.2rem;
    color: #96CB5D;
     margin-right: 10px;
}
#left-sidebar .bellows .bellows-nav .bellows-submenu .bellows-subtoggle {
    right: 0 !important;
}
#left-sidebar .bellows .bellows-nav .bellows-subtoggle {
    width: initial;
}
#left-sidebar .bellows .bellows-nav .bellows-submenu .bellows-subtoggle {
    right: -15px;
}
.btn-info, .woocommerce-info a.button {
    background-color: #06A754;
    border: none;
    color: #fff;
}
.woocommerce-info {
    background-color: #F1F1F1;
    border: none;
    color: #000;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    width: 100% !important;
    background-color: #F1F1F1;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-content .woocommerce-Address h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content p {
    font-weight: 700;
}
.woocommerce-MyAccount-navigation-link--compare {
    display:none;
}
.return-to-shop .btn.wc-backward.font-secondary {
    border-radius: 30px;
    background-color: #706F73;
    padding: 0.3125rem 1.125rem 0.3125rem 1.125rem;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: none;
}
btn btn-outline-primary wc-backward font-secondary:hover {
    background-color: #06a754;
}

.swiper-home .desktop-swiper-image {
    height: inherit;
}
/* -- footer -- */

#myBtn {
    position: fixed;
    bottom: 70px;
    right: 7px;
    display: none;
    color: #fff;
    z-index: 99;
    background-color: #06a754;
    border: none;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}
#myBtn .fa {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
}

/* -- /footer --*/
/* -- MIN -- */


@media screen and (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
	max-width: 1320px;
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav .dropdown > .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease;
      min-width: auto;
      position: absolute;
      left: 0; 
    }

    .navbar-nav .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .navbar-nav .dropdown-menu .dropdown-menu {
        left: 100%; 
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
        margin-left: 0.1rem; 
    }
    .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    .navbar-nav .nav-right-arrow::after {
        content: '\f105';
        font-family: 'FontAwesome';
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translate(0, -50%);
        transition: transform 0.3s ease;
        font-size: 1rem;
        color: #fff;
    }
    .navbar-nav .nav-right-arrow:hover::after {
        color: #06A754;
    }
}
/* -- /min -- */
@media screen and (min-width: 768px) and (max-width: 991px) {
      .swiper.swiper-products .swiper-button-next, .swiper.swiper-brands .swiper-button-next {
        right: 40%;
    }
    .swiper.swiper-products .swiper-button-prev, .swiper.swiper-brands .swiper-button-prev {
        left: 40%;
    }
    #main-nav .nav-link, #mobile-nav .nav-link {
        padding-right: 0.4rem;
    }
    #main-nav span, span.buyers {
        padding-right: .5rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    #main-nav span a {
        font-size: 0.75rem;
    }
    .single-product .summary .woosc-btn {
        float: left !important;
        margin-top: 0 !important;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 601px) and (max-width:991px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* -- MAX -- */
@media screen and (max-width: 767px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 95%;
    }
    .border-rounded-header {
        width: 35px;
        height: 35px;
    }
    .woocommerce.widget_product_search #woocommerce-product-search-field-0 {
        height: 35px;
    }
    .login-mobile {
        border-top: 1px solid #fff;
        padding-top: 5px;
        margin-top: 5px;
    }
    .login-mobile a:before {
       font-family: 'FontAwesome';
       content: '\f2c0';
       margin-right: 10px;
    }
     .reg-mobile a:before {
       font-family: 'FontAwesome';
       content: '\f2c0';
       margin-right: 10px;
    }
    .hp-border-right {
        border-right: 0px solid #B7B7B9;
    }
    .swiper.swiper-products .swiper-button-next, .swiper.swiper-brands .swiper-button-next {
        right: 35%;
    }
    .swiper.swiper-products .swiper-button-prev, .swiper.swiper-brands .swiper-button-prev {
        left: 35%;
    }
    .py-5rem {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .blog-posts-featured article img {
        height: 200px;
    }
    .swiper.swiper-brands {
        padding-bottom: 3rem;
        padding-top: 1rem;
    }
    .border-left-right {
        border-left: 0px solid #706F73;
        border-right: 0px solid #706F73;
    }
    .border-right {
        border-right: 0px solid #706F73;
    }
    section {
        overflow: hidden;
    }
    .wrapper {
        padding: 1.5rem 0;
    }
    footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 46%!important;
    }
    footer :where(.wp-block-columns.is-layout-flex) {
        gap: 1rem;
    }
    .hp-border {
        padding-bottom: 3rem;
        padding-top: 1rem;
    }
    figure {
        margin: 0;
    }
    h1,
    .h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    h2,
    .h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    h3,
    .h3, h3 a, .woocommerce div.product .product_title {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .download-zone p, .download-zone h2 {
        text-align: center;
    }
    .download-zone .wp-block-buttons {
        justify-content: center;
    }
    #main-nav span, span.buyers {
        padding-bottom: 0.3rem;
        padding-top: 0.3rem;
    }
    #main-nav .nav-link, #mobile-nav .nav-link {
        line-height: 1rem;
    }
    .page-id-225 section .wp-block-image img {
        width: 150px !important;
        margin-bottom: 1rem;
    }
    .green-list {
        margin-bottom: 0rem;
    }
    .news-section {
        padding-top: 2rem;
    }
    .news-section ul li {
        border-radius: 10px;
        border: 1px solid #F1F1F1;
        margin-bottom: 0rem;
    }
    .btn-style, .wp-block-button__link {
        font-size: 0.70rem;
        padding: 5px 20px;
    }
    .brand-border {
        padding: 20px 20px;
    }
    .wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:active, .wpcf7 input[type=submit]:focus, .btn-style:hover, .btn-style:active, .btn-style:focus {
        font-size: 0.70rem;
    }
    .wp-block-details summary {
        font-size: 0.70rem;
        padding: 1rem 1rem;
        margin-bottom: 1rem;
    }
    .page-id-117 .wp-block-cover.alignfull {
        min-height: 25rem !important;
    }
    .box-on-image {
        top: 0;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .wpcf7 {
        padding: 1rem;
    }
    .woocommerce .woocommerce-breadcrumb {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        padding: 18px 8px;
    }
    .woocommerce-loop-product__title {
        font-size: 0.75rem !important;
        line-height: 1.3rem;
    }
    .onsale, .single-product.woocommerce .single-product-price span.onsale, .woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
        left: 5% !important;
    }
    .single-product .woosc-btn {
        float: left !important;
        margin-top: 0 !important;
        margin-bottom: 1rem;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 1em;
        display: flex;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .article-content {
        margin-top: 2rem;
    }
    .wpcf7.js .container {
        max-width: 100%;
        padding: 0;
    }
    .woocommerce.widget_product_search #woocommerce-product-search-field-0 {
        font-size: 0.8rem;
    }
    .swiper-home {
        height: 400px;
    }
    .swiper-home .mobile-swiper-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    footer::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 15px;
        background: linear-gradient(to right, 
          #06A754 0%, 
          #06A754 33.33%, 
          #96CB5D 33.33%, 
          #96CB5D 66.66%, 
          #19404D 66.66%, 
          #19404D 100%);
    }
    footer {
        padding-top: 1rem;
    }
    footer p, footer li, footer a {
        font-size: 0.687rem;
        line-height: 1.1rem;
    }
    .category-filter-container p {
        margin-bottom: 0.5rem;
    }
    .tax-product_cat .term-description {
        padding-top: 0;
    }
    .woocommerce-breadcrumb {
        line-height: 1rem;
    }
    .wc-proceed-to-checkout {
        text-align: center;
    }
    .article-content .wp-block-buttons.is-content-justification-right {
        justify-content: center;
    }
    .woocommerce-info {
        padding: 1em 1em 1em 3.5em;
    }
    .woocommerce form .form-row {
        padding: initial;
    }
    thead .col, thead .col a {
        line-height: 1.1rem;
        font-size: 0.687rem;
    }
    thead .col {
        padding: 5px;
    }
}
.wpcf7-response-output {
	padding: 10px;
	border: 1px solid #06A754;
	border-radius: 30px;
}