

/* Start:/local/templates/main/components/bxmaker/authuserphone.simple/.default/style.css?17604463131235*/
.modal-content .bxmaker-authuserphone-simple {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content .bxmaker-authuserphone-header {
    display: none;
}

.modal-content .bxmaker-authuserphone-button__inner {
    background-color: #212121;
    border-radius: inherit;
}

.modal-content .bxmaker-authuserphone-button__inner:hover {
    opacity: .75;
    background-color: #212121;
}

.modal-content .bxmaker-authuserphone-button__title {
    font-weight: 400;
}

.bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field {
    border-color: rgb(97, 97, 97);
}

.bxmaker-authuserphone-input-code input[type=text] {
    font-weight: 400;
}

a.bxmaker-authuserphone-link, a.bxmaker-authuserphone-link:visited {
    color: rgb(152, 150, 144);
}

.bxmaker-authuserphone-input-phone__field, .bxmaker-authuserphone-input-code__field {
    border: 1px solid #d9dcde;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17604463138927*/
.menu__basket-count {
    width: 14px;
    height: 14px;
    padding-bottom: 1px;
    padding-left: 1px;
}

.header {
    border-bottom: none;
}

.product__title {
    font-weight: 600;
}

.catalog__item-footer {
    height: inherit;
}

.catalog__item-price-crossed,
.product__price-crossed,
.basket-aside__price-crossed,
.carousel__price-crossed,
.cart__price-crossed {
    text-decoration-line: line-through;
    color: #989690;
}

a.dolyame-text
{
    font-size:14px;
    color:rgba(152, 150, 144, 1);
    line-height: 1.4;
}

.dolyame-plashka
{
    background-color:rgba(152, 150, 144, 0.1);
    border-radius:10px;
    padding-top:31px;
    padding-bottom:31px;
    padding-left:50px;
    padding-right:50px;
    margin-bottom:30px;
}

#dolyame-modal .modal-body
{
    padding:63px;
    text-align:center;
    padding-top:30px;
}

#dolyame-modal .modal-body img
{
    margin-bottom:30px;
}

.dolyame-points
{
    display:flex;
    justify-content: space-between;
    text-align:center;
    margin-top:30px;

}


.dolyame-points div
{
    border-top:7px solid #D9D9D9;
    padding-top:10px;
    width:68px;
    font-size:16px;
    color:#000;

}

.dolyame-points div:first-child
{
    border-top:7px solid #595959;
}

.dolyame-info
{
    font-size:18px;
    text-align:center;
}

#dolyame-modal .modal-title
{
    font-size:36px;
    font-family: "Basis Grotesque Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-weight:400;
    text-align:center;
}

#dolyame-modal .modal-dialog
{
    max-width: 582px;

}

#dolyame-modal .modal-content
{
    border-radius:15px;
}


.dolyame-close
{
    width:100%;
    border:2px solid rgba(152, 150, 144, 0.2);
    background-color: #fff;
    border-radius: 5px;
    color:rgba(152, 150, 144, 1);
    font-size:18px;
    height:46px;
}

@media (max-width: 767.98px) {
    #dolyame-modal .modal-title
    {
        font-size:18px;
        text-align:center;
        width:100%;
    }

    .dolyame-plashka
    {
        padding:17px;
    }

    .dolyame-info
    {
        font-size:14px;
    }

    .dolyame-points div
    {
        font-size:14px;
        border-top:2px solid #D9D9D9;

        width:55px;

        font-weight:400;

    }


    .dolyame-points div:first-child
    {
        border-top:2px solid #595959;
    }

    #dolyame-modal .modal-body
    {
        padding:20px;
        padding-bottom:34px;
    }

    #dolyame-modal .modal-body img
    {
        width:96px;
    }

    .dolyame-close
    {
        font-size:14px;
        height:25px;
    }



    #dolyame-modal .modal-dialog
    {
        max-width: 341px;
        margin: 1.75rem auto;
    }

}

@media (min-width: 768px) {
    .product__info {
    top:0px;
    }
}


.product__info .inner-wrapper-sticky
{
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

@media (max-width: 767.98px) {
    .loyalty-history table
    {
        display:none;
    }

    .loyalty-history .mobile-table
    {
        display:block;
    }

    .loyalty-history h3
    {
        font-weight: 400;

        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;

    }

    .loyalty-text
    {
        font-size:14px;
    }

    .loyalty-score-wrap
    {
        font-size:16px;
    }

    .loyalty-progress-status
    {
        font-size:14px;
    }

    .loyalty-progress-status .info
    {
        font-size:14px;
    }
}


.history-row
{
    display:flex;
    justify-content: space-between;


    font-weight: 400;

    font-size: 14px;

    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color:rgba(33, 33, 33, 1);

    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(33, 33, 33, 0.1);

}


.history-row-info-grey
{
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;

    color:rgba(152, 150, 144, 1);

}

.history-row-right
{
    text-align:right;
}

.history-row-top
{
    padding-bottom:10px;
}



.lk-main-icon-wrap
{
    display:flex;
    margin-left:45px;
    margin-top:100px;
    gap:49px;
    margin-bottom:120px;
}

.lk-main-icon-one
{
    box-shadow: 0px 2px 8.7px 0px rgba(0, 0, 0, 0.22);
    height:103px;
    width:179px;
    text-align:center;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    flex-direction: column;
}

.lk-main-icon-one span
{
    color: rgba(33, 33, 33, 1);
    display:block;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-top:8px;
}

.lk-go-to-catalog
{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
    color: rgba(33, 33, 33, 1);
}

.lk-last-view-wrap
{
    border-top: 1px solid rgba(152, 150, 144, 1);
    margin-top:50px;
    padding-top:50px;
}


.lk-last-view-wrap h3
{
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    vertical-align: middle;
    color: rgba(33, 33, 33, 1);
}

.lk-last-view-list
{
    display:flex;
    gap:15px;
    margin-top:24px;
}

.lk-last-view-list .grid__item
{
    width:163px;
    cursor:pointer;
}

@media (max-width: 767.98px) {
    .lk-last-view-wrap {
        display:none;
    }

    .lk-go-to-catalog
    {
        display:none;
    }

    .lk-main-icon-wrap
    {
        display:flex;
        margin-top:30px;
        margin-bottom: 30px;
        flex-wrap:wrap;
        justify-content: center;
        gap:10px;
        margin-left:0px;
    }

    .lk-main-icon-one {

        height: 100px;
        width: 248px;

    }



}

.new-btn-wrap-fav
{
    display:flex;
}

.favorite-detail-wrap
{
    border:0.5px solid rgba(33, 33, 33, 1);
    height: 48px;
    width:38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:12px;
    margin-bottom:12px;
    margin-left:8px;
}
.grid__item__favoritedetail.is-in-favorites .grid__item__favorite__icon{display:none}
.grid__item__favoritedetail.is-in-favorites .grid__item__favorite__icon-active{display:block}


.about-loyalty-text
{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
}

.about-loyalty-table
{
    width:100%;
    margin-bottom:50px;
    margin-top:30px;
}
.about-loyalty-table td
{
    width:50%;
    border: 1px solid #000;
    height:40px;
    text-align:center;

  font-weight: 300;

    font-size: 16px;

    line-height: 140%;

    vertical-align: middle;

}




.lk-last-view-list  .embla__container {
    gap:20px !important;
}

.lk-last-view-list .embla__container .embla__slide {
    flex: 0 0 calc((100% - 96px) / 7) !important;
}

.menu__profile
{
    display:block !important;
}

.loyalty-plashka
{
    border-radius:10px;
    box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(152, 150, 144, 0.2);
    padding:20px 45px;
    margin-top:50px;
    margin-bottom:50px;
}

.loyalty-progress-line
{
    background: rgba(201, 203, 205, 0.5);
    width:100%;
    position:relative;
    height:1px;
    margin-bottom:10px;
}

.loyalty-progress-line-active
{
    top:0px;
    left:0px;
    height:1px;
    background: rgba(152, 150, 144, 1);
}

.loyalty-score-wrap
{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:14px;


    font-weight: 400;

    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0;

    color:rgba(33, 33, 33, 1);

}

.loyalty-score-wrap span
{
    display:inline-flex;
    margin-left:10px;
}

.loyalty-progress-status
{
    display:flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color:#000;

}
.loyalty-progress-status .info
{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: rgba(152, 150, 144, 1);

}

.loyalty-text
{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(152, 150, 144, 1);
    padding-bottom:30px;

    border-bottom: 1px solid rgba(152, 150, 144, 1);

}

.loyalty-history
{
    margin-top:30px;
}

.loyalty-history table
{
    width:715px;
    margin-top:30px;
}

.loyalty-history table thead th {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color:rgba(152, 150, 144, 1);
    padding-bottom:7px;
}

.loyalty-history table td {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color:rgba(33, 33, 33, 1);
    padding-top:7px;
    padding-bottom:7px;
}

.loyalty-history .mobile-table
{
    display:none;
}


.loyalty-history h3
{
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color:rgba(33, 33, 33, 1);
}

/* End */
/* /local/templates/main/components/bxmaker/authuserphone.simple/.default/style.css?17604463131235 */
/* /local/templates/main/template_styles.css?17604463138927 */
