.sub-total .title{
    font-size: 14px;
    font-weight: 700;
}
.shipping_cart_mess{
    font-size: 14px;
}
.shop_table .cart_item:not(:first-child){
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.sub-total .cart-subtotal, .sub-total .cart-discount, .sub-total .order-total,.woocommerce-cart-form__cart-item,.checkout_coupon .coupon,.product-name .product-price,.sub-total .shipping{
    display:flex;
    justify-content: space-between;
    margin-top: 10px;
    background: #f6f6f8;
}
.woocommerce-cart-form__cart-item{
    column-gap: 10px;
}
.woocommerce-cart-form__cart-item .product-thumbnail a{
	display:flex;
	justify-content: center;
    align-items: center;
}
.woocommerce-cart-form__cart-item .product-thumbnail img{
    mix-blend-mode: darken;
    max-height: 100px;
    object-fit: contain;
}
.woocommerce-cart-form__cart-item .product-thumbnail{
    width: 250px;
}
.woocommerce-cart-form__cart-item .product-name{
    width: 100%;
}
.woocommerce-cart-form__cart-item .product-name .product-price{
    align-items: center;
}
.checkout_coupon .coupon input,.checkout_coupon .coupon button{
    margin:0;
    height:50px;
}
.checkout_coupon .coupon input:focus{
    border-color:#af0202;
}
.checkout_coupon .coupon button{
    width:45%;
    border:0;
}
.checkout_coupon .coupon button:hover{
    background-color:#af0202;
}
.woocommerce-cart-form__cart-item,.checkout_coupon,.product-name .product-price{
    margin-top: 20px;
}
.woocommerce a.remove span {
    font-size: 11px;
}
.woocommerce-cart-form__cart-item .product-name a{
    color: #191919;
}
.woocommerce-cart-form__cart-item .product-name a:hover{
    color:#af0202;
}
.sub-total .order-total{
    border-top: 2px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}
@media only screen and (max-width: 48em) {
.sub-total{
    margin-bottom:20px;
}
.checkout_coupon .coupon {
    display: block;
}
.checkout_coupon .coupon .button{
    width: 100%;
    display: block;
    margin-top:20px;
    height:40px;
}
.fix-checkout .col{
    padding-left: 9.8px;
    padding-right:9.8px;
}
.devvn_checkout_cart .woocommerce{
    padding-left: 0;
    padding-right:0;
}
.devvn_checkout_nextstep .btn,.cart_totals .calculated_shipping{
    margin-bottom:20px;
}
.devvn_checkout_cart{
    padding-right:0;
}
.sub-total .shipping .shipping-value{
    text-align: left;
}
.fix-checkout .shop_table .product-price,.fix-checkout .shop_table .product-subtotal{
    display: block;
}
.woocommerce ul.order_details li {
    width: 100;
}
}
/*css checkout pro*/
.devvn_checkout_header {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 10px 20px;
    overflow: hidden;
    border-bottom:1px solid #e8e9eb;
}
.devvn_checkout_header_left {
    float: left;
}
.devvn_checkout_header_right {
    float: right;
}
.devvn_checkout_header_right img {
    max-height: 30px;
    display: block;
    width: 100%;
}
.devvn_checkout_header a {
    color: #191919;
    line-height: 30px;
    text-decoration: none;
}
.devvn_checkout_header a:hover{
    color:#af0202;
}
.devvn_checkout_header a .fa {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.devvn_checkout_content {
    display: table;
    width: 100%;
    height: 100%;
}
.devvn_checkout_customer_infor {
    vertical-align: top;
}
.devvn_checkout_cart {
    display: table-cell;
    width: 35%;
    vertical-align: top;
    border:0;
    background-color:#f6f6f8;
}
.devvn_checkout_footer {
    background-color: #e3e7e8;
    clear: both;
    text-align: center;
    padding: 10px 0;
}
.devvn_checkout_footer a {
    color: #af0202;
    font-weight: 700;
}
.woocommerce table.shop_table td.actions{
    padding: 0;
    border: 0;
}
.woocommerce table.shop_table td.actions .coupon_wrap .coupon.flexthis {
    float: none;
}
.devvn_checkout_cart form.checkout_coupon.woocommerce-form-coupon,
.woocommerce table.shop_table td.actions .coupon_wrap{
    border: 1px solid #f4f5f7;
    background-color: #fbfaf8;
    padding: 12px 15px;
    position: relative;
    overflow: hidden;
}
.devvn_checkout_cart form.checkout_coupon.woocommerce-form-coupon input#coupon_code,
.woocommerce table.shop_table td.actions .coupon input#coupon_code{
    width: 80%;
    width: calc(100% - 97px);
    width: -moz-calc(100% - 97px);
    width: -webkit-calc(100% - 97px);
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0 10px;
    margin: 0;
    float: none;
}
.devvn_checkout_cart form.checkout_coupon.woocommerce-form-coupon button.button,
.woocommerce table.shop_table td.actions .coupon button.button{
    height: 40px;
    width: 97px;
    border-radius: 0 1px 1px 0;
    background-color: #f8ce02;
    border: none;
    color: #3e3e3e;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    outline: none;
    margin: 0;
}
.woocommerce table.shop_table td.actions > button.button {
    display: none;
}

.devvn_checkout_cart .woocommerce-error,
.devvn_checkout_cart .woocommerce-info,
.devvn_checkout_cart .woocommerce-message {
    margin: 0;
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.devvn_checkout_cart .woocommerce-error::before,
.devvn_checkout_cart .woocommerce-info::before,
.devvn_checkout_cart .woocommerce-message::before {
    top: 5px;
}
.woocommerce table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
    border-collapse: collapse;
}
.woocommerce table.shop_table td{
    vertical-align: top;
    padding: 10px 15px 15px;
}
.woocommerce table.shop_table td.product-thumbnail {
    text-align: center;
}
.woocommerce-checkout table.cart img {
    width: 65px;
    height: auto;
}
.woocommerce table.shop_table td.product-price .amount {
    display: block;
    text-align: right;
    color: #af0202;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
}
.woocommerce table.shop_table td.product-name{
    padding: 10px 0 0 0;
}
.woocommerce table.shop_table td.product-name > a {
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 5px;
    display: block;
    text-decoration: none;
}
.woocommerce table.shop_table td.product-price {
    width: 140px;
    padding: 10px 15px 15px 5px;
    text-align: center;
}
.devvn_checkout_cart .devvn_checkout_mobile > h2,
.devvn_checkout_content .devvn_checkout_mobile > h3,
section.woocommerce-order-details h2.woocommerce-order-details__title{
    color: #39393a;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 15px;
    margin: 0;
}
.devvn_checkout_backhome, .go_to_checkout, .devvn_checkout_mobile{
    display: none;
}
.lbi-backhome::before {
    content: "\E96C";
}

.woocommerce a.remove {
    margin: 10px auto 0;
    border: 0;
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 99px;
    margin-top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;  
}
.woocommerce a.remove span{
    color: #fff;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #af0202;
}
.woocommerce a.remove i {
    margin: 0 3px 0 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: left;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0;
}
.woocommerce .cart-collaterals tr th {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    vertical-align: middle !important;
    padding: 8px 15px;
    width: 58% !important;
}
.woocommerce .cart-collaterals tr td {
    text-align: right;
    color: #af0202;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    padding: 8px 15px;
}
.woocommerce .cart-collaterals tr.order-total th {
    font-size: 20px;
    color: #000;
}
.woocommerce .cart-collaterals tr.order-total td{
    font-size: 24px;
}
a.woocommerce-remove-coupon {
    color: #3e3e3e;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}
a.woocommerce-remove-coupon:hover {
    color: #af0202;
}
.devvn_checkout_customer_infor .woocommerce {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    padding: 30px 0;
}
.woocommerce .cart-collaterals tr.shipping_cart_mess td {
    color: #39393a;
    font-size: 14px;
    padding: 15px;
    background: hsla(90,69%,72%,.2);
    text-align: center;
}
.woocommerce .cart-collaterals tr td.shipping_cart_mess {
    font-size: 14px;
    white-space: nowrap;
}
.woocommerce .cart-collaterals tr td.shipping_cart_mess > small {
    display: block;
    white-space: normal;
    font-size: 12px;
    line-height: 14px;
}
ul.devvn_checkout_nav {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.devvn_checkout_nav li {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
    cursor: pointer;
}
ul.devvn_checkout_nav li.active {
    background-color: #e1e7e9;
}
ul.devvn_checkout_nav li a {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #191919;
    text-decoration: none;
}
ul.devvn_checkout_nav li a br {
    display: none;
}
ul.devvn_checkout_nav li a span,ul.devvn_checkout_nav li a i {
    height: 24px;
    width: 24px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    margin: 0 8px 0 0;
    color: #3e3e3e;
    font-size: 14px;
    font-style: normal;
}
ul.devvn_checkout_nav li.active a i {
    background-color: #005311;
    border: 1px solid #005311;
    color: #fff;
}
ul.devvn_checkout_nav li a:after {
    position: absolute;
    top: 8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 35px;
    height: 35px;
    border: 1px solid #e7e7e6;
    border-width: 1px 1px 0 0;
    background: #fff;
    content: "";
    right: -18px;
    z-index: 9;
}
ul.devvn_checkout_nav li.active a:after {
    background: #e1e7e9;
}
ul.devvn_checkout_nav li:last-child a:after {
    display: none;
}
div#customer_details h3, h3#order_review_heading, .devvn_checkout_box_wrap > h3 {
    color: #39393a;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid #e7e7e6;
    background-color: #fff;
    padding: 16px 20px;
    text-transform: uppercase;
}
.devvn_checkout_billing,.devvn_checkout_shipping,
.devvn_checkout_box_wrap, .devvn_checkout_notes{
    border: 1px solid #e7e7e6;
    background-color: #f6f6f8;
    margin: 0 0 20px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.devvn_checkout_box_content{
    padding: 10px 20px;
}
div#customer_details h3#ship-to-different-address label {
    float: none;
    margin: 0;
    position: relative;
}
h3#ship-to-different-address input#ship-to-different-address-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
h3#ship-to-different-address label span:before, h3#ship-to-different-address label span:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 0;
    left: 0;
}
div#customer_details h3#ship-to-different-address label span {
    padding-left: 25px;
    position: relative;
    display: block;
}
div#customer_details h3#ship-to-different-address  label input:checked ~ span:before,
div#customer_details h3#ship-to-different-address  label:hover span:before{
    border: 1px solid #56ab2f;
}
div#customer_details h3#ship-to-different-address  label input:checked ~ span:after{
    background: #56ab2f;
    border: 1px solid #56ab2f;
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px;
}
.devvn_checkout_step2 {
    display: none;
}
.devvn_checkout_nextstep .btn {
    background: #af0202;
    float: right;
    height: 50px;
    border-radius: 1px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 45px 0 30px;
}
.devvn_checkout_nextstep .btn:after {
    position: absolute;
    content: "\e945";
    font-family: 'Linearicons' !important;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 18px;
}
.devvn_checkout_nextstep .btn:hover:after{
	color:#fff;
}
.devvn_checkout_nextstep .btn:hover{
	background-color:#af0202;
	color:#fff;
}
div#customer_details p >label {
    display: none;
}
/*div#customer_details p#billing_last_name_field,
div#customer_details p#shipping_last_name_field,
div#customer_details p#shipping_state_field,
div#customer_details p#shipping_address_2_field,
div#customer_details p#billing_state_field,
div#customer_details p#billing_address_2_field
{
    width: 49%;
    float: left;
    clear: none;
}
div#customer_details p#billing_phone_field,
div#customer_details p#shipping_phone_field,
div#customer_details p#shipping_city_field,
div#customer_details p#shipping_address_1_field,
div#customer_details p#billing_city_field,
div#customer_details p#billing_address_1_field{
    width: 49%;
    float: right;
    clear: none;
}*/
div#customer_details .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eff3f4;
    border-radius: 0;
    height: 45px;
    outline: none;
}
div#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3e3e3e;
    line-height: 60px;
    font-size: 14px;
}
div#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

