.photo_kat {
    display: inline-block;
}
.photo_kat img {
  max-width: 80px;
  margin: 10px 0;
  border-radius: 8px;
}

.manufacurers{
    background: #fff;
    padding: 0 20px;
}

.manufacurers_startLetters {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    background: #fff;
    color: #171e42;
    padding: 10px;
    margin: 20px;
    justify-content: center;
    font-size: 20px;
    border-bottom: 1px solid;
}
.flex-ul {
    display: flex;
    flex-wrap: wrap;
}


.manufacurers_startLetters ul {
    list-style: none;
}

.manufacurers_startLetters li {
    margin-right: 1px;
    background: #fff;
    padding: 10px;
    text-align: center;
}

.manufacurer.item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.manufacurers .items {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}
@media screen and (min-width: 64em) {
.manufacurers .items {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}
}



.manufacurers_logo img {
    display: inline-block;
    max-width: 150px;
}
.manufacurers_desc.text {
    display: none;
}
.login_tt.mt-4 {
    border-top: 1px solid #000;
    padding-top: 20px;
}

.color-orange {
    color: orange;
    text-decoration: underline;
}
.color-orange:hover {
    color: orange;
    text-decoration: underline;
}
.fw-bold {
    font-weight: bold;
}

.alert {
    --bs-alert-margin-bottom: 0;
    color: #ff0000;
}

#banner_nr016000020 img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
    border-radius: 5px;
    margin-bottom: 25px;
}


#errors_container:empty {
    display: none;
}
#errors_container{
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    border: 1px solid red;
}

.mess_arr {
    color: #ff0000;
    display: block;
    position: relative;
    top: -5px;
    width: 100%;
}

.custom-remarks-area:focus {
    border: 1px solid #000000 !important;
}

.a14p30_a14zt0 > div {
    background: aliceblue;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid teal;
}
.a14p30_a14zt0 > div:empty {
    display: none;
}
.products_table {
    font-size: 13px;
}
.products_table td {
    vertical-align: middle;
    padding: 10px 5px;
    min-width: 80px;
    text-align: center;
}
.products_table td.pr_timi {
    min-width: 95px;
}
.products_table .browse_title {
    background-color: #e9ecef;
    color: #000;
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
}

@media screen and (max-width:768px) {
	#order_form form[name="parag"] #basket_mobile .basket .products_table tr{
		border: 1px solid #f0f0f0;
	}    
    
    #order_form form[name="parag"] #basket_mobile .basket .products_table thead > tr > th, #order_form form[name="parag"] #basket_mobile .basket .products_table .browse_title{
		display: none
	}
    
	#order_form form[name="parag"] #basket_mobile .basket .products_table tr td{

        float: right;
        padding: 5px 10px;
        display: inline-grid;
        width: 100%;
        align-items: center;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    #order_form form[name=parag] #basket_mobile .basket .products_table tr td>a {
        cursor: pointer;
        display: inline-block;
        width: 100%;
    }
    
    #order_form form[name="parag"] #basket_mobile .basket .products_table tr td:before {
        content: attr(title);
        display: inline-block !important;
        width: 50%;
    }   
    
    .basket_mobile{
        display: block !important;
        margin: 20px 0;
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);        
    }
}



.to_kalathisas_title {
    display: flex;
    gap: 0;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.products_table img {
    max-height: 50px;
}

#products_table tr td {
    padding: 10px 5px;
}


#totals_container0 {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}
.totals_container_wrapper {
    width: 240px;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.totals_container_wrapper > div {
    display: flex;
    justify-content: space-between;
}
legend {
    font-size: 19px;
    background: #eee;
    padding: 10px 15px;
    font-weight: 500;
    color: #666;
    margin: 10px 0;
    border-radius: 10px;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select:disabled, input:disabled {
    background-color: #e9ecef !important;
}
textarea {width: 100%;}
form label {
    margin-bottom: 0.5rem;
}


input[type=submit], #order_form input.order_submit, .pg_submit, .pg_button {
    background: #ff5300;
    color: #fff;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    border: none;
    letter-spacing: 0.2px;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    display: inline-block;
    margin: 10px 0;
}
input[type=submit]:hover, #order_form input.order_submit:hover, .pg_submit:hover, .pg_button:hover {
    background: #f78a2a;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #ccc;
    border-radius: 2px;
}
:focus-visible {
    outline: none;
}
select:focus-visible, select:focus{
    border: 1px solid #8BC34A !important;
    outline:none !important;
    box-shadow: none;
}
#deliveryData label {
    margin-bottom: 0;
}
.delivery_label, .payment_label {
    display: none;
}

.payment_options {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.delivery_options {
    padding: 20px;
}

@media screen and (min-width:64em) {
/*#paymentData .icon_label_6000004:before {*/
/*    content: "";*/
/*    background: url(/css/template_064/cssimgs/cards.png) no-repeat;*/
/*    width: 100%;*/
/*    height: 35px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    background-size: 185px;*/
/*}*/
#paymentData .icon_label_6000004:before {
    content: "\f09d";
    height: 35px;
    font-family: 'font6pro';
    font-size: 22px;
}

#paymentData .icon_label_6000000:before {
        content: "\f555";
        width: 100%;
        height: 35px;
        font-family: 'font6pro';
        font-size: 22px;
}
#paymentData .icon_label_100:before {
        content: "\f19c";
        width: 100%;
        height: 35px;
        font-family: 'font6pro';
        font-size: 22px;
}
#paymentData .icon_label_6000002:before {
        content: "\f4c0";
        width: 100%;
        height: 35px;
        font-family: 'font6pro';
        font-size: 22px;
}


}

