body {
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    background-color: #000000 !important;
    padding-top: 30px
}

.navbar .container .nav-inner-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

a {
    text-decoration: none;
}

.search-wrapper {
    position: relative;
}

.search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    color: #A1A1A1 !important;
    z-index: 99999999;
}

.search-wrapper input {
    padding-left: 50px;
}

.collapse {
    justify-content: flex-end;
}

.navbar .container .nav-link {
    color: #ffffff;
}

.navbar .container .nav-link:hover {
    color: #ffffff;
}

.navbar .navbar-collapse {
    flex: 0 0 150px;
}

.navbar-bottom {
    background-color: #000000;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 0
}

.custom-card {
    border-radius: 12px;
    -webkit-box-shadow: 2px 0px 29px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 2px 0px 29px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 0px 29px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    margin-bottom: 15px
}

input {
    border-radius: 4px !important;
}


/* Tab section */
.nav.nav-tabs {
    margin-top: 30px;
    border: 0;
    letter-spacing: 1px;
    font-size: 15px;
}

.nav.nav-tabs .nav-link {
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #dddddd;
    color: #000000;
    padding: 0 25px;
    margin-right: 20px;
    border-radius: 0;
}

.nav.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: orange;
}

.nav.nav-tabs .nav-link.active#nav-profile-tab {
    background-color: green;
}

.nav.nav-tabs .nav-link.active#nav-contact-tab {
    background-color: red;
}

/* News Items Tab */
.items-tab {
    padding-top: 30px;
}

.items-tab .custom-card .content {
    margin-top: 10px;
}

.items-tab .custom-card .image {
    position: relative;
    cursor: pointer;
}

.items-tab .custom-card .image:after {
    content: "";
    transition: all 0.3s ease-in-out;
}

.items-tab .custom-card .image:hover:after {
    content: "";
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.custom-card .actions .dislike i {
    font-size: 25px;
    color: #E30000;
}

.custom-card .actions .undo i {
    font-size: 25px;
    color: #E38800;
}

.custom-card .actions .like i {
    font-size: 25px;
    color: #4CBC3A;
}

.items-tab .custom-card .title {
    padding: 0 15px;
    font-weight: 700;
}

.items-tab .custom-card .desc {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    padding: 0 15px;
}

.tab-title .title {
    font-size: 25px;
}

.tab-pane .desc {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.tab-pane .desc .right {
    font-size: 16px;
    color: #6a6a6a;
}

.actions {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px 15px;
}

/* Tags */
.tag-row {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.items-tags-wrapper .tag-item {
    background-color: #E8E8E8;
    color: #000000;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 0 5px
}

.items-tags-wrapper {
    display: flex;
    justify-content: space-between;
}

.items-tags-wrapper .items {
    flex: 0 0 70%;
}

.tag-row-wrapper {
    margin-bottom: 20px;
}

.items-tags-wrapper .tags {
    flex: 0 0 28%;
}

.items-tags-wrapper .tags .tags-title {
    font-size: 14px;
    font-weight: 700;
}

.items-tags-wrapper .tags .tag-item {
    display: inline-block;
    margin-bottom: 4px;
}

.items-tags-wrapper .tags .tag-item.has-delete {
    position: relative;
}

.items-tags-wrapper .tags .tag-item.has-delete.active_tag {
    padding-right: 25px;
}

.items-tags-wrapper .tags .tag-item.has-delete .delete-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    color: #ffffff;
    background-color: #E30000;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 13px;
    text-align: center;
}

.items-tags-wrapper .tags .tag-item.has-delete .delete-button i {
    font-size: 12px;
}

/* Summary */
.summary {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.summary-wrapper .title {
    font-weight: 700;
    font-size: 22px;
}

.summary-wrapper .desc {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
}

.summary-wrapper .desc .step {
    margin-right: 10px;
}

.summary-wrapper .input-group {
    width: 100%;
    margin-bottom: 10px;
}

.summary-wrapper .action {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.send-button.disabled {
    background-color: #808080;
    cursor: not-allowed;
}

.send-button {
    height: 42px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    background-color: #1A6AFF;
    border: 0;
    padding: 0 40px;
}


.summary select,
.summary select:focus {
    border: 0;
    background-color: #1A6AFF;
    text-align: center;
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    padding: 0;
    font-size: 16px;
}

.rail-select {
    position: relative;
    width: 100%;
}

.rail-select i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #ffffff;
}

.summary .desc {
    font-size: 18px;
}

/* Section FAQ */
.section-faq {
    margin-top: 100px;
}

.section-faq .section-title h2 {
    font-size: 25x;
    font-weight: 700;
}

.accordion .accordion-item .accordion-header {
    border-radius: 8px;
    border: 0;
}

.accordion .accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin: 15px 0;
    border: 0;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.accordion .accordion-item .accordion-header button {
    font-size: 14px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #000000;
}

/* Footer */
.footer {
    background-color: #000000;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footer .icon img {
    width: 40px;
}

.footer .copyright p {
    font-size: 12px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.footer .links .list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer .links .item a {
    display: inline-block;
    margin-left: 10px;
}



.footer .links .list a {
    font-size: 14px;
    color: #ffffff;
}

/* Detail modal */

#detailModal .left {
    position: relative;
}

#detailModal .actions {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    bottom: 0
}

#detailModal .modal-body {
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden
}

#detailModal .modal-dialog {
    max-width: 1000px;
    border-radius: 12px;
    overflow: hidden
}

