body {
    font-family: "Roboto", sans-serif !important;
    font-size: 100%;
    line-height: 1.6;
}


/* start banner */

.ndv-relative {
    position: relative !important;
}

.ndv-banner {
    /*padding: 8px 5px;*/
    /*background: #662d91;*/
    /*background: -moz-linear-gradient(-45deg, #662d91 0%, #e2195c 100%);*/
    /*background: -webkit-linear-gradient(-45deg, #662d91 0%, #e2195c 100%);*/
    /*background: -o-linear-gradient(-45deg, #662d91 0%, #e2195c 100%);*/
    /*background: -ms-linear-gradient(-45deg, #662d91 0%, #e2195c 100%);*/
    /*background: linear-gradient(135deg, #662d91 0%, #e2195c 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#e2195c', GradientType=1);*/
}

.ndv-banner img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* end banner */

/* start special sale */

.section-title {
    display: flex;
    margin-top: 40px
}

.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 5px;
    opacity: 1;
    background-color: #0b0b0b;
}

span.section-title-main {
    padding: 0 15px;
    color: rgb(43, 43, 43);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
}

.ndv-product {
    position: relative;
    padding-bottom: 10px;
    margin-top: 40px;
    background: #FFF;
}

@media only screen and (min-width: 992px) {
    .padding-column {
        padding: 0px 65px !important;
    }
    .ndv-btn-buy {
        padding: 3px 20px !important;
    }
}

