/*NhoGem custom css Flatsome*/

.is-home {
    display: none !important;
}
@media (min-width: 1024px){
    body.home .is-home {
        display: block !important;
    }
}

.heading-blog h1 {
    font-size: 17px;
    color: #333;
    padding-left: 15px;
    padding-bottom: 9px;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-bottom: 1px dotted #eeeeee;
    font-weight: 600;
    position: relative;
    line-height: 1.1;
}
.heading-blog h1:before {
    content: "";
    border-left: 4px solid #d9232e;
    position: absolute;
    top: -2px;
    left: 0;
    width: 4px;
    height: 20px;
    display: block;
}

.view-more-attr{
    font-size: 13px;
}

.nl-loading:before {
    background: url(../images/loading.gif) no-repeat center center #fff;
    background-size: 60px 60px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
}

.page-title .page-title-inner{
    padding-top: 0;
    min-height: 40px;
}
.page-title .page-title-inner .breadcrumbs{
    font-size: 12px;
}

/*CSS product*/
.box-text-products .product-title a,
.box-text-products .product-title a:not(.button){
    font-size: 14px;
    line-height: 14px;
    height: 28px;
    color: #000;
    overflow: hidden;
    font-weight: normal;
    font-style: inherit;
    text-decoration-line: inherit;
}
.box-text-products .product-title a:hover,
.box-text-products .product-title a:not(.button):hover{
    color: #d9232e;
}

.product .grid-tools a.added_to_cart,
.product .grid-tools a.quick-view{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 22px;
    height: 22px;
    font-size: 10px;
    line-height: 1.9em;
    padding: 0;
    background: #fff;
    border: 2px solid #e52c25;
    color: #e52c25;
    overflow: hidden;
    margin: 0 5px 5px 15px;
}
.product .grid-tools a.added_to_cart{
    position: absolute;
    left: 10px;
    margin: 5px 5px 7px;
    bottom: 100%;
}
.product .grid-tools a.added_to_cart:hover,
.product .grid-tools a.quick-view:hover{
    background: #e52c25;
    color: #fff;
}
.product .grid-tools a.quick-view:before{
    content: "\e012";
    font-family: 'fl-icons';
    width: 18px;
    height: 18px;
    display: block;
}
.product .grid-tools a.added_to_cart:before{
    content: "\f00c";
    font-family: FontAwesome;
    width: 18px;
    height: 18px;
    display: block;
}

.product-lightbox .p-nav{
    display: none; !important;
}
.product-lightbox .slick-dots{
    position: inherit;
    margin-bottom: 10px;
}

.box-text-products .price-wrapper {
    margin-bottom: 10px;
}

.box-text-products .product-attribute{
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    width: 100%;
}
.box-text-products .product-attribute ul {
    margin: 0;
    padding: 0;
}
.box-text-products .product-attribute ul li {
    list-style: none;
    color: #666;
    line-height: 1.2;
    font-size: 13px;
    padding: 3px 0;
    margin: 0;
}

