/* EPAFOS Style for Hika Front */

:root {
    --heading-font-family: 'Ubuntu Sans';
    --content-font-family: 'Ubuntu Sans';
}

#tm-main {
     background: #f5f5f5; 
}
#tm-main [id*="hikashop_product_product_"],
#tm-main .hikashop_product_contact_page,
#tm-main #hikashop_order_listing,
#tm-main #hikashop_address_listing,
#tm-main #hikashop_download_listing,
#tm-main #hikashop_order_main,
#tm-main #hikashop_show_cart_form,
#tm-main #hikashop_checkout,
#tm-main .hikashop_cpanel_main_interface {
    background-color:#ffffff;
    padding:20px;
}

.uk-grid.design1 .hikashop_subcontainer {
    border: 1px solid #dadada6e;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 0 11px -4px rgb(0 0 0 / 10%);
    padding: 20px;
}

select {
    padding: 10px;
    max-width: 100%;
    font-family: var(--heading-font-family);
    font-size: 14px;
    border-color: rgba(0, 0, 0, 0.1);
}

/* Group προϊόντος */

.hikashop_listing_img_title {
    position: relative;
    display: grid;
    justify-items: center;
    grid-gap: 10px;
    padding: 20px;
    border: 1px solid transparent;
}

.hikashop_listing_img_title .hikashop_product_image {
    /* Εικόνα */
    order: 1;
    max-width: 100%;
}

.hikashop_listing_img_title .hikashop_product_image .hikashop_product_image_subdiv {
    display: block;
    margin: 0 auto;
    width: auto!important;
    max-width: 100%;
}

.hikashop_listing_img_title .hikashop_product_image .hikashop_product_image_subdiv picture, .hikashop_listing_img_title .hikashop_product_image .hikashop_product_image_subdiv img {
    max-width: 100%!important;
}

/* Τιμή Προϊόντος */

.hikashop_listing_img_title .hikashop_product_price_full {
    order: 3;
    font-family: var(--heading-font-family);
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
}

.hikashop_products_listing span.hikashop_product_discount {
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 10px;
	color:red;
}

.hikashop_listing_img_title .hikashop_product_price {
    font-size: 22px;
    font-weight: 900;
    font-family: var(--heading-font-family);
}

.hikashop_listing_img_title .hikashop_product_price_per_unit {
    font-size: small;
}

/* Όνομα Προϊόντος */

.hikashop_listing_img_title .hikashop_product_name {
    order: 2;
    font-weight: 900;
    font-size: 18px;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
}

.hikashop_listing_img_title .hikashop_product_name a {
    color: #323232;
}

/* Κωδικός Προϊόντος */

.hikashop_listing_img_title .hikashop_product_code_list {
    order: 4;
    font-size: small;
    justify-self: stretch;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px;
}

.hikashop_listing_img_title .hikashop_product_code_list a {
    color: #888888;
}

.hikashop_listing_img_title .hikashop_product_code_list a:before {
    content: "Κωδ.";
}
html[lang="en-gb"] 
.hikashop_listing_img_title .hikashop_product_code_list a:before {
    content: "Code";
}

/* Βαθμός */

.hikashop_product_vote {
    order: 4;
}

/* Stock Count */

.hikashop_product_stock_count {}

/* Quantity Div */

.hikashop_product_quantity_div {
    order: 6;
}

/*Προσθήκη στο καλάθι */