.ndv-product:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ndv-product-discount {
    position: absolute;
    background: #b53788;
    left: -10px;
    top: 25px;
    width: 45px;
    height: 45px;
    color: #FFF;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ndv-product-wishlist {
    position: absolute;
    background: none;
    left: 30px;
    bottom:50px;
    width: 45px;
    height:45px;
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.ndv-product-wishlist:hover {
    background-color: #662d91 !important;
    border: 2px solid #662d91 !important;
    color: #FFF !important;
}

.ndv-product img {
    width: 100%;
    max-height: 270px;
    object-fit: contain;
    overflow: hidden;
}
.format-row .ndv-product img {
  max-height: 220px;
  /*max-height:161.8px;*/
}

.ndv-title-wrapper {
    text-transform: uppercase;
    color: #adadad;
    ;
    font-size: x-small;
    margin-top: 10px;
    text-align: center;
}

.ndv-name-product-title{
    margin-top: -15px;
    text-align: center;
    color: #354a64;
    overflow: hidden;
    font-size: 0.9em;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



@media only screen and (min-device-width: 361px) and (max-device-width: 425px) {
    .ndv-name-product-title a {
        font-size: 0.7em !important;
    }
    span.amount{
        font-size: 0.7em !important;
    }
    .ndv-btn-buy{
        font-size: 0.7em !important;
    }
    .ndv-product-discount{
        font-size: 0.8em !important;
    }
    .ndv-product-mb .row .col-6{
      padding: 0 5px !important;
      margin-top: -20px !important;
    }
}



@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
  .vertical{
      display: flex;
      justify-content: center;
  }
}


@media only screen and (max-width: 1500px){
      
    .ndv-product-mb .row{
      margin-left: 0px !important;
      margin-right: 0px !important;
    }
    
    .ndv-product-mb .row .col-6{
      padding: 0 5px !important;
    }
}


@media only screen and (max-width: 360px) {
    .ndv-name-product-title a {
        font-size: 0.7em !important;
    }
    
    span.amount{
        font-size: 0.7em !important;
    }
    
    .ndv-btn-buy{
        font-size: 0.6em !important;
    }
    
    .ndv-product-discount{
        width: 40px !important;
        height: 40px !important;
    }
    
    .ndv-product-discount{
        font-size: 0.8em !important;
    }
}



.ndv-name-product-title a:hover {
    color: #000;
    text-decoration: none;
}

span.amount {
    white-space: nowrap;
    color: #111;
    font-size: 0.9em;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

.none-bg {
    background: none
}

del span.amount {
    opacity: .6;
    font-weight: normal;
    margin-right: .5em;
}

.ndv-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ndv-content-center-form {
    display: flex;
    justify-content: center;
}


.ndv-btn-buy {
    background: none !important;
    color: #662d91 !important;
    border: 2px solid #662d91;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
}

.ndv-btn-buy:hover {
    background: #662d91 !important;
    color: #FFF !important;
    cursor: pointer;
}

.btn-border-radius {
    border-radius: 5px;
    font-size: 1.1em;
    margin-top: 40px;
}

/* end special sale */

/*  start Suggestions for you */

.mySwiper3 {
    overflow: hidden;
    background: #ebe5f1;
    padding-bottom: 30px;
}
.mySwiper3 .swiper-container{
  background: #ebe5f1 !important;
}

.none-margin-top {
    margin-top: 0px !important;
}

.none-bg .section-title b {
    background-color: #65318f;
}

.none-bg .section-title span.section-title-main {
    color: #65318f;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.none-background {
    background: none;
}

.mySwiper3 .swiper-slide img {
    display: block;
    width: 370px;
    height: 270px;
    object-fit: contain;
}

/*  end sSuggestions for you */


/*  start page cart */
.content-cart {
    margin-top: 30px;
    margin-bottom: 70px;
}

@media only screen and (min-width: 992px){
  .vertical {
      border-right: 1px solid #ececec;
      padding-right: 30px;
  }
}

.content-table{
    display: flex;
    align-items: center;
}

.btn-center{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-warning-ntr{
    background: #662d91;
    border-radius:0px !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}


.btn-warning-ntr:hover{
    background: #3e1c59;
}

.btn-warning-ntr:hover a{
    background: #3e1c59;
    text-decoration: none;
}

.btn-buy-ntr{
    background: #b53788 !important;
    border-radius:0px !important;
    color: #005b23 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 1px solid #9abba7 !important;
    width: 100%;
}
.btn-buy-ntr:hover{
    text-decoration: none;
    background: #662d91;
}

.content-cart img {
    display: inline-block;
}

.link-sp-cart {
    color: #334862;
}

.link-sp-cart:hover {
    color: #000;
    text-decoration: none;
}

.cost-product {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

.title-cart{
  color: #777;
}

.cart-product-table th {
    color: #777;
    padding: 5px;
    text-align: center;
}

.cart-product-table td {
    min-width: 75px;
    padding: 5px;
    text-align: center;
}

.tr-table {
    border-bottom: 1px solid #ccc;
}

.tr-table-3 {
    border-bottom: 3px solid #ececec;
}

.label-table {
    text-align: left;
    font-size: 0.9em;
    margin-top: 20px;
}

.cost-table {
    font-size: 0.9em;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.text-bold {
    font-weight: bold;
}

.free-ship {
    color: #888;
    font-size: 0.9em;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.btn-pay {
    margin-top: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    width: 100%;
    background-color: #b53788;
    background-size: cover;
    text-align: center;
    padding: 7px 0px;
}

.btn-pay:hover {
    background-color: #662d91;
}

.btn-pay:hover a{
    color: white !important;
    text-decoration: none;
    background-color: #662d91;
}

.label-table {
    text-align: left;
    font-size: 0.9em;
    margin-top: 20px;
}

.cost-table {
    font-size: 0.9em;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.padding-10 {
    padding-left: 30px;
}

.td-padding-20 {
    padding-top: 20px;
}

.text-bold {
    font-weight: bold;
}

.discount-code {
    margin-top: 12px;
    font-weight: 700;
    color: black;
    padding: 10px 0px;
    border-bottom: 3px solid #ececec;
    border-radius: 0%;
}

.btn-apply-code {
    width: 100%;
    color: #888 !important;
    border: 1px solid #ccc !important;
    border-radius: 0% !important;
    margin: 20px 0px;
}

.btn-update-cart{
  background: #a080b9;
  border: 2px solid #a080b9 !important;
  color: #fff !important;
  font-size: 0.8em !important;
  font-weight: bold !important;
  border-radius: 0px !important;
}

.btn-update-cart:hover{
  background: #522474;
  border: 2px solid #522474 !important;
}

.btn-seen-more-product{
  border: 2px solid #662d91 !important;
  color: #fff !important;
  font-size: 0.8em !important;
  font-weight: bold !important;
  border-radius: 0px !important;
}

.btn-seen-more-product a{
  color: #662d91 !important;
  font-weight: bold !important;
  margin: 0px !important;
}



.btn-seen-more-product:hover{
  background: #662d91 !important;;
}

.btn-seen-more-product:hover a{
  color: #fff !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 1500px){
      
    .content-cart .row{
      margin-left: 0px !important;
      margin-right: 0px !important;
    }
    
    .ndv-product-mb .row .col-6{
      padding: 0 5px !important;
    }
}

@media only screen and (max-width: 430px){
      
    .btn-seen-more-product{
      width: 100% !important;
    }
    
    .btn-update-cart{
      width: 100% !important;
      margin-top: 20px;
    }
}

@media only screen and (max-width: 552px){
    .price-product{
      display: none;
    }
}

@media only screen and (max-width: 437px){
    .product-quantity{
        padding: 0px !important;
    }
}


@media only screen and (max-width: 767px){
    .product-quantity .quantity input[type=number] {
        width: 20px !important;
    }
    
    .left-text-center {
        justify-content: center;
    }
    
    .right-text-center {
        justify-content: center !important;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 480px){
    .link-sp-cart{
        font-size: 0.9em;
        padding-left: 3px;
        text-align: left;
    }
    .cost-product{
        font-size: 0.8em;
    }
    
    .btn-remove{
        position: absolute;
        margin-top: -40px !important;
        margin-left: -10px !important;
    }
}


.btn-remove {
    float: left;
    margin: 20px 5px;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
    display: inline-block;
}

.input-number{
    width: 50px !important;
    font-size: .9em !important;
    padding: 0px!important;
    outline: none !important;
    -webkit-appearance: none;
    margin: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  max-width: 10px !important;
}


/* Firefox */
.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
  max-width: 2.5em !important;
  line-height: 2.4em;
  margin: 0px -5px;
  height: 39px !important;
}

.minus, .plus{
  padding: 0px 5px !important;
}

.is-form{
  background: #f9f9f9 !important;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  text-shadow: 1px 1px 1px #fff;
  color: #888 !important;
  border: 1px solid #ddd !important;
  text-transform: none;
  font-weight: normal;
  padding: 0px 5px !important;
}

.is-form:hover{
  background: #888 !important;
  color: #000 !important;
}

.minus{
  margin-right: 0px !important;
  min-height: 1.5em !important;
}

/*  end page cart */

/* start category */
.ndv-libary{
    text-transform: uppercase;
    color: #000;
    float: left
}

.ndv-libary span{
    color: rgba(102,102,102,0.7);
}

.ndv-libary a{
    color: rgba(102,102,102,0.7);
}

.ndv-libary a:hover{
    color: #000;
    text-decoration: none;
}

.ndv-sort{
  display: flex;
  align-items: center;
  float: right;
}

.ndv-sort select option{
  padding-right: 50px !important;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0.5em 0 0.5em;
    width: 100%;
    max-width: 30px;
}

.product-title-page {
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #777;
    font-family: "Roboto", sans-serif;
}

.content-sort{
    right: 0px;
}

.content-sort span{
    display: flex;
    justify-content: center;
    align-items: center;
}


.sort-product{
    box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE3VDE3OjEyOjQyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUVFRDJCNkREQzMxMUU0QTM3QUI4MEQzQjkxMTEyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTgyMENFQ0RGNUIxMUU0QTM3QUI4MEQzQjkxMTEyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuShL/sAAABeSURBVHjaYszOzjZnYGDYCcT8DMSBv0AcP2XKlKVEqmdgAuKTQOwOxB+JtQCIibYAZgkDkRaRZQGyJYQsItsCdEtwWUSRBdgsQbeIYgtAgAWHOMwiJSBezkAhAAgwAJSTG/DI0S9VAAAAAElFTkSuQmCC);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 15%;
    border-radius: 0;
    display: block;
    outline: none;
}



/* product menu */

.category-product{
  background: #FFF;
  border: 2px solid rgba(0, 0, 0, 0.1);;
  padding: 10px;
  font-size: 0.8em;
}

.category-product ul{
    list-style: none;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}


.panel {
  background: #FFF;
  border: 1px solid #000;
  margin: 10px;
  display: none;
  overflow: hidden;
}

.format-row{
  margin-left: 0px !important;
}

.format-col{
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  justify-content: center;
}

.format-col .col-6{
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.woocommerce-mini-cart li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}





#main{
	margin-top: 20px;
}

.shop-page-title{
    position: relative;
}

.page-title-inner{
    position: relative;
    padding-top: 20px;
    min-height: 60px;
}

 .left-text-center{
  font-size: 18px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}


.left-text-center a{
  text-decoration: none;
  color: rgb(170, 160, 160);
}

.left-text-center a:hover{
  color: #000;
}

.divider{
  font-weight:600;
}

.right-text-center{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



/* start checkout */

.info-checkout a {
    color: #354a64;
}


.info-checkout a:hover {
    color: #353535;
    text-decoration: none;
}

.login-checkout {
    background-color: #f7f7f7;
    overflow-y: hidden;
    height: 0px;
    padding: 0px 0px;
    margin: 10px 0px;
    animation-duration: 0.5s;
}

@keyframes showloginCheckout {
    from {
        height: 0%;
        padding: 0px 20px;
        margin: 10px 0px;
    }
    to {
        height: 80%;
        padding: 30px 20px;
        margin: 10px 0px;
    }
}


@keyframes hiddenloginCheckout {
    from {
        height: 80%;
        padding: 30px 20px;
        margin: 10px 0px;
    }
    to {
        height: 0%;
        padding: 0px 20px;
        margin: 10px 0px;
    }
}

.discount-code-show {
    padding: 0px 20px 0px 20px;
    height: 0px;
    margin: 10px 0px;
    border: 0px dashed #662d91;
    overflow-y: hidden;
    animation-duration: 0.3s;
}

@keyframes showDiscountCode {
    from {
        height: 0px;
        padding: 0px 20px 0px 20px;
        margin: 10px 0px;
    }
    to {
        height: 95px;
        padding: 10px 20px 20px 20px;
        margin: 10px 0px;
    }
}

@keyframes hiddenDiscountCode {
    from {
        height: 95px;
        padding: 10px 20px 20px 20px;
        margin: 10px 0px;
    }
    to {
        height: 0px;
        padding: 0px 20px 0px 20px;
        margin: 10px 0px;
    }
}


form.example input[type=text] {
    padding: 5px 0px 5px 10px;
    font-size: 17px;
    border: 1px solid #ddd;
    float: left;
    width: 80%;
}

form.example input[type=text]:focus-within {
    border: 1px solid #ddd;
    outline: none;
}




/* Style the submit button */

.btn-zeelee{
    width: 20%;
    padding: 9px;
    background: #662d91;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #662d91;
    border-left: none;
    border-radius: 0px;
    cursor: pointer;
}


.btn-zeelee{
  background-color: #49196e;
}

form.example button {
    width: 20%;
    padding: 9px !important;
    background: #662d91;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #662d91 !important;
    border-left: none;
    border-radius: 0px;
    cursor: pointer;
}

form.example button:hover {
    background-color: #49196e;
}



@media only screen and (max-width: 860px){
    form.example input[type=text]{
        width: 60%;
    }
    
    form.example button{
        width: 40%;
    }
}

@media only screen and (min-width: 426px){
    .content-cart img{
        height: 72.5px;
        width: 140px;
    }
}

@media only screen and (max-width: 500px){
    form.example input[type=text]{
        width: 50%;
    }
    
    form.example button{
        width: 50%;
        font-size: 0.9em;
    }
}

/* Clear floats */
form.example::after {
    content: "";
    clear: both;
    display: table;
}

.title-checkout {
    border-top: 2px solid #ddd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0px;
}

.title-order-checkout {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}

.order-checkout {
    padding: 10px;
    border: 2px solid #662d91;
}


.text-capitalize{
  text-transform: capitalize !important;
}

.btn-order {
    padding: 0px 10px !important;
    margin: -10px auto 20px auto;
    background: #662d91;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #662d91;
    border-radius: 0px;
    cursor: pointer;
}

@media only screen and (max-width: 426px){
  .btn-order{
      width: 100%;
  }
  
  .ndv-libary{
      text-align: center;
      font-size: .9em;
  }
  
}

.btn-order:hover {
    background: #49196e;
}

.content-login-checkout{
    display: flex;
    align-items: center;
}

.format-form{
  display: flex;
  justify-content: center;
}

/* end checkout*/
.contact-us p{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.contact-us .row{
    padding: 5px 0px !important;
    margin: 0px 0px !important;
}

.format-row-lh{
    padding: 5px 0px !important;
    margin: 0px !important;
}

.contact-us .col-6{
    padding: 0px 5px;
}

.contact-us .col-12{
    padding: 0px 5px;
}


ul.woocommerce-mini-cart li img {
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
    float: left;
}
ul.woocommece-mini-cart li.woocommerce-mini-cart-item span.quantity {
    display: block;
    margin-top: 3px;
    font-size: .85em;
    opacity: 0.6;
}

.padding-10-product{
    padding: 10px 0px;
}


/* start contact*/
/* end contact */


/* start filter*/
.accept-buy {
    margin: 20px auto 30px -5px;
    padding-top: 10px;
    display: block;
    font-size: 0.8em;
}
/* end filter*/


/* start buy susscess */

.success-color {
    color: #662d91;
    font-weight: bold;
}


.discount-code-color{
    color: blue;
}

.shipping-fee-color{
    color: red;
}

.ntr-buy-success{
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.ntr-buy-success table.buy-success-page th{
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: 2px solid #eee;
}

.ntr-buy-success table.buy-success-page td{
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
}

.ntr-buy-success table.buy-success-page td span{
    font-weight: bold;
    color: #888;
}


.ntr-buy-success table.buy-success-page td.buy-success-right{
    font-weight: bold;
}

.ntr-buy-success h5{
    font-weight: bold;
}

.buy-success-left{
    text-align: left;
}

.buy-success-right{
    text-align: right;
}

.is-well {
    padding: 10px;
    background-color: rgba(0,0,0,0.02);
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 7%), inset 0 0 0 1px rgb(0 0 0 / 5%);
}

.is-well p{
    margin: 5px;
}

.is-well p span{
    font-weight: bold;
}

.is-well p span.id-product{
    font-weight: bold;
    color: #c4996b;
    font-size: .8em;
}

.is-form{
  overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #888;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
    padding: 7px;
}


@media only screen and (min-width: 768px) {
  .btn-text-cart{
      width: 50px !important;
      padding: 0px !important;
      margin: 0px -4px;
  }
}

/* start content left mobile*/
.icon-show-content-left-mb{
  display: none;
}

.icon-show-content-left-mb a{
    color: #777;
}

.show-content-left-mb{
  display: none;
}

@media only screen and (max-width: 991px){
    .content-left-category{
        display: none !important;
    }
    
    .right-text-center span.title-show{
      display: none!important;
    }
    
    .left-text-center {
        justify-content: center;
    }
    
    .right-text-center{
        justify-content: center;
    }
    
    .icon-show-content-left-mb{
      display: flex;
      margin: 15px auto;
      justify-content: center;
    }
    
    .show-content-left-mb{
        padding: 20px 20px 20px 20px;
        display: block;
    }
    
    .text-price{
        background: none !important;
        width: 100px !important;
    }
}

.btn-close {
    color:#fff;
    font-size: 25px;
    text-align: right;
    padding: 5px 10px;
    width:100%;
    display: none;
}


@media only screen and (max-width: 320px){
    .ndv-sort{
      width: 100%;
      margin: 0px 13px;
    }
}  

.bgOverlay{
  background: #000;
  width: 0%;
  height: 100%;
  opacity: 0.7;
  position: fixed;
  z-index:2500;
}

.showMenuMobile{
  background: #f8f8f8;
	background-repeat: no-repeat;
	font-family: Open Sans,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	overflow-x: hidden;
	transition: 0.1s;
	z-index: 3000;
}
/* end content mobile*/

.content-blog img{
    width: 100%;
}

.btn-text-cart{
    outline: none;
    margin-top: -2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.58em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.discount-code--success{
  font-weight: 600;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #0d6efd;
}

.discount-code--error {
    font-weight: 600;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: red;
}

.product-meta-a{
    color: #662d91;
}

.product-meta-a:hover{
  color: #000;
  text-decoration: none;
}

.textarea-checkout {
    padding: 10px;
    height: 100px;
    border-color: #ddd;
    outline: none !important;
}

.form-control:focus{
    box-shadow: none !important;
    border-color: #ddd !important;
}


.ndv-discount-code{
  color: red !important; 
}
/* end buy susscess */

/* start paginate */

.format-paginate{
    display: flex;
    justify-content: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.pagination {
    text-align: right;
    display: inline-flex;
    margin: auto;
    padding: 40px 0px;
}
.page-link{
    border: 2px solid #662d91 !important;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    color: #662d91 !important;
}

.page_number{
  display: flex;
  justify-content: center;
}

.pagination .select {
  background: #662d91;
  color: #fff !important;
  border-color: #662d91 !important;
}

.page-link:hover {
  background: #662d91 !important;
  color: #fff !important;
  border-color: #662d91 !important;
}

.page-link:focus {
  box-shadow: none !important;
}
/* end paginate*/

/* start account */

.infor-user{
  font-weight: bold;
  text-align: center;
}

.label-user{
  color: #005b23;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}

.label-user a{
  color: #005b23;
  font-weight: bold;
}

.label-user a:hover{
  text-decoration: none;
}


.item-user{
  padding-left: 20px;
  margin: 3px 0px;
}

.item-user a{
  color: #000;
}

.item-user a:hover{
  color: #000;
  text-decoration: none;
}

.active-user{
    border-left: 4px solid #f8b742;
    background: #eee;
    padding: 5px 5px 5px 20px;
}

.label-history{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  border-top: 5px solid #ddd;
}

/* end account */

/*start filter price*/

.accept-buy {
    margin-top: 10px;
    display: block;
    font-size: 0.8em;
}

.accept-buy .btn {
    border-radius: 20px;
    padding: 2px 15px !important;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    height: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    /* border: 1px solid #c5c5c5; */
    background: #666 !important;
    font-weight: normal;
    margin-top: -3px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 50%;
}

.text-price{
    border: none !important;
    box-shadow: none !important;
    color: #662d91 !important;
    font-weight:bold;
    outline: none;
    width: auto !important;
}
/*end filter price*/

.ndv-boxshadow-banner{
  -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}


/* 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 #b53788;
  color: #b53788;
  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: #b53788;
  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: #b53788;
    font-weight: bold;
    font-size: 0.9 em;
    height: 50px;
    overflow: hidden;
}

.product-box-introduce:hover {
    color: #000;
    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: #b53788!important;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    align-items: center;
}

.itemDB a:hover {
    color: #000!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);
}

/* end blog */

/* start feedback home */
.ndv-feedback-home{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding-top: 10px !important;
    background-image: url(https://myphambambi.com/css/template1/img/bg_feedback.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 482px;
    overflow: hidden;
}

.content-blog{
  text-align: justify;
}

.ndv-mlr-0{
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.ndv-plr-5{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* end feedback home*/