.brand-widget .owl-carousel ul,
.brand-widget .owl-carousel li
{
	list-style: none;
}

.brand-widget .owl-carousel {
	width: auto !important;
	margin-left: -9px;
	margin-right: -9px;
}
.brand-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.brand-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.brand-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.brand-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.brand-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.brand-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.brand-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title{
	text-align: center;
	margin-bottom: 30px;
}

.brand-widget .block-title strong{
	font-size: 25px;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.magetop-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}
.magetop-brandlist .toolbar-products .pages{display: block;}

.magetopbrand-brand-view .columns {
	display: inline-block;
	width: 100%;
}

.brand-item {
	margin-bottom: 35px;
}

.brand-item .brand-name {
	font-weight: normal;
    text-transform: none;
    font-family: 'Lemon Yellow Sun W00 Regular';
    font-size: 2.15rem;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 20px;
}

.brand-item .brand-name a {
	color: #575756;
	line-height: 22px;
}

.brand-item .brand-btn-details {
	text-align: center;
}

.brand-item .brand-btn-details > a, .brand-websiteUrl > a {
	margin: 0.625rem 0 0 0;
	display: inline-block;
	text-decoration: none;
	font-family: 'Lemon Yellow Sun W00 Regular';
	font-size: 2rem;
	line-height: 2.85rem;
	border: 0.0625rem solid #00a448;
	padding: 0.3125rem 2.5rem;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.brand-item .brand-btn-details > a:hover, .brand-websiteUrl > a:hover {
background: #00a448;
color: #ffffff;
}

.brand-telephone, .brand-email {
	margin-bottom: 1rem;
}

.magetopbrand-brand-view .products-grid .product-item {
	background: #fffdef !important;
}
.brand-description .description_producer, .brand-telephone .brand-telephone-value{
    color: #00a448;
}
.brand-description .description_producer a, .brand-email a{
    color: #00a448;
    text-decoration: underline;
}
.brand-description .description_producer a:hover{
    color: #00a448;
    text-decoration: underline;
}

.brand-gallery > div{
	display: inline-flex;
	gap: 10px;
	padding-right: 5px;
	margin-top: 5px;
}
