/* --	
* Custom CSS File *
Please make any amendments to your theme's CSS in this file rather than "styles.css" or any other place.
This will make updating your theme files much easier without overwriting your changes!
-- */

/* Example: Change the background colour to black (!important is used to overwrite any duplicate classes in styles.css) 
body { background: #000!important; } */

/*ldu*/
.topmain > div { background-color: #212528; }
.topmain li { padding-top:10px; }
h1, .product h2, .breadcrumbs > div, .homepage-products h4 { text-transform: lowercase; }
h1:first-letter, .product h2:first-letter { text-transform: uppercase; }
.single-product h1 { font-size: 32px; font-size: 2rem; }
#retailers .product-details { text-transform: lowercase; }
#retailers .product-details:first-letter { text-transform: uppercase; }
.image-col img { max-width:100px; }
.topmain > div { padding:0; }
div .homepage-products .three .cadre { height:150px; }
div .homepage-products .three  img { max-height:150px; }
div .homepage-products .three  h4 { height:60px; min-height:60px; overflow:hidden; }
div .homepage-products .three > a > span { font-size:18px; font-weight:bold; height:50px; color:#FF8C21; display:block; }
div .homepage-categories .three { min-height:160px; }
.menu li.page_item { float:left; padding-right:20px; }
.wpcf7-form input, .wpcf7-form textarea { border:1px solid #CCC; border-radius:6px; padding:5px; }
.wpcf7-form textarea { width:400px; }