@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alatsi&display=swap');

@font-face {
    font-family: 'lithos';
    src: url('../fonts/lithos.eot');
    src: url('../fonts/lithos.eot') format('embedded-opentype'),
         url('../fonts/lithos.woff2') format('woff2'),
         url('../fonts/lithos.woff') format('woff'),
         url('../fonts/lithos.ttf') format('truetype'),
         url('../fonts/lithos.svg#lithos') format('svg');
}

/*** GENERIC CSS ***/
html,body {
    font-family: "Alegreya Sans", sans-serif;
}

body {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    background: #fff;
    font-weight: 400;
    line-height: 150%;
    color: #0E140F;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #0E140F;
}

a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.50);
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    font-family: "Cinzel Decorative", serif;
}

h1 {
    font-size: 76px;
    font-weight: 400;
    line-height: 120%;
}

h2 {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%; /* 67.2px */
}

h3 {

}

h4 {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 150%;
}

h5 {

}

h6 {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}

p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

p.big {
    font-size: 22px;
}

p.small {
    font-size: 18px;
    line-height: 150%;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-default {
    border-radius: 12px;
    padding: 12px 24px;
    background: #177490;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    display: inline-block;
    text-transform: capitalize;
}

.btn-default:hover {
    background: #CDBEA3;
}

.btn-default.white {
    background: #fff;
    color: #177490;
}

.btn-default.white:hover {
    background: #177490;
    color: #fff;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-title h2 {
    color: #2F5C47;
    text-transform: capitalize;
}

.section-title.white h2 {
    color: #fff;
}

/*** HEADER ***/
header {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(4px);
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #E8E7E2;
}

header.lightgreen {
    backdrop-filter: blur(4px);
    background: #FFFBF5;
}

header .nav-item {
    padding: 0px;
    margin: 0px 24px;
}

header .nav-link {
    padding: 0px !important;
    color:#161619;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

header .nav-item.active .nav-link, header .nav-item:hover .nav-link {
    font-weight: 700;
    text-decoration: underline;
}

header .form-control {
    border-radius: 1000px;
    border: 1px solid #B5B5B5;
    padding: 14px 24px 14px 54px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    background: url(../img/icon-search.svg) 14px 50% no-repeat;
}

header .menu-shortcut {
    display: flex;
    gap: 24px;
}

.home-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

/*** FOOTER ***/
footer {
    background: #CDBEA3;
    padding: 80px 0px 40px 0px;
}

.foot-logo img {
    margin-bottom: 14px;
}

footer p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

footer h6 {
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 15px;
}

footer .foot-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer .foot-menu li {
    margin-bottom: 10px;
}

footer .foot-menu li a {
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

footer .contact-details img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(5936%) hue-rotate(68deg) brightness(92%) contrast(103%);
}

footer .contact-details>div, footer .contact-details>a {
    display: flex;
    gap: 13px;
    margin-bottom: 15px;
}

footer .contact-details * {
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

footer .contact-details a:hover, footer .foot-menu li:hover a {
    text-decoration: underline;
}

.copyrights {
    background: #CDBEA3;
}

.copyrights .container {
    border-top:1px solid rgba(39, 39, 39, 0.06);
    padding: 20px 0px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.copyrights p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

/*** CONTACT PAGE ***/
.page-banner {
    background: url(../img/bg-page-banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 170px 0px 80px 0px;
}

.page-banner h1 {
    color: #2F5C47;
}

.breadcrumbs {
    padding: 50px 0px;
    background: #FFFBF5;
}

.breadcrumbs * {
    color:#161619;
    font-weight: 500;
}

.breadcrumbs a {
    font-weight: 400;
}

.breadcrumbs img {
    padding:0px 16px;
}

.contact-info {
    padding: 0px 0px 140px 0px;
}

.contact-info h2 {
    color: #2F5C47;
    margin-bottom: 10px;
}

.contact-info p {
    text-transform: capitalize;
}

.contact-box {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom:1px solid rgba(174, 180, 175, 0.20);
    display: flex;
    gap: 16px;
}

.contact-box .img {
    background: #2F5C47;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    line-height: 64px;
    text-align: center;
}

.contact-box .img img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.contact-box label {
    color: rgba(12, 7, 4, 0.40);
    margin-bottom:8px;
}

.contact-box .social {
    display: flex;
    gap: 16px;
}

.contact-box .social a {
    background: #DEEEF5;
    width: 38px;
    height: 38px;
    border-radius: 1000px;
    text-align: center;
    line-height: 38px;
}

.form-box {
    border-radius: 24px;
    background:#EBEFE0;
    box-shadow: 0 4px 10.4px 0 rgba(146, 146, 146, 0.10);
    padding: 24px;
}

.form-box h4 {
    margin-bottom: 24px;
}

.form-box label {
    margin-bottom: 5px;
}

.form-box .form-control {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #E8E7E2;
    background: #FFF;
    margin-bottom: 15px;
}

.form-box textarea.form-control {
    border-radius: 10px;
    height: 137px;
    resize: none;
}

.form-box label a {
    color: #3088DF;
    text-decoration: underline;
}

.form-box input[type="submit"] {
    border-radius: 12px;
    background: #177490;
    color: #fff;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    width: 100%;
    display: inline-block;
    padding: 12px 0px;
    border: 0px;
    margin-top: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.form-box input[type="submit"]:hover {
    background: #CDBEA3;
}

/*** GENERIC CONTENT ***/
.generic-content {
    padding: 80px 0px 140px 0px;
}

.generic-content ul {
    margin: 20px 0px;
    padding: 0px;
    list-style: none;
}

.generic-content.page-404 {
    padding-top: 180px;
}

.generic-content.page-404 .container {
    background:url(../img/bg-404.png) 50% 50% no-repeat;
    background-size:contain;
}

.generic-content.page-404 h2 {
    color:#2F5C47;
}


/*** BANNER ***/
.banner {
    position: relative;
    overflow: hidden;
}

.banner .owl-carousel .owl-stage {
    display: flex;
}

.banner .owl-item .item {
    height: 100%;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.banner .h1 {
    font-size: 76px;
    margin-top: 50px;
}

.banner p {
    color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
}

.banner .item {
    padding: 250px 0px 50px 0px;
}

.banner .btn-default {
    margin-right: 15px;
    margin-bottom: 10px;
}

.banner .owl-dots {
    position: absolute;
    bottom: 70px;
    left: 0px;
    width: 100%;
}

.banner .owl-theme .owl-nav {
    margin: 0px;
}

.banner .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 63px;
    left: 50%;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 9px 0;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 0 2px 9px 0 rgba(130, 130, 130, 0.17);
    border-radius: 50%;
    color: #000;
    margin-left: -74px;
    z-index: 3;
}


.banner .owl-theme .owl-nav [class*=owl-] span {
    font-size: 37px;
    position: relative;
    top: -2px;
    left: -1px;
}

.banner .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -74px;
}

.banner .owl-theme .owl-nav [class*=owl-].owl-next span {
    position: relative;
    left: 2px;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #CDCDCD;
}

.banner .owl-theme .owl-dots .owl-dot span {
    background: #AAA;
    width: 10px;
    height: 10px;
    margin: 5px 2px;
    border-radius: 50%;
}

/*** NATURAL PRODUCTS ***/
.natural-products {
    padding: 80px 0px;
    background: #FFFBF5;
}

.natural-products .section-title {
    margin-bottom: 60px;
}

.natural-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.natural-box h3 {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-family: 'lithos';
    font-weight: 400;
}

.natural-box .img {
    width: 100%;
}

/*** MAIN PRODUCTS ***/
.main-products {
    padding: 30px 0px 100px 0px;
    background: url(../img/flower-right.png) top right no-repeat, url(../img/flower-left.png) bottom left no-repeat;
    background-color: #FFFBF5;
}

.main-products .section-title {
    margin-bottom: 60px;
}

.product-box {
    margin-bottom: 40px;
}

.product-box .img {
    position: relative;
    overflow: hidden;
}

.product-box .tag {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    padding: 0px 13px;
    color: #000;
    font-family: 'lithos';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 44px;
    border-radius: 11px;
    background: #FFF;
}

.product-box h3 {
    color: #24531E;
    font-size: 32px;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-box p {
    color: #332F26;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.product-box .stars {
    color: #FFC107;
}

.product-box .stars i {
    margin-right: 2px;
}

.product-box .stars i.grey {
    color: #919EAB;
}

.product-box .stars span {
    color: #8F8F8F;
    font-size: 20px;
    font-weight: 400;
    font-family: "Alegreya Sans", sans-serif;
    position: relative;
    left: 5px;
}

.product-box .price {
    display: inline-block;
    color: #24531E;
    font-size: 36px;
    font-family: "Alatsi", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin: 15px 0px 20px 0px;
}

.btn-border {
    display: inline-block;
    padding: 0px 24px;
    line-height: 50px;
    text-align: center;
    color: #749F8F;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid #749F8F;
    background: #FFFBF5;
}

.btn-border:hover {
    background: #749F8F;
    border-color: #749F8F;
    color: #000;
}

.btn-default.transparent-border {
    background: none;
    color: #177490;
    border: 2px solid #177490;
    padding: 10px 24px;
}

.btn-default.transparent-border:hover {
    background: #177490;
    color: #fff;
}

.main-products .top {
    margin: 20px;
}

.main-products .btn-default {
    margin: 0px 9px 10px 9px;
}

/*** LITTLE ABOUT ***/
.little-about {
    position: relative;
    overflow: hidden;
    background: #EBEFE0;
    background: #FFFBF5 url(../img/bg-about.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    padding: 250px 0px 180px 0px;
}

.little-about .container {
    position: relative;
    z-index: 5;
}

.little-about p {
    margin-bottom: 25px;
}

.little-about .mainimg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.little-about .topimg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
}

.little-about .downimg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #fff;
}

.little-about .section-title h2 {
    margin-bottom: 25px;
}

/*** MANUFACTURE ***/
.manufacture {
    padding: 90px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    background: #FFFBF5;
}

.manufacture .container {
    position: relative;
    z-index: 2;
}

.manufacture .img {
    margin-right: -28%;
    max-width: 115%;
    width: 115%;
    position: relative;
    float: right;
}

.manufacture:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
    height: 50%;
    /* background: url(../img/bg-shadow-manufacture.png) bottom right no-repeat; */
    background-size: contain;
}

.manufacture .shadow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-height: 300px;
}

.manufacture .section-title {
    margin-bottom: 60px;
}

.manufacture h3 {
    color: #2F5C47;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}

.manufacture h6 {
    color: #000;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 20px;
}

.manufacture .note {
    border-left: 3px solid #749F8F;
    background: #EBEFE0;
    padding: 12px 0 12px 12px;
}

@font-face {
    font-family: 'AvenirNextCyr';
    src: url('../fonts/AvenirNextCyrMedium.eot');
    src: url('../fonts/AvenirNextCyrMedium.eot') format('embedded-opentype'),
         url('../fonts/AvenirNextCyrMedium.woff2') format('woff2'),
         url('../fonts/AvenirNextCyrMedium.woff') format('woff'),
         url('../fonts/AvenirNextCyrMedium.ttf') format('truetype'),
         url('../fonts/AvenirNextCyrMedium.svg#AvenirNextCyrMedium') format('svg');
}

.normal-link {
    display: inline-block;
    color: #000;
    font-family: 'AvenirNextCyr';
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.normal-link img {
    margin-left: 15px;
}

.checklist {
    color: #000;
    text-transform: capitalize;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.checklist li {
    padding-left: 40px;
    position: relative;
    background: url(../img/icon-check.svg) 0px 3px no-repeat;
    background-size: 28px auto;
    margin-bottom: 15px;
}

/*** HORSE-FILTER ***/
.horse-filter {
    position: relative;
    overflow: hidden;
    background: #FFFBF5;
}

.horse-filter .left-align {
    position: absolute;
    top: -70px;
    left: 0px;
}

.horse-filter .right-align {
    position: absolute;
    top: -50px;
    right: 0px;
}

.horse-filter .container {
    position: relative;
    z-index: 2;
}

.horse-filter .section-title {
    margin-bottom: 50px;
}

.horse-filter .section-title {
    margin-bottom: 60px;
}

.horse-filter h3 {
    color: #2F5C47;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}

.horse-filter h6 {
    color: #000;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 20px;
}


/*** WHY CHOOSE COLLOIDS ***/
.why-choose-colloids {
    padding: 30px 0px 135px 0px;
    background: #FFFBF5;
}

.why-choose-colloids .section-title {
    margin-bottom: 30px;
}

.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 16px 13px;
}

.icon-box p {
    margin: 0px;
    padding-left: 12px;
}

/*** WHY CHOOSE COLLOIDS ***/
.why-choose-colloids {
    padding-bottom: 140px;
    background: #FFFBF5;
}

.why-choose-colloids .section-title {
    margin-bottom: 20px;
}

.why-choose-colloids .bg {
    background: url(../img/bg-cta.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 80px 0px 130px 0px;
    border-radius: 20px;
}

.why-choose-colloids .forms {
    display: flex;
    align-items: start;
}

.why-choose-colloids .form-control {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.40);
    height: 58px;
    padding: 16px 22px;
    margin-bottom: 20px;
    border: none;
}

.why-choose-colloids .btn-default {
    line-height: 58px;
    padding: 0px 22px;
    margin-left: 5px;
}


/*** SMALL INFO ***/
.small-info {
    padding-bottom: 110px;
    background: #FFFBF5;
}

.small-info .section-title {
    margin-bottom: 20px;
}

.small-box {
    margin-bottom: 30px;
	padding:0px 30px;
}

.small-box p {
    margin-top: 20px;
    color: #24531E;
    font-family: 'lithos';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}


/*** WISSEN INFO ***/
.wissen-info {
    padding: 80px 0px 110px 0px;
    background: #FFFBF5;
}

.wissen-info .section-title {
    margin-bottom: 60px;
}

.wissen-box {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0 4px 21.1px 4px rgba(148, 148, 148, 0.25);
    padding: 32px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.wissen-box h6 {
    color: #000;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 24px 0px 20px 0px;
}

.wissen-box .btn-default {
    margin-top: 10px;
}



/*** LATEST ARTICLES ***/
.latest-articles {
    padding: 0px 0px 110px 0px;
    background: #FFFBF5;
}

.latest-articles .section-title {
    margin-bottom: 40px;
}

.article-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    box-shadow: 0 4px 10.4px 0 rgba(146, 146, 146, 0.10);
}

.article-box .img {
    position: relative;
    overflow: hidden;
}

.article-box .img img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .7;
}

.article-box .text {
    background: #fff;
    padding: 30px 30px;
    padding-bottom: 82px;
    position: relative;
    overflow: hidden;
}

.article-box .date {
    display: inline-block;
    color: #818181;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.article-box .tags div {
    font-family: 'lithos';
    border-radius: 11px;
    background:#EBEFE0;
    display: inline-block;
    padding: 10px 13px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 16px;
}

.article-box .tags div:last-child {
    margin-right: 0px;
}

.article-box h4 {
    overflow: hidden;
    color: #151515;
    text-overflow: ellipsis;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 78px;
}

.article-box p {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    margin-bottom: 30px;
    min-height: 90px;
}

.article-box .btn-border.lightgreen {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    background: none;
}

.btn-border.lightgreen {
    color: #177490;
    border-color: #177490;
    text-transform: capitalize;
}

.btn-border.lightgreen:hover {
    color: #fff !important;
    background: #177490 !important;
}

.breadcrumbs .form-search {
}

.breadcrumbs .form-search .form-control {
    padding: 0px 24px 0px 15px;
    color: rgba(0, 0, 0, 1);
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #B5B5B5;
}

.breadcrumbs .form-search select.form-control {
    color: rgba(0, 0, 0, 0.35);
    background: #fff url(../img/select-arrow.svg) 90% 50% no-repeat;
}

.breadcrumbs .form-search .form-control.search-input {
    padding: 14px 24px 14px 54px;
    background: #fff url(../img/icon-search-grey.svg) 14px 50% no-repeat;
}

.breadcrumbs .form-search .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.35);
}



/*** EBOOKS INFO ***/
.ebooks-info {
    padding: 0px 0px 110px 0px;
    background: #FFFBF5;
}

.ebooks-info .section-title {
    margin-bottom: 40px;
}

.ebooks-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    height: calc(100% - 25px);
    margin-bottom: 25px;
    box-shadow: 0 4px 10.4px 0 rgba(146, 146, 146, 0.10);
}

.ebooks-box .img {
    position: relative;
    overflow: hidden;
}

.ebooks-box .img img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .65;
}

