/*****************************************************************General Css****************************************************/
.text-red {
    color: red;
}

.bi-search::before {
    line-height: 1.6 !important;
}

.hidden {
    display: none;
}

.fa-2x {
    font-size: 2em;
}

.border-bottom {
    border-bottom: 1px solid #ededed;
}

.no-result.ng-scope {
    text-align: center;
    margin: 0 auto;
    font-weight: bolder;
    padding: 2rem;
}

.top-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 56%;
    justify-content: center;
    /* margin-bottom: 1rem;
    right: 8rem; */
    bottom: 1rem;
    position: relative;
}

.search-input {
    position: absolute;
    border: navajowhite;
    outline: none;
    width: 9.8%;
    padding: 5px 8px;
}

.title-of-dropdown {
    padding: 0.4rem 2rem;
}

.top-search .selectize-input {
    border: 1px solid #149bbc !important;
}

.top-search .selectize-control.rtl.single .selectize-input:after {
    left: calc(1.5rem + -10px) !important;
    top: 1.5rem !important;
}

.top-search input#selectize-selectized {
    width: 100% !important;
    left: 0px !important;
    position: relative !important;
    background: transparent !important;
    height: 100% !important;
    padding-right: 2rem;
    cursor: pointer;
}

.top-search .selectize-input {
    height: 42px;
    border-radius: 0 .475rem .475rem 0 !important;
    border-left: 0px !important;
    min-height: 2.7rem !important;
}

.top-search .selectize-group-icon>.input-icon {
    top: 0.8rem !important;
    color: #4974c1;
}



/**.top-search .category-wrapper {
    width: 15%;
    max-width: 12rem;
    margin-top: 0;
    height: 2.7rem !important;
    border: solid .1rem #149bbc;
    border-left: none;
    border-radius: 0 .475rem .475rem 0;
    padding-left: .4rem;
}
.top-search .selectize-group-icon .categories-dropdown {
    width: 100%;
    padding: .4rem;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
}**/
.top-search .categories-dropdown {
    border-radius: 0 .475rem .475rem 0;
    z-index: 10000;
    background-color: white;
}

.top-search .categories-dropdown .option {
    cursor: pointer;
    padding: 3px 8px;
}

.top-search .selectize-group-icon {
    max-width: 14.5rem !important;
    min-width: 14.5rem !important;
}

.top-search .selectize-control.plugin-remove_button .remove-single {
    margin-top: 0 !important;
    top: 0.4rem !important;
    font-size: 25px !important;
    font-weight: 600;
    z-index: 9999999;
}

.top-search .selectize-input.focus {
    box-shadow: none !important;
}

.top-search .selectize-dropdown,
.selectize-dropdown.form-control {
    margin: 1px 0 0 0 !important;
}

.selectize-dropdown-content::-webkit-scrollbar {
    width: 8px;
}




.top-search .search-text-wrapper {
    width: 50%;
    max-width: 30rem;
    border: solid .1rem #149bbc;
    border-left: none;
    position: relative;
    height: 2.7rem;
}

.top-search .search-text-wrapper .search-input {
    width: 100%;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    padding: .4rem;
}

.top-search .search-results {
    position: absolute;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    width: 139%;
    right: -39%;
    border: solid 0.1rem #d1caca;
    display: flex;
    flex-direction: row;
    padding: 0 0.25rem;
    border-radius: 0 0 0.475rem 0.475rem;
    z-index: 999;
    background-color: white;
    top: 2.65rem;
}



.top-search .search-results .results-tab-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.top-search .search-results .results-tab {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
}

.top-search .search-results .results-tab .tab-item {
    list-style: none;
    margin-left: .5rem;
    margin-bottom: .9rem;
}

.top-search .search-results .results-tab .tab-item .tab-link {
    background-color: #eee;
    padding: .2rem .8rem;
    font-size: .8rem;
    border-radius: 0 0 .475rem .475rem;
    display: block;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    border: solid .1rem #cccccc85;
    white-space: nowrap;
    color: #333;
}

.top-search .search-results .results-tab .tab-item .tab-link.active {
    border-bottom: solid .2rem #149bbc;
    color: #149bbc;
}

.top-search .search-results .more-data {
    background-color: #eee;
    margin-top: 3rem;
    padding: .8rem;
    font-size: .8rem;
    border-top: 1px solid #dee2e6;
    width: 35%;
}

