@charset "UTF-8";

.column-left .box-style-item img {
    width: 68px;
}

.box-style-info .box-style-title {
    font-weight: 500;
    color: #02031c;
}

.box-style-info .box-style-content {
    font-size: 12px;
    font-weight: normal;
    color: #4e6563;
}

.box-style-item {
    padding: 5px;
}

.link-brand-item {
    padding: 5px;
}

.link-brand-item>span:hover {
    color: #f48473;
}

.link-brand-item .active {
    color: #f48473;
    font-weight: 700;
}

.slide-brands {
    max-height: 600px;
    overflow-y: scroll;
}

.title-list {
    font-family: Barlow;
    font-size: 26px;
    font-weight: 600;
    color: #02031c;
}

.title-content {
    font-size: 16px;
    color: #4e6563;
}

.form-control, .btn-light {
    border-radius: 5px;
    border: solid 1px rgba(174, 192, 191, 0.6);
    background-color: #ffffff;
    height: 40px;
    font-size: 16px;
}

.btn-light.active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.filter-size button:hover, button.btn-paging:hover, .filter-size button.active {
    border: solid 1px #4e6563;
    background-color: #4e6563;
    color: #fff;
}

.filter-size button:active {
    border: solid 1px #4e6563;
    background-color: #4e6563;
}

select.selectpicker {
    display: block !important;
}

.filter-option-inner-inner {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
}

.ui.dropdown {
    background: #fff;
    border: solid 1px rgba(174, 192, 191, 0.6);
    /* 	color: #aec0bf; */
    color: #212529;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}

.ui.dropdown:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .menu {
    display: none;
    width: 100%;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown .menu ul li {
    padding-left: 20px;
}

.dropdown .menu ul ul {
    padding: 0;
    left: 100%;
}

.dropdown:hover .menu ul li:hover {
    background-color: #f8f9fa;
    color: #16181b;
}

.dropdown:hover>div.menu {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* -------- CSS for PAGING -------- */
.pagination li {
    padding: 0 10px;
}

.pagination li button {
    width: auto;
    min-width: 45px;
    height: 45px;
    font-size: 18px;
    border-radius: 5px;
    border: solid 1px rgba(174, 192, 191, 0.6);
    background-color: #ffffff;
    color: #aec0bf;
}

.pagination li button.selected {
    border: solid 1px #4e6563;
    background-color: #4e6563;
    color: #fff;
    font-size: 18px;
}

.pagination li button i {
    vertical-align: middle;
}

.menu-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-filter ul li {
    padding: 10px 0;
    position: relative;
    width: 100%;
    border-top: solid 0.5px rgba(174, 192, 191, 0.5);
}

.menu-filter ul li i {
    color: #2f3d3c;
}

li .icon-menu {
    width: 12%;
    text-align: center;
}

.menu-filter ul ul {
    transition: all 0.2s;
    opacity: 0;
    position: fixed;
    display: none;
    padding: 0 15px;
    overflow-y: auto;
    top: 0;
}

.menu-filter ul li a {
    color: #02031c;
    font-weight: 500;
}

.menu-filter.v-mobile {
    display: none;
    position: fixed;
    background-color: white;
    top: 0px;
    bottom: auto;
    min-height: 100%;
    width: 100%;
    opacity: 0;
}

.menu-filter.menu-open {
    display: block;
    opacity: 1;
    z-index: 1100;
}

ul.sub-menu-open {
    opacity: 1 !important;
    box-shadow: 0 2px 8px 0 rgba(174, 192, 191, 0.2) !important;
    background-color: #ffffff !important;
    z-index: 1 !important;
    display: block !important;
    position: fixed;
    top: 12px;
    left: 0;
    width: 100%;
    bottom: 0;
}

.body-filter-style {
    max-height: 70%;
    border: none;
    border-top: none !important;
    overflow-y: auto;
}

.body-filter-category {
    max-height: 70%;
    border: none;
    border-top: none !important;
    overflow-y: auto;
}

.custom-control-input {
    position: none !important;
    display: none !important;
}

.item-size {
    width: auto;
    min-width: 30%;
    margin-bottom: 1rem;
}

.title-filter {
    font-family: 'Barlow';
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #02031c;
    text-transform: uppercase;
}

.description-filter {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4e6563;
}
@media only screen and (max-width: 420px) {
    .filter-vendor-list-mobile{
        width: 88%;
    }
    .filter-vendor-list-mobile{
        border: 1px solid #efefef;
        background: #fff;
        height: 30px;
        border-radius: 4px 0 0 4px;
        padding: 6px 8px;
        border-right: 0;
        width: calc(100% - 30px);
    }
    .field-search.input-group .tp_button{
        width: 30px;
        height: 30px;
        border: none;
        border-radius: 0 4px 4px 0;
        vertical-align: top;
    }
}