/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.form-group select,
.form-group input {
    outline: none;
}

.products__tabs .nav-product.featured .list-tabs li a,
.products__card .img .type {
    text-transform: uppercase;
}

.products__card .img .add-button a.wishlist {
    margin-left: -4px;
}

.products__card .img .add-button a.wishlist.liked {
    color: red;
}

.aside__cat>a {
    font-weight: 700;
    color: #343a40;
    font-size: 16px;
}

.aside__cat>ul {
    padding-left: 15px;
    margin-top: 10px;
}

.aside__cat .current {
    margin-bottom: unset;
    display: inline-block;
    font-weight: 500;
    color: #ff0000;
}

.aside__cat>a.current {
    font-weight: 700;
}

.products__card .info__title {
    min-height: 55px;
}

.products__card .img {
    height: 100%;
    aspect-ratio: 1/1;
}

.checkout .form-step table tbody tr td.image img {
    width: 50px;
    height: 50px;
}

.page-user {
    padding: 20px 35px;
    background-color: #fff;
}

.pointer {
    cursor: pointer;
}

.page-user .nv-list-item {
    list-style: none;
    padding-left: 100px;
}

.page-user figure.avatar figcaption {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 75%);
    text-align: center;
    color: #fff;
    font-size: 11px;
    width: 100%;
}

.page-user .users-menu>li>a {
    padding: 9px 20px 8px !important;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    background: #f4f4f4;
}

.page-user #funcList a {
    padding: 0 10px;
    width: 100%;
    display: inline-block;
}


/* Cart */

.empty-cart {
    text-align: center;
    width: 100%;
    background: rgb(217, 237, 247);
    padding: 95px 150px;
    border-radius: 6px;
}

.empty-cart .hd.hd-cart {
    font-size: 36px;
    margin-bottom: 15px;
    background: #92d5f6;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
}

.empty-cart .btn.btn-primary {
    background: #73bc28;
    border: none;
    font-size: 14px;
}

.checkout__header .accounts {
    display: flex;
    justify-content: end;
}

.checkout__header .accounts #boxUserArea {
    position: relative;
}

.checkout__header .accounts .dropdown-menu {
    width: 320px;
    right: -1% !important;
    transform: translateX(0%) !important;
    left: auto !important;
    margin-top: 8px;
    top: 100% !important;
    padding: 0;
    border-color: #00000026;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px #0000002d;
    box-shadow: 0 6px 12px #0000002d;
}

.checkout__header--top .accounts ul {
    text-align: unset;
}

.checkout__header--top .accounts ul li a {
    font-size: unset;
}

.checkout__header--top .accounts ul li:not(:last-child) {
    border: none;
}

.checkout__header--top .accounts .line {
    position: relative;
    margin-right: 16px;
    margin-left: 16px;
}

.checkout__header--top .accounts .line::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    border-right: 1px solid #1d1e20;
}

.checkout__header--top .box {
    min-height: unset;
}

.checkout .select2-container {
    width: 100% !important;
}

.checkout .select2-container .select2-selection--single {
    height: 40px !important;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.checkout .form-step table tbody tr td.image {
    width: 66px;
}

.checkout .variation-item .image img {
    width: 40px !important;
    height: 40px !important;
}

.checkout .order-shippings .form-group .payment-method.disabled {
    opacity: 0.4 !important;
}

.sidebar__checkout .box__body .gift-code h3 {
    align-items: center;
    font-weight: 700;
}

#coupons_info .alert {
    margin-bottom: 0;
}

#btn-clear-coupons {
    background: #f00;
    padding: 3px 7px 2px;
    font-size: 11px;
    color: #fff;
    border-radius: 3px;
    border: none;
    display: inline-block;
}

#btn-clear-coupons i {
    color: #fff !important;
    font-size: 12px;
    margin-right: 2px;
}

.btn-edit-card {
    padding: 2px 8px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    margin-left: 10px;
}

.btn-edit-card:hover {
    color: #333333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
}

.checkout .order-code {
    font-size: 24px;
    font-weight: 700;
}

.checkout .form-step .box__footer button:disabled {
    opacity: 0.75;
}


/* Menu */

.nav-lg nav>ul>li>a {
    border-right: 1px solid #eeeeee;
    transition: none;
}