.button-addcart {
    order: 8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Προσθήκη σε Wishlist*/

.hikashop_products .uk-button-wishlist {
    position: absolute;
    top: 10px;
    right: -20px;
    opacity: 0;
    transition: all 0.2s linear 0s;
}

/*Σύγκριση*/

.hikashop_products .hikabtn-compare {
    position: absolute;
    top: 60px;
    right: 10px;
    opacity: 0;
    transition: all 0.2s linear 0s;
}

/*μήνυμα ανανέωσης/ενημέρωσης ψήφου*/

.hikashop_vote_notification_mini {
    display: grid;
    font-size: 12px;
    height: 20px;
}

.hikashop_listing_img_title:hover .uk-button-wishlist, .hikashop_listing_img_title:hover .hikabtn-compare {
    /* Hover πάνω στο προϊόν */
    opacity: 1;
    right: 10px;
    transition: all 0.2s linear 0s;
}

.hikashop_filter_module .hikashop_reset_button_inside, .hikashop_filter_button_inside {
    width: 100%;
    display: grid;
    margin-bottom: 5px;
}

.hikashop_filter_module span.hikashop_filter_title {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.hikashop_filter_module span.hikashop_filter_title+br {
    display: none;
}

.hikashop_filter_module .hikashop_filter_checkbox {
    width: 100%;
    display: flex;
    align-items: center;
}
.hikashop_filter_main_div .hikashop_filter_checkbox {
    display:inline-block;

}

.hikashop_filter_module .hikashop_filter_checkbox+br {
    display: none;
}
.hikashop_filter_main_div .hikashop_filter_checkbox input[type=checkbox],
.hikashop_filter_module .hikashop_filter_checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.hikashop_filter_module .hikashop_filter_checkbox label {
    margin: 0;
    padding: 0;
    font-family: var(--heading-font-family);
    font-size: 14px;
    white-space: nowrap;
    overflow: hiddent;
    text-overflow: ellipsis;
}

/* Επιλογέας φίλτρων καταλόγου */

.hikashop_products_listing_main .hikashop_filter_main_div {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin: 0 15px;
}

.hikashop_filter_fieldset_mobile h3 {
    display: none;
}

.hikashop_products_listing_main .hikashop_filter_main_div select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.hikashop_products_listing_main .hikashop_filter_main_div .hikashop_filter_main {
    padding-right: 5px;
}

/* Βασική σελίδα προϊόντος Hikashop */

.hikashop_product_page {
    background-color: #ffffff;
    padding: 20px;
}

.hikashop_product_page #hikashop_product_top_part h1 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.05);
    font-size: 2rem;
    max-width: 100%;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hikashop_product_page #hikashop_product_top_part #hikashop_product_code_main {
    font-size: 0.9rem;
    display: block;
    opacity: 0.7;
    margin-top: 5px;
}

/* end #hikashop_product_top_part */

/* Δεξιό πλαίσιο παρουσίασης */

.hikashop_product_page #hikashop_product_right_part {
    display: grid;
    grid-gap:20px;
    align-items: start;
}

.hikashop_product_page #hikashop_product_right_part>br {
    display: none;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_vote_mini {
    order: 1;
    text-align: right;
}

.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_main {
    order: 2;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    padding-bottom: 10px;
	min-height:180px;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_characteristics {
    order: 2;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_quantity_main {
    order: 3;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_price_with_options_main {
    order: 3;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_contact_main {
    order: 4;
    text-align: right;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_id_main {
    order: 5;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_files_main {
    order: 6;
}
.hikashop_product_page #hikashop_product_right_part #hikashop_product_options {
    order:3;
    justify-self:center;
}

#hikashop_product_price_with_options_main {
    justify-self: center;
    font-size:1.2rem;
}

.hikashop_option_price_title {

}

.hikashop_option_price_value {
    font-weight:900;
    font-size:1.4rem;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_tags_main {
    order: 7;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	flex-wrap: wrap;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_tags_main a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom:4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(77, 77, 77, 0.83);
    line-height: 14px;
}
.hikashop_product_page #hikashop_product_right_part #hikashop_product_tags_main a {
    background-color: rgba(77, 77, 77, 0.55);
    color:#ffffff;
}

.hikashop_product_page #hikashop_product_right_part #hikashop_product_tags_main a:hover {
    background-color: rgba(77, 77, 77, 0.99);
    color:#ffffff;
}

.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_main .hikashop_product_price_full {
    display: block;
    padding: 20px;
}

.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price {
    display: block;
    font-size: 2rem;
    font-weight: 900;
}

a.hikashop_product_file_link {

    margin: 0;
    padding:2px;
    margin-bottom:2px;
    text-decoration:underline;
    position:relative;
}

fieldset.hikashop_product_files_fieldset {
    border:1px solid rgba(0,0,0,0.1);
    padding:10px;
}
fieldset.hikashop_product_files_fieldset legend {
    font-size:1.1rem;
    display: block;
    font-weight:600;
    margin:0!important;
    padding: 5px 10px;
}


/* Block Αρχικής τιμής */
.hikashop_product_page #hikashop_product_right_part  span.hikashop_product_price_before_discount,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_msrp_price.hikashop_product_price_full {
    opacity: 0.6;
}

.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_before_discount_amount,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_msrp_price.hikashop_product_price_full .hikashop_product_price {
    position: relative;
    align-self: flex-start;
}

.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_before_discount_amount:after,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_msrp_price.hikashop_product_price_full .hikashop_product_price:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: red;
    transform: rotate(10deg);
    left: 0;
    top: 45%;
}

.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_msrp_price_title {}

.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price_per_unit {
    opacity: 0.7;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_before_discount_amount:after {
    height:2px;
}
.hikashop_product_price_main span.hikashop_product_discount {font-weight: 900;margin: 0 10px 0 10px;position:relative; }

.hikashop_product_price_main span.hikashop_product_discount::before {
    content:"(";
}

.hikashop_product_price_main span.hikashop_product_discount::after {
    content:")";
}

#hikashop_product_weight_main {}

#hikashop_product_price_with_options_main {}

#hikashop_product_quantity_main {
    order: 1;
    display: grid;
    align-items: center;
    justify-content: space-between;
	grid-gap:4px;
}

#hikashop_product_quantity_main>* {
    margin-right: 5px;
}

