.checkout-page {
    padding: 80px 0 120px 0;
}

.checkout-page_content {
    display: flex;
    justify-content: space-between;
    gap: 0 44px;
}
.checkout-page_title {
    margin-bottom: 50px;
}
.checkout-page_left {
    width: 50%;
    padding-right: 60px;
    border-left: var(--color-gray-30);
    border-right: 1px solid var(--color-gray-30);
}
.checkout-page_left > .form-group:first-child .form-group_title {
    margin-top: 0;
}

.checkout-page_subtitle {
    display: flex;
    align-items: baseline;
    margin-bottom: 60px;
    gap: 16px;
    flex-wrap: wrap;
}
.checkout-page_subtitle a {
    position: relative;
    display: block;
    padding: 2px 0;
    color: var(--color-black);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.checkout-page_subtitle a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-black);
}

.checkout-page_right {
    width: 50%;
    max-width: 520px;
    padding-left: 60px;
}
.checkout-page_right > .form-group_title:first-child {
    margin-top: 0;
}

.checkout-page .form-group_title {
    margin-bottom: 24px;
}
.checkout-page .form-group_title.col-12 {
    margin-bottom: 12px;
}

.checkout-page .form-group {
    margin-bottom: 44px;
}

.checkout-cart_info {
    margin-top: 16px;
    color: #919191;
}

/* Select 2 */
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid var(--color-gray-60);
    background: var(--color-gray-0) !important;
    outline: none !important;
    color: var(--color-black);
    border-radius: 12px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: var(--color-black);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.0532L4 9.06069L5.06069 8L12 14.9468L18.9393 8L20 9.06069L12 17.0532Z' fill='%23030303'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 12px 16px;
    border: 1px solid var(--color-gray-70);
    outline: none !important;
    border-radius: 8px;
}
.select2-dropdown {
    border: 1px solid var(--color-gray-60);
    border-radius: 12px;
}
.select2-results__option {
    margin: 0;
    padding: 14px 6px;
    color: var(--color-black-90);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-gray-20);
    color: var(--color-black-90);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 24px;
}
.select2-results__options li:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.has-error ~ .select2 .select2-selection--single {
    border: 1px solid var(--color-red);
}

.checkout-cart_products .popup-cart_product {
    padding-bottom: 20px;
}
.checkout-cart_products .popup-cart_product-img {
    width: 100%;
    max-width: 160px;
}
.checkout-cart_products .popup-cart_product-img {
    width: 100%;
    max-width: 160px;
}
.checkout-cart_products .popup-cart_product-data {
    position: relative;
    width: 100%;
    padding: 12px 0 8px 0;
}
.checkout-cart_products .popup-cart_product-title {
    padding-right: 52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.checkout-cart_products .popup-cart_product-remove {
	position: absolute;
    top: 4px;
    right: 0;
    padding: 4px;
	cursor: pointer;
}
.checkout-cart_products .popup-cart_product-remove svg {
    display: block;
}
.checkout-cart_products .popup-cart_product-not-avalible {
    margin-right: auto;
    margin-bottom: 12px;
    padding: 5px 10px;
    background: #e7e7e7;
    color: #919191;
    text-transform: uppercase;
    font-size: 12px;
}
.checkout-cart_products .popup-cart_product-bottom {
	display: flex;
    align-items: center;
	justify-content: space-between;
	margin-top: auto;
}
.checkout-cart_products .popup-cart_product-price {
    margin-bottom: 0;
}

.checkout-cart_total {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--color-black-90);
}

.checkout-page_totals {
    display: flex;
    flex-direction: column;
    margin: 28px 0 24px 0;
    padding-top: 24px;
    border-top: 1px solid #C0C2C6;
    gap: 16px;
}
.checkout-totals_item {
    display: flex;
    justify-content: space-between;
}

.checkout-totals_item-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    border-top: 1px solid var(--color-black-90);
}

.checkout-page_content .checkbox-group {
    margin: 0 0 0 -7px;
}
.checkout-page_content .checkbox-group label:before {
    height: 28px;
}

@media (max-width: 992px) {
    .checkout-page {
        padding: 24px 0 80px 0;
    }

    .checkout-page_content {
        display: flex;
        flex-direction: column;
    }
    .checkout-page_left {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
    .checkout-page_right {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .checkout-cart_products .popup-cart_product-img {
        max-width: 114px;
    }
    .checkout-cart_products .popup-cart_product-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
    }
    .checkout-cart_products .popup-cart_product-price {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }
    .checkout-cart_products .popup-cart_product-remove svg {
        width: 20px;
        height: 20px;
    }

    .popup-cart_product-bottom .btn-link {
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
    }

    .checkout-page .form-group_title {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }
    .checkout-page .form-group_title.col-12 {
        margin-bottom: 8px;
    }

    .checkout-totals_item div {
        font-size: 14px;
    }
    #total_total div {
        font-size: 20px;
    }
}