.top-search .search-results .tab-content .tab-content-item .results-list {
    list-style: none;
    margin: 0;
}

.top-search .search-results .tab-content .tab-content-item .more-data-search {
    margin-right: 2rem;
    margin-top: 4px;
    cursor: pointer;
}

.top-search .search-results .tab-content .tab-content-item .more-data-search:hover {
    color: navy;
}

.top-search .search-results .tab-content .tab-content-item .results-list .list-item {
    padding: .6rem;
    font-size: .8rem;
    line-height: .5rem;
}

.top-search .search-results .tab-content .tab-content-item .results-list .list-item.active {
    background-color: #fff;
    /**background: #eee;**/
}

.top-search .search-results .more-data .items .item {
    /**background: #fff;**/
    padding: 0.4rem 0.5rem;
    margin-left: 0.6rem;
    margin-bottom: 0.6rem;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #444343 !important;
    font-weight: bold;
}

/* .top-search  .search-button-wrapper {
    margin-left: 4%;
} */

.top-search .search-button-wrapper .search-button {
    border-radius: .475rem 0 0 .475rem;
    padding: .4rem 1rem;
    background-color: #149bbc;
    color: #fff;
    border: solid .1rem #0b97b9;
}

.top-search .store-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 30%;
    max-width: 22rem;
    /* width: 20%;
    max-width: 10rem; */
}

.top-search .store-actions>button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 1.45em;
    color: #149bbc;
    position: relative;
    height: 2.7rem;
}


