@import 'main-color.css';
@import 'overwrite.css';
@import 'lippi-info.css';
@import 'lippi-info.css';
@import 'slider.css';

.header-v2 .logo,
.header-v10 .logo { margin-top: 0; }
header .middle { margin-top: 40px; margin-bottom: 32px; }

.navbar-brand { padding: 0 15px; }

.header-v2 .middle .option-search-bar .input-group span button i,
.header-v10 .middle .option-search-bar .input-group span button i {
    font-size: 17px !important;
}
img { max-width: 100%; }

.align-center { text-align: center; }

.menu-bar { margin-top: 15px; }

.company-list .yamm.navbar div { display: table; height: 130px; }
.company-list .yamm.navbar div a { display: table-cell; vertical-align: middle; }
.company-list .yamm.navbar div a img {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
.company-list .yamm.navbar div a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-actions-box {
	margin-top: 5px;
	margin-bottom: 15px;
}
.product-displayer .name, .product-displayer .name a {
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
}
.product-displayer .img-holder {
	width: 100%;
	padding-top: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.product-actions-box a {
	transition: all 0.2s ease;
}
.product-displayer .favorites-button {
	visibility: hidden;
	opacity: 0;
	margin-left: 2px;
	transition: all 0.2s ease;
}
.product-displayer:hover .favorites-button {
	visibility: visible;
	opacity: 1;
}
.yamm.navbar .menu-item a, .side-menu .panel-title a {
	font-weight: bold !important;
}
.side-menu .panel-body .submenu a {
	font-weight: bold !important;
	font-size: 14px !important;
	margin-left: 20px;
}
.side-menu .panel-body .submenu a.active {
	color: #4ca4f3 !important;
}
.shopping-cart > .dropdown-menu {
	width: 300px!important;
	min-width: 300px!important;
}
@media (min-width: 1000px) {
	.navbar-brand>img{
		width: auto!important;
		max-width: none!important;
	}
}
