/* ----------------------------- */
@import url(https://fonts.googleapis.com/css2?family=Mulish&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu&display=swap);
.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
    border-left: 1px solid #dbdbdb !important;
  }
  .slide-content{
    margin: 0 40px;
    /* padding-bottom: 10px; */
    overflow: hidden;
    border-radius: 25px;
  }
  
  .swiper-button-next:after{
    font-size: 1.2rem!important;
    font-weight: 600;
    color:black;
  }
  .swiper-navBtn{
    color: #eee;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #eee;
  }
  .swiper-pagination-bullet-active{
    background-color: black!important;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 1.2rem!important;
    color:black;
    font-weight: 600;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
  .swiper-slide{
    flex: none!important;
    margin: 0;
  }
  .selectedSubCategory{
    display:flex; 
    width:100%;
  }
  .closeCate{
    margin: 0 20px;
  }
  .closeCate a{
    text-decoration: none; 
    font-size: 25px !important;
  }
  .subcategoryProductListDet{
    display:flex; 
    width:100%;
  }
  .subcategoryProductListDet .flexaligncenter{
    display: block; 
    text-align: left; 
    width: 20%; 
    flex: unset;
    margin: 10px;
  }
  .categoryList .prlistnav{
    display: grid!important;
    align-content: center;
    background-color: #fff;
    background-color: white;
    min-height: 350px;
   }
   .categoryList .prlistnav a img{
    position: relative;
  }
  .categoryList .prlistnav .commenbtn {
    left: 48%;
  }
  .desContent{
    font-size: 12px;
    color: #333333;
  }
  .subcategoryProductListDet p{
margin-bottom: 0px;
  }

  @media only screen and (min-width: 801px) {
          .navPage-subMenu {
            box-shadow: none;
          }   
  }
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }
