/*---------- btn -------*/

.btn {
	min-width: 180px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 1rem;
	padding: 8px 35px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 50px;
	font-weight:600;
	text-transform: uppercase;
	line-height: 30px;
	box-shadow: 0px 1px 3px rgba(35, 42, 53, 0.6) !important;
	-moz-box-shadow: 0px 1px 3px rgba(35, 42, 53, 0.6) !important;
	-webkit-box-shadow: 0px 1px 3px rgba(35, 42, 53, 0.6) !important;
}
.btn:focus {
	box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}
.btn-sm {
	font-size: 0.9rem;
	padding: 3px 20px;
	min-width: 150px;
}
.btn-md {
	font-size: 1.1rem;
	padding: 8px 35pxx;
}
.btn-lg {
	font-size: 1.4rem;
	padding: 12px 35px;
}
.btn-info {
	color: #000 !important;
	background: #fbb807;
	border-color: #000;
}
.btn-info:hover, .btn-info:focus, .btn-info:after {
	background: #1a4b86;
	border-color: #000;
	color: #fff !important;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	background: #1a4b86;
	border-color: #fff;
}
.btn-primary {
	color: #fff !important;
	background: #222a34;
	border-color: #222a34;
}
.btn-primary:hover, .btn-primary:focus {
	background: #f26522;
	border-color: #f26522;
	color: #fff !important;
}
.btn-primary-transparent {
	color: #fff !important;
	background: #15623a;
	border-color: #15623a;
}
.btn-primary-transparent:hover, .btn-primary-transparent:focus {
	background: transparent;
	border-color: #15623a;
	color: #15623a !important;
}
.btn-secondary-transparent {
	color: #fff !important;
	background: #15623a;
	border-color: #15623a;
}
.btn-secondary-transparent:hover, .btn-secondary-transparent:focus {
	background: transparent;
	border-color: #fff;
	color: #fff !important;
}
.banner-home .btn-primary:hover, .banner-home .btn-primary:focus {
	border-color: transparent;
}
.btn-secondary {
	color: #fff !important;
	background: #f26522 !important;
	border-color: transparent;
}
.btn-secondary:hover, .btn-secondary:focus {
	background: #222a34 !important;
	border-color: transparent;
	color: #fff !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background: #15623a;
	border-color: transparent;
}
.btn-primary.disabled, .btn-primary:disabled {
	background: #15623a;
	border-color: transparent;
	color: #fff !important
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	background: #1db100;
	border-color: #1db100;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus {
	box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}
.btn-outline-primary {
	border: 1px solid #293341 !important;
	color: #293341 !important;
	background: none !important;
	box-shadow: 0 0 0 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:after {
	background: #293341 !important;
	color: #fff !important;
	border-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	background: #fff !important;
	color: #1a4b86 !important;
	border-color: transparent;
}
.btn-outline-secondary {
	border: 1px solid #fff;
	color: #fff !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:after {
	background: #fff;
	border-color: transparent;
	color: #15623a !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
	background: #fff;
	border-color: transparent;
	color: #15623a !important;
}
.btn-outline-third {
	border: 1px solid #fff;
	color: #fff !important;
}
.btn-outline-third:hover, .btn-outline-third:focus, .btn-outline-third:after {
	background: #fff;
	border-color: transparent;
	color: #222E34 !important;
}
.btn-outline-third:not(:disabled):not(.disabled).active, .btn-outline-third:not(:disabled):not(.disabled):active, .show > .btn-outline-third.dropdown-toggle {
	background: #fff;
	border-color: transparent;
	color: #222E34 !important;
}

/*-----end ---------*/

.row{
	margin-right: -10px;
	margin-left: -10px;
}

[class*="col"]{
	padding-right: 10px;
	padding-left: 10px;
}

.sub-heading{
	font-size: 1.1rem;
	line-height: 24px;
	margin-bottom: 25px;
}

.top-bar{
	background:#293341;
}

.ship-info{
	background:#f6f7f9;
	padding:8px 0; 
	font-size:13px;
}

.ship-info ul#header-details{
	margin:0
}