.ebooks-box .text {
    background: #fff;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
}

.ebooks-box h4 {
    overflow: hidden;
    color: #151515;
    text-overflow: ellipsis;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 55px;
}

.ebooks-box p {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    margin-bottom: 30px;
    min-height: 90px;
}

.ebooks-box .btn-border {
    background-color: transparent;
}

.ebooks-box .btn-default {
    margin-top: 15px;
    text-align: center;
}

.ebooks-box .btn-default img {
    margin-right: 10px;
}

.pagination {
    justify-content: center;
    background: none;
    border: none;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pagination>li {
    background: none;
    border: none;
    justify-content: center;
}

.pagination .page-link {
    background: none;
    border: none;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    background: #E8E7E2;
    color: #000;
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
}

.pagination li:hover>.page-link,
.pagination li.active>.page-link {
    background: #177490;
    color: #fff;
}


/*** BLOGBOX ***/
.article-box.blogbox {
    padding: 0px;
    border-radius: 0px;
    background: none;
    height: inherit;
    margin: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.article-box.blogbox.last {
    border-bottom: none;
    margin-bottom: 110px;
}

.article-box.blogbox>div {
    padding: 0px;
}

.article-box.blogbox .text {
    padding: 0px 0px 100px 0px;
    background: none;
}

.article-box.blogbox .img {
    height: 100%;
    border-radius: 24px;
}

.article-box.blogbox .img img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-box.blogbox .date {
    margin-bottom: 0px;
}

.article-box.blogbox h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48.24px;
}

.article-box.blogbox p {
    margin-bottom: 0px;
    min-height: inherit;
    -webkit-line-clamp: 2;
    margin-bottom: 30px;
}

.article-box.blogbox .btn-border.lightgreen {
    bottom: 0px;
    left: 0px;
    width: auto;
    background: none;
}

.article-box.blogbox .btn-border.lightgreen i {
    margin-left: 8px;
    font-size: 25px;
    top: 2px;
    position: relative;
}

.breadcrumbs.product-detail-breadcrumbs {
    padding-top: 130px;
}


/*** PRODUCTDETAILS INFO ***/
.productdetails-info {
    background: #FFFBF5;
    padding-bottom: 70px;
}

.productmain-box {

}



.product-img {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #DEEEF5;
    padding: 65px 15px;
}

.product-img .tag {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    padding: 0px 13px;
    color: #000;
    font-family: 'lithos';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 44px;
    border-radius: 11px;
    background: #FFF;
}

.productmain-box h3 {
    color: #2F5C47;
    font-size: 36px;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
}

.productmain-box h3 span {
    color: #177490;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-left: 15px;
    opacity: 0.6;
}

.productmain-box h3 span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #177490;
    border-radius: 50%;
    margin-right: 10px;
}

