.ndv-ct-center{
  display: flex;
  justify-content: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ndv-plr-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ndv-plr-10{
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ndv-plr-5{
  padding-left: 5px !important;
  padding-right: 5px !important;
}


.ndv-mlr-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ndv-mlr-10{
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.ndv-mlr-5{
  margin-left: 5px !important;
  margin-right: 5px !important;
}


.ndv-display-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ndv{
    color: red;
}

.ndv-category-product{

}

.ndv-category-policy img{
    width: 100%;
}

.ndv-category-policy a{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 5px;
    opacity: 0.8;
}

.ndv-category-policy a:hover{
    opacity: 1;
}

.ndv-content-product{
  text-align: center;
}

.ndv-content-product ul{
  justify-content: center;
  padding-bottom: 16px;
} 

.ndv-main-title{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 2em;
}

.ndv-feedback{
    background: #faf6ed;
    padding: 30px;
}

.ndv-feedback .ndv-feedback-content{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ndv-feedback .ndv-feedback-img img{
    width: 100%;
}

.ndv-product-category{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.ndv-product-category:hover{
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.ndv-product-category .ndv-content-img{
    position: relative;
    overflow: hidden;
}

.ndv-product-category .ndv-content-img span.ndv-quick-view{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 7px;
    cursor: pointer;
    transform: translateY(38px);
    transition: transform 0.5s ease, bottom .2s ease;
}

.ndv-product-category:hover .ndv-content-img span.ndv-quick-view{
    transform: translateY(0px);
}

.ndv-sale{
    top: 10px;
    left: 10px;
    position: absolute;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    background: #ededed;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #f94c43;
}

.ndv-product-category img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.ndv-product-category .title{
    height: 50px;
    margin: 10px 0px;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ndv-product-category .title a{
    color: #000;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.ndv-product-category .title a:hover{
    opacity: 0.7;
}

.ndv-product-category .price span{
    color: #c2285f;
    font-weight: bold;
    font-family: initial;
}

.ndv-product-category .price del{
    color: #999;
    font-weight: bold;
    font-family: initial;
}

.ndv-product-category .color ul li{
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
    cursor: pointer;
}

.ndv-product-category .color ul li.active{
    border: 2px solid #999 !important;
    padding: 2px;
}

.ndv-title-category{
    padding-left: 22px;
    border-bottom: 2px solid #000;
}

.ndv-title-category h1{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}

.list-sub-category ul li{
  margin: 10px 0px;
}

.list-sub-category ul li a{
    color: #999;
    font-weight: 600;
    padding: 2px;
    text-decoration: none;
}

.list-sub-category ul li.active a{
    color: #000;
}
.list-sub-category ul li a:hover{
    color: #000;
}

.list-sub-category ul li img{
    height: 10px;
    margin: 0px 5px;
    opacity: 0;
}

.list-sub-category ul li.active img{
    opacity: 1;
}

/* 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 #c2285f !important;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    color: #c2285f !important;
}

.page_number{
  display: flex;
  justify-content: center;
}

.pagination .select {
  background: #c2285f;
  color: #fff !important;
  border-color: #c2285f !important;
}

.page-link:hover {
  background: #c2285f !important;
  color: #fff !important;
  border-color: #c2285f !important;
}

.page-link:focus {
  box-shadow: none !important;
}
/* end paginate*/


.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% !important;
}


/* start product */
.ndv-product-template {
    line-height: 2.2em;
}

.ndv-product-title{
    font-weight: bold;
    font-size: 1.6em;
    text-transform: uppercase;
}

.ndv-product-type span{
    font-weight: 600;
    font-size: .9em;
    text-transform: uppercase;
}

.ndv-product-template .price span {
    font-size: 1.6em;
    color: #c2285f;
    font-weight: bold;
    font-family: unset;
}

.ndv-product-template .price del {
    color: #999;
    font-size: 1.6em;
    font-weight: bold;
    font-family: unset;
}

.ndv-variant {
    align-items: center;
}

.ndv-variant span{
    font-weight: 600;
    text-transform: uppercase;
}

.ndv-variant ul.list-unstyled li{
    display: inline-block;
    border: 2px solid #000;
    padding: 0px 10px;
    margin-right: 10px;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}


.ndv-variant ul.list-unstyled li.active{
    border: 2px solid #bd2162;
}

.ndv-variant ul.list-unstyled li .ndv-square{
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(7px) translateX(8px) rotate(-47deg);
}

.ndv-variant ul.list-unstyled li.active .ndv-square{
    background: #bd2162;
}



.ndv-quantity span{
    font-weight: 600;
}

.ndv-quantity button{
    background: none;
    outline: none;
    border: none;
}

.ndv-quantity button:hover{
    background: rgba(0,0,0,.1);
}


.ndv-quantity input{
    background: none;
    outline: none;
    border: none;
    width: 40px;
    text-align: center;
    padding-left: 0px !important;
}

.ndv-product-template .ndv-buy-product button{
    background: #bd2162;
    padding: 2px 30px;
    margin: 10px 0px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    opacity: 0.8;
    border: none;
    outline: none;
    cursor: pointer;
}

.ndv-product-template .ndv-buy-product button:hover{
    opacity: 1;
}

.ndv-pd-20{
    padding: 20px;
}

@media only screen and (max-width: 768px){
  #ndv-modal-img{
      height: 200px;
      object-fit: cover;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  
  .ndv-product-category .ndv-content-img span.ndv-quick-view{
    transform: translateY(0px) !important;
  }
  
  .ndv-pd-20{
    padding: 0px !important;
  }
}

.ndv-buy-product a{
    color: #be2161 !important;
    font-size: 1.2em !important;
    text-decoration: none !important;
}

.ndv-buy-product a:hover{
    font-weight: bold;
    transition: transform 1s ease, bottom 1s ease;
}

.ndv-isshow{
    border: 2px dashed #000;
    padding: 10px;
    margin: 20px 0px;
    transition: transform 0.5s ease, bottom .2s ease;
}

.show .ndv-isshow{
    height: 10px;
}

/* end product */