﻿:root {
    --color-shopee: #fc7203;
    --color-shopee-mall: #d0011b;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.btn {
    text-transform: inherit;
}

.title1.title5 hr[role="tournament6"]::before {
    left: 49%;
}

.section-t-space {
    padding-top: 0;
}

.theme-tab {
    overflow: hidden;
    width: 100%;
}

    .theme-tab .tab-title, .theme-tab .tab-title2 {
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
        flex-basis: 94%;
        font-size: 1em;
    }

        .theme-tab .tab-title a, .theme-tab .tab-title2 a {
            text-transform: none;
            font-size: 15px;
            color: rgb(56, 56, 61);
        }

        .theme-tab .tab-title li, .theme-tab .tab-title2 li {
            padding-top: 10px;
            padding-left: 20px;
            padding-right: 20px;
        }

            .theme-tab .tab-title li.current, .theme-tab .tab-title2 li.current {
                border-bottom: 2px solid var(--theme-deafult);
            }

        .theme-tab .tab-title::-webkit-scrollbar {
            display: none;
        }

    .theme-tab .icon-prev {
        flex-basis: 6%;
        padding-top: 5px;
        cursor: pointer;
        display: none;
    }

    .theme-tab .icon-next {
        flex-basis: 6%;
        padding-top: 5px;
        text-align: right;
        cursor: pointer;
        display: none;
    }

.process {
    text-align: left;
}

.process-step {
    display: flex;
}

.step-bar {
    width: 21px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 12px;
    position: relative;
}



.step-bar-circle {
    margin-top: 6px;
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    background-color: rgb(0, 153, 0);
    border-radius: 50%;
    position: relative;
    opacity: 0.2;
    border: none;
}

.process-step.active .step-bar .step-bar-circle {
    opacity: 1;
}


.step-bar-circle:before {
    display: block;
    content: "";
    width: 21px;
    height: 21px;
    opacity: 0.2;
    background-color: rgb(0, 153, 0);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
}

.step-bar-line {
    margin-bottom: -6px;
    width: 1px;
    height: 100%;
    background-color: rgb(0, 153, 0);
    opacity: 0.2;
    z-index: 0;
}

.step-info {
    flex: 1 1 0%;
}

.step-info-status-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(120, 120, 120);
    margin-bottom: 15px;
}

.process-step.active .step-info .step-info-status-text {
    color: rgb(36, 36, 36);
}

.step-info-substate-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(120, 120, 120);
    margin-bottom: 4px;
}

.step-info-hint {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(120, 120, 120);
    margin-bottom: 4px;
}

.step-info-time {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(120, 120, 120);
    margin-bottom: 4px;
}

.step-info-divider {
    margin: 12px 0px;
    border-top: 1px solid rgb(238, 238, 238);
}

@media (max-width: 480px) {
    .section-t-space {
        padding-top: 30px;
    }

    #view-left-menu {
        display: none;
    }

    .top-header .container .text-right {
        display: block;
    }

    .blog-detail-page .comment-section li img {
        margin-right: 0;
    }

    .theme-tab .tab-title, .theme-tab .tab-title2 {
        font-size: 15px;
    }

    .step-info-status-text {
        margin-bottom: 10px;
    }

    .brand-logo img {
        height: 44px;
    }
}

.step-block {
    text-align: center;
    position: relative;
    padding: 30px 10px 30px 10px;
    border: solid 1px var(--theme-deafult);
    border-top: none;
}

    .step-block a, .step-block button {
        margin-top: 10px;
    }

.border-top-solid {
    border-top: solid 1px var(--theme-deafult);
}

.step-block span {
    left: 5px;
    position: absolute;
    top: 0;
}

.btn-disabled {
    color: #fff;
    background-color: #dddddd;
    border-color: #dddddd;
    cursor: not-allowed !important;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    background-image: none;
}

.font-default {
    font-family: Lato, sans-serif;
}

.dark-light {
    display: none;
}


.custom-swal-popup .swal2-actions .swal2-confirm {
    min-width: 80px;
}



@media (max-width: 577px) {
    .mobile-fix-option {
        height: 50px;
        background-color: var(--theme-deafult); /*#333333*/
    }

    /* .step-block .alert {
        margin: auto
    }

    .border-product .alert {
        margin: auto
    }*/

    .step-info-status-text {
        margin-bottom: 10px;
    }

    .top-header .header-dropdown .mobile-account i, .top-header .header-dropdown .mobile-wishlist i {
        font-size: 18px !important;
    }

    .theme-tab .icon-prev {
        padding-top: 5px;
    }

    .theme-tab .icon-next {
        padding-top: 5px;
    }

    .theme-tab .tab-title li {
        padding-left: 5px;
        padding-right: 5px;
    }
}




.hotline-phone-ring-wrap {
    position: fixed !important;
    left: 0;
    z-index: 1111111;
    bottom: 30px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 8px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid var(--theme-deafult);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 22px;
    left: 26px;
    position: absolute;
    background-color: var(--theme-deafult);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: var(--theme-deafult);
    width: 33px;
    height: 33px;
    top: 33px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

@-webkit-keyframes phonering-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;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6;
    }
}

@-webkit-keyframes phonering-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);
    }
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

@media (max-width: 991px) {
    .top-header .header-contact {
        display: block;
    }
}

header .container.logo {
    margin-top: 25px;
}

header .top-header {
    z-index: 999;
    background-color: var(--color-shopee-mall);
    height: 50px;
    width: 100%;
    top: 0px;
    position: fixed;
}

    header .top-header .header-contact ul li {
        color: white;
        display: inline-block !important;
        margin-left: 0px;
        padding-right: 10px;
    }

@media (max-width: 480px) {
    header .container.logo {
        margin-top: 60px;
    }

    header .top-header {
        height: 50px;
    }

    .section-t-space {
        padding-top: 0;
    }
}

.bg-color-shopee {
    background-image: linear-gradient(30deg, var(--color-shopee) 50%, transparent 50%);
}

.text-color-shopee {
    color: var(--color-shopee);
}

.mobile-fix-option {
    display: none
}

@media (max-width: 420px) {
    .no-slider .product-box:nth-last-child(-n+4) {
        margin: 0 10px 20px !important;
    }
}


.zalo-phone-ring-wrap {
    position: fixed !important;
    left: 0;
    z-index: 1111111;
    bottom: 100px;
}

.zalo-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 0;
    bottom: 0;
    display: block;
}

.zalo-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 8px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #028FE4;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.zalo-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 22px;
    left: 26px;
    position: absolute;
    background-color: #028FE4;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.zalo-phone-ring-img-circle {
    background-color: #028FE4;
    width: 33px;
    height: 33px;
    top: 33px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .zalo-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }


        .zalo-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

@media screen and (min-width: 800px) {
    .btn-outline:before {
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: "";
        background-color: var(--theme-deafult);
        z-index: -2;
    }

    .btn-outline:hover {
        color: #ffffff !important;
    }

        .btn-outline:hover i {
            color: #ffffff !important;
        }

        .btn-outline:hover:before {
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            left: 0;
            right: 0;
            opacity: 1;
        }
}