#hikashop_product_stock_count {}

/* Thumbnails */

.hikashop_small_image_div {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.hikashop_product_page div.hikashop_small_image_div a {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
    border-color: #287fa3;
    border-width: 1px;
}

#hikashop_product_custom_info_main {
    background-color: #fafafa;
    padding: 10px;
	margin-bottom:20px;
    box-shadow: 0 0 5px 0px rgba(58, 45, 45, 0.05);
}

#hikashop_product_custom_info_main table {
    width: 100%;
}

#hikashop_product_custom_info_main table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#hikashop_product_custom_info_main table tr:last-child td {
	border-bottom: 0px none transparent;
}
@media (max-width:680px) {
    table.hikashop_product_custom_info_main_table td {
        display:block;
    }
    table.hikashop_product_custom_info_main_table td:first-child {
        font-weight:900;
    }    
}

div#hikashop_tabs_div {
    margin-top: 20px;
}

ul.hikashop_tabs_ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.hikashop_tabs_ul li {
    padding: 10px 20px;
    background: #f9f9f9;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    cursor: pointer;
    opacity: 0.9;
    border-radius: 3px 3px 0 0;
    transition: all 0.2s linear 0s;
}

ul.hikashop_tabs_ul li.hikashop_tabs_li_selected {
    padding: 10px 20px;
    margin-bottom: -1px;
    background: #ffffff;
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    transition: all 0.2s linear 0s;
}

li#hikashop_show_tabular_description_li {}

li#hikashop_show_tabular_specification_li {}

.hikashop_tabs_content {
    border: 1px solid #dadada;
    padding: 25px;
    background: #ffffff;
}

#hikashop_show_tabular_description {}

#hikashop_show_tabular_specification {}

.hikashop_product_description_main_mini {
    font-size: 18px;
    letter-spacing: -1px;
    padding: 30px;
    background-color: #f5f5f5;
}

#hikashop_product_url_main {
    border-top:1px solid rgba(0,0,0,0.05);
    display: block;
    padding-top:10px;
    margin-top:20px;
    text-align:right;
    font-size:0.9rem;
}



.hikashop_category_information h2 {
    font-size:1.3rem;
}
.hikashop_category_information h2:after {
    content:"";
    height:2px;
    background:red;
}


/* Collapsible Φιλτρα */
.hikashop_filter_collapsable_title {
    display: flex;
    justify-content: flex-end;
    margin-right:20px;
    margin-bottom:10px;
    cursor:pointer;
}

.hikashop_filter_collapsable_title_icon {
    background: #ffffff;
    padding: 10px;
    line-height: 1rem;
    margin-right: 10px;
}

.hikashop_filter_fieldset {
    display: flex;
    align-items: center;
}
.hikashop_filter_fieldset h3 {
    text-transform:uppercase;
    font-size:1.2rem;
}

/* Σελίδα λογαριασμού χρήστη */

span.hikashop_cpanel_button_text {}

.hika_cpanel_icons {
    display: flex;
    flex-direction: column;
    padding:20px;
}

.hika_cpanel_icons .hika_cpanel_icon {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom:1px solid rgba(0,0,0,0.08);
    padding:10px 0;
}

.hika_cpanel_icons .hika_cpanel_icon .hk-icon {
    font-size:14px!important;
    padding:10px;
    margin-right:10px;
}
.hika_cpanel_icons .hika_cpanel_icon .hk-icon i {
    font-size:16px!important;  
}

.hika_cpanel_icons .hika_cpanel_icon .hk-icon .fa-star {
    font-size:10px!important;
    margin-top:10px;
}

h3.hika_cpanel_main_data_title {
    font-size: 20px;
    text-align: center;
    
}

.hika_toolbar {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 5px;
    margin-bottom:10px;
}
.hika_toolbar_btn {
    display:flex;
    
}
.hika_toolbar_btn .hikabtn {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    max-width: 100%;
    grid-gap: 10px;
    margin-right:5px;
}


div#hikashop_user_addresses_default {
    display: grid;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 20px;
    padding-bottom: 20px;
    grid-gap:10px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}
@media (max-width:991px) {
    div#hikashop_user_addresses_default {
        grid-template-columns: 1fr;
    }
}

