html,body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
h3{
    text-align: center;
}
p{
    text-align: center;
}
span.title{
    /*border-bottom: 2px #00A3EE solid;*/
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.title-bottomline{
    width: 40px;
    height: 2px;
    border: none;
    background-color: #076ECD;
    margin-top: 0;
}
p.title_p{
    padding-bottom: 10px;
    margin: 20px 0 0;
}
div.product_info{
    padding-bottom: 50px;
}
div.item{
    /*     	width: 100%; */
    /*padding: 10px;*/
    background-color: #FFFFFF;
    border-radius: 5px;
    /*border: 1px #d1d1d1 dashed;*/
    margin: 10px 10px 15px;
    border: 1px #d1d1d1 dashed;
    box-shadow: 5px 5px 5px #d1d1d1;

}
div.item_detail{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*justify-items: center;*/
    align-items: center;
    padding: 10px;
    /*border-left: 1px #d1d1d1 dashed;*/
    /*border-bottom: 1px #d1d1d1 dashed;*/
    /*border-right: 1px #d1d1d1 dashed;*/
}
div.item_detail img{
    width: 90px;
    height: 90px;
}
div.item:nth-child(even){
    /*box-shadow: 5px 5px 5px #d1d1d1;*/
    /*    background-color: #00A3EE;*/
    /*    border: 1px #FFFFFF dashed;*/
    /*    color: white;*/
}
div.item:nth-child(even) p{
    padding-right: 10px;
}
div.item:nth-child(odd) p{

    padding-left: 10px;
}
div.item:nth-child(odd){
    /*box-shadow: 5px 5px 5px #d1d1d1;*/
    /*    background-color: white;*/
    /*    border: 1px #00A3EE dashed;*/
}

div.info_item div.item h4{

    /*background-color: #00a3ee;*/
    /*color: #FFFFFF;*/
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    margin: 0;
    padding: 16px 10px 10px;
    text-align: center;
    /*border-bottom: 1px #d1d1d1 dashed;*/
}
div.info_item div.item p{
    font-size: 14px;
    text-align: start;
    text-indent: 14px;
    font-weight: 200;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/

    /*border-left: 1px #00a3ee solid;*/
    /*border-bottom: 1px #00a3ee solid;*/
    /*border-right: 1px #00a3ee solid;*/
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
}