/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.hotline-action {
    font-size: 1.6rem;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-main {
    background: var(--color-main);
}

.bg-content {
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.swiper-slider-main .swiper-slide-active > img {
    animation-name: zoom;
    animation-duration: 30s;
    animation-fill-mode: forwards;
}

@keyframes zoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.3)
    }
}

.desc-short-before {
    transform: rotate(25deg);
}

.desc-short-after {
    transform: rotate(-25deg) scaleX(-1);
}

.swiper-slide--description-short > img {
    position: relative;
    top: -15px;
}

.product-item--cate {
    text-align: center;
}

.icon-after {
    transform: scaleX(-1);
}

.btn-product-add {
    font-size: 1.5rem;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    padding: .9rem 1rem;
    color: white !important;
    background: var(--color-main);
    position: relative;
    transition: none;
    height: 4rem;
}

.btn-product-add:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 18px;
    border-color: var(--color-main) var(--color-main) var(--color-main) transparent;
    border-style: solid;
}

.btn-product-add:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 18px;
    border-color: var(--color-main) transparent var(--color-main) var(--color-main);
    border-style: solid;
}

.btn-product-add:hover {
    background: var(--color-highlight);
}

.btn-product-add:hover:before {
    border-color: var(--color-highlight) var(--color-highlight) var(--color-highlight) transparent;
}

.btn-product-add:hover:after {
    border-color: var(--color-highlight) transparent var(--color-highlight) var(--color-highlight);
}

.box-coupon {
    padding: 1.5rem;
    position: relative;
    width: 45rem;
    height: 45rem;
    background: white;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.box-coupon:before {
    content: "";
    border: 2px solid var(--color-highlight);
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
}

.box-coupon .desc-section {
    font-size: 2.5rem;
}

.box-coupon .title-section {
    font-family: "Allura", cursive;
    text-transform: capitalize;
    color: var(--color-main);
    font-weight: bold;
    font-size: 5rem;
}

.box-coupon .promo {
    font-size: 3rem;
    font-weight: bold;
}

.box-coupon > * {
    position: relative;
}

.banner-info {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.banner-title {
    font-size: 3.5rem;
}

.banner-info .btn-product-add {
    margin-left: 4rem;
}

.section-fash-sale {
    background-color: #ff9d2e;
    padding: 3rem 0;
}

.dot {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}

.dot:after {
    content: "";
    border-radius: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: transparent;
    animation: pulseSmall2 1.25s linear infinite;
}

@-webkit-keyframes pulseSmall {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.7)
    }

    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.44)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.14)
    }
}

@-webkit-keyframes pulseSmall2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.3)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,0,0,0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.3)
    }
}

.bg-feedback {
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feedback-item .inner-name {
    font-size: 1.8rem;
    font-weight: bold;
}

.feedback-item .inner-content {
    font-size: 1.8rem;
    min-height: 8.1rem;
}

.feedback-item .inner-image img {
    width: 7rem;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    margin-right: 1rem;
}

.btn-filter-mobile {
    display: block;
    color: black;
}

.btn-filter-mobile, .content-filter-head {
    display: block;
}

.content-filter-product {
    position: fixed;
    width: 32rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-32rem, 0, 0);
    -moz-transform: translate3d(-32rem, 0, 0);
    -ms-transform: translate3d(-32rem, 0, 0);
    -o-transform: translate3d(-32rem, 0, 0);
    transform: translate3d(-32rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}

.content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filter-url .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.filter-url .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.content-filter-head {
    background: #faf9f8;
    padding: 2rem 3rem;
}

.title-seo {
    font-size: 2.8rem;
    color: var(--color-highlight);
}

.item-policy {
    font-size: 1.6rem;
    color: var(--color-highlight);
    padding: .5rem 0;
}

.item-policy i {
    margin-right: .5rem;
}

.product-content-detail .product-description img {
    height: auto;
    max-width: 100%;
}

.swiper-cate {
    width: 60%;
}

/* chi nhanh */
.branch-box {
    background: whitesmoke;
    padding: 1rem;
    max-height: 43rem;
    overflow-y: scroll;
}

.branch-box::-webkit-scrollbar {
    width: .5em;
}

.branch-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.branch-box::-webkit-scrollbar-thumb {
    background-color: var(--color-highlight);
}

.branch-box .nav-item .nav-link.active {
    background: var(--color-highlight);
    color: white !important;
}

.branch-box .item {
    border: 1px solid var(--color-highlight);
    padding: 1rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.branch-box .item.active, .branch-box .item:hover {
    background: var(--color-highlight);
    color: white;
}

.branch-section {
    background: var(--color-highlight);
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .swiper-slide--description-short > img {
    height: 2rem;
}

.is-mobile .swiper-slide--tile {
    font-size: 4rem;
}

.is-mobile .icon-before, .is-mobile .icon-after {
    height: 2rem;
}

.is-mobile .title-section {
    font-size: 2.5rem;
}

.is-mobile .box-coupon {
    width: 33rem;
    height: 33rem;
}

@media (max-width: 500px) {
    .product-detail-footer .nav li a {
        padding: 0 .3rem 1rem;
    }
    
    .product-detail-footer .nav li a {
        margin-right: 2rem;
    }
}
