/*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*/
.swatch__list--item.outofstock,
.single_add_to_cart_button.disabled{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    background-color: #c8c8c8;
}

.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*/
.woocommerce-cart th,
.woocommerce-cart td{
    font-size: 12px;
    letter-spacing: 0;
}
.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-billing-fields #billing_first_name_field{
    width: 48%;
    margin-right: 4%;
}
.woocommerce-billing-fields #billing_last_name_field{
    width: 48%;
}
.woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #billing_last_name_field{
    float: left;
    clear: initial;
}
.woocommerce-billing-fields .validate-email{
    margin-right: 4%;
}
.woocommerce-billing-fields .validate-email,
.woocommerce-billing-fields .validate-phone{
    width: 48%;
    float: left;
    clear: initial;
}
.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;
}

/*.woocommerce-checkout .woocommerce-billing-fields .form-row label{*/
    /*display: none;*/
/*}*/

/*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 {
    display: inline-block;
    vertical-align: sub;
    line-height: 2;
    background-color: #d70018;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
    min-width: 50px;
    margin-bottom: 5px;
}
.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;
    }
}


/*date*/
.xdsoft_datetimepicker{
    border:none!important
}
.xdsoft_datetimepicker .xdsoft_datepicker{
    width:303px !important;
    border:none
}
.xdsoft_datetimepicker .xdsoft_calendar th{
    background:0 0!important;
    color:#000!important;
    font-weight:400!important
}
.xdsoft_datetimepicker .xdsoft_month{
    width:130px!important
}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{
    border:none!important;
    height:30px!important;
    text-align:center!important
}
.xdsoft_disabled{
    background:#ddd
}
.xdsoft_datetimepicker .xdsoft_calendar th:first-child{
    color:red!important
}
.xdsoft_datetimepicker .xdsoft_calendar th:last-child{
    color:#1ba0e2!important
}
.xdsoft_datetimepicker .xdsoft_calendar td:first-child{
    color:red!important
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
    color:#ff8000!important
}
.xdsoft_datetimepicker{
    background:#fff;
    border-bottom:1px solid #bbb;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
    color:#333;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding:2px 8px 8px 0;
    position:absolute;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:none
}
.xdsoft_datetimepicker.xdsoft_rtl{
    padding:8px 0 8px 8px
}
.xdsoft_datetimepicker iframe{
    position:absolute;
    left:0;
    top:0;
    width:75px;
    height:210px;
    background:0 0;
    border:none
}
.xdsoft_datetimepicker button{
    border:none!important
}
.xdsoft_noselect{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none
}
.xdsoft_noselect::selection{
    background:0 0
}
.xdsoft_noselect::-moz-selection{
    background:0 0
}
.xdsoft_datetimepicker.xdsoft_inline{
    display:inline-block;
    position:static;
    box-shadow:none
}
.xdsoft_datetimepicker *{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0;
    margin:0
}
.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{
    display:none
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{
    display:block
}
.xdsoft_datetimepicker .xdsoft_datepicker{
    float:left;
    margin-left:8px
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{
    float:right;
    margin-right:8px;
    margin-left:0
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{
    width:256px
}
.xdsoft_datetimepicker .xdsoft_timepicker{
    width:58px;
    float:left;
    text-align:center;
    margin-left:8px;
    margin-top:0
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{
    float:right;
    margin-right:8px;
    margin-left:0
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{
    margin-top:8px;
    margin-bottom:3px
}
.xdsoft_datetimepicker .xdsoft_mounthpicker{
    position:relative;
    text-align:center
}
.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{
    background-image:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}
.xdsoft_datetimepicker .xdsoft_label i{
    opacity:.5;
    background-position:-92px -19px;
    display:inline-block;
    width:9px;
    height:20px;
    vertical-align:middle
}
.xdsoft_datetimepicker .xdsoft_prev{
    float:left;
    background-position:-20px 0
}
.xdsoft_datetimepicker .xdsoft_today_button{
    float:left;
    background-position:-70px 0;
    margin-left:5px
}
.xdsoft_datetimepicker .xdsoft_next{
    float:right;
    background-position:0 0
}
.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{
    background-color:transparent;
    background-repeat:no-repeat;
    border:0;
    cursor:pointer;
    display:block;
    height:30px;
    opacity:.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline:0;
    overflow:hidden;
    padding:0;
    position:relative;
    text-indent:100%;
    white-space:nowrap;
    width:20px;
    min-width:0
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{
    float:none;
    background-position:-40px -15px;
    height:15px;
    width:30px;
    display:block;
    margin-left:14px;
    margin-top:7px
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev{
    float:none;
    margin-left:0;
    margin-right:14px
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{
    background-position:-40px 0;
    margin-bottom:7px;
    margin-top:0
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{
    height:151px;
    overflow:hidden;
    border-bottom:1px solid #ddd
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{
    background:#f5f5f5;
    border-top:1px solid #ddd;
    color:#666;
    font-size:12px;
    text-align:center;
    border-collapse:collapse;
    cursor:pointer;
    border-bottom-width:0;
    height:25px;
    line-height:25px
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{
    border-top-width:0
}
.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover,.xdsoft_datetimepicker .xdsoft_today_button:hover{
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.xdsoft_datetimepicker .xdsoft_label{
    display:inline;
    position:relative;
    z-index:9999;
    margin:0;
    padding:5px 3px;
    font-size:14px;
    line-height:20px;
    font-weight:700;
    background-color:#fff;
    float:left;
    width:182px;
    text-align:center;
    cursor:pointer
}
.xdsoft_datetimepicker .xdsoft_label:hover>span{
    text-decoration:underline
}
.xdsoft_datetimepicker .xdsoft_label:hover i{
    opacity:1
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{
    border:1px solid #ccc;
    position:absolute;
    right:0;
    top:30px;
    z-index:101;
    display:none;
    background:#fff;
    max-height:160px;
    overflow-y:hidden
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{
    right:-7px
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{
    right:2px
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{
    color:#fff;
    background:#ff8000!important
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{
    padding:2px 10px 2px 5px;
    text-decoration:none!important
}
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{
    background:#4f4f4f;
    color:#fff;
    font-weight:700
}
.xdsoft_datetimepicker .xdsoft_month{
    text-align:right;
    text-align:right
}
.xdsoft_datetimepicker .xdsoft_calendar{
    clear:both
}
.xdsoft_datetimepicker .xdsoft_year{
    width:48px;
    margin-left:5px
}
.xdsoft_datetimepicker .xdsoft_calendar table{
    border-collapse:collapse;
    width:100%
}
.xdsoft_datetimepicker .xdsoft_calendar td>div{
    padding-right:5px
}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{
    width:14.2857142%;
    background:#fff;
    font-size:12px;
    vertical-align:middle;
    padding:0;
    border-collapse:collapse;
    cursor:pointer
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{
    width:12.5%
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{
    color:#3af
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{
    background:#ffe9d2;
    box-shadow:#ffb871 0 1px 4px 0 inset;
    color:#000
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{
    background:#c1ffc9;
    box-shadow:#00dd1c 0 1px 4px 0 inset;
    color:#000
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{
    background:#4f4f4f;
    box-shadow:#4f4f4f 0 1px 3px 0 inset;
    color:#fff;
    font-weight:700;
    opacity:1.5!important
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{
    opacity:.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor:default
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
    color:rgba(244,81,30,.45)!important;
    background:rgba(244,81,30,.45)!important;
    box-shadow:none!important;
    color:#fff!important
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{
    background:rgba(244,81,30,.45)!important;
    box-shadow:rgba(244,81,30,.45)!important;
    color:#fff!important
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{
    color:inherit!important;
    background:inherit!important;
    box-shadow:inherit!important
}
.xdsoft_datetimepicker .xdsoft_calendar th{
    cursor:default
}
.xdsoft_datetimepicker .xdsoft_copyright{
    color:#ccc!important;
    font-size:10px;
    clear:both;
    float:none;
    margin-left:8px
}
.xdsoft_datetimepicker .xdsoft_copyright a{
    color:#eee!important
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover{
    color:#aaa!important
}
.xdsoft_time_box{
    position:relative;
    border:1px solid #ccc
}
.xdsoft_scrollbar>.xdsoft_scroller{
    background:#ccc!important;
    height:20px;
    border-radius:3px
}
.xdsoft_scrollbar{
    position:absolute;
    width:7px;
    right:0;
    top:0;
    bottom:0;
    cursor:pointer
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{
    left:0;
    right:auto
}
.xdsoft_scroller_box{
    position:relative
}
.xdsoft_datetimepicker.xdsoft_dark{
    box-shadow:0 5px 15px -5px rgba(255,255,255,.506);
    background:#000;
    border-bottom:1px solid #444;
    border-left:1px solid #333;
    border-right:1px solid #333;
    border-top:1px solid #333;
    color:#ccc
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{
    border-bottom:1px solid #222
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{
    background:#0a0a0a;
    border-top:1px solid #222;
    color:#999
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{
    background-color:#000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{
    border:1px solid #333;
    background:#000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{
    color:#000;
    background:#007fff
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{
    background:#c50;
    box-shadow:#b03e00 0 1px 3px 0 inset;
    color:#000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{
    background-image:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{
    background:#0a0a0a;
    border:1px solid #222;
    color:#999
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{
    background:#0e0e0e
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{
    color:#c50
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{
    background:#ffe9d2;
    box-shadow:#ffb871 0 1px 4px 0 inset;
    color:#000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{
    background:#c1ffc9;
    box-shadow:#00dd1c 0 1px 4px 0 inset;
    color:#000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{
    background:#c50;
    box-shadow:#b03e00 0 1px 3px 0 inset;
    color:#000
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
    color:#000!important;
    background:#007fff!important
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{
    color:#666
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{
    color:#333!important
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{
    color:#111!important
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{
    color:#555!important
}
.xdsoft_dark .xdsoft_time_box{
    border:1px solid #333
}
.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{
    background:#333!important
}
.xdsoft_datetimepicker .xdsoft_save_selected{
    display:block;
    border:1px solid #ddd!important;
    margin-top:5px;
    width:100%;
    color:#454551;
    font-size:13px
}
.xdsoft_datetimepicker .blue-gradient-button{
    font-family:museo-sans,"Book Antiqua",sans-serif;
    font-size:12px;
    font-weight:300;
    color:#82878c;
    height:28px;
    position:relative;
    padding:4px 17px 4px 33px;
    border:1px solid #d7d8da;
    background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));
    background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);
    background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);
    background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);
    background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}
.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:focus span,.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:hover span{
    color:#454551;
    background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));
    background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);
    background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);
    background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);
    background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}
