/* Add custom CSS styles below */

@media screen and (max-width: 767px){

.s-products-list-wrapper.s-products-list-vertical-cards {

grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

}

.product-entry.cat-col {

box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .1) 0 0 8px 0;

box-sizing: border-box;

padding: 30px;

}

.main-content {

padding-left: 30px;

padding-right: 30px;

}

.product-entry.cat-col {

border-radius: 20px;

margin-bottom: 30px;

text-align: right;

}

}


.product-index .sub-categories ul.cats-wrap > li:first-child {display:none;}