
/*POPUP*/

#full_overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
    opacity: .7;
    z-index: 10001;
}

.wrap-box-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    max-width: 900px;
    z-index: 10010;
}

.is-flex {
    display: flex !important;
}

.is-flex-wrap {
    flex-wrap: wrap !important;
}

.product-info-container {
    width: auto;
    height: auto;
    min-height: 202px;
    position: relative;
    padding: 10px 10px 30px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.product-info-container .block-box-price {
    height: 30px;
}

.block-product-list-vts {
    padding-top: 15px;
}

.block-product-list-vts .product-item {
    width: calc(20% - 8px);
    margin-bottom: 10px;
    max-width: unset;
}

.block-product-list-vts .product-item:not(:nth-of-type(5n)) {
    margin-right: 10px;
}

.block-product-list-vts .product-item:hover .product-image img {
    transform: scale(1.1);
}

.block-product-list-vts .product-item .product-image {
    padding: 25px 0;
    text-align: center;
}

.block-product-list-vts .product-item .product-image img {
    max-width: 100%;
    margin: 10px 0 0 0;
    transition: .3s;
}

.block-product-list-vts .product-item .product-name {
    margin: 5px auto;
    height: 50px;
}

.block-product-list-vts .product-item .product-name h3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-family: SFProDisplayBold;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    /* or 17px */
    color: #000000;
    margin: 0;
}

.block-product-list-vts .product-item .product-badge {
    margin-top: 6px;
    margin-bottom: 5px;
}

.block-product-list-vts .product-item .product-badge p {
    font-family: SFProDisplayRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    /* identical to box height, or 16px */
    /* Neural / Gray 3[day] */
    color: #303030;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    gap: 5px;
    background: #FFFFFF;
    border: 1px solid #E90628;
    border-radius: 5.5px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
}

.block-product-list-vts .product-item .product-badge p a {
    font-family: SFProDisplayRegular;
    color: #000;
}

.block-product-list-vts .product-item .block-box-price .price {
    font-family: SFProDisplayBold;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    display: flex;
    align-items: flex-end;
    color: #E90628;
}

.block-product-list-vts .product-item .block-box-price .price-old {
    font-family: SFProDisplayBold;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    /* or 14px */
    display: flex;
    align-items: flex-end;
    text-decoration-line: line-through;
    /* Gray 4 */
    color: #BDBDBD;
}

.block-product-list-vts .product-item .box-buy-online-gift {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 12px;
    gap: 5px;
    /* Primary / Blue[day] */
    background: #0F59C8;
    border-radius: 4px 4px 0px 0px;
    margin: 0 -10px;
}

.block-product-list-vts .product-item .box-buy-online-gift .gift-text {
    font-family: SFProDisplayRegular;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    /* identical to box height, or 16px */
    text-transform: uppercase;
    /* Neural/White 1[day] */
    color: #F4F2F4;
}

.block-product-list-vts .product-item .product-promotions {
    /* Thông tin ưu đãi khác */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 8px;
    gap: 10px;
    /* Neural/White 1[day] */
    background: #F4F2F4;
    /* Stroke - Desktop */
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 74px;
    overflow-y: hidden;
}

.block-product-list-vts .product-item .product-promotions .promotion-text {
    font-family: SFProDisplayRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    /* identical to box height, or 16px */
    /* Neural / Gray 3[day] */
    color: #303030;
}

.block-product-list-vts .product-item .percent-discount {
    position: absolute;
    right: 0px;
    top: 0px;
    /* Primary/Yellow[day] */
    background: #FFC803;
    border-radius: 0px 8px;
    padding: 6px;
    text-align: center;
    z-index: 3;
}

.block-product-list-vts .product-item .percent-discount .percent-discount-text1 {
    font-family: SFProDisplayBold;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    /* Gray 1 */
    color: #333333;
}

.block-product-list-vts .product-item .percent-discount .percent-discount-text2 {
    font-family: SFProDisplayBold;
    font-style: normal;
    font-size: 17px;
    line-height: 20px;
    /* Gray 1 */
    color: #333333;
}


.block-combo__product-color {
    gap: 5px;
    margin: 5px 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.block-combo__product-color .img-container {
    border: 1px solid rgba(159, 157, 157, 0.588);
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    padding: 6px;
    width: 35px;
}

.block-combo__product-color .img-container img {
    height: auto;
    max-width: 100%;
}

.block-combo__product-color .img-container.active-color {
    border: 1px solid #e11b1e;
}

.block-combo__product-color .img-container:hover {
    background-color: #fff1f1;
}


.popupcombo {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    padding: 15px 10px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
}

.popupcombo .product-info {
    text-align: left;
}

.popupcombo .product-info .product-name {
    height: 35px;
    overflow-y: hidden;
}

.popupcombo .product-info .group-option {
    margin-top: 10px;
}

.popupcombo .product-info .group-option .btn-choice {
    cursor: pointer;
    padding: calc(.5em - 1px) 1em;
    text-align: center;
    white-space: nowrap;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: .9em;
    font-family: SFProDisplayRegular;
    height: auto;
    background-color: #e90628;
    width: 100%;
    display: inline-block;
}

.popupcombo .product-info .group-option .btn-detail {
    cursor: pointer;
    padding: calc(.5em - 1px) 1em;
    text-align: center;
    white-space: nowrap;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: .9em;
    font-family: SFProDisplayRegular;
    height: auto;
    background-color: #2382f1;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

.btn-group-cate-type {
    display: none;
    justify-content: center;
    align-items: center;
}

.btn-group-cate-type .btn-remove {
    background: none;
    border-radius: 50%;
    border: 1px solid #e90628;
    font-family: 'SFProDisplayRegular';
    color: #e90628;
    font-size: .8em;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.swiper-button-prev {
    background-color: #fff;
    border-radius: 100px 0 0 100px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    color: #3c3d41;
    border-radius: 0 100px 100px 0;
}

.swiper-button-prev:after {
    font-size: 1.8em !important;
    color: #3c3d41;
    transform: translateX(-30%);
}

.swiper-button-next {
    background-color: #fff;
    border-radius: 100px 0 0 100px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    color: #3c3d41;
}

.swiper-button-next:after {
    font-size: 1.8em !important;
    color: #3c3d41;
    transform: translateX(30%);
}

.block-combo__product-color {
    gap: 5px;
    margin: 5px 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.block-combo__product-color .img-container {
    border: 1px solid rgba(159, 157, 157, 0.588);
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    padding: 6px;
    width: 35px;
}

.block-combo__product-color .img-container img {
    height: auto;
    max-width: 100%;
}

.block-combo__product-color .img-container.active-color {
    border: 1px solid #e11b1e;
}

.block-combo__product-color .img-container:hover {
    background-color: #fff1f1;
}

.price {
    font-size: 16px !important;
}

.price-old {
    font-size: 14px !important;
}

.wrap-shop-cart .choose-amount .choosenumber {
    justify-content: center;
    align-items: center;
    align-content: center;
    min-width: 80px;
}

.wrap-shop-cart .choose-amount .choosenumber .abate, .wrap-shop-cart .choose-amount .choosenumber .augment {
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
    min-width: 18px;
    min-height: 18px;
    object-fit: contain;
}

.wrap-shop-cart .choose-amount .choosenumber .number {
    margin: 0 5px;
    min-width: 8px;
}