﻿
.wrapper-quickview .product-gallery::before {
    content: '';
    width: 100%;
    height: 100%;
  
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}

.menuList-primary {
    display: flex;
    justify-content: center;
}

.mainHeader.hSticky-nav .header-wrap-logo.wrap-logo-sticky a img {
    object-fit: contain;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

.wrapbox-contact ul {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.message-box {
    color: red;
    margin: 5px 0;
}

.message-box-pro {
    color: red;
    margin: 5px 0;
}

@media only screen and (max-width: 768px) {
    table {
        width: 100% !important;
        overflow: auto !important;
    }
}

.footer-info {
}

    .footer-info h4 {
        position: relative;
        color: var(--footer-color-title);
        padding: 15px 0;
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 12px;
    }

    .footer-info ul {
    }

        .footer-info ul li {
            margin-bottom: 8px;
        }

            .footer-info ul li a {
            }

.contact-1 a i {
    margin-right: 5px;
}

.newsletter-btn {
    color: white !important;
    cursor: pointer;
}

.messagebox {
    color: red;
}

.notice {
    margin: 3px 0;
}

.message-box-post {
    color: red;
}

.SendPostCM {
    color: white !important;
    cursor: pointer;
}

.description-productdetail #table-content-container {
    max-width: 100%;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
    display: inline-block;
    cursor: pointer;
}

.evaluate2__star {
    display: block;
}

    .evaluate2__star input {
        border: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        opacity: 0;
    }

    .evaluate2__star label {
        position: relative;
        float: left;
        color: #C8C8C8;
    }

        .evaluate2__star label:before {
            margin: 0 5px;
            content: "\f005";
            font-family: FontAwesome;
            display: inline-block;
            font-size: 1.5em;
            color: #ccc;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

    .evaluate2__star input:checked ~ label:before {
        color: #FFC107;
    }

    .evaluate2__star label:hover ~ label:before {
        color: #ffdb70;
    }

    .evaluate2__star label:hover:before {
        color: #FFC107;
    }

#btnSubmitReview {
    cursor: pointer;
}

.productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct {
    cursor: pointer;
}

.form__submit {
}

.single-language {
    cursor: pointer;
}

.mini-cart__quantity {
}

    .mini-cart__quantity .items-count {
        float: left;
        font-weight: 500;
        padding: 0 2px;
        height: 28px;
        width: 28px;
        text-align: center;
        background: #f9f9f9;
        color: var(--shop-color-text);
        border: 1px solid #f3f4f4;
        border-radius: 3px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    .mini-cart__quantity .number-sidebar {
        float: left;
        width: 38px;
        height: 28px;
        background: #fff;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        color: #252a2b;
        border: 1px solid #f3f4f4;
    }

    .mini-cart__quantity .btn-minus {
        border-right: 0;
    }

    .mini-cart__quantity .btn-plus {
        border-left: 0;
    }

.quantity-partent {
}

    .quantity-partent .items-count {
        float: left;
        font-weight: 500;
        padding: 0 2px;
        height: 28px;
        width: 28px;
        text-align: center;
        background: #f9f9f9;
        color: var(--shop-color-text);
        border: 1px solid #f3f4f4;
        border-radius: 3px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    .quantity-partent .number-sidebar {
        float: left;
        width: 38px;
        height: 28px;
        background: #fff;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        color: #252a2b;
        border: 1px solid #f3f4f4;
    }

    .quantity-partent .btn-minus {
        border-right: 0;
    }

    .quantity-partent .btn-plus {
        border-left: 0;
    }

.menuList-primary li:hover {
    background: #966f44;
}

.mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-menu-desktop .header-wrap-menu ul.menuList-primary > li:hover a {
    color: white;
}

.mainHeader .header-wrap-menu ul.menuList-submain li:hover a {
    color: white !important;
}

.affix-mobile {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
    -moz-box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
    box-shadow: 0 14px 20px -17px rgba(0,0,0,.75);
}



.back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-color: #966f44;
    color: #fff;
}

    .back-to-top.show {
        position: fixed;
        right: 30px;
        bottom: 10px;
        z-index: 999;
        top: auto !important;
    }

    .back-to-top svg {
        width: 15px;
    }

.header-company {
    color: white;
    font-size: 26px;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}
.boquatranbox {
    padding: 30px;
    background: #966f44;
 
}
    .boquatranbox .section-heading .hTitle a{
        color:white!important;
    }
    .boquatranbox .section-heading {
        justify-content: center;
    }
.imgCategoryex{
    margin-bottom:15px;
}
.imgCategoryex img{
    width:100%;
}
.asideBanner{

}
.asideBanner img{
    width:100%;
}