@CHARSET "ISO-8859-1";

.header-bottom-nav>li>a {
	line-height: 46px !important;
}

.alertify {
	z-index: 100000;
}

.alertify-logs {
	z-index: 100000;
}

.alertify_inner_container {
	text-align: center;
}

.alertify_inner_name {
	font-weight: bold;
	text-transform: lowercase;
}

.alertify_inner_link {
	color: #ffffff;
	cursor: pointer;
}

.alertify_inner_link:hover {
	font-weight: bold;
	color: #ffffff !important;
}

.alertify_inner_icon {
	background-color: #ffffff;
	width: 4em;
	padding: 0.5em;
	border-radius: 2.5em;
}

.generic_clearer {
	clear: both;
}


.generic_gradient_border {
	background-color: #F5861B;
	padding: 0.2em;
	width: 100%;
}

.generic_gradient_border_thin {
	background-color: #58a2e6;
	padding: 0px;
	width: 100%;
}


.generic_colored_button {
	background-color: #F5861B;
	border: solid 3px #F5861B;
	color: #ffffff !important;
	text-align: center;
}

.generic_colored_button:hover {
	background: #ffffff;
	color: #ff5735 !important;
	cursor: pointer;
}

.generic_colored_button_reverse {
	background: #ffffff;
	color: #ff5735 !important;
	border: solid 3px #F5861B;
	text-align: center;
}

.generic_colored_button_reverse:hover {
	background-color: #F5861B;
	;
	color: #ffffff !important;
	cursor: pointer;
}