div#customer_details select {
    border: 1px solid #eff3f4;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 45px;
}
div#customer_details label.error {
    display: none !important;
}
.woocommerce form .form-row input.error,
div#customer_details .select2-container--default .select2-selection--single.error{
    border-color: #af0202 !important;
}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error li.enable_step2,
.showstep2 .devvn_checkout_step1 {
    display: none;
}
.showstep2 .devvn_checkout_step2 {
    display: block;
}
.showstep2 ul.devvn_checkout_nav li:nth-child(1) i {
    color: #fff;
    background-color: #005311;
    border-color: #005311;
}
table.shop_table.woocommerce-checkout-review-order-table tr td, table.shop_table.woocommerce-checkout-review-order-table tr th {
    padding: 0;
    border: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
    padding: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.tieptuc_muasam{
    width: 100%;
    margin:0 0 20px 0;
    float: right;
    height: 50px;
    border-radius: 1px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    line-height: 50px;
    text-transform: uppercase;
    background: #af0202;
    padding: 0 40px;
}
.woocommerce-page #payment #place_order:hover{
    background:#fff;
    color:#af0202;
    border-color:#af0202;
}
a.tieptuc_muasam:hover, a.tieptuc_muasam:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.woocommerce-terms-and-conditions-wrapper {
    margin: 0 0 25px;
}
a#devvn_checkout_back_step1 {
    float: left;
    color: #212033;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 500;
    text-decoration: none;
}
a#devvn_checkout_back_step1:before {
    content: "\e93b";
    font-family: 'Linearicons' !important;
    color: #212033;
    font-size: 14px;
    left: 0;
    margin: 0 10px 0 0;
}
.devvn_checkout_cart .woocommerce p.cart-empty,
.devvn_checkout_cart .woocommerce p.return-to-shop{
    padding: 14px 15px;
    margin: 0;
}
ul.devvn_checkout_nav li a span {
    color: #fff;
    background: #005311;
    border-color: #005311;
}
.devvn_checkout_tky_wrap {
    margin: 0 0 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.lbi-cart .path1:before {
    content: "\E990";
    color: #81d135;
}
.lbi-cart .path2:before {
    content: "\E991";
    color: #005311;
    position: absolute;
    top: 1px;
    left: 0;
}
.lbi-cart .path3:before {
    content: "\E992";
    position: absolute;
    color: #fff;
    top: 2px;
    left: 0;
}
span.lbi-cart.devvn-shopping-cart-final {
    position: absolute;
    font-size: 32px;
    display: inline-block;
    top: 10px;
    left: 10px;
}
.devvn_checkout_tky_title {
position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.devvn_checkout_tky_content {
    padding: 20px 10px;
}
.devvn_checkout_tky_title p:last-child {
    margin: 0;
}
.woocommerce ul.order_details {
    margin: 0 0 20px 0;
}
.woocommerce ul.order_details li {
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
}
.woocommerce ul.order_details li:nth-child(2n+1){
    clear: both;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: 100%;
    border-collapse: collapse;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px;
}
h2.wc-bacs-bank-details-heading {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 25px;
}
h3.wc-bacs-bank-details-account-name {
    margin: 0 0 10px 0;
    font-size: 16px;
}
.woocommerce ul.wc-bacs-bank-details.order_details.bacs_details {
    margin: 0 0 10px 0;
    padding: 20px 10px 0 10px;
    background: #f3f5f7;
}
div#customer_details .woocommerce-account-fields label {
    display: block !important;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    cursor: pointer;
}
div#customer_details .woocommerce-account-fields {
    padding: 0 24px 15px;
}
div#customer_details .woocommerce-account-fields p {
    padding: 0;
    margin: 0 0 6px;
}
div#customer_details .woocommerce-account-fields .create-account #account_password_field label {
    margin: 0 0 10px;
}
.col2-set, .u-columns {
    -js-display: inherit;
    display: block;
    display: block;
    display: block;
}
.col2-set>div+div, .u-columns>div+div {
    padding-left: 0;
}
.woocommerce-billing-fields {
    padding-top: 0;}
