.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;
}

.ves-brandlist .brandlist .brand-item{
	height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}
.ves-brandlist .toolbar-products .pages{display: block;}
/* New brand landing page */
.ves-brandlist .column.main {
    width: 100%;
}

.ves-brandlist .brandlist.ves-brand-page {
    max-width: 1240px;
    margin: 0 auto;
    padding: 56px 0 38px;
}

.ves-brand-page__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 48px;
    margin: 0 0 78px;
}

.ves-brand-page__tab {
    display: inline-block;
    min-width: 205px;
    padding: 11px 28px 12px;
    border: 1.5px solid #111;
    border-radius: 28px;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    background: #fff;
}

/*.ves-brand-page__tab:visited,*/
.ves-brand-page__tab:hover,
.ves-brand-page__tab:focus {
    text-decoration: none;
    background-color: #111;
    color: white;
}

.ves-brand-section {
    margin: 0 0 58px;
    scroll-margin-top: 100px;
}

.ves-brand-section__title {
    margin: 0 0 42px;
    color: #111;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
}

.ves-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 31px 51px;
}

.ves-brandlist .brandlist .brand-item.ves-brand-card,
.ves-brand-card {
    height: auto;
    min-height: 0;
}

.ves-brand-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 108px;
    padding: 22px 32px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    color: #111;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
	width: 250px;
}

.ves-brand-card__image:hover,
.ves-brand-card__image:focus {
    color: #111;
    text-decoration: none;
}

.ves-brand-card__image img {
    display: block;
    max-width: 84%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ves-brand-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
}

.ves-brand-card__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.ves-brand-card__badge {
    display: none;
    padding: 3px 8px 4px;
    border-radius: 2px;
    background: #e9e9e9;
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.ves-brand-card__more {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: inline-block;
    padding: 10px 20px 10px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	margin-left: 65px !important;
	border-radius: 12px;
	margin-left: 75px;
}

.ves-brand-card__more:visited,
.ves-brand-card__more:hover,
.ves-brand-card__more:focus {
    background: linear-gradient(90deg, rgba(37, 49, 96, 1) 0%, rgba(40, 66, 144, 1) 100%);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .ves-brandlist .brandlist.ves-brand-page {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .ves-brand-grid {
        gap: 28px;
    }
}

@media (max-width: 991px) {
    .ves-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ves-brand-page__tabs {
        margin-bottom: 54px;
    }
}

@media (max-width: 767px) {
    .ves-brandlist .brandlist.ves-brand-page {
        padding-top: 34px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .ves-brand-page__tabs {
        gap: 14px;
        margin-bottom: 42px;
    }

    .ves-brand-page__tab {
        min-width: 0;
        width: 100%;
        max-width: 320px;
        font-size: 16px;
    }

    .ves-brand-section__title {
        margin-bottom: 24px;
        font-size: 25px;
    }

    .ves-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 18px;
    }

    .ves-brand-card__image {
        height: 96px;
        padding: 18px;
		width:320px;
    }

    .ves-brand-card__footer {
        display: block;
    }

    .ves-brand-card__more {
        margin-top: 8px;
    }
	.ves-brand-card__more{margin-left: 100px !important;}
}

@media (max-width: 479px) {
    .ves-brand-grid {
        grid-template-columns: 1fr;
    }
}

/* Empty brand product list */
.ves-brand-empty {
    /*max-width: 760px;*/
    margin: 30px auto 50px;
    padding: 35px 25px;
    text-align: center;
    /*background: #f7f7f7;*/
    border-radius: 8px;
}

.ves-brand-empty__message {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
}

.ves-brand-empty__button,
.ves-brand-empty__button:visited {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.ves-brand-empty__button:hover,
.ves-brand-empty__button:focus {
    background: #333;
    color: #fff;
    text-decoration: none;
}
