.blog_pg_bd{
    /*background: linear-gradient(73deg, rgba(9,9,121,1) 21%, rgb(0 128 255) 100%);*/
    /*background-image: url(./Background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    */
}
.store-tabpane a{
    background-color: #ebe9eb !important;
    color: #6b6a6b !important;
}
.store-tabpane .nav-tabs .nav-link.active{
    background-color: transparent !important;
    color: #fff !important;
}
.store-tabpane .nav-link {
    margin-left: 0px;
    margin-right: 0px;
}
.store-item-details .anmount_label{
    color: #ff0000;
    font-size: 23px;
}
.store-item-details{
    margin-top: 2%;
}
.store-item-details form button,.cs-checkout-card-cont button{
    /*background-color: #ff0000;*/
    font-weight: bold;
}
.store-item-details form button:hover,.cs-checkout-card-cont button:hover{
    background-color: black;
    color: white;
}
.store-item-delivery{
    margin: 0px 3%;
    padding: 3%;
    /*box-shadow: 5px 10px 8px #2b2d7e;*/

}
.cs-checkout-bill-details,.cs-checkout-additional-info{
    margin: 0px 2%;
}
.cs-checkout-price_tabel table,.cs-checkout-price_tabel th,.cs-checkout-price_tabel td{
    border: 1px solid #000000;
}
.cs-checkout-price_tabel table{
    width: 100%;
    border-collapse: unset;
}
.cs-checkout-price_tabel th,.cs-checkout-price_tabel td{
    padding: 1% 2%;   
}
.cs-checkout-card-cont{
    background: #fffff;
    opacity: 0.7;
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    border-radius: 8px;
    padding: 10px;
}
.text-limit-offer{
    color: #ffd400;
}
.space-4-line1 {
    margin-top: 13%;
}
.text-black{
    color: #000;
}
@media only screen and (max-width: 767px) {
  .space-4-line1 {
    margin-top: unset;
  }
}