/*NG Product Grid*/
.ng-products-grid{
    margin-left: -15px !important;
    margin-right: -15px !important;
    background: #fff;
}
.single-product-thumbnail-wrap .badge-container,
.ng-products-grid .badge-container{
    margin-top: 15px;
}
.product .badge-container,
.products .badge-container{
    margin-top: 0px;
}
.single-product-thumbnail-wrap .badge-container .badge ,
.product .badge-container .badge ,
.products .badge-container .badge ,
.ng-products-grid .badge-container .badge {
    padding: 0 5px;
    height: 20px;
    background: #ee170b;
    color: #fff;
    z-index: 9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
}
.single-product-thumbnail-wrap .badge-container .badge .badge-inner,
.product .badge-container .badge .badge-inner,
.products .badge-container .badge .badge-inner,
.ng-products-grid .badge-container .badge .badge-inner{
    background: #ee170b !important;
    padding: 0;
}
.ng-products-grid .box-image img{
    height: auto;
    width: auto;
    max-width: 100%;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.ng-products-grid .col{
    padding-bottom: 10px !important;
}
.ng-products-grid .col .col-inner{
    height: 100%;
}
.ng-products-grid-border .col{
    border-bottom: 1px solid #eee;
}
.ng-products-grid-border .col:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.ng-products-grid-border .box-text-products{
    padding-bottom: 0;
}
.ng-products-grid .box-text-products .price-wrapper{
    margin-bottom: 0;
}
.ng-products-grid .col-featured .box-text-products .product-title a,
.ng-products-grid .col-featured .box-text-products .product-title a:not(.button){
    font-weight: bold;
    height: auto;
}
@media screen and (min-width: 769px){

    .ng-products-grid .col{
        height: 300px;
    }
    .ng-products-grid.large-columns-5 .col{
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
    .ng-products-grid.large-columns-5 .col.col-featured{
        max-width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}
@media screen and (max-width: 768px){
    .ng-products-grid .col-featured .box-image{
        text-align: center;
    }
    .ng-products-grid.large-columns-5 .col.col-featured{
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .ng-products-grid.large-columns-5 .col{
        max-width: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    }
}


/*CSS Customer*/
.nl-slider-customer .item-li {
    padding-bottom: 25px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.nl-slider-customer .item-li img {
    filter: blur(0px) grayscale(100%) sepia(0);
    transition: all 0.3s;
}
.nl-slider-customer .item-li:hover img {
    filter: blur(0px) grayscale(0%) sepia(0);
}
.nl-slider-customer .item-li .name {
    font-size: 12px;
    text-transform: uppercase;
    font-style: unset;
    margin-top: 10px;
    font-weight: bold;
}


/*Single Product*/

.product-tile-wrap-custom{
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    margin-bottom: 30px;
}
.product-tile-wrap-custom h1.product-title {
    font-size: 24px;
    color: #333;
    margin: 0;
    padding-right: 20px;
}
@media (min-width: 768px){
    .product-tile-wrap-custom h1.product-title {
        display: inline-block;
        width: auto;
    }
}
.product-tile-wrap-custom .sku {
    font-size: 14px;
    color: #888888;
    font-weight: 300;
}
.product-info .price-wrapper .price span.amount {
    color: #d9232e;
    font-size: 26px;
    font-weight: 700;
}
.nav-bottom + .icon-zoom-custom.bottom{
    bottom: 90px;
}
.icon-zoom-custom.image-tools a.button{
    border: 0;
    text-transform: initial;
    color: #333;
    font-size: 12px;
}
.icon-zoom-custom.image-tools a.button:hover{
    background: transparent;
    color: #23527c;
}

.secondary, .checkout-button, .button.checkout,
.product-lightbox .button.alt,
.woocommerce .button.alt{
    color: #fff;
    background-color: #d61c1f;
    text-align: center;
}

.product-short-description{
    font-weight: 300;
    font-size: 13px;
}

.product-notice-sale {
    background: #fffddf;
    border: 1px #bbba59 dashed;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 15px 0;
    margin-bottom: 10px;
}
.product-notice-sale p {
    padding-left: 22px;
    position: relative;
    font-weight: 300;
    font-size: 13px;
}
.product-notice-sale p:before {
    content: "\f059";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #207bc1;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
}

.single-product .product-info,
.single-product .product-info .product-stacked-info{
    padding-top: 0
}
.product-lightbox .product-info .plain h1,
.single-product .product-info .product-title{
    font-size: 14px;
}
.product-lightbox .product-info .plain + .is-divider,
.single-product .product-info .product-title + .is-divider{
    display: none;
}

/*metabox info more product detail*/
.info-more{
    margin-bottom: 15px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
}
.info-more ul {
    margin: 0;
    padding: 0;
}
.info-more ul li {
    margin-bottom: 10px;
    list-style: none;
    padding-left: 15px;
    font-size: 14px;
    position: relative;
}
.info-more ul li:before {
    content: "";
    position: absolute;
    background: #6fa24f;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

/*metabox promotion product detail*/
.product-info .box-promotion {
    margin-bottom: 15px;
    border: 1px solid #b7b7b7;
    padding: 15px 15px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.product-info .box-promotion .promotion-heading {
    text-transform: uppercase;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.product-info .promotion-content ul {
    margin: 0;
    padding: 0;
}
.product-info .promotion-content ul li {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    position: relative;
    line-height: 19px;
}
.product-info .promotion-content ul li:before {
    content: "";
    background: #fff url('../images/tick.png') no-repeat center center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

/*metabox attribute intro detail product*/
.attribute-intro ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.attribute-intro ul li {
    width: 50%;
    float: left;
    margin-bottom: 9px;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.attribute-intro ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background-color: #C1C1C1;
}
@media screen and (min-width: 850px){
    .product-stacked-custom .product-gallery.large-5{
        max-width: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
}
@media (min-width: 768px){
    .attribute-intro ul li {
        width: 48%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media only screen and (max-width: 767px){
    .attribute-intro{
        display: none;
    }
}





/*custom css devvn buy now*/
.product-info a.devvn_buy_now{
    max-width: 100%;
    background: #d9232e;
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    border-radius: 3px;
}
.product-info a.devvn_buy_now:hover{
    opacity: .75;
    -webkit-opacity: .75;
}
.product-info a.devvn_buy_now strong{
    font-weight: normal;
}

.related-products-wrapper .product-section-title{
    font-size: 20px;
    margin-left: 10px;
}
.related-products-wrapper .product-attribute{
    display: none;
}

.devvn-popup-title,
.popup-customer-info-group .devvn-order-btn{
    background: #d9232e;
}

/*custom product tab*/
.product-info-detailed{
    clear: both;
    margin-bottom: 0px;
}
.product-info-detailed .product-data-items{
    position: relative;
    z-index: 1;
}
.product-info-detailed .product-data-items:before,
.product-info-detailed .product-data-items:after{
    content: '';
    display: table;
}
.product-info-detailed .product-data-items .heading-tab {
    border-bottom: 2px solid #ddd;
    margin: 0;
    padding: 0 0 10px;
}
.product-info-detailed .product-data-items .heading-tab a.data {
    background: none;
    border: 0;
    font-size: 18px;
    color: #888;
    padding: 0 0 13px;
    margin-right: 2em;
}
.product-info-detailed .product-data-items .heading-tab a.data:hover {
    border-bottom: 2px solid #d9232e;
    color: #333;
}
.product-info-detailed .product-data-items .body-tab {
    padding-top: 30px;
}
.product-info-detailed .product-data-items .body-tab .itab-content {
    margin-bottom: 30px;
    position: relative;
}
.product-info-detailed .product-data-items .body-tab .itab-content h4.heading-caption {
    margin: 0;
    font-size: 24px;
    color: #333333;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
}
.product-info-detailed .product-data-items .body-tab #tab-description article{
    height: 900px;
    overflow: hidden;
    display: block;
}
.product-info-detailed .product-data-items .body-tab #tab-description .showmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25px;
    padding-top: 50px;
    text-align: center;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.91) 50%, #fff 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.91)), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.91) 50%, #fff 55%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.91) 50%, #fff 55%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.91) 50%, #fff 55%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.91) 50%, #fff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    display: block;
    margin-bottom: 0;
}
.product-info-detailed .product-data-items .body-tab .hide-showmore#tab-description article{
    height: auto;
    overflow: visible;
}
.product-info-detailed .product-data-items .body-tab .hide-showmore#tab-description .showmore{
    display: none;
}
.product-info-detailed .product-data-items .body-tab #tab-description .showmore a {
    color: #1276c3;
    font-size: 14px;
}
.product-info-detailed .product-data-items .body-tab #tab-description .showmore {
    display: block;
}
#tab-description h3, #tab-description h2, #tab-description h4:not(.heading-caption), #tab-description p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}
#tab-description h3, #tab-description h2 {
    font-weight: normal;
    font-size: 18px;
}
.product-info-detailed .product-data-items .body-tab .itab-content#tab-reviews h4.heading-caption{
    margin-bottom: 20px;
}
.product-info-detailed .product-data-items .body-tab .itab-content #comments h3.normal{
    display: none;
}

@media (min-width: 768px){
    .product-info-detailed .product-data-items .heading-tab li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .product-info-detailed .product-data-items .body-tab .itab-content#tab-description h4.heading-caption {
        display: none;
    }
}
@media (max-width: 767px){
    .product-info-detailed .product-data-items .heading-tab {
        display: none;
    }
}

#product-attribute-specs-table .iattribute{
    font-size:15px;
    overflow:hidden;
    padding:1em 0;
    border-bottom:1px solid #ddd;
    position:relative;
}
#product-attribute-specs-table .iattribute .col-label{
    font-weight:300;
    color:#333333;
    position:absolute;
    top:50%;
    transform:translate(0px, -50%);
    -webkit-transform:translate(0px, -50%);
    font-size:18px;
    max-width:25%;
}
#product-attribute-specs-table .iattribute .col-data{
    width:70%;
    float:right;
    line-height: 30px;
}

