img.lazyloading{
    opacity: 0.001!important;
}
@font-face {
    font-family: 'SVN-Gotham-Regular';
    src: url('/tp/T0503/fonts/SVN-Gotham-Regular.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'SVN-Gotham-Thin';
    src: url('/tp/T0503/fonts/SVN-Gotham-Thin.otf');
}
@font-face {
    font-family: 'SVN-Gotham-Bold';
    src: url('/tp/T0503/fonts/SVN-Gotham-Bold.otf');
}
@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes ew-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) scale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ew-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ew-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td, header, footer {
    font-family: SVN-Gotham-Regular;
}
.col-40-percent {
    width: 39%;
    margin-right: 1%;
}
.col-60-percent {
    width: 59%;
    margin-left: 1%;
}
input:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto !important;
}
ul {
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #000;
}
.top-header {
    background: #113880;
    font-size: 13px;
    padding: 3px 0;
}
.top-header p {
    margin: 0;
}
.bottom-header {
    background: #fff;
    position: relative;
}
.bottom-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.logo img {
    width: 120px;
}
.menu * {
    text-transform: uppercase;
    letter-spacing: .03rem;
}
.menu>ul>li {
    padding: 5px 15px;
}
.user-action a {
    padding: 0 6px;
}
.menu-lv2 {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 30px;
    border-top: 2px solid #ccc;
    z-index: 9;
}
.menu-item>a {
    font-weight: 600;
}
.menu-lv2 p {
    color: red;
    font-size: 12px;
}
.menu-lv2.type-album>div>a:not(:last-child)>p {
    color: #000;
}
.menu-lv3 {
    margin-top: 10px;
    margin-bottom: 20px;
}
ul.menu-lv3>li {
    padding-bottom: 5px !important;
}
ul.menu-lv3>li>a {
    font-size: 12px;
}
.menu-lv2.type-album, .menu-lv2.type-promotion {
    width: 60%;
    left: auto;
    right: 20%;
    transform: translateX(20%);
}
.menu-lv2.type-news {
    width: 22%;
    left: auto;
    right: 12.5%;
    transform: translateX(20%);
}
.menu-lv2 {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu>ul>li:hover>.menu-lv2 {
    opacity: 1;
    visibility: visible;
}
.menu-lv2.type-news>ul>li, .menu-lv2.type-news>ul>li>ul>li {
    padding: 0 15px 10px;
}
.menu>ul>li>a, ul.menu-lv3>li>a , .menu-lv2>ul>li>a, .menu-item>a {
    position: relative;
    font-size: 12px;
}
.menu>ul>li>a {
    font-weight: 600;
}
.menu-lv2.type-news>ul>li>a, .menu-lv2.type-news>ul>li>ul>li>a {
    font-weight: 600;
}
.menu>ul>li>a:after, ul.menu-lv3>li>a:after, .menu-lv2>ul>li>a:after, .menu-item>a:after, .menu-lv2.type-news>ul>li>ul>li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 0;
    height: 2px;
    background: #ddd;
    transition: all .3s;
}
ul.menu-lv3>li>a:after, .menu-lv2>ul>li>a:after, .menu-item>a:after, .menu-lv2.type-news>ul>li>ul>li>a:after {
    background: #000;
    height: 1px;
    top: calc(100% + 0.05rem);
}
.menu-lv3>li:last-child>a:after {
    background: red;
}
.menu>ul>li:hover>a:after, ul.menu-lv3>li:hover>a:after, .menu-lv2>ul>li:hover>a:after, .menu-item>a:hover:after, .menu-lv2.type-news>ul>li>ul>li>a:hover:after {
    width: 100%;
}
.menu-lv2.type-news>ul>li>ul>li>a {
    position: relative;
}
.menu-lv2, .menu>ul {
    display: flex;
}
.bg-cover {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 99;
}
.home-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50vw;
    background: #fff;
    height: 65vh;
    z-index: 999;
    transform: translate(-50%, -50%);
}
.popup-wrapper, .popup-wrapper .col  {
    height: 100%;
}
.popup-wrapper img {
    height: 100%;
    object-fit: cover;
}
.popup-form {
    width: 100%;
}
.popup-title {
    font-size: 16px
}
.popup-desc {
    font-size: 13px;
}
.popup-form .form-control {
    margin-bottom: 0.5rem;
    border: none;
    border-bottom: 2px solid #aaa;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    outline: none;
}
.popup-btn {
    background: #000;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    height: 30px;
    text-transform: uppercase;
}
.popup-close {
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    width: 24px;
    font-size: 20px;
}
.form-control:focus {
    box-shadow: none;
}
.popup-close {
    cursor: pointer;
}