.productmain-box .stars {
    color: #FFC107;
}

.productmain-box .stars i {
    margin-right: 2px;
}

.productmain-box .stars span {
    color: #8F8F8F;
    font-size: 20px;
    font-weight: 400;
    font-family: "Alegreya Sans", sans-serif;
    position: relative;
    left: 5px;
}

.productmain-box .price {
    display: inline-block;
    width: 100%;
    color: #265E55;
    font-size: 48px;
    font-family: "Alatsi", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin: 25px 0px 30px 0px;
}

.productmain-box p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.productmain-box p a {
    color: #2F5C47;
    text-decoration: underline;
}

.productmain-box p span {
    color: #8F8F8F;
}

.productmain-box p.heading {
    font-weight: 500;
}

.radiobtns {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.radiobtns label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 16px;
    border-radius: 5px;
    color: #FFF;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.radiobtns label span {
    position: relative;
    z-index: 2;
}

.radiobtns label input {
    display: inline-block;
    appearance: none;
    background: #E8E7E2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.radiobtns label input:checked {
    background: #177490;
}

.radiobtns label input:checked + span {
    color: #fff;
}

.btn-border.lightgreen.wishlist {
    padding: 0px 20px;
    line-height: 56px;
    border-radius: 8px;
}

.productdetails-info .btn-default {
    line-height: 58px;
    padding: 0px 20px;
}