.title_6000004 { 
    display: flex;
}
.delivery_options .option_radio, .payment_options .option_radio {
display: inline-grid;
    gap: 10px;
    margin: 10px 0;
    min-height: 35px;
    position: relative;
    grid-template-columns: 20px 1fr 1fr;
    align-items: center;
}

.deliveryCostText {
    color: #dc3545;
    font-size: 15px;
    margin: 10px 0;
}
.custom-remarks-area {
    padding: 10px;
}

#btn_empty {
    display:none;
}

#order_submit {
    width: 100%;
    padding: 16px !important;
    font-size: 16px !important;
}
@media (min-width: 768px) {
    .basket_sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
    }
}

#order_form input:not([type="radio"]):not([type="checkbox"]):not([type="button"]), #order_form select {
    display: block;
    width: 100%;
    height: 37px;
    padding: 0.375rem 0.75rem;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=number] {
    /*for absolutely positioning spinners*/
    position: relative; 
    padding: 5px;
    padding-right: 25px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

input[type=number] {
    position: relative;
    max-width: 100px;
    margin: 5px 0 !important;
}

.step_title:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(30, 30, 30, 0.1);
    margin-right: 20px;
    border-radius: 22px;
}
.step_title.methods_apostolis:before {
    content: "3";
}
.step_title.methods_pliromis:before {
    content: "2";
}

.customer_title:before {
    content: "1";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(30, 30, 30, 0.1);
    margin-right: 20px;
    border-radius: 22px;
}
.customer_title, .step_title,  .receiver_title, .sxolia_title {
    display: flex;
    gap: 0;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.city_choice_info {
    display: none;
}
.invoice_table label {
    display: none;
}
.qb_toggle_div {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
}
.qb_toggle_div label {
    font-size: 16px;
    font-weight: bold;
}

#customer_container, #receiver_container, .pay_n_delivery_methods, .basket_sticky { 
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}

input[type="checkbox"] {
    width: 22px;
    height: 22px;    
    line-height: 1;
    cursor: pointer !important;
    position: relative !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;   
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    padding: unset;
}

input[type=checkbox]:checked:after {
    display: flex;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    content: "\f00c";
    font-family: 'FontPro';
    color: #000;
    z-index: 999;
    font-size: 13px;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: bold;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    /*top: 0;*/
    /*left: 0;*/
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
	border: 1px solid #bbb;
}

input[type=checkbox]:checked:before {
    background: #ddffb4;
    border: 1px solid #ccc;
    border-radius: 2px;
}

input[type="radio"] {
	/* ...existing styles */
	display: grid;
	place-content: center;
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    border: 1px solid #cacaca;
    cursor: pointer;
}
  
input[type="radio"]::before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #ff5300;
}
 
  
input[type="radio"]:checked::before {
    transform: scale(1);
    background-color: #1b589f;
}

.form-control:focus, 
/*input:not([type="submit"]):focus, */
/*input:not([type="radio"]):focus, */
/*input:not([type="checkbox"]):focus, */
textarea:focus {
    background-color: #fff !important;
    border: 3px transparent !important;
    /* box-shadow: none !important; */
    outline: none !important;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}
input[type="submit"]:focus, 
input[type="radio"]:focus, 
input[type="checkbox"]:focus, 
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}


.guest_checkout {
    width: 100%;
    /*background: #00a3ff;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0.625rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #ff5300;
    color: #fff;
}
.register_href_sme {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0.625rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #ff5300;
    color: #fff;  
    width: 100%;
}
.register_href_sme2 {
    background-color: #12233a;
}

.guest_checkout:hover, .guest_checkout:focus, .register_href_sme:hover, .register_href_sme:focus {
    background: #ef4e00;
    color: #fff;
}
.loginRem_href {
    text-decoration: underline;
    font-size: 15px;
    color: #4a89dc;
}
.loginRem_href:hover, .loginRem_href:focus  {
       color: #4a89dc; 
}
.register_href {
    color: #ff5300;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;

}
.login_submit {
    width: 100% !important;
    background-color: white !important;
    color: #15c4a0;
    border: 1px solid #ff5300 !important;
    color: #ff5300 !important;
}
.login_submit:hover, .login_submit:focus {
    color: white !important;
    background: #ff5300 !important;
    
}
.pg_form_fld.password {
    position:relative;
}
.show-password {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-left: 1px solid rgba(229, 231, 235, 1);
}

.pg_form_control {
    display: block;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 5px;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    margin-bottom: 0.75rem;
}
.seperator {
    position: relative;
}
.line-seperator {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}
.text-seperator {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #292a2e;
    letter-spacing: .04em;
    text-align: center;
    background-color: #fff;
}
.login_tt .title {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #33373f;
    letter-spacing: .1em;
    text-align: center;
}

/*.pg_loginlable {*/
/*  display: none;  */
/*}*/

.guest_text.info, .login_text.info {
    display: block;
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #33373f;
    letter-spacing: .04em;
}
.pg_continue_as_guest {
    padding: 20px 0;
}
.lor_page_wrapper {
    position: relative;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    max-width: 880px;
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 64em)  {
 .baskcus__wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 30px;
}   
.lor_page_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.lor_page_wrapper:after {
    height: 100%;
    width: 1px;
    position: absolute;
    right: 50%;
    content:"";
    background: #ddd;
}

}

.d00p013 {
    display: none;
}

#invoiceData:empty {
    display: none !important;
}


.apoTimologio {
    width: 100%;
    max-width: 230px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.apoTimologio label {
    align-items: center;
    display: inline-flex;
    background: #fff;
    width: 110px;
    margin-bottom: 0;
    padding: 10px;
    gap: 2px;
}

#order_form input[name="p014"] {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 25px;
    padding: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: unset;
    margin-right: 4px;
	border: 1px solid #ccc;
}
#customer_container label, #receiver_container label {
    font-weight: 400;
}
