.checkout_container {
    width: 100%;

    margin-bottom: 30px;
}

.u_data .lp-containter {
    float: left;
    width: 100%;
    max-width: 500px;
    padding: 0 0 0 0;
    margin-top: 0;
}

.checkout_sites {
    width: 100%;
    order: 2;
}

.checkout_container h2 {
    margin-bottom: 15px;
    font-size: 2em;
    line-height: 2em;
    font-weight: 700;
    color: #242331;
}


.strike {
    font-size: .9em;
    text-decoration: line-through;
}

.green {
    color: #242331;
    font-weight: 700;
}


.checkout_info {
    flex-basis: 300px;
    order: 1;
    background-color: #f2f2f2;
}

.items-next {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

}

.s_more{
    cursor: pointer;
    font-size: .9em;
    color:#000;
    margin-top:-10px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    text-decoration: underline;
}
.s_more:hover{
    text-decoration: none;
}
.next-step {
    background-color: #1b2d4f;
    color: #fff;
    width: 100%;
    max-width: 360px;
    padding: 15px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-top: 25px;
    transition: .5s all;
}
.s_color{
    background-color:#fb5607;
   

}
.s_color:hover{
   background-color: #d14603;
    color: #fff !important;
}
.s_color i{
    color: #fff !important;
}

.next-step:hover {
    color: #fccb06;
}

.next-step i {
    color: #fccb06;
    margin-right: 10px;
}

.checkout_summary {
    width: 100%;
    max-width: 360px;


}

.card_info {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 15px !important;
    font-size: .9em !important;
}

#payment-form .checkout_summary {
    width: 100%;
    max-width: 100%;
    border-bottom: none;
    padding: 0;
    border-bottom: none;
    margin-bottom: 20px;
}

#payment-form .checkout_summary div {
    font-size: 14px;
    border-bottom: none;
   
  }

  #payment-form h2 {
    margin: 0 0 15px 0;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700;
    color: #242331;
  }
  #payment-form h2 i {
margin-right: 10px;
  }
.checkout_delivery_payment {
    width: 100%;
    padding: 0 0 0 0;
}

.dp_option {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #1b2d4f;
}

.last_opt {
    border-bottom: none !important;
}

.cupon_code {}

.cupon_code h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.cupon_code i {
    margin-right: 10px;
    color: #1b2d4f;
}

.cupon_code span {
    padding: .5em;
    color: #373f50;
    margin-right: 8px;
    display: inline-block;
    border: 1px dashed #242331;
    background-color: white;
    font-weight: 700;
}

.cupon-msg {
    margin-top: 8px;
    font-size: 13px;
}

.checkout_info h3 {
    margin: 0 0 .5em 0;
    font-size: .9em;
    color: #242331;
}

.cupon-form {
    display: flex;
    align-items: center;
}

