/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: "Kalameh";
    src: url("fonts/eba1f76fb362790bbfa2f7a343904394.eot");
    src: url("fonts/eba1f76fb362790bbfa2f7a343904394.eot?#iefix")format("embedded-opentype"),
    url("fonts/eba1f76fb362790bbfa2f7a343904394.woff2")format("woff2"),
    url("fonts/eba1f76fb362790bbfa2f7a343904394.woff")format("woff"),
    url("fonts/eba1f76fb362790bbfa2f7a343904394.ttf")format("truetype"),
    url("fonts/eba1f76fb362790bbfa2f7a343904394.svg#KalamehWebFaNum")format("svg");
}
p, a, h1, h2, h3, h4, h5, h6, span, nav, input, div, .sr7-layer {
    font-family: "Kalameh";    
}
/********************/
/* آیکن منوها */
li.wfs-category-menu-li a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 5px;
    display: block;
    font-size: x-large;
}
.breakfast a::before {
    content: "\e55a";
}
.food a::before {
    content: "\f2e7";
}
.sandwich a::before {
    content: "\f805";
}
.salad a::before {
    content: "\f06c";
}
.snack a::before {
    content: "\f564";
}
.shake a::before {
    content: "\f517";
}
.cold-drink a::before {
    content: "\f0f4";
}
.hot-drink a::before {
    content: "\f7b6";
}
/********************/
/* مخفی کردن قیمت در صفحه کلاسها */
.price-wrapper {
	display: none;
}
/********************/
/* کاور کلاسها */
.box-image, .woocommerce-product-gallery__wrapper img, .wfs-food-item-image-container img {
border-radius: 25% 10% !important;
}
/********************/
/* اصلاح نمایش صفحه اصلی */
.page-id-2889 .col {
	padding-bottom: 0px;
}
/* فایلهای css اصلی نیز عوض شد */
/********************/
/* اصلاح دکمه پاکردن سبد خرید */
.remove {
	line-height: 24px;
}
/********************/
/* اصلاح فرم های دیجیتس */
.digits-form_container {
	max-width: 100%;
    /*padding: 20px;*/
    border-radius: 20px;
    width: 100%;
}
.dig-mobile_field, .digits_otp_input-field, .new_password {
	margin: 0px;
}
/********************/
#main {
	min-height:68vh;
}
/********************/
/*.banner-bg {
    border-radius: 25% 10%;
}*/
/********************/
.woocommerce-message {
    text-align: center !important;
}
.woocommerce-message a {
    border: 2px solid #542f2f30;
    border-radius: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media screen and (min-width: 850px) {
	.large-3 {
		padding-left: 50px
	}
}
@media only screen and (max-width: 48em) {


}