

/* Start:/local/templates/grandfayans/components/bitrix/sale.basket.basket/main/style.css?17631529644565*/
.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

.bx-basket{
    display: flex;
    margin-bottom: 20px;
}
.basket-right{
    flex: 0 0 268px;
}
.basket-left{
    width: 100%;
    margin-right: 24px;
}

.basket-total{
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(68, 92, 130, 0.12), -1px 4px 10px rgba(68, 92, 130, 0.1), 0px -2px 10px rgba(68, 92, 130, 0.05);
    padding: 20px;
}
.basket-btn-checkout{
    font-family: 'Roboto', serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 21px 10px;
    width: 100%;
    background-color: #06579A;
    border-radius: 4px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    cursor: pointer;

}
.basket-checkout-desc{
    font-family: 'Roboto', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.4);
    margin-bottom: 15px;
}
.basket-checkout-block-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.basket-coupon-block-total-price-current {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.basket-checkout-block-title{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 15px;
}
.basket-right .delivery-desc-block{
    margin-top: 20px;
}
.basket-items-list-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(68, 92, 130, 0.12), -1px 4px 10px rgba(68, 92, 130, 0.1), 0px -2px 10px rgba(68, 92, 130, 0.05);
    padding: 30px;
}
.basket-items-list-item-descriptions-inner{
    display: flex;
}
.basket-item-block-image{
    margin-right: 20px;
}
.basket-item-info-name{
    margin-top: 0;
    margin-bottom: 10px;
}
.basket-item-info-name-link{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}
.basket-item-top{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.basket-item-rating{
    margin-right: 20px;
}
.basket-item-article{
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.6);
}
.basket-item-price{
    margin-bottom: 15px;
}
.basket-item-price-current-text{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;

}
.basket-items-list-item-amount .catalog-counter{
    width: 130px;
}
.basket-item-measure{
    font-family: 'Roboto', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
}
.basket-items-list-item-descriptions-inner{
    padding-bottom: 13px;
}
.basket-items-list-item-container td{
    border-bottom: 1px solid #F0F2F4;
}
.basket-items-list-item-container:not(:first-child) .basket-items-list-item-descriptions-inner{
    padding-top: 13px;
}
.basket-item-delete{
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    background-color: #F0F2F4;
    padding: 4px 8px 4px 4px;

    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: #737373;
    cursor: pointer;
}
.basket-item-delete svg{
    margin-right: 4px;
}
.bx-sbb-empty-cart-container{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.basket-items-list-item-descriptions,
.basket-items-list-table{
    width: 100%;
}
@media (max-width: 1030px) {
    .bx-basket{
        flex-direction: column;
    }
    .basket-left{
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 670px) {
    .basket-items-list-wrapper{
        padding: 0;
        box-shadow: none;
    }
    .basket-item-block-image{
        flex: 0 0 115px;
        width: 115px;
        height: 115px;
        margin-right: 15px;
    }
    .basket-item-block-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .basket-items-list-item-container{
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #F0F2F4;
    }
    .basket-items-list-item-container td{
        border-bottom: none;
    }
    .basket-items-list-item-amount{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
/* End */
/* /local/templates/grandfayans/components/bitrix/sale.basket.basket/main/style.css?17631529644565 */
