a:focus {
    outline: none;
    text-decoration: none;
}

img {
    transition: all 0.4s;
    margin: auto
}

img:hover {
    opacity: 0.8;
}

.Product {
    margin-top: 130px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 20px;
    padding-top:20px;
    padding-bottom:20px;
}

.ProductCont , .ProductRelated , .imgGallery {
    background-color: #FFFFFF;
    border: 1px solid #e4e4e4;
}

.ProductCont {
    padding: 10px;
}

.imgGallery {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
}

.imgGallery h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    padding: 7px;
}

.imgGallery img {
    margin-bottom: 10px;
}

.ProductCont p {
    text-align: justify;
    line-height: 30px;
}

.PrpductRealatedH3 {
    background-color: #2e6da4;
    padding-top: 1px;
}

.ProductRelated h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #FFFFFF;
    padding: 7px;
}

.aPrpductRealated {
    margin-right:10px;
}

.ProductRelated a {
    color: #000000;
}

.ProductRelated a:before {
    font-family: FontAwesome;
    content: "\f104";
    float: right;
    margin-left: 5px;
}

.ProductRelated a:hover {
    text-decoration: none;
    color: grey;
}

.modal-content {
    margin-top:120px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 1px solid #d0d0d0;
}

.table {
    border-top:1px solid #d0d0d0;
}

.table th {
    text-align: center;
    width: 50%;
}

.alert-danger a {
    color: #a94442;
    font-weight:900;
}

.otherCm {
    background-color: #efefef;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 1px solid #bbbbbb;
}

.otherCmTitle {
    border-bottom: 1px solid darkgrey;
}

.otherCmTitle span {
    font-weight: 900;
}

.otherCmP {
    text-align: justify;
    margin-top: 15px;
}

.addComment {
    text-align: center;
    margin-top: 20px;
    margin-bottom:20px;
}

.addComment input[type=submit] {
    background-color: #34495E;
    color: #FFFFFF;
    border: 1px solid #34495E;
    padding:5px 10px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: 0.4s;
}

.addComment input[type=submit]:hover {
    background-color: #FFFFFF;
    color: #34495E;
    text-decoration: none;
}




