Greetings,
please write a ticket for this issue and make sure to give us a link to your site so we can investigate it.
@media all and (max-width:1024px) {
.slider-wrapper.theme-mobile {
display: block !important;
}
.slider-wrapper.theme-desktop {
display: none !important;
}
}
.filtersGroupPanel li.disabled {
display: none;
}
@media all and (min-width:1024px) {
.sub-category-grid .item-box {
width: 23.5% !important;
}
.sub-category-grid .item-box:nth-child(odd) {
clear: none;
margin-left: 2%;
}
.sub-category-grid .item-box:nth-child(even) {
margin-left: 2%;
}
.sub-category-grid.three-per-row .item-box:nth-child(3n+1) {
clear: none;
margin-left: 2%;
}
.sub-category-grid .item-box:nth-child(4n+1) {
clear: left !important;
margin-left: 0 !important;
}
}
.store-search-box input.search-box-text:focus {
color: #000000; /* Put here the same color as the color of the text you want */
}
.store-search-box input.search-box-text {
color: #000000; /* Put your HEX color here */
}