.productdetails-info .smallbtns {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 35px;
}

.productdetails-info .smallbtns .btn-default {
    margin: 0px 7px;
}



/**/
.number-input {
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #177490;
    padding: 10px 15px;
}

.number-input button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    background: none;
    border: 2px solid #177490;
    color: #177490;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
}

.number-input input {
    width: 27px;
    padding: 0px;
    margin: 0 3px;
    background: none;
    border: none;
    text-align: center;
    color: #000201;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
    appearance: none !important;
}

.productdetails-info .social-links {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.productdetails-info .social-links span {
    margin-right: 20px;
}

.productdetails-info .social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    flex-shrink: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #DEEEF5;
    border-radius: 50%;
    margin-right: 10px;
}

.productdetails-info .social-links a img {
    max-height: 15px;
    position: relative;
    top: -2px;
}

.productdetails-info .nav-tabs {
    margin-top: 80px;
    border-bottom: 1px solid #E8E7E2;
}

.productdetails-info .nav-tabs .nav-link {
    color: #8F8F8F;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    border-radius: 0px;
    border: none;
    margin: 0px;
    margin-right: 64px;
    padding: 0px;
    border-bottom: 3px solid transparent;
}

.productdetails-info .nav-tabs .nav-link.active {
    color: #265E55;
    border-color: #DDD3C1;
}

