/* Введите сюда Ваш CSS код */
.module-small {
    padding: 0px 0px 70px 0px;
}
.banner_top {
	padding-top: 70px;
}
.main {
	color: #111;
	font-size: 14px;
}
ul.products li.product h2, ul.products li.product h3, .wccm-td div {
	font-weight: bold;
}

body {
	font: 400 13px/1.8 "Open Sans", sans-serif;
}

label {
    display: block;
}

ul, ol {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

a {
    color: #111;
	text-decoration: none;
}

a:hover, a:focus {
    color: #7A7A7A;
	  text-decoration: none;
}

.woocommerce-checkout #shop-isle-checkout-coupon .woocommerce-info {
    display: none;
}

@media (min-width: 769px) {
		.navbar-custom ul.nav > li.has_children > .dropdownmenu:before {
  display:none;
}
}

@media screen and (max-width: 768px) {
	.post-entry .alignleft {
    width: 98%;
	margin-bottom: 20px;}
.post-entry .alignnone {
    width: 98%;
	margin-bottom: 20px;}
	.post-entry .alignright {
    width: 98%;
	margin-bottom: 20px;}
}