/*
 Theme Name:     Woorestaurant Child
 Theme URI:      http://themes.xperts.club/woorestaurant/
 Description:    Woorestaurant Child Theme
 Author:		 Xperts Club
 Author URI:	 https://themeforest.net/user/xpertsclub
 Template:       woorestaurant
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
and also you need to add following styles to your theme/child theme CSS file.  
.menu-item_content-container .menu-item__content ul.extra li.new-food-type1{
 // you can add food type icon here     
}
.menu-item_content-container .menu-item__content ul.extra li.new-food-type2{
 // you can add food type icon here     
}
.menu-item_content-container .menu-item__content ul.extra li.new-food-type3{
 // you can add food type icon here     
}
*/
/*p#billing_phone_field {
    float: right;
}
p#billing_email_field {
	float: left;
}*/

.kc-elm.kc-css-499310.kc_col-sm-12.kc_column.kc_col-sm-12 {padding: 0;}
.woorestaurant_cat_tabs .nav-link.active {
	    background-color: #fcfcfc !important;
    color: black !important;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    text-decoration: underline 4px #fc8b56;
    text-decoration-skip-ink: none;
}
a.showlogin {
    background-color: #fff;
    color: #fc8b56;
    padding: 10px 12px;
    border-radius: 25px;
    margin-left: 15px;
}
p.menu-item__description {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* p.menu-item__description.has-content{min-height:110px;}*/
.products-flex-container {
    display: flex;
    flex-wrap: wrap;
}
div#customer_details .mb-4 {margin-bottom: 0 !important;}
#footer .footer-top {background: #212121 !important;}
.restaurant_category_data .xc_woo_restaurant_product .row{display:block;overflow: hidden;}
.xc_woo_product_image {display: flex;justify-content: center;}
body{color:#000000 !important;}
.menu-item_content-container .menu-item__content.hasthumb {padding-left: 0px;}
.menu-item_content-container .menu-item__content img {
	position: relative;
	width: 100%;
	
}
.menu-item__content .menu-item__title{display:block !important;}
div#left-side,div#right-side{font-size: 13px;}
.footer-bottom-copyright {display: flex;justify-content: space-between;}
#altEmail_container,#masthead .mini-cart:not(.flaot-cart .mini-cart),.coupon,.woocommerce-form-coupon-toggle,button#changeToTable,button#changeToAddress,tr.cart-subtotal {display: none;}
.form-row{display:block;}
.woorestaurant-social-links li{margin-left:0 !important;}
img#logo {
    width: auto;
    height: 75px;
}
.fa-phone:before
{
	transform: rotate(90deg);
}
/* header */
.header-top .top-account-link {
	color: #fff;
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(255,255,255,.2);
}
.header-top .top-account-link:hover {
	color: #fe0000;
}
.header-top .top-account-link i {
	padding-right: 5px;
}
.header-top a {
	transition: all 0.5s ease 0s;
}

/* slider */
body .xc-slider-carousel .slide {
	background-position: top center;
}
.xc-slider-carousel .slide-content .xc-button {
	color: #fff;
}

.flaot-cart {
	position: fixed;
	top: 200px;
	right: 0;
	background: #fc8b56;
	padding: 10px 10px 15px 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.flaot-cart a {
	color: #fff;
}
.flaot-cart a:hover {
	color: #000;
}

@media (max-width: 991px) {
	.flaot-cart {
		display: none !important;
	}
	.restaurant_categories_wrap ul.categories_list,
	.restaurant_categories_wrap ul.categories_list li a:hover,
	ul.categories_list li a.xc-active	{
		background: rgba(0,0,0,.9);
	}
	.restaurant_categories_wrap ul.categories_list li a {
		color: #fff;
		border-bottom-color: #222;
	}
}

.woorestaurant_photo_gallery {
	margin: 0;
	overflow: hidden;
}

/* checkout */
#billing_country_field {
	display: none;
}

/* posts */

.kc-list-item-2 img {
	width: 100%;
}
body.archive ul.product-categories li.cat-item.cat-item-77.cat-parent {
	display: none !important;
}

/* my account */
.woocommerce-account .woocommerce .my_account_wraper {
	font-size: 16px;
}

/* products page */
/*.products-flex-container {
	display: flex;
	flex-wrap: wrap;
}*/

.menu-item__variation__price.text-md.mr-4 {
	margin-right: 0 !important;
}
.menu-item_cart-container.col-md-4.text-sm-right a.btn.xc_add_to_cart.xc_woo_add_modal.no-ajaxy {
	margin-left: 1rem;
}

.menu-item__title.out-of-stock,
.menu-item__variation__price.out-of-stock {
	text-decoration: line-through;
	color: #000;
}
.menu-item__title.out-of-stock:before {
    content: "Μη διαθέσιμο";
    background: red;
    padding: 0 6px;
	line-height: 16px;
    font-size: 10px;
    display: block;
    position: absolute;
    top: -10px;
    left: 14px;
    color: #fff;
}

/* homepage parallax message */
.xc-cta-message {
	background: rgba(255,255,255,.85);
	padding: 15px 15px; 
}
.xc-cta-message,
.xc-cta-heading,
.xc-cta-sub-heading,
.xc-cta-content,
.xc-cta-content a {
	color: #000 !important;
}
.xc-cta-content a {
	text-decoration: underline;
}

@media (min-width:768px)
{
	.restaurant_category_data .xc_woo_restaurant_product {display: inline-block !important;}
}	

@media (max-width:480px)
{
	.menu-item_cart-container,.menu-item__content .menu-item__title {margin-top: 15px;}
}



.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}
div#media_image-3 img {
    height: auto;
}
h1.page_heading{
	display: none;
}
.restaurant_categories_wrap ul.categories_list li a {
	font-size: 20px;
}

