﻿.title-head {
    color: black !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

.accordion-header button {
    color: black !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

.product__widget-content {
    font-size: 1rem;
}

.form-check-input[type=radio] {
    margin-right: 8px !important;
}

.form-check-label {
    font-size: 1rem;
}

.form-check-input {
    margin-top: 0 !important;
}

.sortPagiBar b {
    margin-right: 10px;
    vertical-align: 3px;
}

.filter-item-check-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .filter-item-check-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #eee;
}

.filter-item-check-box:hover input ~ .checkmark {
    background-color: #ccc;
}

.filter-item-check-box input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter-item-check-box input:checked ~ .checkmark:after {
    display: block;
}

.filter-item-check-box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.collection-name {
    font-weight: 600;
    font-size: 1.5rem;
}

.product-info {
    font-size: 1rem;
}

.product-info .in_1 {
    font-size: 1rem;
}

.product-info .inventory_quantity, #vendor, #type {
    color: #00b907;
}

.product_summary{
    font-size: 1rem;
    white-space: pre-line;
}

    .product_summary ul li {
       list-style: disc;
    }

    .product-price {
        background: #fafafa;
    }

    .product-price .special-price {
        color: #ff4e00;
        font-size: 2rem;
        font-weight: bold;
    }
    
    .product-price .old-price {
        font-size: 1rem;
        font-weight: bold;
    }

.product_poli_wrap h5 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem !important;
}

.product_poli i {
    width: 30px;
}

.product_poli_wrap ul li {
    padding: 0.5rem 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    border-top: 1px solid #ccc;
}

.product_poli .media-body {
    font-size: 1rem;
    margin-left: 15px;
}


.product_info_specifications .name, .value {
    font-size: 1rem;
}

.product_info_specifications tr td {
    color: #666 !important;
}

.custom-btn-number {
    display: inline-flex;
}

.custom-btn-number button {
    margin-right: 10px;
    color: var(--mainColor);
}


.custom-btn-number input {
    max-width: 100px;
}

    .custom-btn-number button:hover {
        background-color: var(--mainColor) !important;
        color: white !important;
    }

header {
    font-size: 1rem;
    font-weight: 600;
    color: var(--textColor);
    min-width: 100px;
}

.product__details-des-wrapper, .product_info_specifications {
    font-size: 1rem;
}

.product__details-des-wrapper img {
    width: 100% !important;
    height: auto !important;
}

.product__details-nav {
    position: relative;
}

@media (max-width: 769px){
    .product__details-nav {
        position: relative;
        margin-bottom: 113px !important;
        height: auto;
    }
}

.product_item .product_img {
    position: relative;
    overflow: hidden;
}

.product_item:hover > .product_img > .product-card-hover {
    transform: translateX(100%);
}

#sync2 {
    margin-top: 10px;
    padding-right: 3px !important;
}

#sync2 img{
    cursor: pointer; 
}

.linehot_pro img {
    width: 10%;
}

.linehot_pro span {
    font-size: 1.5rem;
    font-weight: 800;
}

.linehot_pro a {
    font-size: 1rem;
    font-weight: 800;
}

.btn-tragop {
    background: var(--buttonColor1) !important;
    border-color: var(--buttonColor1) !important;
}


.filter-toggle {
    display: none !important;
    position: fixed;
    height: 40px;
    width: 40px;
    bottom: 264px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--mainColor);
    z-index: 10;
    cursor: pointer;
}

    .filter-toggle i {
        color: white;
    }

 @media (max-width: 991px){
    .filter-toggle {
        display: flex !important;
    }

    .filter-container.filter-open {
        transform: translateX(0);
    }

    .filter-container {
        position: fixed;
        top: 58px;
        bottom: 0;
        right: 0;
        background-color: white;
        overflow-y: scroll;
        z-index: 9;
        width: 300px;
        transition: transform .5s ease-in;
        transform: translateX(300px);
    }
 }


.brand-container {
    height: 350px;
    overflow: auto;
}

/*Quà tặng khuyến mãi*/
.free-gifts {
    position: relative;
    border: 1px dashed var(--mainColor3);
    background: rgba(255,237,232,0.5);
}

    .free-gifts legend {
        width: auto;
        padding: 0 16px 0 16px;
        color: var(--mainColor);
        font-weight: 600;
        background: #fff6f3;
        font-size: 18px;
    }

    .free-gifts .free-gifts-content {
        font-size: 1rem;
    }

        .free-gifts .free-gifts-content ul li::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-size: 1rem;
            color: var(--mainColor);
            content: "\f058";
            margin-right: 5px;
        }

    .free-gifts .m_copy {
        font-size: 12px;
        border-radius: 50px;
    }

/*======*/
.product-sidebar-container {

}

.product-sidebar-container h3 {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--mainColor);
    color: white;
}

    .product-sidebar-container .product_img img {
        object-fit: contain;
        max-width: 100px;
        min-height: 100px;
        max-height: 100px;
    }

    .product-sidebar-container .product_name {
        height: 48px;
        padding-left: 0;
        background-color: white;
        color: var(--mainColor2);
        border-radius: 0;
    }

/*=======*/
.multi-buy-price {
    font-size: 1rem;
}

    .multi-buy-price a {
        color: var(--mainColor) !important;
    }
/*=======*/
.btn-plus i, .btn-minus i{
    color: var(--mainColor) !important;
}

.btn-minus:hover > i {
    color: white !important;
}

.btn-plus:hover > i {
    color: white !important;
}

/*=========*/
.main-content {
    margin-top: 44px;
}

.MsoTableGrid {
    border-collapse: collapse;
    width: 100%;
}

.MsoTableGrid td, .MsoTableGrid th {
    border: 1px solid #ddd !important;
    padding: 8px !important;
}

.MsoTableGrid tr:nth-child(even) {
    background-color: #f2f2f2;
}

.MsoTableGrid .MsoNormal {
    font-size: 1rem;
    margin-bottom: 0;
}