.rotate180icon {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.search-box {
    display: flex;

}

.search-box-input {
    display: none !important;
    width: 0px !important;
    margin: 0 0 0 0 !important;
    padding: 0px !important;
    font-size: 1em;
    color: #fff;
    transition: .5s;
    font-size: 1rem !important;
    height: 2.1em !important;
    border: 1px solid #dad6d6 !important;
    background-color: #ffffff !important;

}

.search-box-btn {
    display: flex;
    border-radius: 2%;
    width: 9px;
    height: 15px;
    transition: .3s;
    background-color: #6a6a6a;
    border-color: transparent;
    color: #fff;
    justify-content: center;
    padding-bottom: calc(23px - 1px);
    padding-left: 16px;
    padding-right: 14px;
    padding-top: calc(10px - 1px);
    text-align: center;
    white-space: nowrap;
}

.search-box-icon {
    margin: auto;
    color: black;
}

.search-box-input::placeholder {
    color: white;
    opacity: .7;

}

.search-box:hover .search-box-input {
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 140px !important;
    display: block !important;


}

.search-box:hover input {
    opacity: 1;
}

.search-box-btn:active {
    transform: scale(.75);
}

.countPill {

    font-size: 7px;
    font-weight: 700;
    height: 12px;
    line-height: 13px;
    margin-left: 0.21429rem;
    text-align: center;
    width: 12px;
}

.fafaiconnav {
    font-size: 18px;
}

.mricontop {
    padding: 0px 2px !important;
}

input:focus::-webkit-input-placeholder {
    color: #888;
}

.pading-5 {
    padding-left: 5px;
    padding-right: 5px;
}

#cart-preview-dropdown {
    position: absolute !important;
    left: unset !important;
    right: 2vw;
    top: 42px !important;
    width: 20vw;
    border-radius: 10px;
}

.dropdown-menu {
    max-width: 300px;
}

.navUser .dropdown-menu.is-open:after {
    display: none;
}

.navUser .dropdown-menu.is-open:before {
    border: inset 1px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc00 transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.78571rem;
    /* position: absolute; */
}

.previewCartAction-checkout {
    display: none;
}

.navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem !important;
}

.search-box input::-webkit-input-placeholder {
    color: #dad6d6 !important;
}

.search-box input:-moz-placeholder {
    color: #dad6d6 !important;
}

.search-box input::-ms-input-placeholder {
    color: #dad6d6 !important;
}

.navUser-action--quickSearch {
    padding-top: 9px;
    padding-bottom: 0px;
}
