

/* Start:/local/templates/mir/components/bitrix/sale.basket.basket/.default/style.css?17484100013648*/
.basket{
    margin-bottom: 4em;
}

.basket__products{
    display: flex;
    flex-flow: column nowrap;
}

.basket__product{
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 840px){
    .basket__product:hover .basket__product__name__artnumber{
        color: black;
    }

    .basket__product:hover .basket__product__img img{
        transform: scale(1.06);
    }

    .basket__product:hover .basket__product__remove button{
        color: #181818;
    }
}

.basket__product + .basket__product {
    border-top: 1px solid #eeeeee;
}

.basket__product__img{

}

.basket__product__img img{
    width: 120px;
}

.basket__product__name{
    line-height: 1;
    margin-bottom: 10px;
}

.basket__product__name__title a{
    color: #ff9300;
    font-size: 10pt;
}

.basket__product__qty{
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.basket__product__sum{
    display: flex;
    align-items: center;
}

.basket__product__sum__text{
    white-space: nowrap;
    width: 120px;
    text-align: right;
}

.basket__product__actions{

}

.basket__product__calculate{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.basket__product__qtySelect{
    width: 50px;
    margin-bottom: 0;
}

.basket__product__calculate__sum{
    flex: 2;
    text-align: right;
    font-weight: 500;
    justify-content: flex-end;
    font-size: 10pt;
}

.basket__product__calculate__sum button{
    margin-left: 8px;
}

.basket__product__name__artnumber{
    font-size: 8pt;
    color: #7b7b7b;
    margin: 2px 0;
}

@media (min-width: 840px){
    .basket__product__name__artnumber{
        font-size: 10pt;
    }
}

.basket__product__name__discount{

}

.basket__product__name__available, .basket__product__name__discount{
    font-size: 10pt;
    color: #c00;
}

.basket__product__info{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 0 10px 10px;
    width: 100%;
}

@media (min-width: 840px){
    .basket__product__info{
        justify-content: center;
    }
}

.basket__product__remove{
    padding: 0 0 0 5px;
    font-size: 12pt;
}

.basket__product__remove button{
    color: #ccc;
    background: transparent;
}

.basket__product__remove button:hover{
    background: transparent;
    color: #ff9300;
}

@media (min-width: 840px){
    .basket__product__remove{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.basket__coupon{
    margin-bottom: 28px;
    width: 300px;
    max-width: 100%;
}

.basket__checkout{

}

.basket__checkout__container{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ff5561;
    color: white;
    padding: 15px 20px;
}

@media (min-width: 840px){
    .basket__checkout__container{
        margin: 0 0 0 20px;
    }
}

.basket__checkout__sum__item{
    padding: 10px;
    font-size: 12pt;
}

.basket__checkout__sum--total{
    font-weight: bold;
}

.button--checkout{
    width: 100%;
}

.basket__attention{
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    margin: 0;
}

@media (min-width: 840px){
    .basket__attention{
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}

.basket__attention__item{
    display: flex;
    align-items: center;
    margin: 0 0 1rem 0;
}

.basket__attention__item div:last-child{
    margin-left: 10px;
}

.basket__attention__item i{
    font-size: 30pt;
}

.basket__coupon input{
    background: #f0f0f0;
}

.fieldGroup input+button{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/* End */


/* Start:/local/templates/mir/components/bitrix/sale.order.ajax/.default/style.css?17484100012139*/
.checkout__label{
    color: #fff;
    font-size: 10pt;
    padding-bottom: 2px;
    display: block;
}

.checkout__field{
    margin: 0;
}

.checkout__title{
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1em;
    text-align: left;
    font-weight: bold;
}

@media (min-width: 840px){
    .checkout__title{
        font-size: 32px;
    }
}

.checkout__error{
    background: #c00;
    color: #fff;
    padding: 10px;
}

.checkout__section{
    margin-bottom: 22px;
    position: relative;
}

.checkout__section label{

}

.checkout__section--bottom{
    font-size: 10pt;
    color: white;
    line-height: 1.5;
    text-align: center;
}

.checkout__section--bottom a {
    color: white;
}

.checkout__section select, .checkout__section input{
    margin-bottom: 0;
    font-size: 10pt;
}

.checkout__section .fieldGroup,
.checkout__section.fieldGroup{
    justify-content: space-between;
}

.checkout__section select{
    width: 100%;
}

.checkout__section__sum{
    font-weight: bold;
    font-size: 12pt;
    line-height: 1.2;
}

.checkout__loader{
    position: absolute;
}

.location{

}

.location__inp{
    width: 100%;
    box-sizing: border-box;
}

.location__results{
    position: relative;
    width: 100%;
    z-index: 1;
}


.location__results__list{
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 1px 2px 3px #ccc;
    padding: 0;
    margin: 0;
    max-height: 362px;
    overflow-y: scroll;

}

.location__results__list__item{
    transition: 100ms all ease;
    padding: 10px 20px;
    color: #0b011d;
}

.location__results__list__item:hover{
    cursor: pointer;
    background: #ccc;
}

.style-chooser .vs__dropdown-toggle{
    background-color: #fff;
}

.style-chooser input{
    height: 27px;
}


.form__field{
    position: relative;
}

.form__field label{
    position: absolute;
    z-index: 0;
    color: #000;
    top: 10px;
    left: 9px;
    transition: all 400ms;
}

.form__field input{
    width: 100%;
}


.form__field .style-chooser input{
    width: 0;
}

.form__field.focus label{
    color:#fff;
    top: -16px;
    left: 0px;
}
/* End */
/* /local/templates/mir/components/bitrix/sale.basket.basket/.default/style.css?17484100013648 */
/* /local/templates/mir/components/bitrix/sale.order.ajax/.default/style.css?17484100012139 */
