/*
Theme Name: NPE
Description: This is a child theme for Flatsome Theme
Author: nhienphan
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.price-custom{
    font-size: 1.1rem;
    font-weight: 600;
    color: #f03434;
    margin-bottom: 10px;
}

.box-step .icon-box-img .icon{
    width: 100px;
    height: 100px;
    background: var(--fs-color-primary);
    border-radius: 50%;
    padding: 20px;
    border: 8px solid var(--fs-color-primary);
}

.box-step .icon-box-text *{
    margin-bottom: 0;
}
.box-step .icon-box-img:after{
    content: "";
    width: 1px;
    height: 50px;
    border-left: 1px dashed  var(--fs-color-primary);
}


.box-last.box-step .icon-box-img:before{
    display: none;
}


/** SIDEBAR **/
.post-sidebar aside.widget,
.sidebar-inner aside.widget{
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px;
}

 


/** SINGLE PRODUCT **/
.product-main{
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px;

}

.woocommerce-tabs  .tab-panels{
    padding-top: 30px;
}


.woocommerce-tabs ul.product-tabs li a{
    letter-spacing: .05em;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
	padding: 10px 30px;
    display: block;
}

.woocommerce-tabs ul li{
	margin-right: 20px;
}

.woocommerce-tabs ul li:last-child{
	margin-right: 0px;
}



/** PRODUCT CATALOG **/
body ul.wpc-filter-chips-list{
    margin-bottom: 0 !important;
}

.product-small.box{
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
}
.product-small.box .box-text-products{
    padding-left: 10px;
    padding-right: 10px;
}

.card{
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

#post-list{
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

.box.box-blog-post .box-image{
    border-radius: 7px;
    overflow: hidden;
}

.single article.post{
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

/* .box.box-blog-post{
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
}


.box.box-blog-post .box-text{
    padding-left: 10px;
    padding-right: 10px;
} */




/** PRODUCT **/

.entry-content table{
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.entry-content table th,
.entry-content table td
{
    border: 1px solid #e5e5e5;
    padding: 5px
}

.single .entry-content {
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.single .entry-content h2{

}

.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
    margin-bottom: 20px;
    margin-top: 15px;
}

.single .entry-content img{
    border-radius: 5px;
    margin-bottom: 20px;
}


.is-well.entry-content{
    background-color: #FFF;
}

/** CART **/

.woocommerce-customer-details,
.woocommerce-order-details{
    margin-top: 20px;
    background-color: #FFF;
}

.woocommerce-MyAccount-content,
.woocommerce-customer-details,
.woocommerce-order-details,
.cart-sidebar,
.woocommerce-cart-form{
    padding: 15px;
    background-color: #FFF;
}

/** CHECKOUT **/
.checkout-review-wrap{
    background-color: #FFF;
}

/** MY ACCOUNT **/

.account-user{
    background-color: #FFF;
    padding: 10px;
     border-radius: 5px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul li{
    background-color: #FFF;
    padding: 10px;
    margin: 0;
    margin-bottom: 2px;
    border-radius: 5px;
}

.order-view-status{
    background: #e4ffe2;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #50c937;
}


.order-view-status mark{
    background-color: #fcde2dba;
    color: #000;
    padding: 3px 10px;
    border-radius: 14px;
}

/* 
.dropzone-upload {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 40px 20px;
    background: #f9f9f9;
    margin: 20px 0;
    transition: all 0.3s ease;
    position: relative;
    min-height: 200px;
}

.dropzone-upload .dz-preview .dz-success-mark,
.dropzone-upload .dz-preview .dz-error-mark{
    display: none;
}

.dropzone-upload .dz-preview{
    display: flex;
    margin-bottom: 10px;
    padding: 5px;
}
.dropzone-upload .dz-preview.dz-success{
    border: 1px solid green;
}
.dropzone-upload .dz-preview.dz-error{
    border: 1px solid red;
}

.dropzone-upload .dz-preview .dz-error-message{
    flex: 1;
    color: red;
    margin-left: 10px;
}


.dropzone-upload .dz-preview  .dz-image{
    width: 100px;
    height: 100px;
    margin-right: 10px;
}


.dropzone-upload:hover {
    border-color: #0073aa;
    background: #f0f6fc;
}

.dropzone-upload.dz-drag-hover {
    border-color: #00a0d2;
    background: #e6f3fa;
}

.dropzone-upload .dz-message {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.dropzone-upload .icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0073aa;
    color: white;
    border-radius: 50%;
}

.dropzone-upload .icon-plus {
    font-size: 24px;
    line-height: 1;
}

.dropzone-upload p {
    margin: 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.dropzone-upload.uploaded {
    border-style: solid;
    border-color: #46b450;
    background: #f0fff0;
}

.dropzone-upload.uploaded .icon-plus::before {
    content: "✓";
    font-weight: bold;
}

.dropzone-upload .dz-remove {
    display: block;
    margin-top: 10px;
    color: #dc3232;
    text-decoration: none;
    font-size: 14px;
}

.dropzone-upload .dz-remove:hover {
    color: #a00;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .dropzone-upload {
        padding: 30px 15px;
        max-width: 100%;
    }
    
    .dropzone-upload .icon-wrapper {
        width: 32px;
        height: 32px;
    }
    
    .dropzone-upload .icon-plus {
        font-size: 20px;
    }
    
    .dropzone-upload p {
        font-size: 14px;
    }
} */



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


@media(min-width: 768px){

    .box-step .icon-box-img:before{
        content: "";
        width:  250% ;
        height: 1px;
        background:  var(--fs-color-primary);
        display: block;
        position: absolute;
        left: 100%;
        top: 40%;
    }
}