#product-attribute-specs-table .iattribute .col-data ul{
    margin:0;
    padding:0;
}
#product-attribute-specs-table .iattribute .col-data ul li{
    list-style:none;
}



/*single thumb*/
.product-stacked-info form {
    margin-bottom: 0;
}
.single-product-thumbnail-wrap .nav-left .left{
    left: 140px;
}
.single-product-thumbnail-wrap .nav-left .right{
    right: 140px;
}

.single-product-thumbnail .p-thumb img {
    max-height: 600px;
    margin: 0 auto;
}
.p-item.woocommerce-product-gallery__image {
    text-align: center;
}
.product-quickview .single-product-thumbnail img {
    pointer-events: none;
}
.single-product-thumbnail.bottom .p-nav img {
    width: 100%;
}
.single-product-thumbnail.loading:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: absolute;
    content:'';
}
.single-product-thumbnail.loading:after {
    background: url('../images/loader.svg') no-repeat 0 0;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    content:'';
}
.p-nav .slick-slide {
    cursor: pointer;
}
.single-product-thumbnail .p-nav a {
    overflow: hidden;
    display: block;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: #FFF;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.single-product-thumbnail .p-nav .slick-current a{
    border-color: #e32124;
}

.single-product-thumbnail .p-nav .slick-slide:hover{
    opacity: 1;
}

