a:hover {
    color: #e53935;
}
.banner-custom{
    position: relative;
}
.banner-custom .info{
    align-items: center;
    display: flex;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #0000006b , #00000045 , #0000);
}
.banner-custom .info .title{
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 15px;
}
.banner-custom .info .box > a{
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 20px;
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (min-width: 768px) {
    .banner-custom .info{
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .banner-custom .info .title{
        font-size: 18px;
    }
    .banner-custom .info .box > a{
        font-size: 12px;
        padding: 3px 13px;
    }
}



/*cart page*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 13px;
    padding: 7px 2em 7px 3.5em;
    line-height: 28px;
}
button.btn.btn-outline-primary{
    background: #e53935;
    color: #fff;
    border: none;
    font-weight: normal;
    font-size: 14px;
}
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], input[type=search], textarea {
    border: 1px solid #b5b5b5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
}
input:focus{
    box-shadow: 0 !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, #add_payment_method table.cart input:hover, .woocommerce-cart table.cart input.btn.btn-outline-primary:hover, .woocommerce-checkout table.cart input.btn.btn-outline-primary:hover, button.btn.btn-outline-primary:hover, a.btn.btn-primary.btn-lg.btn-block:hover{
    background: #e53935;
    color: white;
    opacity: 0.8;
}
.page-checkout{
    margin-bottom: 20px;
}
.page-checkout .checkout-steps {
    background-color: #2d4171;
}
.page-checkout .checkout-steps ul li.active {
    color: #fff;
    background-color: #e53935;
}
.page-checkout .checkout-steps ul li.done .step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.page-checkout .checkout-steps ul li .step-icon, .page-checkout .checkout-steps ul li .step-index {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.page-checkout .checkout-steps ul li.done .step-index {
    display: none;
}
.page-checkout .checkout-steps ul li .step-icon{
    background-color: #60a222;
    position: relative;
    display: none;
}
.checkout-steps ul li a{
    color: #fff !important;
    font-size: 14px;
}
ul#checkoutProgress {
    list-style: none;
}
.checkout-steps ul li {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px;
    background-color: #2d4171;
    position: relative;
    color: #fff;
    font-size: 16px;
}

.checkout-steps ul li .checkout-steps__container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-steps ul li.active .step-index {
    border-color: #fff;
}
.checkout-steps ul li .step-index {
    border: 2px solid #fff;
}
.checkout-steps ul li .step-index {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    float: left;
    margin-right: 16px;
}
.checkout-steps ul li:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 12px solid #2d4171;
}
.checkout-steps ul li.active:after {
    border-left-color: #e53935;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}

h3.cart-page-product-title, .ssss.cart-collaterals.custom .cart_totals h2 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 32px;
    color: #464850;
}
h3.cart-page-product-title .cart-page-totals-product {
    display: inline-block;
    font-size: 18px;
    color: #8e9098;
    font-weight: 400;
    margin-left: 10px;
    line-height: 30px;
}
.woocommerce-cart-form__cart-item.cart_item {
    position: relative;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #e8eaee;
    box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 3%);
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    width: 95px;
    float: left;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.cart-page-product__list-item-info {
    width: calc(100% - 95px);
    float: right;
    padding-left: 16px;
}
.cart-page-product__list-item-info .product-name {
    color: #464850;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 1px;
    line-height: 20px;
}
.cart-page-product__list-item-info .product-name a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.cart-page-product__list-item-info .product-price, .woocommerce-cart-form__cart-item.cart_item .product-subtotal .woocommerce-Price-amount.amount {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #e53935;
    text-decoration: none;
}
span.title-cart-item-item {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    min-width: 40px;
    display: inline-block;
}
.box-control-num-del-cart {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
}
.box-control-num-del-cart .product-remove a {
    color: #a6a8b0!important;
    margin-right: 15px;
}
.box-control-num-del-cart .product-remove a:hover {
    color: #e81224!important;
    background: none;
}
.box-control-num-del-cart .quantity label{
    display: none;
}
.hanh-dong-cart .coupon {
    display: flex;
    max-width: 400px;
    float: left;
    display: none;
}
.hanh-dong-cart > .actions > button {
    float: right;
    color: #fff;
    background: #e53935;
    font-size: 14px;
    padding: 6px 12px;
}
.title-tongquan-cart {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 32px;
    color: #464850;
}
.select__coupon {
    margin-bottom: 15px;
}
.select__coupon--head {
    margin-bottom: 10px;
}
.select__coupon--head label {
    color: #2e3038;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
i.fa.fa-question-circle {
    color: #8e9098;
    margin-left: 5px;
}
.select__coupon .select__coupon--input {
    display: flex;
}
.input__coupon__code {
    width: 100%;
}
.select__coupon .input__coupon__code #couponCode {
    margin-right: 10px;
    background: #fff;
    border: 1px solid #e2e4ec;
    box-sizing: border-box;
    border-radius: 4px;
    height: 32px;
    box-shadow: none;
    width: 100%;
    padding-right: 40px;
}
.select__coupon .select__coupon--input button {
    border-radius: 4px!important;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 16px;
    margin-left: 8px;
    background: #e53935;
    border: none;
    color: #fff;
    width: 120px;
}
.cart_totals .cart-subtotal, .ship-custom-hu-z .shipping, .cart_totals .order-total {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px dotted #e8eaee;
}
.title-ship-cart {
    color: #8e9098;
    font-size: 15px;
}
.ads-a-dsa {
    font-weight: 600;
    color: #464850;
}
.d-z-u-12 {
    font-size: 17px;
    font-weight: 500 !important;
    color: #e53935;
}
.ship-custom-hu-z .shipping div {
    text-align: right;
}
.wc-proceed-to-checkout a {
    box-shadow: 0 6px 7px -4px rgba(0,0,0,.3)!important;
    background: linear-gradient(
        90deg,#ea512c,#e53935)!important;
    border-radius: 5px!important;
    color: #fff!important;
    font-weight: 700!important;
    font-size: 14px;
    position: relative;
    border: none;   
}
.wc-proceed-to-checkout a:after {
    content: '\f061';
    font-family: fontawesome;
    font-weight: 100!important;
    font-size: 14px;
    float: right;
}

/*checkout*/
.woocommerce-billing-fields h3, div#order_review #order_review_heading, h3#ship-to-different-address, .woocommerce-additional-fields h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 2px solid #e81224;
}
h3#ship-to-different-address {
    margin-top: 15px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 50%;
}
.woocommerce form .form-row label{
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > p{
    padding: 0;
    margin-bottom: 30px;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea{
    border-radius: 0 !important;
    font-size: 14px;
}
.item-custom-checkout {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.item-custom-checkout:last-child{
    margin-bottom: 0;
}
.row.cart_item.custom > div {
    font-size: 14px;
    line-height: 20px;
}
.thumb-checkout {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumb-checkout img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.row.cart_item.custom .product-name {
    font-size: 13px;
}
.row.cart_item.custom .product-total > * {
    display: block;
    text-align: right;
}
.saaa.xy-yy-x-xz {
    padding: 10px;
    background-color: #f8f8fa;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}
.saaa.xy-yy-x-xz .cart-subtotal, .saaa.xy-yy-x-xz .shipping, .saaa.xy-yy-x-xz .order-total {
    display: flex;
    justify-content: space-between;
    line-height: 23px;
    margin-bottom: 5px;
}
.saaa.xy-yy-x-xz .title-ship-cart {
    font-size: 13px;
    color: #767880;
    min-width: 100px;
}
.saaa.xy-yy-x-xz .cart-subtotal .woocommerce-Price-amount.amount, .saaa.xy-yy-x-xz .order-total .woocommerce-Price-amount.amount {
    color: #e53935;
    font-weight: 500;
}
.woocommerce-checkout #payment {
    background: #ffffff;
    border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 5px 0px;
    font-size: 13px;
    border-radius: 2px;
    line-height: 1.3;
    background-color: #f8f8fa;
    color: #515151;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f8f8fa;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}
.woocommerce-checkout input[type="radio"]{
    float: none;
    margin-right: 5px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 20px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
button#place_order {
    background: #e53935;
}
.thankyou-message{
    margin: 20px 0;
    text-align: center;
}
.thankyou-message h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #60a222;
}
.thankyou-message h3 {
    background-color: #60a222;
    border-radius: 100px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    padding: 4px 12px;
    line-height: 16px;
    margin-top: 10px;
    text-align: center;
}
.thankyou-info > p{
    margin: 0 0 15px 0;
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 15px;
}
.woocommerce-order-details__title, .woocommerce-column__title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    padding-left: 12px;
    border-left: 2px solid #ed2e2e;
    margin-bottom: 12px!important;
}
.woocommerce-customer-details{
    display: none;
}
section.woocommerce-order-details.d .order_details {
    border: 1px solid #ddd;
    border-radius: 0;
}
section.woocommerce-order-details.d .order_details .header-table-thank {
    background-color: #f5f5f5;
    text-transform: uppercase;
    display: flex;
    padding: 8px 10px;
    font-size: 13px;
}
.header-table-thank .product-name {
    width: 40%;
}
.header-table-thank .product-price {
    width: 15%;
    text-align: center;
}
.header-table-thank .product-quaity {
    width: 15%;
    text-align: center;
}
.header-table-thank .product-total {
    width: 30%;
    text-align: right;
}
.body--table-thank .woocommerce-table__line-item.order_item {
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
}
.hinh-title-item-pro-thank {
    display: flex;
    align-items: center;
    width: 40%;
}
.body--table-thank .product-quaity.custom {
    width: 15%;
    text-align: center;
}
.body--table-thank .product-price.custom {
    width: 15%;
    text-align: center;
}
.body--table-thank .product-total.custom {
    text-align: right;
    width: 30%;
}
.product-images.custom {
    width: 100px;
    margin-right: 15px;
}
.product-images.custom a img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.product-images.custom a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.footer--table-thank {
    padding: 10px 0;
    background-color: #f8f8fa;
    border-top: 1px dashed #ddd;
    font-size: 14px;
}
.footer--table-thank > div {
    display: flex;
    justify-content: space-between;
    padding: 2px 10px;
}
.footer--table-thank > div .woocommerce-Price-amount.amount{
    color: #ed2e2e;
}
.woocommerce ul.order_details li strong{
    font-weight: 600;
}
.woocommerce-privacy-policy-text a{
    color: #e53935;
}
.woocommerce-info a{
    color: #e53935;
}
.cart-empty .btn-cart-continue-shopping {
    background-color: #e53935;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 12px 120px;
    margin-top: 20px;
    box-shadow: 0 3px 10px 3px #f3f4f6;
    transition: all .4s ease-in-out;
}

/*tài khoản*/
.list-group-item{
    font-size: 14px;
}
.woocommerce-account .addresses .title h3, .woocommerce-MyAccount-content form > h3, .woocommerce-MyAccount-content fieldset legend{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 12px;
    padding-left: 12px;
    border-left: 2px solid #e81224;
}
.woocommerce-account .woocommerce-order-details, .woocommerce-MyAccount-content fieldset{
    margin-top: 15px;
}
.woocommerce-MyAccount-content fieldset p.form-row > label, .woocommerce form .password-input, .woocommerce-page form .password-input{
    width: 100%;
}
.woocommerce-EditAccountForm.edit-account > p:first-child{
    display: none;
}
.woocommerce-EditAccountForm.edit-account > p:nth-child(2){
    width: 100%;
}
.woocommerce-account .woocommerce-privacy-policy-text{
    display: none;
}
.woocommerce-form h2{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 2px solid #e81224;
}
.woocommerce form.login, .woocommerce form.register{
    border: none;
    padding: 0px;
}
.testimonials-params .avatar-name{
    display: flex;
    align-items: center;
}
.testimonials-params .avatar-name img{
    border-radius: 50%;
    width: 60px;
    border: 1px solid #ed2e2e;
}
.testimonials-params .content{
    padding: 15px;
    background: #efefef;
    border-radius: 15px;
    position: relative;
}
.testimonials-params .content:before{
    display: block;
    top: -20px;
    left: 26px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px 10px;
    margin-left: -6px;
    border-bottom-color: #efefef;
}
.woocommerce-order > p{
    display: none;
}
.woocommerce ul.order_details li.woocommerce-order-overview__order{
    width: 10%;
}
.woocommerce ul.order_details li.woocommerce-order-overview__date{
    width: 19%;
}
.woocommerce ul.order_details li.woocommerce-order-overview__email{
    width: 25%;
}
.woocommerce ul.order_details li.woocommerce-order-overview__total{
    width: 16%;
}
.woocommerce ul.order_details li.woocommerce-order-overview__payment-method{
    margin-right: 0;
}
.woocommerce ul.order_details li{
    width: 24%;
    margin-right: 15px;
    padding-right: 15px !important;
}
@media (max-width: 1200px){
    .woocommerce ul.order_details li.woocommerce-order-overview__order{
        width: 100% !important;
    }
    .woocommerce ul.order_details li{
        width: 50% !important;
        float: left;
        margin-right: 0 !important;
        padding: 15px !important;
        border: 1px dashed #d3ced2 !important;
    }
}
@media (max-width: 991px){
    .page-checkout .checkout-steps ul li .step-icon, .page-checkout .checkout-steps ul li .step-index {
        width: 18px;
        height: 18px;
        font-size: 10px;
        margin-right: 7px;
    }
    .page-checkout .checkout-steps ul li .step-index {
        float: none;
        margin: auto;
        display: none;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
    .checkout-steps ul li a{
        font-size: 13px;
    }
}
@media (max-width: 576px){
    .woocommerce-cart-form__cart-item.cart_item {
        padding-bottom: 50px;
    }
    .woocommerce ul.order_details li{
        width: 100% !important;
        float: none;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #d3ced2;
    }
    .woocommerce ul.order_details{
        margin: 1em 0;
    }
}