.generic_warning {
	background-color: #0084ce;
	color: #ffffff;
	padding: 1em;
	border-radius: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.generic_warning_icon {
	width: 3em;
	margin-right: 1em;
}

.generic_warning_button {
	background-color: #ffffff;
	font-size: 0.8em;
	max-width: 10em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	text-align: center;
	padding: 0.5em;
	color: #514949;
	border-radius: 3em;
	border: solid 1px #ffffff;
}

.generic_warning_button:hover {
	background-color: #0084ce;
	color: #ffffff;
	cursor: pointer;
	border: solid 1px #ffffff;
}

.generic_blue_button {
	background: #54a0e8;
	border: 3px solid #54a0e8;
	color: #ffffff !important;
	text-align: center;
}

.generic_blue_button:hover {
	background: #ffffff;
	color: #54a0e8 !important;
	cursor: pointer;
}

.search_results_main_container {}

.search_results_main_container_white {
	background-color: #ffffff;
}

.search_results_header {
	color: #242424;
	padding: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.search_results_header_title {}


.search_results_header_title_search {
	font-size: 2.8em;
	font-weight: 600;
	/*font-family: "Urbanist";*/
}

.search_results_header_title_category {
	font-size: 2.8em;
	font-weight: 600;
	/*font-family: "Urbanist";*/
}

.search_results_header_subtitle_search {
	font-size: 1.2em;
	text-transform: uppercase;
}

.search_results_header_subtitle_category {
	font-size: 1.2em;
	text-transform: uppercase;
}

.search_results_advanced_search {
	/*background-color:#e7e7ed;*/
	color: #ffffff;
	padding-bottom: 1em;
}

.search_results_advanced_search_button_container {
	/*background-color:#e7e7ed;*/
}

.search_results_advanced_search_button_container_content {}

.search_results_advanced_search_button {
	font-size: 1.1em;
	background-color: #F5861B;
	color: #ffffff;
	text-align: left;
	margin-left: auto;
	padding: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
	margin-bottom: -0.5em;
	border-radius: 0.2em;
}

.search_results_advanced_search_button_inner {
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
}

.search_results_advanced_search_button_inner_arrow {
	font-size: 1.3em;
	width: 1em;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	transform: rotate(-90deg);
}

.search_results_advanced_search_content_filter {
	width: 100%;
}

.search_results_advanced_search_content_filter_title {
	font-size: 1.5em;
	color: #878787;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.search_results_advanced_search_content_filter_table {
	width: 100%;
}

.search_results_advanced_search_content_filter_element {
	float: left;
	width: 17%;
	padding-right: 1%;
	text-align: center;
}

.search_results_advanced_search_content_filter_element_large {
	width: 30%;
}

.search_results_advanced_search_content_filter_element_last {
	float: right;
	padding-right: 0;
}

.search_results_advanced_search_content_filter_element_checkbox {
	color: #333;
	padding-top: 0.5em;
}

.search_results_advanced_search_submit {
	background-color: #0d5099;
	text-align: center;
	color: #ffffff;
	padding: 0.5em;
	border-radius: 0.5em;
}

.search_results_inner_container {
	align-items: flex-start !important;
}

.search_results_left_container {
	width: 20%;
	float: left;
}

.search_results_right_container {
	width: 80%;
	float: right;
}

.search_results_loading {
	width: 10em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.search_results_loading_image {
	width: 100%;
}

.categories_loading {
	width: 10em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.categories_loading_image {
	width: 100%;
}

.search_results_loadmore {
	margin-top: 1em;
	width: 80%;
	font-size: 0.8em;
	font-weight: bold;
	background: #ccccda;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-radius: 0.2em;
}

.search_results_loadmore:hover {
	cursor: pointer;
	background-color: rgb(245, 134, 27);
	color: #ffffff;
}

.search_results_noresults {
	text-align: center;
	padding: 1em;
	font-size: 1.2em;
	color: #ccccda;
}

.search_results_bought_container {
	padding-top: 1em;
	padding-bottom: 1em;
}

.search_results_bought_header {
	color: #494949;
	font-size: 1.6em;
	font-weight: bold;
}

.search_results_noresults_message {
	color: #898989;
	font-size: 1.2em;
	text-align: center;
	padding: 1em;
}

.search_results_all_container {
	padding-top: 1em;
	padding-bottom: 1em;
}

.search_results_all_header {
	color: #494949;
	font-size: 1.6em;
	font-weight: bold;
}

.es_search_results_element {
	width: 18%;
	background-color: #ffffff;
	margin-right: 2%;
	float: left;
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius: 1em;
	padding-bottom: 1em;
}

.es_search_results_element_home {
	width: 23%;
	margin-right: 2%;
}

.es_search_results_element_link {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-radius: 1em;
}

.es_search_results_element_link:hover {
	/*background-color:#f2f2f2;*/
	cursor: pointer;
}

.es_search_results_element_image_container {
	width: 80%;
	margin-left: 10%;
	position: relative;
	padding-bottom: 80%;
}

.es_search_results_element_image {
	position: absolute;
	width: 100%;
	/*border:solid 1px #f2f2f2;*/
	border-radius: 1em;
	z-index: 6;
}

.es_search_results_element_category {
	text-align: center;
	color: #3B6CEE;
	font-size: 0.8em;
	padding: 0.1em;
	margin-top: 0.2em;
	text-transform: lowercase;
}

.es_search_results_element_value {
	text-align: center;
	font-size: 0.7em;
	color: #474747;
	padding-bottom: 0em;
}

.es_search_results_element_name {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	font-size: 1em !important;
	color: #333333;
	/*font-family:"Urbanist";*/
	font-weight: 600;
	padding: 0;
	text-transform: lowercase;
	height: 12em;
	word-break: break-word;
	display: table;
}

.es_search_results_element_name_inner {
	display: table-cell;
	vertical-align: middle;
}

.es_search_results_element_discover {
	font-size: 0.8em;
	text-align: center;
	padding: 0.6em;
	color: #F5861A;
	font-weight: 600;
	cursor: pointer;
}

.es_search_results_element_prices_block {
	text-align: center;
}

.es_search_results_element_prices_container {
	min-height: 4em;
}

.es_search_results_element_price {
	font-size: 1.2em;
	color: #3B6CEE;
}

.es_search_results_element_price_deleted {
	text-decoration: line-through;
	font-size: 0.9em;
}

.es_search_results_element_price_debug {
	font-size: 1.2em;
	color: #ff0000;
}

.es_search_results_element_stock {
	text-align: center;
	color: #676767;
	font-size: 0.8em;
	/*margin-left:0.5em;*/
}

.es_search_results_element_stock_color {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	border-radius: 0.8em;
}

.es_search_results_element_status_container {
	width: 6em;
	height: 10em;
	position: absolute;
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-bottom: -10em;
	z-index: 7;
	text-transform: uppercase;
}

.es_search_results_element_status {
	width: 6em;
	height: 2em;
	margin-bottom: 0.1em;
	border-radius: 1em;
	color: #ffffff;
	font-weight: bold;
	display: table;
}

.es_search_results_element_status_text {
	font-size: 0.6em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.es_search_results_element_status_promo {
	background: linear-gradient(to right, #b3db39, #54a629);
}

.es_search_results_element_status_highlighted_4 {
	background-color: #F5861A;
}

.es_search_results_element_status_highlighted_3 {
	background: linear-gradient(to right, #f4cc32, #da6269);
}

.es_search_results_element_status_highlighted_2 {
	background-color: #3B6CEE;
}

.es_search_results_element_status_highlighted_1 {
	background: linear-gradient(to right, #E0E5AA, #B9DB92);
}

.es_search_results_element_status_green_5 {
	background-color: #8BBC67;
}

.es_search_results_element_status_green_4 {
	background-color: #8BBC67;
}

.es_search_results_element_status_green_3 {
	background-color: #8BBC67;
}

.es_search_results_element_status_green_2 {
	background-color: #8BBC67;
}

.es_search_results_element_status_green_1 {
	background-color: #8BBC67;
}

.es_search_results_element_stock_available .es_search_results_element_stock_color {
	background-color: #08aa1b;
}

.es_search_results_element_stock_some_available .es_search_results_element_stock_color {
	background-color: #f0df82;
}

.es_search_results_element_stock_not_available .es_search_results_element_stock_color {
	background-color: #ff0000;
}

.es_search_results_element_stock_arriving .es_search_results_element_stock_color {
	background-color: #93f39e;
}

.es_search_results_element_stock_only_ordered .es_search_results_element_stock_color {
	background-color: #e5e5ec;
}

.es_search_results_elements_buttons_container {
	text-align: center;
}

.es_search_results_elements_cart_quantity {
	display: inline-block;
	width: 40%;
}

.es_search_results_elements_cart_quantity_input {
	font-size: 1em !important;
	text-align: center;
	padding: 0.5em !important;
	margin-bottom: 0 !important;
}

.es_search_results_elements_cart_button {
	display: inline-block;
	font-size: 1em;
	width: 40%;
	margin-left: 2.5%;
	font-weight: bold;
	text-align: center;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

.es_search_results_list_elements_favorites_button {
	font-size: 0.85em;
	color: #ff5735;
	cursor: pointer;
	padding-top: 0.5em;
}


/*   SIDEBAR SECTION   */

.search_results_sidebar_container {
	padding: 1em;
	text-transform: lowercase;
}

.search_results_category_header {
	font-size: 1.6em;
	font-weight: bold;
	color: #494949;
	width: 60%;
	margin-bottom: 0.5em;
}

.search_results_categories_container {
	color: #494949;
	padding-top: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
}

.search_results_categories_container_lvl1 {}

.search_results_categories_container_lvl2 {}

.search_results_categories_container_lvl3 {}

.search_results_categories_row {}

.search_results_categories_row_text_highlighted {
	color: #0d5099;
	font-weight: bold;
}

.search_results_categories_row_text:hover {
	cursor: pointer;
	font-weight: bold;
}

.search_results_categories_row:hover {}

.search_results_categories_row_lvl1 {
	font-size: 1.1em;
	border-bottom: solid 1px #dddddd;
}

.search_results_categories_row_lvl2 {
	font-size: 0.9em;
	padding-left: 1em;
}

.search_results_categories_row_lvl3 {
	font-size: 0.7em;
	padding-left: 2em;
}

.search_results_categories_row_button_container {
	float: right;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.search_results_categories_row_button_arrow {
	width: 1em;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	transform: rotate(-90deg);
}

/*    MOBILE MENU SECTION    */
.search_results_mobile_menu_container {
	display: none;
}

.search_results_mobile_menu_button {
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #F5861B;
	color: #ffffff;
	text-align: center;
	border-radius: 1em;
	font-weight: bold;
}

.search_results_mobile_menu_button:hover {
	background: #eeeeee;
	color: #ff5735;
	cursor: pointer;
}

.search_results_mobile_menu_button_icon {
	width: 1.6em;
	float: left;
}

.search_results_mobile_menu_fixed_container {
	position: fixed;
	/* Stay in place */
	z-index: 11000;
	/* Sit on top */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	background-color: #F5861B;
}

.search_results_mobile_menu_close_container {
	text-align: right;
}

.search_results_mobile_menu_close {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	padding: 1em;
}

.search_results_mobile_menu_close_icon {
	font-size: 1.2em;
}

.mobile_search_input {
	width: 70% !important;
	margin-left: 5% !important;
}

.mobile_search_submit {
	width: 20% !important;
	margin-top: 1em !important;
	margin-right: 0 !important;
	background-color: transparent !important;
	background: url('/wp-content/plugins/es_plugin/img/search_icon_25.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: none !important;
}

.search_results_mobile_menu_cart_link {
	margin-left: 1.5em;
	margin-right: 1em;
	border-bottom: solid 1px #ffffff;
}

.search_results_mobile_menu_cart_icon {
	width: 20%;
	float: right;
	text-align: right;
}

.search_results_mobile_menu_cart_icon_image {
	width: 2em;
}

.search_results_mobile_menu_cart_text {
	font-size: 1.1em;
	width: 75%;
	float: left;
	color: #ffffff;
	margin-top: 1.1em;
}

.search_results_mobile_menu_categories .search_results_category_header {
	display: none !important;
}

.search_results_mobile_menu_categories {}

.search_results_mobile_menu_categories .search_results_categories_container {
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	color: #ffffff;
}

.search_results_mobile_menu_categories .search_results_categories_row_lvl1 {
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
}

.search_results_mobile_menu_categories .search_results_categories_row_lvl2 {
	font-size: 1em;
	padding-left: 0.9em;
	color: #ffffff;
}

.search_results_mobile_menu_categories .search_results_categories_row_lvl3 {
	font-size: 1em;
	padding-left: 1.8em;
	color: #ededed;
}

.search_results_mobile_menu_categories .search_results_categories_row_text_highlighted {
	color: #ffffff;
	font-weight: bold;
}

.search_results_mobile_menu_categories .search_results_categories_row_text:hover {
	cursor: pointer;
	font-weight: normal;
	color: #ffff00;
}

/* HOME RULES */
.es_home_menu_container {}

.es_home_products_container {
	display: none;
}

.es_home_products_container_visible {
	display: block;
}

.es_color_dots_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-height: 2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.es_button_color_dot {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	margin-left: -0.25em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.es_button_color_dot:first-child {
	margin-left: 0;
}

.es_button_color_dot_plus {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 1.5em;
	line-height: 1.5em;
	border-radius: 50%;
	margin-left: 0.25em;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}