@media (min-width: 1200px) {
	.container {
		width:1200px;
	}
	.camera_wrap .camera_fakehover {
		min-height: 174px;
	}	
}
	
@media (max-width: 1199px) {
	.table th, .table td {
		padding:8px;
	}	
}

@media (min-width: 768px) {
	header {
		z-index: 10;
	}
	header #logo {
		min-height:90px;
	}
	.col-sm-9.right{
		float:right;
	}
	.box .box-heading i, .tab-heading i{
		display:none;
	}	
	#search .inner{		
	}
	.input__search{
		display:inline-block;		
		padding:0 9px;
		border:none;
		background:#fff;
		box-shadow:inset 5px 5px 10px rgba(0,0,0,.2);
		-moz-box-shadow:inset 5px 5px 10px rgba(0,0,0,.2);
		-webkit-box-shadow:inset 5px 5px 10px rgba(0,0,0,.2);
	}
	#cart .heading {
	}
	#cart .heading span.link_a {
		color:#fff;
		font-size:14px;
		line-height:22px;
		font-weight:bold;
		padding:4px 0 10px;
	}
	
	#cart .heading span.link_a:hover i.fa-angle-down {
		color:#f12a2d;
	}
	.box .box-product li .quick-view-button, 
	.box .box-product li .image2 img, 
	.product-grid li .image img,
	.box-subcat li .image img,
	.related li .image img,
	.product-list .image a img,
	.product-info .image-additional a img,
	.compare-block a img{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}	
	.box-product .image2 a:hover img,
	.product-grid .image a:hover img,
	.box-subcat .image a:hover img,
	.related .image a:hover img,
	.product-list .image a:hover img,
	.product-info .image-additional a:hover img,
	.compare-block a:hover img{
		transform: scale(1.1,1.1); 
		-o-transform: scale(1.1,1.1); 
		-moz-transform: scale(1.1,1.1); 
		-webkit-transform:scale(1.1,1.1); 
	}	
	
}

