/* BEGIN max width 1200px */
	.content-form-page .col-md-offset-4 {
		margin-left: 15px;
	}
	.content-form-page .pull-right {
		float: left !important;
	}

	.quote-v1 span {
		font-size: 20px;
	}
	.header-navigation .dropdown-menu {
		left:10px;
		right:10px;
	}
/* END max width 1200px */

/* BEGIN min width 992px */
/* DG modifica @media (min-width: 992px) { */
@media (min-width: 768px) {
	.header .header-navigation {
		display: block !important;
	}
	.ecommerce .row.headerNavTollbar .xs-searchForm ,
	.ecommerce .header-navigation > ul > li.searchBox a.siteSearch ,
	.ecommerce .header-navigation > ul > li.login ,
	.ecommerce .header-navigation > ul > li.help {
		display:none;
	}
	.ecommerce .header .headerScreenLayer {
		display:none;
	}
}
/* END min width 1025px */

/* BEGIN min width 1025px max width 1205 */
/* DG modifica  @media (min-width: 992px) and (max-width: 1205px) { */
@media (min-width: 768px) and (max-width: 1205px) {
	body.page-header-fixed {
		padding-top: 121px !important; /* height of the header */
	}

	.header .header-navigation {
		display: block !important;
		clear: both;
		margin-top: -10px;
		float: left !important;
	}
	.reduce-header .header-navigation {
		margin-top: -6px;
	}
	.header .header-navigation > ul > li {
		margin-right: 27px;
	}
	.header .header-navigation > ul > li > a {
		padding: 5px 0 18px;
		padding:6px 0;
	}
	.reduce-header .header-navigation > ul > li > a {
		padding-bottom: 13px;	
	}
	.header .header-navigation > ul > li.active > a, .header .header-navigation > ul > li > a:hover, .header .header-navigation > ul > li > a:focus, .header .header-navigation > ul > li.open > a, .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li.open > a:focus {
		background: none;
	}
	.header-navigation > ul > li.dropdown:hover > a:after {
		margin-left: 10px;
	}

	.dropdown-fix-right .dropdown-menu {
		left: 0;
		right: auto;
	}

	.header .header-navigation li.menu-search {
		top: 1px;
		margin-left: -20px;
	}
	.ecommerce .header .header-navigation li.menu-search {
		top: 2px;
	}
	.header .header-navigation li.menu-search span.sep {
		top: 2px;
		margin-right: 26px;
	}
	.header .header-navigation li.menu-search i {
		top: -4px;
	}
	
}
/* END min width 1025px max width 1205 */


