.pinkHr{
    background-color: #FF8E6B;
    height: 2px;
}

.descriptionIcon{
    height:51px;
    margin:auto;
}

#productDescription{
    width: 90%;
    margin: auto;
    padding: 20px;
  
    font-family: "Teko Regular" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    text-decoration: none;
    font-size: 25px;

    text-align: left;


    color: #000000;
    line-height: 40px;
}

.descriptionText{
    font-family: "Teko Regular" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    text-decoration: none;
}

.homeContent3SubHeader{
    color: #5E7B38;
    font-size: 26px;
    font-family: Teko-Regular;
    margin-left: 15px;
    text-align: left;  
}

.productTitle{
    text-align: center;
    color: #FF8E6B;
    font-family: GrafolitaScriptW01-Bold;
    font-size: 26px;
}

#productBullets{
    padding: 20px;
    width: 90%;
    margin: auto;
    line-height: 35px;
    font-size: 24px;
}

#productBulletList{
    list-style: none;
}

.productBulletListItem{
    font-family: "Teko Regular" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    text-decoration: none;
    color: #000000;
    font-size: 24px;
}

#productBulletList .productBulletListItem::before{
    content: "\2022";
  color: #FF8E6B;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


.productPageImageDiv{
    float:left;
    width: 30%;
    padding-top: 50px;
}

.productPageBulletDiv{
    width: 100%;
}

#productPageImage{
    height: 230px;
}

#productBulletsHeader{
    color: #FF8E6B;
    font-family: Teko-Regular;
    font-weight: bold;
    font-size: 30px;
}

#productBulletsSubHeader{
    color: black;
    font-size: 25px;
    font-family: Teko-Regular;
    font-weight: bold;
}

#productPageButton{
    width: 100%;
    font-size: 25px;
}

#productReviewStars{
    margin-bottom: 20px;
    font-family: Teko-Regular;
}

.productImageDiv:hover{
    background-color: #FF8E6B;
    transition: all .4s ease;
}


/* ====== = = = mobile style = = = ========= */

@media only screen and (max-width: 1100px) {
    
    .productPageImageDiv{
        width: 100%;
        padding-top: 50px;
        text-align: center;
    }
    
    .productPageBulletDiv{
        width: 100%;
    }

    /* #productDescription{
        color: #000000;
        font-size: 46px;
        line-height: 60px;
        font-family: "Teko Regular" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        padding: 10px;
    } */

    .productBulletListItem {
        font-family: Teko-Regular;
        color: #000000;
        font-size: 35px;
    }

    #productBulletsSubHeader {
        color: black;
        font-size: 2em;
        font-family: Teko-Regular;
        font-weight: bold;
    }

    #productBulletsHeader {
        color: #FF8E6B;
        font-family: Teko-Regular;
        font-weight: bold;
        font-size: 1.9em;
        margin-bottom: 30px;
    }

    .productTitle {
        text-align: center;
        color: #FF8E6B;
        font-family: GrafolitaScriptW01-Bold;
        font-size: 50px;
    }



}