.top-search .store-actions>button>span {
    position: absolute;
    top: -.3rem;
    right: -.4rem;
    font-size: .7rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.top-search .store-actions .account-button {
    display: flex;
    padding: 0px !important;
}

/* .UserLeftSideIcon {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0px 0px;
} */
.word-spacing {
    padding-right: 4px;
    padding-left: 4px;
}

/********************************************************result-search********************************************************************/
.more-data .items {
    align-items: flex-start;
    justify-content: start;
    margin: 9px 0px;
}

.search-image-wrraper-brand.ml-3 {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}

img.search-image-brand {
    width: 100%;
    max-width: 42px;
    height: 39px;
}

label.header-label {
    font-weight: bolder;
    margin: 3px 1px;
}

a.title-item-search.mr-5 {
    margin: 0.8rem -1.5rem;
    line-height: 1rem;
    color: black !important;
    padding-right: 1rem;
}

a.title-item-search:hover {
    background-color: whitesmoke;
    font-weight: bolder;
}

.top-search .search-results .more-data .items .item:hover {
    font-weight: bolder !important;
}

/********************************************************* mini cart ****************************************************************/
/*
.mini-cart{
     background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
        z-index: 4;
        width: 500px;
        padding: 0px 10px 0px 10px;
        position: absolute;
        top: 2rem;
        left: 5px;
}
.header-mini-cart .header-items {
    border-bottom: 1px solid whitesmoke;
}
.close-icon{
    color: #646464;
}
.header-items .close-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 20px!important;
    margin: 0px auto 0px 5px;
    left: 10px;
    cursor: pointer;
    padding: 10px;
}

.header-items .header-title {
    display: flex;
    align-items: center;
    justify-content: center;
} 
.header-items .header-title .text-item {
    width: 300px;
    font-weight: bolder;
    color: #3f4254;
}
.inner-cart-list .cart-list-img .image-item {
    width: 100%;
}

.btn-factor-wrraper .btn.btn-cart {
    background-color: #3798fe;
    color: white !important;
}
.price-item .discount-price, .unit-price, .price {
    color: #3f4254;
    font-weight: bolder;
}
.button-box.search-header {
    justify-content: left !important;
    padding: 0 7px !important;
    display: inline-flex;
}

.button-box .box-left {
    width: 25px;
    height: 24px;
    background-color: rgb(255, 255, 255);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    border: 1px solid #3999fe;
}

.button-box .box-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    text-align: center;
    margin: 0px;
}
.button-box .text-input {
    width: 100%;
    height: 24px;
    top: -0.85rem;
    border: 1px solid #5fa1fe !important;
    outline: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.text-input .input-item {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 14px;
    top: -12px;
}
.button-box .box-right {
    width: 25px;
    height: 24px;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    border: 1px solid #3999fe;
}

.minus-style.center-item-style {
    margin: 0px;
    position: absolute;
    top: 5px;
    left: 7px;
    color: #3999fe;
    font-size: 10px;
}

.plus-style.center-item-style {
    margin: 0px;
    position: absolute;
    top: 5px;
    left: 7px;
    color: #3999fe;
    font-size: 10px;
}

.cart-list-info .trash-wrraper {
    text-align: center;
    border-radius: 6px;
    color: red;
    position: absolute;
    left: 2rem;
    cursor: pointer;
}
*/
/**************************************************User List ********************************************************************/
/*
.user-list {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    z-index: 999;
    width: 400px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    top: 2rem;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    left: 36px;
}
.user-list .login-user-img {
    width: 50px;
    height: 56px;
    padding: 3px;
    box-shadow: 0 0 3px 0 rgb(208 208 208);
    object-fit: contain;
    margin-left: 10px;
    background-color: #fff;
}
.user-list .login-user-img .image-user {
    width: 100%;
}

.user-list .user-name {
    font-weight: bolder;
    color: #3c3c3c;
}
.user-list .close-icon-user {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 20px!important;
    margin: 0px auto 0px 5px;
    left: 10px;
    cursor: pointer;
    padding: 10px;
}
.custom-menu-item {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    color: #494646 !Important;
    line-height: 2;
}
.menu-items a:last-child {
    padding: 0px 40px 0px 0px;
}
.copy-link-btn{
    width: 40%;
    margin: 0px auto 0px 5px;
    display: flex;
    flex-direction: row-reverse;
}
.menu-title-line {
color: grey;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 0px;
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.menu-title-line:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #ccc;
  left: 0;
  top: 50%;
  position: absolute;
}
.menu-title-line:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #ccc;
  right: 0;
  top: 50%;
  position: absolute;
}
.w-100{
    width: 100%;
}
.pb-20{
    padding-bottom: 20px!Important;
}
.mt-20{
    margin-top:20px;
}
.link-title::before, .link-title::after {
    width: 140px;
}
a#exitbutton svg{
    margin: 0px 0px -1px;
}
.copy-link-btn a:not([href]):not([tabindex]):hover{
    color: ivory!important;
}
.copy-link-btn a:not([href]):not([tabindex]) {
    color: green!important;
}
.exit-link-btn .exit-link-btn a:visited{
    color: red;
}
.exit-link-btn .btn-outline-danger:hover{
    color: #fff!important;
}
.top-search .store-actions { 
    max-width: 19rem; 
    background-color: #fff; 
    height: 2.7rem; 
    border-radius: 8px; 
    border: solid 0.1rem #149bbc; 
    padding: 5px 15px; 
} 

*/
.title-item-search.mr-10 {
    color: black !important;
}

/*----------------------------------------------------------------------------
            scrollbar
----------------------------------------------------------------------------*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 3.3rem;
    overflow: hidden;
}

.search-image-wrraper {
    width: 10%;
}

img.search-image {
    width: 100%;
}

/*************************************************media ***********************************************************************/
@media (max-width: 1050px) {

    a.title-item-search {
        font-size: 11px;
        /** text-wrap: balance;**/
        margin-right: 1rem;
    }

    .search-image-wrraper {
        width: 30% !important;
    }

    li.list-item {
        align-items: center;
    }
}

@media (max-width: 1009px) {

    .top-search .search-results .more-data {
        padding: 0;
    }

    .top-search .selectize-group-icon {
        max-width: 14.5rem !important;
        min-width: 10.5rem !important;
    }
}


@media (max-width: 958px) {

    .search-image-wrraper-brand.ml-3 {
        display: none;
    }
}


@media (max-width: 874px) {

    .more-data {
        display: none;
    }
}


@media (max-width: 710px) {

    .top-search .search-results .results-tab {
        display: none;
    }
}


@media (max-width: 575.98px) {

    .top-search .search-results .tab-content .tab-content-item .results-list {
        padding: 1px !important;
    }

    .title-item-search {
        line-height: 15px;
        font-size: 10px;
    }

    p.more-data-search {
        margin: 6px 0px;
        font-size: 13px;
        text-align: center;
        margin-right: 0 !important;
    }

}