.owl-item .product-wrap{
  padding-bottom: 20px;
  margin-left: 1px;
  margin-right: 1px;
}
.wrap-product {
  margin-bottom: 50px;
}
.product-wrap{
    height: 100%;
}
.product .percent{
    z-index: 3;
    color: red;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    top: 10px;
    right: 10px;
    display: block;
    font-weight: bold;
}
.product:hover {}
.product {
  transition: 0.4s ease;
  overflow: hidden;
  height: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.product .info-product{
    padding: 5px 20px 10px 20px;
}
.product .info{display: none}


.product:nth-child(4n) {
  margin-right: 0px;
}
.product:hover .box-product .view{opacity: 1;
    left: calc(50% - 45px);}
.product:hover .box-product .cart-add{
    opacity: 1;
    bottom: 0;
}
.box-product .view{
       display: block;
       background: var(--primary);
       color: #fff;
       left: calc(50% - 60px);
       position: absolute;
       bottom: calc(50% - 20px);
       opacity: 0;
       width: 40px;
       height: 40px;
       text-align: center;
       line-height: 40px;
       border-radius: 50%;
}
.box-product .cart-add{
    display: block;
    background: red;
    color: #fff;
    left: 0;
    position: absolute;
    bottom: -15px;
    opacity: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}
.box-product .cart-add span{
    background: url(../images/cart-add.png) no-repeat;
    width: 18px;
    height: 16px;
    display: inline-block;
}
.box-product {
  position: relative;
  display: block;
  overflow: hidden;
  overflow: hidden;
}
.box-product .stic {
  color: transparent;
  font-size: 15px;
  position: absolute;
  top: 10px;
  right: 3px;
}
.box-product .stic .hot {
  background: url(../images/stick-hot.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 30px;
}
.box-product .stic .new {
  background: url(../images/stick-new.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
  width: 30px;
}


.pic-product {
  background: #fff;
  padding: 0;
  transition: 0.4s ease;
  margin-bottom: 0;
}

.pic-product img {
  width: 100%;
  margin: 0 !important;
}
.product:hover .name-product a{color: var(--second);}
.name-product a{
  transition:0.5s ease;
  color: var(--primary);
}
  .name-product span{
    position: relative;
    display: block;
}
  .name-product span i{
    position: absolute;
    right: -29px;
    top: calc(50% - 10px);
}
.name-product {
  font-size: 16px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 20px; /* fallback */ /* fallback */
  font-size: 15px;
  bottom: 40px;
  left: 0;
  width: 100%;
  background: rgb(255 255 255 / 91%);
  font-weight: bold;
  font-weight: 500;
  text-align: left;
}
.pagination-home {
    padding-bottom: 15px;
}
.name-product.text-split {
  -webkit-line-clamp: 1;
}
.price-product {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: var(--primary);
}
.price-product span span{
  color: #254daf;
  font-weight:500;
}
  .price-old-1 {
    display: inline-block;
    padding: 0 4px;
    font-weight: 500;
    text-decoration: line-through;
    font-size: 12px;
}
.price-new-1 {display: inline-block;padding: 0 4px;font-weight: 500;}
.price-old {
  padding-left: 10px;
  font-size: 14px;
  color: var(--color-gray);
  text-decoration: line-through;
}
.price-per {
  position: absolute;
  top: 5px;
  left: 0px;
  color: #111;
  background: #ffd200;
  font-size: 13px;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-size: cover;
  border-radius: 50%;
  font-weight: bold;
}

.grid-pro-detail {
  margin-bottom: 20px;
}
.left-pro-detail {
  position: relative;
  float: left;
  width: 40%;
  text-align: center;
  margin-right: 2%;
  background: white;
}
.left-pro-detail .next-sli {
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  z-index: 123;
  font-size: 26px;
  color: #c06615;
  cursor: pointer;
}
.left-pro-detail .prev-sli {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  z-index: 123;
  font-size: 26px;
  color: #c06615;
  cursor: pointer;
}
.left-pro-detail .MagicZoom {
}
.right-pro-detail {
  width: calc(100% - 42%);
  float: left;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  padding-bottom: 0;
}
.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
.owl-thumb-pro {
  padding: 0px 40px;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}
.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.title-pro-detail {
  display: block;
  font-size: 24px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary);
  margin: 0;
}