

@charset "UTF-8";
/* CSS Document */
 /* SUZUKI-2022.css */


 

 .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {

  border-top: unset!important;

}
.homeFeaturedCategoriesWrapper .bestsellers h3 {
    display: none;
}
 /* 3 COLUMNS featured categories on home page and product categories*/
.column.is-3-widescreen {
    flex: none;
    width: 33%!important;
}
.homeFeaturedCategoriesWrapper {

    padding-top: 1rem !important;
    padding-bottom: 1rem !important;

}
 .category-page-wrapper {

    padding-top: 0 !important;

}

}
 .homeFeaturedProductsWrapper {
   
    padding-bottom: 0!important;
}

 .navigationmenu h6 {
    color: #7a7a7a;
    font-size: 2em;
    text-transform: uppercase;
}

.catfish-footer {

    background-color: rgba(0,49,69,0.95)!important;
     
}

.arone-category-page .category-intro-wrapper {
    padding-top: 0 !important;
}

.category-page-wrapper {
    padding-top: 2rem !important;
}

.login__wrapper .page-title:before {
    
    width: 15rem!important;

}

.jotform-form {

    padding:unset !important;
}

.topicpage {

    padding:unset !important;    
}

.catfish-default-product-box .product-item--image .picture img {
    object-fit: contain!important;
    transform: scale(1); /* set initial scale to 1 (no scaling) */
  transition: all 0.3s ease-in-out; /* add the same transition effect as above */
}
.catfish-default-product-box .product-item--image .picture :hover img {
    transform: scale(1.02);;
}