.hidden {display: none !important;}


.count {
    position: absolute;
    /*right: -2px;*/
    top: 51px;
    font-size: .9em;
    font-weight: 500;
    background: #18d0e8;
    color: #fff;
    border-radius: 3px;
    padding-right: 4px;
    padding-left: 4px;
}


/* mini cart */
.basket-dropdown {
    flex-direction: column;
    position: absolute;
    top: 80%;
    left: 0.9%;
    width: 375px;
    right: unset;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 10px 10px;
    display: flex;
    padding: 0 0 45px;
    line-height: 22px;
    background: #fff;
    z-index: 10;
}
.basket-header {
    background-color: hsla(0, 0%, 98%, .9);
    padding: 14px 10px 14px 15px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.basket-total {
    font-size: 1em;
    line-height: 20px;
    color: #fb3449;
    direction: rtl;
    text-align: right;
    flex-basis: 65%;
}
.basket-total span:first-of-type {
    color: #676767;
    font-size: 1.2em;
    line-height: 20px;
}
.basket-link {
    font-size: .786rem;
    line-height: 19px;
    color: #454545;
    margin-right: 0px;
}
.basket-item-remove i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #959595;
    font-size: 8px;
    font-size: .571rem;
    line-height: 8px;
}
.basket-list {
    max-height: 293px;
    overflow: auto;
    padding: 0 15px;
    list-style: none;
}
.basket-submit {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #18d0e8;
    border-top: 1px solid #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.basket-item {
    padding: 10px 15px 10px 0;
    position: relative;
    min-height: 88px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
.basket-item:last-of-type {
    border-bottom: none;
}
.basket-item-remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
    background-color: #eaeaea;
    width: 20px;
    height: 20px;
    border: none;
    z-index: 123;
    cursor: pointer;
}
.basket-item-content, .basket-item-image {
    display: inline-flex;
    align-items: center;
    margin-right: 2px; /*10px*/
}
.basket-item-image {
    width: 60px;
    height: 60px;
    justify-content: center;
    flex: 0 0 60px;
    max-width: 60px;
    position: relative;
}
.basket-item-image img {
    max-height: 100%;
    max-width: 100%;
}
.basket-item-image img {
    overflow: hidden;
}
.basket-item-details {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}
.basket-item-title {
    font-size: .9em;
    line-height: 2;
    text-align: right;
    direction: rtl;
    color: #454545;
    max-width: 100%;
    font-weight: 400;
}
.basket-item-params {
    /*display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;*/
    margin-top: 2px;
}
.basket-item-params span {font-size: .8em;display: inline-flex;}
.basket-item-params span:first-of-type {
    color: #666;
}
.basket-item-params span:last-of-type:not(:first-of-type) {
    display: inline-flex;
    color: #959595;
    padding-right: 5px;
    /*margin-right: 10px;*/
    border-right: 1px solid #e0e0e0;
}
.mini-cart-item {position: relative;}

#quantity-error:hover~.c-checkout__quantity-error {display: block !important;}



.search {
    margin: 17px auto;
    display: flex;
    flex-wrap: wrap
}

.search .o-page__aside {
    flex: 0 0 19.2%
}

.search .o-page__content {
    flex: 0 0 80.8%;
    padding-right: 15px
}

.search-result__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search .c-breadcrumb {
    justify-content: space-between;
    padding: 0
}

.search .o-page__content .c-product-box img {
    max-width: 100%;
}


.sresult {
    position: absolute;
    top: 147px;
    background: #000000;
    padding: 10px 15px;
    line-height: 3;
    z-index: 10000;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    width: 84%;
    border-radius: 0 0 5px 5px;
    font-size: .9em;
    display: none;
}

.psresult {
    position: absolute;
    top: 66px;
    background: #fff;
    padding: 10px 15px;
    line-height: 3;
    z-index: 20;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    width: 70%;
    border-radius: 0 0 5px 5px;
    font-size: .8em;
    display: none;
    right: 20.5%;
}

@media (max-width: 768px) {
  .sresult {
    width: 81% !important;
    }
}
