body
{
	font-family: Roboto;
	font-size: 14px;
	color: #333;
}
ul
{
	padding: 0;
	margin: 0;
}
ul.menu
{
	list-style: none;
	margin-bottom: 10px;
}
a, a:hover
{
	color: #fef0e3;
}
label, input[type=checkbox]
{
	cursor: pointer;
	vertical-align: middle;
    margin-right: 4px;
}
.ui-autocomplete-loading {
	background: white url("../js/libs/jQuery/ui-anim_basic_16x16.gif") right center no-repeat;
}
.sandwitch
{
	color: #a45e1c;
    font-size: 33px;
}
#sidemenu_close .close, #user_sidemenu_close .close
{
	color: #000;
	font-size: 15px;
}
.hidden
{
	display: none;
}
.dialog
{
	display: none;
}
.ui-dialog .ui-dialog-buttonpane { 
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
    float: none;
}
.nowrap
{
	white-space: nowrap;
}
.center
{
	text-align: center;
}
span.link
{
	text-decoration: underline;
	cursor: pointer;
}
a.button
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.button
{
	text-decoration: none;
	color: #fff !important;
	border: 1px solid #A8A8A6;
	transition: 0.5s;
	border-radius: 40px;
}
.button .button_img
{
	height: 25px;
    margin-right: 10px;
}
.button_orange
{
	background: #fe9a20;
}
.button_orange:hover
{
	background: #ee8024;
}
.button_blu
{
	background: #39b0ec;
	color: #fff;
}
.button_blu:hover
{
	background: #2CA5E2;
}
.button_brown
{
	background: #c5925b;
}
.button_brown:hover
{
	background: #b38554;
}
.button_green
{
	background-color: #3eb648;
}
.button_green:hover
{
	background-color: #3a9e42;
}
a.button_white
{
	border: 0;
	color: #000 !important;
	padding: 10px;
	border-radius: 40px;
	background: #f0f0f0;
	border: 1px solid #c9c9c9 !important;
}
.button_white:hover
{
	background-color: #e7e7e7;
}
@media (max-width: 1050px)
{
	.slick-prev
	{
		bottom: -20px;
		top: auto !important;
		margin: 0 auto;
		left: -70px !important;
		right: 0 !important;
	}
	.slick-next
	{
		bottom: -20px;
		top: auto !important;
		margin: 0 auto;
		left: 70px !important;
		right: 0 !important;
	}
	.slick-dots
	{
		display: none !important;
	}
}
.h_menu
{
	background-color: #c5925b;
}
.h_menu ul li
{
	list-style: none;
}
.h_menu .container>ul
{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 40px;
}
.h_menu .container>ul>li
{
	height: 100%;
}
.h_menu .container>ul>li>a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	display: flex;
    align-items: center;
    height: 100%;
}
@media (max-width: 1399px)
{
	.h_menu .container>ul>li>a
	{
		font-size: 14px;
	}
}
.h_menu #user_menu i
{
	margin-right: 5px;
}
.h_menu #user_menu>ul
{
	display: none;
}
.h_menu #user_menu:hover>ul
{
	display: block;
}
.h_menu #user_menu>ul
{
	position: absolute;
    background: #FFF;
    padding: 10px 20px;
    z-index: 20;
	border: 1px solid #63482b;
}
.h_menu #user_menu>ul a
{
	color: #000;
	text-decoration: none;
}
/* Header */
#header_mobile_fixed
{
    position: fixed;
    width: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    border-bottom: 1px solid #cccccc;
    display: none;
    height: 80px;
    align-items: center;
    justify-content: space-evenly;
	z-index: 100;
}
#header
{
	display: flex;
	justify-content: center;
	margin: 10px 0;
}
@media (max-width: 991px)
{
	header #logo_container
	{
		text-align: center;
	}
}
@media (min-width: 1200px)
{
	#sidemenu_trigger, #sidemenu_freccia, #sidemenu_x
	{
		display: none !important;
	}
}
@media (max-width: 640px)
{
	#header_mobile_fixed
	{
		display: flex;
	}
	header #logo_container
	{
		display: none;
	}
	body
	{
		margin-top: 82px;
	}
	#sidemenu_trigger, #sidemenu_freccia, #sidemenu_x
	{
		display: none !important;
	}
	#cart_icon_desktop
	{
		display: none;
	}
	#user_icon_desktop
	{
		display: none;
	}
	header .lang_container
	{
		justify-content: center !important;
	}
	header .br_valuta
	{
		display: none;
	}
	header #currency_and_cart
	{
		justify-content: center !important;
	}
	#header
	{
		flex-direction: column;
		margin-bottom: 10px;
	}
}
header .currency_container img
{
	height: 28px;
}
header .panel_container
{
	display: none;
	position: absolute;
	top: 100%;
	padding-top: 10px;
	z-index: 1;
	right: 0;
}
header .panel
{
	background: #fff;
	padding: 20px;
	box-shadow: 1px 1px 10px 1px #cccccc;
	width: 350px;
	border-radius: 10px;
}
header .panel>h3
{
	font-size: 18px;
	color: #000;
	margin-top: 25px;
	margin-bottom: 15px;
}
header .panel>h3:first-child
{
	margin-top: 0;
}
#header_mobile_fixed .menu_icon
{
	color: #a45e1c;
	cursor: pointer;
	text-align: center;
}
#header_mobile_fixed .logo img
{
	height: 60px;
}
#header_mobile_fixed .right
{
	display: flex;
    justify-content: end;
    align-items: center;
}
#header_mobile_fixed .right>div
{
	margin: 0 5px;
}
header
{
	display: flex;
	align-items: center;
	position: relative;
	color: #6d6d6d;
	background: #fff;
}
@media (min-width: 992px)
{
	header
	{
		height: 116px;
	}
}
header .logo
{
	height: 100px;
}
@media (min-width: 641px)
{
	header .center
	{
		width: 50%;
		margin: 0 40px;
	}
}
header .right
{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
header #search_container
{
	width: 100% !important;
    padding: 0 20px;
    height: 50px !important;
	border: 1px solid #dddddd;
	opacity: 0.7;
	margin-right: 10px;
	display: flex;
	border-radius: 30px;
	box-shadow: 1px 1px 10px 1px #dddddd;
	overflow: hidden;
}
header #search_container #search
{
	border: 0;
	outline: none;
	width: 100%;
}
header #search_container .fa-search
{
	cursor: pointer;
}
header #search_container>div
{
	display: flex;
	align-self: center;
	margin-right: 5px;
}
@media (max-width: 640px)
{
	header .right>div
	{
		display: flex;
	}
	#currency_and_cart
	{
		margin-right: 10px;
	}
	header .right
	{
		display: none;
	}
}
header #phone
{
	display: flex;
    flex-direction: column;
	justify-content: center;
	color: #333;
}
header #phone .text_img
{
	vertical-align: bottom;
}
header #phone #phone_box
{
	max-width: 100%;
    /* padding: 36px 0; */
    margin: 0 auto;
}
header .center #shipping_world
{
    font-size: 16px;
	text-wrap: nowrap;
}
header .center .icon
{
	width: 30px;
}
header #header_info
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
header #header_contacts
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}
header #phone #phone_box>div
{
	min-width: 315px;
}
.container #numero
{
	text-transform: uppercase;
	color: #755538;
	margin-left: 10px;
}
#header_contacts>div
{
	display: flex;
	justify-content: center;
	align-items: center;
}
#header_contacts img#cornetta
{
	width: 15px;
}
#header_contacts img#mail
{
	width: 20px;
}
#header a
{
	color: #6d6d6d;
    font-size: 16px;
	text-decoration: none;
	margin-left: 5px;
	vertical-align: middle;
	text-wrap: nowrap;
}
#header a:hover, #header .valute div:hover
{
	color: #c4915a;
}
header #phone #orari
{
	text-align: center;
	font-size: 12px;
	position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
}
@media (min-width: 831px)
{
	header #header_contacts
	{
		margin-left: 10px;
		border-left: 1px solid #cccccc;
		padding-left: 10px;
	}
}
@media (max-width: 830px)
{
	header #header_info
	{
		flex-direction: column;
	}
}
@media (min-width: 992px)
{
	header #header_contacts
	{
		margin-left: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 991px)
{
	header .center #shipping_world, #header a
	{
		font-size: 12px;
	}
}
.header .dropdown
{
	border: 1px solid #b0b0b0;
	border-radius: 30px;
	padding: 3px 5px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header .dropdown span
{
	margin: 0 5px;
	font-weight: 500;
}
header .dropdown .panel_container
{
	cursor: default;
}
#header_mobile_fixed .fa-shopping-cart
{
	font-size: 28px;
}
/* Lang */
.lang_container
{
	margin-right: 10px;
}
.lang_container img, .lang_panel img
{
	width: 28px;
}
header #login.logged i.fa-user-circle, #header_mobile_fixed #user_icon.logged i.fa-user-circle
{
	color: #c5925b;
}
header .account_panel a
{
	color: #000;
	text-decoration: none;
}
header .account_panel div
{
	margin-bottom: 10px;
}
.lang_panel a
{
	color: #000;
	text-decoration: none;
}
.lang_panel div
{
	margin-bottom: 10px;
}
.lang_panel img
{
	margin-right: 10px;
}
.currency_panel div
{
	font-size: 18px;
	margin-bottom: 10px;
	cursor: pointer;
}
.currency_panel img
{
	margin-right: 10px;
}
/* gTrans */
#gTrans
{
	height: 27px;
	float: left;
	margin-top: 4px;
}
#google_translate_element
{
	width: 57px;
}
.goog-te-gadget
{
	font-size: 0 !important;
}
.goog-te-combo
{
	height: 28px;
    margin-top: -2px !important;
    width: 20px;
    margin-left: -44px !important;
    padding-left: 48px;
    padding-bottom: 36px;
    z-index: 1;
    background: #00000000;
    cursor: pointer;
}
.goog-te-banner-frame
{
	display: none;
}
/* Cart popover */
.popover
{
    max-width: 400px;
}
#popover_cart table
{
	padding: 5px;
	cursor: pointer;
}
#popover_cart tr:hover
{
	background: #dadada;
}
#popover_cart td
{
	padding: 5px;
}
#popover_cart img
{
	width: 70px;
}
#popover_cart .button
{
	padding: 5px;
	margin-top: 20px;
}
body
{
	top: 0 !important;
}
#cat_menu
{
	font-size: 13px;
	border-radius: 0 0 30px 30px;
}
#cat_menu a:hover, #cat_menu ul.cats li.active>a, #cat_menu .parent_active>a
{
	color: #ffebcd  !important;
}
#cat_menu ul.subcats a:hover, #cat_menu ul.subcats li.active>a
{
	color: #c4915a  !important;
}
#cat_menu ul.cats>li>a
{
	font-weight: bold;
}
#cat_menu ul.cats>li>a i
{
	margin-left: 10px;
}
#cat_menu .subcats_container
{
	display: none;
	position: absolute;
	padding-top: 10px;
	width: 100%;
}
#cat_menu ul.subcats
{
	background: #fff;
	padding: 10px 20px;
	z-index: 20;
	box-shadow: 1px 1px 10px 1px #cccccc;
	border-radius: 10px;
}
#cat_menu ul.subcats li
{
	font-weight: 500;
	color: #393939;
}
#cat_menu ul.subcats li:last-child
{
	border-bottom: 0;
}
#cat_menu ul.subcats a
{
	text-decoration: none;
	padding: 5px 0;
	display: block;
	color: #000;
}
#cat_menu #menu_usato ul.subcats a
{
	padding: 2px 0;
}
@media (min-width: 992px)
{
	body
	{
		padding-top: 165px;
	}
	#header_sticky
	{
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
	}
}
#overlay_sidemenu
{
	position: fixed;
    width: 100%;
    height: 100%;
    background: #69696996;
    top: 0;
    left: 0;
    z-index: 102;
	display: none;
}
.menu_opened #overlay_sidemenu, .user_menu_opened #overlay_sidemenu, .lang_menu_opened #overlay_sidemenu
{
	display: block;
}
#sidemenu
{
	position: fixed;
	top: 0;
	background: #fff;
	height: 100%;
	width: 320px;
	left: -320px;
	z-index: 110;
	overflow-y: scroll;
	transition: .2s;
	padding-bottom: 60px;
}
.menu_opened #sidemenu
{
	left: 0;
}
#sidemenu::-webkit-scrollbar { width: 0 !important }
#sidemenu img
{
	width: 50px;
	margin-right: 10px;
}
#sidemenu a
{
	color: #88898b;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
#sidemenu h3
{
	color: #ffdb5f;
	font-size: 19px;
	padding: 20px;
}
#sidemenu h3:after
{
	display: block;
    content: '';
    border-left: 1px solid #968766;
    margin-left: 3px;
    height: 69px;
    float: left;
    margin-top: 23px;
    margin-bottom: -21px;
}
#sidemenu #sidemenu_close
{
	color: #ffffff;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
}
#cat_menu .side_only
{
	display: none;
}
#sidemenu ul.cats
{
	margin-left: 9px;
}
#sidemenu ul.cats .fa-circle
{
	font-size: 10px;
	margin-right: 5px;
	vertical-align: middle;
}
#sidemenu ul.cats .fa-angle-down
{
	margin-left: 5px;
	vertical-align: middle;
}
#sidemenu ul.cats li
{
	list-style: none;
}
#sidemenu ul.cats>li>a
{
    color: #c5925b !important;
    font-size: 16px !important;
    font-family: Poppins;
	margin-left: 2px;
	display: block;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
#sidemenu ul.cats>li a
{
	border-radius: 10px;
	display: block;
	padding: 3px 10px;
	margin-right: 35px;
}
#sidemenu ul.cats>li.active>a
{
	background-color: #f2ebe5 !important;
}
#sidemenu ul.subcats>li
{
	margin-left: 16px;
    padding-left: 15px;
	padding-bottom: 3px;
	border-left: 2px solid #dedfe1;
}
#sidemenu ul.subcats>li a
{
	border-radius: 10px;
	display: block;
	padding: 3px 10px;
	margin-right: 20px;
}
#sidemenu ul.subcats>li.active a
{
	background-color: #f2ebe5 !important;
}
#sidemenu_trigger
{
	position: fixed;
	opacity: 0.8;
	cursor: pointer;
	top: 50%;
	height: 150px;
	margin-top: -75px;
	z-index: 102;
}
.menu_opened #sidemenu_trigger
{
	left: 320px;
	opacity: 1;
}
#sidemenu_freccia
{
	position: fixed;
	opacity: 0.8;
	cursor: pointer;
	top: 50%;
	height: 30px;
	margin-top: -15px;
	left: 55px;
}
#sidemenu_x
{
	position: fixed;
	cursor: pointer;
	top: 50%;
	height: 30px;
	margin-top: -15px;
	left: 375px;
	display: none;
	z-index: 102;
}
.menu_opened #sidemenu_x
{
	display: block;
}
.right_sidemenu
{
	position: fixed;
	top: 0;
	background: #fff;
	height: 100%;
	width: 200px;
	right: -200px;
	z-index: 110;
	overflow-y: scroll;
	transition: .2s;
	padding: 20px;
}
#lang_sidemenu .currency_panel
{
	border-top: 1px solid #000;
    padding-top: 10px;
}
.user_menu_opened #user_sidemenu
{
	right: 0;
}
.lang_menu_opened #lang_sidemenu
{
	right: 0;
}
.sidemenu_close
{
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}
#user_sidemenu ul
{
	margin-top: -10px;
}
#user_sidemenu ul li
{
	padding: 10px 0;
}
#user_sidemenu ul li a
{
	text-decoration: none;
	color: #000;
}
#user_sidemenu .menu_login
{
	margin-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
header .right .top
{
	margin-right: 5px;
	margin-bottom: 5px;
}
header .right .top, header .right .bottom
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header #user_icon_desktop img
{
	margin: 5px;
	height: 30px;
	cursor: pointer;
}
.cart_icon
{
	cursor: pointer;
	color: #000;
	position: relative;
}
.cart_icon #cart_items_count
{
	background: #c5925b;
    display: inline-block;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
	position: absolute;
	top: -13px;
	right: -13px;
}
@media (max-width: 640px)
{
	#valuta_title
	{
		display: none;
	}
	header #currency_and_cart .currencySwitcher_container
	{
		margin-top: 0;
		display: flex;
		align-items: center;
	}
}
/* Footer */
footer
{
	color: #fff;
}
footer .footer
{
	background-color: #c5925b;
	padding: 30px 0;
}
footer .footer .title
{
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 8px;
}
@media(max-width: 991px)
{
	footer .footer .title
	{
		margin: 0;
	}
}
footer .footer a
{
	text-decoration: none;
	color: #fff;
}
footer .footer .social
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
footer .footer .social img
{
	width: 70px;
}
footer .footer #paypal_verified img
{
	width: 100%;
}
footer .copyright
{
	background-color: #b58552;
}
footer .copyright .container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}


/* jQuery ui dialog modal */
.ui-widget-overlay
{
	opacity: .9 !important;
	z-index: 10000000 !important;
}

.slick-prev:before, .slick-next:before
{
	color: #63482b;
}

.ui-dialog
{
	border-radius: 30px;
	/* overflow: hidden; */
	padding: 10px;
}
.ui-widget-header
{
	background: none;
	border: 0;
}
.autocomplete-fixed-height {
    max-height: 150px;
    margin-bottom: 10px;
    overflow-y: auto;
	overflow-x: hidden;
}

#localBanner
{
	position: fixed;
	left: -40px;
	bottom: 30px;
    background: #a27d5c;
    color: #FFF;
    padding: 3px 30px;
    z-index: 5;
    right: -39px;
    -ms-transform: rotate(34deg);
    transform: rotate(34deg);
    font-size: 14px;
    width: 193px;
    text-align: center;
}
