.invoice-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}
label[for="litecheckout_s_invoice_type"]{
    display:none
}
.invoice-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.invoice-buttons button {
    width: 49%;
    margin:2% 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    font-size: 16px;
    background: #fff;
    border: 1px dashed #4651a7;
    border-radius: 10px;
    color:#4651a7
}
.invoice-buttons button.selected {
    border-color: #0e99a8;
    box-shadow: 0 0 0 3px #e6eff4, inset 0 0 0 1px #0e99a8;
    border: 1px solid;
    background: #e6eff4;
}

.invoice-fields {
    width: 100%;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.invoice-fields::before {
    content: "";
    position: absolute;
    border-top: 15px solid #eee;
    border-left: 15px solid #eee;
    top: -7px;
    right: 100px;
    transform: rotate(-45deg);
}
.litecheckout__item.litecheckout__payment-instructions {
    background: #eee;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
input[type="text"].ty-search-block__input{
    border-radius:10px!important
}
/*.litecheckout .litecheckout__label {*/
/*    top: 4px!important;*/
/*    left: 13px;*/
/*    color: #bcbcbc;*/
/*}*/
.litecheckout__shipping-method__logo img {
    max-height: 85px;
    width: auto;
}
.ab-checkout-product-base {
    display: flex;
    width: 100%;
    flex:auto
}
.selector:not(:root), .litecheckout .litecheckout__field--selectbox .litecheckout__input {
    padding-top: 14px !important;
    padding-left: 14px !important;
}
#litecheckout_step_location .litecheckout__item {
    display: none;
}
#litecheckout_state {
    padding-left: 11px !important;
    padding-top: 15px !important;
}

#litecheckout_state + input + .litecheckout__label {
    display: block !important;
}
.invoice-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}
.invoice-buttons button {
    width: 49%;
    margin: 2% 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    font-size: 16px;
    background: #fff;
    border: 1px dashed #4651a7;
    border-radius: 10px;
    color: #4651a7;
}

[for="litecheckout_s_parastatiko"] {
    display: none;
}

.litecheckout .litecheckout__input, .litecheckout__shipping-method__wrapper, .litecheckout__input--selectable--select, .litecheckout select, .litecheckout .ty-select-block__a {
    border-color: #e1e1e1;
    padding: 7px 12px;
    min-height: 50px;
    border-radius: 0;
}

.mode_checkout .tygh-content.clearfix, .mode_checkout .tygh-content > div {
    background: #f7f7f7;
}
.eg-checkout-container {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.litecheckout__cart {
    background: transparent;
}
.litecheckout__cart .ty-checkout-summary {
    background: #eee;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.eg-synopse strong {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
}

.call-us-mnss-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    max-width: 59ch;
    border: 1px solid #00000026;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #fff;
}
.call-us-mnss-container .call-us-mnss-icon {
    font-size: 3rem;
    color: #0e99a8;
}
.field_litecheckout_s_country.litecheckout__field.litecheckout__field--auto {
    width: 30%;
}
.side-grid.litecheckout__cart {
    position: sticky;
    top: 10px;
}
.ty-checkout-summary__total > div {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid transparent;
    padding-top: 15px;
}
.ty-checkout-summary__item {
    padding-bottom: 15px;
}
.ty-checkout-summary__total * {
    font-weight: bold;
}

#eg_checkout_fake_btn {
    display: block;
    width: 100%;
    padding: 17px;
    font-size: 18px;
    background: #0e99a8;
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    margin-top: 20px;
}
.ty-profile-field__switch {
    margin: 25px 15px 10px 0;
    border: 1px solid #ccc;
    background: #eee;
    cursor: pointer;
}


.this_is_flex .litecheckout__group {
    display: flex;
    flex-wrap: nowrap;
}

.litecheckout__shipping-method {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    height: 130px;
}
.litecheckout__shipping-method__wrapper {
    border-radius: 5px;
    border: solid 1px;
    border-color: #e1e1e1;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: 130px;
    overflow: hidden;
    cursor: pointer;
}

.litecheckout .litecheckout__shipping-method__radio:checked + .litecheckout__shipping-method__wrapper {
    border-color: #0e99a8;
    box-shadow: 0 0 0 3px #e6eff4, inset 0 0 0 1px #0e99a8;
}
.litecheckout__ab_step-title {
    font-family: Open Sans;
    font-weight: 500;
}

.litecheckout__page-title {
    font-family: "Open Sans";
    text-align: center;
}
.ty-profile-field__switch{
    padding: 15px 20px;
}

.span16.eg-checkout-container {
    position: relative;
}
.litecheckout__group.not-signed-in {
    position: absolute;
    right: 15px;
    top: 10px;
    width: max-content;
}
.litecheckout__group.not-signed-in .litecheckout__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.litecheckout__group.not-signed-in .litecheckout__item a {
    margin-left: 15px;
}


.litecheckout__shipping-method {
    height: auto;
    flex-basis: unset;
    width: auto;
    flex-direction: row;
    min-width: 150px;
    margin: 20px 1%;
    max-width: 23%;
}
.litecheckout__shipping-method__wrapper{
    width: 100%;
}

.litecheckout__cart .ty-order-products__item > div > a {
    margin-right: 10px;
}

.call-us-mnss-texts-bottom a{
    font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
    .litecheckout__field{
        margin: 0.5rem!important;
    }
}

@media screen and (max-width: 1200px) {
    .ty-discount-coupon__control-group.ty-input-append .ty-btn-go{
        font-size: 13px;
        padding: 0;
    }

    .ty-checkout-summary__total *{
        font-size: 15px;
    }
}
@media screen and (max-width: 1120px) {
    .litecheckout__shipping-method {
        min-width: 48%;
        max-width: 48%;
        margin: 1% 1% !important;
    }

    .call-us-mnss-container {
        display: block;
        text-align: center;
    }

}
@media screen and (max-width: 950px) {
    .ty-checkout-summary__total *{
        font-size: 13px;
    }
}
@media screen and (max-width: 890px) {
    .litecheckout__group.not-signed-in {
        position: relative;
        right: 0;
        top: 0;
        width: max-content;
    }
}

@media screen and (max-width: 1460px) {
    .notification-content-extended {
        width: 900px !important;
        left: 11%!important;
        top: 100px !important;
    }
}

@media screen and (max-width: 830px) {
    [class*="span"], .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}