@charset "utf-8";
/* CSS Document */

.shop_by_products h1 {
    background: #264b75; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#264b75, #376295); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#264b75, #376295); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#264b75, #376295); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#264b75, #376295); /* Standard syntax */
	height:60px;
	border-radius:4px;
	color:#fff !important;
	font-size:30px;
	line-height:60px;
	padding:0 10px;
	margin-bottom:30px !important;
}
.sbp_r {
	padding-right:0px !important;
	padding-left:0px !important;}
.shop_by_products .title {
	font-size:16px;
	color:#224166;
	background:#fff3f7;
	border-radius:4px;
	height:auto;
	font-weight:bold;
	margin-bottom:10px !important;
	width:90%;
	padding-top:12px;
	padding-bottom:12px;
}
.shop_by_products li.title a {
	color:#224166 !important;
	padding:12px 0px;
}
.shop_by_products ul {
	margin-bottom:40px;
	list-style:none;
	margin-left:15px !important;}
.shop_by_products ul li {
	padding-left:20px;
	font-size:14px;
	color:#224166;
	height:20px;
	line-height:20px;
}
.shop_by_products ul li a {
	color:#224166;
}
.shop_by_products .col-md-4 {
	margin-left: 0%;
	width: 50%
}

 @media (max-width: 767px) {
.shop_by_products h1 {
	text-align:center;}
.sbp_r {
	padding-right:20px !important;
}
@media (min-width:980px){
	.shop_by_products ul li {
	font-size:12px;
}
.shop_by_products .title {
	font-size:14px;
	width:100%;
}
}

