@media (max-width: 960px) {
	.responsive .standard-body .full-width .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.responsive .standard-body .fixed .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.responsive .main-fixed .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.responsive .standard-body .container .container,
	.responsive .main-fixed .container .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
}

@media (max-width: 767px) {

.responsive .buttons .right { float: none; }
	.responsive .buttons .center { text-align: right; margin-top: 10px;}

.breadcrumb .container > div {
		padding: 10px 0px 5px 0px;
	}

	/* Notification */
	.responsive .ui-notify { right: 10px;}
	.responsive .ui-notify .ui-notify-message { width: 265px; }
	.responsive select {
		width: 90%;
	}
	.responsive input[type="text"], .responsive input[type="password"], .responsive input[type="date"], .responsive input[type="datetime"], .responsive input[type="email"], .responsive input[type="number"], .responsive input[type="search"], .responsive input[type="tel"], .responsive input[type="time"], .responsive input[type="url"], .responsive textarea {
		max-width: 145px;
	}
	
	.responsive #search input[type="text"] {
		max-width: none;
	}
	.responsive h1, .responsive h2, .responsive h3 { margin-top: 0px;}
	/* Header Top */
	#top-line-holder {
		padding-top: 10px;
	}
	#welcome { text-align: center; }
	.responsive .currency, .responsive .language {
		border-top: 1px solid #f0f0f0;
	}
	
	.logo-store {
		text-align: center;
	}
	
	#header #search {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#livesearch_search_results {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
}
	#header-right { text-align: center; margin-top: 10px; }
	
	 #cart {
		display: block;
		margin: 0px 0px 15px 0px;
	}
	
	#cart .cart-heading {
		display: inline-block;
	}
		
	#cart .dropdown-menu, #laguange .dropdown-menu {
		width: 100%;
	}
		
	#header-right #cart .dropdown-menu:after, #laguange .dropdown-menu:after {
		right: 50%;
		margin-right: -15px;
	}
			
	#header-right #cart .dropdown-menu:before , #laguange .dropdown-menu:before {
		right: 50%;
		margin-right: -16px;
	}
	
	/* Revolution Slider */
	
	.fullwidthbanner-container {
		margin-top: 10px!important;
	}	
	
	.carousel-inner > .item {
		display: block;
	}
	
	/*Footer*/
	
	.responsive .footer-column:nth-child(2n+1) {
		clear: both;
	}
	
	.responsive .custom-footer, .responsive .footer, .responsive .copyright {
		margin-left: 0px; margin-right: 0px;
		padding-left: 0px; padding-righ: 0px;
	}
	
	.responsive .custom-footer, .responsive .footer {
		padding-bottom: 20px;
	}
	
	/* Column Left & Column Right */
	
	.responsive .col-sm-3 .product-grid .right, .responsive .col-sm-4 .product-grid .right {
    text-align: center;
	}















	/* Row */
	
	.responsive .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
		.responsive .row > div {
			padding-left: 10px;
			padding-right: 10px;
		}

	.responsive .standard-body .full-width .container {
		padding: 0px 10px;
	}
	
	.responsive .standard-body .fixed {
		padding: 0px;
	}
	
		.responsive .standard-body .fixed .container {
			padding: 0px 10px;
		}
	
	.responsive .fixed-body {
		padding: 0px;
	}
	
		.responsive .main-fixed .container {
			padding: 0px 10px;
		}
		
		.responsive .standard-body .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}
	
	/* Top */
	
	.responsive #top #header-left,
	.responsive #top #header-left-logo,
	.responsive #top #header-center,
	.responsive #top #header-right {
		padding-top: 0px;
		padding-left: 10px;
		text-align: center;
	}
	
		.responsive #top #header-left {
			padding-top: 10px;
		}
		
		.responsive #top #header-left-logo {
			padding-top: 20px;
		}
	
	.responsive #top .container {
		padding-bottom: 10px;
	}
		
	/* Top -> Block Cart */
	
	.responsive #top #cart {
		display: block;
		margin: 0px 0px 15px 0px;
	}
	
		.responsive #top #cart .cart-heading {
			display: inline-block;
		}
		
		.responsive #top #cart .dropdown-menu {
			width: 100%;
		}
		
			.responsive #top #header-right #cart .dropdown-menu:after {
				right: 50%;
				margin-right: -15px;
			}
			
			.responsive #top #header-right #cart .dropdown-menu:before {
				right: 50%;
				margin-right: -16px;
			}

	/* Main Content
	------------------*/
	
	.responsive .main-content .container,
	.responsive .standard-body .main-content .container {
		padding-bottom: 20px;
	}
	
		/* Slider */
		
		.responsive .fullwidthbanner-container {
			margin-top: 0px !important;
		}
		
			.responsive #slider .fullwidth .fullwidthbanner-container {
				margin-top: 0px !important;
			}
		
		/* Center column */
		
		/*.responsive .center-column {
			padding-top: 20px;
		}*/
	
		/* Banner */
		
		.responsive .banners > div {
			padding-top: 20px;
		}
		
		/* Block */
		
		/*.responsive .box {
			padding-top: 20px;
		}25.07.2014 edited*/
		
		.responsive .inner-page .pattern > div > .row:first-child > div {
			margin-top: 0px !important;
		}
		
			.responsive .inner-page .pattern > div > .row:first-child > div {
				float: none;
			}
			
			.responsive .inner-page .pattern > div > .row:first-child > div:first-child {
				margin-top: -5px !important;
			}
		
		/* Product */
		
		.responsive .product-list .cart, 
		.responsive .product-info .cart-holder { margin-right: 0px; margin-top: 10px; clear: both; }
		.responsive .product-info .wishlist-holder, .responsive .product-info .compare-holder,  .responsive .product-list .compare { margin-top: 10px; }
		.responsive .product-list .wishlist { margin-left: 10px; margin-top: 10px;}
		.responsive .product-list .product .image img { margin: 0; }
		.responsive .product-grid,
		.responsive .center-column .product-grid {

		}
		
			.responsive .product-grid .row > div:after {
				top: 30px;
			}
		
			.responsive .product-grid .product,
			.responsive .center-column .product-grid .product {
				margin-top: 20px;
			}
			
			.responsive .center-column .product-grid {
				margin-bottom: 20px;
			}
			
			.responsive .product-grid .row > div.col-xs-6:nth-child(odd) {
				clear: both;
			}
			
		/* Product for column left & right */
		
		.responsive .box > .prev,
		.responsive .box > .next,
		.responsive .tab-content .prev-button, 
		.responsive .tab-content .next-button {
			display: none;
		}
		
		.responsive .col-sm-3 .products,
		.responsive .col-sm-4 .products {
		}
			
			.responsive .col-sm-3 .carousel-indicators,
			.responsive .col-sm-4 .carousel-indicators {
				display: none;
			}
			
			.responsive .col-sm-3 .products .product-grid,
			.responsive .col-sm-4 .products .product-grid {
				margin: -20px 0px 0px 0px;
			}
			
			.responsive .col-sm-3 .products .row > div.col-xs-6,
			.responsive .col-sm-4 .products .row > div.col-xs-6 {
				width: 50%;
				margin: 0px;
			}
			
				.responsive .col-sm-3 .products .row > div .product,
				.responsive .col-sm-4 .products .row > div .product {
					margin-top: 20px;
					padding: 14px;
					text-align: center;
					position: relative;
					border: none;
				}
				
					.responsive .col-sm-3 .products .row > div .product .left,
					.responsive .col-sm-4 .products .row > div .product .left {
						float: none;
						width: 100%;
					}
					
					.responsive .col-sm-3 .products .row > div .product .right,
					.responsive .col-sm-4 .products .row > div .product .right {
						float: none;
						width: 100%;
						margin-left: 0%;
						padding-top: 0px;
					}
					
		/* Product list */
		
		.responsive .product-list > div {
			margin-bottom: 20px;
			text-align: left;
		}
		
			.responsive .product-list .actions > div {
				padding: 15px 0px 0px 0px;
				border-top: 1px solid #e6e6e6;
				margin: 20px 0px 0px 0px;
			}
			
				.responsive .product-list .actions > div:before {
					display: none;
				}
				
		.responsive .manufacturer-list ul {
			width: 100%;
		}		
		
		/* Category page */
		
		.responsive .category-info {
			padding: 0px 0px 10px 0px;
		}
		
		.responsive .category-list-text-only {
			margin-bottom: 15px;
		}
		
			.responsive .category-list .row > div {
				margin-bottom: 16px;
			}
			
				.responsive .category-list-text-only .row > div {
					margin-bottom: 6px;
				}
		
		.responsive .product-filter {
			margin: 0px 0px 20px 0px;
		}
		
			.responsive .product-filter .options,
			.responsive .product-filter .list-options,
			.responsive .product-filter .list-options .limit {
				float: none;
				margin: 0px;
				clear: both;
			}
				
				.responsive .product-filter .list-options .sort {
					padding-top: 10px;
				}
				
				.responsive .product-filter .list-options .limit {
					padding-left: 0px;
				}
			
		/* Product page */
		
			/* Thumbnails */

			.responsive .product-info .thumbnails li,
			.responsive .product-info .thumbnails-left li {
				width: 25%;
				float: left;
			}
		
		/* Pagination */
		
		.responsive div.pagination .results { 
			float: none;
			width:100%;
			text-align:center;
		}
		
		.responsive div.pagination .links { 
			float: none;
			width: 100%;
			text-align: center;
		}
		
		/* Content */
		
		.responsive .login-content .left,
		.responsive .login-content .right,
		.responsive .main-content .content .left,
		.responsive .main-content .content .right,
		.responsive .checkout-content .left,
		.responsive .checkout-content .right { 
			float: none;
			width: 100%; 
		}

	/* Custom Footer
	-----------------*/
	
	.responsive .custom-footer .background {
		background-image: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
	}
	
	.responsive .custom-footer .pattern {
		padding: 5px 0px 26px 0px;
	}
	
		.responsive .custom-footer h4 {

		}
	
	/* Footer
	-----------------*/
	
	.responsive .footer .pattern {
		padding: 5px 0px 26px 0px;
	}
		
		.responsive div.footer-panel:nth-child(3) {
			clear: both;
		}


	
	/* Copyright
	------------------*/
	
	.responsive .copyright {
		text-align: center;
	}
	
		.responsive .copyright ul {
			padding: 5px 0px 10px 0px;
			float: none;
		}
	
	/* Htabs */
	
	.responsive .htabs {
		margin-top: 10px;
		padding: 0;
		height: auto;
		margin-bottom: 10px;
	}
	
		.responsive .htabs a {
			float: none;
			clear: both;
			text-align: center;
			display: block;
			margin-top: 5px;
		}
		
			.responsive .htabs a.selected:after {
				display: none;
			}
			
	.responsive .center-column  .tab-content {
		margin: 0 0 10px;
	}		
			
	/* Cloud zoom */
	
	.responsive .zoomContainer {
		display: none !important;
	}
	
}


@media (min-width:767px) and (max-width:1168px) {
	.responsive .product-list .cart, .responsive .product-list .wishlist { margin-right: 10px; }
	
	.breadcrumb .container > div {
		padding: 15px 0px 10px 0px;
	}
	
	.responsive #column_left .box .box-heading, .responsive #column_right .box .box-heading { font-size: 14px; } .responsive .center-column #title-page { font-size: 18px!important; } .responsive h2, .responsive .h2, .responsive .box .box-heading  { font-size: 14px; line-height: 14px;}

}