.site-homepage {
    overflow: hidden;
}

.homepage-excool {
    padding-top: 50px;
    padding-bottom: 50px;
}

.homepage-excool .about-card {
    background-color: #006CBC;
    color: #fff;
}

.homepage-excool .about-card__heading {
    color: #fff;
}

.homepage-excool .about-card__image {
    overflow: visible;
    position: relative;
    background-color: #fff;
    border: 1px solid #006CBC;
}

.homepage-excool .about-card__image img {
    border-radius: 50px;
}

.homepage-about .about-card__image img {
    height: 556px;
}

.coolclub-abouts__heading {
    font-size: 40px;
}

.about-card__image {
    width: 100%;
}

.coolclub-abouts__content {
    min-height: 398px;
}

@keyframes spin {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 60vh;
    }
}

@keyframes spinmb {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 70vw;
    }
}

@media screen and (max-width: 768px) {
    .about-card__content {
        width: 100%;
    }
    .homepage-demin .about-card {
        padding: 7px;
    }
    .coolclub-abouts__heading {
        font-size: 32px;
    }
    .homepage-demin {
        margin-bottom: 16px;
    }
    .about-card__image {
        width: 100%;
    }
    .about-card__image img {
        height: 100% !important;
    }
    .homepage-demin .about-card__image {
        border-radius: 30px;
    }
    .homepage-excool {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .coolclub-abouts__content {
        min-height: 100%;
    }
    .earth {
        width: 36vw;
        top: 34%;
    }
    .earth__item:after {
        background-size: 70vw;
        animation: spinmb 9s infinite linear;
    }
}

.home-tab__content {
    position: relative;
}

.about-card {
    position: relative;
}

.homepage-excool .about-card__image:before,
.about-card__image {
    pointer-events: none;
}

.site-header img.hover {
    display: none;
}

.collection-page.page-ao-thun-nam-gioi .filter-select__item:nth-of-type(2) .custom-select {
    min-width: 190px;
}

div#app .grid__column.five-twelfths.mobile--one-whole>.cart-section>.discount-block+.cart-promotion-text {
    /*display: none !important;*/
}

.popup-hotdeal-policy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0008;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-hotdeal-policy__content {
    position: relative;
    max-width: 90%;
}

.popup-hotdeal-policy__content img {
    border-radius: 16px;
}

.popup-hotdeal-policy__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.popup-hotdeal-policy__close:hover {
    background-color: #d9d9dd;
}

div#chat-widget-container {
    z-index: 2147483639 !important;
}

.collections-filter__wrapper {
    justify-content: flex-start;
}

.collections-filter__wrapper {
    flex-wrap: wrap;
}

.filter-select {
    flex-wrap: wrap;
}

[rel-script="size-guide-popup"] .popup-body {
    max-width: 650px;
}

.banner-slide__item:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(images/placeholder-image.png);
}

span.product-grid__tags.product-grid__tags--cleandye {
    background-color: #fff0;
    font-size: 0;
    background-image: url(images/SUSTAINABLE.png);
    height: 85px;
    background-repeat: no-repeat;
    top: auto;
    bottom: 1%;
    width: 10px;
    right: 5px;
}

.product-header__options .option-select__item .checkmark--color,
.product-single__options .option-select__item .checkmark--color {
    background-size: cover;
}

.pswp__sub-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 1vh;
}

.on-mobile .collections-filter__wrapper {
    justify-content: space-between;
}

.article-related {
    max-width: 1440px;
    margin: 0 auto;
}

.product-single__button .bx {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .select-date {
        margin-bottom: 10px;
    }
    .product-single__button .btn {
        height: 40px;
    }
}

.seagame-campaign {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

@media (max-width: 991px) {
    .popup .popup-body {
        left: 50%;
        transform: translateX(-50%);
    }
    .popup--slide .popup-body {
        left: auto;
        transform: none;
    }
    .nav__item {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 5px;
        height: auto;
    }
    .nav__item--has-child>a {
        position: relative;
    }
    .nav__item--has-child>a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        margin-top: -4px;
        transition: all .3s;
    }
    .nav__item--has-child>a.toggle-menu:before {
        transform: rotate(-135deg);
    }
    .nav-child-menu {
        padding-left: 10px;
        padding-top: 5px;
        list-style: none;
        width: 100%;
    }
    .nav-child-menu li {}
    .nav-child-menu li a {
        display: flex;
        align-items: center;
        padding: 4px 0;
        color: #009163 !important;
        width: 100%;
    }
    .nav-tab__menu li>a {
        display: block;
        width: 100%;
    }
    .nav__item>a:hover{
        color: #003a28 !important;
    }
}

@media (max-width: 990px) and (max-height: 600px) {
    .header__menu {
        min-height: inherit;
        height: calc(100vh - 100px);
    }
}

.reviews-author__shopee span {
    background-color: #0000;
    color: #a1a1a1;
    padding: 0;
    margin-top: 0;
    display: block;
}

.collections-listings .product-single-sold {
    margin-top: 5px;
}

.collections-listings .product-single-sold__line {
    width: 100%;
    height: 5px;
    position: relative;
    background-color: #d9d9d9;
    border-radius: 100px;
    overflow: hidden;
}

.collections-listings .product-single-sold__number {
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
}

.collections-listings .product-single-sold__line span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2f5acf;
    height: 100%;
    border-radius: 100px;
}

.product-grid__tags--sale,
.menu-tag--sale {
    background: rgb(255, 49, 2);
}

.collection-loadmore__wrapper {
    border: 0 !important;
}

.collection-loadmore:hover .collection-loadmore__wrapper {
    background-color: #fff0;
}

.collection-loadmore__icon {
    display: none;
}

.collection-loadmore__text {
    margin-top: 0;
    font-size: 20px;
    background-color: #000;
    padding: 12px 30px;
    border-radius: 100px;
    color: #fff;
    line-height: 1em;
}

.collection-loadmore:hover .collection-loadmore__wrapper .collection-loadmore__text {
    background-color: #D9D9D9;
}

.select-selected.select-arrow-active {
    z-index: 6;
}

.select-selected.select-arrow-active+.select-items {
    z-index: 5;
}

.collection-thumbnail {
    height: 100%;
}

@media (max-width: 767px) {
    .popup .popup-body {
        padding-bottom: 120px;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .home-tab__content .grid.slick-slider {
        display: flex;
    }
    .mega-menu__item ul li a,
    .sub-menu__item ul li a {
        flex-wrap: wrap;
    }
}

.collection-thumbnail img {
    object-position: top;
}