* {
    font-family: Montserrat;
    font-stretch: normal;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 14px !important;
    font-weight: 500;
    color: #222222;
}

body {
    background-color: #fbfbfb;
}

form ::-webkit-input-placeholder {
    color: white !important;
    opacity: 0.4 !important;
}

form ::-moz-placeholder {
    color: white !important;
    opacity: 0.4 !important;
}

form :-ms-input-placeholder {
    color: white !important;
    opacity: 0.4 !important;
}

form :placeholder {
    color: white !important;
    opacity: 0.4 !important;
}

.dropdown-menu{
    margin:0!important;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb a:hover {
    color: #195e2f;
}

.form-input ::-webkit-input-placeholder {
    color: black !important;
    opacity: 0.4 !important;
}

header {
    background-image: radial-gradient(circle at 50% 0, #469736, #195e2f 84%);
}

.mini-header {
    padding-bottom: 0;
    margin-bottom: 20px;
}

section {
    padding-bottom: 30px;
}
section.news-read{
    padding:50px 0;
}
section.news-read .text-img img{
width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 350px;
}
section.news-read .text-title h1{
        font-size: 28px;
    margin-bottom: 20px;
}
section>* {
    color: #195e2f;
}

section .container>.btn-primary {
    background-color: rgba(25, 94, 47, 0.1) !important;
}

section .btn-primary:hover {
    background-color: rgb(5, 74, 27) !important;
    color: white !important;
}

header * {
    color: white !important;
}

.navbar-nav li {
    border-radius: 5px;
    transition: 0.5s;
}

.navbar-nav li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.navbar-nav i {
    font-size: 12px;
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.35) !important;
}

.nav-item {
    padding: 0 15px;
}

.nav-link {
    font-weight: 700;
}

.mininav .nav-link {
    font-size: 12px;
    font-weight: 600;
}

.mininav li {
    float: left;
}

.social li {
    float: right;
}

.social {
    list-style: none;
}

.social-item {
    margin-left: 5px;
    margin-right: 5px;
}

.social-item img {
    height: 20px;
}

.Line-3 {
    width: 40px;
    height: 1px;
    border: 2px solid white;
    background-color: white;
    display: table;
    margin: 0 auto;
}

.btn {
    border-radius: 30px;
    font-size: 12px !important;
    font-weight: bold;
}

.btn i {
    font-size: 20px;
}

.carousel-caption .btn i {
    margin-left: 30px;
}

.btn-primary,
#get-called .btn-primary {
    border: 0;
    background-color: white;
    color: #195e2f !important;
}


.btn-weak {
    border: 0;
    background-color: rgba(25, 94, 47, 0.15);
    color: #195e2f !important;
}

.tablinks+.triangle-down {
    display: none;
    position: absolute;
    bottom: -20px;

}

.tablinks {
    width: 100%;
    height: 100%;
}

.tablinks p {
    display: none;
}

.tablinks h6 {
    font-size: 20px;
}

.tablinks.active h6 {
    font-size: 16px;
}

.tablinks.active p {
    display: block;
}

.tab {
    padding-left: 15px;
    padding-right: 15px;
    top: -240px;
    left: 0;
    position: absolute;
}

.product-tab .active+.triangle-down {
    display: block !important;
}

.btn-sec {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background-color: transparent !important;
    color: white !important;
}


.btn-primary:hover,
#get-called .btn-primary:hover {
    background-color: #195e2f;
    color: white !important;
}

.btn-primary:hover img g {
    fill: #FFFFFF;
}

.btn-sec:hover {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.carousel-item {
    height: 100%;
}

.home .carousel {
    height: 640px;
}

.home nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    right: 0;
    height: 300px;
}

.carousel-inner {
    height: 500px;
}

.carousel-caption {
    top: 300px;
}

.home .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.tab:focus {
    outline: 0;
}

.tabcontent {
    margin-top: 90px;
    position: relative;
    padding: 0 !important;
}

.tabcontent>.row {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
}

.tabcontent ::-webkit-scrollbar {
    display: none;
}

.tabcontent .row>div {
    scroll-snap-align: start;
}


.tabcontent-scroll-right,
.tabcontent-scroll-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    font-size: 24px;
    color: white;
    background: transparent;
    position: absolute;
    bottom: 18px;
    border-radius: 5px;
    top: 18px;
    z-index: 5 !important;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.tabcontent-scroll-right:hover,
.tabcontent-scroll-left:hover,
.tabcontent-scroll-right:focus,
.tabcontent-scroll-left:focus {
    background: rgba(0, 0, 0, 0.404);
}

.tabcontent-scroll-left {
    left: 0px;
}

.tabcontent-scroll-right {
    right: 0px;
}


.tab-info {
    background-image: linear-gradient(to bottom, #289345, #1c6834);
    border-radius: 7px;
    justify-content: center;
    padding: 30px 40px;
    align-items: center;
    color: white;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.4);
}