@media (min-width: 768px) and (max-width: 1199px) {
	.login-content .heading h2 {
		font-size:16px;
	}
	a.button span {
		white-space:normal;
	}
	.compare-info td img {
		max-width:100px;
	}
	aside .box .box-heading {
		font-size:19px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	header #logo {
		max-width:220px;
	}
	.box-category > ul > li > a, .man .box-content li a, .box .info-list li a {		
		font-size: 14px;
	}
	.box-category > ul > li ul > li > a {
		font-size: 13px;
	}
	header .nav__primary .links a {
		padding-left:16px;
		padding-right:16px;
	}
	header .links li a {
		/*padding-left:16px;
		padding-right:16px;*/
	}
	.logo-block #search {
		margin-left:24px;
	}
	.toprow .header-button {
		padding-left:16px;
		padding-right:16px;
	}
	a.button, a.button-prod {
		font-size: 15px;
		padding: 9px 13px 9px;
	}
	html[lang="de"] .product-grid .cart {
		margin-right:0;
	}
	html[lang="de"] a.button i, html[lang="de"] a.button-prod i{
		display:none;
	}
	a.button i, a.button-prod i {
		margin-left:4px;
	}
	#cart .heading span.link_a strong, #cart .heading span.link_a b {
		margin-right: 5px;
	}
	#cart .heading span.link_a i.fa-shopping-cart {
		margin-right: 8px;
	}
	html[lang="es"] #cart .heading span.link_a strong, html[lang="es"] #cart .heading span.link_a b {
		font-size:15px;
	}
	.price {
		font-size: 18px;
	}
	.price .price-old {
		font-size: 16px;
	}
	/* camera */
	.camera_wrap .camera_caption {
		/*width: 41%;*/
	}
	/*.camera_wrap .camera_caption h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.camera_wrap .camera_caption p {
		font-size: 19px;
		line-height: 23px;
	}*/
	/* banner */
	.banner .s-desc {    
		font-size: 16px;
		line-height: 20px;
	}
	/*  name  */
	
	header #cart .cart td.name a  {
		font-size: 13px;
		line-height: 17px;
	}
	/* ------ */
	
	.product-info .cart-top-padd {
		margin-bottom:5px;
	}
	
	#cart {
		margin-left: 0;
	}
	.related {
		padding: 0 63px;
	}
}
@media (max-width: 991px) {		
	.product-filter .product-compare {
		margin-top:2px;
	}
	/* table wishlist */
	.wishlist-product .table.table-bordered {
		border:0;
	}
	.wishlist-product .table thead{
		display:none;
	}
	.wishlist-product .table tbody{
		display:block;
		border:0
	}
	.wishlist-product .table tr {
		display:block;
		margin-bottom:30px;
		border:1px solid #d7d7d7;
		border-bottom:0;
	}
	.wishlist-product .table td {
		display:block;
		border:0;
		border-bottom:1px solid #d7d7d7
	}
		#menu {
		display:none;
	}
	.obavijest {
		min-height:260px
	}		
}
@media (min-width: 768px) and (max-width: 991px) {

	header #logo a img {
		min-width:180px;
	}
	.logo-block .links {
		/*margin-top: 0;
		margin-bottom:5px;
		margin-left:50px;*/
	}
	.logo-block  .links li a {
		background-image: none;
		
	}
	.logo-block  .links li:first-child a {
		background-image: url(../images/links-separator.png);

	}
	html[lang="de"] aside .box.info .box-heading{
		word-wrap: break-word;
	}	
	html[lang="de"] aside #compare.box a.button{
		font-size:13px;
	}
	
	li.parent > i {
		width: 10px;
	}
	.box-category > ul > li > a, .man .box-content li a, .box .info-list li a {		
		font-size: 13px;
		padding-left:12px;		
	}
	.box-category > ul > li.parent > a{		
		padding-right:19px;		
	}
	.box-category > ul > li ul > li > a {
		font-size: 12px;
		font-weight:normal;
	}
	li.parent > i {
		position: absolute;
		right: 0;
		top: 0;
		width: 24px
	}
	.box-category > ul ul > li > a i {
		display:none;
	}
	.box-category > ul > li ul > li {
		padding-left: 9px;
		padding-right:19px;
	}	
	.box-category > ul > li li.parent > i {
		width: 24px;
		line-height:28px;
	}
	header .nav__primary .links a {
		padding-left:7px;
		padding-right:7px;
	}
	header .links li a {
		padding-left:7px;
		padding-right:7px;
	}
	.logo-block #search {
		margin-left:24px;
	}
	.toprow .header-button {
		padding-left:16px;
		padding-right:16px;
	}
	a.button, a.button-prod {
		font-size: 14px;
		padding: 9px 13px 9px;
	}
	html[lang="de"] a.button-prod {
		padding-left:10px;
		padding-right:10px;
	}
	a.button i, a.button-prod i{
		display:none;
	}
	header #logo {
		max-width:220px;
	}
	html[lang="de"] .box .box-product .cart a.button,
	html[lang="de"] .product-grid .cart a.button,
	html[lang="de"] .box .box-product .cart a.button span,
	html[lang="de"] .product-grid .cart a.button span{
		line-height:16px;
	}
	a.button i, a.button-prod i {
		margin-left:4px;
	}
	#cart .heading span.link_a strong, #cart .heading span.link_a b {
		margin-right: 5px;
	}
	#cart .heading span.link_a i.fa-shopping-cart {
		margin-right: 8px;
	}
	html[lang="es"] #cart .heading span.link_a strong, html[lang="es"] #cart .heading span.link_a b {
		font-size:15px;
	}
	.price {
		font-size: 13px;
	}
	.price .price-old {
		font-size: 11px;
	}
	.box-product .description, .product-grid .description1, .product-list .description {
		font-size: 12px;
		line-height: 16px;
	}
	/* camera */
	.camera_wrap .camera_caption {
		/*width: 41%;*/
	}
	.camera_wrap .camera_caption h1 {
		font-size: 15px;
		line-height: 15px;
	}
	.camera_wrap .camera_caption p {
		font-size: 13px;
		line-height: 13px;
	}
	/* banner */
	.banner .s-desc {    
		font-size: 13px;
		line-height: 15px;
	}
	
	/*  name  */
	
	header #cart .cart td.name a {
		font-size: 13px;
		line-height: 17px;
	}
	/* ------ */
	#cart {
		margin-left: 0;
	}
	#search {		
		z-index:9;
		float:right;
		margin-top:0;
		margin-bottom:20px;
	}
	#search input {
		max-width: 181px;
	}
	
	.foot-phone {
		font-size: 22px;
	}		
	.product-info .cart-top-padd .q-mini{
		height:30px;
	}		
	.product-info .review a + a {
		margin-left: 10px;
	}	
	
	/**----------------------------**/
	
	.checkout-content {
		padding:20px;
	}
	.compare-info td img {
		max-width:90px
	}
	.compare-info td a.button span {
		font-size:11px; padding:7px 6px
	}
	.compare-info td:first-child {
		max-width:80px;
		word-wrap: break-word;
	}
	.compare-info .prod-stock {
		font-size:12px;
	}	
	.login-content .form-horizontal .control-label {
		max-width:100%;
		text-align:left;
	}
	.login-content .form-horizontal .controls{
		margin-left:0;
	}
	.related {
		padding: 0 81px;
	}
	.product-filter .display {
		clear:both;
		float:none;
		padding-top:10px;
	}
	footer .fa.fa-phone {
		display:none;
	}
	.login-content .heading h2 {
		font-size:13px;
	}
	.login-content .heading i {
		font-size:20px;
	}	
	.compare-block .image {
		float:none;
		text-align:center;
		margin-bottom:8px;
	}
	.obavijest {
		min-height:400px
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) { 

	#full_gallery {
		display:block;
	}
	#default_gallery {
		display:none;
	}
	.box .box-content .box-product ul li:hover .quick-view-button {
		display:none !important; 
		visibility:hidden; 
	}

}
@media (max-width: 767px) {
	
	header {
	position: relative;	
	background:#c30f1a;
	margin-bottom:30px;
	background-image: url("../images/zaglavlje2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
		/*background-size: contain;*/
		/*height: 232px*/
		min-height: 280px
}
	.srch{	
	visibility: hidden
}
.obavijest {
		min-height:200px
	}
/*header .container {margin-top: 35px}*/

	/* camera */
	.camera_wrap  .camera_caption {
		/*padding-top: 0;
		top:50%;
		height:auto;
		margin-top:-112px;*/
	}
	.col-sm-8{
		width: 66,66%; 
		float: left;
	}	
		.naslov {
		width:60%
	}
	.slicica {
		width:40%;
		float:right
	} 	
	/*-----*/
	.banner{
		text-align:center;
		margin-left:0;
		margin-right:0;
		margin-bottom:20px;
	}	
	.banner > div.col-sm-4 {
		width:90%;
		display: inline-block;
		margin-bottom: 10px;
		padding-left:5px;
		padding-right:5px;
		text-align:left;
	}
	.box.category, .nav__primary, .logo-block ul.links{
		display:none;
	}
	footer .col-sm-2, footer .col-sm-3{
		display:none;
	}	
	.foot-phone, footer .social, header .links{
		display:none;
	}	
	#menu-gadget {
		display:block;
		margin-top:182px;
	}
	header .toprow {
		display: none;
	}
	section{
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}
	header .container, #copyright, section {
		width:100%;
	}
	.container__footer{
		display:none;
	}
	#cart .heading span.link_a i.fa.fa-shopping-cart{
		display:inline-block;
		font-size:26px;
		line-height:50px;
	}
	#cart .heading span.link_a {
		line-height:50px;
		min-width:80px;
		height:50px;
		border-left:1px solid #000;
		border-radius:0;
	}
	#cart .heading span.link_a i.fa-shopping-cart {
		color:#fff;
		margin-left:10px;
		background:none;
		width:auto;
		height:auto;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}
	header #cart.active .content {
		top:50px
	}	
	.zoomContainer{
		display:none;
	}
	.product-info {
		padding-bottom: 0;
	}
	.checkout-content {
		padding:20px;
	}
	.about-page i {
		display:none;
	}
	#cboxContent .about-page {
		padding: 0 10px;
	}
	
	.name a:hover {
		text-decoration:none;
	}
	.name a {
		text-decoration:underline;
	}
	.checkout-checkout .name a {
		font-size:13px;
	}
	aside #compare {
		display:none !important;
	}
	#full_gallery {
		display: block;
		margin: 0 auto;
		max-width: 270px;
	}
	#default_gallery {
		display:none;
	}
	.tabs .tab-heading:hover {
		cursor:pointer;
	}
	.tabs .tab-content {
		display:none;
	}
	#content {
		margin-bottom:30px;
	}
	aside .box .box-product {
		text-align: center;
	}
	aside .box.account .box-content{
		padding-top:10px;
		padding-bottom:10px;
	}
	aside .box .box-content .box-product ul > li {
		display: inline-block;
		max-width: 270px;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	.related {
		margin-left: auto;
		margin-right: auto;
		max-width: 170px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.product-info .cart-top-padd {
		margin-bottom:10px;
	}
	.box {
		margin-bottom:10px;
		padding-bottom:0;
		}
	.tabs {
		margin-bottom:10px;
	}
	
	aside .box .box-heading, 
	.tabs .tab-heading {
		background: #f12a2d;
		border:none;
		color:#fff;
		font-size:20px;
		line-height:24px;
		font-weight:bold;
		padding:8px 25px 10px 15px;
		margin-top:0;
	}
	aside .box.account .box-heading,
	aside .box.specials .box-heading,
	aside .box.new-products .box-heading,
	aside .box.bestsellers .box-heading,
	.tabs .tab-heading {		
		margin-bottom:10px;
	}
	aside .box.specials .box-content,
	aside .box.new-products .box-content,
	aside .box.bestsellers .box-content{
		padding-top:10px;
	}
	aside .box-product li:first-child .padding {
		border-top: 1px solid #dcdbdb;
	}
	#content .box .box-product .cart-button .cart, 
	.product-grid .cart {
		display: inline-block;
		width: auto;
	}
	.product-grid .cart-button {
		display: inline-block;
	}
	.product-grid .image a, 
	#content .box .box-product .image2 a, 
	#content .box .box-product .image a {
		margin-bottom: 0;
		padding:0;
		margin-top:0;
	}
	.product-grid .name {
		height:auto;
	}
	.product-list .description {
		display:none;
	}
	.product-info h1 {
		display:none;
	}
	.product-info h1.view {
		display:block;
	}
	.product-filter .display {
		display:none;
	}	
	.box .box-content .box-product ul li:hover .quick-view-button {
		display:none !important; 
		visibility:hidden; 
		opacity:0
	}
	#compare-total  {
		display:none;
	}
	#content .box .box-product li {
		border-top: 1px solid #dcdbdb;
		margin-bottom: 20px !important;
		padding-top: 20px;
	}
	#content .box-subcat li {
		padding-top: 25px;
	}
	#content .box-product li:first-child {
		border-top: none;
		padding-top: 0;
	}	
	footer {
		padding:0;
	}
	footer table {
		display:none;
	}
	#copyright {
		margin-top:0;
	}
	footer, .common-home footer{
		margin-top:30px;	
	}
	header #logo {
		margin:65px 0 20px;
	}
	.cart-position {
		position:fixed;
		top:0;
		right:0;
		margin:0;
		z-index:100;
	}	
	/* box product */
	.box.featured .box-content, .box.specials .box-content{
		overflow:hidden;
	}
	.product-grid li .padding, 
	#content .box .box-product .padding {
		border: none;
		padding: 0;
	}	
	#content .box-product  .image2{
		float:left;
		width:30%;
		margin-bottom:0;
	}
	#content .box .box-product .inner {
		width:58%;
		float:left;
		margin-left:30px;
		padding:0;
		border:none;
	}	
	#content .box-product li{
		margin-bottom:30px;
	}
	/* search */
	.logo-block #search {
		position:fixed;		
		top:50px;
		left:0;
		z-index:101;
		display:none;
		width:100%;
		margin:0;
		z-index:10;
	}
	#search .inner {
		padding:4px 5px;
		background-color:#4a4a4a;
		overflow:hidden;
		position:relative;
	}
	#search input {
		width:100%;
		max-width:none;
		height:44px;
		background:#fff;
		border-radius:4px;
		box-shadow:inset 0 0 11px rgba(0,0,0,0.22);
		padding:10px 40px 10px 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	#search .button-search i {
		font-size:22px;
		line-height: 40px;
		width: 40px;
		height: 40px;
		color:#fff;
	}
	#search .button-search {
		position: absolute;
		top: 6px;
		right:7px;
		height:40px;
		width:40px;
		background-image:none;
		background: #f12a2d;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border: none;
	}
	#search .button-search:hover {
		background:#585858;
		color:#fff;
	}
	/* Cart */
	.cart-position #cart .heading span.link_a b,
	.cart-position #cart .heading span.link_a #cart-total,
	.cart-position #cart .heading span.link_a i.fa.fa-angle-down {
		display:none;
	}
	.cart-position{
		min-width:83px;
	}
	.cart-position #cart .heading span.link_a #cart-total2 {
		background:url(../image/cart-total2.png) no-repeat left top;
		display:block;
		position:absolute;
		top:14px;
		left:40px;
		height:22px;
		line-height:22px;
		width:30px;
		text-align:center;
		overflow:hidden;
	}
	header #cart.active .content {
		display: block;
	}
	.toprow-1 .cart-position {
		display:block;
		margin:0;
	}
	.col-sm-3 .box-content {
		display:none;
	}
	aside .box-heading:hover {
		cursor:pointer;
	}
	.box-heading i {
		float:right;
		color:#fff;
		font-size:20px;
		line-height:26px;
	}
	.box-heading:hover i {
		color:#333;
	}
	aside .box-product .name {
		height:auto !important;
	}
	/* swipe menu */
	.swipe-control i {
		font-size:26px; 
		color:#fff; 
		line-height:50px;
	}
	.swipe-control:hover i {
		text-decoration:none;
	}
	.swipe-control {
		display: block;
		height: 50px;
		width: 64px;
		z-index: 100;
		text-align:center;
		border-right:1px solid #000;
		float:left;
	}
	.swipe-usporedba {
		display: block;
		height: 50px;
		width: 64px;
		z-index: 100;
		text-align:center;
		border-right:1px solid #000;
		float:left;
		/*display: none*/
	}
	.swipe-usporedba i {
		font-size:26px; 
		color:#fff; 
		line-height:50px;
	}
	.header-button.active i.fa-angle-down:before{
		content:'\f106' !important;
	}
	body #page {
		height:100%
	}
	body.ind div.shadow{
		left:0;
		top:0;
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		background:url("../image/overlay.png") repeat scroll 0 0;
		z-index:99;
	}
	body.ind #page {
		margin-left: 237px;
		width:100%;
		position:fixed;
		left:0;
		top:0;
		z-index:2
	}
	body #body .swipe .swipe-menu{
		background-color: #f6f6f6;
		height:100%;
		overflow:scroll;
	}
	body #body .swipe {
		display:none;
	}
	body.ind #body .swipe {
		display:block;
		background-color:#f6f6f6;
		position:fixed;
		color:#4d4d4d;
		width:237px;
		top:50px;
		left:0;
		z-index:100;
		overflow:hidden;
		z-index:101;
	}
	header .toprow .links,
	header .toprow .header-button	{
		display:none;
	}
	header .toprow-1 {
		display:block;
	}
	#livesearch_search_results {
		display:none !important; 
	}
	/* product list */
	.product-list ul li .image {
		width:35%;
		float:left;
	}
	.product-list ul li .left {
		width:65%;
		float:left;
	}
	/* product grid */
	.product-grid{
		overflow:hidden;
	}
	.product-grid .name, .product-list .name {
		margin-bottom: 20px;
	}
	.product-grid ul li {
		overflow: hidden;
		border-top: 1px solid #dcdbdb;
		padding-top: 20px;
		margin-bottom: 20x;
	}
	.product-grid ul li:first-child{
		border-top: none;
		padding-top: 0;
	}
	.product-grid ul li .image {
		width:30%;
		float:left;
		margin:15px 15px 0 0;
		
	}
	.product-grid ul li .left {
		width:65%;
		float:left;
		margin-left:5%;
		padding:0;
		border:none;
	}
	.product-list .image {
		margin-bottom: 0;
	}
	.product-list ul li {
		padding-top: 25px;
	}
	/* box-category */
	.box-subcat {
		overflow:hidden;
	}
	.box-product.box-subcat li {
		height:auto !important;
		overflow:hidden;
	}
	.box-product.box-subcat li .image {
		float:left;
		width:30%;
		max-width:170px;
		margin-bottom:0;
	}
	.box-product.box-subcat li .name {
		width:65%;
		float:left;
		margin-left:5%;
	}
	/* order */
	.order-list .order-info {
		text-align:left;
	}
	.order-content{
		padding-top:0;
	}
	.order-content>div>div {
		margin-top:20px;
	}
	.garancija {
		top:-15px;
		left:15px;
	}
}

