

.info {
    background: #f76e0d;
}

.info ul, .imported ul, #blocknewproducts {
    display: flex;
    list-style: none;
    padding: 0 5%;
}

.info ul li {
    padding: 1%;
}

.info li {
    font-size: 14px;
    color: white;
    font-weight: 700;
}

.info ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

.navbar-nav {
    margin: 1.5% 0 !important;
}

.info ul li a:hover {
    color: #ffffffad;
}

.navbar-brand img {
    width: 100%;
}

.navbar-brand {
    width: 125px;
    height: auto !important;
    padding: 0 15px !important;
}

.navbar-toggle .icon-bar {
    background: black;
}

.navbar-nav>li>a {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-toggle {
    margin-top: 25px;
    margin-bottom: 25px;
}

.cinta {
    width: 100%;
    position: absolute;
    left: 0;
}

.icon-constructor {
    width: 20%;
    position: absolute;
    bottom: 5%;
    left: 37%;
}

.imported ul li {
    margin: auto 5%;
}

.imported ul li a img {
    width: 80px;
}

.imported {
    margin-top: 5%;
    margin-bottom: 5%;
}
.prom-left  {
    margin-bottom: 4%
}

.prom-right a img {
    margin-bottom: 4%;
    height: 250px;
    width: 100%;
}

.box-more button {
    margin-bottom: 5%;
}

.hold img{ 
    width: 100%;
}

.infor {
    margin-bottom: 5%;
}

@media (max-width: 575px){
    .imported ul li a img {
        width: 32px;
    }
}