@charset "utf-8";
/* Accessories Catalog Style */

.catalog-bg {background:#3d3d3d;padding:40px 0px; height:470px;}
.catalog-heading {font-family: 'Open Sans', sans-serif;font-size:24px;color:#fff; font-weight:600;line-height:30px;margin-top:30%;}
.cproduct-image {max-width:350px;height:auto;float:right;}
.catalog-list {background:#fff;font-family: 'Open Sans', sans-serif;padding:40px 0 100px;}
.listing { padding-left: 0px; padding-right: 0px; }
.catalog-item { background:#ccc; padding:20px;text-align:center;margin-bottom:25px;}
.item-head {color:#333333;font-size:24px;line-height:30px;margin-bottom:20px; text-transform:capitalize;}
.es .item-head {font-size: 20px;}
.item-cat-image {max-width:250px;height:190px;}
.price-button { margin-top:30px;}	
.price-button p {font-size:16px;font-weight:600;color:#333;margin:10px 0 20px;}	

.more-detail, .add-cart {font-size:14px;color:#fff;display:inline-block;padding:10px 15px;height:40px;
	border-radius:25px;background:#0066cc;width:135px; text-decoration:none;}
.more-detail { background-color:transparent; border:1px solid #0066cc; color:#000; margin-right: 20px;}	
.more-detail:hover, .more-detail:active, .more-detail:focus, .add-cart:hover, .add-cart:active, .add-cart:focus {background:#0066ff; color:#fff;}
.acc-banner-sm, .acc-banner {width:100%;}

@media screen and (max-width:1200px) {
	.more-detail {margin-right:0px;}
	.more-detail, .add-cart {width:120px; font-size:13px;}
	.es .more-detail, .add-cart {font-size: 12px;}
}
@media screen and (max-width:991px) {
	.cproduct-image {max-width: 300px;}
	.catalog-heading {margin-top:40%;}
	.catalog-bg {background: #3d3d3d; padding: 10px 0px;}
	.catalog-list {padding:20px 0 50px;}
	.item-head {font-size: 22px;}
	.catalog-bg {height:350px;}
}

@media screen and (max-width:767px) {
	.catalog-bg {padding:40px 0px;}
	.cproduct-image {float: none; margin: 0 auto; display: block;}
	.catalog-heading {text-align:center; margin-top:10px;}
	.catalog-bg {height:260px;}
	
}
@media screen and (max-width:640px) {
	.cproduct-image {max-width: 250px;}
	.catalog-bg {height:240px;}
}
@media screen and (min-width:481px) {
	.acc-banner-sm {display:none;}	
	}
@media screen and (max-width:480px) {
	.catalog-bg {padding: 20px 0px 40px; }
	.catalog-heading, .item-head {font-size:20px;}
	.price-button p { font-size: 14px;}
	.more-detail, .add-cart {height: 34px; font-size: 12px; padding: 7px 15px; width: 110px;}
	.item-cat-image {max-width: 150px; height: auto;}
	.more-detail {margin-right:10px;}
	/*.catalog-bg {height:180px;}*/
	.add-cart {padding: 7px 10px; width: 112px;}
	.acc-banner {display:none;}
	.acc-banner-sm {display:block;}
}
@media screen and (max-width:320px) {
	
	.catalog-bg {height:180px;}
	.cproduct-image { max-width: 150px;}
	.catalog-bg { padding: 10px 0px 20px; }
	.item-cat-image {max-width: 110px; height: auto;}
}