#account-menu-link{
    position: relative;
}

.login-modal, .login-modal-mobile {
    width: 250px;
    padding: 20px;
    right: 5px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #CC32A1;
    border-radius: 5px;
    z-index: 1100;
}

.login-modal .registration-block {
    color: #777777;
    font-family: 'Circle-Regular';
}

.login-modal button, .login-modal-mobile button {
    height: 40px;
    display: block;
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
}

#login-form-popup label,
#login-form-popup .registration-block
{
    font-family: "Circle-Regular";
    font-size: 12px;
}
#login-form-popup .registration-block {
    color: #777777;
}

.login-modal-mobile {
    margin-top: 360px;
    margin-right: 70px;
}

.login-popup__title {
    text-align: center;
    color: #333;
    font-family: "Cormorant", serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.search-bar{
    width: 100%;
}

.search-field {
    height: 37px;
}

.have-fixed .search-results {
    top: 37px !important;
}
.search-results {
    z-index: 8889;
    list-style-type: none;
    width: 100%;
    max-height: 330px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow: scroll;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    /*
       right: auto;
       left: initial !important;
       */
}
.search-results li {
    /*display: block; */
    width: 50%;
    float: left;
    /*   height: 47px; */
    margin: 0;
    padding: 0;
  /*  border-top: 1px solid #d4d4d4;*/
    overflow: hidden;
    display: flex;
    /*align-items: center;*/
    font-size: 12px;
}
.search-results li:first-child {
  /*  border-top: none;*/
}

.search-results li.see-all-results {
    width: 100%;
    justify-content: center;
    margin-top: 7px;
}

.search-results__right-col {
    padding: 10px 5px;
}
.search-results .title {
    /*float: left;*/
    display: block;
    /* width: 192px; */
    padding-left: 8px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    text-align: left;
    /* height: 40px; */
    /* line-height: 40px; */
    margin-bottom: 10px;
}
.search-results .thumbnail {
    float: left;
    border-radius: 0px;
    display: block;
    width: 110px;
    margin: 3px 0 3px 8px;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.search-results li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    max-width: 100%;
    color: #1A1A1A;
    font-family: "Circle-Regular";
}

.search-results li a:hover {
    text-decoration: none;
    color: #1A1A1A;
}

.search-results li:nth-child(4n) {
    background: #F5F5F5
}
.search-results li:nth-child(4n-1) {
    background: #F5F5F5
}

.search-results .title a {
    font-family: Karla, sans-serif;
    font-size: 13px;
    font-weight: 600;
    /*color: #2c8cce;*/
    margin-left: 5px;
}

.search-results .price {
    font-weight: bold;
    padding-left: 8px;
}

#cartToggle, #cartToggleMobile {
    position: relative;
}

#cartCount, #cartCountMobile {
    margin-left: 12px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 53%;
    position: absolute;
    background: #c9006b!important;
    color: white;
    width: 14px;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    z-index: 6;
}

#rc-phone {
    margin-bottom: 30px !important;
}

.header-contacts-phones a:hover{
    text-decoration:none;
    color: #1a1a1a;
}

.header-contacts-phones .phone_rose:hover {
    color: #CC32A1 !important;
}

.header{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}