/*Footer*/
.top-footer {
    background: #E6E6E6;
    padding-bottom: 35px;
}
.footer-title {
    font-weight: 600;
}
.text-indent-50 {
    text-indent: 50px;
}
.social img {
    width: 45px;
}
.social li {
    margin-bottom: 8px;
}
.bottom-footer {
    padding-top: 60px;
}
.bottom-footer h5 {
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
}
.bottom-footer h5:after {
    position: absolute;
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    width: 80%;
    left: 0;
    background: #666;
}
.bottom-footer ul {
    margin-top: 35px;
}
.bottom-footer ul li:not(.bottom-footer .col:last-child ul li) {
    padding: 5px 0;
    text-transform: uppercase;
}
.bottom-footer ul li {
    font-size: 14px;
}
.bottom-footer ul li a, .bottom-footer ul li p:not(.bottom-footer ul li:first-child p) {
    font-family: "SVN-Gotham-Thin";
    font-weight: 600;
}
.bottom-footer ul li a * {
    font-family: "SVN-Gotham-Thin" !important;
}
.copyright {
    margin: 30px 0;
}
.top-footer .row>div {
    padding-top: 35px;
}
.top-footer .row>div:nth-child(2) {
    text-align: center;
}

/*Home*/
.home-policy {
    background: #e6e6e6;
}
.policy-list  {
    padding: 10px 0;
}
.policy-list li img {
    width: 30px;
}
.policy-desc {
    position: absolute;
    width: 380px;
    z-index: 9;
    left: 0;
    top: calc(100% + 6px);
    background: #fff;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    box-shadow: 1px 1px 3px #ccc;
}
.owl-carousel {
    position: relative;
}
.owl-nav {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    width: 100%;
    transform: translateY(-50%);
}
.owl-product>.owl-nav {
    top: 30%;
}
.owl-carousel .owl-nav button i {
    font-size: 40px;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 15px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 15px;
}
.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    text-align: center;
}
.owl-dots button.owl-dot {
    width: 20px;
    height: 2.5px;
    background: #000;
    transition: all .5s;
    margin: 0 5px;
}
.owl-dots .owl-dot.active {
    background: #fff;
}
.banner-slider {
    margin-bottom: 30px;
}
.product-item {
    margin-bottom: 20px;
}
.product-info {
    padding-top: 15px;
}
#block-category{
    margin-bottom: 10px;
}
.product-name {
    height: 42px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 14px;
}
.product-price {
    padding-top: 10px;
}
.product-price--current {
    color: #d41212;
    font-size: 14px;
}
.product-price--origin {
    color: #ccc;
    font-size: 12px;
}
.product-item {
    position: relative;
}
.hot-tag {
    position: absolute;
    width: 89px;
    height: 25px;
    background: #d41212;
    top: 28px;
    font-size: 13px;
    color: #fff;
    left: calc(var(--bs-gutter-x)*(-0.6));
    transform: rotate(-90deg);
    z-index: 2;
}
.hot-tag:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    right: 0;
    border-bottom: 5px solid #d41212;
    border-right: 5px solid transparent;
    transform: rotate(90deg);
}
.list-title {
    margin-bottom: 30px;
}
.owl-carousel.owl-product .owl-nav button.owl-next {
    right: -30px;
}
.owl-carousel.owl-product .owl-nav button.owl-prev {
    left: -30px;
}
.owl-product .hot-tag {
    left: -33px;
}
.bestseller-tag {
    position: absolute;
    width: 75px;
    height: 50px;
    background: #233d7a;
    top: 0;
    font-size: 12px;
    color: #fff;
    left: 0.3rem;
    z-index: 2;
    padding: 4px 12px 0;
    letter-spacing: .1rem;
}
.category-item {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
    position: relative;
}
.category-item:before {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: all .3s;
}
.zalo-chat-widget{
    bottom: 90px !important;
    right: 26px !important;
}
.category-item:after {
    content: "";
    background: #f4f4f2;
    opacity: .5;
    position: absolute;
    width: 50%;
    height: 30%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}
