﻿h1, h2, h3, h4, h5, p, a, header, nav, menu, footer, input, textarea, button, .alert, .label, li, div {
    font-family: "Inter",sans-serif !important;
}
.container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
body {
    background: #edf1f4 !important;
}
.breadcrumb-layer {
    padding: 8px 20px;
    background-color: #f5f6f7;
    border-bottom: 1px solid #e2e2e2;
}
.breadcrumb-text {
    line-height: 0;
}
.breadcrumb-text a {
    color: #44a512;
    font-size: 12px;
}
.breadcrumb-text a:last-child {
    color: #333;
    pointer-events: none;
}

/*====== suggest starts ======*/
.suggestion-main{
    /*padding: 20px;*/
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.suggestion-main .row {
    margin: 0 -15px;
}
.section-title {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 500;
    color: #242c42;
}
.divider-line {
    width: 100px;
    border-bottom: solid 2px #44a512;
    margin-bottom: 10px;
    display: inline-block;
}
.example-text{
    font-size: 14px;
    color: #868686;
}
.option {
    padding: 0 5px;
}
.category-content{
    margin-bottom: 15px;
}
.category-content .category-text{
    min-width: 120px;
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
}
    .category-content .category-select-box {
        display: inline-block;
        position: relative;
        width: 100%;
        background: #fff;
        padding: 5px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
.category-select-box .icon-drop-down {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    transform: translateY(-50%);
}
.category-select-box select {
    min-width: 292px;
    -webkit-appearance: none;
    padding: 8px 30px 8px 15px;
    outline: none;
    color: rgba(36,44,66,.7);
    position: relative;
    z-index: 2;
    cursor: pointer;
    line-height: 1.4;
    width: 100%;
    z-index: 0;
    border: none;
}
.category-select-box select option {
    padding: 0 25px;
}
.suggest-prod-input{
    display: inline-block;
    vertical-align: middle;
    width:100%;
    position:relative;
}
.suggest-prod-input-text{
    min-width: 120px;
    padding-right: 20px;
    font-size: 14px;
    display: inline-block;
}
.suggest-prod-input input{
    display: inline-block;
    padding: 12px 15px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #ccc;
    width:100%;
}  
.suggest-prod-cont{
    margin-bottom: 15px;
} 
.do-you-want-text{
    padding: 16px 0;
}
.suggest-btn-holder{
    padding-left: 126px;
}
.category-select-box select::-ms-expand {
    display: none;
}


/*====== suggest ends ======*/
