/*
Theme Name: 	Topdeal Child Theme
Theme Uri:  	https://www.magentech.com/themes/sw_topdeal
Description:  A child theme of SW Topdeal
Author:     	Magentech
Author Uri: 	https://www.magentech.com/
Template:   	topdeal
Version:    	1.0.0
License:    	GNU General Public License v2 or later
*/

#menu-primary-menu .menu-img { display: none; }

/* hide broken menu icon (source file missing) */
.menu-img img[src$="icon-digital.png"] { display: none; }
.menu-digital-electronics > a > .menu-img { display: none; }

/* Phone: TopDeal app-responsive.css sets [class*="col-xs-"]{float:none;width:auto} below 480px, which collapses the shop grid to 1 column. Force 2 columns. */
@media (max-width: 767px) { .products-wrapper ul.products > li.product, .products-wrapper .products-loop > li.product, ul.products li.product, .products .product { width: 50% !important; float: left !important; clear: none !important; } .products-wrapper ul.products > li.product:nth-child(2n+1), .products-wrapper .products-loop > li.product:nth-child(2n+1), ul.products li.product:nth-child(2n+1) { clear: both !important; } }