dl.hika_options {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
}
dl.hika_options > dt {
    width:auto!important;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
dl.hika_options > dd {
    margin:auto!important;
    width:100%!important;
}
dl.hika_options > dd select {
    max-width:100%;
    min-width:100%;
    width: 100%;
}

.hika_address_element,
.hikashop_checkout_billing_address_block,
.hikashop_checkout_shipping_address_block,
.hikashop_checkout_checkout_address_block,
.hikashop_checkout_shipping,
.hikashop_checkout_payment,
.hikashop_user_address {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.09);
    margin-bottom: 10px;
}


.hikashop_checkout_checkout_address_block legend {
    padding:5px 10px;
}
.hikashop_checkout_shipping legend,
.hikashop_checkout_payment legend {
    font-size:20px;
    text-align:center;
    margin-bottom:10px;
    padding:10px;
}




#tm-main .hikashop_product_contact_page textarea,
#tm-main .hikashop_product_contact_page input,
.hkform-control,

.inputbox {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
#tm-main .hikashop_product_contact_page h1 {
    font-size:22px;
}
#tm-main .hikashop_product_contact_page fieldset {
    border:0 none;
}


/* Παραγγελίες */
#tm-main #hikashop_order_listing .hikashop_search_block {
    display: grid;
    grid-template-columns: 10fr 1fr;
    grid-gap: 5px;
    margin-bottom:10px;
}
span.hikashop_results_counter {
    text-align: center;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 20px;
    padding-top: 10px;
}

.hikashop_orders_footer {
    border-top: 1px solid rgba(0,0,0,0.09);
    padding-top: 10px;
    margin-top: 20px;
}
.hikashop_order_sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.hikashop_order_sort > * {
    margin-left :10px;
}
@media(max-width:992px) {

    .hikashop_order_sort {
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }    

    .hikashop_order_sort > * {
        margin: 0 0 10px 0;
        width: 100%;
    }
    
    .hikashop_order_sort br {
        display:none;
    }    
    .hika_order_status {
        font-weight: bold;
        text-align: center;
        padding: 5px;
        background: #dadada;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .hkc-sm-2.hika_order_action {
        display: inline-block;
        width:auto;
    }
    
    .hkc-sm-1.hika_order_more {
        display: inline-block;
        width:auto;
    }    
}

/* Hikashop Pagination Design */

.hikashop_products_pagination.hikashop_products_pagination_bottom {
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 20px;
    padding: 20px 0 0 0;
}
.list-footer.pagination.pagination-toolbar {
    display: grid;
    grid-gap:10px;
    grid-template-areas:    "hika_limit hika_limit hika_limit hika_limit hika_limit"
                            "hika_counter hika_pagination hika_pagination hika_pagination hika_pagination";
}

.list-footer.pagination.pagination-toolbar .limit {
    grid-area: hika_limit;
    margin:0 0 0 auto;
    font-size: small;
    opacity: 0.9;
}
.list-footer.pagination.pagination-toolbar .limit select {
    margin-left:10px;
}

.list-footer.pagination.pagination-toolbar ul.pagination {
    grid-area: hika_pagination;
    display:flex;
    margin:0 0 0 auto;
}
.list-footer.pagination.pagination-toolbar .counter {
    grid-area:hika_counter;
    font-size: small;
    opacity: 0.9;    
}

span.hikashop_results_counter {
    font-size: small;
    font-weight: bold;
}

.list-footer.pagination.pagination-toolbar ul.pagination li > a,
.list-footer.pagination.pagination-toolbar ul.pagination li > span{
    border:0!important;
    margin:0;
    padding:10px 15px;
    background-color:#ffffff;
    display: flex;
    align-items: center;
}

.list-footer.pagination.pagination-toolbar ul.pagination li {
    line-height:100%;
    padding:0px;
    margin:1px;
    display:flex;
    align-items:stretch;
    justify-content:stretch;
}


li.page-item:empty {
    display: none!important;
}

/**/

table#hikashop_cart_product_listing {
    background: #ffffff;
    padding: 10px;
}


table#hikashop_cart_product_listing th{
     border-bottom:4px solid rgba(0,0,0,0.09);
    text-align:left;
}

table#hikashop_cart_product_listing td {
    border-bottom:1px solid rgba(0,0,0,0.09);
}

td .hikashop_product_quantity_div.hikashop_product_quantity_input_div_select {
    display: inline;
    margin-right: 10px;
}


.hikashop_products .hikashop_product .hikashop_container{
    position:relative;
}
.hikashop_products .hikashop_product .hikashop_container:after{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 9px;
    -webkit-box-shadow: 5px 3px 30px rgb(0 0 0 / 10%);
    box-shadow: 5px 3px 30px rgb(0 0 0 / 10%);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #ffffff;

}