.single-product-thumbnail.nav-left .p-nav,
.single-product-thumbnail.nav-right .p-nav {
    position: absolute;
    max-width: 90px;
    top: 0;
}
.single-product-thumbnail.nav-left .p-nav > .slick-list,
.single-product-thumbnail.nav-right .p-nav > .slick-list {
    min-height: 600px;
}
.single-product-thumbnail.nav-left .p-nav {
    left: 0;
}
.single-product-thumbnail.nav-right .p-nav {
    right: 0;
}
.single-product-thumbnail.nav-bottom .p-nav {
    margin-top: 10px;
    margin-right: -8px;
}
/*.single-product-thumbnail.nav-bottom .p-nav a {*/
/*border: 1px solid #ddd;*/
/*border-radius: 3px;*/
/*-webkit-border-radius: 3px;*/
/*margin-bottom: 10px;*/
/*display: block;*/
/*text-align: center;*/
/*width: 60px;*/
/*height: 55px;*/
/*position: relative;*/
/*transiton: .4s all;*/
/*-webkit-transition: .4s all;*/
/*float: left;*/
/*margin-right: 10px;*/
/*}*/
/*.single-product-thumbnail.nav-bottom .p-nav img {*/
/*height: 100%;*/
/*max-width: 100%;*/
/*}*/
.single-product-thumbnail.nav-left:not(.no-nav) .p-thumb{
    padding-left: 110px;
}
.single-product-thumbnail.nav-right:not(.no-nav) .p-thumb{
    padding-right: 110px;
}
.single-product-thumbnail.nav-left .p-nav .slick-slide,
.single-product-thumbnail.nav-right .p-nav .slick-slide {
    border: 0;
    width: 90px;
}
.single-product-thumbnail.nav-left .p-nav .slick-slide:not(:last-child),
.single-product-thumbnail.nav-right .p-nav .slick-slide:not(:last-child) {
    margin-bottom: 10px;
}
.single-product-thumbnail.nav-bottom .p-nav .slick-slide:not(:last-child) {
    margin-right: 10px;
}

.single-product-thumbnail .slick-slider .slick-prev {
    left: 0;
}
.single-product-thumbnail.nav-left .slick-slider .slick-prev {
    left: 110px;
}
.single-product-thumbnail.nav-right .slick-slider .slick-next {
    right: 110px;
}
.p-nav .slick-slide {
    opacity: .6;
}
.p-nav .slick-slide.slick-current {
    opacity: 1;
}
.single-product-thumbnail .slick-slider .slick-prev,
.single-product-thumbnail .slick-slider .slick-next{
    opacity: .8;
}
.single-product-thumbnail .slick-slider .slick-next{
    right: 0px;
    margin-right: 0;
}
.single-product-thumbnail .slick-slider:hover .slick-prev,
.single-product-thumbnail .slick-slider:hover .slick-next{
    opacity: 1;
}

