header,
header .dropdown-item {
    font-size: 12px;
}
header .dropdown-menu {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transform: translateZ(0);
    border: none;
    border-top: 3px solid #ff8000;
    border-radius: 0px;
}
header #top-bar .dropdown-menu {
    min-width: auto;
}
.text-orange {
    color: #ff8000;
}
.bg-orange {
    background: #ff8000;
    -webkit-print-color-adjust: exact !important;
    color: #FFF;
}
.bg-orange-light {
    background: #FFEDDC;
    -webkit-print-color-adjust: exact !important;
}
.bg-gray {
    background: #EEE;
    -webkit-print-color-adjust: exact !important;
    color: #000;
}
.bg-gray-light {
    background: #F7F7F7;
    -webkit-print-color-adjust: exact !important;    
}
.shadow-bottom {
    box-shadow: 0px 2px 3px 0px #eee;
}
#logo img {
    max-height: 55px;
}
.btn-orange {
    background: #FF8000;
    color: #FFF;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 5px 10px;
    display: inline-block;
    text-align: center;
    min-width: 240px;
}
.btn-orange-dark {
    background: #ed6b08;
}
.btn-orange:hover,
.btn-orange-dark:hover {
    background: #ec7803;
}
.border-bottom-orange {
    border-bottom: 2px solid #ff8000;
}
.border-left-orange {
    border-left: 6px solid #ff8000;
}
.border-left-gray {
    border-left: 6px solid #F7F7F7;
}
p {
    color: #696969;
}
#sections .nav-item {
    background: #F7F7F7;
    box-shadow: 0px 2px 3px 0px #EEE;
}
#sections .nav-item a {
    color: #555;
}
#sections .nav-item a:hover {
    color: #000;
}
#sections .nav-item a.active {
    font-weight: 600;
}

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}
#loading i {
    top: calc(50% - 25px);
    position: absolute;
    font-size: 50px;
    color: #ff8000;
    left: calc(50% - 25px);
}
#whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999999;
}
#whatsapp a {
    color: #FFF;
}
#whatsapp i {
    background: #4dc247;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    border-radius: 50%;
    padding-top: 8px;
}
#addsearchbox {
    border: 1px solid #ff8000;
    border-radius: 7px;
}
#img-search {
    background: #ff8000;
    color: #FFF;
    font-size: 20px;
    padding: 0px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -5px;
    margin-left: 5px;
}
footer {
    background: #222;
    color: #FFF;
}
footer h6 {
    color: #ff8000;
}
footer .social .icon {
    padding: 8px 10px;
    background: #666666;
    color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
footer .social .icon:hover {
    background: #ff8000;
}
#footer-bottom {
    background: #1f1f1f;
}
@media (min-width:  1200px) {
    .container, 
    .container-md, 
    .container-sm,
    .container-xl {
        max-width: 1315px;
    }
}
@media (max-width:  1199px) {
    .container, 
    .container-md, 
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}