/**
 * 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 */

.product-info .flash-detail {
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: dashed 2px red;
}

.product-info .timer {
    display: flex;
    justify-content: space-between;
}

.product-info .timein {
    color: #ca3604;
    font-weight: bold;
    line-height: 32px;
}

.product-info .timein .days,
.product-info .timein .hours,
.product-info .timein .minutes,
.product-info .timein .seconds {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 33px;
    height: 32px;
    border-radius: 4px;
    background: #ca3604;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    margin: 0 5px;
    position: relative;
}

.product-info .timein .days::before,
.product-info .timein .hours::before,
.product-info .timein .minutes::before,
.product-info .timein .seconds::before {
    position: absolute;
    right: -9px;
    color: #000;
    content: ":";
}

.product-info .timein .days:last-child::before,
.product-info .timein .hours:last-child::before,
.product-info .timein .minutes:last-child::before,
.product-info .timein .seconds:last-child::before {
    display: none;
}

.product-info .timein .days:first-child,
.product-info .timein .hours:first-child,
.product-info .timein .minutes:first-child,
.product-info .timein .seconds:first-child {
    margin-left: 0;
}

.product-info .timein span {
    display: block;
    color: #000;
}

.product-info .timer p {
    font-size: 16px;
    margin: 0 10px 0 0;
    padding: 0;
    color: #e44724;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.product-info .timer p span {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}

.product-info .flash-sale {
    margin: 5px 0;
    background: #ffb6b6 !important;
    border-radius: 5px;
}

.product-info .flash-sale-label {
    font-size: 12px;
}

.product-info .flash-sale-progressbar {
    display: block;
    width: 100%;
    height: 10px;
    background: #ebebeb;
    margin-top: 2px;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
}

.product-info .flash-sale-progressbar .flash-sale-percent {
    width: 50%;
    height: 100%;
    background-color: #ed4949;
    border-radius: 99px 0 0 99px;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    background-size: 40px 40px;
}

.product-info__price .old-price {
    text-decoration: line-through;
    color: #898989;
    font-size: 14px;
}

.nv-list-item {
    padding-left: 25px;
}

.nv-list-item li {
    position: relative;
}

.nv-list-item li em {
    position: absolute;
    left: -15px;
    top: 0px;
}

.nv-list-item li h3 {
    font-size: 16px;
}

.nv-list-item li h3 a {
    color: #333;
}

article p {
    word-break: break-all;
}

.popup-cart-item a {
    text-align: unset !important;
}

.header .header-top .header-logo a img {
    height: 50px;
}

.box-price-cart .old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #898989;
}

#shipping_form input {
    position: relative;
}

.shipping-option ul {
    display: flex;
}

.shipping-option ul li {
    margin-right: 10px;
}

.cart h1,
.cart h4 {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #898989;
}

.loadContactForm {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0 10px rgba(217, 222, 226, 0.8);
}

.loadContactForm .form-group {
    margin-bottom: 12px;
}

.loadContactForm label {
    font-weight: 600;
    margin-bottom: 5px;
}

.header .header-top .header-logo {
    max-height: 75px;
}

.header .header-top .header-logo a img {
    height: 75px;
}

.product_item .product-thumbnail .image_thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all ease 0.4s;
}

.product_item:hover .product-thumbnail .image_thumb img {
    transform: scale(1.1);
}

.product_item {
    overflow: hidden;
}

.product_item .product-thumbnail {
    aspect-ratio: 1125/1500;
    overflow: hidden;
}

.product_item .product-thumbnail .image_thumb::before {
    display: none;
}

.product_item .product-thumbnail .label-sale {
    bottom: 10px;
    top: unset;
}

.product_item {
    position: relative;
}

.product_item::before {
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(/themes/vutashop/assets/images/watermark.png);
    background-size: cover;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    background-repeat: no-repeat;
    content: "";
    z-index: 4;
}

.blog-item .box-img {
    aspect-ratio: 3/2;
    overflow: hidden;
}

.menu-leftside-sticky {
    position: sticky;
    top: 95px;
    z-index: 100;
}

.top-footer {
    background: var(--primary);
}

.fly-cart {
    display: none;
}

.sale-pop-img {
    aspect-ratio: 1/1;
}

.sale-pop-img img {
    height: 100%;
    width: 100%;
}

.card h1 {
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
}

.popup-cart-item .box-img {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.popup-cart-item .box-img img {
    object-fit: cover;
}

.place-order a {
    display: inline-block;
    color: var(--primary);
}

#menu-mobile .mobile-logo img {
    background: transparent;
}

@media (max-width:996px) {
    section.section_banner_top {
        margin-bottom: 0;
    }
    section.home-blog {
        padding: 0 10px;
    }
}