

/* Start:/local/components/custom/order.make.ajax.opt.v2/templates/.default/style.css?173988596014995*/
/* Basket */

.basket {
    /* font-family: var(--font-family-serif-2); */
    margin-bottom: 60px;
}

.basket-item {
    margin-bottom: 40px;
}

.basket-item--hidden {
    display: none;
}

.basket-item__wrapper {
    display: flex;
}

.basket-item__picture {
    margin-right: 16px;
}

.basket-item__picture img {
    width: 196px;
    height: 196px;

    object-fit: scale-down;
}

.basket-item__articul {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;

    color: #000000;
    font-family: var(--font-family-serif-2);
}


.basket-item__prop {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 20px;
    color: #818181;

    display: flex;
}

.basket-item__prop span:first-child {
    width: 120px;
}

.basket-item__prop span:last-child {
    color: #000;
    margin-left: 40px;
}

.basket-item-tree {}

.basket-item-tree__item {
    display: flex;
    flex-direction: column;
    width: 80px;
    padding: 5px 2px 18px;

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;

    color: #000000;
    background: #F9F9F9;
}

.basket-item-tree__item:hover {
    background: var(--main-color-6);
}

.basket-item-tree__count {
    display: flex;
/*    margin-top: 13px;*/

    align-items: center;
    justify-content: center;
}

.basket-item-tree__count input {
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 0;
    height: 20px;
    line-height: 20px;
}

.basket-item-tree__count input:focus {
    outline: 0;
    border-color: #DEDEDE;
}

.basket-item-tree__count button svg {
    width: 20px;
    height: auto;
}

.basket-item-tree__count button:hover svg {
    background: #F9F9F9;
}

.basket-item-tree__count input::-webkit-outer-spin-button,
.basket-item-tree__count input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.basket-item-tree__not-avlible,
.basket-item-tree__avlible {
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;

    margin-top: 5px;
}

.basket-item-tree__not-avlible {
    color: #2D9CDB;
}

.main-section .main-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}



.basket-btns {
    display: flex;
    justify-content: flex-end;
    margin: 60px 0;
    position: relative;
}

.basket-btns>* {
    margin: 0 4px;
    min-width: 214px;
}

.us-order h1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;

    color: #000000;
    margin-top: 18px;
}

.us-order h2 {
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 40px;
}

.basket-item-prices, .basket-item__size-head.price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
}

.basket-item-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #D2D2D2;
    text-align: right;

    margin: 8px 0;
}

.basket-item-price-sum {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    margin: 8px 0;

}

.basket-item__picture .btns,
.basket-item__info .btns {
    text-align: center;
    margin-top: 2px;

    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.basket-item__delete {
    font-size: 13.5px;
    line-height: 20px;

}

.us-order__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket-search {
    position: relative;
}

.basket-search .header-search__input {
    padding: 5px 30px 5px 15px;
}

.basket-search .header-search__submit {
    right: 4px;
    left: auto;
}

.tree-props {
    display: flex;
    margin-top: 18px;
    width: 900px;
    max-width: 100%;

}

.tree-props .slick-arrow svg {
    width: 6px;
    height: auto;
}

.tree-props .slick-arrow {
    width: 40px;
    height: auto;
    top: 0;
    bottom: 0;
    transform: translate(0);
    border-radius: 0;
    --ic-asm: #2D9CDB;
}

.tree-props .slick-arrow:hover {
    background-color: #2D9CDB;
}

.tree-props .slick-arrow:hover svg {
    --ic-asm: #fff;
}

.tree-props .slick-prev {
    left: 0;
}

.tree-props .slick-next {
    right: 0;
}

.tree-props-titles {
    color: #000000;
    background: #F9F9F9;
    width: 120px;

}


.tree-props-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding: 4px 16px 4px 16px;
}

.tree-props-title+.tree-props-title {
    margin-top: 6px;
}

.tree-props-values {
    display: flex;
    max-width: calc(100% - 120px);
    width: 100%;
    padding: 0 40px;
}

