@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slide-bottom {
    -webkit-animation: slide-bottom .5s cubic-bezier(.25,.460,.45,.940) both;
    animation: slide-bottom .5s cubic-bezier(.25,.460,.45,.940) both;
}

@media (min-width: 1024px) {
    .menu-lv2.type-news>ul {
        width: 100%;
    }

    .menu-lv2.type-news>ul>li {
        width: 100%;
    }

    .type-news>ul>li>ul {
        position: absolute;
        top: 0;
        left: calc(-100% - 91px);
        background: #fff;
        padding: 30px;
        width: calc(100% + 90px);
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        box-shadow: 1px 1px 5px #ccc;
        margin-top: 0;
        height: 100%;
    }

    .type-news>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .policy-list li:hover > .policy-desc {
        opacity: 1;
        visibility: visible;
    }

    .category-item:nth-child(3n) {
        margin-right: 0;
    }

    .product-img > picture:first-child {
        position: relative;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .product-img > picture:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .product-img:hover > picture:nth-child(2) {
        opacity: 1;
        visibility: visible;
    }

    .feature-news>div {
        padding-left: 0;
    }

    .feature-news>a {
        padding-right: 0;
        height: 500px;
    }

    .mx-10 {
        margin: 0 13rem;
    }

    .filter-item-list>li>input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 13px;
        height: 13px;
        border: 1px solid #000;
        border-radius: 0;
    }

    .filter-item-list>li>input:checked {
        background: #d41212;
        border-color: #d41212;
        position: relative;
    }

    .filter-item-list>li>input:checked:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        display: block;
        position: absolute;
        color: #fff;
        font-size: 9px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #mapsStore > div {
        float: left;
        min-height: 500px;
    }

    .modal-dialog {
        max-width: 1000px;
    }

    .modal-size p:first-child img {
        display: block;
    }

    .modal-size p:nth-child(2) img {
        display: none;
    }

    .fs-26 {
        font-size: 26px;
        margin-top: 30px;
    }

    .product-category .list-title {
        margin-top: 30px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .menu>ul>li>a, ul.menu-lv3>li>a, .menu-lv2>ul>li>a, .menu-item>a, .menu-lv2.type-news>ul>li>ul>li>a {
        font-size: 10px;
    }
}
@media (min-width: 1400px) {
    .menu>ul>li>a, ul.menu-lv3>li>a, .menu-lv2>ul>li>a, .menu-item>a, .menu-lv2.type-news>ul>li>ul>li>a {
        font-size: 12px;
    }
}
@media (min-width: 1600px) {
    .menu>ul>li>a, ul.menu-lv3>li>a, .menu-lv2>ul>li>a, .menu-item>a, .menu-lv2.type-news>ul>li>ul>li>a {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-title {
        font-size: 12px;
    }
    .fs-26 {
        margin-top: 0;
    }
    .social img {
        width: 90%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .footer-title {
        font-size: 14px;
    }
    .social img {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .col-md-40-percent {
        flex: 0 0 auto;
        width: 40%;
    }
    .col-md-60-percent {
        flex: 0 0 auto;
        width: 60%;
    }
    .mt-md-5.popup-top {
        margin-top: 4rem!important;
    }
}

@media (max-width: 767px) {
    .mx-sm-1 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .logo img {
        width: 80px;
        height: 50px;
        transition: all .1s ease-in-out;
    }

    .user-action a {
        padding: 0;
        margin-right: 10px;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .open-mb {
        border: none;
        background: transparent;
        padding: 0;
    }

    .menu {
        position: fixed;
        top: 75px;
        left: 0;
        height: calc(100vh - 75px);
        width: 100%;
        background: #fff;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: all .5s;
        z-index: 99;
    }

    .fixed .menu {
        top: 35px;
    }

    .menu > ul {
        flex-direction: column;
        width: 100%;
        display: none;
    }

    .menu > ul > li {
        padding: 5px 0;
        width: 100%;
        position: relative;
        margin-bottom: 22px;
    }

    .menu-lv2 {
        margin-top: 20px;
        position: unset;
        border: none;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        padding: 0;
        display: none;
        transition: none;
    }

    .menu > ul > li > a {
        position: unset;
    }

    .menu > ul > li > a:after {
        width: 100%;
        top: 35px;
    }

    .menu-lv2.type-news, .menu-lv2.type-album, .menu-lv2.type-promotion {
        left: 0;
        right: auto;
        transform: none;
        width: 100%;
    }

    .menu-lv2.type-news > ul > li {
        padding-left: 0;
    }

    .menu i {
        position: absolute;
        right: 61px;
        top: 10px;
        font-size: 13px;
    }

    .menu.toggle-mb > ul {
        display: flex;
    }

    .menu.toggle-mb {
        transform: translateX(0);
    }

    .top-footer .row>div:nth-child(2) {
        order: 3;
        padding-top: 25px;
        text-align: center;
        border-top: 2px solid #fff;
    }

    .top-footer .row > div:nth-child(3) {
        order: 2;
        border-left: 2px solid #fff;
    }

    .text-indent-sm-0 {
        text-indent: 0;
    }

    .social {
        justify-content: center;
    }

    .social li {
        width: 23%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .social img {
        width: 36px;
    }

    .footer-title {
        font-size: 0.7rem;
    }

    .bottom-footer .row {
        justify-content: center;
    }

    .bottom-footer .row>div {
        margin-bottom: 20px;
    }

    .bottom-footer h5:after {
        width: 100%;
    }

    .bottom-footer h5 {
        font-size: 18px;
    }

    .bottom-footer .row ul li a {
        font-size: 14px;
    }

    .bottom-footer h5 i {
        font-size: 13px;
    }

    .top-footer .row>div:first-child, .top-footer .row>div:nth-child(3) {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .bottom-footer {
        padding-top: 40px;
    }

    .top-footer {
        padding-bottom: 25px;
    }

    .copyright {
        margin-bottom: 80px;
    }

    header.header-fixed {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: 99;
    }

    .policy-list {
        display: flex;
        flex-wrap: wrap;
    }

    .policy-list li {
        padding: 10px 0;
    }

    .category-item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }

    .category-item:nth-child(2n) {
        margin-right: 0;
    }

    .category-item:first-child {
        margin-right: 3%;
    }

    .category-name {
        font-size: 16px;
        width: 80%;
        text-align: center;
    }

    .category-link {
        top: 72%;
        transform: translate(-50%,-72%);
        font-size: 11px;
        margin-top: 5px;
    }

    .discount-area {
        width: 55px;
    }

    .discount-area p {
        font-size: 9px;
    }

    .discount-area p:nth-child(2) {
        font-size: 18px;
    }

    .bestseller-tag-mb {
        left: calc(var(--bs-gutter-x)*(.5));
        width: 58px;
        height: 35px;
        font-size: 8px;
    }
    .newsletter form input {
        font-size: 13px;
    }

    .newsletter form button {
        width: 25%;
        font-size: 10px;
        height: calc(100% - 10px);
    }

    .newsletter h3 {
        font-size: 18px;
    }

    .newsletter p {
        font-size: 14px
    }

    .newsletter-box {
        padding: 40px 0;
    }

    .list-title {
        text-align: center;
    }

    .product-price--current {
        font-size: 12px;
    }

    .product-price--origin {
        font-size: 11px;
    }

    .search-form {
        justify-content: space-between;
    }

    .search-form input {
        width: 80%
    }

    .search-form button {
        width: 8%;
        margin-right: 5px;
    }

    .col-60-percent, .col-40-percent {
        width: 100%;
        margin: 0;
    }

    .list-big {
        margin-top: 2.5%;
    }

    .list-img {
        flex-direction: column-reverse;
    }

    .instagram-img {
        width: 48.75%;
    }

    .instagram-img:nth-child(2n) {
        margin-right: 0;
    }

    .instagram-img:nth-child(3n) {
        margin-right: 2.5%;
    }

    .instagram-img:nth-child(6n) {
        margin-right: 0;
    }

    .user-action img {
        width: 18px;
    }

    .user-action .user-btn img {
        height: 18px;
    }

    .user-btn {
        margin-top: 6px;
    }

    .user-action .cart-header img {
        width: 21px;
    }

    .cart-header {
        padding: 0;
    }

    .ew-alo-ph-circle {
        width: 100px;
        height: 100px;
    }

    .ew-alo-ph-img-circle {
        width: 45px;
        height: 45px;
        bottom: 1.75rem;
        left: 1.75rem;
        background-size: 30px;
    }

    .ew-alo-ph-circle-fill {
        width: 75px;
        height: 75px;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .home-popup {
        width: 90vw;
    }

    .popup-wrapper {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        height: auto;
    }

    .popup-wrapper .col {
        height: auto;
        width: 100%;
        background: #fff;
    }

    .popup-wrapper img {
        height: 180px;
    }

    .popup-wrapper>.col:first-child {
        padding-bottom: 2rem;
    }

    .popup-close {
        top: 0;
    }

    .category-item:after {
        width: 60%;
        top: 50%;
        height: 35%;
    }

    .product-price p {
        margin: 0;
    }

    .cart-qty input {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    /*Category*/
    .filter, .sort {
        width: 50%;
    }

    .sort p>span:first-child {
        display: none;
    }

    .filter-sort>div>p {
        padding: 15px;
        border: 2px solid #ccc;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter-sort>div.sort>p {
        border-left-width: 1px;
    }

    .filter-sort>div.filter>p {
        border-right-width: 1px;
    }

    .sort-list {
        right: auto;
        left: 0;
        top: calc(100% - 1rem);
        width: 100%;
    }

    .filter-sort {
        position: relative;
    }

    .filter-list {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 450px;
        padding: 20px;
        z-index: 999;
        transform: none;
        overflow: auto;
    }

    .filter p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px;
        margin: 0;
        text-transform: uppercase;
    }

    .filter-list>ul>li>p>i {
        font-size: 14px;
    }

    .filter-item-list>li {
        position: relative;
    }

    .filter-list>ul {
        padding: 0 20px;
        margin-top: 30px;
    }

    .filter-list>b {
        margin-left: 8px;
        font-size: 18px;
        font-family: "SVN-Gotham-Bold";
    }

    .filter p>i, .sort p>i {
        color: #aaa;
    }

    .filter-list>ul>li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 0;
    }

    .filter-item-list>li>input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 30px;
        border: 1px solid #000;
        border-radius: 0;
    }

    .filter-item-list>li>span {
        position: absolute;
        left: 10px;
    }

    .filter-item-list {
        margin-bottom: 1rem;
    }

    .filter-item-list>li.active>input {
        background: #000;
    }

    .filter-item-list>li.active>span {
        color: #fff;
    }

    /*Pview*/
    .details-pro {
        margin-top: 3.5rem;
        padding: 0;
    }

    .details-product {
        justify-content: center;
    }

    .quantity-area {
        padding-bottom: 2.5rem;
    }

    .choose-size {
        margin: 1rem 0 2rem;
    }

    .btnBuyNow, .btnAddToCart {
        min-height: 45px;
        font-size: 16px;
    }

    .content-title {
        font-size: 1.1rem;
    }

    .list-child-wrapper {
        bottom: 20px;
        left: 15px;
    }

    .list-child-zoom li {
        width: 15%;
    }

    .choose-size span {
        font-size: 13px;
    }

    .pview-product {
        margin: 2rem 0.5rem 0;
    }

    .sys-store .numberStore, .btnBuyNow, .btnAddToCart, .btn-out-stock {
        font-size: 14px;
    }

    .attr p.color .itemColor {
        height: calc(100vw * 133 / 1434);
        width: calc(100% / 9);
    }

    .attr p.size a {
        width: auto;
        padding: 11px 13px;
        height: 36px;
        line-height: 13px;
    }

    .modal-size p:first-child img {
        display: none;
    }

    .modal-size p:nth-child(2) img {
        display: block;
    }


    .owl-carousel .product-img>picture:nth-child(2) {
        display: none;
    }

    .wrapperImage {
        padding: 0;
    }

    .pview-product .owl-carousel.owl-product .owl-nav button.owl-prev, .pview-product .owl-carousel.owl-product-history .owl-nav button.owl-prev {
        left: -15px;
    }

    .pview-product .owl-carousel.owl-product .owl-nav button.owl-next, .pview-product .owl-carousel.owl-product-history .owl-nav button.owl-next {
        right: -15px;
    }

    .pview-product .owl-carousel .owl-nav button i {
        font-size: 30px;
    }

    .pview-product.product-history .owl-nav {
        top: calc(50% - 15px);
    }

    .title-product {
        font-size: 20px;
    }

    .attr .control-label {
        font-size: 14px;
    }

    .btn-cts.btn-minus-view, .btn-cts.btn-plus-view, .qty-detail.input-text.qty-view {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .attr {
        margin-top: 1rem;
    }

    .req {
        margin-bottom: 0.5rem;
    }

    .bottom-header.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
        box-shadow: 1px 1px 5px #ccc;
    }

    .fixed .logo img {
        width: 65px;
        height: 35px;
    }

    /*News*/
    .row.news>* {
        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .2);
    }

    .feature-news img {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 25px;
    }

    .feature-info {
        border-top-left-radius: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .feature-news>a {
        height: 250px;
    }

    .news-img {
        height: 200px;
    }

    .owl-zoom .owl-item {
        display: flex;
        align-items: center;
    }

    .owl-carousel .owl-item img.zoom-img {
        height: 75%;
        transition: all .3s;
        width: 100%;
        margin-bottom: 20px;
    }

    .owl-carousel .owl-item img.zoom-img.active {
        height: 100%;
        margin: 0;
    }

    /*Checkout*/
    .checkoutTable .remove i {
        font-size: 20px;
    }

    .cart-info tbody .price, .cart-info tbody .total, .cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
        text-align: left;
    }

    #formCheckOut .header-btn-cart {
        padding: 7px 12px !important;
    }

    .cart-main #cart-p-name p {
        margin: 0;
    }

    .cart-main #info-cart table tr td:nth-child(3) {
        width: 20% !important;
    }

    .cart-main #info-cart table tr td:nth-child(4) {
        width: 30% !important;
    }

    .list-action {
        left: auto;
        right: 0;
        transform: translateX(25%);
    }

    /*Album*/
    .bt-left {
        margin-bottom: calc(var(--bs-gutter-x));
    }

    .image-item {
        margin-bottom: 2.5rem;
    }
    .ew-alo-phone {
        bottom: 90px;
    }
    #btn-show-popup {
        bottom: 90px !important;
    }
    .icon-banner img {
        width: 40px !important;
    }
}