.devvn_checkout_content .woocommerce-input-wrapper input,.devvn_checkout_content .woocommerce-input-wrapper textarea{
border-radius:0;
border: 1px solid #eff3f4;
box-shadow:unset;
}
.devvn_checkout_content .woocommerce-input-wrapper input:focus,.devvn_checkout_content .woocommerce-input-wrapper textarea:focus{
border-color:#b20000;}
.flexthis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.continue-shopping, button[name="update_cart"],.calculated_shipping .product-name{
  display:none;
}
.devvn_checkout_box_content{text-align:left;}
.woocommerce-terms-and-conditions-wrapper {
    margin: 0 0 25px;
}
.showstep2 .devvn_checkout_step2 {
    display: inline-grid;
}
.shop_table .order-total th {
    border-width: 1px;
}
.woocommerce .quantity.buttons_added, .woocommerce-page .quantity.buttons_added {
    position: relative;
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius:0;
    background-color: #fff;
    height: 36px;
    width: 107px;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    background: #fff;
    border: 0;
    outline: none;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 35px;
    height: 34px;
    float: left;
    border: none;
    border-left: 1px solid #ddd;
    text-align: center;
    border-right: 1px solid #ddd;
    color: #af0202;
    -moz-appearance: textfield;
    appearance: textfield;
    outline: none;
    max-width: 2.5em;
    box-shadow: unset;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
}
.woocommerce ul.order_details {
  list-style: none;
}
.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    content: " ";
    display: table;
}
.woocommerce ul.order_details::after {
    clear: both;
}
.woocommerce ul.order_details li {
      float: left;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
}
.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 2;
}
.shop_table tfoot th {
    font-size: 100%;}
