.sidebox-order_action .btncart-checkout:before {
    background: var(--mainColor)!important;
}
.sidebox-order_action .btncart-checkout {
    border-color: var(--mainColor)!important;
}
.sidebox-order_total p .total-price{
	color:var(--textColor) !important
} 
.section_product_tab .view-more {
    margin-top: 6px;
    text-align: center;
}
/* ============================================================
   CSS cho buttons sàn TMĐT - Tích hợp vào OpenCart
   File: catalog/view/theme/YOUR_THEME/stylesheet/ecommerce-buttons.css
   ============================================================ */

.ecommerce-buttons {
    margin:0 0 20px;
    padding: 0;
    display: block;
    width: 100%;
}

.ecommerce-button {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid #ddd;
}

.ecommerce-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-decoration: none;
}

.ecommerce-button:active {
    transform: translateY(0);
}

.ecommerce-button .icon-container {
    width: 80px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-right: none;
    border-radius: 8px 0 0 8px;
    flex-shrink: 0;
}

.ecommerce-button .icon-container img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.ecommerce-button .button-content {
    flex: 1;
    padding: 18px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Shopee - Orange/Coral */
.ecommerce-button:nth-child(1) .button-content {
    background: linear-gradient(135deg, #ee4d2d 0%, #ff6433 100%);
    
}

.ecommerce-button:nth-child(1):hover .button-content {
    background: linear-gradient(135deg, #d63d1d 0%, #ee5423 100%);
}

/* Lazada - Pink/Magenta */
.ecommerce-button:nth-child(2) .button-content {
    background: linear-gradient(135deg, #ff006b 0%, #ff4d9e 100%);
}

.ecommerce-button:nth-child(2):hover .button-content {
    background: linear-gradient(135deg, #e6005b 0%, #ee3d8e 100%);
}

/* TikTok - Black */
.ecommerce-button:nth-child(3) .button-content {
    background: linear-gradient(135deg, #000000 0%, #2d2d2d 100%);
}

.ecommerce-button:nth-child(3):hover .button-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #3d3d3d 100%);
}

/* Tiki - Blue */
.ecommerce-button:nth-child(4) .button-content {
    background: linear-gradient(135deg, #189eff 0%, #38b6ff 100%);
}

.ecommerce-button:nth-child(4):hover .button-content {
    background: linear-gradient(135deg, #088eef 0%, #28a6ef 100%);
}

/* Responsive Design */
@media (max-width: 991px) {
    .ecommerce-button .button-content {
        font-size: 15px;
        padding: 16px 20px;
    }

    .ecommerce-button .icon-container {
        width: 75px;
        height: 58px;
    }

    .ecommerce-button .icon-container img {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 768px) {
    .ecommerce-buttons {
        margin: 15px 0;
    }

    .ecommerce-button {
        margin-bottom: 12px;
    }

    .ecommerce-button .button-content {
        font-size: 14px;
        padding: 15px 18px;
    }

    .ecommerce-button .icon-container {
        width: 70px;
        height: 55px;
    }

    .ecommerce-button .icon-container img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .ecommerce-button .button-content {
        font-size: 13px;
        padding: 14px 15px;
        letter-spacing: 0.3px;
    }

    .ecommerce-button .icon-container {
        width: 65px;
        height: 52px;
    }

    .ecommerce-button .icon-container img {
        width: 38px;
        height: 38px;
    }
}

/* Animation khi load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ecommerce-button {
    animation: fadeInUp 0.5s ease-out;
}

.ecommerce-button:nth-child(1) { animation-delay: 0.1s;border: 2px solid #f1512e; }
.ecommerce-button:nth-child(2) { animation-delay: 0.2s;border: 2px solid #ee3d8e; }
.ecommerce-button:nth-child(3) { animation-delay: 0.3s;border: 2px solid #2d2d2d; }
.ecommerce-button:nth-child(4) { animation-delay: 0.4s;border: 2px solid #38b6ff;}
.article-main .goto-wrapper {
    width: 100%;
    background: #ebf9ff;
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    border-radius: 10px
}

.article-main .goto-wrapper .title-goto-wrapper {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.article-main .goto-wrapper .title-goto-wrapper .icon {
    width: 34px;
    height: 34px;
    padding: 3px 4px;
    background: var(--mainColor);
    border-radius: 10px
}

.article-main .goto-wrapper .title-goto-wrapper .icon svg {
    width: 24px;
    height: 24px;
    margin-top: 2px
}

.article-main .goto-wrapper .title-goto-wrapper .icon svg path {
    fill: #fff
}

.article-main .goto-wrapper .title-goto-wrapper .icon:hover {
    background: var(--hover)
}

.article-main .goto-wrapper .title-goto-wrapper .icon:hover svg path {
    fill: #fff
}

.article-main .goto-wrapper .menu-toc {
    margin-top: 8px
}

.article-main .goto-wrapper .menu-toc .toc-list {
    list-style: decimal;
    list-style-type: disc;
    list-style-position: inherit;
    padding-left: 20px
}

.article-main .goto-wrapper .menu-toc .toc-list .toc-list-item {
    color: #000;
    margin-bottom: 4px;
    font-size: 1.6rem
}

.article-main .goto-wrapper .menu-toc .toc-list .toc-list-item a {
    color: #000;
    font-size: 1.6rem
}

.article-main .goto-wrapper .menu-toc .toc-list .toc-list-item a:hover {
    color: var(--hover)
}

.article-main .goto-wrapper .menu-toc .toc-list .toc-list-item .is-collapsible {
    list-style: decimal;
    list-style-type: circle;
    list-style-position: inherit;
    padding-left: 20px
}

.article-main .article-content-main {
    margin-bottom: 20px
}

.article-main .article-content-main h2:before,.article-main .article-content-main h3:before {
    display: block;
    content: " ";
    height: 60px;
    margin-top: -60px;
    visibility: hidden
}
.cf-fab{
    display: flex !important;
    justify-content: center;
}
.product-option-mau-sac .product-option-radio span, .product-option-mau .product-option-radio span, .product-option-color .product-option-radio span{
    height:26px !important;
}
@media (min-width: 1200px) {
    .product-review-details .product-tab {
        width: 100% !important;
        margin: 0 auto;
      padding-right: 0px !important;
    }
}
.swiper-slide__video{
    display:flex;
    text-align:center;
}
.item-blog.item-blog-first img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.out-of:before, .out-of:after{
    display:none;
}