/*Cart CSS*/
.cartCard{
    justify-content: space-between;
    border-radius: 24px 24px 24px 48px;
    padding: 15px;
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 0 0 0 rgba(204,204,204,0.3), -5px 0 0 0 rgba(204,204,204,0.3), 0 5px 0 0 rgba(204,204,204,0.3);
}
.cartCard h3{
    font-family: 'shabnam';
    font-size: 18px;
}
.cartCardContent{
    flex: 1 1 76%;
    max-width: 76%;
    padding: 0;
    font-family: 'shabnam';
}
.cartCardText{
    display: flex;
    flex: 1 1 auto;
    font-family: 'shabnam';
}
.cartCardText .cartCardTextRight{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    font-family: 'shabnam';
}
.cartCardText .cartCardTextLeft{
    display: flex;
    flex-direction: column;
    font-family: 'shabnam';
}
.cartCard .visual{
    flex: 1 1 24%;
    max-width: 24%;
    margin: 0 14px;

}
.cartCard .visual img{
    border-radius: 24px;
    border: solid 1px #b0b5be;
    margin-top: -33px;
    max-width: 100%;
}
.cartCardValue{
    font-weight: bolder;
    display: inline-block;
}
.cartCardShop{
    background-color: whitesmoke;
    padding: 10px;
    box-shadow: 0 0 10px #dadada;
    border-radius: 10px;
}
.cartShop{
    border-bottom: solid 3px #2d4369;
}
.payBtn{
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    background-image: linear-gradient(135deg, var(--mainColor) 40%, #49c470);
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    max-width: 100%;
    padding: 8px 28px 9px;
    text-decoration: none;
    user-select: none;
    height: 38px;
    min-width: 120px;
    outline: none;
    position: relative;
    transition: all .3s ease;
    -webkit-user-select: none;
    background-size: 120% auto;
    touch-action: manipulation;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.sectionBadge{
    background: linear-gradient(0deg, hsla(240, 3%, 94%, .5), hsla(240, 3%, 94%, .5)), #fff;
    border-radius: 10px;
    border: solid 1px #dadada;
    padding: 12px 15px;
    font-family: 'shabnam';
}
.sectionBadge h5{
    border-right: solid 3px;
    padding-right: 5px;
    font-family: 'shabnam';
}
.alertBadge{
    color: #000;
    padding: 8px;
    margin-bottom: 5px;
}
.primaryBtn{
    background-color: var(--mainColor);
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}
.addressModal .modal-dialog{
    max-width: 300px;
}
.shippingRadioSection{
    padding-right: 30px;
}
.shippingRadio{
    width: 100%;
}
.shippingName{
    color:green;
    font-weight: bolder;
}
.shippingPrice{
    font-weight: bolder;
    float:left;
}
.pay_section_title{
    font-family: 'shabnam';
}
.pay_section{
    font-family: 'shabnam';
}
.pay_section_value{
    float:left;
    font-weight: bolder;
}
#pay_section ul li{
    list-style: none;
    padding: 5px;
}
.pro-qty{
    display: flex;
}
.qty-btn{
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 1px 4px #8b8b8b;
    border-radius: 3px;
}
.qty-btn:hover{
    cursor: pointer;
}
.pro-qty input{
    width: 100px;
    text-align: center;
    border: none;
    box-shadow: 1px 1px 6px #949494 inset;
    border-radius: 4px;
    height: auto !important;
}
.removeCartBtn{
    color: red;
    font-weight: bolder;
    text-align: center;
    display: block;
    margin-top: 15px;
    transition:all 300ms;
}
.cartCardValue {
    font-weight: bolder;
    display: inline-block;
}
.payBtn{
    background-color: #55b397;
    margin-top: 10px;
}
.primaryBtn{
    font-family: 'shabnam';
    background: linear-gradient(90deg, hsla(162, 38%, 52%, 1) 0%, hsla(112, 100%, 28%, 1) 100%);
    border: none;
    padding: 5px 10px;
}
.gatewayReceiptRow{
    padding: 20px 10px;
    background-color: #26bbed2e;
    border-radius: 10px;
}
.gatewayReceiptRow h5{
    padding-bottom: 5px;
    border-bottom: solid 1px #c6c6c6;
    border-right: none;
}
.receiptButtonOuter{
    padding: 10px;
}
.receiptButtonOuter button{
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: #138e00;
    color: #fff;
    border-radius: 3px;
    border: none;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
}
.receiptButtonOuter button:hover{
    background-color: #30689c
}
.receiptRow{
    display: flex;
    margin-bottom: 5px;
}
.disapprovalButton{
    background-color:#c0392b;
    color:#fff;
    border:none;
    transition: all 300ms;
}
.disapprovalButton:hover{
    background-color:#e74c3c;
}