.basket-btn-clear {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    /*position: absolute;
    right: 0;*/
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;

/*    color: #BEBEBE;*/
    text-transform: uppercase;
    min-width: auto;
    margin: 20px 0;
}

.basket-btn-clear svg{
    margin-right: 10px;
}

.basket-btn-clear:hover{
    color: var(--main-color-6);
}
@media (max-width: 1300px) {
    .tree-props {
        width: 700px;
    }
}

@media (max-width: 1200px) {
    .tree-props {
        width: 700px;
    }

    /*.basket-item__wrapper {
        flex-wrap: wrap;
    }*/

    /* .basket-item-prices {
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
    } */
    .basket-item__info {
        width: 100%;
        order: 1;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .basket-item__wrapper {
        flex-wrap: wrap;
    }

    .basket-btn-clear{
        position: static;
        width: 100%;
        justify-content: center;
        margin-top: 40px;
    }
    .main-container .main-container {
        padding: 0;
    }

    .basket-item__picture {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .basket-item__picture img {
        width: 300px;
        height: 300px;
        object-fit: contain;
    }

    .tree-props {
        margin-top: 30px;
    }

    .tree-props-values {
        max-width: 100%;
    }

    .basket-item__info {
        order: inherit;
    }

    .tree-props-titles {
        display: none;
    }

    .basket-btns {
        flex-wrap: wrap;
    }

    .basket-btns button {
        margin-bottom: 10px;
        width: 100%;
    }

    .basket-item-price {
        display: none;
    }

    .basket-item-prices, .basket-item__size-head.price {
/*        margin-top: 30px;*/
        flex-direction: row;
        justify-content: center;
    }

    .us-order__row {
        flex-wrap: wrap;
    }

    .basket-search {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .basket-item {
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 40px;
    }
}

.basket-item__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

[data-wishlistid]{
    border: 0;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
[data-wishlistid].liked svg{
    fill: #e20338 !important;
}
[data-wishlistid].liked svg path {
    stroke: #e20338 !important;
}

[data-entity="basket-item-delete"]{
    font-size: 20px;
}

.basket-item__props.line{
    display: flex;
    align-items: center;
}
.basket-item__props.line .basket-item__prop{
    color: inherit;
    margin: 5px 15px;
}
.basket-item__props.line .basket-item__prop:first-child{
    margin-left: 0;
}
.basket-item__props.line .basket-item__prop:last-child{
    margin-right: 0;
}
.basket-item__props.line .basket-item__prop.razmer{
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket-item__result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.basket-item__result .basket-item-tree__count{
    max-width: 150px;
    color: rgb(0 0 0 / 25%);
}
.basket-item__result .basket-item-tree__count button{
    background-color: rgb(0 0 0 / 10%);
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 50%;
    height: 30px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket-item__result .basket-item-tree__count button:hover,
.basket-item__result .basket-item-tree__count button:active,
.basket-item__result .basket-item-tree__count button:focus,
.basket-item__result .basket-item-tree__count button:hover svg,
.basket-item__result .basket-item-tree__count button:active svg,
.basket-item__result .basket-item-tree__count button:focus svg
{
    background: transparent;
}
.basket-item__result .basket-item-tree__count button svg path{
    stroke: #000;
}

.basket-item-price-sum, .basket-item-price-sum-old{
    white-space: nowrap;
}

.basket-item-prices, .basket-item__size-head.price{
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.basket-item-prices .basket-item-price-sum, 
.basket-item__size-head.price .basket-item-price-sum{
    margin-left: 15px;
}
.basket-item-prices .basket-item-price-sum-old, 
.basket-item__size-head.price .basket-item-price-sum-old{
    color: #D2D2D2;
    text-decoration: line-through;
    text-decoration: line-through;
}

.basket-item__wrapper.line .basket-item__info{
    width: 100%;
}


section.basket-list {
    margin: 10px 0 40px;
}

.basket-list__titles{
    margin-bottom: 20px;
}
.basket-list__title {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.basket-list__subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    color: #818181;
}

[data-entity="order-personal-info"]{
    margin-bottom: 50px;
}


.basket-item__size-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
}

.basket-item-btns {
    margin-left: 20px;
}

.basket-item__size-header:after{
    content: '';
    margin: 0 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59003 16.58L13.17 12L8.59003 7.41L10 6L16 12L10 18L8.59003 16.58Z' fill='%23000'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    border: 0;
    background-color: transparent;
    transform: rotate(0deg);
    
    position: absolute;
    right: 0;
}
.basket-item__size-header.open:after{
    transform: rotate(90deg);
}

.basket-item__size-list{
    display: none;
}
.basket-item__size-list.open{
    display: block;
    margin: 10px 10px 25px 30px;
    border: 1px solid var(--main-bg-color);
    padding: 10px;
}

.basket-item__size-listitem:not(:last-child) {
    margin-bottom: 10px;
}

.basket-item__size-item {
    margin-bottom: 10px;
}

.basket-item__size-head.razmer{
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.basket .basket-list{
    overflow-y: auto;
    max-height: 600px;
    padding-right: 15px;
}

.basket .basket-list::-webkit-scrollbar {
    width: 4px;
}

.basket .basket-list::-webkit-scrollbar-track {
    background-color: #DCEAFD;
    border-radius: 4px;
}

.basket .basket-list::-webkit-scrollbar-thumb {
    background: var(--link-color);
    border-radius: 4px;

}

[data-entity='order-personal-info']{
    margin-bottom: 60px;
}*/

.basket__totals {
    display: flex;
    flex-direction: column;
    gap: 7px;

    /*font-size: 12px;*/
    font-weight: 400;
    line-height: 18px;
    margin: 15px 0 20px;
}

.basket__totals .prop_header{
    font-weight: bold;
    /* border-bottom: 1px solid var(--text-color-4); */
    padding-bottom: 5px;
}

.basket__totals .prop > span:first-child {
    /*color: #757575;*/
    flex: 1px;
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.basket__totals .prop span:first-child::after {
    content: '';
    border-bottom: 0.5px dashed #757575;
    width: 100%;
    flex: 1;
}

.basket__totals .prop{
    display: flex;
    justify-content: space-between;
    gap: 7px;
}


.tabs-title .tab {
    padding: 15px 30px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    line-height: initial;
    cursor: pointer;
    background: #fff;
    color: var(--btn-bg-color);
    border: 1px solid var(--btn-bg-color);
}
.tabs-title .tab:hover, .tabs-title .tab.active{
    color: #fff;
    background: var(--btn-bg-color);
}

.tabs-content{}
.tabs-content .tab{
    display: none;
}
.tabs-content .tab.active{
    display: block;
}

.basket-item__prop.quantity{
    white-space: nowrap;
}

.basket-item-tree__count {
    border: 1px solid var(--main-bg-color-2);
    padding: 10px;
}

.basket__totals .basket-item-prices .basket-item-price-sum-old{
    margin-right: 10px;
}
.basket__totals .basket-item-prices .basket-item-price-sum{
    margin: 0;
}


@media(max-width: 500px){
    .basket-item__size-header{
        flex-wrap: wrap;
    }

    .basket-item__size-list.open .basket-item__props.line {
        flex-wrap: wrap; 
        border-bottom: 1px solid var(--main-bg-color);
        padding-bottom: 15px;
    }

    .basket-item-btns {
        width: 100%;
        text-align: right;
    }
}


.order-success-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 508px;
    margin: 20px auto;

}

.order-success-title {
    color: var(--black);
    text-align: center;
    font-size: clamp(24px, 3vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.order-success-text {
    color: var(--night-gray);
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.order-success-container{
    margin-bottom: 40px;
}
/* End */
/* /local/components/custom/order.make.ajax.opt.v2/templates/.default/style.css?173988596014995 */