#header-details {
	display: flex; 
	justify-content: space-between;
	flex-wrap:wrap;
}

section#featured{
	background: #fbfbfb;
	padding: 35px 0;
}

nav{
	background:#293341;
}

.mail-support, .mail-support a{
	color:#fff;
}

.head-social-icons{
	font-size:13px;
}

.mail-support{
	font-size:13px;
}

.mail-support li{
	line-height: 15px;
}

.mail-us{
	padding-right: 10px;
	border-right: 1px solid #fff;
	margin-right: 10px;
}

.search-block{
	
}

.basket-link a{
	color:#333;
	font-size: 15px;
}

.basket-link a:hover{
	text-decoration:none;
}

.basket-link a i{
	
}

.search-box form{
	position:relative;
}

.search-icon{
	position: absolute;
	right: 15px;
	top: 10px;
}

.search-block{
	
}

.search-block input[type="submit"]{
	font-size: 0;
	width: 44px;
	height: 48px;
	float: left;
	background: #f26622 url(../images/search.png) no-repeat center center / 20px auto;
	position: absolute;
	right: 0;
}

.Catslider .owl-item li{
	border: 1px solid #737373;
}

.Catslider .owl-item li a.image-wrapper{
	width:40%;
	display: inline-block;
	height: auto !important;
}

.Catslider .owl-item li a.image-wrapper img{
	padding: 10px;
	width: 100%;
	height: 170px;
	object-fit: contain;
}

.Catslider .owl-item li .data{
	width: 60%;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-size: 20px;
}

#category-banner .cat-banner{
	position:relative;
	overflow:hidden;
}

#category-banner .cat-banner a{
	display: block;
}

#category-banner .cat-banner img{
	width: 100%;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transform: scale(1);
}

#category-banner .cat-banner a:hover img{
	transform: scale(1.1);
}

.Catslider .owl-item li .data p.name{
	height: auto;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	height: auto !important;
}

.Catslider .owl-item .item{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}

.container-inner{
	max-width:1000px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
	margin:auto;
}

.max-width-1200{
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
	margin:auto;
}

.max-width-800{
	max-width:800px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
	margin:auto;
}

.max-width-600{
	max-width:600px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
	margin:auto;
}

#about-section{
	font-size: 16px;
}

#about-section h2{
	text-align: center !important;
}

#featured .product-slider .item{
	background: #fff;
	padding: 15px;
	text-align: center;
	border: 1px solid #ddd;
	margin:0;
	box-shadow: 0px 0px 3px #ccc;
}

#explore-flavours{
	background:#4ac5d3;
	color:#fff;
	overflow: hidden;
}

.white-text{
	color:#fff;
}

#banner li{
	background:#4ac5d3;
}

#banner li.slide-2{
	background:#d22656;
}

#banner li.slide-3{
	background:#e9cb70;
}

#banner li.slide-2 .banner-img::before,
#banner li.slide-3 .banner-img::before{
	content: inherit;
	display:none;
}

.banner-img{
	position:relative;
	text-align: center;
}

.banner-img:before{
	/*content: "";
	border-radius: 100%;
	width: 500px;
	height: 500px;
	background: #3ba6b2;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;*/
}

.banner-img img{
	width: 90%;
	z-index: 1;
	position: relative;
	padding-top: 10px
}

.banner-icon{
	margin-bottom: 30px;
}

footer{
	background: #dbdbdb;
}

.explore-left img{
	margin-bottom: -100px;
}

.brand-slider .owl-item li{
	border: 1px solid #eee;
}

.top-title{
	letter-spacing: 1px;
	font-size: 17px;
	color: #293341;
}

.banner-text h1{
	font-size: 4rem;
	line-height: 3.5rem;
	margin-top: 5px;
	text-transform: uppercase;
}

