.hsn_pretty_category_grid {
    margin-bottom: 15px;
}

.hsn_category_grid{
	display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.hsn_category_grid_item {
    display: flex;
    flex-direction: column;
    background: #FFF;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #CACACA;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    flex-basis: 155px;
}

.hsn_category_grid_item:hover {
    -webkit-box-shadow: 0 0 3px #FF5722;
    -moz-box-shadow: 0 0 3px #FF5722;
    box-shadow: 0 0 3px #FF5722;
}

.hsn_category_grid_item a{
	text-decoration: none;
	text-align: center;
}

.hsn_category_img img{
    margin: 0 auto;
	width: 35px !important;
    height: 50px;
}

.hsn_category_name{
	height: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    top: -10px;
}

.hsn_category_name span {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}


.hsn_category_show_more {
    font-weight: bold;
    float: right;
    margin: 5px;
    cursor: pointer;
}

.hsn_category_show_more_btn{
    position: relative;
    width: 100%;
}

.hsn_category_show_more_btn i{
    float: right;
    color: #ff6000;
    font-weight: bold;
    margin: 1px;
}

.swiper-container {
    width: 600px;
    height: 300px;
}