/*product variations*/
.product .swatch__title{
    font-size: 12px;
    letter-spacing: 0.75px;
    color: #333;
    font-family: unset;
    margin-bottom: 0;
}
.product .swatch__list{
    margin-right: 0;
    margin-left: 0;
    margin-top: 5px;
}
.product .swatch__tooltip{
    padding: 2px 10px;
}
.product .swatch__list--item{
    float: left;
    margin: 0 5px 5px 0;
}
.product .swatch__list--item-image{
    display: flex;
    font-weight: 500;
    padding: 0 8px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 0;
    float: left;
    margin: 0 5px 0 0;
}
.product .swatch__list--item-image.is-selected{
    border: 1px solid #e42127;
    background: url('../images/bg-product.png') right bottom no-repeat #fff;
}
.product .swatch__list--item-image .swatch__value{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
}
.product .swatch__list--item-image .swatch__tooltip,
.product .swatch__list--item-image:hover .swatch__tooltip,
.product .swatch__list--item-image.is-selected .swatch__tooltip{
    background: transparent;
    color: #151515;
    padding: 0;
    border: 0;
    position: inherit;
    transform: inherit;
    left: auto;
    top: auto;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
}
.product .swatch__list--item-image .swatch__tooltip:before{
    display: none;
}



/*product single bundle */
.wpa-wcpb-list .wpa-title {
    margin-bottom: 5px;
}
.wpa-wcpb-list .wpa-bundle-promo-text{
    margin-bottom: 5px;
}
.wpa-wcpb-list .list-wrap{
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}
.wpa-wcpb-list .list-wrap .list-item{
    float: left;
    width: 25%;
    display: block;
    text-align: center;
}

.wpa-wcpb-list .list-wrap .list-item  .list-image .plus{
    background: #fff;
    width: 30px;
    height: 30px;
    position: relative;
    float: right;
    margin-top: -75px;
    display: inline-block;
    cursor: pointer;
    font-size: 30px;
    font-weight: 500;
    margin-right: -15px;
}

