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

#categories {
	margin-bottom: 25px;
	text-align: center;
}

#categories .category {
	border: none;
	border-radius: 15px;
	color: #5e6cb3;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	transition: background-color .25s;
}

#categories .category.active {
	background-color: #5e6cb3;
	color: white;
	text-transform: capitalize;
}

#brands {
	padding-top: 65px;
	padding-bottom: 80px;
}

body.has-news #brands {
	padding-top: 100px;
}

#brands .brand-preview,
#brands .brand-preview .info-container,
#brands .product-preview,
#brands .product-preview .info-container {
	background-position: center center;
	background-repeat: no-repeat;
}

#brands .brand-preview,
#brands .brand-preview .info-container {
	background-size: contain;
}

#brands .product-preview,
#brands .product-preview .info-container {
	background-size: cover;
}

#brands .brand-preview, #brands .product-preview {
	margin-bottom: 30px;
	overflow: hidden;
	height: calc(25vw - 60px);
}

#brands .brand-preview .info-container,
#brands .product-preview .info-container {
	cursor: pointer;
	height: 100%;
	-webkit-transform: translateY(calc(100% - 60px));
	transform: translateY(calc(100% - 60px));
	box-sizing: border-box;
	transition: transform 0.6s;
	vertical-align: middle;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.6);
}

#brands .brand-preview .info-container, #brands .brand-preview .info-container *,
#brands .product-preview .info-container, #brands .product-preview .info-container * {
	color: #fff;
}

#brands .brand-preview:hover .info-container,
#brands .product-preview:hover .info-container {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#brands .brand-preview .info-container div,
#brands .product-preview .info-container div {
	display: inline-block;
	vertical-align: top;
	transition: all 0.6s;
}

#brands .brand-preview:hover .info-container div,
#brands .product-preview:hover .info-container div {
	vertical-align: middle;
}

#brands .brand-preview .info-container .padd,
#brands .product-preview .info-container .padd {
	height: 100%;
}

#brands .brand-preview .info-container h4,
#brands .product-preview .info-container h4 {
	margin-top: 0;
	font-family: 'Lato', sans-serif;
}

#brands .brand-preview .info-container p,
#brands .product-preview .info-container p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

#brands .brand {
	display: none;
}

#brands .brand .brand-info {
	padding: 0 25%;
}

#brands .brand .brand-name {
	line-height: 30px;
}

#brands .brand .brand-name i {
	font-size: 16px;
}

#brands .brand .brand-name i, #brands .brand .brand-name span {
	vertical-align: middle;
}

#brands .brand .brand-name i.hide-brand {
	cursor: pointer;
}

#brands .brand .brand-name i:not(.hide-brand) {
	visibility: hidden;
}

#brands .product-modal .product-icons {
    font-size: 18px;
}

#brands .product-modal .product-icons a:not(:last-child) i {
    margin-right: 15px;
}

#brands .brand .brand-website, #brands .product-modal .product-icons {
	margin-bottom: 20px;
}

#brands .brand .brand-products-count {
	margin: 20px 0;
}

#brands .product-image-container a {
    display:block;
}

#brands .product-image-container a .product-image {
    padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
#brands .brand-preview {
	height: calc(33vw - 70px);
}
}

@media (max-width: 767px) {
#brands .brand-container:not(:nth-child(2)), #brands .product-container:not(:nth-child(2)) {
	margin-top: 20px;
}

#brands .brand-preview {
	height: calc(50vw - 60px);
}

#brands .brand .brand-info {
	padding: 0 15%;
}
}

@media (max-width: 560px) {
#brands .brand-preview {
	height: calc(100vw - 90px);
}

#brands .col-xs-6 {
    width: 100%;
}
}

@media (min-width: 1237px) {
#brands .brand-preview {
	height: 245px;
}
}
