body {
    font-size: 14px !important;
    color: #333 !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 24px !important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased !important;
    min-width: 320px !important;
}

.ndv-mlr-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ndv-plr-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ndv-mlr-5{
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.ndv-plr-5{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ndv-mlr-10{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.ndv-plr-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.title-style3, .svgleft-style3, .svgright-style3 {
    background: #ff8d6b;
}

.title-style3 {
    /*background: #ed4d09 !important;*/
    text-align: center;
    margin: 0;
    font-size: 21px;
    padding: 8px !important;
    color: #fff;
    font-weight: 600;
    text-transform: none !important;
    position: relative;
}

span.svgleft-style3 {
    height: 100%;
    width: 18px;
    /*background: #ed4d09;*/
    position: absolute;
    left: -17px;
    top: 0;
}

span.svgleft-style3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border-top: solid 15px #5a1d03;
    border-left: solid 15px transparent;
}

span.svgright-style3 {
    height: 100%;
    width: 18px;
    /*background: #ed4d09;*/
    position: absolute;
    right: -17px;
    top: 0;
}

span.svgright-style3:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    border-top: solid 15px #5a1d03;
    border-right: solid 15px transparent;
}

.ndv-title-list-product {
    font-size: 25px;
    color: #0a0404;
    text-align: center;
    font-family: Lora;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.ndv-image-title {
    display: flex;
    justify-content: center;
}

.ndv-border-category-product {
    position: relative;
    /*margin-bottom: 50px;*/
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.ndv-border-category-product:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.ndv-border-category-product .ndv-product {
    position: relative;
    box-shadow: none !important;
    transition: 0.3s;
}

.ndv-product {
    position: relative;
    /*margin-bottom: 50px;*/
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.ndv-product:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.ndv-product-img img {
    display: block;
    width: 100%;
    padding: 5px;
    height: auto;
}

.ndv-product .ndv-status {
    background: #ed4d09;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
}

.ndv-product .ndv-status .sale{
    font-size: 0.8em;
}

.ndv-content-product {
    /*position: absolute;*/
    padding: 10px 10px 0;
    /*bottom: -45px;*/
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height: 80px;*/
    /*-webkit-transition: all .3s ease-out 0s;*/
    /*-moz-transition: all .3s ease-out 0s;*/
    /*-o-transition: all .3s ease-out 0s;*/
    /*transition: all .3s ease-out 0s;*/
}


.ndv-content-product {
    /*bottom: -45px;*/
}
.ndv-product:hover .ndv-content-product {
    /*height: 125px;*/
}

.ndv-product-name a{
    color: #777;
    white-space: initial;
    line-height: 20px !important;
    font-weight: 1.3em;
    text-transform: none !important;
    font-size: 14px !important;
    min-height: 20px !important;
    height: 40px!important;
    text-align: center !important;
    margin-top: 5px !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ndv-product:hover .ndv-product-name a{
    color: #ff8d6b;
}

.ndv-price-box {
    text-align: center;
    display: flex;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ndv-price-box span {
    color: #dd0000;
    font-weight: bold;
}

.ndv-price-box del span {
    color: #999999;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .ndv-price-box span {
        color: #dd0000;
        font-weight: bold;
        font-size: 0.8em;
    }
}

.ndv-btn-add-cart {
    display: flex;
    justify-content: center;
}

.ndv-btn-add-cart button {
    background-color: #ff8d6b !important;
    color: #f9f9f9;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 5px !important;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    margin-bottom: 15px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.8;
}

.ndv-btn-add-cart button:hover{
  opacity: 1;
}

.ndv-cosmetics-bg {
    margin-top: 30px !important;
    /*background-image: url(https://evabeautiful.com/wp-content/uploads/2020/10/bg1.png?id=92) !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.ndv-title-cosmetics {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-family: Lora;
    font-weight: 700;
    font-style: normal;
    padding-top: 20px !important;
}

.ndv-cosmetics {
    color: #fff;
    height: 100%;
}

.ndv-cosmetics-title {
    font-family: 'courier new', courier, monospace;
    font-size: 17pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ndv-cosmetics-content {
    font-family: 'courier new', courier, monospace;
    font-size: 12pt;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.ndv-cosmetics-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ndv-contain-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.ndv-cosmetics-icon span i {
    color: #fe6c61;
    font-size: 2.1em;
    font-weight: 400;
}

.ndv-feedback {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
}

.feedback-image img{
    height: 123px;
    width: 123px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #fff;
}

.link-next-feedback {
    display: block;
    text-decoration: none;
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 5px 7px;
    background: 0 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 3px solid #f79468;
    border-radius: 50%;
}

.next-feedback {
    display: flex;
    justify-content: center;
}

.feedback-active {
    background: #f79468;
}

.ndv-blog {
    overflow: hidden;
    display: block;
}

.ndv-blog-img img {
    padding: 10px;
    object-fit: cover;
    height: 180px;
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.ndv-blog:hover .ndv-blog-img img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.ndv-blog-title {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    height: 58px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ndv-blog a {
    text-decoration: none;
}

.ndv-blog-title:hover {
    color: #fe6c61;
}

.ndv-blog-content {
    padding: 0px 10px;
    text-align: center;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media only screen and (min-width: 768px){
  .ndv-feedback .feedback-content{
      padding: 0%;
  }
}
.ndv-libary-menu{
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.ndv-libary-menu ul li a{
    color: #000;
    text-decoration: none;
}

.ndv-libary-menu ul li a:hover{
    color: #fe6c61;
}

.ndv-libary-menu ul li span{
    position: relative;
    float: left;
    width: 30px;
    text-indent: -9999em;
    height: 100%;
    background: url(../images/bg-breadcrumbs.png) no-repeat 0 0;
    padding: 12px 5px;
}

.ndv-libary-menu ul li span:before {
    content: '';
    height: 100%;
    width: 1px;
    background: #e0dede;
    position: absolute;
    left: 50%;
    top: 0;
    transform: rotate( 20deg);
}

.ndv-libary-menu ul{
    height: 40px;
    line-height: 40px;
}

.ndv-page-title {
    margin-bottom: 30px;
    margin-top: 30px;
    float: none;
}

.ndv-page-title {
    margin-top: 30px;
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
}

.ndv-border-category-product{
    border: 1px solid #eaeaea !important;
    box-shadow: none;
    padding: 5px;
    margin: 10px;
}

.ndv-border-category-product .ndv-product .ndv-product-img img{
    padding: 5px !important;
}

.ndv-lr-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ndv-border-category-product{
    border: 1px solid black;
}

.ndv-0-product{
    border-top: 3px solid #1e85be;
    background: #f7f6f7;
    padding: 20px;
    display: flex;
    align-items: baseline;
}

.ndv-0-product i{
    color: #1e85be;
}

.ndv-cart_totals h2{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.ndv-cart_totals table{
    border-collapse: collapse;
    margin: 0 0 6px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
}

.ndv-cart_totals table td{
    border: 1px solid #eaeaec;
    padding: 10px;
}

.ndv-cart_totals table th{
    font-weight: bold;
    padding: 10px;
}

a.ndv-go-checkout{
    background-color: #ff8d6b;
    color: #fff;
    font-size: 1.2em;
    border-radius: 0px !important;
}

a.ndv-go-checkout:hover{
    color: #fff !important;
    opacity: 0.9;
}

a.ndv-return-store{
    background: #5a88ca;
    color: #fff;
    font-size: 1.2em;
}

a.ndv-return-store:hover{
    color: #fff !important;
    opacity: .9;
}

.ndv-cart table, td, th {
  border: 1px solid rgba(0,0,0,.1);
  padding: 10px 5px !important;
  vertical-align: middle;
}

.ndv-cart table th {
  font-weight: bold;
}

.ndv-cart table {
  width: 100%;
  border-collapse: collapse;
}

.ndv-product-price {
    font-weight: 700;
    color: #ffb424;
}

.removeCartItem{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    color: red!important;
    font-weight: 700;
    text-decoration: none;
}

.removeCartItem:hover{
    background: red !important;
    color: #fff!important;
}

.ndv-update-cart{
    text-align: right;
}

.ndv-update-cart a{
    margin-bottom: none !important;
}
.btn-disabled {
    opacity: .8;
    cursor: default !important;
    pointer-events: none;
    cursor: not-allowed !important;
}

.ndv-quantity-cart{
    min-width: 150px;
}


.ndv-quantity-cart .quantity-display{
    width: 58px !important;
    display: inline-block;
    text-align: center;
    padding: 2px;
    height: 40px !important;
    margin: -4px;
    font-size: 1.1em;
}

.ndv-quantity-btn{
    display: inline-block;
    padding: 2px;
    height: 40px !important;
    min-width: 40px;
    border: 1px solid rgba(0,0,0,.1);
}

.ndv-quantity-btn:hover{
    background: rgba(0,0,0,.1);
}

.isShow{
  display: none;
  position: absolute;
}

@media only screen and (max-width: 768px){
    .isHidden{
      display: none;
    }
    
    .isShow{
      display: block;
    }
    
    .removeCartItem{
      background: red;
      color: #fff !important;
    }
}

@media only screen and (max-width: 570px){
  .ndv-quantity-cart{
      min-width: 82px;
  }
  .ndv-quantity-cart .quantity-display{
      width: 30px !important;
  }
  .ndv-quantity-btn{
      min-width: 20px;
  }
}

@media only screen and (max-width: 390px){
    .isHidden-390{
      display: none;
    }
}

.ndv-cart-name a{
    color: #000;
    text-decoration: none;
}

.ndv-cart-name a:hover{
    color: #ff8d6b;
}

.ndv-cart-name a:focus{
    color: #ff8d6b;
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




/* start blog */
.share-page {
    margin-top: 10px;
    margin-bottom: 100px;
}

.share-card-blog {
    /* Add shadows to create the "card" effect */
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.share-card-blog img {
    object-fit: cover;
    height: 180px;
}

.post-date{
  background: #fff;
  margin-top: 15px;
  margin-left: -7px;
  padding: 1px;
  height: 45px;
  width: 45px;
  text-align: center;
  border: 2px solid #ff8d6b;
  color: #ff8d6b;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
}

.share-card-blog:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.share-card-blog:hover .post-date {
  background: #ff8d6b;
  color: #fff;
}


.share-container {
    padding: 2px 16px;
}


.share-container a:hover{
  text-decoration: none;
}

.post-title{
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-content{
  min-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-box-introduce {
    color: #000;
    font-weight: bold;
    font-size: 0.9 em;
    height: 50px;
    overflow: hidden;
}

.product-box-introduce:hover {
    color: #ff8d6b;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9 em;
}


.itemDB {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    margin-bottom: 10px;
}

.itemDB a {
    color: #666!important;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    align-items: center;
}

.itemDB a:hover {
    color: #ff8d6b !important;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.itemDB img{
    object-fit: cover;
}

.itemDB-title {
    font-weight: 900;
}

.post-date-aside{
  margin: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  color: #fff;
	text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.linkpost{
  height: 50px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.img-blog-aside{
  float:left;
  margin: 5px;
}

.main-share-product {
    height: 170px;
    border-width: 2px;
    position: relative;
}

.main-share-product img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}


.info-main-product{
  height: 88px;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  background: #eee;
}

.info-main-product a{
  color: #777;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.info-main-product a:hover{
  color: #000;
  font-weight: bold;
}

.ndv-blog-home{
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.blog-home:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.share-page .color-text-superlight span{
    color: #666;
    margin-left: 20px;
}

.share-page .color-text-superlight span a{
    color: #666;
    text-decoration: none
}


.share-page .color-text-superlight span a:hover{
    color: #ff8d6b;
    text-decoration: none
}

.ndv-title-new-post{
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    background: #fbfbfb;
    text-align: center;
}

.ndv-title-new-post h5{
    font-weight: bold !important;;
}

.ndv-block-blog{
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: none;
}

/* end blog */


.ndv-content-blog-img{
  width: 100%;
  object-fit: cover;
  max-height: 146px;
  padding: 3px;
}


.ndv-img-blog .box-content{
    transform: scale(0);
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 20px;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ndv-img-blog{
  width: 35%;
  max-height: 150px;
  float: left;
  margin-right: 20px;
  position: relative;
  border: 2px solid #ccc;
}

.ndv-img-blog .box-content a{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: block;
}

.ndv-img-blog:hover .box-content{
    transform: scale(1);
}

.ndv-content-blog{
  text-align: justify;
}

.ndv-post-title{
  color: #666;
  cursor: pointer;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ndv-post-title:hover{
  color: #ff8d6b;
}

.ndv-post-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content-blog-leoq{
    text-align: justify;
}

.title-order-checkout{
  font-size: 2em;
}

@media only screen and (min-width: 768px){
  .content-blog-leoq{
      padding-right: 30px;
  }
}

.text-bold{
  font-weight: bold;
}

@media only screen and (max-width: 767px){
  .ndv-post-content{
      display: none;
  }
}

.order-checkout table td, th{
  padding-left: 10px !important;
}


.link-show{
  color: #000 !important;
  text-decoration: none !important;
}

.link-show:hover{
  color: #ff8d6b !important;
}

.discount-code-show{
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.form-discount input{
  width: 70%;
}

.form-discount button{
  width: 30%;
  background-color: #ff8d6b;
  color: #fff;
  font-size: 1.2em;
  border-radius: 0px !important;
}

.ndv-form{
  display: flex;
  padding: 10px 0px;
}

.discount-code--success{
  color: green;
}

.form-hidden{
  display: none;
}

.discount-code--error{
  color: red;
}

.textarea-checkout{
  height: 100px;
  outline: none;
}

.form-control{
  font-size: 14px !important;
}

@media only screen and (min-width: 992px){
  .ndv-mgl{
    margin-left: 15px;
  }
}

@media only screen and (max-width: 992px){
  .ndv-mgl{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.required{
  color: red;
  font-size: 16px;
}

.ndv-cart .form-group{
    margin-bottom: 5px !important;
}

.product-meta-a{
  color: #000;
  text-decoration: none;
}

.product-meta-a:hover{
  color: #fe6c61;
}

.ndv-quickbuy{
  background: #fe6c61 !important;
  color: #fff;
  font-size: 1.2em;
  border-radius: 0px !important;
   outline: none!important;
   border: none !important;
   padding: 5px 10px;
}

.ndv-quickbuy:hover{
  opacity: 0.8;
}

@media only screen and (max-width: 768px){
  .ndv-quickbuy{
    width: 100%;
  }
}

.ndv-pay-method{
   background: #ebe9eb;
   padding: 20px 10px;
   display: flex;
   border-radius: 5px;
}

.show-pay-method{
  background: #dfdcde;
  padding: 5px 10px;
  margin: 10px 0px;
  display: none;
}

.method-show{
  display: block;
}

.border-top{
  justify-content: flex-end;
  border-top: 2px solid #000;
  padding-top: 15px;
  margin-top: 10px;
}

.select{
    background: #ff8d6b !important;
}

.page-item{
  margin: 2px;
}

.page-item a{
   text-decoration: none !important;
   color: #666 !important;
}

.page-item a.select{
   color: #fff !important;
}

.page-link:hover{
    background: #ff8d6b !important;
    color: #fff !important;
}

.page-link:hover .page-item{
    border: #ff8d6b !important;
}

.format-paginate{
    display: flex;
    justify-content: flex-end;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav{
  display: none!important;
}
form.img-flex{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