.flavours-section{
	background:#fff url(../images/flavours-bg.png) no-repeat center top;
	padding: 130px 0 30px;
}

.flex-content-inner{
	background:#efe0cb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 10px 0;
	overflow: hidden;
}

.flex-column:nth-child(2) .flex-content-inner{
	background:#b6bce3;
}

.flex-column:nth-child(3) .flex-content-inner{
	background:#f09398;
}

.flex-column:nth-child(4) .flex-content-inner{
	background:#ecdf8c;
}

.flex-column:nth-child(5) .flex-content-inner{
	background:#f49179;
}

.flex-column:nth-child(6) .flex-content-inner{
	background:#9ee5ae;
}

.flex-column:nth-child(7) .flex-content-inner{
	background:#ffc584;
}

.flex-column:nth-child(8) .flex-content-inner{
	background:#ebd0a3;
}

.flex-column:nth-child(9) .flex-content-inner{
	background:#e2aab8;
}

.flex-column:nth-child(10) .flex-content-inner{
	background:#fa9592;
}

.flex-column:nth-child(11) .flex-content-inner{
	background:#f0cf81;
}

.flex-column:nth-child(12) .flex-content-inner{
	background:#dae1a3;
}

.fcc-item--content{
	padding: 20px;
}

.fcc-item--link:hover{
	text-decoration:none;
}

.fcc-item-txt .sub-heading{
	color: #293341;
}

.fcc-item--image{
	width: 40%;
}

.fcc-item--image img{
	height: 155px;
	object-fit: cover;
	width: 100%;
}

.stock-rating{
	font-size: 13px;
}

.footer-bottom{
	background: #000;
	color: #9f9f9f;
	padding: 10px 0;
	font-size: 12px;
}

.payment-icons ul{
	margin:0
}

.payment-icons ul li{
	display: inline-block;
	margin: 0 1px;
}

.payment-icons ul li img{
	
}

.footer-social-icon li{
	display:inline-block;
}

.footer-social-icon li a{
	background: #c6c6c6;
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 50px;
	text-align: center;
	line-height: 28px;
	margin-right: 5px;
}

.footer-social-icon li a:hover{
	background:#f26522;
	color: #fff;
}

.address{
	margin: 15px 0 !important;
}

.address i{
	display: inline-block;
	vertical-align: top;
}

.address-section{
	display: inline-block;
}

footer.wrapper{
	font-size: 13px;
}

#category-slide{
	padding-bottom: 5px;
}

#latest-news{
	padding: 90px 0 40px;
	background:url(../images/bg-blog-min.png) no-repeat center top / cover;
}

.box-white{
	background: #fff;
	padding: 15px;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0;
	box-shadow: 0px 0px 6px #ccc;
}

.article-meta a{
	
}

.foot-contact-info{
	font-size: 14px;
}

.foot-contact-info li i{
	width: 12px;
}

.foot-contact-info li.address i{
	margin-top: 4px;
}

.footer-social-icon{
	margin-top: 25px;
}

.footer-menu li:before{
	content:"- "
}

.footer-menu li ul{
	margin: 5px 0 0 12px;
}

.selectric {
   border: 1px solid #ccc;
	background: #fff;
	position: relative;
	border-radius: 32px;
	padding: 6px 10px;
	box-shadow: 0 1px 4px 0 #ddd inset;
}

.selectric b.button{
	height: 42px;
}

.cat-filters .sort, .cat-filters .perpage, .cat-filters .paging{
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.breadcrumb-custom{
	font-size:13px;
	margin-bottom: 10px
}

.cat-product .image-wrapper  img.mn-bg-img{
	height: 120px;
}

#results .cat-product .item{
	width: 100%;
	margin: 10px 0;
	box-shadow: 0px 0px 3px #ccc;
	text-align: center;
	padding: 15px;
}

.product-details{
	max-width: 1100px;
	margin:0 auto 40px;
}

.product-details .product-images{
	border: 4px solid #eee;
	margin-right: 20px;
	padding: 10px;
}

