a.button_click button {
    width: 100%;
    display: block;
    border: none;
    background: none;
    text-decoration: none;
}

a.button_click {
    text-decoration: none;
}

.box_card_1, .box_card_2, .box_card_3, .box_card_4, .box_card_5, .box_card_6 {
    width: 370px;
    height: 220px
}

.box_ecart {
    width: 100%;
    height: 100%;
    padding: 10px;
}
.box_ecart_new{
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
}
.img_logo_card_small{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}
p.name-templatemore {
    padding: 10px;
    font-size: 16px;
    margin: 0;
}

.img_cart {
    width: 40px;
    height: 40px;
}

.info_cart {
    margin-top: 0;
    width: calc(100% - 47px);
}

.box_ecart2 .info_cart {
    margin-top: 0;
    width: calc(100% - 90px);
    max-width: inherit;
    padding: 0;
}

.info_cart h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: -2px;
}

.info_cart span {
    font-size: 10px;
    font-weight: 400;
}

.info_cart p {
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.img_logo {
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.info_name_cart {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
    margin: 0;
}

.bottom_cart {
    width: unset;
    height: unset;
    background: #0C75BA;
    padding: 5px;
    border-radius: 10px;
    border: solid 1px #49D3F7;
}

.bottom_cart p {
    font-size: 10px;
    margin-bottom: 5px !important;
}

.img_qr_card1 {
    width: 40px;
    height: 40px;
}

.img_qrcode {
    border-radius: unset;
    padding: 0;
    background: unset;
}

.id_qr {
    margin-top: 2px;
    display: block;
    font-size: 8px;
}

.item-templatemore-cart {
    width: fit-content;
    min-width: unset;
    margin-right: 10px;
    margin-bottom: 10px;
}

.box_dowload {
    padding: 10px;
}

.box_dowload a.button_click {
    font-size: 14px;
}

.box_ecart2 .img_cart, .box_ecart3 .img_cart, .box_ecart4 .img_cart, .box_ecart5 .img_cart,.box_ecart6 .img_cart {
    width: 40px;
    height: 40px;
}

.img_cart .img_avatar_card_small {
    width: 100% !important;
    height: 100% !important;
}

.box_ecart2 .info_cart h2 {
    font-size: 16px;
    margin-bottom: -4px;
}

.item_box_1 {
    width: calc(100% - 20px);
    left: 10px;
    top: 30px;
}

.item_box_2 {
    width: 190px;
    left: 10px;
    bottom: 8px;
}

.box_ecart2 .bottom_cart {
    width: 100%;
    margin: 0;
}

.box_ecart2 .bottom_cart p {
    font-size: 10px;
    margin-bottom: 2px !important;
}

.box_ecart2 .img_cart {
    margin-top: 0;
    margin-right: 10px;
}

.box_ecart2 .info_cart span {
    font-size: 10px;
}

.box_ecart2 .info_cart p {
    font-size: 10px;
    margin: 0;
}

.box_ecart2 {
    padding: 0;
}

.box_ecart2 .img_logo {
    margin: 0;
}

.item_box_3 {
    top: 10px;
    right: 35px;
}

.item_box_4 {
    bottom: 10px;
    right: 31px;
    text-align: center;
}

.box_ecart3 .info_cart h2, .box_ecart4 .info_cart h2, .box_ecart5 .info_cart h2,.box_ecart6 .info_cart h2 {
    font-size: 16px
}

.box_ecart3 .info_cart, .box_ecart4 .info_cart {
    margin-top: 0px;
    padding: 0;
    max-width: unset
}

.box_ecart3 .info_cart span, .box_ecart3 .info_cart p, .box_ecart3 .bottom_cart p, .box_ecart4 .info_cart span, .box_ecart4 .info_cart p, .box_ecart4 .bottom_cart p, .box_ecart5 .info_cart span, .box_ecart5 .info_cart p {
    font-size: 10px;
}

.box_ecart5 .bottom_cart p,.box_ecart6 .bottom_cart p,.box_ecart6 .info_cart span {
    font-size: 10px;
}

.box_ecart3 .img_cart, .box_ecart4 .info_cart, .box_ecart4 .img_cart, .box_ecart5 .info_cart, .box_ecart5 .img_cart,.box_ecart6 .info_cart,.box_ecart6 .img_cart {
    margin-top: 0px
}

.box_ecart3 .qr_cart {
    margin: 0
}

.box_ecart5 .bottom_cart,.box_ecart6 .bottom_cart {
    width: fit-content;
}
.top_ecart1{
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 10px;
    top: 30px;
}
.box_right_ecard1{
    position: absolute;
    right: 5px;
    top: 30px;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img_avatar_card_1{
    width: 90px;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
    border: 3px solid #0071BC;
}
.name_people1{
    text-align: center;
    font-weight: 700;
    color: #0071BC;
    margin-top: 9px;
    margin-bottom: 1px;
    font-size: 12px;
}
.position_people1{
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 700;
    color: #0071BC;
    text-align: center;
}
.infor_card{
    position: absolute;
    top: 78px;
    left: 10px;
    font-size: 10px;
    color: #0071BC;
    width: 220px;
}
.qr_card1{
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 8px;
    left: 10px;
    z-index: 10;
}
.id_qr1{
    margin-left: 5px;
    font-size: 12px;
    color: #0071BC;
}
.box_dowload{
    background: rgba(167, 167, 167, 0.16);
}
.box_ecart2{
    background: url(../images/ecart/banner_ecard2.png) no-repeat;
}
.img_avatar_card_2{
    position: absolute;
    top: 35px;
    width: 110px;
    height: 125px;
    left: 10px;
    object-fit: cover;
}
.id_card2{
    position: absolute;
    width: 130px;
    bottom: 15px;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
}
.img_logo_card_2{
    width: 35px;
    height: 35px;
    border-radius: 6px;
}
.name_people2{
    margin-bottom: 0;
    margin-left: 7px;
    font-size: 11px;
}
.box_right_card2{
    position: absolute;
    top: 8px;
    left: 140px;
}
.position_people2{
    margin-bottom: 0;
    font-size: 12px;
}
.infor_ecard2{
    font-size: 10px;
    color: #D1A123;
    width: 220px;
}
.qr_card2{
    position: absolute;
    bottom: 5px;
    left: 140px;
}
.box_ecart3 {
    background: unset;
    padding: 0;
}
.banner_ecard3{
    width: 100%;
    height: 100%;
}
.img_avatar_card_3{
    position: absolute;
    top: 35px;
    right: -5px;
    width: 150px;
    height: 152px;
    border-radius: 50%;
    object-fit: cover;
}
.box_left_card3{
    position: absolute;
    left: 10px;
    top: 7px;
}
.name_people3{
    color: #0071BC;
    margin-bottom: 0;
    font-size: 11px;
    margin-left: 7px;
    width: 155px;
}
.position_people3{
    color: #0071BC;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 12px;
}
.qr_cart3{
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 5px;
    left: 10px;
}
.id_qr3{
    font-size: 12px;
    color: #FCAF1D;
    margin-left: 10px;
}
.box_ecart4{
    background: url(../images/ecart/banner_ecard4.png) no-repeat;
}
.img_avatar_card_4{
    width: 98px;
    height: 99px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    right: 70.4px;
    top: 41px;
}
.box_left_card4{
    display: flex;
    align-items: center;
    position: absolute;
    top: 27px;
    left: 10px;
}
.img_logo_card_4{
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
.name_people4{
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 7px;
    width: 139px;
}
.content_card4{
    position: absolute;
    left: 10px;
    top: 85px;
    width: 180px;
}
.infor_ecard4{
    margin-bottom: 0;
    font-size: 10px;
    color: black;
}
.id_qr4{
    font-size: 12px;
}
.img_qrcode4{
    position: absolute;
    left: 10px;
    bottom: 7px;
}
.id_qr4{
   position: absolute;
    right: -35px;
    top: 71px;
    transform: rotate(270deg);
    width: 130px;
    text-align: center;
}
.position_people4{
    font-size: 12px;
    color: #00315E;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    line-height: initial;
}
.box_infor_card4{
    position: absolute;
    right: 27px;
    bottom: 35px;
    width: 175px;
}
.box_ecart5{
    background: url(../images/ecart/banner_ecard5.png) no-repeat;
}
.img_avatar_card_5{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 75px;
    left: 28.7px;
}
.img_logo_card_5{
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 6px;
    position: absolute;
    top: 15px;
    left: 90px;
}
.box_infor_card5{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 220px;
}
.name_people5{
    font-size: 12px;
    margin-bottom: 0;
    color: white;
    font-weight: 700;
}
.position_people5{
    font-size: 11px;
    margin-bottom: 0;
    color: white;
}
.line_card5{
    width: 170px;
}
.infor_ecard5{
    color: white;
    margin-bottom: 0;
    font-size: 10px;
}
.img_qrcode5{
    margin-top: 8px;
}
.box_ecart6{
    background: url(../images/ecart/banner_ecard6.png) no-repeat;
}
.box_left_card6{
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 35px;
}
.name_company6{
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 700;
    margin-left: 7px;
    color: #0071BC;
    width: 215px;
}
.infor_card6{
    position: absolute;
    left: 10px;
    bottom: 5px;
    width: 190px;
}
.infor_name_card6{
    font-size: 12px;
    color: #00315E;
    font-weight: 700;
    margin-bottom: 0;
}
.address_ecard6{
    font-size: 10px;
    margin-bottom: 0;
    color: #0071BC;
}
.img_avatar_card_6{
    width: 105px;
    height: 105px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    right: 57px;
    top: 69px;
}
.id_qr6{
    position: absolute;
    right: 10px;
    bottom: 15px;
    font-size: 12px;
}
.id_qr5{
    position: absolute;
    left: 15px;
    bottom: 25px;
    font-size: 12px;
    width: 105px;
    text-align: center;
}
@media (max-width: 400px){
    .wrap-templatemore .item-templatemore-cart{
        margin-right: 0;
        min-width: 100%!important;
    }
}