.nav-lg nav>ul>li:hover>a {
    border-right-color: transparent;
    transition: none;
    border: 1px solid #cdcdcd;
    border-right: none;
}


/* Box zoom hình ảnh */

.zoom_opacity_click {
    width: 100vw;
    height: 100vh;
    opacity: 0.75;
    background: #000;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

.box_img_zoom10 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: block !important;
    z-index: 1000;
}

.remove_img_zoom a {
    position: relative;
}

.remove_img_zoom img {
    height: 75vh;
}

.remove_img_zoom_box {
    display: flex;
}

.remove_img_zoom i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    padding: 5px;
    border-radius: 2px;
}


/*.box_img_child{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 6%;
    }*/

.box_img_child {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 12%;
}

.box_img_zoom1 {
    display: none;
}

.box_img_child img {
    width: auto;
    top: 5%;
}

.baoquanh_thongtinphoto {
    display: inline-block;
}

.products.scroll.py-4 {
    position: relative;
}

.menu.menu-fixed.fixed {
    position: fixed;
    top: 50px;
}

.menu.menu-fixed ul li a,
.menu.menu-fixed ul li a i {
    transition: unset !important;
}

.block__header {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
    margin-top: 15px;
	padding-left: 15px;
}

.block__header h3.block__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}


/* .detail .block_other_view .products__card .img {
  min-height: 210px;
} */

.detail .block_other_view .products__card .info__title {
    font-size: 13px;
}

.detail .block_other_view .products__card .img .location,
.detail .block_other_view .products__card .img .fast,
.detail .block_other_view .products__card .img .promotion {
    font-size: 9px;
}

.detail .block_other_view .slick-prev,
.detail .block_other_view .slick-next {
    font-size: 24px;
    color: #333;
    top: 30%;
    background: rgb(255 255 255 / 85%);
    display: block;
    width: 24px;
    height: 40px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    border-radius: 4px;
}

.detail .block_other_view .slick-prev::before,
.detail .block_other_view .slick-next::before {
    display: none;
}

.detail .block_other_view .slick-prev {
    left: 10px;
}

.detail .block_other_view .slick-next {
    right: 10px;
    padding-left: 4px;
}

.detail .sidebar__deal h4 {
    border-bottom: 1px solid #d2d2d2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.sidebar__deal.products .products__card .img {
    min-height: 270px;
}


/* .block_other_view .d-flex.flex-product .item {
    width: unset;
} */

.detail__main .slider-nav .slick-prev {
    text-align: left;
    left: calc(100% - 15px);
}

.detail__main .slider-nav .slick-prev i {
    transform: rotate(-90deg);
}

.detail__main .slider-nav .slick-next {
    text-align: right;
    right: calc(100% - 15px);
}

.detail__main .slider-nav .slick-next i {
    transform: rotate(90deg);
}

#lightSlider img {
    display: block;
    height: auto;
    max-width: 100%;
}

#lightSlider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

#lightSlider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.lSSlideOuter {
    position: relative;
}

.lSAction>a {
    top: unset !important;
    bottom: 10px;
    background: unset !important;
}

.lSAction>.lSPrev {
    background-position: unset !important;
    left: 5px;
}

.lSAction>.lSNext {
    background-position: unset !important;
    right: -10px !important;
}

.lSAction>a.lSPrev>i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lSAction>a.lSNext>i {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lSSlideOuter .lsNav {
    margin: 10px 35px !important;
    overflow: hidden;
}


/* .lSSlideOuter .lSPager.lSGallery  {
    padding: 0 15px;
} */

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important;
}

.lSSlideOuter .lSPager.lSGallery li.active img {
    border: 3px solid #73bc28;
    border-radius: 0;
}


/* Mobile */