@media (max-width: 991px) {
	.ecommerce .header .top-cart-block:hover .top-cart-content-wrapper {
		display:none !important;
	}
	.ecommerce .sidebar {
		margin-top:40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ecommerce .header .additional-nav .list-unstyled li.welcome {
		padding-top:15px !important;
	}
	.header .header-navigation {
		margin-top:0;
		padding-top:0;
	}
	.header .header-navigation > ul > li {
		margin-right:0;
	}
	.ecommerce .header-navigation {
		letter-spacing:0;
		margin:0;
		display:table !important;
		float:none !important;
		margin:auto;
	}
	.header-navigation > ul > li.dropdown:hover > a:after {
		margin-left:0;
	}
	.header-navigation > ul > li.searchBox {
		margin-right:0;
	}
	.header-navigation > ul > li.searchBox form.formSearch {
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.header-navigation > ul > li.searchBox form.formSearch input.siteSearch {
		width:100px !important;
		height:25px;
		line-height:25px;
		margin:5px 0 0 0;
	}
	.header-navigation > ul > li.searchBox form.formSearch button.siteSearch {
		top:1px;
		height:23px;
		width:23px;
		font-size:16px;
		text-align:center;
		padding:0 0 0 0;
	}
	.header-navigation > ul > li.searchBox form.formSearch button.siteSearch:before {
		
	}
	.header-navigation > ul > li.dropdown:hover > a:after {
		display:none !important;
	}	
	.header-navigation > ul > li > .dropdown-menu {
		border-top: solid 3px transparent;
		margin-top: 7px !important;
		z-index: 1001;
	}
	.header-navigation > ul > li.dropdown.open > a:after {
		bottom:-10px;
		display:block !important;
		width: 0; 
		height: 0;
		z-index: 1002; 
		content: " "; 
		display: block !important; 
		position: absolute;
		border-bottom: 8px solid #e6400c;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}
	.header-navigation .dropdown-menu {
		left:10px;
		right:10px;
		width:auto;
		margin-left:0;
	}
	
	.ecommerce .header-navigation > ul > li.searchBox form.formSearch {
		/*left:-99999;*/
	}
	.ecommerce .header-navigation > ul > li.searchBox a.siteSearch {
		display:block;
		width:20px;
	}
	.ecommerce .header-navigation > ul > li.searchBox a.siteSearch:before {
		font: normal normal normal 18px/1 FontAwesome;
		content: "\f002";
	}
	body.searchOpen.ecommerce .header-navigation > ul > li.searchBox a.siteSearch:before {
		font: normal normal normal 18px/1 FontAwesome;
		content: "\f077";
	}
	body.searchOpen.ecommerce .header-navigation > ul > li.searchBox form.formSearch {
		display:block;
		opacity:1;
	}
	.ecommerce .header .row.headerNavTollbar {
		position:relative;
		display:table;
		width:100%;
	}
	.ecommerce .header-navigation > ul > li.searchBox form.formSearch {
		position:absolute;
		right:0;
		top:35px;
		background:#18161b;
		z-index:999;
		opacity:0;
		transition:opacity .5s ease-in-out;
		padding:5px 15px;
	}
		.ecommerce .header-navigation > ul > li.searchBox form.formSearch input.siteSearch {
			width:250px !important;
		}
		.ecommerce .header-navigation > ul > li.searchBox form.formSearch button.siteSearch {
			right:18px;
			top:11px;
		}
	
	.ecommerce {
		padding-top:170px !important;
	}
	.ecommerce .header {
		position:fixed;
		left:0;
		top:0;
		right:0;
	}
	.ecommerce .header ,
	.ecommerce .header .container {
		padding-right:0;
		padding-left:0;
		margin-right: 0;
		margin-left: 0;
		width:100%;
	}
	.ecommerce .header .container .mainHeaderContent {
		padding:0 15px;
	}
}
/* BEGIN max width 1024px */
/* DG modifica @media (max-width: 991px) { */
@media (max-width: 767px) {
	.ecommerce .header-navigation > ul > li.headerCart {
		display:none;
	}

	.ecommerce .header .top-cart-block {
		top:127px;
	}
		.ecommerce .header .top-cart-block i {
			display:block !important;
			background:#fff;
			color:#939598;
			font-size:12px;
			font-style:normal;
			position:absolute;
			top:-2px;
			right:-9px;
			line-height:normal;
			height:16px;
			min-width:16px;
			border-radius:100%;
		}

		.ecommerce .header .top-cart-block i {
			display:block !important;
			background:#fff;
			color:#939598 !important;
			font-size:12px;
			font-style:normal;
			position:absolute;
			top:-2px;
			right:-9px;
			line-height:normal;
			height:16px;
			min-width:16px;
			border-radius:100%;
		}
	.ecommerce .header {
		position:fixed;
		left:0;
		top:0;
		right:0;
		box-shadow: none;
		border-bottom: solid 3px #ddd;
		z-index:9999;
	}

	.ecommerce .header-navigation > ul > li.searchBox {
		display:none;
	}
	.ecommerce .row.headerNavTollbar .xs-searchForm {
		display: table;
		width: 100%;
	}
	.ecommerce .row.headerNavTollbar .xs-searchForm div.formSearch {
		display:block;
		padding: 0 0 8px 0;
		background:none;
		position:relative;
	}
	
		
		.ecommerce .row.headerNavTollbar .xs-searchForm div.formSearch button.siteSearch {
			right: 0;
			top: 0;
		}
	.ecommerce .header ,
	.ecommerce .header .container {
		padding-right:0;
		padding-left:0;
		margin-right: 0;
		margin-left: 0;
		width:100%;
	}
	.ecommerce .header.menuOpened {
		position:static;
		left:auto;
		top:auto;
		right:auto;
		margin-bottom:15px;
	}
	


	body.page-header-fixed {
		padding-top: 107px !important; /* height of the header */
	}

	
	.header .mobi-toggler {
		display: block;
	}
	.header .header-navigation {
		float: left !important;
		display: none;
		background: #F9F9F9;
		padding: 0 20px;
		margin: 0 0 10px 0 !important;
		font-size: 16px;
		overflow:hidden;
	}
	.header .header-navigation li {
		float: none;
		padding: 0;
		clear: both;
		display:block;
	}
	.header .header-navigation li > a,
	.header .dropdown.open .dropdown-toggle,
	.header .header-navigation li.open > a {
		border-bottom: 1px solid #efefef !important;
		padding: 8px 10px 9px;
		margin: 0 -10px;
		position: relative;
		color: #666 !important;
		background: none !important;
	}
	.ecommerce .header .header-navigation li > a,
	.ecommerce .header .dropdown.open .dropdown-toggle,
	.ecommerce .header .header-navigation li.open > a {
		padding: 12px 10px 9px;
	}
	.header .header-navigation li > a:hover,
	.header .header-navigation li.active > a,
	.header .header-navigation li.open > a:hover {
		border-bottom: 1px solid #efefef !important;
		background: none !important;
		color: #dd4632 !important;
		text-decoration: none;
	}

	.header-navigation > ul > li.dropdown:hover > a:after {
	    border: none;
	}

	.header-navigation > ul > li > a > i.fa-angle-down {
		display: block;
		float: right;
		margin: 3px 0 0;
	}

	/*
	##############################################
	##############################################
	##############################################
	##############################################
	##############################################
	##############################################
	*/
	/*
	.header-navigation .dropdown-menu,
	.header-navigation > ul > li > .dropdown-menu {
		width: auto;
		margin: 0 !important;
		border: none;
		box-shadow: none;
		background: none;		
		border-top: none;
		z-index: 22;
	}
	*/
	/*
	##############################################
	##############################################
	##############################################
	##############################################
	##############################################
	##############################################
	*/
	.header-navigation .dropdown-menu,
	.header-navigation > ul > li > .dropdown-menu {
		position:relative;
		width: 100%;
		margin: 0 !important;
		border: none;
		box-shadow: none;
		background: none;		
		border-top: none;
		z-index: 999;
	}
	.header-navigation .dropdown-menu li {
		border: none !important;
		margin-left:0;
	}
	.header-navigation .dropdown-menu li > a {
		padding: 10px 10px 9px;
		z-index: 999;
		position: relative;
	}

	.header-navigation .dropdown-menu li > a > i {
		display: none;
	}

	.header-navigation .dropdown-menu .dropdown-menu {
		display: block;
	}
	.header-navigation .header-navigation-content {
		border: none;
	}
	.dropdown-megamenu .header-navigation-content {
		padding: 5px 0 0;
		margin-left: -20px;
	}
	.dropdown-megamenu .header-navigation-content .row {
		margin: 0;
	}
	.dropdown-megamenu .header-navigation-content .header-navigation-col {
		padding: 0;
		float: none;
		width: 100%;
	}
	.dropdown-megamenu .header-navigation-content h4 {
		font-size: 13px;
		padding: 10px 10px 9px;
		margin: 0 -10px 0 10px;
	}
	.header-navigation .dropdown-megamenu .header-navigation-content li > a {
		padding: 10px 10px 9px;
	}

	.header-navigation-content-ext {
		background: none;
	}
	.header-navigation-description {
		height: auto !important;
		background: none;
		box-shadow: none;
		padding: 0;
		margin: 0 10px;
	}
	.header-navigation-content-ext .col-md-6,
	.header-navigation-content-ext .col-md-3 {
		float: none;
		width: 100%;
	}
	.dropdown-megamenu .header-navigation-content-ext .col-md-3 h4 {
		border-bottom: 1px solid #EFEFEF;
	}
	.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
		display: block;
	}
	.header-navigation-content-ext .col-md-3, .header-navigation-content-ext .col-md-6 {
		padding: 0;
	}
	.header-navigation-content-ext .col-md-6 {
		margin-left: 10px;
	}
	.header-navigation-content-ext .col-md-6 h4 {
		margin-left: 0;
		padding-left: 0;
	}

	.header .nav-brands {
		margin: 15px 10px;
		padding: 0;
		width: 100%;
		background: #fff;
	}
	.header .nav-brands ul {
		border: 1px solid #F0F0F0;
		padding: 10px;
	}
	.header .nav-brands li {
		max-width: 50%;
		display: inline-block;
		border: none;
		margin-left: 0
	}
	.header .nav-brands li a,
	.header .nav-brands li a:hover {
		border: none !important;
		margin: 0 !important;
	}

	.nav-catalogue .dropdown-menu > li {
		margin-left: 0;
	}
	.nav-catalogue .header-navigation-content {
		padding: 20px 0 0;
	}
	.nav-catalogue .product-item {
		margin-bottom: 20px;
	}

	.header-navigation li.menu-search,
	.ecommerce .header-navigation li.menu-search {
		top: 0;
		padding: 20px 0 10px;
		position: relative;
	}
	.header-navigation li.menu-search span.sep {
		display: none;
	}
	.header-navigation .search-box {
		position: relative;
		right: auto;
		left: 0;
	}
	.header-navigation .search-box:after {
		right: auto;
		left: 0;
	}

	.top-cart-block {
		margin-top: 3px;
	}

}
/* END max width 1024px */

/* BEGIN max width 991px */	
/* DG modifica @media (max-width: 991px) { */
@media (max-width: 767px) {
	.ecommerce .header .row.mainHeaderContent .additional-nav {
		display:none;
	}
	.ecommerce .header .row.mainHeaderContent .top-cart-block {
		position:absolute;
		right:15px;
		top:0;
		margin:0 0 0 0 !important;
		padding:0 0 0 0 !important;
		width: 40px;
		height: 40px;
	}
	.ecommerce .header .row.mainHeaderContent .top-cart-block .top-cart-info {
		display:none;
	}
	.ecommerce .header .row.mainHeaderContent .top-cart-info .fa.fa-shopping-cart {
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	.ecommerce .header .row.mainHeaderContent .site-logo {
		float:none;
		max-height:none;
		display:inline-block;
		text-align:center;
		padding:0;
		max-width:260px;
		margin: 55px auto 5px auto !important;
	}
	.shop-index-carousel {
		margin-left: 0;
		margin-right: 10px;
	}

	.brands .container {
		padding-right: 25px;
	}
	
	.ecommerce .header .header-navigation .searchBox {
		position:absolute;
	}

	.sidebar-menu a:focus {
		color: #444444 !important;
		text-decoration: none;
	}

	.sale-product___removed {
		margin-bottom: 40px;
	}
	.new-arrivals___removed {
		margin-left: 15px;
		padding-left: 0;
	}
	.two-items-bottom-items {
		margin-bottom: 40px;
	}
	.carousel img {
		width: 100%;
	}

	/*.steps-block {
		padding-bottom: 10px;
	}
	.steps-block-col {
		border: 2px solid #FFF;
		margin: 0 20px 20px 15px;
		padding: 20px 20px 15px;
		min-height: auto;
		float: left;
	}
	.steps-block-col:last-child {
		margin-right: 0;
	}
	.steps-block .steps-block-col div {
		margin-left: 0;
		margin-right: 0;
	}
	.steps-block h2 {
		font-size: 25px;
	}
	.steps-block em {
		text-transform: inherit;
	}
	.steps-block-col span,
	.steps-block-col .fa {
		display: none;
	}
	.steps-block-col:first-child em {
		margin-left: 0;
	}*/

	.steps-block-col {
		border: 2px solid #FFF;
		margin: 0 25px 20px 15px;
		padding: 20px 20px 15px;
		min-height: auto;
		float: none;
	}
	.steps-block-col:last-child {
		margin-right: 25px;
		margin-bottom: 0;
	}
	.steps-block .steps-block-col div {
		margin-left: 0;
		margin-right: 0;
	}
	.steps-block h2 {
		font-size: 43px;
	}
	.steps-block em {
		text-transform: uppercase;
	}
	.steps-block-col span {
		display: none;
	}
	.steps-block-col .fa {
		display: block;
	}

	.pre-footer-subscribe-box form {
		width: 100%;
	}

	.sidebar-products img {
		float: none;
		margin-bottom: 5px;
		width: 100%;
		height: auto;
	}
	.sidebar-products h3,
	.sidebar-products .price {
		margin-left: 0;
	}
	.product-page-options .pull-left {
		margin-bottom: 10px;

	}
	.product-quantity {
		margin-bottom: 10px;
	}

	/*
	if you want to hide buttons on mobile view, uncomment this block
	.pi-img-wrapper div {
		display: none !important;
	}*/
	.review .rateit {
		width: 100%;
		margin-bottom: 10px;
	}
	.list-view-sorting .pull-right {
		margin-bottom: 10px;
	}

	.service-box p, .service-box .service-box-heading em, .service-box .service-box-heading span {
		display: block;
		text-align: center;
	}
	.service-box .service-box-heading em {
		margin-bottom: 10px;
	}

	.quote-v1 {
		text-align: center;
	}
	.quote-v1 .text-right {
		text-align: center;
	}

	.recent-work .owl-carousel {
		margin-left: -10px;
	}
	.our-clients .owl-carousel {
		margin-left: -2px;
	}
	.recent-work .owl-carousel,
	.our-clients .owl-carousel {
		padding-top: 30px;
	}
	.recent-work .owl-buttons,
	.our-clients .owl-buttons {
		top: 0;
		left: -3px;
	}
	.our-clients .owl-buttons {
		left: -10px;
	}

	.testimonials-v1 {
		padding-top: 40px;
	}

	.recent-work .recent-work-item .fa {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		font-size: 14px;
		padding: 12px;
	}

	.recent-news-inner {
		padding: 10px 15px 0;
	}

	.ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
		padding-top: 0;
	}
	.pre-footer .pre-footer-subscribe-box {
    	padding-bottom: 25px;
	}
	.ecommerce .pre-footer-subscribe-box form {
		width: 100%;
	}

	.ecommerce .content-search h1 {
		padding-top: 0;
		margin-bottom: 3px;
	}
	.content-search form {
		margin: 0 0 6px;
	}
}
/* END max width 992px */

/* BEGIN max width 767px */
@media (max-width: 767px) {
	.ecommerce .top-cart-block .fa.fa-shopping-cart {
	}
		.ecommerce .top-cart-block .fa.fa-shopping-cart i {
			color:#fff;
		}
	
	
	.pre-header .pull-right {
		float: left !important;
	}
	.pre-header .pull-right li:first-child {
		padding-left: 0;
	}
	.ecommerce .pre-footer-subscribe-box form {
		float: none;
		width: auto;
	}

	.header .header-navigation {
		margin: 0 -10px 0;
		padding: 0 0;
	}
	.header-navigation-content {
		min-width: 100px;

	}

	.sidebar {
		margin-bottom: 40px;
	}
	.sidebar___removed {
		margin-bottom: 40px;
	}
	.sidebar-menu .fa-angle-right {
		display: inline-block;
	}
	.pre-footer .pull-right,
	.footer .pull-right {
		float: none !important;
	}
	.pre-footer .pull-right,
	.footer .pull-right {
		padding-top: 15px;
	}
	.footer .list-inline > li {
		padding-left: 0;
		margin-right: 5px;
	}


	.form-info {
		border-left: none;
		padding-left: 0;
		padding-top: 30px;
		border-top: 1px solid #E4E6E8;
		margin-bottom: 0;
	}

	.sidebar-products .item {
		float: left;
		width: 48%;
		margin-bottom: 20px;
		padding: 0 10px 10px;
	}
	.sidebar-products img {
		width: 100%;
		height: auto;
	}
	.list-view-sorting {
		/*background: #fff;*/
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list-view-sorting .col-md-10 {
		padding-right: 0;
	}
	.product-other-images {
		margin-bottom: 40px;
	}
	.product-page-options .pull-left {
		margin-bottom: 0;
	}
	.product-item .img-responsive {
		width: 100%;
	}
	.navbarContainer {
		float:none;
		text-align:center;
		margin-left:0;
		margin-right:0;
		border-bottom:solid 1px #ccc;
		margin-bottom:40px;
	}
	.navbarContainer ul.pagination {
		float:none !important;
		margin: 0 0 20px 0;
	}
	.pagination > li {
		margin-left: 0;
		margin-right: 5px;
	}

	.pre-footer .margin-bottom-40 {
		margin-bottom: 0;
	}
	.ls-layer3 .ls-price strong {
		top: -15px;
	}

	.glyphicons-demo ul li {
	    width: 12.5%;
	}

	.tab-style-1 .tab-content img {
    	margin: 5px 0 10px;
	}
	.testimonials-v1 {
		padding-top: 20px;
	}

	.front-steps-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}
	.front-steps-wrapper .front-step-col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.front-steps-wrapper .front-step:after {
		display: none;
	}

	.blog-posts h2, .ecommerce .blog-posts h2 {
	    padding-top: 15px;
	}

	.ecommerce .footer {
		padding: 10px 0 10px;
	}
	.ecommerce .footer .pull-right {
		padding-top: 10px;
	}
	.ecommerce .pre-footer address {
	    margin-bottom: 15px !important;
	}
	.footer img {
		margin-bottom: 10px;
	}
	.ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
		padding-top: 7px;
	}
}
/* END max width 767px */

/* BEGIN max width 600px */
@media (max-width: 600px) {
	.ls-layer3 .ls-price strong {
		top: -5px;
	}
}
/* END max width 600px */

/* BEGIN max width 480px */
@media (max-width: 480px) {
	.pre-header .list-inline li {
		display: block;
		border: none;
		margin-bottom: 10px;
		padding: 0;
	}
	.pre-header .col-md-6 {
		float: left;
	}
	.pre-header .additional-nav {
		float: right;
		text-align: right;
	}

	.nav-catalogue .pi-price {
		margin-bottom: 10px;
	}
	.nav-catalogue .pi-price,
	.nav-catalogue .product-item .add2cart {
		float: none;
	}

	.top-cart-block {
		clear: both;
		float: left;
		padding-top: 0;
		margin: 0 0 29px;
		width: 100%;
	}
	.top-cart-info {
		float: none;
	}
	.top-cart-block .fa-shopping-cart {
		top: 0;
	}
	.top-cart-content-wrapper {
		left: 0;
		right: auto;
	}
	.top-cart-content:after {
		left: 15px;
	}

	.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
		display: none;
	}

	.checkout-content {
	    padding: 0 0 40px;
	}
	.checkout-page h2 a {
		padding: 9px 10px 8px;
	}
	.table-wrapper-responsive {
		overflow-x: scroll;
	}

	.shopping-cart-page .btn-default {
		float: right;
	}
	.shopping-cart-page .btn-primary {
		clear: both;
		margin-top: 10px;
	}
	.checkout-page .btn-default {
		clear: both;
		margin-top: 10px;
		margin-right: 0 !important;
	}


	.steps-block-simple h2 {
		font-size: 21px;
	}
	.steps-block-simple em {
		font-size: 14px;
		text-transform: inherit;
	}

	.ecommerce .pre-footer-subscribe-box h2,
	.corporate .pre-footer-subscribe-box h2 {
		float: none;
	}

	.list-view-sorting .pull-right {
		float: left !important;
		margin: 0 30px 10px 0;
	}

	.header .top-cart-block {
		margin-top: 0;
	}
	.reduce-header .top-cart-block {
		margin-top: 0;
		margin-bottom: 19px;
	}
}
/* END max width 480px */

