
.checkout-product-summary .checkoutproductdetails {
    padding: 0px;
    padding-bottom: 0px;
    text-align: left;
}
.checkout-product-summary .checkoutproductdetails label {
    width: 100%;
    float: left;
    position: absolute;
    left: 10px;
    font-size: 13px;
    top: 15px;
    cursor: none;
}
.checkout-product-summary .checkoutproductdetails input {
    width: 100%;
    float: left;
    border: none;
    background: none;
    padding: 0px;
    height: auto;
    transition: all 0.2s ease-out;
    font-size: 13px;
    position: relative;
    z-index: 1;
    height: 38px;
}
.checkout-product-summary .checkoutproductdetails input:focus+label {
    color: #000;
}

.checkout-product-summary .checkoutproductdetails .input-box {
    float: left;
    width: 100%;
    box-shadow: 0 0 0 1px #d5d5d5;
    border-radius: 4px;
    padding: 10px 10px;
    position: relative;
    height: 45px;
    background: #fff;
    width: 200px;
}
.checkout-product-summary .checkoutproductdetails .input-box input:focus+label {
    color: red;
    top: 3px !important;
}
.checkout-product-summary .checkoutproductdetails .input-box.addlabel label {
    color: red;
    top: 3px !important;
}
.checkout-product-summary .checkoutproductdetails td {
    padding: 6px 13px;
    vertical-align: top;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.checkout-product-summary .checkoutproductdetails td .product-name {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}
.checkout-product-summary .checkoutproductdetails td a:hover {
    display: block;
    text-decoration: none;
}
.checkout-product-summary .checkoutproductdetails td .attr {
    font-size: 14px;
    font-style: italic;
}
.checkout-product-summary .checkoutproductdetails td .pro_img {
    position: relative;
    display: inline-block;
}
.checkout-product-summary .checkoutproductdetails td:last-child {
    text-align: right;
}
.checkout-product-summary .checkoutproductdetails td.price_txt {
    color: #f042a8;
    font-weight: 600;
}
.checkout-product-summary .checkoutproductdetails img {
    border: #ccc solid 1px;
    border-radius: 10%;
    margin-top: 0px;
    max-width: 70px;
}
.checkout-product-summary .checkoutproductdetails tfoot {
    margin-top: 30px;
}
.checkout-product-summary .checkoutproductdetails tfoot td {
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}
.checkout-product-summary .checkoutproductdetails tfoot td.price_txt {
    font-weight: 400;
}
.checkout-product-summary .checkoutproductdetails tfoot tr.removebor td {
    border-bottom: none !important;
}
.checkout-product-summary .checkoutproductdetails tfoot tr.total_ship td {
    border: none !important;
}
.checkout-product-summary .checkoutproductdetails tr.total_ship.show {
    display: table-row;
}
.checkout-product-summary .checkoutproductdetails tr.total_ship td {
    padding: 0px 10px 20px 10px;
}
.checkout-product-summary .checkoutproductdetails tr.total_ship td:last-child {
    font-size: 18px;
}
.checkout-product-summary .checkoutproductdetails tr.total_price.show {
    display: table-row;
}
.checkout-product-summary .checkoutproductdetails tr.total_price td {
    font-size: 20px;
}

.checkout-product-summary .checkoutproductdetails .qty_round {
    font-size: 0.85714em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.19em 0.65em;
    border-radius: 2em;
    background-color: rgba(153, 153, 153, 0.9);
    color: #ffffff;
    position: absolute;
    left: 65px;
    top: 5px;
    z-index: 3;
}
.checkout_side .checkout-product-summary .checkoutproductdetails .qty_round {
    right: -3px;
    top: -3px;
}
.cart_product {
    max-width: 90px!important;
}
.cart_total_price, .cart_discount, .cart_total_delivery, .cart_total_tax {
    font-size: 16px;
}
.total_price_container, #total_price {
    font-size: 20px;
    font-weight: 600;
}
.checkout-product-summary .checkoutproductdetails > table {
    width: 100%;
}
.checkout_side .product-name a {
    font-size: 16px;
}
.checkout_side .price {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color: #212529;
}
.checkout_side .cart_description > a {
    font-style: italic;
    font-size: 14px;
}
.checkout_side .cart_unit .old-price {
    color: #b71010;
    text-decoration: line-through;
}
.checkout_side .price-percent-reduction {
background: #b71010;
    display: inline;
    color: white;
    padding: 3px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}
.cart_discount_name > div {
    background: #28a745;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.cart_discount_price .price-discount {
    background: #b71010;
    display: inline;
    color: white;
    padding: 3px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}
.bump_c_sec:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #dcdada;
    position: absolute;
    margin-top: -25px;
    left: 30px;
}
.bump_c_name .bump_c_name a {
    color: #323232!important;
    border: none;
    font-size: 16px;
}
.o_bump_add_to_cart {
    width: 16px!important;
    cursor: pointer;
}
.bump_c_sec_li {
    margin: 10px 0;
}
.bump_p_price, .bump_p_price .old-price {
    font-size: 16px;
    font-weight: 600;
}
.bump_c_variant select {
    border-radius: 4px!important;
    margin-top: 6px!important;
}
.bump_c_name .bump_p_price .old-price {
    color: #b71010;
}
.voucherrow #discount_name {
    border: 1px solid #dedede;
    border-radius: 4px!important;
    font-size: 16px;
    padding: 8px 15px;
    height: auto!important;
    line-height: 26px;
    margin: 10px 0;
}
.voucherrow button {
    margin: 10px 0;
    border-radius: 4px!important;
    letter-spacing: 0;
}
.goback {
    text-align: left;
    float: left;
    font-size: 16px;
    margin: 10px 0;
}
.checkout_collapse_button {
    display:none;

}
.checkout_collapse_button button {
width: 100%;
font-size: 16px;
background: none;
border: 1px solid #7b7979;
padding: 5px;
border-radius: 4px;
margin-top:15px;
}
@media only screen and (max-width: 767px) {
	.checkoutproductdetails td:last-child {
        text-align: left;
    }
    .checkoutproductdetails .input-box {
        margin-bottom: 20px;
    }
    .hidden-sm.hidden-xs {
        display:none!important;
    }
    .checkout_collapse_button {
        display:block!important;
    }
    .checkout-product-summary .checkoutproductdetails img {
        max-width:45px;
    }
    .checkout-product-summary .checkoutproductdetails .qty_round {
        left: 40px;
    }
}

@media only screen and (max-width: 479px) {
	.checkoutproductdetails tr.discount_td, .checkoutproductdetails tr.subtotal {
        display: flex;
    } 
    .checkoutproductdetails tr.total_ship.show {
        display: flex;
    }
    .checkoutproductdetails tr.total_price.show {
        display: flex;
    }

    .checkoutproductdetails td .input-box {
        float: none;
        width: 160px;
    }
    .checkoutproductdetails td.hide-xs {
        display: none;
    }
    .checkoutproductdetails td .pull-right {
        float: none;
    }
}
.product.bump_outer_c_sec .bump_c_sec:before {
    display:none;
}
.checkout-product-summary .checkoutproductdetails tr:first-of-type td {
    border-top: none;
    padding-top: 12px;
}