ul#main-menu > li.custom-dropdown-menu > a:after{
	content: "\f107";
	font: normal normal normal 16px/1 FontAwesome;
	color: #fff;
	margin-left: 5px;
}

.page-heading{
	padding: 20px 10px;
	background: #e6e6e6;
	margin-bottom: 20px;
}

ol{
	padding-left: 15px;
}

.product-details .purchase-wrapper .attribute-name{
	margin-bottom: 5px;
}

.page-content{
	min-height: 300px;
}

.model .model-content{
	overflow-y: auto;
	position: relative;
	padding-right: 22px;
}

.cust-pro a{
	display:block
}

.banner-icon img{
	width: 150px !important;
}

.model-content form p.cf{
	margin: 0 0 10px 0;
} 

html.show-model .model ul.message.error{
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	#menu-icon{
		display:none
	}
	
	#mobile-menu {
	  display: none
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	
	#main-menu > li > a, #main-menu > li > a:visited{
		padding: 12px;
	}
	
	.fcc-item--content {
		padding: 15px;
	}
	
	h5, .h5{
		font-size: 1.1rem;
	}
	
	
}

@media (max-width: 1400px) {
	
	.featured-tabs + ul .owl-carousel,
	.most-popular-product-content .product-slider .owl-carousel,
	#related .product-slider .owl-carousel{
		padding: 0 25px;
	}
	
	.product-slider .pagination-wrapper .prev{
		left: 0;
	}
	
	.product-slider .pagination-wrapper .next{
		right: 0;
	}
	
	.brand-slider {
		padding: 0 25px;
	}
	
	.banner-text h1{
		font-size: 4rem;
	}
	
	.banner-icon img{
		width: 150px;
	}
	
	.banner-img::before{
		width: 380px;
		height: 380px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	#results .item{
		width:25%;
	}
	
	#main-menu > li > a, #main-menu > li > a:visited{
		padding: 12px 7px;
		font-size: 13px;
	}
	
	.foot-contact-info {
		font-size: 12px; 
	}
	
}


