/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/01/2020, 6:35:12 PM
    Author     : OEM
*/

.brand-item-logo{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.logo-image{
    height: 150px;
    width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.brand-description{
    padding: 20px 15px;
    background-color: #E6E7E9;
}
.product-wrapper{
    padding: 20px 0;   
}

.product-item-holder{
    display: block;
    width: 25%;
    float: left;
    padding: 15px;
}
.product-item-holder
.image-holder{
    text-align: center;
}
.product-item-holder
.image-holder img{
    width: 100%;
    height: auto;
}

.product-item-holder
.product-title{
    font-size: 16px;
    font-family: GothamBold;
    text-align: center;
    color: #102843;
}

@media (max-width: 767px){
    .product-item-holder{
        width: 50%;
     }
    .product-item-holder:nth-child(2n+1){
        clear: left;
    }
}

.product-brand-logo .logo-image{
    height: 100px;
    width: 230px;
}

/*.product-brand-logo img{
    height: 50px;
    width: auto;
}*/

.product-nutrition{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*.product-info
.customer-title{
    padding-bottom: 25px;
}*/

.product-nutrition .commitment-holder{
    
}

.nutrition-wrapper{
    position: relative;
    
}
.nutrition-right-bot{
    position: absolute;
    left: 50%;
    right: 0;
    top: -10px;
    padding: 20px 20px 0 20px;
}

.nutrition-right-bot .pakaging-title{
    font-family: GothamBold;
    font-size: 18px;
    color: #102843;
    
}

.product-content-holder{
    position: relative;
}
.product-right{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
    /* Firefox */
    left: -moz-calc(50% + 20px);
    /* WebKit */
    left: -webkit-calc(50% + 20px);
    /* Opera */
    left: -o-calc(50% + 20px);
    /* Standard */
    left: calc(50% + 20px);
    right: 20px;
}

@media (max-width: 991px){
    .nutrition-right-bot{
        position: relative;
        left: 0;
    }
    
    .product-right{
        position: relative;
        right: 0;
        left: 0;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
    }
}