.hikashop_products .hikashop_product:hover .hikashop_container:after {
    opacity:1;
    z-index:1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);    
}

.hikashop_products .hikashop_product .hikashop_container .hikashop_subcontainer {
    z-index:2;
    position:relative;
}

span#hikashop_product_weight_main,
span#hikashop_product_width_main,
span#hikashop_product_length_main,
span#hikashop_product_height_main {
    display:inline-block;
    margin-right:20px;
    position:relative;
}

span#hikashop_product_weight_main:after,
span#hikashop_product_width_main:after,
span#hikashop_product_length_main:after,
span#hikashop_product_height_main:after {
    content:"|";
    position:absolute;
    right:-15px;
    top:0;
    font-weight:900;
    opacity:0.3;

}

/* Pop up cart */
 
.vex-dialog-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
    font-family:var(--bs-font-sans-serif);
    border-radius:0;
    font-size:14px;
}
.notifyjs-metro-base {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction:column;
    text-align:center;

}

.notifyjs-metro-base .image {
    position:static!important;
    padding:10px!important;
    margin:0 auto;
    display:block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
}

.notifyjs-metro-base .text-wrapper {
    margin: 0!important;
    text-align: center!important;
    display: flex;
    flex-direction:column;
}

.notifyjs-metro-base .text-wrapper .title {
    text-transform:uppercase;
    font-size:15px;
    font-weight:600;
    font-family:var(--bs-font-sans-serif);

}

.notifyjs-metro-base .text-wrapper .text {
    text-transform:uppercase;
    font-size:20px;
    color:#184c62;
    font-family:var(--bs-font-sans-serif);
}

.notifyjs-metro-base .image {
	transform:none;
}


/* Καλάθι layout */
.hikashop_checkout_shipping_address_block legend,
.hikashop_checkout_billing_address_block legend {
    font-family:var(--bs-font-sans-serif);
    text-transform:uppercase;
    padding:5px 10px;
    font-size:1.2rem;
}

.hikashop_checkout_coupon_field,
input#hikashop_checkout_coupon_input_1_5 {
    padding: 10px;
    height: 46px;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom:10px;
	box-sizing:border-box;
}
.hikashop_checkout_status {
    margin-bottom: 20px;
}

.hikashop_checkout_status .label {
    color:#287fa3;
}

.hikashop_checkout_buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top:1px solid rgba(0,0,0,0.09);
    padding:20px;
    grid-gap:10px;
}

.hikashop_checkout_buttons > * {
    display:grid;

    
}

/* Ολοκλήρωση παραγγελίας */
.hikashop_checkout_login h1 {
    font-size:1.8rem;
    padding:10px 0;
    margin-top: 0;
    margin-bottom:10px;
    font-family:var(--bs-font-sans-serif);
    border-bottom:1px solid rgba(0,0,0,0.05);    
}
.hikashop_checkout_login h2 {
    font-size:1.4rem;
    padding:10px 0;
    margin-top: 0;
    margin-bottom:10px;
    font-family:var(--bs-font-sans-serif);
    border-bottom:1px solid rgba(0,0,0,0.05);      
}

.hikashop_checkout_login #hikashop_checkout_login_form,
.hikashop_checkout_login #hikashop_checkout_registration {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.09);
    margin-bottom: 10px;    
}

.hikashop_checkout_login,
div#hikashop_collectondelivery_end {
    padding: 20px;
    border: 1px solid rgb(0 0 0 / 8%);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

a#hikashop_checkout_shopping_button {
    border: 0 none;
    opacity: 0.9;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:0;
    padding-right:0;    
}


/* Παρουσίαση Παραγγελίας */
fieldset#htmlfieldset_products  {width:100%;}
fieldset#htmlfieldset_products table {border: 1px solid rgba(0,0,0,0.1);width:100%;}

fieldset#htmlfieldset_products table td {
border-bottom:1px solid #dadada;
border-right:1px solid #dadada;
padding:10px;

}

fieldset#htmlfieldset_products table td:last-child {
border-right:0 none;
}

table.hikashop_order_main_table table,
table.hikashop_order_main_table {
width: 100%;
}

fieldset#htmlfieldset_products legend {
margin-bottom: 10px;
font-weight: bold;
}


table.hikashop_order_main_table fieldset#htmlfieldset_shipping,
table.hikashop_order_main_table fieldset#htmlfieldset_billing {
    border:1px solid #dadada;
    padding:15px;
}

fieldset#htmlfieldset_shipping legend,
fieldset#htmlfieldset_billing legend {
    font-size:1.2rem;
    padding:10px;
    text-transform:uppercase;
}