/**/

/**/
.woocommerce-checkout .woocommerce-billing-fields {
    padding-top: 0;
    border-top:0;
}
@media (min-width: 850px){
.col2-set, .u-columns {
    flex-wrap: wrap;
}
.col2-set>div+div, .u-columns>div+div {
    padding-left: 0!important;
    width: 100%;
}
}
.woocommerce-checkout .message-container{
    padding-left: 0;
    padding-bottom: 20px;
}
@media (max-width: 991px){
       .devvn_checkout_content {
        display: block;
    }
    .devvn_checkout_cart {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 99999999;
    }
    body.page-template-temp-checkout {
        overflow: hidden;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        display: none;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: table-row;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: table-cell;
        text-align: left !important;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: table-cell;
        width: 75px;
        padding: 10px;
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: table-cell;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff;
    }
    .woocommerce .cart-collaterals table.shop_table_responsive tr td, .woocommerce-page .cart-collaterals table.shop_table_responsive tr td{
        text-align: right !important;
    }
    .woocommerce .shop_table .quantity.buttons_added, .woocommerce-page .shop_table .quantity.buttons_added {
        float: right;
    }
    .woocommerce table.shop_table td.product-price {
        padding-right: 0;
    }
    .devvn_checkout_cart .woocommerce {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    .devvn_checkout_mobile {
        background-color: #191919;
        display: block;
        width: 100%;
        padding: 8px 20px 8px;
        color: #fff;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .devvn_checkout_backhome {
        float: left;
        color: #fff;
        font-size: 20px;
        display: block;
        text-decoration: none;
    }
    .devvn_checkout_backhome:hover{
        color: #ffe300;
        text-decoration: none;
    }
    .devvn_checkout_cart .devvn_checkout_mobile > h2,
    .devvn_checkout_content .devvn_checkout_mobile > h3{
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        padding: 0;
        z-index: 1;
        line-height: 24px;
    }
    body a.go_to_checkout {
        background-color: #af0202;
        border: none;
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .woocommerce .cart-collaterals tr th {
        padding: 15px 0;
        font-size: 14px;
        text-transform: none;
    }
    .woocommerce .cart-collaterals tr td {
        padding: 3px 0 3px 5px;
    }
    .devvn_checkout_header {
        display: none;
    }
    .devvn_checkout_content .devvn_checkout_mobile {
        margin: 0;
        position: relative;
        display: flex;
        align-content: center;
        align-items: center;
    }
    .showCheckout .devvn_checkout_cart {
        display: none;
    }
    body.page-template-temp-checkout.showCheckout,
    body.page-template-temp-checkout.woocommerce-order-received {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .showCheckout .show_phone_mobile,
    .woocommerce-order-received .devvn_checkout_cart {
        display: none;
    }
    .devvn_checkout_content .devvn_checkout_mobile .style_only_iconcart {
        position: absolute;
        top: 8px;
        right: 15px;
    }
    .devvn_checkout_content .devvn_checkout_mobile .style_only_iconcart .icon_h i {
        height: 26px;
        font-size: 12px;
        width: 26px;
        line-height: 26px;
    }
    .devvn_checkout_content .devvn_checkout_mobile .style_only_iconcart .qty_span {
        font-size: 12px;
        width: 15px;
        height: 15px;
        right: -4px;
        line-height: 15px;
    }
    .devvn_checkout_customer_infor {
        padding: 0 10px;
    }
    .tieptuc_muasam {
        float: none;
        margin: 0 auto;
    }
    .devvn_checkout_nextstep .btn{
        width: 100%;
    }
}
@media (max-width: 500px) {
    ul.devvn_checkout_nav li a::after{
        display: none;
    }
    ul.devvn_checkout_nav li a {
        padding: 10px;
        white-space: normal;
    }
    ul.devvn_checkout_nav li a i {
        display: block;
        margin: 0 auto 10px;
    }
    ul.devvn_checkout_nav {
        height: auto;
        line-height: 17px;
        overflow: hidden;
        display: flex;
    }
    ul.devvn_checkout_nav li a br {
        display: inherit;
    }
    ul.devvn_checkout_nav li:nth-child(2) {
        border-right: 1px solid #e1e7e9;
    }

}