#detailModal .modal-body .left {
    flex: 0 0 45%
}

#detailModal .modal-body .right {
    flex: 0 0 53%;
    padding: 15px 15px 15px 0;
}

#detailModal .modal-body .left .image {
    width: 100%;
}

#detailModal .modal-body .left .image img {
    width: 100%;
}

#detailModal .modal-content {
    background-color: #ffffff;
    border: 0;
    padding: 0 !important;
    width: 1000px;
    margin: auto;
}

#detailModal .modal-content .actions {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#detailModal .title h2 {
    font-size: 18px;
    font-weight: 600;
}

#detailModal .tag-row {
    justify-content: flex-start;
}

#detailModal .desc p {
    font-size: 12px;
}

#detailModal .modal-content .actions .dislike-button {
    height: 40px;
    line-height: 40px;
    background-color: #E30000;
    color: #ffffff;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#detailModal .items-tags-wrapper .tags {
    flex: 0 0 100%;
}

#detailModal .modal-content .actions .like-button i,
#detailModal .modal-content .actions .dislike-button i {
    font-size: 25px;
    margin-right: 10px;
}

#detailModal .modal-content .actions .like-button {
    height: 40px;
    line-height: 40px;
    background-color: #4CBC3A;
    color: #ffffff;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal My selections */
#modalMySelections .modal-dialog {
    max-width: 354px;
    text-align: center;

}

#modalMySelections .modal-content {
    max-width: 354px;
    padding: 10px 0;
}

#modalMySelections .icon {
    background-color: #E30000;
    margin: auto;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#modalMySelections .icon img {
    width: 50%;
}

#modalMySelections .modal-dialog .title h2 {
    font-size: 17px;
}

#modalMySelections .modal-dialog .desc {
    width: 70%;
    margin: Auto;
}

#modalMySelections .modal-dialog .desc p {
    font-size: 13px;
    font-weight: 500;
}

#modalMySelections .action a {
    height: 42px;
    line-height: 42px;
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    padding: 0 70px;
    margin: 20px 0;
}

/* Modal Configuration */
.modal .modal-body {
    position: relative;
}

.modal .modal-body .btn-close {
    position: absolute;
    right: -10px;
    cursor: pointer;
    -webkit-box-shadow: 2px 0px 29px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 2px 0px 29px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 2px 0px 29px 0px rgba(0, 0, 0, 0.34);
    top: -20px;
    font-size: 10px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 200px;

}

/* Modal Order Success */
#modalOrderSuccess {
    text-align: center;
}

#modalOrderSuccess .modal-content {
    padding: 13px 0;
}

#modalOrderSuccess .desc {
    width: 80%;
    margin: auto;
}

