/* Blog Page  */

.product-info h1{
    margin-top: 15px;
    font-size: 20px;
}
@media screen and (min-width: 992px){
    .product-info h1{
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1300px){
    .product-info h1{
        font-size: 4.2rem;
    }
}
.breadcrumb{
    border-bottom: 1px solid #d8d4c6;
    margin-bottom: 20px;
    padding: 8px 8px 14px 0;
}
@media screen and (min-width: 1300px){
    .breadcrumb{
        margin-bottom: 32px;
        padding: 30px 8px 17px 0;
    }
}
.breadcrumb li{
    display: inline-block;
    padding: 0 10px 0 0;
    color: #231f20;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    width: auto;
    margin-bottom: 0px;
}
@media screen and (min-width: 1300px){
    .breadcrumb li {
       font-size: 1.4rem;
    }
}
.breadcrumb li::after{
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    background: #6c6c6c;
    transform: rotate(26deg);
}
.breadcrumb li:last-child::after{
    content: "";
    display: none;
}
.breadcrumb ul{
    margin-bottom: 0px;
}
.breadcrumb .active-page{
    float: left;
    display: inline-block;
    line-height: 2;
}
@media screen and (min-width: 1300px){
    .breadcrumb .active-page{
        float: left;
        line-height: inherit;
    }
}
.breadcrumb a{
    color:#6c6c6c;
}
.product-img{
    margin-top: 16px;
    margin-bottom: 16px;
}
@media screen and (min-width: 1300px){
    .product-img {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}
.product-img img{
    width: 100%;
}
/**********************************************************************/
/***************************** product-description ********************/
/**********************************************************************/

.product-description {
    border-top:0px !important;
    margin-top: 20px;
    background: #fff;
    padding: 25px 18px;
    border-radius: 5px;
    border-left: 9px solid #48b9c9;
    margin-bottom: 34px;
    line-height: 1.3;
    /* height: 260px;*/
    box-shadow: 0px 2px 11px 0px rgba(19, 19, 19, 0.06);
}

/* ---- .product-description.article-blue --------*/
.product-description.article-blue {
    border-left: 9px solid #48b9c9
}
.product-description.article-blue .tabs .button-graph {
    border: 1px solid #48b9c9;
}

.product-description.article-blue .tabs .button-graph:hover {
    background: #48b9c9;
    color: #fff;
}

.product-description.article-blue .process {
    background: url(../_img/graph-bar-blue.jpg);
    background-repeat: no-repeat;
}

/* ---- .product-description.article-green --------*/
.product-description.article-green {
    border-left: 9px solid #70bd95;
}

.product-description.article-green .tabs .button-graph {
    border: 1px solid #70bd95;
}

.product-description.article-green .tabs .button-graph:hover {
    background: #70bd95;
    color: #fff;
}

.product-description.article-green .process {
    background: url(../_img/graph-bar-green.jpg);
    background-repeat: no-repeat;
}

/* ---- .product-description.article-yellow --------*/
.product-description.article-yellow {
    border-left: 9px solid #fcc82f;
}

.product-description.article-yellow .tabs .button-graph {
    border: 1px solid #fcc82f;
}

.product-description.article-yellow .tabs .button-graph:hover {
    background: #fcc82f;
    color: #fff;
}

.product-description.article-yellow .process {
    background: url(../_img/graph-bar-yellow.jpg);
    background-repeat: no-repeat;
}

/* ----------------.product-description.article-red -------------------------*/

.product-description.article-red{
    border-left: 9px solid #ed1c24;
}

.product-description.article-red .tabs .button-graph {
    border: 1px solid #ed1c24;
}

.product-description.article-red .tabs .button-graph:hover {
    background: #ed1c24;
    color: #fff;
}

.product-description.article-red .process {
    background: url(../_img/graph-bar-red.jpg);
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px){
    .product-description {
        padding: 32px 141px;
        /*height: 250px;*/
        min-height:250px;
        margin-top: 24px;
        border-left: 12px solid #48b9c9;
    }
    .product-description.article-blue{
        border-left: 12px solid #48b9c9;
    }
    
    .product-description.article-green {
        border-left: 12px solid #70bd95;
    }
    
    .product-description.article-yellow {
        border-left: 12px solid #fcc82f;
    }
    
    .product-description.article-red {
        border-left: 12px solid #ed1c24;
    }
    
}
@media screen and (min-width: 1300px){
    .product-description{
        margin-bottom: 70px;
    }
}

/************************ .process *****************************/
.process{
    position: relative;
    z-index: 1;
    padding: 11px 13px 13px 12px;
    width: 85%;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 130%;
    margin-right: 20px;
}

@media screen and (min-width: 768px){
    .process {
        padding: 13px 13px 13px 17px;
        width: 88%;
    }
}
@media screen and (min-width: 1300px){
    .process{
        /*max-width: 640px;*/
    }
}
/*
.everyday::before{
    content: "";
    background: #e4f5f7;
    width:125px;
    height: 37px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
@media screen and (min-width: 768px){
    .everyday::before{
        width: 225px;
    }
}
.week::before{
    content: "";
    background: #e4f5f7;
    width: 187px;
    height: 37px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
@media screen and (min-width: 1300px){
    .week::before{
        width: 515px;
    }
}
.month{
    margin-bottom: 0;
}
.month::before{
    content: "";
    background: #e4f5f7;
    width: 48px;
    height: 37px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
@media screen and (min-width: 1300px){
    .month::before{
        width: 104px;
    }
}

*/
.percentage{
    width: auto;
    padding-top: 9px;
    padding-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
@media screen and (min-width: 768px){
    .percentage{
        padding-top: 11px;
    }
}
.food-percentage{
	float: right;
	width: auto;
}

/************************************ .votes *****************************/
.days,.votes{
    /*display: none;*/
    margin-top:13px;
}
/*.days li:nth-child(1), .votes li:nth-child(1), */
.votes li.active{
    font-weight: 700;
}
.days li, .votes li{
    padding:0px 0 0px 0;
    font-size: 1.3rem;
    color: #231f20;
    font-weight: 500;
    max-width: 100%;
}
@media screen and (min-width: 768px){
    .days li:nth-child(1), .votes li:nth-child(1){
        font-size: 1.6rem;
    }
    .days li:nth-child(2), .votes li:nth-child(2){
        padding-top: 0;
        font-size: 1.6rem;
    }
    .days li:nth-child(3), .votes li:nth-child(3){
        padding-top: 0;
        font-size: 1.6rem;
    }
}

/*************************** .tabs ************************/

.tabs{
    padding:12px 19px 0px 19px;
    margin-bottom: 0px;
}
.tabs.on{
      display: none;
}
.tabs .button-graph{
    background: transparent;
    border: 1px solid #48b9c9;
    font-size: 1.3rem;
    cursor: pointer;
    outline: none;
    padding: 10px 13px 10px 12px;
    margin: 0 auto 10px auto;
    float: none;
    width: 100%;
    transition: all 0.5s;
    text-align: center;
    color: #000;
    line-height: 130%;
}
.tabs .button-graph:hover{
    background: #48b9c9;
    color: #fff;
}
@media screen and (min-width: 768px){
    .tabs .button-graph{
        width: 100%;
        font-size: 1.6rem;
        padding: 7px 13px 7px 12px;
        line-height: 130%;
    }
}
@media screen and (min-width: 992px){
    .tabs .button-graph{
        width: 70%;
    }
}
.graph{
	padding-top: 5px;
}

.graph ul.votes li { position:relative}
.graph ul.votes li span.percentage { position:absolute; top:0px; right:0px;}

@media screen and (min-width: 768px){
    .graph {
        padding-top: 12px;
    }
}
@media screen and (min-width: 768px){
	.fix-content p{
		width: 420px;
	}
}
@media screen and (min-width: 992px){
	.fix-content p{
		width: 670px;
	}
}
.product-info h2{
    margin-top: 10px;
    line-height: 140%;
    margin-bottom: 10px;
    font-size: 20px;
}
@media screen and (min-width: 1300px){
    .product-info h2{
        margin-top: 20px;
        font-size: 3.6rem;
        margin-bottom: 22px;
    }
}
.product{
    margin: 10px auto 31px;
    text-align: center;
}
@media screen and (min-width: 768px){
    .product{
		width: auto;
		margin-right: 18px;
	}
}
@media screen and (min-width: 768px){
	.product-right {
		float: right;
		width: auto;
		margin: 4px auto 40px;
	}
}
@media screen and (min-width: 1300px){
    .product-right{
        margin: 7px auto 40px;
    }
}
.mt-0{
    margin-top: 0;
}
@media screen and (min-width: 1300px){
    .mt-0 {
        margin-top: 10px;
    }
}
.product img{
    float: none;
    display: inline-block;
}
.liquid-description{
    padding-bottom: 49px;
    
}
@media screen and (min-width: 768px){
    .liquid-description{
        float: right;
        width: 447px;
    }
}
@media screen and (min-width: 992px){
    .liquid-description{
        float: right;
        width: 698px;
        margin-top: 18px;
    }
	}
@media screen and (min-width: 1300px){
    .liquid-description{
        width: 670px;
        padding-bottom: 135px;
        margin-top: 0px;
    }
}
.liquid-description li{
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}
@media screen and (min-width: 768px){
    .liquid-description li{
        padding-left: 23px;
    }
}
.liquid-description strong{
    width: auto;
    float: none;
    display: inline;
}
@media screen and (min-width: 1300px){
    .liquid-description strong{
        font-weight: 700;
    }
}
.icon-arrow{
    background-position: -72px -9px;
    width: 10px;
    height: 23px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 3px;
}
@media screen and (min-width: 768px){
    .icon-arrow{
        left: 2px;
    }
}
.recommend-product{
    padding-top: 38px;
    border-top: 1px solid #d8d4c6;
    letter-spacing: 0.4px;
}
@media screen and (min-width: 768px){
    .recommend-product{
        padding:44px 70px;
    }
}
@media screen and (min-width: 1300px){
    .recommend-product {
        padding: 28px 105px 51px 105px;
    }
}

.recommend-product h2{
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}
@media screen and (min-width: 768px){
    .recommend-product h2{
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1300px){
    .recommend-product h2{
        margin-bottom: 28px;
        margin-top: 25px;
    }
}
.recommend-product strong{
    color: #ed1c24;
    font-size: 1.4rem;
    text-decoration: underline;
    line-height: 1.5;
    font-weight: 400;
}
@media screen and (min-width: 768px){
    .recommend-product strong{
        padding: 0 5px;
    }
}
@media screen and (min-width: 992px){
    .recommend-product strong{
        padding: 0 44px;
    }
}
@media screen and (min-width: 1300px){
    .recommend-product strong{
        padding: 0 50px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}
.food-pack{
    width:100%;
    padding: 10px 6px 15px 6px;
    text-align: center;
}
br{
	float: none;
	width: auto;
}
@media screen and (min-width: 480px){
    .food-pack{
        width: 33.33%;
        padding:10px 6px 45px 6px;
    }
}
@media screen and (min-width: 1300px){
    .left-pack{
       padding-left: 21px;
    }
}
.food-pack img{
    margin: 0 auto;
    float: none;
    padding-bottom: 0px;
}
.pack-right{
    float: right;
}
@media screen and (min-width: 1300px){
    .pack-right{
       padding-left: 0;
    }
}
.food-pack sup{
    width: auto;
    float: none;
    display: inline-block;
    position: relative;
    top: -6px;
}
.product-benefits{
    background: #fff;
    margin-top: 68px;
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
}
@media screen and (min-width: 1300px){
    .product-benefits{
        margin-top: 0px;
        padding-top: 55px;
    }
}
.product-benefits h2{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 27px;
}
@media screen and (min-width: 1300px){
    .product-benefits h2{
        margin-bottom: 55px;
    }
}
@media screen and (min-width: 768px){
    .product-benefits h2{
        font-size: 3.2rem;
        margin-bottom: 54px;
    }
}

.information-box{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 20px;
    height: 300px;
}

@media screen and (min-width: 300px){
    .information-box{
        width: 100%;
        height: 350px;
        max-width: 322px;
        margin: 0px auto 20px auto;
        float: none;
        display: inline-block;
    }
}
/* @media screen and (min-width: 450px){
    .information-box{
        width: 45%;
        height: 250px;
    }
} 
@media screen and (min-width: 768px){
    .information-box{
        width: 45%;
        height: 360px;
    }
}
@media screen and (min-width: 992px){
    .information-box{
        width: 23.3%;
        margin-right: 16px;
        height: 300px;
    }
}
@media screen and (min-width: 1200px){
    .information-box{
        width: 23.37%;
    }
}

 .information-box p{
    padding: 13px 12px;
    margin-bottom: 0;
    line-height: 1.5;
}
@media screen and (min-width: 768px){
    .information-box p{
        width: auto;
        padding: 21px 10px;
    }
}
@media screen and (min-width: 1300px){
    .information-box p{
        padding: 25px 10px 21px 10px;
    }
} 
.information-box a{
    font-size: 1.4rem;
    padding-bottom: 30px;
    font-weight: 400;
    text-decoration: underline;
}
@media screen and (min-width: 768px){
    .information-box a{
        font-size: 1.6rem;
    }
} */
.primary{
    margin-right: 6px;
}
@media screen and (min-width: 768px){
    .primary{
        margin-right: 16px;
    }
}
@media screen and (min-width: 992px){
    .primary{
        margin-right: 22px;
    }
}
/* .main-box .primary:nth-child(4){
    float: left;
    margin-right: 0px;
}
@media screen and (min-width: 768px){
    .main-box .primary:nth-child(4){
        float: left;
    }
}
@media screen and (min-width: 300px){
    .main-box .primary:nth-child(4){
        width: 100%;
        height: 350px;
        max-width: 322px;
        margin: 0px auto 20px auto;
        float: none;
        display: inline-block;
    }
} */
.danger{
    float: right;
}

@media screen and (min-width: 768px){
    .danger{
        float: left;
    }
}
.secondary{
    margin-right: 6px;
}
@media screen and (min-width: 768px){
    .secondary{
        margin-right: 16px;
    }
}
@media screen and (min-width: 992px){
    .secondary{
        margin-right: 22px;
    }
}

.image-area img{
    width: 100%;
}

/** Colors */
.article-yellow{
    border-top: 9px solid #fcc82f;
}
@media screen and (min-width: 1300px){
    .article-yellow{
        border-top: 12px solid #fcc82f;
    }
}
.article-yellow a{
    color: #fcc82f;
}


.article-green{
    border-top: 9px solid #70bd95;
}
@media screen and (min-width: 1300px){
    .article-green{
        border-top: 12px solid #70bd95;
    }
}
.article-green a{
    color: #70bd95;
}

.article-blue{
    border-top: 9px solid #48b9c9;
}
@media screen and (min-width: 1300px){
    .article-blue{
        border-top: 12px solid #48b9c9;
    }
}
.article-blue a{
    color: #48b9c9;
}

.article-red{
    border-top: 9px solid #ed1c24;
}
@media screen and (min-width: 1300px){
    .article-red{
        border-top: 12px solid #ed1c24;
    }
}
.article-red a{
    color: #ed1c24;
}

.owl-carousel .item{
    width: 100%;
}
.owl-carousel{
    margin-bottom: 96px;
}
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage{
    float: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    font-size: 0;
    width: 26px;
    height: 52px;
    background: url(../_img/slide-arrow.png);
    position: absolute;
    left: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width : 1473px) {
    .owl-carousel .owl-nav button.owl-prev{
        left: -4%;
    }
}
@media only screen and (max-width : 1379px) {
    .owl-carousel .owl-nav button.owl-prev{
        left: -6%;
    }
}
@media only screen and (max-width : 700px) {
    .owl-carousel .owl-nav button.owl-prev{
        left: -1.1%;
    }
}
.owl-carousel .owl-nav button.owl-next{
    right: -10%;
    left:auto;
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

@media only screen and (max-width : 1473px) {
    .owl-carousel .owl-nav button.owl-next{
        right: -4%;
    }
}
@media only screen and (max-width : 1379px) {
    .owl-carousel .owl-nav button.owl-next{
        right: -6%;
    }
}
@media only screen and (max-width : 700px) {
    .owl-carousel .owl-nav button.owl-next{
        right: -1.1%;
    }
}