@media screen and (max-width: 1024px) { 
	
	.td-content { width: 1000px }
	
	/* HEADER */
	
	.header-logo-area { text-align: center }
	.header-btn-area { padding-top: 10px }
	.dropbtn { font-size: 80%; padding: 10px }
	.header-cart-btn { font-size: 80%; padding: 4px 10px }
	
	/* ASIDE */
	.category-title { margin-bottom: 10px }
	.aside-categories { font-size: 70% }
	.aside-news { text-align: center; font-size: 70% }
	.accordion { font-size: 70%; padding: 6px }
	.panel { font-size: 80%; padding: 0 6px }
	
	/* MAIN */
	.main-header-order { margin-top: 8px }
	.main-item-name { font-size: 160% }
	
	.lightbox-aside { display: none }
	.lightbox-main { width: 100%; }
	.lightbox { height: 50% }
	.lightbox { margin-top: 100px }
	#swipe { display: block };
	
	/* CART */
	.cart-box-content-title { font-size: 120% }
	.cart-sum-title { font-size: 100%; font-weight: bold; text-align: center; }
	.cart-sum-amount-title { font-size: 100% }
	
	/* FOOTER */
	.footer-col { padding: 20px }
	.footer-ul li { font-size: 70% }
}

@media screen and (max-width: 768px) {
	
	.td-content { width: 100% }
	.col { margin: 0 }
	
	/* HEADER */
	.big-header { display: none; }
	.mobile-header { display: block; overflow: hidden; }
	.mobile-top { width: 100%; height: 50px; position: fixed; top: 0; left: 0;background-color: #010066; color: #fff; z-index: 4; padding: 10px; box-shadow: 0 2px 10px #777 }
	.result_title { font-size: 50% }
	.menu-icon { font-size: 30px; cursor: pointer; color: white; padding-right: 20px }
	.inside-resp-menu { margin-top: 20px; }
	.resp-info-section { position: fixed; top: 50px; left: 0; width: 100%; background-color: #e6e9f0; z-index: 5; font-size: 80%;  }
	
	/* MAIN */
	.main { margin-top: 100px; width: 100%; padding: 0 !important; }
	.leftbar { display: none !important; padding: 0; margin: 0 }
	.span-1-of-4 { width: 100%; background-color: green; }
	.span-3-of-4 { width: 100%; }
	.product-box { width: 100%; margin: 0; padding: 10px; }
	.product-image { width: 100%; text-align: center }
	.product-image img { width: 80%}
	.product-box-inside { min-height: auto }
	.content-main { width: 100%}
	.product-title p { line-height: 120%; margin: 20px auto; font-size: 120% }
	.main-back-link { margin-top: 15px; display: block; font-size: 70% }
	.main-item-name { font-size: 100% }
	.main-item-image-area { width: 100% }
	.main-item-info-area { width: 100%; padding: 0}
	
	/* ORDER DETAILS*/
	.order-sum-area-half { width: 100% }
	
	/* SIDENAV */
	.sidenav a {font-size: 18px;}
	
	/* LOGIN */
	.login_container { width: 90% }
	.login_table, .login_bottom_table { width: 100% }
	.login_table td{ font-size: 80% }
	.login_bottom_table td{ font-size: 80% }
	.login_retval { font-size: 70% }
	
	/* CART */
	.cart-items { width: 100% }
	.cart-sum-section { width: 100%; margin: 0; padding: 0}
	.cart-sum-section-inside { margin: 0}
	.cart-box-image { width: 100%; text-align: center }
	.cart-box-image img{ max-width: 70% }
	.cart-box-content { width: 100% }
	.cart-box-content-details { font-size: 70% }
	.cart-selected-color-box { width: 20px !important; height: 20px !important; }
	.del_ordered_item { margin-top: 20px }
	
	/* ORDERS*/
	.orders-table { max-width: 100% }
	.orders-table td, th { font-size: 70% }
	.order-detail { position: fixed; top: 100px; left: 0}
	.order-detail-title { display: none }
	.order-detail-close { font-size: 100%; }
	.order-detail-table td, th { font-size: 60% }
	.order-detail-top { height: 50px }
	.order-sum-area-half { font-size: 60%; }
	.order-sum-area { overflow-y: auto; min-height: 4000px }
	
	/* ORDER */
	.order-bottom { width: 90%; margin: 10px auto }
	.order-total-sum { font-size: 120% }
	#gross_price_amount { margin-left: 20px }
	#total_amount { margin-left: 20px }
	.order-condition-label { font-size: 70% }
	
	/* SEARCH */
	.search-error { font-size: 90% }
	.search-product-image { width: 100%; text-align: center } 
	.search-product-image img { width: 70% } 
	.search-product-aside { width: 100% } 
	.search-product-aside h2 { font-size: 130%; margin-top: 20px } 
	.search-product-aside h1 { text-align: center; margin-top: 20px } 
	.search-product-aside p { font-size: 70%; line-height: normal } 
	
	/* PROFIL */
	.profil-container { width: 90%; margin: 10px auto; }
	.profil-table td{ font-size: 80% }
	.profil-btn { font-size: 80% }
	
	/* ÜZLETSZABÁLYZAT */
	.uzlet-title { line-height: 1 }
	
	/* GARANCIA */
	.garancia-title { line-height: 1 }
	
	/* REGISTRATION */
	.registration_section { width: 90%; margin: 10px auto }
	.registration-btn-area { width: 90%; margin: 0 auto }
	
	/* FOOTER */
	.footer-col { text-align: center; width: 100%; }
	.cookie-bar span { font-size: 60% }
	
}
