﻿/* TABLET */
@media screen and (min-width: 768px) and (max-width: 991px)
{
	html
	{
		height: auto;
		overflow: auto;
	}
	body
	{
		font-size: 16px;
	}

	body.home > div main
	{
		font-size: 36px;
		line-height: 38px;
	}


	#sidebar-page-content
	{
		overflow: auto;
		overflow-x: hidden;
		z-index: 1000;
	}

	.hamburger
	{
		
	}
	#menu-button
	{
		left: 30px;
		margin: 0;
		top: 20px;
		border-width: 0;
	}
	#menu-button:hover,
	#menu-button:active,
	#menu-button:focus
	{
		background-color: transparent !important;
	}
	#menu-button .icon-bar
	{
		background-color: #333;
		height: 2px;
		width: 35px;
		display: block;
		margin-bottom: 6px;
		/*box-shadow: 0 0 5px 0 #000;*/
	}
	#menu-button .title
	{
		position: absolute;
		top: 2px;
		left: 45px;
		font-size: 16px;
	}
	

	.sidebar-wrapper.toggled #sidebar-page-content
	{
		left: 250px;
		z-index: 998;
	}
	#sidebar-overlay
	{
		left: 250px;
		background-color: rgba(255,255,255,0.8);
		z-index: 1000;
	}
	.sidebar-wrapper.toggled #sidebar-menu-wrapper
	{
		width: 250px;
	}
	.sidebar-wrapper.toggled .hamburger
	{
		left: 280px !important; /* 440 + 30 */
		z-index: 999;
	}

	nav#sidebar-menu-wrapper
	{
		
	}
	nav .aside-menu
	{
	}
	nav .aside-menu .menu-close-wrap
	{
		padding: 20px 0 20px 30px;
		top: 0;
		left: 0;
		z-index: 1;
	}
	nav .aside-menu .menu-close-wrap figure
	{
		cursor: pointer;
	}
	nav .aside-menu .menu-close-wrap figure img
	{
		width: 15px;
		margin-left: 133px;
		vertical-align: baseline;
	}
	nav .aside-menu .menu-close-wrap .title
	{
		font-size: 16px;
		line-height: 16px;
		vertical-align: text-top;
	}

	.main-menu nav.nav-6
	{
		padding-top: 50px;
	}

	#sidebar-page-content
	{
		overflow: auto;
		z-index: 1000;
	}

	.login-bar .header-logo img
	{
		width: 35px;
	}
	.login-bar .user-header-name
	{
		position: relative;
		padding:  30px 0 0 0;
	}
	.login-bar .user-header-name::before
	{
		content: '';
		display: block;
		position: absolute;
		left: -30px;
		right: -30px;
		top: 15px;
		height: 10px;
		z-index: 101;
		background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%,rgba(0,0,0,0) 100%);
	}
	.login-bar .user-header-name .box
	{
		margin-bottom: 0;
		font-size: 28px;
		line-height: 40px;
		padding-top: 10px;
		font-weight: bold;
	}
	.login-bar .user-header-name .box img
	{
		width: 21px;
		vertical-align: baseline;
		margin-right: 10px;
	}

	div#main aside
	{
		display: none;
	}
	main
	{
		padding-top: 64px;
	}
	#main-content-container
	{
		padding-top: 30px;
	}
	.page-fixed-header
	{
		left: 0;
	}

	footer
	{
		font-size: 14px;
		/*border-top: 1px solid #CCC;*/
		margin-top: 60px;
		padding-top: 30px;
		margin-bottom: 60px;
	}
	footer .footer-title
	{
		margin-bottom: 30px;
	}


	body.auth
	{
		background-image: url('../../Images/bg01.png');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	body.auth .title
	{
		padding-top: 60px;
	}
	body.auth .title h1
	{
		font-size: 28px;
		font-weight: bold;
	}
	body.auth footer
	{
		padding-bottom: 90px;
	}
	body.auth footer figure img
	{
		width: 226px;
	}
	body.auth .iubenda
	{
		margin-top: 30px;
	}

	.auth-box
	{
		margin: 60px auto 20px auto;
		width: 500px;
		box-shadow: 0 0 20px #DDD;
		border-radius: 4px;
		padding: 30px;
	}
	.auth-box .table
	{
		/*margin-bottom: 20px;*/
	}
	.auth-box input[type=checkbox] + label
	{
		vertical-align: 3px;
	}
	.auth-box > label
	{
		margin-bottom: 2px;
	}
	.auth-box .error-box
	{
		margin-bottom: 15px;
	}
	.auth-box h3
	{
		margin-bottom: 15px;
	}
	.auth-box-psw-forgot
	{
		padding-bottom: 20px;
		width: 500px;
		margin: 0 auto 20px auto;
	}
	.auth-box-go-register
	{
		display: block;
		font-size: 16px;
		padding: 20px;
		width: 500px;
		margin: 0 auto 60px auto;
	}
	.auth-box .recovery-info
	{
		font-size: 14px;
		padding-top: 10px;
	}

	.table.info figure img
	{
		width: 14px;
		margin-right: 5px;
		vertical-align: 1px;
		margin-left: 8px;
	}
	.table.info .info-text
	{
		font-size: 12px;
		vertical-align: 1px;
	}

	.hr-title
	{
		display: inline-block;
		margin-bottom: 5px;
	}
	.hr-title h4
	{
		font-size: 32px;
	}
	.hr-title span
	{
		display: inline-block;
		margin-top: 10px;
		height: 5px;
		width: 100px;
	}
	.p
	{
		margin-bottom: 30px;
		font-size: 14px;
	}

	#orders
	{
		padding-top: 35px;
	}

	.info-fancy
	{
		width: 90% !important;
	}

	.conditions
	{
		margin: 0;
		padding: 0;
		list-style: none;
		margin-bottom: 30px;
	}
	.conditions li
	{
		border-bottom: 1px solid #F0F0F0;
		padding: 10px 0;
		font-size: 14px;
	}
}