#header_bar .header-menu {
    max-height: 300px !important;
    overflow: auto;
    overflow-y: auto;
}
#header_bar .header-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #fdfdfd;
}
#header_bar .header-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #fdfdfd;
}
#header_bar .header-menu::-webkit-scrollbar-thumb {
    background-color: #0187cc;
}
.header-dropdown a img {
    border-radius: 8px;
    padding: 4px;
}
.header-menu ul a {
    padding: 3px 6px;
    text-transform: capitalize !important;
}
.header-menu {
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    padding: 0 !important;
    border: none;
}
.header-menu a:hover, .header-menu a:focus {
    color: #0187cc;
    background-color: #f4f4f4;
}
.search_input {
    margin-bottom: 0.1rem;
    border-radius: 20px !important;
}
.search_input:focus {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.header-contact span {
    font-weight: normal;
}
.header {
    background: #fff !important;
}
.header-to-header {
    background-color: #fff;
    padding: 30px 0;
}
.tags-mains {
    width: 100%;
}
.tags-mains ul {
    width: 100%;
}
.tags-mains ul li {
    display: inline-grid;
    margin: 0 5.5px 0 0;
}
.tags-mains ul li a {
    padding: 15px;
    width: 200px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
}
.tags-mains ul li a span {
    font-size: 100%;
    text-transform: uppercase;
    color: #fff;
}
.social-icon {
    background: none !important;
    font-size: 4rem !important;
    height: 5rem !important;
    width: 5rem !important;
}
.w-9 {
    width: 9rem !important;
}
.menu.menu-vertical > li > a > h3 {
    font-weight: 100;
}
.footer-ribbon {
    background-color: #272723;
}
.footer-ribbon::before {
    border-right: 15px solid #000;
}
.header_search {
    min-width: 130%;
}
.text-incos-header {
    color: #fff;
}
.dropdown-cart-total {
    align-items: center;
    margin-bottom: 0;
}
.container.container_aditional .header-left a.logo {
    max-width: 280px;
}
.owl-carousel-xs {
    display: none;
}
@media (max-width: 1279px) {
    .header_search { min-width: 120%; }
}
@media (max-width: 1199px) {
    .tags-mains ul li a { width: 180px; }
    .header_search { min-width: 100%; }
}
@media (max-width: 782px) {
    .tags-mains ul li { margin: auto !important; }
    .tags-mains ul li a span { font-size: 1.4rem; }
    .tags-mains { text-align: center; }
    .tags-mains ul li a { border-radius: 0 !important; }
    .header .container.container_aditional .header-right .w-9 { width: auto !important; }
}
@media (max-width: 594px) {
    .tags-mains ul li a {
        border-radius: 0;
        font-size: 12px;
        width: 170px;
        border-bottom: 1px solid #ffffff38;
        padding: 12px 15px;
        height: 50px;
    }
    .owl-carousel-sm { display: none !important; }
    .owl-carousel-xs { display: block; }
}
@media (max-width: 564px) {
    .tags-mains { text-align: center; margin-bottom: 6px; }
    .header .container.container_aditional {
        display: block;
        padding: 0 !important;
        margin: 0 !important;
    }
}
@media (max-width: 384px) {
    .tags-mains ul li { display: block; margin: 0; }
    .tags-mains ul li a { width: 100%; display: block; }
    .tags-mains { margin-bottom: 10px; }
    .container.main_tags__ { padding: 0; }
    .social-icon + .social-icon { margin: 0 !important; }
}