/* BEGIN max width 450px */
@media (max-width: 450px) {
	.ecommerce .steps-block h2 {
		font-size: 33px;
	}
}
/* END max width 450px */

/* BEGIN max width 405px */
@media (max-width: 405px) {
	.top-cart-content {
		width: 100%;
	}
	.top-cart-block img,
	.top-cart-block .cart-content-count {
		display: none;	
	}
}
/* END max width 405px */

/* BEGIN max width 390px */
@media (max-width: 390px) {
	.steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone {
	    border: 2px solid #FFFFFF;
	    border-radius: 30px !important;
	    float: left;
	    font-size: 20px;
	    width: 40px;
	    height: 40px;
	    margin-right: 11px;
	    padding-top: 12px;
	    text-align: center;
	    vertical-align: middle;	    
	}
	.ecommerce .steps-block h2 {
		font-size: 25px;
		padding-top: 2px;
	}
	.ecommerce .steps-block em {
		text-transform: inherit;
	}

	.mix-block .tab-content .col-md-3 {
		padding-right: 15px;
	}
}
/* END max width 390px */

/* BEGIN max width 330px */
@media (max-width: 330px) {
	.top-cart-content {
		width: 280px;
	}
}
/* END max width 330px */

/* BEGIN max width 320px */
@media (max-width: 320px) {
	.site-logo {
		margin-right: 0;
	}
	.content-form-page .btn-default {
		margin-top: 10px;
	}
	.price-availability-block .availability {
	    clear: left;
	    float: left;
	}
	.product-page-options .pull-left {
		margin-bottom: 10px;
	}
}
/* END max width 320px */

@media (max-width: 991px) and (min-width: 768px) {
	.header-navigation .dropdown-menu {
		background:transparent !important;
	}
	.ecommerce .header-navigation-content h4 a {
		font-size:13px !important;
	}
}