/*-- brands-alphabetically --*/
.brands-alphabetically-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px;
}

.brands-alphabetically-flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.alphabetically {
    width: 100%;
    padding: 0 15px;
}
.alphabetically-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.alphabetically-flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.brands-alphabetically-flex-item a {
	display:block;
    border: 1px solid #c8c8c8;
	min-width:150px;
	min-height:79px;
	text-align:center;
}
.brands-alphabetically__title {
    margin: 35px 0px 20px;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #c8c8c8;
}
.brands-alphabetically-flex-item__name {
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin-top: 10px;
}
.center-col .brands-alphabetically-flex-item a {
	color: #808080;
}
.brands-alphabetically-flex-item {
    margin: 10px 15px 10px 0px;
}
.brands-alphabetically-flex-item img {
    /*border: 1px solid #c8c8c8;*/
}
.brands-alphabetically__delimiter {
    height: 1px;
    width: 100%;
    background: #e3e3e3;
    margin: 25px 0;
}
.center-col .alphabetically-filter {
    color: #1e1e1e;
}
.alphabetically-filter:hover, .alphabetically__title:hover {
    text-decoration: none;
}
.alphabetically__title {
    color: #808080;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    padding-right: 15px;
}
.alphabetically__list{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px 20px;
}
.alphabetically-flex-container:last-child{
    padding: 35px 0 0px;
}
.alphabetically-filter.active{
    color: #ff6600;
}
.alphabetically-filter.no-brands{
    color: #c8c8c8;
}
@media (max-width: 424px){
    .brands-alphabetically-flex-container {
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
    }
    .alphabetically-flex-container {
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
    }
    .alphabetically-flex-item {
        padding: 5px 10px;
    }
    .alphabetically__list{
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
    }
}
/*brands*/
.all-brands-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: space-between;
    -webkit-align-items: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px 20px;
    height: 500px;
}
.all-brands-flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.center-col .all-brands-flex-item a {
    display: block;
    color: #1e1e1e;
    padding-bottom: 15px;
}
.all-brands-flex-item__title {
    color: #c8c8c8;
    font-size: 22px;
    padding-bottom: 15px;
}
.all-brands-flex-item a:last-child{
    padding-bottom:30px;
}
.all-brands-flex-item a:hover{
    text-decoration: none;
}
.all-brands {
    width: 100%;
}

@media (max-width: 1000px){
    .all-brands-flex-container {
        height: 1320px;
    }
    .all-brands-flex-item a{
        max-width: 100px;
    }
}

@media (max-width: 991px){
    .all-brands-flex-container {
        height: 1365px;
    }
}
@media (max-width: 768px){
    .all-brands-flex-container {
        height: 1400px;
    }
}

@media (max-width: 768px){
    .all-brands-flex-container {
        height: 2300px;
    }
}
@media (max-width: 375px){
    .all-brands-flex-item a {
        max-width: 90px;
        word-wrap: break-word;
    }
    .all-brands-flex-container {
        height: 2400px;
    }
}