<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Foodano Child
 Theme URI:    https://themeforest.vecuro.com/wordpress/foodano/
 Description:  This is a child theme for Foodano WordPress Theme
 Author:       Vecurosoft
 Template:     foodano
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  foodano-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.thumb_swap .product-img {
	aspect-ratio: 1;
	display: flex;
    align-items: center;
}

.custom_input_select_container {
	font-size: 16;
	font-weight: 600;
	line-height: 19;
	user-select: none;
}
.custom_input_select_value {
	height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom_input_select {
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	width: auto;
	height: 20px;
	position: relative;
	cursor: pointer;
	color: #fff;
}
.option_custom_select {
	position: absolute;
	bottom: 0px;
	background: #fff;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.2);
	transform: translate(0%, 112%);
	left: 0;
}
.option_custom_select .item_option {
	padding: 10px 20px;
	cursor: pointer;
	height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #000;
	overflow: hidden;
}
.option_custom_select .item_option:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.hide_container_option {
	display: none;
}
.header-top-wrapper .head-top-links::after {
	content: "\f107";
    margin: 0;
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 500;
	margin-left: -9px;
	cursor: pointer;
	color: #fff;
}	


/*#lang_choice_1 {
	background-color: #000;
	border: unset;
}
.container_cust_select select:hover {
	border: unset;
}
.container_cust_select select {
	height: 30px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
	appearance: none;
	border: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
	cursor: pointer;
	text-align: center;
    width: auto;
    min-width: 0px;
    padding: 0px 15px;
	text-align-last:center;
	direction: rtl;
}
.container_cust_select select option {
    color: #000 !important;
	text-align: center;
	text-align-last: center;
	direction: rtl;
	background-color: #fff;
	cursor: pointer;
}
.container_cust_select::after {	
	content: "\f107";
    margin: 0;
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 500;
	margin-left: -20px;
	cursor: pointer;
	color: #fff;
}*/

.bttn_sec1 {
    display: inline-block !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 9999px !important;
    background-color: var(--theme-color) !important;
    color: var(--white-color) !important;
    font-family: var(--title-color) !important;
    font-weight: 700;
    box-shadow: 3px 6px 0px 0px rgba(186, 186, 186, 0.43) !important;
    transition: all ease-in-out 0.4s !important;
    position: relative !important;
    z-index: 1 !important;
    vertical-align: middle !important;
    overflow: hidden !important;
    font-size: 12px !important;
	cursor: pointer !important;
}
.bttn_sec1:hover {
	background-color: rgba(101, 152, 51, 0.7);
}
.cust_quantity_plus i:before {
    content: "\f077";
}
.cust_quantity_minus i:before {
    content: "\f078";
}
.cust_quantity_plus {
	top: 0px;
}
.cust_quantity_minus {
	bottom: 0px;
}
</pre></body></html>