@font-face{font-family:'Lato_regular';src:url(../fonts/lato/Lato-Regular.ttf)}
@font-face{font-family:'Lato_regular';src:url(../fonts/lato/Lato-Regular.ttf)}
@font-face{font-family:'Bree_ragular';src:url(../fonts/bree/Bree-Regular.otf)}
body{font-family: 'Lato_regular';font-size: 17px;color: #000000;}
h1,h2,h3,h4,h5{font-family: 'Lato_regular';}
.padding-0{padding: 0;}
a{color: #002D5C;}
.topbar {
    background: #DAD4E9;
    color: #3F2163;
    font-size: 13px;
    padding: 10px 0;
}

nav.navbar {
    min-height: auto;
    margin: 0;
    background: rgba(255,255,255,.5);
}
.navbar-brand{height: auto;padding: 15px 0 0;}
#myNavbar li.active a{color: #8FC424;}
#myNavbar ul.nav {margin: 35px 0;}
#myNavbar .nav a {
    font-size: 18px;
    margin: 0 0 0 12px;
    color: #002D5C;
}
#myNavbar .nav a:hover{background: transparent;}
#bannerSection{
    position: relative;    
    overflow: hidden;
    background: #F1E0EA;    
}
#bannerSection.homPage{
    background:#F4E1E7;
    /* background: rgb(247,245,252);
    background: linear-gradient(90deg, rgba(247,245,252,1) 37%, rgba(185,185,220,1) 55%);*/
} 
.bannerContent {
    position: absolute;
    top: 31%;
}
.bheading {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Lato_regular';
    max-width: 400px;
}
.innerp .bheading{font-size: 30px; max-width: 100%;}
.linkMore {
    background: #563385;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px #eee;
    border-radius: 5px;
}
.linkMore:hover{text-decoration: none;color: #fff;}
#mainContent {
    text-align: center;
    padding: 90px 0;
}
#mainContent h1 {
    color: #45277C;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 30px;
}
.pcolo{color: #45277C;font-weight: 600;}
.contBtn {
    display: inline-block;
    color: #83B930;
    border: 1px solid #83B930;
    border-radius: 50px;
    padding: 8px 20px;
    margin-top: 30px;
    text-decoration: none;
}
.contBtn:hover{background: #83B930;color: #fff;text-decoration: none;}
#featuredProduct {
    background: url(../images/product-bg.png);
    background-size: cover;
    padding: 90px 0;
}
.fpOWrapper{
    text-align: center;
    padding: 25px;
}
.fpWrapper {
    padding: 65px 20px;
    background: #fff;
    border-radius: 100px;
    border: 3px solid transparent;
    box-shadow: 0 0 20px #aaa;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}
.pName {
    color: #45277C;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 0;
    min-height: 70px;
}
.vireMoBtn {
    background: #83B930;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    position: absolute;
    bottom: 3px;
    left: 31%;
}
.vireMoBtn:hover{text-decoration: none;color: #fff;}
.fpOWrapper:hover .fpWrapper{ 
    border: 3px solid #83B930;
    box-shadow: 0 0 20px #83B930;
}
#featuredPro .owl-nav .owl-prev{
    position: absolute;
    font-size: 65px;
    top: 40%;
    left: -75px;
}
#featuredPro .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    font-size: 65px;
    right: -75px;
    float: right;
}
#essProInfo{padding: 90px 0;}
.onMob{display: none;}
.onDeskBg {
    background: url(../images/product-banner.jpg);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: bottom; */
}
.essPrCont {
    padding: 0 110px;
    text-align: center;
}
.errProHea {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.errProBtn {
    text-decoration: none;
    background: #563385;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
}
.errProBtn:hover, .errProBtn:focus{text-decoration: none;color: #fff;}

#faqs h2 {
    color: #45277C;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
    box-shadow: 0 0 12px #cbcbcb;
    padding: 0;
    border-radius: 10px;
}
.panel-title{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 20px 0 20px 75px;
}
.panel-title a i {
    background: #45277C;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 23px;
    top: 0;
    font-weight: 100;
    margin-right: 10px;
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 10px;
}
.panel, .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: 0;
    padding: 15px 0 0;
    box-shadow: none;
    font-size: 17px;
}
.panel-group {
    /* max-width: 700px; */
    margin: auto;
}
.bannerContent a:focus{color: #fff;}
a:focus, a:hover{text-decoration: none;}
#faqs {
    padding: 0 0 90px;
}
#siteFooter{
    background: #55A738;
    color: #fff;
    padding: 25px 0;
    font-size: 14px;
}
.innerp a{color: #000;text-decoration: none;}
#innerProduct {
    padding: 90px 0;
}
.fpOWrapperInner{text-align: center;padding: 15px;}
.fpOWrapperInner img{margin: auto;}
.fpWrapperInner {
    box-shadow: 0 0 5px #333;
    border: 2px solid transparent;
    border-radius: 90px;
    padding: 60px 10px;
    transition: all .1s ease-in-out
}
.fpOWrapperInner .vireMoBtn {
    bottom: -8px;
    left: 31%;
}
.fpOWrapperInner:hover .fpWrapperInner{
    box-shadow: 0 0 20px #563385;
    border-color: #563385;
    transform: scale(1.1);
}
.fpOWrapperInner:hover .vireMoBtn{
    bottom: auto;
}
.mar-bottom60{margin-bottom: 60px;}
#faqsPage{
    padding: 90px 0;
}
#faqsPage .panel-group{
    max-width: 100%;
}
#compareSection{padding: 90px 0;}
.cmProductWrap{
    text-align: center;
}
.cmProductWrap img{margin: auto;}
.cmProductTitle {
    font-size: 21px;
    color: #563385;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.cmProductBtn a {
    background: #83B930;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 28px;
}
#compareSection td{
    width: 25%;
    padding: 25px;
    font-size: 16px;
}
#compareSection .table-responsive td{white-space: normal;}
#compareSection .table-responsive {
    box-shadow: 0 0 50px #aaa;
    border-radius: 40px;
}
#compareSection .table-bordered{margin-bottom: 0;}
#productDetailPage{padding: 90px 0;}
.proMainDeta h1 {
    color: #563385;
    font-size: 28px;
    font-weight: bolder;
}
.psize {
    color: #45277C;
    font-size: 20px;
}
.pdesc {
    font-size: 20px;
}
.flavAvail {
    font-size: 22px;
    color: #563385;
    font-weight: bolder;
    margin-top: 30px;
    text-transform: uppercase;
}
.flavList {
    padding-left: 20px;
}
.flavList li {
    margin-bottom: 10px;
    font-size: 18px;
}
.shopBtn a {
    background: #83B930;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    font-size: 22px;
    border-radius: 30px;
    margin-top: 20px;
}
.proMainImage {
    padding: 25px 0;
}
.proDetailTabs{
    margin-top: 60px;
    border: 1px solid #aaa;
    border-radius: 45px;
}
.proDetailTabs #myTab {
    background: #633B97;
    border-radius: 40px;
    padding: 10px;
}
.proDetailTabs .nav-tabs>li{margin-right: 20px;}
.proDetailTabs .nav-tabs>li>a{
    color: #fff;
}
.proDetailTabs .nav-tabs>li>a:hover,
.proDetailTabs .nav-tabs>li>a.active,
.proDetailTabs .nav-tabs>li.active>a,
.proDetailTabs .nav-tabs>li.active>a:focus,
.proDetailTabs .nav-tabs>li.active>a:hover
{
    color: #fff;
    background: #83B930;
    border-radius: 40px;
    border-color: transparent;
}
.proDetailTabs #myTabContent {
    padding: 35px;
    font-size: 18px;
    color: #000;
}
.proDetailIngred {
    margin-top: 60px;
    border-radius: 35px;
    border: 1px solid #aaa;
    padding-bottom: 25px;
}
.proDetailIngred .table{margin: 0;}
.proDetailIngred thead{
    background: #55A738;
    color: #fff;
}
.proDetailIngred thead th{padding: 20px !important;}
.proDetailIngred .table>thead>tr>th, .proDetailIngred .table>tbody>tr>td{border-top: none;border-bottom: none;}
.proDetailIngred .table>thead:first-child tr th:first-child{border-top-left-radius: 45px;border-bottom-left-radius: 45px;}
.proDetailIngred .table>thead:first-child tr th:last-child{border-top-right-radius: 45px;border-bottom-right-radius: 45px;}
.proDetailIngred .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #F1EFF7;
}
.proDetailIngred .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.proDetailIngred .table>tbody>tr>td{padding: 10px 20px;}
.proDetailTabs .tab-content h5 {
    color: #4B2676;
    font-size: 22px;
    font-weight: 600;
}
.proDetailIngred strong{color: #4B2676;}
.proMainImage img{margin: auto;}
.onMob img {
    margin: auto;
}
.topbar p{max-width: 95%;}
.hTopBar {
    font-size: 15px;
    color: #563385;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}
#compareSection table td:first-of-type{color: #3F2163;font-weight: 600;}
#recipesSec{padding: 90px 0;}
.recipeTxt {
    padding: 0 25px;
    font-size: 15px;
}
.recipeTxt h1 {
    font-size: 24px;
    font-weight: bold;
    color: #45277C;
    margin-top: 0;
}
.reciHea {
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.allergensLeft h1{
    color: #45277C;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
}
.allergensLeft ul {padding: 0; list-style-type: none;}
.allergensLeft ul li{
    border-bottom: 1px solid #c4c4c4;
}
.allergensLeft ul li {
    border-bottom: 1px solid #c4c4c4;
    padding: 8px 0 15px 0;    
}
.allergensRight li{margin-bottom: 15px;font-weight: 600;}
.alergFloat {
    float: right;    
    font-size: 20px;
}
.redCol{color: rgb(238, 14, 14);}
.greenCol{color: green;}
.alergFloat sub{vertical-align: text-top;font-size: 12px;}
.imgDiv img{margin: auto;}
.imgDiv {
    min-height: 240px;
}
.onsc ul{padding: 0;list-style-position: inside;}
.onsc li {list-style-type: circle;}
.onsDeskBg {
    background: url(../images/ons-middle-bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#onsSec2{padding: 0 0 45px 0;}
.onscBg{
    background: rgb(234,242,245);
    background: linear-gradient(90deg, rgba(234,242,245,1) 37%, rgba(162,202,218,1) 55%);
}
#onsSec2 .recipeTxt {
    padding: 50px 25px;
}
#onsSec3 {padding: 45px 0 90px 0;}
#mainConte {
    padding: 90px 0;
}
.recipePage .bolockImg {
    max-width: 420px;
}
.recipePage .bolockImg img{width: 100%;}
.recipePage .pageHeadings {
    margin-top: 0;
}
.pageHeadings {
    color: #563385;
    font-size: 26px;
    font-weight: 600;
    margin: 25px 0 15px;
}
.recipePage .colockTxt strong {
    margin-bottom: 12px;
    display: block;
}
#mainConte ul {
    padding: 0;
    list-style-position: inside;
}
.recipePage .colockTxt ol, .reserpa ol {
    padding-left: 15px;
}
.mar-bottom30 {
    margin-bottom: 30px;
}
#compareSection td a {
    font-weight: 600;
}
.navbar-fixed-top {
    background: #fff !important;
    box-shadow: 0 0 5px #333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    animation: smoothScroll .5s forwards;
}
.navbar-fixed-top #myNavbar ul.nav{margin: 20px 0;}
@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(0px);
    }
}
.mar-bottom50 {
    margin-bottom: 50px;
}
.navbar-fixed-top #myNavbar ul.nav {
    margin: 30px 0;
}
.navbar-fixed-top .navbar-brand {
    padding: 0;
}
.logoInf{font-size: 12px;}