@media (min-width: 768px) {
    .ds-checkout-payment {
        height: 100%
    }

    .ds-cart-recommended-products {
    justify-content: space-between;
}
}

.ds-checkout .ds-cart-item:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: none
}

.content-block {
    padding: 1rem;
        border-radius: 16px;
   
}

.ds-checkout .content-block:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.oct-checkout-actions .no-btn {
    background-color: transparent;
    right: 0;
    top: 0;
    padding: 0;
}

.oct-checkout-cart-total {
    font-weight: 600;
    /*margin-top: 12px;*/
/*    margin-bottom: 4px*/
}

.oct-checkout-cart-price {
    color: #778ca2
}

.ds-cart-item-option {
    font-size: 10px;
    color: #778ca2;
    display: none;
}

.ds-cart-item + .ds-cart-item {
    margin-top: 1rem;
    padding-top: 1rem;
    background: #F4F4F5;
    border-radius: 13px;
    padding: 16px;
}

.oct-checkout-cart {
    background: #F4F4F5;
    border-radius: 13px;
    padding: 16px;
        z-index: 9;
    position: relative;
}

.content-block-title,
.content-block-title > span {
    display: flex;
    align-items: center;
        font-size: 24px;
    color: #18181B;
    font-family: 'neosans_medium';
    text-align: center;
}

.content-block-title svg,
.content-block-title > span svg {
    margin-right: 0.5rem;
}

.content-block-title.with-border-bottom {
/*    border-bottom: 1px solid #e9ecef;*/
    padding-bottom: 1rem;
    margin-bottom: 1rem;
        margin-bottom: 0px !important;
    
}

.register_block .form-check-input,
#oct-shipping-block .form-check-input,
#oct-payment-block .form-check-input {
    margin-top: 0;
}

.register_block .blue-link {
    text-decoration: underline;
}

.register_block .blue-link:hover {
    text-decoration: none;
}

.br-4 {
    border-radius: 4px;
}

.fsz-14 {
    font-size: 14px;
}

.fsz-16 {
    font-size: 16px;
}

.green-text {
    color: #71be00;
}

.form-check-label {
    font-size: 14px;
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.oct-checkout .rm-cart-block-title {
    font-size: 14px;
}

.oct-checkout-actions .input-group {
    width: 100%
}

.oct-checkout-actions input[type="text"] {
/*    width: 100%;*/
    max-width: 100%;
    height: 36px !important;
    /*border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;*/
    /*margin-bottom: 1rem*/

    border: none;
}

.oct-checkout-actions .rm-input-with-btn, .oct-checkout-actions .input-group-btn {
    width: 100%
}

.oct-checkout-actions .rm-input-with-btn {
    /*border-top-left-radius: 6px !important;
    border-radius: 6px;*/
    margin-top: 5px;
/*    border-bottom-left-radius: 6px !important*/
    border-radius: 50px;
}

.oct-checkout-actions .rm-btn:hover:before {
    width: 600px
}

.oct-checkout-actions .rm-cart-block-group label {
    display: none
}

.oct-checkout-actions .rm-cart-block-group .rm-module-btn, .oct-checkout-actions .rm-cart-block-group input[type=text], .oct-checkout-actions .rm-cart-block-group select {
    width: 100%
}

.oct-checkout-actions .rm-cart-block-group input {
    padding-right: 0
}

.oct-checkout-actions .rm-cart-block-group .rm-module-btn {
    margin-top: 1rem
}

.oct-checkout-block.payment-method .form-check-item,.oct-checkout-block.shipping-method .form-check-item {
    border: 1px solid #F4F4F5;
    border-radius: 12px !important;
    background-color: #ffffff;
}

.form-check-item .form-check + .form-check {
    margin-top: 1rem;
}

.oct-checkout-block.payment-method .form-check-item:has(:checked),.oct-checkout-block.shipping-method .form-check-item:has(:checked) {
    background-color: #ffffff;
}

.oct-checkout-block.payment-method .form-check-item p,.oct-checkout-block.shipping-method .form-check-item p {
    line-height: 1;
    color: #52525B;
    font-size: 14px;
    font-family: 'bahnschrift';
}

.oct-checkout-block .payment-method-check-item,.oct-checkout-block.payment-method .form-check-item label,.oct-checkout-block.shipping-method .form-check-item label {
        font-size: 16px;
    color: #27272A;
    font-family: 'bahnschrift';
    line-height: 24px;
    cursor: pointer
}

.oct-checkout-block ul.dropdown-address {z-index:10000}

.oct-checkout-block #button-confirm {
    padding: 0 2rem;
    font-size: 0.875rem;
    color: #FFFFFF;
    border: 0;
    width: 100%;
}

.oct-checkout-actions .button,.oct-checkout-actions [type=submit] {
    width: 100%
}

.strength-indicator {
    height: .5rem;
    width: 0;
    background-color: #eb5757;
    margin-top: .5rem;
    border-radius: 5px;
    transition: width 0.3s ease;
}

.password-input-group .button-transparent {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 0;
    background: transparent;
}

.password-input-group .button-transparent.button-show {
    right: 0.5rem
}

.password-input-group .button-transparent.button-copy {
    left: 0.5rem
}

.password-input-group .button-transparent svg path {
    fill: #656c7d
}

.ds-cart-recommended-products {
    max-width: 100%;
    /*overflow: hidden;*/
/*    overflow-x: auto*/
}

#button-go.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

#button-go.disabled::before {
    display: none;
}
    
.ds-sticky-column {
    z-index: 10;
    border: 1px solid #D4D4D8;
    padding: 24px;
    margin: 20px 17px;
}

.payment-method-check-item a {
    text-decoration: underline;
}

.payment-method-check-item a:hover {
    text-decoration: none;
}

.form-control {
    background-color: #ffffff;
}

.oct-checkout {
    background: #FAFAFA;
    border-radius: 12px;
}


@media (max-width: 768px) {
.ds-sticky-column {
    padding: 24px 16px;
}

.rm-module-buttons {
    top: 0px;
}
}

.wishlist.active {
    background-color: #7f8239 !important;
}

.rm-module-buttons-item.wishlist.active img {
    filter: brightness(0) invert(1);
}
