
.product-sixteen span.woocommerce-Price-amount.amount {
  color: #fff;
  font-size: 13px;
}
.product-sixteen .woocommerce-Price-amount:only-child .woocommerce-Price-currencySymbol{
color: #fff;
}
.product-sixteen .title a{
  font-size: 13px;
  line-height: 18px;
  color: #fff !important;
}
.product-sixteen span.outstock {
  color: #808080;
}
.top-selling-nic-heading .title {
    font-size: 17px;
  }
  
  .top-selling-nic-heading .sub-title {
    color: #5d5d5d;
    font-size: 13px;
  }
  
  .top-selling-nic-heading a {
    color: #808080;
    font-size: 13px;
  }
  
  .top-selling-nic-heading a:hover {
    color: #fff;
  }
  
  .top-selling-nic-heading a i {
    font-size: 8px;
  }
  
  .top-selling-nic .swiper {
    padding-bottom: 36px;
  }
  
  .top-selling-nic .swiper-button-next,
  .top-selling-nic .swiper-button-prev {
    width: 52px;
    height: 52px;
    background-color: rgba(36, 36, 36, 0.25);
  }
  
  .top-selling-nic .swiper-button-next,
  .top-selling-nic .swiper-button-next::after,
  .top-selling-nic .swiper-button-prev,
  .top-selling-nic .swiper-button-prev::after {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .top-selling-nic .swiper-button-next::after,
  .top-selling-nic .swiper-button-prev::after {
    font-size: 24px;
    counter-reset: rgba(136, 136, 136, 0.8);
  }
  
  .top-selling-nic .swiper-button-next:hover,
  .top-selling-nic .swiper-button-prev:hover {
    background-color: #737373;
  }
  
  .top-selling-nic .swiper-button-next:hover::after,
  .top-selling-nic .swiper-button-prev:hover::after {
    color: #fff;
  }
  
  .top-selling-nic .swiper-button-next {
    left: -5%;
  }
  
  .top-selling-nic .swiper-button-prev {
    right: -5%;
  }
  
  .top-selling-nic-box-title {
    background-color: #161616;
    margin: 16px 10px 16px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .top-selling-nic-box-title .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
  }
  
  .top-selling-nic-box-title .title-en {
    margin: 10px 0;
    font-size: 10px;
    color: #707070;
  }
  
  .top-selling-nic-box-title p {
    color: #686867;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 10px;
    line-height: 18px;
  }
  
  .top-selling-nic-box-title:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    background-color: #272727;
  }
  
  @media only screen and (max-width: 575px) {
    .top-selling-nic .swiper {
        overflow: visible !important;
    }
  }
  
  