/*
Theme Name: snadenspianos
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

body {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	background-color:#fff;
}
a img {
	border:0px;
}
a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
}
ul li {
	list-style:none;
}
p {
	margin:15px 0;
	padding:0px;
}
input:focus {
	outline:none;
}
.fl, .alignleft{
	float: left;
}
.fr, .alignright {
	float: right;
}

.wrapper {
	display:block;
	width:900px;
	margin:auto;
}

#header{padding:0px; float:left; width:100%;}

.header-top{float:left; width:100%; background:#000; padding:30px 0px;}
.header-top-left{width:320px; padding-top:5px; float:right;}
.header-top-left p{color:#fff; font-size:16px; padding:2px 0px; margin: 0;}
.header-top-left p label{float:left; width:80px; text-align:right; padding-right:12px;}
.header-top-left h1{font-size:25px; font-weight:bold; line-height:16px; color:#fff;}

.logo{float:left; display:inline-block;}

#nav {
	padding:10px 0px; float:left; width:100%; background:#d0b34b;
}
#nav ul {
	width:900px;
	margin:0 auto;
}
#nav ul li {
	float:left;
	padding:0px 29px;
	border-left:solid 1px #000;
	line-height:18px;
}
#nav ul li:first-child{border:none;}
#nav ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	padding:0px;
	font-weight:normal;
	text-align: center;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
#nav ul li a:hover, #nav ul li a.active {
	text-decoration: none;
	color: #fff;
}

#banner{padding:55px 0px; float:left; width:100%;}

#body-content{padding:0px; float:left; width:100%;}

.clients-logo{float:left; width:100%;}
.clients-logo ul{padding:0px;}
.clients-logo li{float:left; padding:0px 40px;}
.clients-logo li a{display:block;}
.clients-logo li a:hover{opacity:0.9;}

.about{padding:30px 0px; float:left; width:100%;}
.about-left{width:285px; float:left; border-bottom:solid 1px #d0b34b;}
.about-left h1{border-bottom: 1px solid #d0b34b; color:#000; margin-bottom:15px; padding-bottom:15px; font-size:30px; font-family:"Times New Roman", Times, serif;}
.about-left p{display:block; padding-bottom:15px; line-height:22px; text-align:justify; color:#000; opacity:0.7;}
.about-right{width:570px; float:right;}

.pianos-categries{padding:0px; float:left; width:100%;}
.pianos-categries ul{padding:0px;}
.pianos-categries li{float:left; width:281px; margin-left:27px;}
.pianos-categries li:first-child{margin-left:0px;}
.pianos-categries li h1{font-size:14px; color:#000; font-weight:bold; padding-bottom:20px;}
.pianos-categries li a{display:block;}
.pianos-categries li a:hover{opacity:0.6;}

#footer{padding:35px 0px; float:left; border-bottom:solid 10px #d0b34b; background:#000; width:100%; margin-top:100px;}

.footer-logo{padding:28px 18px 28px 0px; border-right:solid 1px #d0b34b; display:inline-block; float:left;}

.footer-right{float:left; margin-left:20px; width:250px; padding:8px 0px;}
.footer-right ul{padding:0px;}
.footer-right li{float:left; width:100%; color:#fff; font-size:14px; padding:4px 0px;}
.footer-right li label{width:30px; font-weight:bold; float:left;}



.history{padding:130px 0 30px 0px; float:left; width:100%;}
.history-left{width:440px; float:left;}
.history-left h1{border-bottom: 1px solid #d0b34b; color:#000; margin-bottom:15px; padding-bottom:15px; font-size:30px; font-family:"Times New Roman", Times, serif;}
.history-left p{display:block; padding-bottom:15px; line-height:22px; text-align:justify; color:#000; opacity:0.7;}
.history-right{width:455px; float:right; margin-top:50px;}


.education{padding:30px 0px; float:left; width:100%;}
.education-img{float:left; width:100%;}

.education-project{padding:30px 0px; float:left; width:100%;}
.education-project-left{width:440px; float:left;}
.education-project-left h1{border-bottom: 1px solid #d0b34b; color:#000; margin-bottom:15px; padding-bottom:15px; font-size:30px; font-family:"Times New Roman", Times, serif;}
.education-project-left ul{margin-left:18px;}
.education-project-left li{list-style:disc; color:#000; opacity:0.7; font-size:14px; padding:2px 0 2px 5px;}
.education-project-left p{display:block; padding-bottom:15px; line-height:22px; text-align:justify; color:#000; opacity:0.7;}
.education-project-right{width:455px; float:right; margin-top:50px;}


.upright{padding:0px; float:left; width:100%;}

.kawai{padding:30px 0px; float:left; width:100%;}
.kawai h1{border-bottom: 1px solid #d0b34b; color:#000; margin-bottom:15px; padding-bottom:15px; font-size:30px; font-family:"Times New Roman", Times, serif;}
.kawai ul{padding:0px;}
.kawai ul li{float:left; width:100%; margin-bottom:20px; padding-top:10px;}
.kawai li .img{float:left; /*margin-top:10px; padding:20px 0px;  border:solid 10px #efefef;*/ width:350px; min-height:220px; text-align:center;}
.kawai li .content{width:490px; float:right;}
.kawai li .content h2{padding-bottom:15px; font-size:26px; font-family:"Times New Roman", Times, serif;}
.kawai li .content p{display:block; padding-bottom:15px; line-height:22px; text-align:justify; color:#2e2e2e;}
.kawai li .content h3{font-size:25px; color:#fff; display:inline-block; padding:10px 25px; background:#d0b34b; margin:15px 0px;}
.kawai li .content p{display:block; padding-bottom:15px; line-height:22px; text-align:justify; color:#2e2e2e;}

.clients-logo2{float:left; width:100%; padding:30px 0px;}
.clients-logo2 ul{padding:0px;}
.clients-logo2 li{float:left; padding:0px 13px;}
.clients-logo2 li a{display:block;}
.clients-logo2 li a:hover{opacity:0.9;}

.contact{padding:0px; float:left; width:100%;}
.contact-img{float:left; width:100%;}

.contact-top{float:left; width:100%; padding:30px 0px;}
.contact-top-left{width:390px; float:left;}
.contact-top-right{width:485px; float:right; padding-top:50px;}

.contact-details{padding:0px; float:left; width:100%;}
.contact-details h1{border-bottom: 1px solid #d0b34b; color:#000; padding-bottom:15px; font-size:30px; font-family:"Times New Roman", Times, serif;}
.contact-details ul{padding:31px 0px; float:left; width:100%;}
.contact-details li{display:block; padding:8px 0px; font-size:13px; color:#000;}
.contact-details li a{color:#d0b34b;}
.contact-details li a:hover{color:#000;}
.contact-details li label{width:115px; float:left; font-weight:bold;}


.contact_form {
	padding:3%; float:left; width:94%; background:#f6f6f6;
}
.contact_form p{float:left; width:100%; margin-bottom:10px;}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
	width:230px;
	margin:0px;
	padding:5px 7px;
	background: rgba(255, 255, 255, 0.78);
	font-family:Arial;
	font-size:13px;
	font-weight:400;
	float:right;
	border: 1px solid rgba(0, 0, 0, 0.11);
	color:#000;
}
.contact_form textarea {
	resize: none;
	min-height: 95px;
}
.contact_btn {
	display: inline-block;
	border:none;
	width:120px;
	height:31px;
	line-height:28px;
	text-align:center;
	border-radius:5px;
	background:#d0b34b;
	color:#fff;
	float:right;
	font-size:15px;
	cursor:pointer;
	 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.contact_btn:hover{background:#f2cc42;}


/************************************************12-03******************************************/

.single-product{padding:0 0 0 0px; float:left; width:100%;}
.single-product_left{width:325px; float:left;}
.single-product_right {
    float: right;
    margin: 0 0 0 12px;
    width: 523px;
}
.product_detail{padding:0px; float:left; width:100%;}
.product_detail h2{font-size:25px; color:#181818; padding-bottom:8px;}
.product_detail h3{font-size:25px; color:#fff; display:inline-block; padding:10px 25px; background:#d0b34b; margin:15px 0px;}
.product_detail p{color:#181818; font-size:14px; line-height:22px; padding-bottom:23px;}

.select_size{padding:0px; float:left; width:100%;}
.select_size p label{width:100%; color:#181818; font-size:25px; padding-bottom:15px; float:left;}
.select_size p select, .select_size  input[type="number"]{padding:10px; border:solid 1px #ccc; outline:none;}
.select_size p{float:left; width:250px; margin-right:35px;}
.select_size a, .cart_button{ text-transform: uppercase; display:block; width:153px; line-height:47px; float:left; margin-top:30px; text-align:center; color:#fff; font-size:14px; background:#d0b34b; border:solid 1px #d0b34b;} 
.select_size a:hover {background:none; color:#d0b34b;}
.cart_button:hover {background:none; color:#d0b34b; cursor:pointer;}

div.wpcf7-validation-errors { clear:both;}
div.wpcf7-mail-sent-ok { clear:both;}
span.wpcf7-not-valid-tip { float:left; margin-left:120px;}
.woocommerce .quantity .qty { padding:10px 20px; text-align:left;}

.woocommerce .woocommerce-breadcrumb { margin-top:20px;}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-info a {color:#d0b34b;}
#secondary h2 { padding-top:20px; color:#d0b34b;}
.lost_reset_password, .myaccount_user {padding-top:20px;}
.myaccount_user  a { color:#d0b34b;}
.woocommerce-cart table.cart td.actions .coupon .input-text { width:120px; padding:7px 0px; text-align:center;}
/*.count{ display:none;}*/
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { border-top:none;}
.woocommerce table.shop_table { margin-top:20px;}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th { border:1px solid #DADADA;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {border-radius:5px; border:1px solid #DADADA; margin:0 2% 2.992em 0; padding:17px; width:19%; min-height:310px;}
.woocommerce ul.products li.product h3 { color:#000; font-size:17px; text-transform:uppercase;}
.woocommerce ul.products li.product .price { font-size:20px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background:#d0b34b; color:#fff;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background:#000000; color:#FFFFFF;}
.woocommerce input.button.alt{ background:#d0b34b; color:#000000;}
.woocommerce input.button.alt:hover{ background:#000000; color:#FFFFFF;}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { background:#d0b34b; color:#000000;}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background:#000000; color:#FFFFFF;}


.woocommerce a.remove{ background:#d0b34b; color:#000000!important;}
.woocommerce a.remove:hover{background:#d0b34b;}

#nav li.current-menu-item a{
	color:#FFFFFF;
}

#coupon_code {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
    padding: 0 5px;
}

.checkout-button{background:#d0b34b!important; color:#fff!important;}
.checkout-button:hover{background:#000!important; color:#fff!important;}
.cart_totals{width:100%!important;}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{height:31px; border: 1px solid #ccc; border-radius: 4px; padding:0px 5px;}

.about_paypal{color:#d0b34b;}
.about_paypal:hover{color:#000;}

.product-name a{color:#d0b34b;}
.product-name a:hover{color:#000;}


.shopping_wrapper { 
	width:100%;
	float:left;
	margin-top:20px;
}
.shopping_wrapper #content{ 
	margin-top:20px;
}
.shopping_wrapper .tagcloud { 
	margin-top:9px;
}

.shopping_wrapper ul.page-numbers { 
	width:100%;
	float:left;
	margin-top:18px;
}

.shopping_wrapper ul.page-numbers li {
	float:left;
	margin:0 4px;
}

.shopping_wrapper ul.page-numbers li span { 
	background:#222;
    color:#fff;
    padding:5px 8px;
    border-radius:2px
}

.shopping_wrapper ul.page-numbers li a {
	background:#d0b34b;
    color:#fff;
    padding:5px 8px;
    border-radius:2px
}
.shopping_wrapper ul.page-numbers li a:hover {
	background:#222;
}

.shopping_wrapper #container { 
	width:689px;
	float:left;
}

.shopping_wrapper ul.products li { 
	width:200px;
	float:left;
	margin:20px 0;
	list-style:none;
	text-align:center;
}

.shopping_wrapper ul.products li h3 {
	color:#222;
	margin:12px 0 25px;
}


.shopping_wrapper ul.products li a.button {
	background: #d0b34b;
    color: #fff;
    padding: 9px 13px;
    border-radius: 3px;
}

.shopping_wrapper ul.products li a:hover.button { 
	background:#0C0C0C;
}

.shopping_wrapper ul.products li img { 
	width:auto;
	height:180px;
}


.shopping_wrapper .sidebar { 
	width:200px;
	float:right;
}


.shopping_wrapper .sidebar a { 
	color:#222;
}

.shopping_wrapper p.woocommerce-result-count { 
	margin:13px 0;
	display:none;
}

.shopping_wrapper select { 
	padding:4px; 
	width:200px;
	border:1px solid #999999;
	margin:15px 0 5px;
}

.woocommerce-breadcrumb, .woocommerce-ordering {
	display:none;
}

.shopping_wrapper .summary h1 { 
	text-transform:uppercase;
	color:#d0b34b;
	margin-bottom:12px;
}

.shopping_wrapper .product_meta {
	font-weight:bold;
	margin-top:10px;
	line-height:25px;
}
.shopping_wrapper .mg-brand-wrapper  {
	font-weight:bold;
	margin-top:10px;
	line-height:25px;
}
.shopping_wrapper .sku {
	font-weight:normal;
}
.shopping_wrapper .posted_in a {
	font-weight:normal;
	color:#d0b34b;
}
.shopping_wrapper .mg-brand-wrapper a{
	font-weight:normal;
	color:#d0b34b;
}
.shopping_wrapper .tagged_as a {
	font-weight:normal;
	color:#d0b34b;
}
.shopping_wrapper .yith-wcbr-brands a {
	font-weight:normal;
	color:#d0b34b;
}

.woocommerce-tabs h2 { 
	margin-bottom:11px;
	padding:0px;
}


/*******************RESPONSIVE*************************/


@media only screen and (min-width: 768px) and (max-width: 899px) {
.wrapper{width:98%;}
#banner{padding:5px 0px;}
#banner img{width:100%;}
.logo{width:410px;}
.logo img{width:100%;}
#nav ul{width:100%;}
#nav ul li{padding:0px 20px;}
.clients-logo li{padding:0px 23px;}
.about-left{width:50%;}
.about-right{width:46%; padding-top:20px;}
.about-right img{width:100%;}
.pianos-categries li{width:31%; margin:10px 1%!important;}
.pianos-categries li img{width:100%;}
.contact-top-left{width:48%;}
.contact-top-right{width:48%;}
.contact-img img{width:100%;}
.kawai li .img{width:45%;}
.kawai li .img img{width:95%;}
.kawai li .content{width:45%;}
.education-img img{width:100%;}
.education-project-left{width:48%;}
.education-project-right{width:48%;}
.education-project-right img{width:100%;}
.clients-logo2 li{width:31%; padding:1%; text-align:center;}
.history-left{width:48%;}
.history-right{width:48%;}
.history-right img{width:100%;}
.single-product_left{width:48%;}
.single-product_left img{width:100%;}
.single-product_right{width:48%;}
.shopping_wrapper #container {width:100%; text-align:center;}
.shopping_wrapper ul.products li{float:left;}
.shopping_wrapper .sidebar{width:100%;}
.shopping_wrapper #container .summary  {
    text-align: left;
}
.shopping_wrapper #container .woocommerce-tabs { 
	text-align:left;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.wrapper{width:98%;}
.logo{width:260px; padding-top:20px;}
.logo img{width:100%;}
#nav{display:none;}
.rmm{display:block!important;}
#banner{padding:5px 0px;}
#banner img{width:100%;}
.clients-logo li{padding:0px 3px;}
.about-left{width:100%;}
.about-right{width:100%; padding-top:20px;}
.about-right img{width:100%;}
.pianos-categries li{width:31%; margin:10px 1%!important;}
.pianos-categries li img{width:100%;}
.footer-logo{width:290px;}
.footer-logo img{width:100%;}
.contact-top-left{width:48%;}
.contact-top-right{width:48%;}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea{width:180px;}
.contact-img img{width:100%;}
.contact-details li label{width:85px;}
.kawai li .img{width:45%;}
.kawai li .img img{width:95%;}
.kawai li .content{width:45%;}
.education-img img{width:100%;}
.education-project-left{width:100%;}
.education-project-right{width:100%;}
.clients-logo2 li{width:48%; padding:1%; text-align:center;}
.history-left{width:48%;}
.history-right{width:48%;}
.history-right img{width:100%;}
.single-product_left{width:100%;}
.single-product_right{width:100%; margin-top:15px;}
.shopping_wrapper #container {width:100%; text-align:center;}
.shopping_wrapper ul.products li{display:inline-block; float:none;}
.shopping_wrapper .sidebar{width:100%;}
.shopping_wrapper #container {width:100%; text-align:center;}
.shopping_wrapper ul.products li{display:inline-block; float:none;}
.shopping_wrapper .sidebar{width:100%;}
.shopping_wrapper #container .summary  {
    text-align: left;
}
.shopping_wrapper #container .woocommerce-tabs { 
	text-align:left;
}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.wrapper{width:98%;}
.logo{width:100%; text-align:center; padding-bottom:15px;}
.logo img{width:95%;}
.header-top-left{width:80%;}
#nav{display:none;}
.rmm{display:block!important;}
#banner{padding:5px 0px;}
#banner img{width:100%;}
.clients-logo li{padding:5px 0px; width:100%; text-align:center;}
.about-left{width:100%;}
.about-right{width:100%; padding-top:20px;}
.about-right img{width:100%;}
.pianos-categries li{width:100%; margin:10px 0px!important;}
.pianos-categries li img{width:100%;}
.footer-logo{border:none; padding:10px 0px; width:100%; text-align:center;}
.footer-logo img{width:95%;}
.footer-right{margin-left:10px;}
.contact-top-left{width:100%;}
.contact-top-right{width:100%; padding-top:20px;}
.contact-img img{width:100%;}
.kawai li .img{width:96%;}
.kawai li .content{width:100%; padding-top:15px;}
.education-img img{width:100%;}
.education-project-left{width:100%;}
.education-project-right, .education-project-right img{width:100%;}
.clients-logo2 li{width:48%; padding:1%; text-align:center;}
.history-left{width:100%;}
.history-right, .history-right img{width:100%;}
.single-product_left{width:100%;}
.single-product_right{width:100%; margin-top:15px;}
.shopping_wrapper #container {width:100%; text-align:center;}
.shopping_wrapper ul.products li{display:inline-block; float:none;}
.shopping_wrapper .sidebar{width:100%;}
.shopping_wrapper #container .summary  {
    text-align: left;
}
.shopping_wrapper #container .woocommerce-tabs { 
	text-align:left;
}
}
@media only screen and (max-width: 479px) {
.wrapper{width:98%;}
.logo{width:100%; text-align:center; padding-bottom:15px;}
.logo img{width:95%;}
.header-top-left{width:100%;}
#nav{display:none;}
.rmm{display:block!important;}
#banner{padding:5px 0px;}
#banner img{width:100%;}
.clients-logo li{padding:5px 0px; width:100%; text-align:center;}
.about-left{width:100%;}
.about-right{width:100%; padding-top:20px;}
.about-right img{width:100%;}
.pianos-categries li{width:100%; margin:10px 0px!important;}
.pianos-categries li img{width:100%;}
.footer-logo{border:none; padding:10px 0px; width:100%; text-align:center;}
.footer-logo img{width:95%;}
.footer-right{margin-left:10px;}
.contact-top-left{width:100%;}
.contact-top-right{width:100%; padding-top:20px;}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea{width:200px;}
.contact-img img{width:100%;}
.kawai li .img{width:94%;}
.kawai li .img img{width:95%;}
.kawai li .content{width:100%; padding-top:15px;}
.education-img img{width:100%;}
.education-project-left{width:100%;}
.education-project-right, .education-project-right img{width:100%;}
.clients-logo2 li{width:100%; padding:10px 0px; text-align:center;}
.history-left{width:100%;}
.history-right, .history-right img{width:100%;}
.single-product_left{width:100%;}
.single-product_left img{width:100%;}
.single-product_right{width:100%; margin-top:15px;}
.shopping_wrapper #container {width:100%; text-align:center;}
.shopping_wrapper ul.products li{display:inline-block; float:none;}
.shopping_wrapper .sidebar{width:100%;}

.shopping_wrapper #container .summary  {
    text-align: left;
}
.shopping_wrapper #container .woocommerce-tabs { 
	text-align:left;
}

}
.related, .reviews_tab{ display:none!important;}
.count{display:none;}
.sku_wrapper, .posted_in, .tagged_as {
    clear: both;
    display: inline-block;
    width: 100%;
}

.widget_mgwoocommercebrands ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget_mgwoocommercebrands ul li {
    float: left;
    margin: 0 0 10px;
    padding: 0 4px;
   
text-decoration: underline;
}

.widget_mgwoocommercebrands ul li .small.count {
    float: right;
    font-size: 1em;
    margin-left: 6px;
}
@media (max-width: 1024px) {
.mgwoocommercebrands.brands-listing > ul > li.brand-by-letter {
    width: 33.333%;
}
}
@media (max-width: 767px) {
.mgwoocommercebrands.brands-listing > ul > li.brand-by-letter {
    width: 50%;
}
}
@media (max-width: 480px) {
.mgwoocommercebrands.brands-listing > ul > li.brand-by-letter {
    width: 100%;
}
.mgwoocommercebrands.brands-listing > ul > li > ul > li img {
    max-width: 100%;
}
}