/* Style the buttons inside the tab */
.tab button {
    background-color: white;
    border-radius: 7px;
    border: 2px solid white;
    outline: none;
    transition: 0.3s;
    justify-content: center;
    padding: 20px 30px;
    align-items: center;
    color: #195e2f;
}

.tab img,
.tabcontent img {
    height: 50px;
    margin-bottom: 20px;
}

.owl-item img {
    width: auto !important;
}

.owl-next,
.owl-prev {
    border-radius: 40px !important;
    width: 40px;
    height: 40px;
    border: 1px solid black !important;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.owl-nav span {
    font-size: 40px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    color: black;
}
.tab button p{
    color:#343a40!important;
}
.tabcontent .item{
    margin-top:45px;
}
.about-page .about img{
    width:100%;
    height:400px;
    object-fit: cover;
    border-radius:5px;
    margin-top:15px;
    margin-bottom:15px;
}
.tab p,
.tabcontent p {
    font-size: 14px;
    color: white;
}

.hover-img-white {
    display: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #195e2f;
    border-color: transparent;
}

.tab button:hover * {
    color: white !important;
}

.product-tab:hover {
    background-color: rgba(25, 94, 47, 0.5);
}

.product-tab:hover button+div {
    border-top-color: rgba(25, 94, 47, 0.3);
}

.tab button:hover .hover-img-white {
    display: block;
}

.tab button:hover .hover-img {
    display: none;
}

/* Create an active/current tablink class */
.tab button.active {
    border: 2px solid #195e2f;
    transition: 1s;
}

.product-tab {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid white;
    position: relative;
    bottom: -20px;
    left: 45%;
}

.down-2 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #195e2f;
    top: -28px;
    left: -10px;
}

.product .btn-primary,
.product-details .btn-primary {
    background-color: #195e2f;
    color: white !important;
}

.product .btn-sec,
.product-details .btn-sec,
.extra-info .btn-sec,
.cart-item .btn-sec {
    border: 1px solid lightgray;
    background-color: transparent;
    color: dimgray !important;
}

.product .btn-sec i,
.product-details .btn-sec i,
.extra-info .btn-sec i {
    margin-left: 20px;
}

.product p,
.product a {
    color: #195e2f;
    font-size: 14px;
}

.product .card {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.3);
}

.product-description {
    color: black;
}

.product-cert {
    height: 50px;
}

.news .card {
    background: transparent;
    border: none;
}

.news .card .btn-sec {
    background-color: transparent;
    color: #195e2f !important;
}

.news .card .btn-sec i {
    margin-left: 20px;

}

.news-title {
    font-size: 16px;
    font-weight: 700;
}

.news-description {
    font-size: 14px;
    color: dimgray;
}

.partners {
    background: white;
    margin-top: 20px;
}

.partners img {
    height: 140px;
}

.extra-info {
    position: relative;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.3);
    height: 530px;
}

.extra-info img {
    position: absolute;
    width: 70%;
    bottom: 0;
    right: 0;
}

#get-called {
    background-color: #195e2f;
    padding-right: 65px !important;
    padding-left: 65px !important;
}

#get-called:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('../img/phone-image.png');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 5;
    height: 295px;
    width: 312px;
    z-index: 1;
}

#get-called * {
    color: white;

}

#get-called form input,
#get-called form textarea {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    height: 50px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-index {
    position: relative;
    z-index: 2;
}

#get-called form textarea {
    padding: 20px 20px;
    height: 122px;
}

#get-called form+p {
    color: rgba(255, 255, 255, 0.6) !important;
}

#farmer-card {
    background-image: url('../img/farmercard.png');
    background-position: bottom right;
    background-size: 70%;
    background-repeat: no-repeat;
}

.partners .container>* {
    padding: 1%;
}

.partners img {
    max-width: 100%;
}

footer {
    background: rgb(251, 251, 251);
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 3%, rgba(235, 235, 235, 1) 38%);
}

header ul,
footer ul {
    list-style: none;
}

.columnar-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.columnar-list li {
    padding: 0;
}

footer p,
a {
    color: dimgray;
    font-size: 14px;
    font-weight: 500;
}

footer h {
    font-weight: 500;
    color: #195e2f;
}

footer .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-menu {
    margin-bottom: 30px;
}

footer .navbar-brand+p {
    font-size: 12px !important;
}

.product-images .img-tab>div>div {
    padding: 10px 20px;
}

.img-tab>div>div,
.img-full>div {
    border: 2px solid lightgray;
    border-radius: 5px;
}

.img-tab>div {
    opacity: 0.3;
}

.img-tab>div.active {
    opacity: 1;
}

.img-full {
    height: 400px;
}

.img-full img {
    height: 100%;
}