.category-item:hover:before {
    width: 100%;
}
.category-item:hover>.category-name, .category-item:hover>.category-link {
    filter: invert(1);
}
.category-item:first-child {
    margin-right: 2%;
}
.category-item img {
    aspect-ratio: 300/300;
    object-fit: cover;
}
.category-name {
    font-size: 20px;
}
.category-name, .category-link {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    color: #000;
    z-index: 9;
}
.category-link {
    top: 70%;
    transform: translate(-50%, -70%);
    font-size: 14px;
    font-family: "SVN-Gotham-Thin";
    font-weight: 600;
    z-index: 2;
}
.category-link:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
}
.newsletter-box {
    padding: 165px 0;
    position: relative;
}
.newsletter form {
    position: relative;
}
.newsletter form input {
    width: 100%;
    padding: 8px 0;
    text-indent: 15px;
}
.newsletter-box p {
    font-family: "SVN-Gotham-Thin";
    font-weight: 600;
}
.newsletter form button {
    position: absolute;
    width: 20%;
    font-size: 14px;
    height: calc(100% - 16px);
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #fff;
    background: #aaa;
}
.instagram-img {
    width: 31.666667%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.instagram-img:nth-child(3n) {
    margin-right: 0;
}
.instagram-list {
    margin: 30px 0 0;
}
.instagram-list img {
    height: 100%;
    object-fit: cover;
}
.product-img {
    position: relative;
}
.product-img>a>picture:first-child {
    position: relative;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    display: block;
}
.product-img>a>picture:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    display: block;
}
.product-img:hover>a>picture:nth-child(2) {
    opacity: 1;
    visibility: visible;
}
.instagram-img:nth-child(4), .instagram-img:nth-child(5), .instagram-img:nth-child(6) {
    margin-bottom: 0;
}
.search-form {
    border: 1px solid #ccc;
    display: flex;
}
.search-form input {
    width: 95%;
    border: none;
    text-indent: 10px;
    padding-bottom: 5px;
}
.search-form input:focus {
    outline: none;
}
.search-form button {
    width: 3%;
    border: none;
    background: #fff;
}
.search-wrapper {
    padding: 20px 0;
    box-shadow: 1px 1px 3px #ccc;
}
.close-search {
    background: transparent;
    color: #000;
    border: none;
    transition: all .5s;
}
.close-search:hover {
    background: transparent;
    color: #000;
}
.search-block {
    display: none;
}
.paginator a, .paginator span {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    color: #312c2c;
    font-weight: 600;
    transition: ease-in-out .3s;
    display: block;
    text-align: center;
    font-size: 13px;
    border: 1px solid #000;
    line-height: 25px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 1px #000;
    transition: all .5s;
}
span.labelPages, span.titlePages, .paginator a.paging-first, .paginator a.paging-last {
    display: none;
}
.paging-next:before, .paging-last:before, .paging-previous:before, .paging-first:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}
.paging-next:before {
    content: "\f105";
}
.paging-previous:before {
    content: "\f104";
}
.main {
    margin-bottom: 4rem;
}
.paginator {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.paginator span.currentPage, .paginator a:hover {
    background: #000;
    color: #fff
}

.owl-carousel .owl-nav button svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #333;
}

.owl-carousel.banner-slider .owl-nav button svg {
    width: 30px;
    height: 30px;
}

.cart-header {
    position: relative;
}
.cart-number {
    position: absolute;
    background: transparent;
    color: #000;
    width: 15px;
    font-weight: 600;
    height: 15px;
    font-size: 9px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-cart-detail {
    position: absolute;
    padding: 0;
    width: 300px;
    height: auto;
    background: #fff;
    top: 100%;
    right: 0;
    z-index: 9;
    border: 1px solid #aaa;
    display: none;
}
.header-cart-title {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}
.cart-header {
    background: transparent;
    border: none;
    outline: none;
}
.cart-list {
    padding: 0 15px;
    height: 375px;
    overflow-y: auto;
}
.cart-img {
    padding: 0;
}
.cart-name, .cart-price, .cart-qty {
    font-size: 14px;
    margin-bottom: 5px;
}
.cart-img {
    width: 25%;
}
.cart-item cart-info {
    width: calc(75% - 10px);
}
.cart-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.cart-item:last-child {
    border: none;
}
.cart-total-price {
    margin: 0 10px 30px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.header-btn-cart {
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    display: block;
    margin: 0 10px 10px;
    transition: all .3s;
    border: 1px solid #000;
}
.header-btn-cart.btn-checkout {
    background: #c61d24;
    border: 1px solid #c61d24;
}
.header-cart-detail:before {
    content: "";
    height: 15px;
    width: 15px;
    border: 1px solid #aaa;
    transform: rotate(45deg);
    position: absolute;
    z-index: 9999;
    top: -8px;
    border-right: none;
    right: 8px;
    background: #fff;
    border-bottom: none;
}
.header-cart-title i {
    cursor: pointer;
}
.bottom-header.box-shadow-in {
    box-shadow: 1px 1px 1px #ddd;
}
#loadCart {
    margin: 0 10px;
}
#loadCart p {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
    font-weight: bold
}
.spriteIcon {
    background: url(/tp/T0503/img/spriteIcon.png) no-repeat transparent;
    height: 60px;
    display: inline-block;
    background-position: 0 -635px;
    width: 60px;
}
#loadCart p > span:nth-child(2) {
    display: block;
    padding: 5px 0;
    font-size: 13px;
}
.user-btn {
    display: flex;
    align-items: center;
}
.user-btn span {
    font-size: 13px;
    margin-left: 8px;
    color: #666;
}
.ew-alo-phone {
    position: fixed;
    bottom: 85px;
    z-index: 9;
    left: 0;
    display: block;
}