ul.woorestaurant-social-links {
    display: flex;
    justify-content: center;
}

a.btn.xc_add_to_cart {
    padding: 6px 45px;
	margin: 14px 0;
}

span.woocommerce-Price-amount {
    font-weight: 900;
}

p.xc-cta-heading.wpb_animate_when_almost_visible.wpb_fadeInUpBig.fadeInUpBig{
	color: #fc8b56 !important;
	font-size:55px;
	line-height: 1;
}
p.xc-cta-sub-heading.wpb_animate_when_almost_visible.wpb_fadeInUpBig.fadeInUpBig{
	font-size:55px;
}

div.xc-cta-message{
	padding-top:30%;  /*κεντράρισμα κειμένου δίπλα στο κινητό*/
}


div.xc-cta-message p{
	line-height:1;
}

#kane-anepafa-paraggelia{
	padding-top: 5%;
	padding-bottom: 5%;
}


.kc_title.arxiki-menu-deigmata{
	display: block;
	text-align: center;
	color: #fc8b56;
	font-size:55px !important;
	font-weight: 900 !important;
	
}
.nav.nav-pills.justify-content-center{
	text-align: center;
}

.woorestaurant_cat_tabs ul li:nth-child(3) {
  order: 2; 								/* ήταν 3α να πάνε 2α, (burgers) */
}

.woorestaurant_cat_tabs ul li:first-child {
  order: 3; 									/* ήταν 1η να πάει 3η, (Pizza) */
}

.woorestaurant_cat_tabs ul li:nth-child(2) {
  order: 1; 									/* ήταν 2o να πάει 1ο, (Πρωινό) */
}

.menu-item_content-container .menu-item__content img{
	border-color:none;
}

.site-main.col-sm-12  section:nth-child(4){  /*Μενού αρχικής*/
	padding-top:5%;
}

.nav-link.active.show{
  /* Στυλ για το element όταν δεν είναι επιλεγμένο */
  background-color: #fcfcfc !important; /* Γκρι background */
  color: black !important; /* Μαύρο χρώμα κειμένου */
  font-weight: bold; /* Bold κείμενο */
  font-size: 22px;
  position: relative; /* Ρυθμίζουμε την θέση για την υπογράμμιση */
  text-decoration: underline 4px #fc8b56; /* Πορτοκαλί υπογράμμιση 2px */
}


.nav-link.active.show:hover {   /* Στυλ για το element όταν επιλέγεται με hover */
  color: black !important;
  background-color: transparent; /* Διαφανές background */
  font-weight: bold; /* Bold κείμενο */
  font-size: 22px;
  text-decoration: underline 4px #fc8b56; /* Πορτοκαλί υπογράμμιση 2px */
}

.nav-link.active.show::after {
  /* Δημιουργούμε ένα pseudo-element για την υπογράμμιση */
  background-color: transparent; /* Διαφανές background */
  color: black !important;
  font-size: 22px;
  position: absolute; /* Απόλυτη θέση για την υπογράμμιση */
  bottom: 3px; /* 3px από κάτω από το κείμενο */
  left: 0; /* Ξεκινά από την αριστερή άκρη */
  width: 100%; /* Πλάτος 100% */
  height: 3px; /* Ύψος 3px */
  z-index: 1; /* Βάζουμε την υπογράμμιση μπροστά από το κείμενο */
  text-decoration: underline 4px #fc8b56; /* Πορτοκαλί υπογράμμιση 2px */
}

.woorestaurant_cat_tabs .menu-item__content.hasthumb img {
    width: 245px;
    height: 245px;
    object-fit: cover;
}

/*μεγεθος φωτογραφιών αρχικής - μενού*/
.xc_woo_restaurant_main.container .restaurant_categories_items.col-lg-9 img{
	width: 245px;
    height: 245px;
    object-fit: cover;
}


/*βελλάκι μέσα στο button*/
.tab-pane.fade.show.active .btn.xc_add_to_cart.xc_woo_add_modal.no-ajaxy:after {
	content: '\25b6'; /* Font Awesome play icon */
    font-family: FontAwesome; /* Use FontAwesome font */
    position: absolute; /* Position the icon absolutely within the button */
    right: 19px; /* Adjust icon position as needed */
    top: 50%; /* Center the icon vertically */
    transform: translateY(-50%); /* Vertically align with text */
    font-size: 16px; /* Adjust icon size as needed */
    color: #ffffff; /* Set icon color */
}

.tab-pane.fade.show.active .btn.xc_add_to_cart.xc_woo_add_modal.no-ajaxy{
	padding-right: 10%;
	padding-left: 7%;
	/*display: inline-block;*/
	position: relative; /* Position the icon relative to the text */
}


/*E-Delivery app στο κέντρο αριστερής στήλης*/
.text-center.align-self-center{
  flex-direction: column; /* Στοιχεία σε στήλη */
  align-items: flex-start; /* Στοιχεία αριστερά */
  max-width: 50%; /* Προαιρετικό: Μέγιστο πλάτος */
  margin: 15px 20px; /* Προαιρετικό: Περιθώρια */

}


h4 .xc-slider-carousel.slide-content{
	color:red;
}

.restaurant-addon-name{
	display: block;   /* visible: Restaurant Global Product Options*/
}

/*διαμόρφωση κειμένου slider, home page*/

h4[data-delay-in="0.5"][data-animation-in="fadeInDown"].fadeInDown.animated {
  /*Αποστάσεις μεταξή γραμμών */
	padding-bottom: 6%;
	padding-top: 4%;
	font-size: 24px;
}

.iziToast>.iziToast-body .iziToast-message {   color: rgb(255 255 255) !important;}
.iziToast-wrapper-topCenter {top: 50% !important;}