.product-images .img-tab img {
    width: 100%;
}

.product-quantity select {
    margin: 0;
    padding: 0;
    border-radius: 25px;
    background-color: rgb(240, 240, 240);
}

.product-quantity ul button {
    border: 0 !important;
}

.product-price {
    font-weight: 500;
    font-size: 18px !important;
    margin: 0;
    padding: 10px 20px;
    background: #cadacf;
    border-radius: 50px;
    color: #195e2f;
}

table th {
    text-align: center;
    font-weight: bold;
    color: #195e2f;
    min-width: 100px !important;
    line-height: 16px;
    padding: 5px 0;
}

.product-quantity:hover ul {
    display: block;
}


table * {
    font-size: 14px;
    font-weight: 500;
}

table {
    table-layout: fixed;
    background-color: #f1f5f3;
}

table thead tr {
    border-radius: 5px;
    border: 0;
    background-color: #cadacf;
}

table td{
    padding: 10px 15px;
}

table tr td:nth-child(2) {
    text-align: center;
}

.lang-dropdown .languages {
    display: none;
    position: absolute;
    border-radius: 5px;
    z-index: 50;
    top: 10;
    left: 0;
    width: 130px;
    margin: 0;
    padding: 5px;
    background-color: black;
    border: 0;
    flex-direction: column;
}

.lang-dropdown:hover .languages {
    display: flex;
}

.dropdown-menu {
    background: black;
    padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu a:hover {
    background: rgba(85, 85, 85, 0.5);
}

a:focus {
    background: transparent !important;
}

.dropdown-menu a {
    font-size: 12px;
    display: flex;
    padding: 10px;
    align-items: center;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

/*
.dropdown-menu {
    background: transparent;
}

.dropdown ul {
    display: none;
    background: black;
    padding: 3px;
}

.dropdown-menu ul {
    position: absolute;
    top: 0;
    left: 100%;
}

.dropdown li:hover>ul {
    display: block;
}

.dropdown li:focus>ul {
    display: block;
}

.dropdown .dropdown-menu li {
    padding: 6px;
    font-size: 12px;
}*/

.lang-dropdown .languages li:hover {
    background-color: #212121;
}

/*.dropdown:hover>ul {
    display: flex;
}*/

.languages {
    display: flex;
    border-radius: 5px;
    border: 2px solid white;
    background-color: transparent;
    margin: 20px 0;
    padding: 0;
}

.languages a {
    text-align: center;
    background-color: inherit;
    padding: 5px 7px;

}

.languages li.active a {
    background-color: white;
    color: black !important;
}

.bootcramp {
    list-style: none;
    margin: 0;
    padding: 0 30px;
}

.bootcramp li {
    float: left;
    text-decoration: underline;
    padding-right: 10px;
}

.bootcramp a:hover {
    color: black;
}

.bootcramp i {
    margin-left: 10px;
}

.cart-details,
.cart-confirm {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.cart-confirm {
    background-color: rgba(25, 94, 47, 0.15);
}

.checkout-details tr :nth-child(2) {
    float: right;
    font-weight: 600;
}

.checkout-details tr :nth-child(1) {
    color: #195e2f;
}

.btn-checkout {
    border-radius: 5px;
    background-color: #195e2f;
    color: white !important;
}

.btn-checkout:hover {
    background-color: rgb(5, 74, 27);
}

.btn-cart span {
    height: 25px;
    width: 25px;
    font-size: 12px;
    margin-left: 5px;
    line-height: 25px;
}

.alert {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.cart-confirm .alert {
    background-color: rgba(25, 94, 47, 0.2);
    color: #195e2f !important;
}

.alert p {
    color: inherit;
    font-size: inherit !important;
    margin: 0;
}

.alert i {
    padding-right: 20px;
    font-size: 25px;
}

.line {
    height: 1px;
    width: 100%;
    background-color: rgba(25, 94, 47, 0.4);
    margin: 20px 0;
}

.cart-item {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(25, 94, 47, 0.3);
    margin-bottom:15px;
}

.cart-item p {
    color: gray;
    font-size: 12px !important;
}


.cart-page input {
    padding-left: 50px;
    border-radius: 5px;
    border: 1px solid rgba(25, 94, 47, 0.3);
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
}


.cart-page h4,
.product-page h4 {
    color: #2e221a;
    font-weight: bold;
}

.cart-page h {
    color: black;
    font-weight: 600;
}

.payment-method {
    background-color: rgba(25, 94, 47, 0.15);
    border-radius: 5px;
    transition: 1s;
}

.payment-method:hover {
    background-color: rgba(25, 94, 47, 0.4);

}

.payment-method input,
.payment-method label {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.payment-method input {}


.form-input {
    position: relative;
}

.form-input i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);

}

.copyright * {
    font-size: 10px !important;
}


i {
    padding: 0 5px;
    color: inherit !important;
}

@media (max-width: 768px) {
    .partners .col-md-4 {
        max-width: 50% !important;
    }

    .navbar-brand {
        height: 60px;
    }

    .navbar-toggler {
        z-index: 150;
    }

    .navbar-collapse .social {
        padding: 30px 0;
    }

    .navbar-collapse>div {
        height: 100vh;
    }

    header {
        padding-bottom: 0;
    }

    .tabcontent {
        margin-top: 0;
    }

    .tab {
        top: 0;
        margin-top: -30px;
        position: relative;
    }

    .tab>div {
        margin-top: 30px;
    }

    .home nav {
        height: auto;
    }



    .home .carousel {
        height: 350px;
    }

    .carousel-caption {
        top: 100px;
    }

    .navbar-collapse {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: -74px 0px 77px -13px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: -74px 0px 77px -13px rgba(0, 0, 0, 0.45);
        box-shadow: -74px 0px 77px -13px rgba(0, 0, 0, 0.45);
        flex-direction: column !important;
    }
}



/* NEWS */

.news-page,
.about-page {
    padding-bottom: 40px;
}

.news-page h4,
.about-page h4 {
    font-weight: bold;
}

.news-page p {
    font-size: 14px;
    font-weight: normal !important;
}

.news-page .carousel img {
    width: 50%;
    object-fit: cover;
    height: 300px;
}

.news-page .carousel .item {
    height: 100%;
}

.news-page .carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    margin-bottom: 60px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: transparent;
    color: #195e2f;
}

.news-page .btn,
.contact-page .btn {
    border: 1px solid #195e2f;
    border-radius: 5px;
    padding: 10px 20px;
    color: #195e2f;
    transition: 0.5s;
}

.news-page .btn:hover,
.contact-page .btn:hover {
    background-color: #195e2f;
    color: white;
}

.news-page .carousel-control.left,
.news-page .carousel-control.right {
    background: none;
    width: 30px;
}

.news-page .carousel-inner {
    width: 80%;
    height: 100%;
    box-shadow: 0 4px 25px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.news-page .carousel-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.news-page .carousel-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 25px;
    width: 50%;
    height: 300px;
}

.carousel-text-up,
.news-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.carousel-text-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.carousel-text-down>div {
    padding: 0;
}

.carousel-text .btn {
    float: right;
}

.line-horizontal {
    height: 2px;
    width: 150px;
    background-color: #195e2f5b;
    margin: 5px 0;
}

.news-page .carousel-indicators {
    bottom: -50px;
}

.news-page .carousel-indicators li {
    border: none;
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #6ece8d;
}

.news-page .carousel-indicators li.active {
    background: #195e2f;
}

.news {
    padding: 5px;
    margin-bottom: 10px;
}

.news-img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.199);
}

