.cart-modal.opened {
    transform: translateX(0);
    opacity: 1;
}

.cart-modal {
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(100%);
    opacity: 0;
    transition: .2s;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.basket-container {
    width: 100%;
    max-width: 500px;
    height: auto;
    background-color: #eee;
}

.list-copy {
    padding-left: 0;
    margin-top: 25px;
    flex-grow: 1;
}

.fast-cart {
    padding-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.cart-heading {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.basket-close {
    position: static;
    left: 13px;
    width: 16px;
    height: 16px;
    margin-right: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    opacity: .39;
    background: url(../images/close.svg) center / 80% no-repeat !important;
}

.list-item {
    display: flex;
    padding-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px #000;
    list-style-type: none;
}

.list-not-item {
    background-color: #d4d4d4;
    list-style-type: none;
}

.list-summery {
    width: auto;
    background-color: #d4d4d4;
    color: #fff;
    list-style-type: none;
}

.ara-toplam {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    color: #000;
    text-align: right;
}

.basket-item {
    position: relative;
    display: flex;
    padding: 25px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    background-color: #eee;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.basket-summery {
    display: flex;
    padding: 25px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.basket-item-remove {
    position: absolute;
    left: 10px;
    width: 15px;
    height: 15px;
    opacity: .39;
    background: url(../images/close.svg) center / 80% no-repeat !important;
}

.basket-item-content {
    margin-right: auto;
    max-width: 230px;
    display: flex;
    padding-left: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.basket-item-content .item-price {
    margin-bottom: 5px;
    padding: 5px 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.basket-item-content .item-title {
    margin-bottom: 5px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 500;
    white-space: nowrap;
    white-space: normal;
}

.basket-button,
.basket-button:hover {
    width: 420px;
    height: auto;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 7px;
    background-color: #ad7d56;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

.div-block-basket-img img {
    width: 100px;
    height: 150px;
    object-fit: cover;
}

.qty-input {
    color: #000;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    background-color: transparent;
}

.qty-input .product-qty:focus {
    outline: 0;
}

.qty-input .qty-count:after,
.qty-input .qty-count:before {
    content: "";
    height: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #797979;
    width: 14px;
}

.qty-input .product-qty {
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: 16px;
    height: auto;
    background: 0 0;
    color: inherit;
    border: none;
    line-height: 1;
    padding: 10px !important;
    appearance: textfield;
    height: 30px !important;
    background: #ffffff !important;
    width: auto;
    margin: 0 5px;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 1rem;
    border: none;
    font-size: 14px;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count--add {
    margin-left: 5px;
}

.qty-input .qty-count--minus {
    margin-right: 5px;
}

/* Firefox */
input[type=number]::-webkit-inner-spin-button {
    display: none;
    opacity: 0;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-items {
    width: calc(100% - 330px);
    display: inline-block;
    float: left;
}


.cart-items__heading {
    background-color: #f3f3f3;
    display: flex;
}

.cart-items__heading>div,
.coin {
    padding: 10px 5px;
}

.cart-items__heading>div:nth-child(2),
.cart-items__heading>div:nth-child(3) {
    width: 100px;
    text-align: center;
}

.cart-items__heading>div:nth-child(4) {
    width: 100px;
    text-align: right;
}

.cart-items__list,
.customer-block__navigation,
.order-details__items {
    padding: 0;
    list-style-type: none;
}

.cart-items__item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.cart-items__item .active-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.cart-items__item .active-product>div:first-child {
    width: calc(100% - 300px);
}

.cart-items__item-content,
.gift-details.visible {
    display: flex;
}

.cart-items__item-content .description>p:nth-child(4) {
    font-size: .75em;
    line-height: 1.75em;
    margin-bottom: 0;
}

.gift-details.visible {
    display: flex;
}

.gift-details {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f3f3f3;
}

.gift-details>div {
    padding-top: 10px;
    width: calc(50% - 90px);
}

.cart-items__heading>div:first-child {
    width: calc(100% - 300px);
}

.cart-items__heading>div:nth-child(2),
.cart-items__heading>div:nth-child(3) {
    width: 100px;
    text-align: center;
}

.cart-items__heading>div:nth-child(4) {
    width: 100px;
    text-align: right;
}

.qty-input .product-qty {
    width: 30px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: #f3f3f3;
    padding: 2px;
    font-size: 16px;
    height: auto;
}

.qty-input .qty-count--add {
    margin-left: 5px;
}

.qty-input .qty-count--minus {
    margin-right: 5px;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: 0 0;
    color: inherit;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;

    height: 14px;
    line-height: 1;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 1rem;
    font-size: 14px;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.gift-details .edit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f3f3f3;
    position: relative;
    height: 100%;
    width: 120px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

.gift-details button.edit:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
    width: 20px;
    height: 1.2em;
    background-image: url(../images/arrow-point-to-right.svg);
}

.gift-details {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f3f3f3;
}

.gift-details.visible .gift-details__title {
    line-height: 1em;
    margin-bottom: 0;
}

.gift-details {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f3f3f3;
}

.cart-items__item-content .image {
    width: 120px;
    height: 160px;
    min-width: 120px;
    min-height: 120px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart-items__item-content .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cart-items__item .active-product>div:nth-child(2),
.cart-items__item .active-product>div:nth-child(3) {
    width: 100px;
    text-align: center;
}

.cart-items__item .active-product>div:nth-child(4) {
    width: 100px;
    text-align: right;
}

.cart-items__item-content .description>p:first-child,
.custom-select.custom-select_full-rounded,
.payment-tabs {
    margin-bottom: 0;
}

.gift-switcher .gift {
    background-image: url(../images/present.svg);
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}

.gift-switcher .gift,
.gift-switcher label {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.image {
    padding-top: 30px;
    padding-bottom: 0;
}

.cart-total {
    position: relative;
    width: 300px;
    display: inline-block;
    padding-bottom: 40px;
    float: right;
}

.cart-total__heading {
    background-color: #f3f3f3;
    padding: 10px 5px;
}

.cart-total table {
    width: 100%;
    margin: 20px 0 40px;
}

.cart-total__total {
    width: 100%;
    text-align: right;
    font-size: 1.4em;
    margin-bottom: 30px;
}

.cart-total__actions {
    display: flex;
    flex-wrap: wrap;
}

.cart-total__action_brown {
    background-color: #ad7d56;
}

.cart-total__action,
.cart-total__action:hover {
    width: 100%;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #fff;
}

.cart-total__action_black {
    background-color: #000;
}

.cart-total table {
    width: 100%;
    margin: 20px 0 40px;
}

.cart-total table td:last-child {
    text-align: right;
}

.gift-details textarea {
    width: 100%;
    min-height: 6em;
}

.cart-total__agreements label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.mobile-description {
    display: none;
}

@media (max-width: 600px) {
    .cart-items {
        width: 100% !important;
        order: 2 !important;
    }

    .cart-total {
        width: 100% !important;
        float: none;
        order: 1 !important;
    }

    .basket-container {
        width: 46vh;
    }

    .basket-item {
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .qty-input .qty-count {
        width: 30px;
        font-size: 16px;
    }

    .basket-button,
    .basket-button:hover {
        width: 100%;
        max-width: 360px;
    }

    .basket-item-content {
        padding: 10px;
        text-align: center;
        width: 100%;
        display: flex;
        max-width: 100%;
    }

    .basket-item-content .item-price {
        align-self: center;
    }

    .basket-item-content .item-title {
        width: 100%;
    }

    .cart-items__item-content .image {
        width: 60px;
        height: 120px;
        min-width: 60px;
        min-height: 80px;
    }

    .cart-items__item-content .description {
        display: none;
    }

    .mobile-description {
        display: block;
        margin-top: 5px;
    }

    .gift-details {
        width: 100%;
        flex-direction: column;
    }

    .gift-details>div {
        padding-top: 10px;
        width: 100%;
    }

    .gift-details .edit {
        height: unset;
        width: unset;
        margin-bottom: 20px;
    }
}

.div-block-181 {
    padding-bottom: 10px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    column-gap: 4px;
    margin-bottom: 0px !important;
}


.div-block-182 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 0;
    font-weight: 400;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-block-183 {
    display: none;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-color: #ad7d56;
}