@media (max-width: 991px) {
	.table-responsive{
		border-right: 1px solid #777;
	}
	
	.table-responsive table{
		margin: 0;
	}
	
	.copyright{
		text-align: center;
		padding-bottom: 10px;
	}
	
	.footer-menu{
		margin-bottom: 15px !important;
	}
	
	.featured-tabs > li{
		font-size: 15px;
	}
	
	.ship-info{
		font-size: 12px;
	}
	
	.banner-text h1{
		font-size: 3rem;
		line-height: 3rem;
	}
	
	.banner-icon {
		margin-bottom: 10px;
	}
	
	body #banner .banner-icon img{
		width: 100px !important;
	}
	
	.site-header-menu-toggle--button .toggle-icon--bar {
		display: block;
		width: 25px;
		height: 3px;
		background-color: #555;
		transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
		transform-origin: 1px;
		border-radius: 2px;
	}
	
	.toggle-icon--bar-middle{
		margin-top: 5px;
	}
	
	.toggle-icon--bar-bottom{
		margin-top: 5px;
	}
	
	.mob-nav-close{
		position: absolute;
		top: 22px;
		right: 13px;
		margin-right: 0;
		cursor: pointer;
		height: 20px;
		width: 20px;
	  }
	
	.toggle-close-icon{
		display: block;
		width: 25px;
		height: 2px;
		background-color: #555;
		transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
		transform-origin: 1px;
		border-radius: 2px;
	}
	
	.toggle-close-left{
		transform: rotate(45deg);
	}
	
	.toggle-close-right{
		transform: rotate(-45deg);
		position: absolute;
		top: 16px;
	}
	
	#menu-icon{
		display: block;
		position: absolute;
		top: 75px;
		left: 10px;
		cursor: pointer;
		z-index: 1;
	}
	
	body #main-menu {
		display: none
	  }
	  body #mobile-menu {
		 
	  }
	  body #mobile-menu .title #menu-icon {
		width: 40px;
		height: 40px;
		display: inline;
		float: left;
		position: relative
	  }
	  body #mobile-menu .title #menu-icon .gh-svg {
		position: absolute;
		left: 0;
		top: 0;
		transform: translateZ(0) rotate(0deg);
		transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		font-size: 18px
	  }
	  body #mobile-menu .title #menu-icon .gh-svg-top {
		transform: translate3d(0, -4px, 0)
	  }
	  body #mobile-menu .title #menu-icon .gh-svg-bottom {
		transform: translate3d(0, 4px, 0)
	  }
	  body #mobile-menu .title #menu-icon.active .gh-svg-top {
		transform: translateZ(0) rotate(45deg)
	  }
	  body #mobile-menu .title #menu-icon.active .gh-svg-bottom {
		transform: translateZ(0) rotate(-45deg)
	  }
	  body #mobile-menu .title p {
		display: inline;
		float: left;
		color: #555;
		margin: 10px 5px 0 0px;
		font-weight: bold;
		line-height: 22px
	  }
	  body #mobile-menu .mobile-menu-body-wrapper {
		
	  }
	  
	  
	  body #mobile-menu .mobile-menu-body-wrapper #mobile-menu-body > li > a, body #mobile-menu .mobile-menu-body-wrapper #mobile-menu-body > li a:visited {
		display: block;
		padding: 5px 0;
		color: #293341;
		
	  }
	  body #mobile-menu .mobile-menu-body-wrapper #mobile-menu-body > li ul, body #mobile-menu .mobile-menu-body-wrapper #mobile-menu-body > li div {
		display: none;
		
	  }
	 
	  
	  body #block-menu {
		float: none;
		width: 100%;
		display: table;
		table-layout: fixed
	  }
	  
	  #mobile-menu-body{
		  width: 100%;
	  }
	  
	  #mobile-menu{
		    position: fixed;
			top: 0;
			left: 0;
			z-index: 99999;
			background: #fff;
			width: calc(100% - 30px);
			max-width:360px;
			height: 100vh !important;
			overflow: auto;
			padding: 50px 0 30px;
			-webkit-transform: translateX(-100%);
			-moz-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
			-o-transform: translateX(-100%);
			transform: translateX(-100%);
			transition: transform 350ms cubic-bezier(0.1, 0.1, 0, 1);
	  }
	  
	  #mobile-menu.open{
		  -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.075);
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,.075);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	  }
	  
	  #mobile-menu-body li{
		  position:relative;
	  }
	  
	  .click-arrow{
			position: absolute;
			right: 0;
			cursor: pointer;
			width: 90px;
			height: 20px;
			top: 16px;
			text-align: center;
			transform: translateY(-50%);
	  }
	  
	  .click-arrow:before{
			content: "\f107";
			font: normal normal normal 16px/1 FontAwesome;
			color: #000;
			transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			top: 50% !important;
			position: absolute;
			right: 20px;
			font-size: 20px;
	  }
	  
	  .custom-sub-menu{
		  display: block !important;
	  }
	  
	 
	
}


@media (min-width: 768px) and (max-width: 991px) {
	
	.fcc-item-txt h5{
		font-size: 1.1rem;
	}
	
	#block-menu > li{
		padding: 0 5px;
	}
	
	.fcc-item--image{
		display:none;
	}
	
	.fcc-item--content{
		width:100%;
		padding: 15px;
	}
	
	.banner-img::before{
		width: 300px;
		height: 300px;
	}
	
	.basket-text{
		display:none
	}
	
	#menu-icon{
		top: 8px;
	}
	
	.site-header-menu-toggle--button .toggle-icon--bar{
		background:#fff;
	}
	
	.mail-support{
		padding-left: 40px;
	}
	
	#results .item{
		width:33.3333%;
	}
}


