@media (max-width: 991px) {
	.responsive .standard-body .full-width .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.responsive .standard-body .fixed .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.responsive .main-fixed .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
		.responsive .standard-body .container .container,
		.responsive .main-fixed .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}
		
	/* Block */
	
	.responsive .col-sm-3 .box-with-products,
	.responsive .col-sm-4 .box-with-products,
	.responsive .col-md-3 .box-with-products,
	.responsive .col-md-4 .box-with-products {
		display: none;
	}
		
	.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;
		}
}

@media (max-width: 1270px) {
	.responsive .camera_wrap {
		height: auto !important;
	}
	
	.responsive #top .search_form {
	     width: 240px;
	}
}

@media (max-width: 991px) {
	.responsive #main .dropdown-menu {
		display: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}
	
		.responsive #main .open > .dropdown-menu {
			display: block !important;
		}
}

@media (max-width: 767px) {

	/* @group 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 20px;
	}
	
	.responsive .standard-body .fixed {
		padding: 0px;
	}
	
		.responsive .standard-body .fixed .container {
			padding: 0px 20px;
		}
	
	.responsive .fixed-body {
		padding: 0px;
	}
	
		.responsive .main-fixed .container {
			padding: 0px 20px;
		}
		
		.responsive .standard-body .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}
		
	/* @end */
		
	/* @group Mobile Disabled */
	
	.responsive .mobile-disabled {
		display: none !important;
	}
	
	/* @end */
	
	/* @group Top Bar
	------------------*/
	
	.responsive #top-bar .container {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
		
		/* @group Currency and Language */
		
		.responsive #top-bar form {
			float: none;
			display: inline-block;
			padding: 0px 7px;
		}
		
		     .responsive #top-bar form:before {
		          display: none;
		     }
		     
		     .responsive #top-bar form .dropdown > a {
		          height: auto;
		          padding: 2px 0px;
		     }
		
		.responsive #top-bar .dropdown {
			float: none;
			display: inline-block;
			text-align: left;
		}
		
		.responsive #top-bar .menu {
		     text-align: center;
		}
		
		     .responsive #top-bar .menu > li {
		          padding: 2px 7px;
		          margin: 0px;
		          height: auto;
		     }
		     
		     .responsive #top-bar .menu > li:before {
		          display: none;
		     }
		
		/* @end */
			
	/* @end */
	
	/* @group Top */
	
	.responsive #top .container {
	     padding-top: 20px;
	     padding-bottom: 30px;
	}
		
     	/* @group Logo */
     	
     	.responsive #top .logo {
     		text-align: center;
     	}
     	
     	/* @end */
     	
     	.responsive #top .search_form {
     	     margin-right: 0;
     	     margin-left: 0;
     	     width: 100%;
     	     display: block;
     	     margin-top: 20px;
     	}
     	
     	.responsive #top #cart_block {
     	     margin-top: 25px;
     	     padding-top: 0;
     	}
     		
     	/* @group Block Cart */
     	
     	.responsive #top #cart_block .dropdown-menu {
     		display: none !important;
     	}
     		
     	/* @end */
     	
     	/* @group Right */
     	
     	.responsive #top #header-right {
     		text-align: center;
     	}
     	
     	/* @end */
	
	/* @end */
	
	/* @group Breadcrumb
	------------------*/
	
	.responsive .breadcrumb .container {
		padding-top: 0px !important;
	}
	
	/* @end */

	/* @group Main Content
	------------------*/
	
	.responsive .main-content .pattern > .container,
	.responsive .standard-body .main-content .pattern > .container {
		padding-bottom: 30px;
	}
	
		/* @group Slider */
		
		.responsive .camera_slider {
			margin-top: 20px !important;
		}
		
			.responsive #slider .fullwidth .camera_slider {
				margin-top: 0px !important;
			}
			
		/* @end */
			
		/* @group Center column */
		
		.responsive .center-column {
			padding-top: 20px;
		}
		
		/* @end */
	
		/* @group Banner */
		
		.responsive .banners > div {
			padding-top: 20px;
		}
		
		     .responsive .banners > div:first-child {
		          padding-top: 30px;
		     }
		
		/* @end */
		
		/* @group Block */
		
		.responsive .box {
		     padding-top: 10px;
		}
		
		     .responsive .center-column .box {
		          padding-top: 0;
		     }
			
		     /* @group Carousel mobile products */
			
			.responsive .box-product .carousel .item .product-grid .row > div {
				display: none !important;
			}
			
				.responsive .box-product .carousel .item .product-grid .row:first-child > div:first-child,
				.responsive .box-product .carousel .item .product-grid .row:first-child > div:nth-child(2) {
					display: block !important;
				}
				
			/* @end */
			
		/* @end */
		
		/* @group Product */
		
		.responsive .center-column .product-grid {
		     margin-bottom: 20px;
		}
		
		     .responsive .product-grid .row:before {
		          display: none;
		     }
		     
		     .responsive .product-grid .row > div {
		          position: relative;
		     }
		     
		     .responsive .product-grid .row > div:before {
		          content: '';
		          position: absolute;
		          bottom: 0;
		          left: 0;
		          right: 10px;
		          background: url(../img/patterns/heading/01.png);
		          display: block;
		          height: 1px;
		     }
		     
		     .responsive .product-grid .row > div.col-xs-6:nth-child(odd):before {
		          right: 0;
		          left: 10px;
		     }
		
			.responsive .product-grid .product,
			.responsive .center-column .product-grid .product {
			}
			
			.responsive .center-column .product-grid {
			}
			
			.responsive .product-grid .row > div.col-xs-6:nth-child(odd) {
				clear: both;
			}
          
          /* @end */
					
		/* @group Product list */
		
		.responsive .product-list > div {
			margin-bottom: 20px;
		}
		
		     .responsive .product-list .name-desc {
		          padding-top: 20px;
		     }
		
			.responsive .product-list .actions > div {
				padding: 25px 0px 0px 0px;
				border-top: 1px solid #e6e6e6;
				margin: 25px 0px 0px 0px;
			}
			
			     .responsive .product-list .actions > div .button {
			          display: inline-block;
			     }
			
				.responsive .product-list .actions > div:before {
					display: none;
				}
				
		/* @end */
					
		/* @group Category page */
		
		.responsive .category-info {
		}
		
		     .responsive .category-info .image {
		          padding-bottom: 14px;
		     }
		     
		     .responsive .category-info > p {
		          padding-bottom: 20px;
		     }
		
		.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;
				}
				
		/* @end */
			
		/* @group Product page */
		
		.responsive .product-info {
		     padding-bottom: 15px;
		}
		
		.responsive .product-info .product-name {
		     padding-top: 20px;
		}
		
			/* Thumbnails */

			.responsive .product-info .thumbnails li,
			.responsive .product-info .thumbnails-left li {
				width: 25%;
				float: left;
			}
			
		/* @end */
		
		/* @group Pagination */
		
		.responsive div.pagination-results .text-left,
		.responsive div.pagination-results .text-right { 
			text-align:center;
		}
		
		/* @end */
		
		/* @group 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%; 
		}
		
		/* @end */
		
	/* @end */

	/* @group Custom Footer
	-----------------*/
	
	.responsive .custom-footer .pattern {
	     padding-bottom: 30px;
	}
	
		.responsive .custom-footer h4,
		.responsive .custom-footer .strip-line {
		     margin-top: 5px;
		}
		
		.responsive .custom-footer .row > div {
		     float: left;
		     clear: left;
		     width: 100%;
		}
		
	/* @end */
	
	/* @group Footer
	-----------------*/
	
	.responsive .footer .pattern {
	     padding-bottom: 30px;
	}
	
		.responsive .footer h4,
		.responsive .footer .strip-line {
		     margin-top: 5px;
		}
		
		.responsive .footer .row > div {
		     float: left;
		     clear: left;
		     width: 100%;
		}
		
	/* @end */
	
	/* @group Copyright
	------------------*/
	
	.responsive .copyright {
	}
	
		.responsive .copyright ul {
			padding: 5px 0px 20px 0px;
			float: none;
		}
		
		     .responsive .copyright ul li:first-child {
		          margin-left: 0;
		     }
		
	/* @end */
		
	/* @group Cloud zoom */
	
	.responsive .zoomContainer {
		display: none !important;
	}
	
	/* @end */
	
	/* @group Banners */
	
	.responsive .banner {
		margin-top: 30px;
	}
	
	/* @end */
	
	/* @group Quickview */
	
	.responsive #quickview .thumbnails {
		margin-bottom: 0px;
	}
	
	/* @end */
	
	/* @group Modal */
	
	.responsive .modal-footer {
		text-align: center;
	}
	
		.responsive .button-continue-shopping {
			display: inline-block;
			float: none;
		}
		
		.responsive .button-checkout {
			display: inline-block;
			float: none;
		}
		
	/* @end */
	
	.responsive .htabs a {
	     line-height: 1.6;
	}
}