table.hikashop_order_main_table #hikashop_order_right_part {
    padding:10px;
    display:flex;
}

table.hikashop_order_main_table #hikashop_order_left_part {
    padding:10px;
    display:flex;
}

.header.hikashop_header_title h1 {
    font-size: 2rem;
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
}

form#hikashop_order_contact_form {
    padding: 20px;
}

form#hikashop_order_contact_form fieldset {
    border: 1px solid #dadada;
    padding: 20px;
}

form#hikashop_order_contact_form h1 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

@media (max-width:992px) {
    .hikashop_checkout_cart table tbody tr {
        display: grid;
        justify-content:stretch;
        text-align:center;
    }
    
    .hikashop_checkout_cart table thead tr {
        display:none;
    }
    
    .hikashop_cart_title {
        font-weight:900;
        text-transform:uppercase;
    }
    .hikashop_wizardbar ul li {
        padding: 5px 0 5px 10px!important;
        display: block;
        width: 100%;
        margin: 0;
        height:auto;
        line-height:normal;
        border-bottom:1px solid #dadada;
        border-radius:0;
        background:#ffffff!important;
    
    }
    
    .hikashop_wizardbar ul li span.hikashop_chevron {
        display:none;
    }        
}


/* Sidebar design */
#tm-sidebar .hikashop_products_listing_main {

}
#tm-sidebar .hikashop_products_listing_main .hikashop_container {
    margin:0;
}
#tm-sidebar a.uk-button {
    padding: 5px 10px;
    height:auto;
    line-height:normal;
    max-width:100%;
}

#tm-sidebar .hikashop_products_listing_main .hikashop_product:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#tm-sidebar a.uk-button span {
    height:auto;
    margin:0;
    padding:0;
    font-size:14px;
    white-space:pre-wrap;
    font-weight:400
}

#tm-sidebar .hikashop_listing_img_title .hikashop_product_name {
    font-size:16px;
    font-weight:600;
}

#tm-sidebar .hikashop_products .hikashop_product .hikashop_container:after {
    display:none;
}

#tm-sidebar .hikashop_module div.hikashop_subcontainer, 
#tm-sidebar .hikashop_module .hikashop_rtop *, 
#tm-sidebar .hikashop_module .hikashop_rbottom * {
    background:none transparent;
}

/* Product Switcher --list--grid */
.hikashop_products_listing_switcher {
    position: fixed;
    z-index: 1050;
    top: 450px;
    left: 20px;
    display: grid;
    grid-gap: 10px;
}

.hikashop_products_listing_switcher .hikashop_switcher_list,
.hikashop_products_listing_switcher .hikashop_switcher_grid {
    border-radius:2px;
    box-shadow:3px 3px rgba(0,0,0,0.02);
    border-color:rgba(0,0,0,0.1);
}

/* Φίλτρο Διαθεσιμότητας */
.hikashop_filter__7 {
    display: flex;
    height: 39px;
    align-items: center;
}