@media (max-width: 767px) {
	
	.container{
		padding: 0 10px;
	}
	
	html{
		font-size: 80%;
	}
	
	.footer-social-icon {
		margin-bottom: 25px !important;
	}
	
	.payment-icons ul li img {
		width: 50px;
	}
	
	.latest-news-container .article {
		margin: 10px 0;
	}
	
	body .featured-tabs + ul .pagination-wrapper {
		z-index: 1111;
	}
	
	.explore-left img {
		margin-bottom: 15px;
		width: 90px;
	}
	
	.explore-right{
		display:none
	}
	
	.fcc-item--image img{
		height: auto;
	}
	
	.flex-content-inner{
		margin: 5px 0
	}
	
	.fcc-item--content {
		padding: 10px 15px;
	}
	
	.sub-heading{
		margin-bottom: 15px;
	}
	
	.Catslider .owl-item li a.image-wrapper{
		width: 100%;
		display: block;
	}
	
	.Catslider .owl-item li .data{
		width: 100%;
		display: block;	
		text-align: center;
		padding: 10px;
	}
	
	.Catslider .owl-item li .data p.name{
		font-size: 18px;
	}
	
	.ship-info{
		display: none;
	}
	
	.mail-support{
		display:none;
	}
	
	.search-block{
		padding:0
	}
	
	.basket-link{
		padding:0
	}
	
	.logo{
		text-align: center;
		margin-bottom: 10px;
	}
	
	.search-box input[type="text"]{
		font-size:13px
	}
	
	.basket-link{
		position: absolute;
		right: 10px;
		top: -60px;
		width: 64px;
	}
	
	header .top-row > .left img{
		width: 190px;
	}
	
	#block-menu > li {
		padding: 0 7px;
	}
	
	#block-menu{
		text-align: center;
	}
	
	.basket-link span.basket-text{
		display:none
	}
		
	.banner-text{
		text-align: center;
		padding-bottom: 25px;
		min-height: 290px;
	}
	
	.banner-img{
		text-align: center;
	}
	
	.banner-img img{
		width: 70%;
		padding-top: 40px;
	}
	
	.banner-img::before{
		width: 200px;
		height: 200px;
	}
	
	.cat-filters .sort, .cat-filters .perpage, .cat-filters .paging{
		justify-content: space-between;
		margin: 5px
	}
	
	.cat-filters .sort span, .cat-filters .perpage span, .cat-filters .paging span{
		width: 75px;
	}
	
	#results .item{
		width:50%;
	}
	
	.banner-icon img{
		margin:auto;
		width: 60px !important;
	}
	
	body #banner .banner-img img{
		height: 250px !important;
		margin: auto;
		width: auto !important;
	}
	
	.banner-text h1{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	
	.banner-text h3{
		font-size: 1.1rem;
		line-height: 1.2rem;
	}
	
	.banner-text p{
		font-size: 13px;
		line-height: 1.2;
	}
	
	.banner-text h4{
		font-size: 1.1rem;
		line-height: 1.2rem;
	}
	
	body #banner .banner-icon img {
		width: 60px !important;
	}
	
	.banner-text p{
		margin-bottom:5px;
	}
	
	.model-content form p.cf {
		
	}
	
	html.show-model .model .inner label{
		width: 100%;
		display: block;
	}
	
	html.show-model .model .inner input, html.show-model .model .inner .selectricWrapper{
		width: 100%;
		display: block;
	}
	
	html.show-model .model .model-content form button.add-delivery-submit{
		width:100%;
		margin-top: -30px;
	}

}


@media screen and (max-device-width: 767px) and (orientation: landscape) {
	
	#results .item{
		width:50%;
	}

}

@media (max-width: 580px) {
	
	.custom-data-table tr th{
		display:none
	}
}

@media (max-width: 575px) {
	
	.product-details .product-images{
		margin:0 0 40px 0;
	}
	
	
}
 

@media (max-width: 480px) {
	
	.btn-sm{
		min-width: 110px;
		padding: 3px 10px;
	}
	
	#results .item{
		width:100%;
	}
}