﻿/*#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: #706c6c;
    padding: 5px 15px;
}


#exTab1 .nav-pills > li > a {
    border-radius: 0;
}



#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

.l-c li a {
    color: #b68f26;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

table tbody tr td {
    border: 1px solid #eaeaea;
    padding: 2px 6px;
}

.tea-coll {
    text-align: justify;
}

.tea-types {
    font-family: roboto;
    margin-left: 15px;
    margin-bottom: 6px;
}

    .tea-types::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 30px;
        border-bottom: 1px solid #b68f26;
    }*/

#text, #text1, #text2, #text3, #text4 {
    display: none;
}

.btn-container {
    margin: auto;
    height: 44px;
    width: 166.23px;
}

a:active {
    color: #ffd323;
}

.view-button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 4px 19px;
    font-size: 17px;
    background: linear-gradient(141deg, #ff9405 0%, #c79657 51%, #e4aa5e 75%);
    color: white;
    font-family: roboto;
    box-sizing: border-box;
    border-radius: 19px;
    border: 1px solid #ae813b;
}

.vb {
    text-align: center;
}

.mt {
    margin-top: 0px !important;
}

.t-c h3 {
    padding-bottom: 30px;
}

.fp-img {
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    border: 1px solid #e4e3e3;
    border-radius: 6px;
    padding: 13px;
}

.footer-products h3 {
    font-size: 17px;
    text-align: center;
    font-family: roboto;
}

.footer-products p {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    border-radius: 2px;
    background: #a98831;
    display: none;
}

    .footer-products p a {
        color: #ffffff;
        padding: 2px 9px;
    }

.accordion {
    background-color: #d1a635;
    color: #fff;
    cursor: pointer;
    padding: 6px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    /*.active, .accordion:hover {
                background-color: #ccc;
            }*/

    .accordion:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    /*.active:after {
            content: "\2212";
        }*/
    .accordion.active:after {
        content: "\2212" !important;
    }

.panel {
    padding: 0px 30px;
    background-color: white;
    max-height: 0;
    overflow:hidden;
    transition: max-height 0.2s ease-out;
}

    .panel p {
        text-align: justify;
        padding-top: 21px;
        margin-bottom: 20px;
    }
.dry-fruit {
    padding-bottom: 20px
}
.dry-fruit li {
    list-style: disc;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    display: inline-block !important;
    margin: 5px 5px !important;
}