@media (max-width: 680px) {
	/* camera */
	.camera_wrap .camera_caption {
		/*margin-top: -85px;	*/	
	}
	.camera_wrap .camera_caption h1 {
		font-size: 15px;
		line-height: 15px;
	}
	.camera_wrap .camera_caption p {
		/*font-size: 19px;
		line-height: 23px;*/
		display: none;
	}
          
}

@media (max-width: 555px) {	
	/* camera */
	/*.camera_wrap .camera_caption {
		margin-top: -70px;
	}
	.camera_wrap .camera_caption h1 {
		font-size: 35px;
		line-height: 36px;
	}
	.camera_wrap .camera_caption p {
		font-size: 15px;
		line-height: 18px;
	}*/
	/*-----*/
	.about-page i {
		display:none;
	}
	#cboxContent .about-page {
		padding: 0 10px;
	}
	.content-border h2{
		margin-bottom:20px;
	}
	.content-border {
		border:0;
		padding:0;
		margin-bottom:0;
	}
	.checkout .checkout-product .table td {
		font-size:12px !important;
		padding:4px 2px !important;
	}	
	.shop-cart .table.table-bordered {
		border:0;
	}
	.shop-cart .table {
		display:block;
		width:100%
		}
	.shop-cart .table thead {
		display:none;
		}
	.shop-cart .table tbody {
		display:block;
		border:0;
	}
	.shop-cart .table tbody tr {
		display:block;
		margin-bottom:30px; 
		border:1px solid #d7d7d7;
		border-bottom:0;
	}
	.shop-cart .table tbody td {
		display:block;
		text-align:center;
		border:0;
		border-bottom:1px solid #d7d7d7;
	}
}
@media (max-width: 515px) {
	img#captcha {
		margin-left:0;
	}
}

