/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*
.header .skip-link .count {
	background-color: deepskyblue;
}
*/

.header .logo-wrapper .logo { max-width: 100%; }
.header .logo-wrapper--mobile { width: 100% }
.itemslider { margin-bottom: 0px; }
.itemslider .item { padding: 12px 10px 0px 10px !important; }
.main { padding: 8px 0; }
.welcome-msg { float: right; margin-top: 10px; }
.tags-list { font-size: 200% !important; }
.owl-controls .owl-buttons { top: 268px !important; }
.footer-primary-container { padding-bottom: 10px !important;  }
.footer-primary { padding: 12px 0 !important; background: url('/skin/frontend/ultimo/gardenhoard/securessl.png') 97.5%;
    background-repeat: no-repeat;
    background-size: 175px 50px; }
.cat-label { font-size: 11px !important; }

.data-table th,
.data-table td { padding: 4px !important; }
/*.collateral-block--product_description_wrapper { float: left; width: 42%; }
.collateral-block--product_attributes_wrapper { float: right; width: 56%; }*/
.collateral-block--product-reviews { clear: both !important; }

.header-regular .dd-itemgrid-4col>.nav-item {
	width: auto !important;
}

.header-regular .nav-regular .nav-submenu--mega>li {
	display: block !important;
}

.header-regular ul.nav-submenu--mega.dd-itemgrid-4col {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.user-menu {
	background: url('/skin/frontend/ultimo/gardenhoard/grown-in-michigan.png') 10%, url('/skin/frontend/ultimo/gardenhoard/certified_organic.png') 35%;
	background-size: 90px 90px;
	background-repeat: no-repeat;
}

.shop-orgranic {
	background: url('/skin/frontend/ultimo/gardenhoard/organic-bw.gif') no-repeat right top;
	background-size: 60px 60px;
}

.product-shop .product-name {
	padding-right: 60px;
}

.product-view .box-additional { margin-top: 0px !important; }