@media (max-width: 991.98px) {
    .content.signed .img-thumbnail.bg-gainsboro {
        border-radius: 50%;
    }
    .content.signed .nv-list-item {
        padding-left: 0;
        list-style: none;
        text-align: center;
        margin-bottom: 0;
    }
    .content.signed .nv-list-item li a {
        padding: 0 !important;
        color: #222222 !important;
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .detail form .action .add-to-cart {
        width: 70%;
        display: inline-block !important;
    }
    .detail form .action .wishlist {
        width: 20%;
        display: inline-block !important;
        height: 55px;
        vertical-align: bottom;
        margin-top: 5px;
    }
.shopee {
    transform: translate(388%, -100%);
}
}

.hotline_mobile {
    display: none;
}

.footer__top .row>div:last-child {
    text-align: right;
}

@media (max-width: 767.98px) {
    .footer {
        margin-top: 45px;
    }
    .products__card .info__title {
        font-size: 13px;
        line-height: 18px;
        height: 45px;
        overflow: hidden;
        min-height: unset !important;
    }
    .blog {
        margin-top: 15px;
    }
    .container .blog-detail {
        margin: 10px -15px;
    }
    .block_other_view.other_view {
        margin-bottom: 25px;
    }
    #ban-do .modal-dialog {
        max-width: 900px;
        width: calc(100% - 15px);
    }
    #ban-do .modal-dialog .close {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: none;
        background-color: #000;
        color: #fff;
        opacity: 0.7;
        font-size: 20px;
    }
    .container .checkout .container {
        padding: 0;
    }
    .checkout .form-step .box__footer {
        display: block;
    }
    .checkout .checkout__step--2 .form-step .box__footer,
    .checkout .checkout__step--3 .form-step .box__footer {
        display: flex;
    }
    .checkout .form-step .box__footer .button-group {
        align-items: center;
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }
    .hotline_mobile {
        display: block;
        text-align: center;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .hotline_mobile a {
        color: red;
    }
    .footer__top .footer__title {
        display: flex;
        justify-content: space-between;
        padding-left: 20%;
        margin-bottom: 20px;
    }
    .footer__top .image img {
        position: absolute;
        top: -35%;
        max-height: 100px;
        left: 25px;
    }
    .footer__top .image {
        display: block;
        width: unset !important;
    }
    .products__card .info__cost .wishlist.liked i {
        color: #ed1c24;
    }
    .checkout {
        padding: 30px 0px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .checkout.payment-page {
        margin-left: 0;
        margin-right: 0;
    }
    .footer__top .row>div:last-child {
        text-align: center;
    }
    section.register {
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .products__card .info__cost .wishlist {
        display: block;
        z-index: 1;
    }
    .register form {
        padding: 15px 20px !important;
    }
    .detail #danh-gia .rating .d-flex.align-items-center .rating__summary,
    .detail #danh-gia .rating .d-flex.align-items-center .rating__detail {
        width: 100%;
        border-left: none;
    }
    .detail .order-number #pnum.form-control {
        width: 100px;
    }
    /* .products__card .img {
    min-height: 156px;
  } */
    .fluidMedia {
        position: relative;
        padding-bottom: 56.25%;
        /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
        height: 0;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .fluidMedia iframe,
    .fluidMedia video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	.vote {
    border-left: none;
    margin-left: 0;
	width: auto;
	}
	.detail__main .info__title {
	font-size: 18px;
	}
	.dynamic-content h2 {
    font-size: 16px;
    font-weight: 600;
	}
}

.box-discounts {
    display: flex;
}

.box-discounts .box-discount--right .wrapper-vip {
    padding: 5px 10px;
    background: #f0f0f0;
    margin-left: 75px;
    border-radius: 4px;
}

.box-discounts .box-discount--right .wrapper-vip .vip {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.box-discounts .box-discount--right .wrapper-vip .vip:last-child {
    margin-bottom: 0;
}

.box-discounts .box-discount--right .wrapper-vip .vip i {
    color: #ed1c24;
    font-size: 24px;
}

@media (max-width: 450px) {
.box-discounts {
    display: block;
}
.box-discounts .box-discount--right .wrapper-vip {
    margin-left: 0;
}
.shopee {
    position: absolute;
    left: 50%;
    transform: translate(140%, -190%);
}
}

.box-img-status {
    text-align: center;
}

.box-img-status img {
    display: block;
    margin: 0 auto;
}

.box-img-status strong {
    color: #ed1c24;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 375px) {
    .empty-cart {
    padding: 26px 0 !important;
    }
}

@media (max-width: 450px) {
    .empty-cart {
    padding: 26px 0 !important;
    }
	.page-user {
    padding: 15px 8px;
    background-color: #fff;
}
}

@media (max-width: 767.98px) {
    .empty-cart {
    padding: 26px 0 !important;
    }

.empty-cart {
    padding: 26px 0 !important;
    }
}

.d-none{
    display: none;
}