.py-3 {
    background-color: #f8f9fa;
}
.site-section {
    /*background-color: #f5f5f5;*/
}
.cart-page .cart-step-1 ul {
    list-style: none;
    text-align: center;
}
.cart-step-1 .table-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
}
.cart-step-1 .cart-item, .cart-step-1 .table-title {
    padding-left: 0;
}
.cart-step-1 .cart-item, .cart-step-1 .table-title {
    display: flex;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.cart-step-1 .cart-col-5 {
    text-align: right;
}
.cart-step-1 .cart-item {
    padding-bottom: 15px;
    padding-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cart-step-1 .p-cart-info{
    display: flex!important;
    flex-direction: row!important;
}
.p-cart-quantity .input-group{
    display: flex;
    justify-content: center;
}
.input-group-prepend,.input-group-append{
    display: inline-flex;
}
.input-group-prepend button{
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px 4px;
}
.input-group-append button{
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px 4px;
}
/*.btn.btn-outline-primary {*/
/*    color: #000;*/
/*    background-color: transparent;*/
/*    background-image: none;*/
/*    border-color: #000;*/
/*}*/
/*.btn-outline-primary {*/
/*    color: #000;*/
/*    background-color: transparent;*/
/*    background-image: none;*/
/*    border-color: #000;*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*    position: relative;*/
/*}*/
.p-cart-quantity .input-group>.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 65px;
    padding: 4px 8px;
    height: 36px;
    width: 36px;
    margin: 0 26px;
}
.cart-step-1 .p-cart-info img {
    max-width: 60px;
    padding: 3px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
}
.cart-step-1 .p-cart-info .p-name {
    display: block;
    color: #333;
    text-align: left;
}
.cart-page .cart-step-1 ul {
    list-style: none;
    align-items: center;
    justify-content: space-between;
}
.cart-step-1 .total-cart {
    padding-left: 0;
    padding-top: 12px;
    margin-bottom: 20px;
}
.cart-step-1 .total-cart > li{
    float: right;
    line-height: 2;
}
.text-red {
    color: red;
}
.btn.btn-order.btn-primary-ver2 {
    font-size: 16px;
    /*background-image: linear-gradient(to right,#ffde17,#ffc100,#ffa302,#fb8614,#f26822);*/
    background: #CF2030;
    width: 100%;
    border: solid 1px #fff;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    color: #fff;
    padding: 10px 30px;
    /*text-transform: uppercase;*/
}
.btn.btn-order.btn-primary-ver2:hover {
    box-shadow: 0 5px 20px -7px rgba(0,0,0,.9)!important;
    top: -2px;
}
.btn.btn-outline-primary:hover{
    box-shadow: 0 5px 20px -7px rgba(0,0,0,.9)!important;
    top: -2px;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.cart-step-1 .table-title li b{
    text-transform: uppercase;
    font-weight: 300;
}
.cart-step-1 .p-cart-info{
    align-items: center;
}
.cart-step-1 .p-cart-info .remove-item-cart{
    margin-right: 10px;
}
.cart-step-1 .p-cart-info .remove-item-cart svg{
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 1px;
}
.cart-step-1 .cartItem li .new-price{
    font-weight: 600;
}
.cart-page .cart-step-1 ul.returnBuy{
    text-align: left;
}
.cart-page .cart-step-1 ul.returnBuy a{
    border-radius: 5px;
    color: #cf2030;
    border: 2px solid currentColor;
    background-color: transparent;
    line-height: 2.19em;
    padding: 7px 17px;
    font-weight: 600;
}
.total-cart{
    border-bottom: 2px solid #ececec;
}
.cart-page .cart-step-1 ul .cart-col{
    text-align: left;
}
@media (min-width: 992px){
    .cart-step-1 .p-cart-info, .flex-lg-row {
        flex-direction: row!important;
    }
}
@media (min-width: 1200px){
    .site-section {
        padding: 30px 0;
    }
    .cart-page{
        max-width: 1140px;
    }
}
@media (max-width: 768px){
    /*.p-cart-info .img{*/
    /*    display: none;*/
    /*}*/
    /*.cart-step-1 .p-cart-info{*/
    /*    display: block!important;*/
    /*}*/
    /*.cart-step-1 .total-cart>li.labelFrame{*/
    /*    float: unset;*/
    /*}*/
    .cart-step-1.main-lst{
        padding: 0;
        margin-bottom: 40px;
    }
    .after_cart_content{
        margin-bottom: 40px;
    }
}

