.product-mega__panel {
    display: none;
}

.product-mega__panel.is-active {
    display: block;
}

.wh-deployment-partner article {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
    transition-delay: var(--delay, 0ms);
}

.wh-deployment-partner article.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ------------------------------------ */

.l50-phone {
    position: relative;
    width: min(100%, 330px);
    aspect-ratio: 0.54;
    border-radius: 42px;
    background: #101c25;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);

    transform: rotate(-4deg);

    overflow: hidden;
}

/* Vùng màn hình bên trong điện thoại */
.l50-phone__screens {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    background: #07151d;
}
/* .l50-phone__screen {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: inherit;
}
.l50-phone__screen.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}*/
.l50-phone__screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    user-select: none;
    -webkit-user-drag: none;
} 



.addThis_listing {
  position: fixed;
  left: 20px;
  bottom: 180px;
  display: grid;
  gap: 10px;
  z-index: 9999;
    list-style-type: none;
    padding-left: 0;
}

.addThis_listing .addThis_item .btn-shopping-cart {
  position: relative;
}

.timkiem .form-control {
    width: 250px;
}

.addThis_listing .addThis_item .btn-shopping-cart .cart_count {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addThis_listing .addThis_item .btn-shopping-cart .icon {
  width: 40px;
  height: 40px;
  background: #F2B13A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


.support-box {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 999;
}

.support-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #222;
    padding: 15px;
    position: relative;
    transition: 0.35s;
}

.support-item:not(:last-child) {
    border-right: 1px solid #ececec;
}

.support-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.support-icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.support-item span {
    font-size: 22px;
    font-weight: 500;
}

.line {
    width: 100%;
    height: 1px;
    border-radius: 30px;
    margin-top: 10px;
}

.line.green {
    background: #48c000;
}

.line.blue {
    background: #1c73ff;
}

.line.dark {
    background: #3f434d;
}

/* Hover */

.support-item:hover {
    background: #fafafa;
}

.support-item:hover .support-icon {
    transform: translateY(-8px) scale(1.06);
}

.support-item:hover .line {
    width: 70px;
}


.support-item .green {
    background: #39c000;
}

.support-item .blue {
    background: #0d6efd;
}

.support-item .dark {
    background: #444;
}

.support-item:hover .line {
    width: 52px;
}

.support-item.active .line {
    width: 52px;
}


.pr_search_trigger.show i:before {
    content: "\ec2a"
}

.pr_search_trigger {
    font-size: 20px;
    padding: 0
}

.timkiem {
    display: none
}

.timkiem.show {
    display: block
}


.search_form form {
    position: relative
}

.medium_divider,
.search_form form input:focus {
    height: 50px
}

.product_search_form {
    max-width: 840px;
    position: relative;
    width: 100%
}
.product_search_form input {
    height: 42px;
    padding-right: 50px !important;
    border: 1px solid #fff
}

.search_btn {
    background-color: unset;
    border: 0;
    bottom: 1px;
    font-size: 20px;
    padding: 0 20px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9
}

.product_search_form select {
    max-width: 184px;
    overflow: hidden;
    text-overflow: ellipsis
}

.product_search_form.rounded_input select {
    border-radius: 30px 0 0 30px;
    padding: 8px 35px 8px 15px
}

.product_search_form.rounded_input input {
    border-radius: 0 30px 30px 0 !important
}
.search_form form input {
    height: 50px;
    padding: 5px 20px 5px 60px
}

.search_form .icon_search {
    border-right: 1px solid #ddd;
    border-radius: 0;
    padding: 0 15px 0 5px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.search_form .icon_search i {
    font-size: 24px;
    margin-right: 0
}

.timkiem {
    position: absolute;
    bottom: -95px;
    right: 175px;
    width: 30%;
}

.search_form .icon_search {
    border-right: 1px solid #ddd;
    border-radius: 0;
    padding: 0 15px 0 5px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

/* Mobile */
@media (max-width: 991px) {

    .search_form .icon_search {
        left: 18px
    }

    .support-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .support-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .support-icon {
        width: 40px;
        height: 40px;
    }

    .support-icon img {
        width: 40px;
        height: 40px;
    }

    .support-item span {
        font-size: 6px;
    }

    .addThis_listing {
        display: none;
    }
}