#modalOrderSuccess .desc p {
    font-size: 14px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1;
    /* Firefox */
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    #detailModal .modal-body {
        flex-direction: column;
    }

    #detailModal .modal-content {
        max-width: 80%;
    }

    #detailModal .modal-content .right {
        padding: 20px !important;
    }

    .items-tags-wrapper {
        flex-direction: column-reverse;
    }

    .items-tags-wrapper .tags {
        flex: 0 0 100%
    }

    .items-tags-wrapper .items {
        flex: 0 0 100%
    }
}

@media screen and (max-width: 500px) {
    .custom-card img {
        width: 100%;
    }

    .nav.nav-tabs {
        display: flex;
    }

    .nav.nav-tabs .nav-link {
        flex: 0 0 100%;
        margin: 5px 0;
    }

    #detailModal .modal-content {
        max-width: 95%;
    }

    #detailModal .modal-content .right {
        padding: 20px !important;
    }

    .footer .container {
        flex-direction: column;
    }

    .footer .container .has-margin {
        margin-bottom: 15px;
    }
}

/*BOC custom code*/
.custom-card img {
    height: 175px !important;
}


/* Search input */
.search {
    position: relative;
    margin: 0 auto;
}

.search-wrapper input {
    padding-left: 50px;
    width: 431%;
    height: 40px;
}

.search input:focus {
    outline: none;
    border-color: #66b1ee;
}

/*.search input:focus + .results { 
    display: block;
}*/

.search .results {
    display: none;
    position: absolute;
    top: 39px;
    margin-left: 1px;
    z-index: 10;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 12px;
    background-color: #fdfdfd;
    width: 100%;
    max-height: 320px;
    overflow-x: scroll;
}

.search .results li {
    height: 72px;
    display: block;
    padding: 5px;
}

.search .results li:first-child {
    margin-top: -1px
}

.search .results li:first-child:before,
.search .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.search .results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.search .results li:first-child:hover:before,
.search .results li:first-child:hover:after {
    display: none
}

.search .results li:last-child {
    margin-bottom: -1px
}

.search .results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding-left: -50px;
    color: #808394;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 64px;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search .results a span {
    font-weight: 200;
}

.search .results li:hover {
    background-color: #5c87af;
    color: #fff;
}

.search .results li:hover a {
    color: #fff;
}

.lt-ie9 .search input {
    line-height: 26px;
}

.img-fluid {
    height: 60px;
    width: 5%;
}

.results li .fa-solid {
    margin-top: -1%;
    color: red !important;
    margin-left: 71%;
}

.results li .fa-regular {
    margin-top: 1%;
    float: right;
    margin-left: 70.8%;
    color: green !important;
}

.text {
    margin-left: 7%;
    margin-top: -55px;
    font-size: 14px;
}

.results li .fa-solid:hover {
    color: green !important;
}

.results li .fa-regular:hover {
    fill: green !important;

}

.hide {
    display:none;
}

@media only screen and (max-width:992px) {
    .search .results li {
        height: auto;
        padding:0px;
    }

    .search-wrapper input {
        width: 116%;
    }

    .search .results {
        width: 100%;
        max-height: 200px;
        overflow-x: scroll;
    }

    .search .results a {
        height: 72px;
    }

    .text p {
        display: none;
    }

    .img-fluid {
        width: 25%;
        height: 70px;
        padding: 5px;
    }

    .text {
        margin-left: 43%;
        width: 70%;
        float:right;
        margin-top: -19%;
    }

    .results li .fa-solid {
        margin-top: 8%;
        margin-left: 50%;

    }

    .results li .fa-regular {
        margin-top: 8%;
        margin-left: 60%;

    }

    ul.results{
        padding-left:0em !important; 
    }
    .text{
        font-size:10px;
    }
}

#liked_items_tab .dislike,
#liked_items_tab .like,
#disliked_items_tab .dislike,
#search_results_section .undo,
#nav-contact .liked_item,
#nav-home .liked_item,
#nav-home .dislike_item {
    display: none;
}

#search_results_section {
    display: flex !important;
}

.input-group>.form-control{
    width:100% !important;
}
.error{
    color:red;
}
/*EOC custom code*/