/*home-feature-border*/
@media (min-width: 768px) {
.home-feature-border { 
    border-right: 1px solid #000; }
} 
  
/*home-icon-001*/
.home-icon-001 img {
    width: 60px;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    border: unset;
}

@media(max-width:768px){
.home-icon-001 img {
    width: 45px;
}
.home-icon-001 h5 {
    font-size: 10px !important;
}
.home-icon-001 .sppb-addon-text {
    font-size: 10px !important;
}}


/*carousel*/
.hikashop_carousel .swiper {
    padding-top: 0px!important;
}

