.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform .4s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hamRotate.active {
    transform: rotate(45deg)
}

.hamRotate180.active {
    transform: rotate(180deg)
}

.line {
    fill: none;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #222729;
    stroke-width: 2.5;
    stroke-linecap: round
}

.ham1 .top {
    stroke-dasharray: 40 139
}

.ham1 .bottom {
    stroke-dasharray: 40 180
}

.ham1.active .top {
    stroke-dashoffset: -98px
}

.ham1.active .bottom {
    stroke-dashoffset: -138px
}

.p-menu1 {
    height: 100%
}

.hamburger1 {
    height: 45px;
    margin: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    z-index: 120
}

.hamburger1 div {
    background-color: #3d3d3d;
    position: relative;
    width: 40px;
    height: 5px;
    margin-top: 7px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#toggle1 {
    display: none
}

#toggle1:checked+.hamburger1 .top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 22.5px
}

#toggle1:checked+.hamburger1 .meat {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px
}

#toggle1:checked+.hamburger1 .bottom {
    -webkit-transform: scale(0);
    transform: scale(0)
}

#toggle1:checked~.menu1 {
    height: 540px
}

.top-rekoc-bar {
    width: 100%;
    display: table;
    float: none;
    position: relative;
    border-radius: 0
}

.top-rekoc-bar .left {
    display: table-cell;
    vertical-align: top;
    min-width: 95px
}

.top-rekoc-bar .right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.top-rekoc-bar .input-search {
    background-color: #fff;
    border: 1px solid #f0f0f0 !important;
    border-left: 0;
    box-shadow: none !important;
    outline: 0 !important;
    color: #555;
    padding: 8px;
    padding-right: 40px;
    padding-left: 15px;
    box-shadow: none;
    font-size: .8125rem;
    height: 128px;
    font-size: 32px;
    line-height: 64px
}

.top-rekoc-bar-single-vendor .input-search {
    border-radius: 0
}

.top-rekoc-bar .was-validated .form-control:invalid {
    border: 1px solid #f0f0f0 !important;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3) !important;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3) !important;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3) !important
}

.top-rekoc-bar .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    border: 0 !important;
    color: #888;
    font-size: 32px;
    line-height: 64px
}

.top-rekoc-bar .btn-search i {
    margin: 0 !important;
    color: #444 !important
}

.rekoc-search-form {
    display: none;
    position: relative !important;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    float: none !important
}

.rekoc-search-form .btn-search {
    width: 48px;
    height: 48px;
    top: 25px;
    right: 10px
}

.rekoc-select {
    min-width: 105px
}

.rekoc-select button {
    width: 100%;
    min-width: 105px;
    position: relative;
    text-align: left;
    line-height: 19px;
    padding: 8px 15px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    color: #999;
    border-right: 0;
    font-size: .8125rem;
    height: 39px
}

.rekoc-select button::after {
    position: relative;
    float: right;
    top: 8px
}

.rekoc-select .dropdown-menu {
    border-top: 0;
    min-width: 325px;
    padding: 0;
    margin: 0;
    left: 0 !important
}

.rekoc-select .dropdown-menu .dropdown-item {
    padding: 6px 15px;
    color: #999;
    font-size: 24px
}

.rekoc-select .dropdown-item:focus,
.search-select .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #222;
    text-decoration: none
}

.rekoc-results-ajax {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    z-index: 9999999;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.rekoc-search-form p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    color: #999
}

.rekoc-search-form .btn-block {
    color: #fff !important;
    height: 64px;
    padding: 0 30px;
    font-size: 16px;
    background-color: #222729;
    border-color: #222729
}

.rekoc-search-form .btn-block:hover {
    color: #fff !important;
    background-color: #919394;
    border-color: #919394
}

.btn-custom:active,
.btn-custom:focus,
.rekoc-search-form .btn-custom:hover {
    background-color: #919394 !important;
    border-color: #919394 !important
}

.rekoc-search-form a:first-child {
    margin-top: 0
}

.rekoc-search-form a:last-child {
    margin-bottom: 0
}

.rekoc-select button {
    width: 100%;
    min-width: 325px;
    position: relative;
    text-align: left;
    padding: 8px 15px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    color: #999;
    border-right: 0;
    height: 128px;
    margin-left: 0;
    font-size: 24px;
    line-height: 48px
}

.link1 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font: 700 16px
}

.link1:hover {
    background-color: #fff;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.acilir-link {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff
}

.acilir-link ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.acilir-link li {
    float: none;
    width: 100%
}

.acilir-link li a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    border-left: 3px solid;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #8f8eb7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.acilir-link li a:hover {
    border-bottom: 0;
    color: #283b62;
}

.acilir-link li:first-child a {
    border-left: 7px solid #f6f6f6
}

.acilir-link li:nth-child(2) a {
    border-left: 7px solid #f6f6f6
}

.acilir-link li:nth-child(3) a {
    border-left: 7px solid #f6f6f6
}

.acilir-link li:last-child a {
    border-left: 7px solid #f6f6f6
}

.acilir-link li a:after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    position: absolute;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    z-index: -1
}

.acilir-link li a:hover:after {
    width: 100%
}

.acilir-link li:first-child a:after {
    background: #f6f6f6
}

.acilir-link li:nth-child(2) a:after {
    background: #f6f6f6
}

.acilir-link li:nth-child(3) a:after {
    background: #f6f6f6
}

.acilir-link li:last-child a:after {
    background: #f6f6f6
}