.desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.desktop .hot-line a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.desktop .hot-line img {
    width: 30px;
}
.desktop .hot-line p {
    margin-bottom: 0;
    color: #000;
}
.desktop .icon-cart .count-holder {
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    right: -9px;
    background: #000;
    color: #fff;
    top: 0;
    left: unset;
}
.footer_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 7px 36px rgba(16,42,67,.15);
    left: 0;
    z-index: 9999;
}
.footer_fixed ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
}
.footer_fixed ul li span {
    font-size: 10px;
    white-space: nowrap;
}
.footer_fixed ul li {
    flex: 1;
    position: relative;
}
.footer_fixed ul li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.footer_fixed ul li a i {
    font-size: 25px;
}
.footer_fixed ul li img {
    width: 20px;
}
@media (max-width: 767px) {
    .header-wrap-icon {
        display: flex;
        align-items: center;
        width: unset;
    }
    .header-wrap-icon .hot-line a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-wrap-icon .hot-line p {
        margin-bottom: 0;
    }
    .header-wrap-icon .hot-line img, .headerMobile .icon-cart img  {
        width: 20px
    }
    .wrap-logo {
        width: 140px;
    }
    .headerMobile .hamburger-menu {
        width: unset;
    }
    .headerMobile svg {
        width: 24px;
        height: 30px;
    }
    .header-wrap-icon .minisearch .control-search {
        position: relative;
    }
    .header-wrap-icon .minisearch .control-search input {
        width: 100%;
        height: 25px;
        border-radius: 8px;
        padding-left: 20px;
        border: solid 1px #a7a7a7;
    }
    .header-wrap-icon .minisearch .control-search input:focus {
        border: solid 1px #000;
    }
    .header-wrap-icon .minisearch .control-search button {
        position: absolute;
        left: 3px;
        top: 5px;
        background: none;
        border: none;
        z-index: 1;
    }
    .header-wrap-icon .minisearch .control-search button svg {
        height: 16px;
        width: 20px;
    }
    .mobile_flex-direction {
        display: flex;
        flex-direction: column-reverse;
    }

    .open_social .list_social {
        flex-direction: column;
        position: absolute;
        top: -168px;
        background: #fff;
        width: 100%;
        box-shadow: 0 -3px 5px rgba(0,0,0,0.16);
        border-radius: 100px 100px 0 0;
        max-height: 45vh;
        gap: 10px;
        display: none;
        animation-name: fadeOutDown;
        animation-duration: .5s;
        animation-fill-mode: both;
    }
    .open_social .list_social.active {
        display: flex;
        animation-name: fadeInUp;
        animation-duration: .5s;
        animation-fill-mode: both;
    }
    .list_social li a img {
        width: 40px;
    }
    .wrap-logo img {
        margin-left: 0;
    }
}
@media (max-width: 391px) {
    .wrap-logo {
        width: 145px;
        margin-left: 5px;
    }
}
@media (max-width: 377px) {
    .wrap-logo img {
        width: 115px;
    }
    .wrap-logo .address-header {
        font-size: 8px;
    }
}
@media (min-width: 768px) {
    .footer_fixed {
        display: none;
    }
}
.address-header {
    position: absolute;
    font-size: 9px;
    bottom: 0;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@media (min-width: 320px) and (max-width: 449px) {
    .header-wrap-icon > span {
        margin: 5px 0 0 10px;
    }
}
.product-action-bottom {
    display: none !important;
}
.pro-soldold {
    display: flex;
    justify-content: space-between;
}
.viewMore3Banner {
    display: none;
}
.animateBanner a {
    border: none;
}
.animateBanner a img {
    border-radius: 50%;
}
.wrapper-new.owl-carousel {
    padding: 0 80px;
}
/* the slides */
.slick-slide.trackingBannerHome2  {
    margin: 0 30px;
}
/* the parent */
.sliderMobileBannerHome.slick-list {
    margin: 0 -30px;
}
#sectionBannerHome .styleArrowSlick .slick-prev, #sectionBannerHome .styleArrowSlick .slick-next {
    width: 18px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
}
#sectionBannerHome .styleArrowSlick .slick-prev {
    left: 80px;
}
#sectionBannerHome .styleArrowSlick .slick-next {
    right: 80px;
}
.styleAnimteBanner .animateBanner a:before {
    display: none;
}
.wrapper-new {
    padding: 0 100px;
}
.rate i {
    color: #ffcc10;
}

.rate, .buy {
    font-size: 13px;
}
.desktop .hot-line, .notice-checkout {
    display: none;
}

.justify-content-center {
    justify-content: center;
}

