.left-sidebar .rows>ul ul {
    margin-bottom: 210px;
}
.hide {
  display:none;
}
.d-none {
    display: none;
}

.top-menu .social div{
  width: 24px;
  height: 24px;
  background-size: cover;
}
.top-menu .social a {
  margin-right: 15px;
}
.top-menu .social {
  width: 150px;
  flex-wrap: wrap;
  display: flex;
}
.top-menu .social .instagram div {
/*    width: 28px;
    height: 28px;
    margin-top: -2px;*/
}
.instagram div:hover,
.telegram div:hover,
.whatsapp div:hover {
    transform: scale(1.2);
}

.drop-down-menu .filter {
    margin-top: 10px;
    margin-left: 20px;
    padding: 0 20px;
    padding-right: 40px;
    font-size: 13px;
    font-weight: 600;
    background-image: url(/img/filter.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    cursor: pointer;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.drop-down-menu .filter p {
    color: #000000;
}

.whatsapp span.title {
    top: 40px;
    position: relative;
    color: #fff;
    font-size: 11px;
}

#pageup-button {
    bottom: 180px;
}

.widget {
    /*display: none;*/
    background: #e1e1e1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: fixed !important;
    bottom: -40px;
    right: -35px;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    position: absolute;
    z-index: 100;
}
.widget.whatsapp {
    bottom: 50px;
    background: none;
    margin-bottom: 10px;
}
.widget.whatsapp:before,
.widget.whatsapp:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4fbaea;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

@keyframes animate
{
0% {
    transform: scale(0.5);
    opacity: 0;
}
50% {
    opacity: 1;
}
100%{
    transform: scale(1.2);
    opacity: 0;
}
}

.widget a {
    z-index: 101;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);                    	
}
.widget img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.widget.whatsapp img {
    height: 55px;
    width: 55px;
}

.widget.whatsapp img:hover {
    fill: #000;
}

.widget:hover {
    background: #f95757; 
}
.widget.whatsapp:hover {
    /*background: #49c958; */
    background: none;
}

.widget.phone {
    width: 70px;
    height: 70px;
    right: -25px;
    bottom: -25px;
}

@media only screen and (max-width: 475px) {
.top-menu .search #search {
    width: 110px;
}
.top-menu .social a {
    margin-right: 5px;
}
}

@media only screen and (max-width: 786px) {
.widget {
    width: 70px;
    height: 70px;
    bottom: -30px;
    
    right: -25px;
    position: fixed;
}
.widget img {
    height: 35px;
}

    #search {
        margin-right: 20px !important;
    }

    .top-menu .search .filter {
        display: none;
    }
}

@media only screen and (max-width: 786px) {
    .federal-phone {
        display: none !important;
    }
}

.section.brand {
    height: 220px;
    background-position: bottom;
}

.section.brand h1 {
    top: -65px;
    position: relative;
    font-size: 25px;
    letter-spacing: 2px;
    text-align: center;
}

@media only screen and (max-width: 786px) {
    .section.brand h1 {
        font-size: 20px;
    }
}

.section.info {
    width: 100%;
    height: 300px;
    background: #1d1f25;
    color: #d1bfbb;
    align-items: center;
    background-position: center;
    margin-top: -30px;
}

.section.info h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.section.info a {
    color: #fff;
}
.section.info p {
    width:60%;
    margin: 0 auto;
    padding: 20px;
}
.section.info span {
    display: block;
    width:100%;
    text-align: center;
}

@media only screen and (max-width:991px) {
    .section.info p {
        width:75%;
    }
    .section.info {
        height: 350px;
        margin-top: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 786px) {
    .section.info p {
        width:100%;
    }
    .section.info {
        height: 400px;
    }
}
.brand div.info {
    display: flex;
    justify-content: space-between;
    width: 65%;
    font-size: 12px;
    position: absolute;
    margin-top: 60px;
}
.info-left {
    width: 28em;
    position: relative;
    margin-top: 25px
}
.info-right {
    width: 28em;
}
.w-100 {
    width: 100% !important;
}
.pagination {
    padding: 0px 0 50px;
    margin: 20px auto;
}
#pageup-button {
    z-index: 10;
}
.mobile {
    display: none;
}
.desktop {
    display: block;
}
@media only screen and (max-width: 991px) {
    .info-left,
    .info-right {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .section.categories .grid {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    .section.categories .grid .item {
        width: 45%;
        background-color: #fff;
        margin: 5px;
        max-height: 55px;
    }
    .section.categories .grid .item.category>div a .ico {
        display: none;
    }
    .grid .item.category>div a {
        display: unset;
    }
    .grid .item.category>div a .title {
        margin-left: 0;
        text-align: center;
        padding: 2px;
    }
    .fast-filter a {
        padding: 4px 10px;
        line-height: 24px;
        width: 45%;
        margin-bottom: 5px;
        text-align: center;
    }
    .fast-filter span {
        margin-right: 10px;
        color: #7b7b7b;
        font-size: 12px;
        display: block;
        width: 100%;
    }
    .fast-filter {
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
    }
    .pagination {
        padding: 0 0 30px;
        margin: 20px;
    }
    .content div h1 {
        font-size: 16px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .content {
        padding: 40px 0 0 60px;
    }
}