.wpa-wcpb-list .info-item input{
    margin: 0 5px 0 0;
}
.wpa-wcpb-list .item .select-wrap select{
    margin-bottom: 0;
    padding: 0 25px 0 10px;
}
.wpa-wcpb-list .list-wrap .list-item:nth-last-child(2)  .list-image .item .plus,
.wpa-wcpb-list .list-wrap .list-item:last-child  .list-image .item .plus{
    display: none;
}
.wpa-wcpb-list.n3 .list-wrap .list-item{
    float: left;
    width: 33.33333%;
}
.wpa-wcpb-list.n4 .list-wrap .list-item{
    float: left;
    width: 25%;
}
.wpa-wcpb-list.n5 .list-wrap .list-item{
    float: left;
    width: 20%;
}
.wpa-wcpb-list.n6 .list-wrap .list-item{
    float: left;
    width: 16%;
}
.wpa-wcpb-list .list-wrap .total{
    text-align: left;
}
.wpa-wcpb-list .list-wrap .total strong{
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.wpa-wcpb-list .list-wrap .list-item:last-child{
    padding-left: 15px;
}
.wpa-wcpb-list .list-wrap .wpa-message,
.wpa-wcpb-list .list-wrap .wpa-error{
    display: none;
}
@media (max-width: 768px){
    .wpa-wcpb-list.n4 .list-wrap .list-item,
    .wpa-wcpb-list.n5 .list-wrap .list-item,
    .wpa-wcpb-list.n6 .list-wrap .list-item{
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .wpa-wcpb-list.n4 .list-wrap .list-item:last-child,
    .wpa-wcpb-list.n5 .list-wrap .list-item:last-child,
    .wpa-wcpb-list.n6 .list-wrap .list-item:last-child{
        border-top: 1px solid #ddd;
    }
    .wpa-wcpb-list.n4 .list-wrap .list-item .list-image .plus,
    .wpa-wcpb-list.n5 .list-wrap .list-item .list-image .plus,
    .wpa-wcpb-list.n6 .list-wrap .list-item .list-image .plus{
        display: none;
    }
    .wpa-wcpb-list.n4 .list-wrap .list-item .list-image,
    .wpa-wcpb-list.n5 .list-wrap .list-item .list-image,
    .wpa-wcpb-list.n6 .list-wrap .list-item .list-image{
        width: 60px;
        float: left;
        height: auto;
    }
    .wpa-wcpb-list.n4 .list-wrap .list-item .list-image img,
    .wpa-wcpb-list.n5 .list-wrap .list-item .list-image img,
    .wpa-wcpb-list.n6 .list-wrap .list-item .list-image img{
        width: 60px;
        height: auto;
    }
    .wpa-wcpb-list.n4 .list-wrap .list-item .list-select,
    .wpa-wcpb-list.n5 .list-wrap .list-item .list-select,
    .wpa-wcpb-list.n6 .list-wrap .list-item .list-select{
        padding-left: 70px;
    }
}
@media (max-width: 600px){
    .wpa-wcpb-list .list-wrap .list-item,
    .wpa-wcpb-list.n3 .list-wrap .list-item{
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .wpa-wcpb-list .list-wrap .list-item:last-child,
    .wpa-wcpb-list.n3 .list-wrap .list-item:last-child{
        border-top: 1px solid #ddd;
    }
    .wpa-wcpb-list .list-wrap .list-item .list-image .plus,
    .wpa-wcpb-list.n3 .list-wrap .list-item .list-image .plus{
        display: none;
    }
    .wpa-wcpb-list .list-wrap .list-item .list-image,
    .wpa-wcpb-list.n3 .list-wrap .list-item .list-image{
        width: 60px;
        float: left;
        height: auto;
    }
    .wpa-wcpb-list .list-wrap .list-item .list-image img,
    .wpa-wcpb-list.n3 .list-wrap .list-item .list-image img{
        width: 60px;
        height: auto;
    }
    .wpa-wcpb-list .list-wrap .list-item .list-select,
    .wpa-wcpb-list.n3 .list-wrap .list-item .list-select{
        padding-left: 70px;
    }
}


/*Custom Mini Cart*/

.widget_shopping_cart .product-bundle li {
    margin: 0;
    font-size: 12px;
    padding: 0;
    min-height: auto;
    padding-left: 10px;
    padding-right: 0 !important;
    position: relative;
    border: 0;
}
.widget_shopping_cart .product-bundle li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #222;
    left: 0;
    top: 8px;
}

.product-bundle li{
    margin-bottom: 5px !important;
}
.product-bundle li a {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.product-bundle li .db{
    display: block;
}

.mini_cart_item .product-bundle li a {
    font-size: 12px;
    margin-bottom: 5px;
}

/*page cart*/
.shop_table .product-bundle-title h4{
    margin-bottom: 0;
}
.shop_table .product-bundle-title td,
.shop_table .bundle-products td{
    text-align: left !important;
}
.shop_table .product-bundle-title td{
    border-bottom: 0;
}
.product-bundle-title+tr td.product-quantity .quantity{
    display: none;
}
.shop_table .bundle-products td{
    border-top: 0;
}
.product-bundle li img {
    max-width: 50px;
    width: 100%;
    margin-right: 15px;
}
.shop_table tr.bundle-products td {
    padding-top: 0;
}
.shop_table tr.bundle-products ul li img {
    margin-right: 10px;
}
.shop_table .product-bundle{
    margin: 0;
}
.shop_table .product-bundle li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 12px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.shop_table .product-bundle li .db{
    display: block;
}

/*Checkout*/
.woocommerce-checkout-review-order-table .product-thumb img{
    max-width: 80px;
}
.woocommerce-checkout-review-order-table .product-bundle{
    margin-top: 10px;
}
.woocommerce-checkout-review-order-table .product-bundle li {
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
    display: block;
    align-items: inherit;
}
.woocommerce-checkout-review-order-table .product-bundle li a {
    color: #878787;
    cursor: none;
    pointer-events: none;
    font-size: 12px;
}
.woocommerce-checkout-review-order-table .product-bundle li .db{
    display: block;
}
.woocommerce-checkout-review-order-table .product-bundle li:after {
    background: #878787;
    border-radius: 4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 4px;
}

/*page order details*/
.order_details .wc-item-meta li{
    margin-bottom: 5px;
}
.order_details .wc-item-meta li p{
    display: inline-block;
    margin: 0;
}
.order_details .wc-item-meta li ul{
    margin: 5px 0 0 10px;
}


/* he thong cua hang */
.dvls_maps_wrap .dvls_maps_header input.dvls-submit{
    font-size: 14px;
    background-color: #151515 !important;
    border: 1px solid #151515;
    width: 104px;
    color: #fff;
}
.dvls_maps_wrap .dvls_maps_header .dvls_near_you{
    margin-top: 0;
    font-size: 12px;
}
.dvls_maps_wrap .dvls_result_infor p{
    font-size: 14px;
    line-height: 22px;
}
.dvls_maps_wrap .dvls_result_infor a{
    text-decoration: underline;
    font-size: 12px;
}


/*CSS Blog List*/
.nl-blog-list .box-text{
    padding: 0;
}
.nl-post-list-feautred{
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    display: none;
}

.nl-featured-post-item{
    width: 100%;
    margin-bottom: 20px;
}
.nl-featured-large {
    margin-bottom: 40px;
}
.nl-featured-post-item a {
    display: block;
}
.nl-featured-large a {
    display: block;
    position: relative;
    overflow: hidden;
}
.nl-featured-post-item  a .post-info .title {
    margin: 0;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.35;
    font-weight: 600;
}
.nl-featured-post-item  a .post-info .date{
    font-weight: 300;
    font-size: 13px;
    color: #878787;
}
.nl-featured-large a .post-info .title {
    margin: 0 0 15px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.nl-featured-large a .post-info .date {
    padding-bottom: 10px;
    font-size: 13px;
    color: #878787;
}
.nl-featured-large a .post-info .excerpt {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

@media (min-width: 768px){
    .nl-post-list-feautred{
        display: block;
    }
    .nl-featured-large {
        width: 100%;
    }
    .nl-featured-large a .post-info {
        width: 35%;
        float: left;
        position: relative;
    }
    .nl-featured-large a .post-info .title {
        position: absolute;
        padding: 13px 30px 13px 0;
        background: rgba(255,255,255,0.7);
        width: 156%;
        top: 20px;
    }
    .nl-featured-large a .post-info .date {
        visibility: hidden;
        padding-top: 110px;
    }
    .nl-featured-large a .post-image {
        width: 63%;
        float: left;
    }
    .nl-featured-large a .post-image .image {
        padding-left: 10px;
    }
    .nl-featured-large a .post-image .image img {
        width: 100%;
        height: 262px;
    }
    .nl-featured-mini {
        width: 47%;
        float: left;
    }
    .nl-featured-mini:nth-child(2n) {
        float: left;
    }
    .nl-featured-mini:nth-child(2n+2) {
        float: right;
    }
    .nl-featured-mini a .post-image {
        width: 44%;
        float: left;
    }
    .nl-featured-mini a .post-image .image {
        padding-right: 10px;
    }
    .nl-featured-mini a .post-image .image img {
        width: 100%;
        height: 77px;
    }
    .nl-featured-mini a .post-info {
        width: 53%;
        float: left;
    }
    .nl-featured-mini a .post-info .post-title {
        height: 41px;
    }
}


/*css grid product*/
.shop-container .products .col{
    padding: 0;
}
.shop-container .products .box-image {
    position: relative;
    margin: 15px 15px 0 15px;
}
.shop-container .products .box-text{
    padding-left: 15px;
    padding-right: 15px;
}


/*top product*/
.shop-container .nl-filter-options .woocommerce-ordering select{
    margin: 0;
}
.shop-container .nl-filter-options{
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    background: #f5f5f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
}
.shop-container .nl-filter-options .col{
    padding-bottom: 0;
}
.shop-container .nl-filter-options .moreviewoption{
    cursor: pointer;
    color: #288ad6;
    position: relative;
    top: 25%;
}
.shop-container .nl-filter-options .list_all_options {
    position: absolute;
    top: 200%;
    left: -9px;
    width: 360px;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 10;
    display: none;
}
.shop-container .nl-filter-options .list_all_options:before {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #d9d9d9;
    position: absolute;
    bottom: 100%;
    left: 28px;
}
.shop-container .nl-filter-options .open .list_all_options {
    display: block;
}
.shop-container .nl-filter-options .list_all_options label {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 9px;
    margin-bottom: 9px;
    display: block;
    padding-top: 5px;
}
.shop-container .nl-filter-options .list_all_options button{
    background: transparent;
    position: absolute;
    right: 10px;
    top: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 10px;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Arial','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}
.shop-container .nl-filter-options .list_all_options button i{
    font-size: 14px;
}
.shop-container .nl-filter-options .list_all_options ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.shop-container .nl-filter-options .list_all_options ul li {
    width: 50%;
    float: left;
    padding: 3px 0;
    list-style: none;
    display: inline-block;
    margin: 0;
}
.shop-container .nl-filter-options .list_all_options ul li a {
    font-size: 13px;
    color: #333;
    position: relative;
    padding-left: 25px;
}
.shop-container .nl-filter-options .list_all_options ul li a:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d9d9d9;
    position: absolute;
    top: 0;
    left: 0;
}
.shop-container .nl-filter-options .list_all_options ul li a:hover {
    color: #d9232e;
}
.shop-container .nl-filter-options .list_all_options button:hover{
    background: #d9232e;
    color: #fff;
}

/*top cat*/
.category-page-row {
    padding-top: 15px !important;
}
.nl-category-view h1{
    color: #1c1d1d;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px;
}
.nl-category-view .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
    background: #f5f5f5;
    border-left: 10px solid #d9232e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    margin-bottom: 1em;
}
.nl-category-view .row-small>.col.category-description {
    padding: 20px 25px;
    margin-bottom: 0;
}
.nl-category-view .category-description p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 9px;
}
.nl-category-view .row .col{
    padding-bottom: 0 !important;
}
.nl-category-view .row .category-image{
    padding-right: 0 !important;
}
.nl-category-view .category-description a {
    color: #1276c3;
    font-weight: 500;
    border-bottom: 1px solid #1276c3;
    margin-right: 3em;
    position: relative;
}
.nl-category-view .category-description a:after {
    background: #bbbbbb;
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 1px;
    right: -1.5em;
}
.nl-category-view .category-description a:last-child {
    margin-right: 0;
}
.nl-category-view .category-description a:last-child:after {
    display: none;
}


/*Product link related*/
#product-link-related{margin-bottom: 10px;overflow: hidden}
#product-link-related a{
    font-size: 13px;
    line-height: 18px;
    position: relative;
    border:1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius:3px;
    padding:5px;
    float: left;
    text-align: center;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    margin-bottom: 5px}
#product-link-related a span{color: #333;}
#product-link-related a strong{
    font-size: 15px;
    display: block;
    color: #d9232e;
    margin-top: 5px}