.productdetails-info .tab-content {
    padding-top: 35px;
}

.productdetails-info .tab-content p {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.50);
}

.main-products.related-products {
    background: #FFFBF5;
}

.related-products .product-box {
    border-radius: 32px;
}

.related-products .product-box .text {	
    background: #FFF;
    box-shadow: 0 4px 10.4px 0 rgba(146, 146, 146, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:0px;
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
	height:400px;
}

.related-products .product-box:hover {
    box-shadow: 0 4px 21.1px 4px rgba(148, 148, 148, 0.25);
}

.related-products .product-box .img {
    border-radius: 24px 24px 0 0;
    background: #DEEEF5;
    display: flex;
    padding:0px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    aspect-ratio: 1 / .95;
}

.related-products .product-box .img a {
	display:inline-block;
    width: 100%;
    height: 100%;
}

.related-products .product-box .img img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.related-products .product-box .text {
    padding: 20px 24px 32px 24px;
    border-radius: 32px;
}

.related-products .product-box h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
	overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3; /* Number of lines to show */
	  line-clamp: 3; /* Standard property for multi-line truncation */
}

.related-products .product-box p {
    font-size: 18px;
}

.related-products .product-box .price {
    font-size: 26px;
}

.related-products .product-box .btn-border {
    background: none;
}

.related-products .product-box .btn-border:hover {
    background: #177490;
    border-color: #177490;
    color: #fff;
}

.related-products .product-box .stars i {
    margin-right: 0px;
    font-size: 16px;
}