@media (max-width: 480px) {
	/* camera */
	/*.camera_wrap .camera_caption {
		margin-top: -50px;
		width: 55%;
	}*/
	.camera_wrap .camera_caption h1 {
		font-size: 13px;
		line-height: 13px;
	}
	.camera_wrap .camera_caption h2 {
		display: none;
	}
	.camera_wrap .camera_caption p {
		font-size: 12px;
		line-height: 14px;
	}
	.price {
    	font-size: 13px;
   }
   .price .price-old {    
	    font-size: 13px;
	    line-height: 23px;
   }
	.camera_prev > span {    
    height: 20px;
    width: 25px;
    margin: 28px 0 0 30px;
   }
   .camera_next > span {    
    height: 20px;
    width: 25px;
    margin: 28px 0 0 20px;
   }
   .camera_next > span::after, .camera_prev > span::after {
   		top:20px;
   		left: 20px;
   }
	/*-----*/
	.checkout .checkout-product .table td {
		font-size:11px !important;
		padding:4px 2px !important;
	}	
	.banner > div {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 440px) {
	.banner .s-desc {
		font-size: 16px;
		line-height: 19px;
	}
	.login-content .heading i {
		font-size:30px;
	}
	.about-page i {
		display:none;
	}
	#cboxContent .about-page {
		padding: 0 8px;
	}
	.login-content .heading h2 {
		font-size:13px;
	}
	.checkout-content {
		padding:10px;
	}
	header #cart.active .content {
		max-height: 262px;
		min-height: 90px;
	}
	header #cart.active .content .content-scroll {
		height: 100%;
		max-height: 217px;
		padding-bottom: 10px;
		overflow-y:scroll;
		webkit-overflow-y:scroll;
	}
	.cart-bottom .buttons .center {
		text-align:right;
	}
	.about-page i {
		display:none;
	}
	#confirm .name a {
		font-size:11px;
		text-transform:none;
		font-weight:normal;
	}
}

@media (max-width: 410px) {	
	.product-info .review img {
		margin-bottom:10px;
		float:none;
	}
	.product-info .review .btn-rew {
		float:none;
	}
	.product-filter .sort {
		float:none;
	}
	.product-filter .limit {
		float:none;
		margin:10px 0 0 0;
	}
	footer #copyright .social{
		display:none;
	}
	footer #copyright{
		text-align:center;
	}
}

@media (max-width: 372px) {
	a.button, a.button-prod {
		font-size: 15px;
		padding: 9px 13px;
	}
	.cart a.button i, .cart a.button-prod i{
		display:none;
	}
	.banner .s-desc {
		font-size: 14px;
		line-height: 16px;
	}
	a.button-prod {
		margin-left:0;
	}	
}

@media only screen and (max-width: 768px) {
    .garancija {
		display: none !important;
	}
	
	#kartamodal1, #kartamodal2, #kartamodal3, #kartamodal4, #kartamodal5 {
        display: none !important;
    }
}