.main-catalog-sections {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
.main-catalog-sections {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    margin: 20px 0 0;
    text-align: center;
}
.main-catalog-sections-item {
    width: 100%;
}
.main-catalog-sections-item a {
	font-size:11px;
	text-transform: uppercase;
	color:#000000;
	font-weight: 600;
}

.main-catalog-sections-item:hover {
    box-shadow: inset 0px 0px 0px 1.5px rgb(136, 136, 136);
    box-sizing: inherit;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;

}

.main-catalog-sections-itemimg {
   /* margin-top: 10px;*/
    margin-bottom: -15px;
    height: 130px;
    width: auto;
}

.main-catalog-sections-itemname {
    margin-bottom: 10px;
}

@media (max-width:768px){
    .main-catalog-sections {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
        text-align: center;
    }
    .main-catalog-sections-item {
        width: 50%;
    }

    .main-catalog-sections-item:last-child {
        width: 100%;
    }
}
/*.owl-carousel {*/
/*    display: block!important;*/
/*    width: 94%!important;*/
/*    margin: 5px auto 0!important;*/
/*    -webkit-tap-highlight-color: transparent!important;*/
/*    !* position relative and z-index fix webkit rendering fonts issue *!*/
/*    position: relative!important;*/
/*    z-index: 1!important; }*/

/*.owl-prev {*/
/*    width: 25px!important;*/
/*    height: 100px !important;*/
/*    position: absolute;*/
/*    top: 10% !important;*/
/*    margin-left: -36px !important;*/
/*    display: block !important;*/
/*    border: 0 solid black !important;*/
/*}*/

/*.owl-next {*/
/*    width: 25px!important;*/
/*    height: 100px !important;*/
/*    position: absolute;*/
/*    top: 10% !important;*/
/*    right: -36px !important;*/
/*    display: block !important;*/
/*    border: 0 solid black !important;*/
/*}*/
/*.owl-prev i, .owl-next i {transform : scale(2,3) !important; color: #ccc !important;}*/