a {
    color: #525252;
   
    background-color: transparent; }
    a:hover {
      color: #b32821;
      text-decoration: none; }
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([class]):hover {
      color: inherit;
      text-decoration: none; }
  .container,  .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto; }
  .carousel-thumbnails .slick-arrow {
    /* to hide during load*/
    opacity: 0; }
  .square {
    display: flex;
    position: relative; }
    .square::before {
      content: '';
      display: inline-block;
      padding-bottom: 100%; }
   .slick-lazy{
       max-height:210px;
       flex-wrap:wrap;
       overflow:hidden;
       justify-content: space-around;
   }  
   .product-wrapper-product {
       margin-bottom:400px;
       max-width:150px;
       margin-left:1rem;
   } 
   .text-clamp-2{
     font-size:small;
   }
   .inner{
     width:60%;
     margin:auto;
   } 
   .productbox-price{
    font-family:Montserrat, sans-serif;
    font-weight:600;
   }
   .square-image{
     margin-bottom:-15px;
     margin-top:-20px;
   }
   .hr-sect{
     display:none;
   }
   .img-fluid{
     /*min-width:100px;*/
   }