.main_divx_container {
    font-size: 16px;
    background-color: #fff;
}

.main_divx_container a {
    text-decoration: underline;
}

#page_title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

@media (max-width:575px) {
    #page_title {
        font-size: 26px;
    }
}


/* epikoinonia */
.fm_form .required {
    font-weight: bold;
    color: #000;
}
.fm_form p {
    clear: both;
}
.fm_form span {
    float: left;
    text-align: right;
    margin-right: 1em;
    /*width: 100px;*/
}
.input_text1 {
    width: 100%;
    border: 0px;
    background-color: #fff;
    height: 25px;
}
.fm_form label {
    width: 100%;
    font-weight: bold;
    color: #000;
}
.g-recaptcha {
    display: flex;
    justify-content: center;
}
.green_small_button {
    background-color: #5cc475;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
}
@media (max-width:575px) {
    #page_title {
        text-align: left;
    }
    .fm_form span {
        float: none;
        text-align: left;
        margin-right: 1em;
        margin-bottom: 5px;
        width: auto;
        display: block;
    }
}
.navigate-btn {
    background: var(--primary);
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
    padding: 2px 12px;
}
.navigate-btn a {
    color: #fff;
    text-decoration: none;
}

/* checkout */
.txc {
    text-align: center;
    color: #000;
    font-size: 27px;
    font-weight: 500;
}
.basket_image,
.basket_image_inline {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 20px 0px;
}
.basket_image_inline {
    flex-basis: 30%;
    flex-shrink: 0;
    padding: 10px 0px;
}
.basket_name {
    height: 80px;
}
@media (max-width:575px) {
    .basket_name {
        height: auto;
    }
}
.blue_line {
    width: 100%;
    background-color: #395b9b;
    height: 1px;
}
.blue_large_line {
    width: 100%;
    background-color: #395b9b;
    height: 5px;
}
.basket_price {
    padding: 10px 0px;
}
.basket_price,
.basket_temaxia {
    display:flex;
    align-items: center;
}
.basket_temaxia {
    padding: 20px 0px;
}
.basket_price_title,
.basket_temaxia_title {
    min-width: 175px;
}
@media (max-width:365px) {
    .basket_price_title,
    .basket_temaxia_title {
        min-width: 120px;
    } 
}
.basket_qua_input {
    background-color: #efefef;
    text-align: center;
    border: 0px;
    width: 40px;
    height: 25px;
    font-size: 16px;
}
.renew_button {
    font-size: 14px;
    text-decoration: underline;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.remove-basket {
    border: 0;
    background: transparent;
    cursor: pointer;
}
.remove-basket img {
    margin-top: -5px;
}
#basketSummary {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    text-align: right;
}
.buttons-cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.basket_continue_buying {
    float: right;
    text-align: center;
    background-color: var(--primary);
    padding: 8px 20px;
    margin-right: 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}
.basket_next_step {
    float: right;
    background: #4ec277;
    padding: 8px 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 0;
}

.basket_cp_del{
    text-decoration: line-through;
    font-weight:700;
}

.basket_cp_text{
    color:#5cc475;
    font-weight:700;
}

.bg_black {
	background-color: #323232;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rantevou {
	display: none;
}

#delivery_now_page{
	background-color:#fff;
}

.eksantlisix {
    background-color: red;
    color: #fff;
    padding: 10px 2px;
    width: 400px;
    text-align: center;
    border-radius: 10px;
}

.per_account_option{
	border: 4px solid #fff;
	border-radius: 10px;
}

.per_account_option:hover{
	border: 4px solid var(--primary);
}

.per_account_option a{
	color:#000;
	text-decoration:none;
}