#product-link-related a.active,#product-link-related a:hover{border-color: #d9232e}
#product-link-related a.active span{font-weight: bold;}
@media  screen and (min-width: 1024px)
{
    #product-link-related a{padding: 7px;margin-right: 7px}
}


/*----------Responsive--------------*/
@media (min-width: 1024px){
    .shop-container .products{
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        overflow: hidden;
        margin: 0 !important;
    }
    .shop-container .products .col{
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }
}
@media (max-width: 1024px) and (min-width: 768px){
    .header-main .header-nav-main .html_topbar_left {
        margin-left: 7px;
        margin-right: 7px;
    }
}
@media (max-width: 1024px) and (min-width: 736px){
    .single-product-thumbnail.nav-left .p-nav, .single-product-thumbnail.nav-right .p-nav{
        max-width: 75px;
    }
    .single-product-thumbnail.nav-left .p-nav > .slick-list, .single-product-thumbnail.nav-right .p-nav > .slick-list{
        min-height: 500px;
    }
}

@media only screen and (max-width: 849px) {
    .nl-category-view{
        display: none;
    }
}
@media only screen and (max-width: 736px) {
    .single-product-thumbnail .p-nav{
        display: none;
    }
    .single-product-thumbnail.nav-left:not(.no-nav) .p-thumb{
        padding-left: 0;
    }
    .single-product-thumbnail.nav-right:not(.no-nav) .p-thumb{
        padding-right: 0;
    }
    .single-product-thumbnail.nav-right .slick-slider .slick-next {
        right: 0px;
    }
    .single-product-thumbnail.nav-left .slick-slider .slick-prev {
        left: 0px;
    }

}
@media only screen and (max-width: 767px){
    .attribute-intro{
        display: none;
    }
    .product-stacked-custom .product-main{
        padding-bottom: 0;
    }
    .product-info-detailed .product-data-items .body-tab{
        padding-top: 0;
    }
}
@media screen and (max-width: 640px){
    .box-text-products .product-attribute{
        display: none;
    }
}