@media (max-width: 991px) {
    #sectionBannerHome .wrapper-new {
        margin: 0 auto;
        display: flex;
        overflow: auto;
        white-space: nowrap;
        width: 100%;
    }
    #sectionBannerHome .col-xs-12 {
        padding: 0;
        width: 22%;
        margin-right: 37px;
    }
    .infoBannerHome h5 {
        margin: 10px 0;
    }
    #sectionBannerHome .col-xs-12:last-child {
        margin-right: 0;
    }
    .infoBannerHome {
        margin-bottom: 15px;
    }
    .outerSort {
        bottom: 55px;
    }
    .wrapper-new {
        padding: 0 20px;
    }
    .infoBannerHome h5 {
        font-size: 13px;
    }
    .sidebar .sidebar-footer {
        margin: 0 0 300px;
    }
}
.sidebar-footer {
    margin: 0 0 20px;
}
.box-body .able-voucher {
    font-size: 14px;
    display: block;
    padding: 10px 0;
    font-weight: 500;
    margin-bottom: 0;
}
.code-item {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.code-item a {
    padding: 5px 10px;
    background: #f26921;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.code-item a:before {
    content: "";
    width: 5px;
    height: calc(100% - 5px);
    position: absolute;
    top: 3px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
    left: -2px;
}
.get-voucher p {
    margin: 0;
}
.code-item a:after {
    content: "";
    width: 5px;
    height: calc(100% - 5px);
    position: absolute;
    top: 3px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
    right: -2px;
}
.coupon-results {
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    box-shadow: 0 4px 5px rgba(54, 54, 54, .4);
    border-radius: 8px;
    min-width: max-content;
}
.code-item:hover .coupon-results {
    visibility: visible;
}
.coupon-results .code-voucher span {
    display: block;
    font-size: 14px;
}
.coupon-results .code-voucher strong {
    font-size: 16px;
}
.coupon-results .cp-desc {
    font-style: italic;
    font-size: 14px;
    color: #6d6d6d;
    margin-bottom: 0;
}
.copied-toast{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 0;
    display: none;
}
.noti-minigame.countCampaingTopbar{
    padding: 7px 0;
}
.noti-minigame.countCampaingTopbar p{
    margin: 0;
}
.banner-coupon-code{
    margin-top: 30px;
}
.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bc-item {
    width: 18%;
    margin: 0 1% 1%;
}
@media (min-width: 992px) {
    .banner-coupon-code {
        min-height: 131px;
    }
}
@media (max-width: 991px) {
    .bc-item {
        width: 45%;
        margin: 0 1% 1%;
    }
}
.discount-block{
    margin-top: calc(1.5rem - 10px);
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
}
.discount-block .coupon {
    display: flex;
    border: 2px solid black;
    border-radius: 16px;
    cursor: pointer;
    transition: all .2s;
}
.discount-block .coupon:not(:last-child) {
    margin-right: 1rem;
}
.discount-block .coupon-left {
    flex: 1;
    border-right: 2px dashed black;
    min-width: 20px;
    max-width: 20px;
    position: relative;
}
.discount-block .coupon-left:before {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: #fafafa;
    top: 50%;
    left: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #0000;
    border-left: 2px solid #0000;
    border-radius: 100em;
}
.discount-block .coupon-right {
    flex: 2;
    padding: 0.5rem 1rem 0.5rem 1rem;
    position: relative;
}
.discount-block .coupon-right .coupon-title {
    font-size: 12px;
    font-weight: bold;
}
.discount-block .coupon-right .coupon-count {
    font-weight: normal;
    font-size: 0.8em;
}
.discount-block .coupon-right .coupon-description {
    font-size: 9px;
    color: #999;
    display: block;
    min-width: 135px;
    transition: .2s all;
}
.discount-block .coupon-right:after {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: #fafafa;
    top: 50%;
    right: -2px;
    transform: translate(48.5%, -50%) rotate(45deg);
    position: absolute;
    border-top: 2px solid #0000;
    border-right: 2px solid #0000;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-radius: 100em;
}
.discount-block::-webkit-scrollbar {
    height: 5px;
}
.discount-block:hover::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}
.discount-block:hover::-webkit-scrollbar-track {
    background: #D9D9D9;
}
.total-line-shipping.coupon-total{
    display: none;
}
.discount-block .coupon:hover, .discount-block .coupon.active {
    border: 2px solid #8e8e8e;
    background-color: #8e8e8e;
    color: #231f20;
}
.goodsli-discount {
    position: absolute;
    right: 16px;
    line-height: 1;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    opacity: .9;
    background: #fdd464;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-flex: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}
.goodsli-discount.goodsli-voucher {
    background: url(/tp/T0298/img/106986/voucher-lavesta.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 11;
    width: 100px;
    height: 50px;
    top: auto;
    bottom: 15px;
    right: auto;
    left: 20px;
}
.image-advertise {
    position: fixed;
    bottom: 30px;
    z-index: 999;
    right: 51px;
}

.image-advertise img {
    width: 250px;
    object-fit: cover;
}
.pa-header {
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 0 10px;
}
.pa-header .form-group {
    width: 100%;
}
.pa-header .form-group button {
    width: 100%;
    background: #e01b22;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    border: none;
    padding: 5px;
}

.infoBannerHome h2 {
    font-size: 15px !important;
}

@media (max-width: 768px) {
    .goodsli-discount.goodsli-voucher {
        width: 60px;
        top: auto;
        left: 20px;
        bottom: 0;
    }
    .infoBannerHome h2 {
        font-size: 13px !important;
    }
    #sectionBannerHome .wrapper-new {
        gap: 15px;
    }
}