.captcha img {
    border-radius: 10px;
}

a {
    color: #275fe0;
}

.resultAutoComplete {
    position: absolute;
    width: 43%;
    max-height: 80vh;
    background: white;
    top: 95px;
    z-index: 1000;
    border-radius: 25px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 4px 4px rgb(0 0 0 / 10%);
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #e0e0e2;
}

.headerSearchProducts {
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
}

.resultProducts {
    padding: 10px;
    width: 100%;
}

.searchProductResult {
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.productImageSearch {
    width: 5rem;
    height: 5rem;
}

.resultProducts a span {
    font-size: 14px;
    color: #424750 !important;
    margin-right: 1rem;
}

@media (max-width: 768px) {
    .resultAutoComplete {
        width: 92% !important;
        top: 208px !important;
    }

    .footer-copy-right {
        padding: 40px 0 !important;
    }

    .footer-namad img {
        object-fit: contain;
        margin: 5px 0;
    }

    .category-item .image {
        height: 60px !important;
    }

    .div-search {
        width: 100% !important;
    }
}

.contact-item .desc .social a:not(:last-child) {
    margin-left: 20px !important;
}

.top-menu-menu-custom ul li a i {
    margin-right: 4px !important;
    font-size: 14px !important;
}

.filter-category {
    max-height: 170px;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
}

.discountPercentSpan {
    background: #ff5a5a;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.div_discount {
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
    color: red;
}

.product-price-off {
    margin-bottom: 15px;
}

.text-justify p {
    text-align: justify !important;
}

.tag {
    border: 1px dashed #bfbfbf;
    padding: 5px 15px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 5px;
}

.product-desc-tab-content table tr td {
    padding: 15px 15px !important;
}

.reply {
    margin-right: 70px;
}

.form-counter {
    height: 36px !important;
}

@media print {
    .footer, header, .mega-menu, .mobile-footer, .tr_payment, #printPageButton {
        display: none !important;
    }
}

.pro-slider-2::before {
    background: #ff8100 !important;
}

.comment .avatar img {
    width: 100% !important;
    height: 100% !important;
}

.product-desc-tab-custom ul li button {
    border: 2px solid #edededbf !important;
    background: #ffffff !important;
    padding: 10px 50px !important;
    box-shadow: inherit !important;
    border-radius: 5px !important;
}

.product-desc-tab-custom ul li button.active::before {
    width: 100% !important;
    height: 4px !important;
    background-color: #0070ff !important;
}

.btn-add-to-cart {
    padding: 10px 25px !important;
}

.error {
    color: #f73c3c;
    margin-top: 5px;
}

.dropzone {
    border-style: dashed !important;
}

.dropzone i {
    font-size: 45px;
    color: #838383;
}

.product-box .product-title {
    min-height: 82px !important;
    height: 82px !important;
}

.boxGateway img {
    width: 130px;
    height: 90px;
}

.boxGateway a.active {
    border: 2px solid #27a9db;
    border-radius: 5px;
    transition: none;
}