.hikashop_filter__7 span.hikashop_filter_checkbox {
    margin: 0;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.hikashop_filter__7 span.hikashop_filter_checkbox input {
    cursor:pointer;
}

/* List Switched*/
.hikashop_products.display_list .hikashop_listing_img_title{
    display:grid;
    align-items:stretch;
    justify-items:start;
    grid-template-areas:
        "product_photo product_name product_name"
        "product_photo product_price_full product_price_full"
        "product_photo product_code product_code"
        "product_photo product_vote product_vote"
        "product_photo product_stock product_stock"
        "product_photo product_addcart product_addcart";
}

.hikashop_products.display_list .hikashop_subcontainer.thumbnail[style] {
    min-height:auto!important;
}

div#div_hikashop_category_information_menu_162_170 {}

.hikashop_products.display_list .hikashop_product_image {
     grid-area: product_photo
}

.hikashop_products.display_list span.hikashop_product_price_full {
     grid-area: product_price_full
}

.hikashop_products.display_list span.hikashop_product_name {
     grid-area: product_name
}

.hikashop_products.display_list span.hikashop_product_code_list {
     grid-area: product_code
}

.hikashop_products.display_list span.hikashop_product_vote {
     grid-area: product_vote
}

.hikashop_products.display_list span.hikashop_product_stock_count {
     grid-area: product_stock
}

.hikashop_products.display_list a.uk-button.uk-button-default.uk-button.uk-button-primary.button-addcart {
     grid-area: product_addcart
}

.hikashop_products.display_list a.uk-button.uk-button-default.uk-button-secondary.uk-button-wishlist.uk-button-small {
     grid-area: product_wishlist
}


.hikashop_category_description .hikashop_category_description_content {
    padding: 20px;
    background: #ffffff;
    margin: 20px 15px;
}

.hikashop_category_description .hikashop_category_description_content .lead-text {
    font-size:16px;
}
.hikashop_category_description .hikashop_category_description_content .lead-text p:last-child {
    margin-bottom:0;
}
.hikashop_infinite_scroll.loading a {
    display: block;
    width: 300px;
    max-width: 90%;
    background-color: #0699ec;
    color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    text-align:center;
}


/* Categories */
.hikashop_category span.hikashop_category_name {
    border-top:3px solid #eeeeee;
    display:inline-block;
    width:95%;
    transition:all 0.4s linear 0s;
}
.hikashop_subcategories_listing {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}
.hikashop_subcategories_listing .hikashop_subcontainer.thumbnail {
    transition:all 0.2s linear 0s;
    background:radial-gradient(circle at 30px 30px, rgb(40 127 163 / 0%) 15px, #fff 16px)!important;
    border-radius:35px 10px 10px 10px;
	border:1px solid transparent;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
	margin-bottom:15px;
}

.hikashop_subcategories_listing .hikashop_category:hover .hikashop_subcontainer.thumbnail{
    background:radial-gradient(circle at 30px 30px, rgb(0 0 0 / 5%) 15px, #ffffff 16px)!important;
    transition:all 0.2s linear 0s;
	border:1px solid rgba(0,0,0,0.2);
}
span.hikashop_category_name a {
    display: block;
    padding: 10px 0;
    color: #333333;
    font-weight: 600;
    font-size: 1em;
    transition:all 0.1s linear 0s;
    transform:scale(1);
}

.hikashop_category:hover span.hikashop_category_name {
    
    border-top:3px solid rgba(0,0,0,0.2);
    width:95%;
    transition:all 0.2s linear 0s;
}

.hikashop_category:hover span.hikashop_category_name a {
    color: #287fa3;
}

.hikashop_category .hikashop_category_image img.hikashop_product_listing_image,
.hikashop_category .hikashop_category_image picture{
    transition:all 0.2s linear 0s;
    transform:scale(1) translateY(0px);
    opacity:0.99;
    max-height: 150px;
    width:auto;
    display:block;
    margin: 0 auto;
}
.hikashop_category:hover .hikashop_category_image img.hikashop_product_listing_image,
.hikashop_category:hover .hikashop_category_image picture {
    transition:all 0.2s linear 0s;
    transform:scale(0.95) translateY(5px);

}


/* Hikashop Cart Module */

.hikashop_cart_dropdown_container {
    top: 60px;
    right:0;
    position: absolute;
    width:440px;
}
.hikashop_cart_dropdown_container .hikashop_cart_dropdown_content {
    background: #ffffff;
    padding:20px;   
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.hikashop_cart_dropdown_container .hikashop_cart_dropdown_content table.hikashop_cart thead th {
    border-bottom:2px solid rgba(0,0,0,0.05);
    text-align:left;
}
.hikashop_cart_dropdown_container .hikashop_cart_dropdown_content table.hikashop_cart  td {
    padding-top:10px;
    padding-bottom:10px;
}

.hikashop_cart_dropdown_container .hikashop_cart_dropdown_content table.hikashop_cart tfoot td {
    border-top:2px solid rgba(0,0,0,0.05);
}

.notifyjs-metro-base .image {
	transform:none!important;
}

.hikashop_cart_dropdown_container .hikashop_cart_dropdown_content span.hikashop_product_code_cart {
    display: block;
    font-size: small;
    color: #333333;
}

.hikashop_cart_dropdown_container .hikashop_cart_dropdown_content span.hikashop_product_price {
    white-space: nowrap;
}

.no-per-unit .hikashop_product_price_per_unit {
    display:none;
}

.no-sku .hikashop_product_code_list {
    display: none;
}
aside#tm-sidebar .hikashop_product .hikashop_product_price_full .hikashop_product_price_per_unit{
    display:block;
}

aside#tm-sidebar .hikashop_product .hikashop_product_code_list {
text-align:center;
}

div#system-message-container {
    position: fixed;
    z-index: 992;
    top: 10px;
    right: 10px;
    max-width:90%;
}

joomla-alert {
    border-radius: 0;
    padding:20px;
}

span.hikashop_checkout_payment_images img {
    border-radius: 4px;
}

span.hikashop_checkout_payment_name {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
}

.hikashop_checkout_payment_description {
    font-size: 0.8rem;
    display: block;
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.04);
    padding-top: 10px;
}