.news-text {
    padding: 0px 15px;
}

.news-line {
    padding: 0 10%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.news-line .btn {
    margin-top: 15px;
}

.news .card {
    box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
}

.news p {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .news-page .carousel-text {
        width: 100%;
    }

    .news-page .carousel img {
        width: 100%;
    }
}



/* CONTACTS */

.contact-page form ::-webkit-input-placeholder {
    color: black !important;
    opacity: 0.4 !important;
}

.contact-page form ::-moz-placeholder {
    color: black !important;
    opacity: 0.4 !important;
}

.contact-page form :-ms-input-placeholder {
    color: black !important;
    opacity: 0.4 !important;
}

.contact-page form :placeholder {
    color: black !important;
    opacity: 0.4 !important;
}

.contact-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.contact-detail img {
    height: 30px;
}

.shops,
.contacts {
    margin-top: 30px;
}

.shops h5,
.contacts h5 {
    font-weight: normal;
    margin-bottom: 20px;
}

.contact-detail p {
    text-align: center;
    margin: 0;
    margin-top: 10px;
    font-size: 16px !important;
}

#map {
    height: 400px;
}

.contact-page .form-control {
    border: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
}


/* GALLERY */

.gallery-page .card {
    background: white;
    border-radius: 5px;
    height: 100%;
    border: 0;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.11);
}

.gallery-page .card p {
    color: dimgray;
}

.gallery-page .card .card-img-top {
    min-height: 70%;
    object-fit: cover;
    width: 100%;
}

/* ABOUT */

.about-page p {
    font-size: 16px !important;
    font-weight: normal;
}
section .news .d-flex{
    min-height:152px;
}
section .news .d-flex p:nth-child(2){
    min-height:63px;
}
.cat-title{
    min-height:38px;
}
.tabcontent .owl-nav button:hover{
    background:#1d6d36!important;
    color:wehite!important;
    border:1px solid #1d6d36!important;
}
.tabcontent .owl-nav button:hover span{
    color:white!important;
}