.cupon-input {
    width: 200px;
    border: 1px solid #242331;
    height: 35px;
    display: inline-block;
    border-right: none;
    padding-left: 10px;
    font-weight: 700 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.cupon-btn {
    background-color: #242331;
    color: white;
    border: 1px solid #242331;
    font-weight: 700 !important;
    cursor: pointer;
    height: 35px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-left: none;
    padding: 0 10px;
    -webkit-appearance: button;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.cupon-btn:hover {
   color: #fccb06;
}

.checkout_summary div {
    font-size: 14px;
    display: grid;
    grid-auto-flow: column;
    padding: 5px 0;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;

}

.checkout_summary div p:first-child {
    font-size: 14px;
}

.checkout_summary div p:last-child {
    font-weight: 600;
}

.highlight {}

.total_scroll {
    display: flex;
    position: fixed;
    background-color: #a27035;
    top: -100px;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    padding: 15px 0;
    z-index: 100;
    font-weight: 700;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.ts_min {
    font-size: .8em;
    font-weight: 500;
    margin-right: 8px;
}

.veiw_cart {
    width: 100%;

    background-color: white;

}

.c-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.first-child {
    justify-content: flex-start;
    text-align: left;
    align-items: center;
}

.remove-item {
    margin-right: 10px;
    opacity: .5;
}

.qty-info {
    margin: 0 .7em;
}

.basket-item-icon {
    height: 15px;
    cursor: pointer;
}

.user_options {
    width: 100%;
    margin-bottom: 15px;
}

.user_options a {
    display: inline-block;
    padding: 10px;
    background-color: #242331;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.user_options a:hover {
    background-color: #242331;
}

a.act_option {
    background-color: #242331;
}

.checkout_login_form {
    width: 100%;
    max-width: 300px;
    margin-bottom: 25px;
}

.input_min {
    margin-bottom: 5px;
}

.checkout_login_form .inputF {
    height: 40px;
}

.checkout_login_form label {
    font-size: .8em;
}

.checkout_delivery_payment .inputF {
    height: 40px;
}

.checkout_delivery_payment label {
    font-size: .8em;
}

.checkout_register_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
    max-width: 600px;
}

.checkout_register_form .inputF {
    height: 40px;
    width: 95%;
}

.checkout_register_form label {
    font-size: .8em;
}

.checkout_user_data {
    display: flex;
    flex-wrap: wrap;
}

.form_info {
    display: inline-block;
    margin-bottom: 10px;
}

.checkout_user_data>div {
    flex-basis: 50%;
    margin-bottom: 5px;
}

.checkout_user_data>span {
    flex-basis: 100%;
}

.full_row {
    flex-basis: 100%;
}

.order_form {
    width: 100%;


}

.user_info {
    flex-basis: 48%;
}

.checkout_shipping_data {
    flex-basis: 48%;
}

.show_prev {
    text-decoration: none;
}

.preview {
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: .5s all;
}

.preview_show {
    padding: 15px;
    height: auto;
    transition: .5s all;
}

.preview .items-next {
    display: none;
}

.preview .heading-row {
    display: none;
}

.preview i {
    display: none;
}

.place_order {
    margin-top: 30px;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.order_notes {
    flex-basis: 100%;
    margin-bottom: 20px;
    display: none;
}

.place_order_btn {
    float: right;
    margin-bottom: 30px;
    padding: 20px 30px;
    font-size: 20px;
    justify-content: center;
}

.sRight {
    text-align: right;
}



.area-field {
    height: 100px;
}

.area-field-posvetilo {
    height: 100px;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
}

.pRel {
    position: relative;
}

.floating_label {
    position: absolute;
    padding: 2px 10px;
    z-index: 1;
    top: -10px;
    background-color: #fff;
    left: 0px;
    color: #8f96a5;

}

.iti {
    position: relative;
    display: inline-block;
    width: 100% !important;


}

.mobile-number {
    padding-left: 100px !important;
}

.shipping_form .inputF {
    width: 100%;
}

.split_half {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.split_half>div {
    float: left;
    width: 47%;
}

.shipping_form {}

.darker {
    position: fixed;
    z-index: 12423310;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.darker h2 {
    font-size: 1.6em;
    margin: 0 0 25px 0;
    line-height: 1.6em;
}

.darker .inputF {
    height: 55px;
    width: 100%;
    margin-bottom: 20px;
}

.darker .iti {
    margin-bottom: 20px;
}

.darker label {
    font-size: .8em;
}

.dFlex {
    position: absolute;
    z-index: 22423310;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.dInfo {
    position: relative;
    width: 96%;
    max-width: 400px;
    background-color: white;
    border: 5px solid black;
    padding: 25px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 1em;
    text-align: left;
    line-height: 1em;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;

    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 30px;
    background-position: center;
}

.dp_option h2 {
    flex-basis: 100%;
}

.c_ship_btn {

    color: #242331;
    padding: 5px 10px;
    font-weight: 500;
    text-decoration: none;
    font-size: 11px;

    margin-top: 10px;
    display: inline-block;
    background-color: #f2f2f2;
}

.c_ship_btn:hover {
    background-color: #2b3445;
    color: white !important;
}

.placilo_opt,
.info_opt {
    flex-basis: 100%;
    background-color: #fff;

    color: #2b3445;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 15px;
    font-size: 15px;
    
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px solid #1b2d4f;

}
.placilo_opt{
    padding-left: 50px;
}

.placilo_opt::after {
    content: '\f111';
   
    font-family: FontAwesome;
    border: none;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
    color:#ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    font-size: 25px;
    height: 30px;
    line-height: 0;
    
}

.actOpt::after {
    content: '\f192';
    font-family: FontAwesome;
    color: #1b2d4f;
    border: none;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    font-size: 25px;
    height: 30px;
    line-height: 0;
}

.info_opt {
    padding: 10px 15px;
    cursor: default;
}

.blank_option {
    flex-basis: 100%;
    background-color: #fff;
    background-color: #f2f2f2;
    color: #2b3445;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 15px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px solid #1b2d4f;
    cursor: not-allowed;
    opacity: .5;
}

.pym_info {

    flex-basis: 100%;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.2em;
    font-weight: 400;
    display: block;
}

.fin_view {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.3em;
}

.info_opt .pym_info {
    margin-top: 0;
}

.placilo_opt:hover {
    background-color: #f1f1f1;
}

.placilo_opt_bull {
    width: 30px;
    height: 30px;
    background-color: white;
    position: absolute;
    top: -5px;
    right: -5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.placilo_opt h4,
.blank_option h4 {
    display: flex;
    align-items: center;
    line-height: 16px;
}

.placilo_opt i,
.blank_option i {
    width: 25px;
    font-size: 14px;

    color: #1b2d4f;
}

.actOpt {
    background-color: #e8f4ea;
    color: #000;

}

.actOpt:hover {
    background-color: #e8f4ea;

}

.p_option {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 10px 0;
    background-color: #f2f2f2;
    cursor: pointer;
    font-weight: 500;
}




.pInfo {
    font-size: 15px;
}

.split_p {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}


.processing_order {
    margin: 80px auto;
    max-width: 450px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.posvetilo {
    grid-column: -1/1;
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f2f2f2;
}

.checkout-items {
    display: flex;
    align-items: center;
    padding: 20px 0;
    align-items: center;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.basket_items .checkout-items:nth-child(even) {}

.mwid {
    width: 90px !important;
}

.mLeft {
    margin-left: auto;
}

.checkout-items h5 {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 0;
    font-weight: 400;
}

.checkout-items h5 a {
    font-weight: 600;
    color: #242331;
    font-size: 14px;
    text-decoration: underline;
}

.checkout-items h5 a:hover {

    text-decoration: none;
}

.checkout-items p {
    line-height: 15px;
}

.heading-row {
    font-weight: 700;
    font-size: .9em;
    padding: 10px 0;

    color: #1b2d4f;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-bottom: none;
}

.c-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.first-child {
    justify-content: flex-start;
    text-align: left;
    width: calc(100% - 270px);
}

.remove-item {
    margin-right: 10px;
    color: #C84C36;
    cursor: pointer;
}

.set-qty {
    color: #1b2d4f;
    cursor: pointer;
    font-size: 20px;
}

.basket-image {
    float: left;
    flex-basis: 60px !important;
    width: 50px !important;
    text-align: center;

}

.basket-image img {
    max-width: 50px;
    max-height: 50px;
}

.qty-info {}

.basket-item-icon {
    height: 15px;
    opacity: .4;
    cursor: pointer;
}

.gift-select {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
}

.gift_place {
    background-color: #f2f2f2;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    z-index: 10;
    margin-bottom: 25px;
}

.gift {
    flex: 1;
    margin: 10px;
    min-width: 220px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.gift_place h4 {
    flex-basis: 100%;
    font-size: 1.2em;
    margin: 0 0 10px 10px;
    font-size: 1.2em;
    border-bottom: none;
    color: #373f50;
}

.gift_place h6 {
    flex-basis: 100%;
    font-size: 1.2em;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 1em;
    border-bottom: none;
}

.gift_place h5 {
    flex-basis: 100%;
    font-size: 1.2em;
    margin: 0 0 0 0;
    font-size: 1em;
    border-bottom: none;
}

.selectMe {
    cursor: pointer;
}

.actG {
    background-position: calc(right - 10px) center;
    background-image: url("../../images/_body/check.svg");
    background-size: 25px;
}

.gift h5 {
    font-size: 1em;
    padding-right: 35px;
}

.gift img {
    width: 60px;
    margin-right: 10px;
}


.checkout-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin: 50px 0;
}

.g2 {
    grid-template-columns: repeat(2, 1fr);
}


.act-step:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    bottom: -15px;
    border-top: 15px solid #1b2d4f;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.act-step {

    border: 1px solid #1b2d4f !important;
    background-color: #fff !important;
    opacity: 1 !important;
}


.stepDiv {
    position: relative;
    border: 1px solid #f2f2f2;
    font-weight: 500;
    padding: 30px 15px;
    background-color: #f2f2f2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .7;
    transition: .5s all;
    cursor: not-allowed;
}

.linkedDiv {
    cursor: pointer;
}

.linkedDiv:hover {
    background-color: #fff;
    opacity: 1;
}

.stepDiv i {
    margin-right: 10px;
    font-size: 20px;
}

.checkout-steps img {
    height: 22px;
    margin-bottom: .5em;
}

@media (max-width: 1100px) {

    .checkout_info {
        flex-basis: 100%;
        order: 1;
    }

    .order_form {
        flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .user_info {
        flex-basis: 100%;
        padding: 30px 0;
        border-top: 1px solid #ddd;
    }

    .selected_info {
        flex-basis: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #ddd;
    }

    .checkout_shipping_data {
        flex-basis: 100%;
        padding: 30px 0;
    }

    .place_order {
        margin-top: 0;
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .order_notes {
        flex-basis: 100%;
    }

    .order_btn {
        flex-basis: 100%;
        margin-top: 20px;
    }

    .scroll_show {
        top: 63.5px;
        left: 0;
        display: flex;
        transition: .5s all;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -ms-transition: .5s all;
        -o-transition: .5s all;
    }

}

@media (max-width: 850px) {
    .place_order_btn {
        display: inline-block;
        width: 100%;
        font-size: 1.5em;
        padding: 1em;
        background-color: #a27035;
        color: white;
        text-decoration: none;
        font-weight: 700;
        text-align: center;
    }

    .basket-image,
    .view-desktop {
        display: none;
    }

    .first-child {
        justify-content: flex-start;
        text-align: left;
        width: calc(100% - 180px);
    }
}

@media (max-width: 650px) {
    .basket_items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}