.fawicons {
    display: initial !important;
    color: white;
}
/** Website **/

#header-navbar {
    background-color: red !important;
}

#header-table {
    width: 100%;
    margin: 0px 80px 0px 80px;
}

#header-searcher-form {
    background-color: #00baff !important; 
    border-radius: 2px 2px 2px 2px;
    height: 60px;
    width: 445px;
    margin-top: -40px;
}

#header-searcher-title {
    font-size: 13px;
    color: white;
    font-weight: bold;
    text-align: left !important;
    margin-left: 10px;
}

#header-form-input {
    margin-left: 10px;
    height: 45px;
    border-radius: 5px 0px 0px 5px;
    border: lightsteelblue;
    font-size: 20px;
}

#header-form-button {
    position: absolute;
    height: 45px;
    width: 60px;
    border-radius: 0px 5px 5px 0px !important;
}


.navbar-buttons-right{
    font-size: 2em;
    color: white;
}

#footer-table {
    width: 100%;
    margin-left: 10% !important
}

#first-footer {
    background-color: red !important;
    color: white;
    height: 150px;
}

#second-footer {
    background-color: white !important;
    height: 150px;
}

.second-footer-icons {
    display: initial !important;
    color: red;
}

.footer-list {
    list-style-type: disclosure-closed !important;
}

#third-footer {
    background-color: darkslategray;
    color: white;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    height: 100px;
}

.footer-fa-icons {
    font-size: 3em;
}

.span-footer {
    font-weight: bold;
}

.td-footer-table {
    width: 30%;
    padding-top: 10px;
}
/** Website Index **/
.body {
    height: auto;
}

.banner-img-cont {
    margin: 20px 90px 20px 90px;
    height: 120px;
}

.index-sidebar {
    width: 300px;
    float: right;
}

.index-sidebar-header {
    margin: 20px 20px 20px 20px;
    background-color: red;
    color: white;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.index-trades-list {
    margin: 20px 20px 20px 20px;
    font-size: 20px;
}

.trade {
    color: darkslategray;
    margin-right: 50%;
}

.sidebar-icons {
    display: initial !important;
    color: darkslategray;
}

.li-trade {
    padding-left: 1.5em;
}

.banner-carousel {
    margin: 20px 90px 20px 60px;
}

.banner-img {
    width:100%;
    height:350px;
}

.product-categories {
    padding-top: 20px
}

.navbar-categories {
    border-radius: 20px 20px 0px 0px;
    justify-content: space-around;
    background-color: red !important;
}

.navbar-brand {
    font-weight: bold;
    display: table-cell;
    text-align: center;
    font-size: 1.2em;
}

.small-banner {
    width: 100%;
}

.wrapper {
    width: 100% !important;
}

.banner {
    width: 100%;
}

.product-categories {
    width: 900px;
}

.navbar-products {
    width:100%;
    margin-left: -15px;
}

.products {
    width:100%;
    justify-content: space-between !important;
}

.card {
    min-width: inherit !important;
    margin-top: 20px;
}

.card-text {
    font-size: 0.8em;
    max-width: 200px;
}

.product-img {
    width: 250px !important;
    height: 180px;
}

.buy-btn {
    color: white;
    background-color: red;
    border-color: red;
}

.pagination-container {
    width: 100%;
    margin-left: -15px;
}

.nav-pagination {
    width:100%;
    justify-content: center;
    margin-top: 1.5em;
}

.pagination {
    width:100%;
    justify-content: center;
}

.page-link {
    color: darkslategray;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='darkblue' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    display: inline-block !important;
    }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='darkblue' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  display: inline-block !important;
}

.home-clients-carousel-cont {
    width: 100%;
    padding: 0px;
}

.carousel-partners-table {
    width: 100%;
    margin-left: 15%;
}

.carousel-each-partner {
    width: 30%;
}

.carousel-row {
    justify-content: center;
    margin: 40px 0px 20px 160px;
    padding-bottom: 30px;
}

/** Search Result **/

.results-container {
    margin-left: 20%;
}

.result-title {
    margin-left: 15%;
}