@supports (-webkit-touch-callout: none) {
    .cart-number {
        right: 6px;
    }
    .newsletter-box {
        background-attachment: unset;
    }
}

@media (max-width: 425px) {
    .content-title {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .content-title {
        font-size: 0.8rem;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media (max-width: 767px) {
        .list-child-wrapper {
            bottom: 120px;
        }
        .owl-carousel .owl-item img.zoom-img {
            height: 65%;
            margin-bottom: 150px;
        }
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .category-item{
        width: 32%;
    }
    .category-item:nth-child(3n) {
        margin-right: 0 !important;
    }
}
@media (min-width: 1200px) {
    .top-header{
        min-height: 25px;
    }
    .bottom-header{
        min-height: 75px;
    }
    .home-policy{
        min-height: 49px;
    }
    .list-full-banner .banner-top,.list-full-banner .banner-slider,.list-full-banner .banner-slider-home{
        min-height: 580px;
    }
    #block-top-search{
        min-height: 1105px;
    }
    #md-banner{
        min-height: 578px;
    }
    #block-best-seller{
        min-height: 579px;
    }
    #block-category{
        min-height: 1087px;
    }
}
@media (max-width: 420px) and (min-width: 361px) {
    .top-header{
        min-height: 45px;
    }
    .bottom-header{
        min-height: 50px;
    }
    .home-policy{
        min-height: 151px;
    }
    .list-full-banner .banner-top,.list-full-banner .banner-slider,.list-full-banner .banner-slider-home{
        min-height: 736px;
    }
    #block-top-search{
        min-height: 1211px;
    }
    #md-banner{
        min-height: 578px;
    }
    #block-best-seller{
        min-height: 826px;
    }
    #block-category{
        min-height: 719px;
    }
}
@media (max-width: 360px){
    .top-header{
        min-height: 45px;
    }
    .bottom-header{
        min-height: 50px;
    }
    .home-policy{
        min-height: 172px;
    }
    .list-full-banner .banner-top,.list-full-banner .banner-slider,.list-full-banner .banner-slider-home{
        min-height: 640px;
    }
    #block-top-search{
        min-height: 1089px;
    }
    #md-banner{
        min-height: 1310px;
    }
    #block-best-seller{
        min-height: 744px;
    }
    #block-category{
        min-height: 631px;
    }
}