/*** small-cta ***/
.small-cta {
    background: url(../img/bg-cta2.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 55px 0px;
}

.small-cta .section-title {
    margin: 0px;
}

.small-cta .section-title h2 {
    margin: 0px;
}

.small-info.space-top {
    padding-top: 140px;
}

/*** about banner ***/
.page-banner.about-banner {
    padding: 225px 0px 60px 0px;
}

.page-banner.default-banner {
	padding:250px 0px;
}

.page-banner.about-banner h1 {
	color:#fff !important;
}

.page-banner.default-banner h1 {
	color:#2F5C47 !important;
}

.page-banner.about-banner p {
	color: #000;
	font-family: "Alegreya Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 33px */
	text-transform: capitalize;
}

/*** our team ***/
.our-team {
    padding: 40px 0px 110px 0px;
    background: #FFFBF5;
    position: relative;
    overflow: hidden;
}

.our-team .left-align {
    position: absolute;
    top: 0px;
    left: 0px;
}

.our-team .right-align {
    position: absolute;
    top: 40px;
    right: 0px;
}

.our-team .container {
    position: relative;
    z-index: 2;
}

.our-team .section-title {
    margin-bottom: 80px;
}

.our-team .section-title h6 {
    color: #000;
    text-align: center;
    font-family: 'lithos';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.46;
}

.our-team .img {
    position: relative;
}

.our-team .img img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.our-team .img .left {
    position: absolute;
    top: -83px;
    left: -76px;
    z-index: 1;
    width: auto;
}

.our-team .img .right {
    position: absolute;
    bottom: -118px;
    left: -95px;
    z-index: 1;
    width: auto;
}

.our-team .margin-bottom {
    margin-bottom: 32px;
}

.our-team h3 {
    color: #2F5C47;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}

.bullete-list {
    color: #000;
    text-transform: capitalize;
    margin: 0px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.bullete-list li {
    position: relative;
}

.bullete-list li::marker {
    color: #2F5C47;
    font-size: 30px;
}


/**** QUALITY PROMISE ***/
.quality-promise {
    padding: 30px 0px 110px 0px;
    background: #FFFBF5;
    position: relative;
    overflow: hidden;
}

.quality-promise .section-title {
    margin-bottom: 60px;
}

.quality-promise .wissen-box {
    margin-bottom: 60px;
}


/*** manufacture animal-benifits ***/
.manufacture.animal-benifits {
    background: #EBEFE0 url(../img/img-art.png) 100% 50% no-repeat;
}

.manufacture.animal-benifits .note {
    background: #EBEFE0;
}


/*** manufacture proton ***/
.manufacture.proton {
    padding: 160px 0px;
}

.manufacture.proton .accordion-item {
    border: none;
    border-radius: 0px;
    background: none !important;
}

.manufacture.proton .accordion-button img {
    margin-right: 20px;
}

.manufacture.proton .accordion-button:after {
    display: none !important;
}

.manufacture.proton .accordion-button {
    border-radius: 0px !important;
    padding: 10px 32px;
    box-shadow: none !important;
    outline: none !important;
    border-left: 3px solid #749F8F;
    background: none !important;
    color: #231F20;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    background: none !important;
}

.manufacture.proton .accordion-button.collapsed {
    border-left: 3px solid rgba(35, 31, 32, 0.20);
    color: rgba(35, 31, 32,.8);
}

.manufacture.proton .accordion-body {
    padding: 10px 32px;
    border-left: 3px solid #749F8F;
    background: none !important;
}

/*** customer-access ***/
.customer-access {
    background: #EBEFE0;
    padding: 80px 0 64px 80px;
    position: relative;
    overflow: hidden;
}

.customer-access .section-title {
    padding-bottom: 60px;
}

.customer-access h3 {
    color: #2F5C47;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Alegreya Sans", sans-serif;
    border-top: 2px solid rgba(47, 92, 71, 0.50);
    padding: 10px 0px;
    margin: 12px 0px;
}

.customer-access .img img {
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
}

.customer-access .owl-dots {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 0px;
    padding-right: 26%;
}

.customer-access .owl-carousel .owl-stage-outer {
    width: 80vw;
}

.customer-access .owl-carousel::after {
    content: '';
    background: linear-gradient(270deg, #EBEFE0 0%, rgba(235, 239, 224, 0.00) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    width: 256px;
    z-index: 3;
}

.customer-access .owl-theme .owl-nav {
    margin: 0px;
}

.customer-access .owl-theme .owl-nav [class*=owl-].disabled {
    background: rgba(23, 116, 144, 0.30) !important;
}

.customer-access .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    bottom: -7px;
    left: 37%;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 9px 0;
    justify-content: center;
    align-items: center;
    background: #177490;
    box-shadow: 0 2px 9px 0 rgba(130, 130, 130, 0.17);
    border-radius: 50%;
    color: #fff;
    margin-left: -100px;
    z-index: 3;
}

.customer-access .owl-theme .owl-nav [class*=owl-] span {
    font-size: 37px;
    position: relative;
    top: -2px;
    left: -1px;
}

.customer-access .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 63%;
    margin-left: auto;
    margin-right: -100px;
}

.customer-access .owl-theme .owl-nav [class*=owl-].owl-next span {
    position: relative;
    left: 2px;
}

.customer-access .owl-theme .owl-dots .owl-dot.active span,
.customer-access .owl-theme .owl-dots .owl-dot:hover span {
    background: #177490;
}

.customer-access .owl-theme .owl-dots .owl-dot span {
    background: rgba(23, 116, 144, 0.22);
    width: 10px;
    height: 10px;
    margin: 5px 2px;
    border-radius: 50%;
}

/*** small-cta style2 ***/
.small-cta.style2 {
    background: #fff;
    padding: 140px 0px 180px 0px;
    position: relative;
    overflow: hidden;
}

.small-cta.style2 .section-title {
    padding: 40px 50px;
    border-radius: 24px;
    background: #2F5C47 url(../img/cta-leaf.png) 87% 50% no-repeat;
    background-size: 260px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.small-cta.style2 .align {
    position: absolute;
    top: 65px;
    left: 0;
}

/*** blog-details ***/
.blog-details {
    padding: 30px 0px 140px 0px;
    background: #FFFBF5;
}

.blog-details .datetext {
    color: #818181;
    font-size: 20px;
}

.blog-details .img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-details .img img {
    border-radius: 20px;
}

.blog-details p.black {
    color: #000;
    font-size: 22px;
}

.blog-details p {
    color: #4F4F52;
    font-size: 20px;
    font-weight: 400;
}

.blog-details blockquote {
    color: #2F5C47;
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 39px;
}

.blog-details blockquote img {
    margin-bottom: 15px;
}

.blog-details h5 {
    color: #232325;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-details .social-links {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}

.blog-details .social-links span {
    margin-right: 20px;
}

.blog-details .social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #DEEEF5;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-details .social-links a img {
    max-height: 15px;
    position: relative;
    top: -2px;
}

.blog-details .sidebar h3 {
    color: #2F5C47;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 18px;
    border-bottom: 1px solid #E8E7E2;
}

.blog-details .sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.blog-details .sidebar ul li {
    padding: 0px;
    margin: 0px;
}

.blog-details .sidebar ul li a {
    display: inline-block;
    width: 100%;
    color: #0A102F;
    font-size: 22px;
    font-weight: 400;
    padding: 18px 0px;
    border-bottom: 1px solid #E8E7E2;
    margin-bottom: 10px;
}

.blog-details .sidebar ul li:hover a,
.blog-details .sidebar ul li.active a {
    font-weight: bold;
}

/*** breadcrumbs search-details ***/
.breadcrumbs.search-details {
    padding: 140px 0px 50px 0px;
}

.breadcrumbs.search-details h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.breadcrumbs.search-details .form-search .form-control.search-input {
    border-radius: 40px;
    padding: 14px 24px 14px 68px;
    background: #fff url(../img/icon-search.svg) 24px 50% no-repeat;
    height: 60px;
}

.productdetails-info.searchpages .tab-pane .customer-search h2 {
    color: #2F5C47;
}

.productdetails-info.searchpages .tab-pane .customer-search p {
    color: #44403C;
}



/*** B2B shop page css ***/
.page-banner.b2bshop-banner {
    padding: 260px 0px;
}

/*** b2b-partner ***/
.b2b-partner {
    padding: 40px 0px 200px 0px;
    background: #FFFBF5;
    position: relative;
    overflow: hidden;
}

.b2b-partner .left-align {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.b2b-partner .right-align {
    position: absolute;
    top: 230px;
    right: 0px;
}

.b2b-partner .container {
    position: relative;
    z-index: 2;
}

.b2b-partner .section-title {
    margin-bottom: 60px;
}

.partnerbox {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0 4px 21.1px 4px rgba(148, 148, 148, 0.25);
    height: calc(100% - 25px);
    margin-bottom: 25px;
    padding: 32px;
}

.partnerbox h3 {
    color: #3D3D3D;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 40px;
}

.partnerbox p {
    color: #6F6E73;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.partnerbox.green {
    background: #2F5C47;
}

.partnerbox.green h3,
.partnerbox.green p {
    color: #fff;
}


/*** b2b-partner-steps ***/
.b2b-partner-steps {
    background: #ebefe0;
    padding: 70px 0px;
}

.b2b-partner-steps .section-title {
    margin-bottom: 60px;
}

.b2b-partner-steps .align {
    position: absolute;
    top: 13%;
    left: 0px;
}

.stepsbox {
    text-align: center;
    margin-bottom: 40px;
}

.stepsbox .num {
    display: flex;
    min-width: 45px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 15/14;
    border-radius: 1000px;
    background: #2F5C47;
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -22px;
}

.stepsbox .img {
    display: flex;
    width: 200px;
    height: 200px;
    padding: 42px 36px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 4px 10.4px 0 rgba(146, 146, 146, 0.10);
    position: relative;
}

.stepsbox h3 {
    color: #3D3D3D;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 50px;
}

.stepsbox p {
    color: #6F6E73;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.b2b-partner-steps .btn-default {
    margin-top: 40px;
}


/*** b2b-form ***/
.b2b-form {
    padding: 240px 0px 60px 0px;
    background: #FFFBF5 url(../img/bg-form.png) 100% 100% no-repeat;
    background-size: 97% auto;
    position: relative;
    overflow: hidden;
}

.b2b-form .section-title h2 {
    margin-bottom: 40px;
    margin-top: 15px;
    color: #3D3D3D;
}

.b2b-form h3 {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Alegreya Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 20px;
}

.b2b-form .bg {
    position: relative;
    z-index: 1;
}

.b2b-form .bg .space {
    padding: 24px;
    border-radius: 24px;
    background: #EBEFE0;
    box-shadow: 0 4px 21.1px 4px rgba(148, 148, 148, 0.25);
    position: relative;
    z-index: 1;
}

.b2b-form .left {
    position: absolute;
    bottom: -80px;
    left: -337px;
    height: 575.542px;
    z-index: -1;
}

.b2b-form .right {
    position: absolute;
    top: -180px;
    right: -50px;
    height: 321.33px;
    z-index: -1;
}

.b2b-form .bg h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 26px;
}

.b2b-form .bg label {
    color: #78716C;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.b2b-form .bg .form-control {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #E8E7E2;
    background: #FFF;
    margin-bottom: 10px;
    padding-left: 15px;
}

.b2b-form .bg textarea.form-control {
    height: 100px;
    padding: 15px;
    resize: none;
    margin-bottom: 15px;
}

.b2b-form .bg .form-check {
    margin-bottom: 20px;
    padding-left: 35px;
}

.b2b-form .bg .form-check label {
    color: #495057;
    font-size: 18px;
}

.b2b-form .bg .form-check label a {
    color: #3088DF;
    text-decoration: underline;
}

.b2b-form .bg .btn-default {
    width: 100%;
}

.b2b-form .form-check-input[type=checkbox] {
    border-radius: .25em;
    border-radius: 6px;
    border: 2px solid #CACACA;
    width: 24px;
    height: 24px;
    background-color: transparent;
    margin-left: -35px;
    box-shadow: none !important;
}

.b2b-form .form-check-input[type=checkbox]:checked {
    background-color: #177490;
    border-color: #177490;
}


/*** manufacture proton benefits ***/
.manufacture.proton.benefits {
    padding: 160px 0px 100px 0px;
}


.manufacture.proton.benefits .section-title {
    margin-bottom: 30px;
}

.manufacture.proton.benefits .accordion-button {
    border-radius: 0px !important;
}

.manufacture.proton.benefits .accordion-body {
    padding: 0px 32px 10px 55px;
}

.manufacture.proton.benefits .btn-default {
    margin-top: 30px;
}

.list.small {
    padding-left: 0px;
    color: rgba(0, 0, 0, 0.80);
    font-family: "Alegreya Sans";
    font-size: 20px;
    font-weight: 400;
}

.list.small li::marker {
    color: rgba(0, 0, 0, 0.80);
    font-size: 9px;
}


/*** cta-benefit ***/
.cta-benefit {
    background: url(../img/bg-cta-benefit.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 90px 0px;
}

.cta-benefit .section-title {
    margin: 0px;
}

.cta-benefit .section-title h2 {
    margin: 0px;
}

.cta-benefit .section-title p {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0px 30px 0px;
}


/*** faq ***/
.faq {
    background: #ebefe0;
    padding: 140px 0px;
}

.faq .section-title h2 {
    color: #264653;
    margin: 0px;
    font-size: 36px;
}

.faq .section-title p {
    color: #12141D;
    margin: 10px 0px 25px 0px;
}

.faq .accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    background: #FFF!important;
}

.faq .accordion-header {
    line-height: inherit;
    background: none !important;
    border-radius: 0px !important;
    border: none !important;
}

.faq .accordion-header .accordion-button {
    padding: 24px 50px 24px 24px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1 0 0;
    overflow: hidden;
    color: #4E5058;
    text-overflow: ellipsis;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    text-transform: capitalize;
    background: none !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.faq .accordion-body {
    padding-top: 0px;
}

.faq .accordion-header .accordion-button::after {
    background-image: url(../img/faq-arrow.svg);
    background-size: 9px auto;
    background-position: 50% 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -6px;
}

.faq .link {
    color: #2F5C47;
    font-size: 20px;
    font-weight: 700;
}

.filter-sidebar h2 {
	font-size:32px;
}


.productdetails-info .product-img {
	padding:0px 15px;
}

/** WOOCOMMERCE CSS ***/
.wc-block-cart__main .wc-block-cart-items td {
	border-top:0px !important;
}

.wc-block-cart-items__row.b2b-market {
	border-radius: 16px !important;
	border: 1px solid #E8E7E2 !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 20px;
    border-radius: 12px;
    padding: 12px 24px;
    background: rgb(23, 116, 144);
}
 
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: #CDBEA3;
    color: rgba(0, 0, 0, 0.50);
}
 
.woocommerce-page nav.woocommerce-breadcrumb {
    display: none;
}
 
header {
    top: 0px;
    left: 0px;
    z-index: 9;
}
 
section.contact-info .form-box .wpcf7-list-item {
    margin: 0;
    padding-left: 40px;
}
 
section.contact-info .form-box .wpcf7-list-item input[type="checkbox"] {
    float: left;
    margin-left: -40px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}
 
section.contact-info .form-box .wpcf7-list-item a {
    color: #2f5c47;
}
 
section.contact-info .form-box .wpcf7-list-item a:hover {
    text-decoration: none;
    color: #000;
}