.main-contents, .divider-div{
    background-color: white;
}
.product-container{
    margin-top: 25px;
    background-color: #;
    margin-bottom: 25px;
}
p{

}
.product-title{
    border-bottom: 1px solid lightgrey;
}

.product-price{
    border-top: 2px solid lightgrey;

    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;

}
.show-price{
    font-weight: bold;
    font-size: 20px;
}
.retail-price{
    margin-right: 15px;
    color: red;
    font-weight: normal;
}
.qty-input{
    width: 50px;
    height: 25px;
}
.product-main-image{
    margin-top: 5px;
}

.product-thumb-image{
    width: 32%;
    /*margin-left: 2px;*/
}

.product-buttons{
    text-align: right;
}




.btn-custom {
    background-color: #000000;
    border-color: #000000;
    border-radius: 0px;
    color: #fff;
    padding: 8px 15px;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
    background-color: #333333;
    color: #fff;
    border-color: #000000;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
    background-color: #000000;
    border-color: #000000;
}

.page-subscription-container{
    margin-top: 38px !important;
}


@media (max-width: 991px) {
    .page-heading{
        margin-top: 35px;
    }
    .product-main-image{
        margin-top: 0px;
    }
    .product-thumb-image{
        width: 32.55%;
        /*margin-left: 2px;*/
    }
}
