.bg-image {
       
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.onlineabortionpillrx.com/img/3.jpg);
}
table.productDisplay {
    margin-top: 300px;
}

.container.product-table {
    margin-top: 50px;
    box-shadow: 30px 30px 30px 30px #ededed;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 50px;
}
#addcart button {
    color: #fff;
    background-color: #4fbfa8;
    border-color: #41b39c;
    padding: 8px 15px;
}
.product-table th {
    border: 1px solid #000000;
    text-align: center;
    padding: 5px 29px;

}

.product-table td {
    border: 1px solid #757171;
    text-align: center;
    padding: 3px 2px;
    align-content: baseline;
}
.table-col h2 strong {
    font-size: 20px;
  
}
.table-col h2 {
    text-align: center;
}
button.proceed-btn {
    float: right;
    background: #5cc0a9;
    border: unset;
    padding: 9px 20px;
    font-size: 17px;
    font-weight: 600;
}
.btn-primary:hover, .btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #5cc0a9 !important;
    border-color: #5cc0a9 !important;
    box-shadow: unset !important;
}
.breadcrumb-nm img {
    width: 100%;
}
.stock {
    text-align: center;
}

.promotion-text h2, .promotion-text p {
    text-align: center;
}
@media (min-width:1351px){
    .bg-image {
       
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(https://www.onlineabortionpillrx.com/img/3.jpg);
        width: 100%;
        height: 736px;
    }
    table.productDisplay {
        margin-top: 430px;
    }
}
@media (min-width: 992px) and (max-width:1350px) {
    .container, .container-lg, .container-md, .container-sm {
        min-width: 992px;
    }
    .bg-image {  
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(https://www.onlineabortionpillrx.com/img/3.jpg);
    }
    table.productDisplay {
        margin-top: 330px;
    }
    .bg-image {
        height: 650px !important;
        width: 100% !important;
    }
}
@media (max-width:768px){
    .img-col img {
        width: 100% !important;
        height: 100% !important;
    }
    table.productDisplay {
    margin-top: 150px;
}
.table-col {
    padding-left: 0px;
    padding-right: 0px;
}
    .bg-image {
        min-width: 420px;
        height: 255px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(https://www.onlineabortionpillrx.com/img/2.jpg);
    }
    #addcart button {
        padding: 0px 3px;
        font-size: 14px;
    }
    .product-table th {
        padding: 0px 8px;
    }
    .row.product-table {
        margin: 40px 0px !important;
    }
    .table-col h2 strong {
        font-size: 17px !important;
    }
    
}