.ew-alo-ph-circle {
    display: none;
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    border: 2px solid #48a5d4;
    opacity: .1;
    -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.ew-alo-ph-circle-fill {
    display: none;
    width: 100px;
    height: 100px;
    bottom: 2rem;
    left: 2rem;
    position: absolute;
    background-color: rgba(110,209,248,0.7);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.ew-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    bottom: 1.5rem;
    left: 1.5rem;
    position: absolute;
    background: red url(/tp/T0503/img/jIfeFOA.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.back-to-top {
    position: fixed;
    bottom: 5.5rem;
    right: -1.75rem;
    z-index: 9;
    transform: rotate(-90deg);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.back-to-top>* {
    display: none;
}
.back-to-top.show {
    visibility: visible;
    opacity: 1;
}
.back-to-top.show>* {
    display: inline;
}
.back-to-top svg {
    height: 25px;
}
.back-to-top b {
    font-size: 11px;
    font-family: "SVN-Gotham-Bold";
}
.product-img.owl-carousel .owl-nav button svg {
    width: 22px;
    height: 22px;
    padding: 7px;
    fill: none;
    stroke: #333;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}
.menu-lv2.type-album .menu-item {
    margin-bottom: 10px;
}
.menu-lv3>li:last-child>a {
    color: red;
}
.menu-lv2.type-news>ul>li>ul>li>a {
    color: #000;
}
.menu-lv3>li>a {
    font-family: "SVN-Gotham-Thin";
    font-weight: 600;
}
.custom-menu .menu-lv3>li:last-child>a {
    color: #000;
}
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}
.user-action img {
    width: 21px;
}
.user-action .cart-header img {
    width: 25px;
}
.header-btn-cart:hover {
    background: #fff;
    border-color: #000;
    color: #000;
}
.btn-checkout:hover {
    background: #fff;
    border-color: #c61d24;
    color: #c61d24;
}
.menu>ul>li>a[title="Khuyến mại"] {
    color: red;
}
.cart-list .cart-info {
    width: 70%;
}
.cart-qty span {
    cursor: pointer;
    width: 27px;
    height: 27px;
    text-align: center;
}
.cart-qty {
    display: flex;
    justify-content: flex-end;
}
.cart-qty>* {
    border: 1px solid #000;
}
.cart-qty input {
    width: 27px;
    height: 27px;
    text-align: center;
    -webkit-appearance: none;
    margin: 0 5px;
    background: #ddd;
    border: 1px solid #aaa;
}
.user-btn {
    position: relative;
}
.list-action {
    position: absolute;
    width: 200px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px #ccc;
    left: 0;
    top: calc(100% + 5px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.list-action li {
    display: flex;
    padding: 8px;
}
.list-action li a {
    font-size: 13px;
}
.user-btn:hover>.list-action {
    opacity: 1;
    visibility: visible;
}
.user-btn a {
    display: flex;
    align-items: center;
}
.user-action .user-btn img {
    height: 21px;
}
.home-popup-promotion {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    background: #fff;
    height: auto;
    z-index: 999;
    transform: translate(-50%, -50%);
}
.home-popup-promotion a {
    display: block;
    width: 100%;
    height: 100%;
}
.home-popup-promotion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-cover-promotion {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 99;
}
.back-to-top {
    display: none;
}
.type-product-category .menu-item>a {
    display: block;
    margin-bottom: 10px;
}
#block-best-seller{
    overflow: hidden;
}
.proGift {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 105px;
    z-index: 9;
}
.psGifts img,#table-cart-ct .psGifts img {
    width: 95px;
}
.psGifts {
    padding-bottom: 15px;
}
#cart-p-name .psGifts a {
    font-size: 12px;
}
.icon-banner img{
    width: 50px !important;
    height: auto !important;
    object-fit: contain;
}
.icon-banner {
    position: absolute;
    display: flex;
    align-items: center;
    width: auto;
    bottom: 0;
    left: 0;
    z-index: 9;
    flex-flow: column;
}
@media (max-width: 768px) {
    .home-popup-promotion {
        width: 300px;
    }
}
.bct-box{
    padding: 15px 0;
}