span.hikashop_product_stock_count {
    order: 3;
    font-size: 0.8rem;
    color: darkred;
}
span.hikashop_product_stock_count + form {
order:4;
}

h1.contentheading {text-align: center;padding: 20px;font-size: 18px;}






a[href="#hikashop_show_tabular_description"] {
    display: block;
    margin-top: 5px;
    text-align: center;
    background-color: #ffffff;
    padding: 5px 10px;
    width: 150px;
    border: 1px solid rgba(0,0,0,0.1);
}


#hikashop_product_right_part #hikashop_product_quantity_main.hikashop_product_quantity_main {
    display: grid;
    justify-items: inherit;
    align-items: self-start;
    grid-template-areas:
        "quantity-block cart-block"
        "quantity-block wish-block"
        "quantbtn-block quantbtn-block"
        "stock-block stock-block";
    margin-left: auto;
}

#hikashop_product_right_part .hikashop_product_stock_count {
    grid-area:stock-block;
}

#hikashop_product_right_part .hikashop_product_quantity_input_div_regrouped {
    grid-area:quantity-block;
}

#hikashop_product_right_part .hikashop_product_quantity_add_to_cart_div_regrouped {
    grid-area:quantbtn-block;
}

#hikashop_product_right_part a.button-addcart {
    grid-area:cart-block;
}

#hikashop_product_right_part a.uk-button-wishlist {
    grid-area:wish-block;
	background:none transparent;
	color:#112233;
	border:0 none transparent;
	text-decoration:underline;
}

.hikashop_cart_dropdown_container .input-append.hikashop_product_quantity_div.hikashop_product_quantity_input_div_regrouped {
    display:flex;
    gap:10px;
}



.hikashop_cart_dropdown_container .input-append.hikashop_product_quantity_div.hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_field {
    width: 30px;
    text-align: center;
    padding: 5px;
    line-height: 20px;
    height: 16px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.2);
    font-weight: bold;
}

.hikashop_cart_dropdown_container .input-append.hikashop_product_quantity_div.hikashop_product_quantity_input_div_regrouped .add-on.hikashop_product_quantity_div.hikashop_product_quantity_change_div_regrouped {

    display:flex;
    gap:5px;
}

.hikashop_cart_dropdown_container .input-append.hikashop_product_quantity_div.hikashop_product_quantity_input_div_regrouped a.hikashop_product_quantity_field_change {
    background:#e0e0e0;
    padding:5px 10px;

}

.hikashop_cart_dropdown_container .hikashop_cart_module_product_quantity_value.hikashop_cart_value {
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
    padding:10px
}
.hikashop_cart_dropdown_container tr:not(:last-child) {
    box-shadow:0 1px rgba(0,0,0,0.1);
}

.hikashop_cart_dropdown_container .hikashop_cart_dropdown_content table.hikashop_cart td {
    vertical-align:top;
}

.hikashop_cart_dropdown_container .hikashop_cart_title {
    background:none;
    color:#121212;
    border:0 none transparent!important;
    text-align:center!important;
}

.input-group {
	flex-wrap:nowrap!important;
}
.hk-rating-empty-label {
    font-size: 0.8rem;
}

table.hikashop_product_characteristics_table select{
    width:220px;
}

.hikashop_checkout_cart {
    margin-top:10px;
}

td.hikashop_cart_product_quantity_value > * {
    float: left;
}

#hikashop_product_quantity_alt{
display: none;
}


.vex-content {
    width: 700px !important;
    max-width: 100%;
    iframe {
        height: 500px;
    }
    fieldset.hkform-horizontal {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        div#hikashop_wishlist_link_line {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 10px 0;
        }
        label#emailsmsg,
        label#linkmsg {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1rem;
            font-weight: 700;
            background-color: #287fa3;
            color: #fafafa;
            line-height: 1;
            margin: 0 0 10px !important;
            padding: 5px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            font-family: manrope;
        }
    }
}

div#hikashop_wishlist_link_line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

fieldset.hkform-horizontal textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 6px;
}

fieldset.hkform-horizontal label#copymsg {
    background-color: #fafafa;
    margin: 0 5px 0 auto;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: auto;
    font-family: manrope;
    font-size: 0.8rem;
    display: flex;
    gap: 10px;
    border-radius: 6px;
}

html body button.uk-button.uk-button-default.hikabtn-primary.hikabtn_share_ok {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: block;
    width: 100%;
    border-radius: 500px;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
    font-weight: bold;
    font-family: manrope;
}

fieldset.hkform-horizontal legend {
    text-align: center;
    text-wrap: balance;
    font-weight: 600;
    line-height: 1;
    padding: 5px 10px;
    margin-bottom: 10px;
}
