.product-item >a {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    display: inline-block;
}

.product-item a .img-responsive {
    position: absolute;
    object-fit: scale-down;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



a.hlt, span.hlt{
    color: #ec1b34!important;
}
.list-sidebar a i.rt{
    transform: rotate(180deg);
}
.dume p{
    margin-top: unset;
    margin-bottom: unset;
}
.image-cover{
    display: inline-block;
    position: relative;
    padding-bottom: 0;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 24px;
}

.image-cover .img-fluid{
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    padding-right: 10px;
}
.side-bar .news-img{
    width: 30%;
}
.side-bar .item-news >a{
    font-size: 14px;
    color:#000;
}
.side-bar .news-img img{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.item-news .wrap-img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.order_product{
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 3px;
}
.order_product .header{
    padding: 15px 15px;
    background-color: #ea1d25;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.order_product .header .change a{
    color: #fff;
}
.order_product .header .change a:hover{
    text-decoration: underline;
}
.order_product .items {
    padding: 15px 15px 0;
}
.order_product .items .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.order_product .items .item .card-product {
    flex: 0 0 70%;
    display: flex;
    color: #333;
}
.order_product .items .item .card-product .thumbnail {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}
.order_product .items .item .card-product .thumbnail img {
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    vertical-align: middle;
    padding-right: 5px;
}
.order_product .items .item .card-product .info {
    margin-left: 15px;
    color: #333;
}
.order_product .items .item .card-product .info .name {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.order-value {
    width: 100%;
    padding: 20px 15px;
    background-color: #f5f5f5;
}
.order-value .temp,
.order-value .delivery,
.order-value .pay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}
.order-value .des {
    color: #2e2e2e;
}
.order-value .value {
    font-weight: 700;
}
.order-value .temp {
    margin-bottom: 10px;
}
.order-value .temp .value {
    color: #c9252c;
    font-size: 16px;
}
@media (max-width: 768px) {
    .order-value.infor-order .temp {
        display: block;
    }
    .order-value.infor-order .temp span {
        display: block;
        text-align: left;
    }
}
.order-value.infor-order .temp span {
    text-align: left;
}
.order-value.infor-order .temp span.value {
    font-size: 13px;
    text-align: right;
    color: #333;
}
.order-value .delivery {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.order-value .delivery .value {
    color: #333333;
    font-size: 16px;
}
.order-value .pay {
    margin-bottom: 10px;
}
.order-value .pay .value {
    color: #c9252c;
    font-size: 16px;
}
.order-value .btn-actions {
    margin: 40px 0;
}
.order-value .btn-actions button {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    padding: 0 30px;
    border: 0px;
    border-radius: 0;
}
.order-value .btn-actions button:focus {
    box-shadow: none;
}
.order-value .btn-actions button.button-pay {
    background: #c9252c;
    color: #fff;
    padding: 0 40px;
}
.order-value .btn-actions button.button-continue-shopping {
    color: #2e2e2e;
    border: 1px solid #000;
    background: #fff;
    margin-left: 10px;
}
@media (max-width: 575px) {
    .order-value .btn-actions button.button-continue-shopping {
        padding: 0.375rem 0.75rem;
    }
}
@charset "UTF-8";
.cart-step-2 .cart-form {
    padding: 25px 20px 30px 40px;
    border-radius: 3px;
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .cart-step-2 .cart-form {
        padding: 0;
        border: none !important;
    }
}
.cart-step-2 .cart-form .cart-form-top {
    position: relative;
    padding-left: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 18px;
}
@media (max-width: 575px) {
    .cart-step-2 .cart-form .cart-form-top {
        padding: 20px 50px 20px;
    }
}
.cart-step-2 .cart-form .cart-form-top h4 {
    font-size: 16px;
    font-weight: 500;
    color: #242424;
}
.cart-step-2 .cart-form .cart-form-top p {
    color: #787878;
    margin-bottom: 0;
}
.cart-step-2 .cart-form .cart-form-top small i{
    color: #787878;
    margin-bottom: 0;
}
.cart-step-2 .cart-form .cart-form-top::before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4px;
    top: 10px;
    color: #ea1d25;
    font-size: 35px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.cart-step-2 .cart-form .info-custommer .form-group .call {
    border: 2px solid #ffffff;
    background-color: #00e225;
}
.cart-step-2 .cart-form .info-custommer .form-group .call i {
    color: #ffffff;
    font-size: 16px;
    transform: rotate(270deg);
    margin-top: 3px;
}
.cart-step-2 .cart-form .info-custommer .form-group .icon {
    transition: all 0.4s ease-in-out 0s;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cart-step-2 .cart-form .info-custommer .form-group .icon:hover {
    cursor: pointer;
}
.cart-step-2 .cart-form .info-custommer .form-group .icon:hover > .show-content {
    display: block;
}
.cart-step-2 .cart-form .info-custommer .form-group input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}
.cart-step-2 .cart-form .info-custommer .form-group input[type=checkbox] {
    display: none;
}
.cart-step-2 .cart-form .info-custommer .form-group input[type=checkbox] + label:before {
    content: "✔";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
}
.cart-step-2 .cart-form .info-custommer .form-group input[type=checkbox] + label:active:before {
    transform: scale(0);
}
.cart-step-2 .cart-form .info-custommer .form-group input[type=checkbox]:checked + label:before {
    background-color: #0d023a;
    border-color: #0d023a;
    color: #fff;
}
.cart-step-2 .cart-form .info-custommer .form-group input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}
.cart-step-2 .cart-form .info-custommer .form-group input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}
.cart-step-2 .cart-form .form-control {
    margin-bottom: 18px;
    font-size: 12px;
}
@media (max-width: 575px) {
    .cart-step-2 .cart-form .form-control {
        font-size: 16px;
    }
}
.cart-step-2 .cart-form input::placeholder {
    font-size: 12px;
}
.cart-step-2 .cart-form label {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #545454;
}
@media (max-width: 575px) {
    .cart-step-2 .cart-form label {
        font-size: 16px;
    }
}
.cart-step-2 .cart-form label span {
    color: #ff0000;
    font-size: 14px;
}
.cart-step-2 .cart-form .btn-order {
    margin-top: 30px;
}
.cart-step-2 .cart-form .form-phone-number {
    display: flex;
}
.cart-step-2 .cart-form .form-phone-number button {
    max-height: 38px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: #0e023a;
    margin-left: 10px;
}
.cart-step-2 .cart-form .code {
    font-size: 12px;
    color: #555;
    margin-bottom: 18px;
}
.cart-step-2 .cart-form .code span {
    color: #c9252c;
}
.cart-step-2 .cart-form .input-email {
    margin-bottom: 8px;
}
.cart-step-2 .cart-form .form-prefix {
    font-size: 12px;
    margin-bottom: 15px;
}
.cart-step-2 .cart-form .form-prefix .text-prefix {
    color: #c9252c;
    margin-bottom: 8px;
}
.cart-step-2 .cart-form .form-prefix span {
    vertical-align: middle;
}
.cart-step-2 .cart-form .form-prefix span input {
    vertical-align: middle;
}
.cart-step-2 .cart-form .not-skip {
    color: #c9252c;
}

.cart-pay .cart-address-info {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    padding: 0 25px 25px;
}
.cart-pay .cart-address-info .address-info-top {
    padding: 25px 0px 20px;
    display: flex;
    justify-content: space-between;
}
.cart-pay .cart-address-info .address-info-top h4 {
    font-size: 20px;
    font-weight: bold;
}
.cart-pay .cart-address-info .address-info-top a {
    color: #c9252c;
}
.cart-pay .cart-address-info .address-info-content {
    padding: 20px 20px;
    border: 1px dashed #333;
}
.cart-pay .cart-address-info .address-info-content b {
    color: #2f2f2f;
}
.cart-pay .cart-pay-method {
    margin-top: 30px;
    margin-bottom: 30px;
}
.cart-pay .cart-pay-method .method-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #355364;
}
.cart-pay .cart-pay-method .method-item {
    margin-top: 15px;
}
.cart-pay .cart-pay-method .method-item .icon-check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    max-width: 62px;
    height: 40px;
    position: relative;
}
.cart-pay .cart-pay-method .method-item .icon-check input {
    position: absolute;
    width: 62px;
    height: 62px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.cart-pay .cart-pay-method .method-item .icon-check input:checked~span {
    background-color: #c9252c;
    box-shadow: inset 0 0 0 4px #fff;
}

.cart-pay .cart-pay-method .method-item .method-item-content {
    width: calc(100% - 62px);
}
.cart-pay .cart-pay-method .method-item .method-item-content b {
    color: #111823;
}
.cart-pay .cart-pay-method .method-item .method-item-content p {
    color: #626262;
}
.cart-pay .cart-pay-method .method-item .icon-check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    max-width: 62px;
    height: 40px;
    position: relative;
}
.cart-pay .cart-pay-method .method-item .icon-check input {
    position: absolute;
    width: 62px;
    height: 62px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.cart-pay .cart-pay-method .method-item .icon-check span {
    width: 21px;
    height: 21px;
    position: absolute;
    border-radius: 100px;
    border: 1px solid #e5e5e5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cart-pay .cart-pay-method .method-item .method-item-content {
    width: calc(100% - 62px);
}
.cart-pay .cart-pay-method .method-item .method-item-content b {
    color: #111823;
}
.cart-pay .cart-pay-method .method-item .method-item-content p {
    color: #626262;
}
.cart-pay .cart-pay-method .method-item .electronic-wallets {
    width: 100%;
}
.order-success-heading {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: bold;
    text-transform: uppercase;
}
.order-success-heading span {
    text-transform: none;
    font-weight: normal;
    color: #959595;
    font-size: 12px;
    display: block;
}
.order-success .image-check {
    margin: 45px 0;
}
.order-success .button-actions .button-continue-shopping {
    background: #ea1d25;
}
.button-cart{
    background: #ea1d25;
    color: #fff;
}

@media (max-width: 767px) {
    .card-body{
        padding: 0;
    }
}
@media(max-width: 480px){
    .fusion-section-product .head .float-left{
        width: 100%;
    }
    .fusion-section-product .head h2{
        text-align: center;
        font-size: 20px;
    }
}

.bank-list {
    width: calc(100% - 23px);
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex !important;
    flex-wrap: wrap !important;
}
.bank-list-atm {
    display: block!important;
    margin:0;
}
.bank-list p {
    color: #c1660d;
    width: 100%;
    margin-bottom: 10px;
}
.bank-list .bank-item {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    height: 60px;
    text-align: center;
    padding: 0px;
}
.bank-list-atm .bank-item {
    max-width: unset;
    height: unset;
    font-size:14px;
}
.bank-list .bank-item input {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.bank-list .bank-item picture {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 3px;
}
.bank-list .bank-item picture img {
    max-width: 100%;
    max-height: 100%;
    width: 100px;
}
.bank-list .bank-item input:checked ~ picture {
    border: 1px solid #c1660d;
}
.cont-radio{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    max-width: 62px;
    height: 40px;
    position: relative;

}
.cont-radio input{
    position: absolute;
    width: 62px;
    height: 62px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
@media (max-width: 768px){
    .product-removal {
        /* width: auto; */
        position: absolute;
        /* top: 75px; */
        right: 94%;
        padding-top: 0px;
        /* padding-bottom: 0; */
    }
}
@media (max-width: 576px){
    .product-removal {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 0;
    }
    .nav-tabs.nav-fill a.nav-link{
        width: 49%;
    }
    .nav-tabs.nav-fill a.nav-link:first-child{
        margin-right: 2%;
    }
}
.search-anything-aaa {
    color: red !important;
}

/* The Modal (background) */
.modal_img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal_img .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.modal_img #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal_img .modal-content, .modal_img #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.modal_img .close {
    position: absolute;
    top: 85px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}

.modal_img .close:hover,
.modal_img .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

@media (min-width: 576px){
    .popup-fusion .modal-dialog{
        max-width: 100%;
    }
}
.popup-fusion .modal-dialog{
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
}
.popup-fusion .modal-dialog .modal-content{
    margin: 0 auto;
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
}
.popup-fusion .modal-dialog img{
    max-width: 100%;
    width: auto;
}
.popup-fusion .modal-dialog .modal-content .close{
    position: absolute;
    top: 22px;
    right: 47px;
    z-index: 11;
}