@charset 'UTF-8';
/*  Add Custom CSS here.  */
.link__container ul {
    text-align: center;
}

.top .products__list__item {
    width: 16.6% !important;
}

.header__container{
	max-width: 1500px;
}
@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait){

.top .products__list__item {
    width: 50% !important;
}
}
@media only screen and (max-width: 1300px) and (min-width: 768px){
.header__menu__item:not(:first-child):not(:nth-child(2)) {
    padding-left: 30px;
}
}