@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,400italic,700,700italic,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* modal move fix */

/*html {
	overflow: hidden;
	height: 100%;
}
body {
	overflow: auto;
	height: 100%;
}*/



.no-margin {
	margin: 0;
	padding: 0;
}
.no-margin-right {
	margin-right: 0;
}
.jumbotron p {
	font-weight: 400;
}
.push-v {
	position: relative;
	top: 50%;
	transform: translateY(34%);
}
.vertical-align {
	display: flex;
	justify-content: center; /* align horizontal *//* align-items: center; align vertical */
}
ul.checkmark > li:before {
	content: "\f14a";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	list-style: none;
	font-size: 1.9em;
	line-height: 1em;
	top: 3px;
	position: relative;
	color: #2db82d!important;
}
ul.checkmark > li {
	list-style: none;
	padding-left: 1.3em;
	margin-bottom: 12px;
}
[data-animate] {
	opacity: 0;
	filter: alpha(opacity=0);
}
#login-modal {
	overflow: hidden;
}
#login-modal .modal-header h4 {
	text-transform: uppercase;
}
#login-modal form {
	margin-bottom: 20px;
}
#login-modal a {
	color: #f39300;
}
#login-modal p {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 21px;
}
.mobile_search {
	background-color: #F39200!important;
}

.tab-container{
	padding:0 10px 10px;
	border:1px solid #ebebeb;
	box-sizing:border-box;
}

.dashboard .info_block{
	background:#f7f7f7;
	color:#345377;
	font-size:16px;
	padding:10px;
	margin-bottom:10px;
	line-height:24px;
	box-sizing:border-box;
	border:1px solid #ebebeb;
}

.addAddress {
	display:inline-block;
	background:#fff;
	border:1px solid #016ba7;
	border-radius:5px; 
	font-size:16px;
	width:78px;
	text-align:center;
	font-weight:bold;
}
.dashboardChange {
	display:inline-block;
	background:#f39200;
	color:#fff;
	border-radius:5px; 
	font-size:16px;
	min-width:72px;
	text-align:center;
	font-weight:bold;
	padding:5px 8px;
}
.dashboardNext {
	display:inline-block;
	background:#f39200;
	color:#fff;
	border-radius:5px; 
	font-size:20px;
	width:78px;
	text-align:center;
	font-weight:bold;
	padding:4px 0;
}
.subheading{
	color:#345377;
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
}
.slide.product-item > a > div{
	background-size:contain;
}

.addedToCartProduct input {
	width:25%;
	float:left;
}
.addedToCartProduct .mainprice {
	width:60%;
	text-align:center;
	float:left;
	font-size:16px;
	line-height:34px;
}
.addedToCartProduct .btn-warning {
	width:15%;
	float:right;
	margin-top:5px;
}

h1.page-heading {
	background:#006aa7;
	text-indent:10px;
	line-height:50px;
	color:#fff;
	font-size:30px;
}

@media (min-width: 768px) {
.modal-dialog {
	width: 75%;
	margin: 30px auto;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
	width: 75%;
}
}

@media (min-width: 992px) {
.modal-lg {
	width: 40%;
}
.modal-sm {
	width: 50%;
}
}
/* unset bs3 setting */
.modal-open {
	overflow: auto;
	padding: 0!important;
}
/* modal move fix */



.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 12px;
	list-style: none;
	background-color: rgba(0,0,0,0.1);
	border-radius: 4px;
}
.navbar-default {
	background-color: #F39200;
	border: none;
	-webkit-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
}
.navbar-brand > img {
	margin-top: -17px;
	width: 100px;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	font-size: 14px;
	font-family: 'Titillium Web', 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-default .navbar-nav .products-dd a {
	color: #222;
	display: block;
	padding: 5px;
	max-width: 200px;/*text-transform: uppercase; */
}
.navbar-default .navbar-nav .products-dd a:hover {
	/*background: #FFC36A;*/
	font-weight: bold;
}
.navbar-form .form-group input, .navbar-form .form-group .bootstrap-select {
	width: 220px;
}
.navbar-form .form-group input, .navbar-form .form-group .bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: default;
}
.roll-wizzard label {
	position: relative;
	padding-right: 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	text-transform: lowercase;
	top: 0.2em;
	margin: 0;
	text-align: left;
	margin-top: 12px;
}
form label{
	font-weight:normal;
}

@media screen and (max-width: 767px) {
.roll-wizzard label {
	display: block;
}
}
.navbar-default .navbar-toggle {
	background-color: transparent;
	padding: 5px 6px 3px;
	margin-right:5px;
	border: 2px solid rgba(255,255,255,0.9);
	transition: all 0.2s;
	width: 40px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(0,0,0,0.3);
}
.navbar-default .navbar-toggle .fa {
	font-size: 21px;
	color: #fff;
}
.navbar-default .navbar-toggle.collapsed .fa:before {
	content: "\f0c9";
}
.navbar-default .search-toggle.collapsed .fa:before {
	content: "\f002";
}
.navbar-default .wiz-toggle.collapsed .fa:before {
	content: "\f0d0";
}
.navbar-default .basket.collapsed .fa:before {
	content: "\f291";
}
.navbar-default .sign-in.collapsed .fa:before {
	content: "\f090";
}
.navbar-default .user.collapsed .fa:before {
	content: "\f007";
}
.navbar-default .navbar-collapse {
	border-color: #fff;
}
.navbar-default .navbar-form {
	/* border-color: #006AA7; */
	margin-bottom: -16px;
	margin-top: -8px;
	border: 0;
	padding-right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
.navbar-default .navbar-form {
	margin-top: -6px;
	margin-bottom: -2px;
}
}

@media only screen and (max-width: 768px) {
.navbar-default .navbar-form {
	margin-top: -6px;
	margin-bottom: 12px;
}

#addedToCart .modal-footer{
	padding:5px;
}
#addedToCart .modal-footer button{
	width:135px;
	font-size:12px;
}
}
#addedToCart .modal-footer button:first-of-type{
	float:left;
}
}
.navbar-default .navbar-nav > .open > a {/* background: #ffc36a; */
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background: #ffc36a;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
}
.nav-bottom-row .row {
	line-height: 30px;
	/* background: #345377; */
	padding-left: 5px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}
.nav-bottom-row .row a {
	color: #F2F2F2;
	letter-spacing: 1px;
}
.nav-bottom-row .seperator {
	padding: 5px 0;
}
.nav-bottom-row .measurement-guide span {
	margin-left: -7px;
}
.nav-bottom-row .account-links {
	text-align: right;
	padding-left: 0;
}
.nav-bottom-row .account-links sup.cart-items {
	position: relative;
	left: -5px;
	top: -6px;
	font-size: 9px;
}

@media only screen and (max-width: 767px) {
.nav-bottom-row .row {
	/* background: #345377; */
	text-align: -webkit-center;
	text-align: center;/* min-height:8vw; */
	/* max-height:8vw; */
	/* border-top: .25vw solid rgba(255,255,255,.5); */
	/* border-bottom: .25vw solid rgba(255,255,255,1); */
}
}

@media only screen and (min-width: 768px) {
.navbar-default {
	max-height: 100px;
}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
.nav-bottom-row .account-links sup.cart-items, .nav-bottom-row .account-links .cart-value {
	display: none;
}
}
.nav-bottom-row a {
	padding: 10px 2px;
}
.nav-bottom-row .fa {
	margin-right: 5px;
}
.navbar-brand > img, .navbar-default, #navbar {
	transition: all .5s;
}
.nav-bottom-row .row {
	font-size: 14px;
	font-weight: bold;
}
.nav-bottom-row {
	transition: all .5s;
}
.nav-bottom-row .row {
	transition: all .5s;
}
form.navbar-form.navbar-right button {
	transition: all .5s;
}
form.navbar-form.navbar-right button.btn-success {
	font-weight: bold;
	background: #F39200;
	border-color: #F39300;
}
form.navbar-form.navbar-right button.btn-success:hover {
	background: #F39300;
}
.header-callout {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 18px;
	display: inline-block;
	font-size: 17px;/* margin-left: 50px; */
}
.header-callout img {
	max-width: 175px;
	margin-top: -12px;
	margin-left: 8%;
}
.navbar-brand > img {
	/*width: 218px;*/
	margin-top: -12px;
}

@media (min-width: 768px) {
.container.nav-top-row, .container.nav-bottom-row {
	padding: 0;
}
/*.navbar-default {
	height: 100px;
}*/
.navbar-brand > img {
	width: 218px;
	margin-top: -16px;
}
div#navbar {
	position: relative;
	top: 5px;
}
.navbar-default .navbar-nav > .open > a {
	/* color: #555; */
    /* background-color: #e7e7e7; */
	background-color: transparent;
	color: #fff;
	margin: 0;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	/* margin-top: 5px; */
	margin: 0;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
}
.navbar-default .navbar-nav .products-dd {
	width: 516px;
	/* padding-top: 15px; */
	/* position: relative; */
	/* left: 0px; */
	/* top: 0px; */
	left: -249px;
	background-color: rgba(255,255,255,0.92);
}
.navbar-default .navbar-nav .products-dd a {
	padding: 2px 0px 2px 10px;
	font-weight: normal;
	font-family: 'Titillium Web', 'Open Sans', sans-serif;
	font-size: 1.4rem;
	line-height: 3.5rem;
	border-bottom: 1px dotted rgba(0,0,0,0.4);
}
.navbar-default .navbar-nav .products-dd a:hover {
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffc36a;
}
.navbar-form .form-group input {
	width: 100px !important;
}
.navbar-form .form-group .bootstrap-select {
	width: 100px !important;
	width: 80px !important;
}
.navbar-form .form-group:first-of-type .bootstrap-select {
	width: 135px !important;
}
.nav-bottom-row .row {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 0px 234px;
	/*height: 30px;*/
	background: #345377;
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
	padding: 0;
}
.nav-bottom-row .measurement-guide {
	margin-left: -15px;
}
.nav-bottom-row a {
	padding: 10px 5px;
}
.nav-search-row .row {
	font-size: 14px;
	font-weight: bold;
	margin: 0px -15px 0px 219px;
	/* height: 30px; */
	background: #345377;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0;
	padding: 0;
}
.nav-search-row a {
	padding: 10px 5px;
}
div#roll-wizard-bg {
	/* height: 75px; */
	width: 300px;
	/* background: #365F77; */
	/* position: absolute; */
	/* right: 0; */
	/* top: -5px; */
	z-index: -1;/* border-bottom-left-radius: 30px; */
}
.roll-wizzard button {
	margin-right: 10px;
}
}

@media (min-width: 992px) {
.navbar-default .navbar-nav .products-dd {
	width: 736px;
	/* padding-top: 15px; */
	/* position: relative; */
	/* left: 0px; */
	/* top: 0px; */
	left: -249px;
	background-color: rgba(255,255,255,0.92);
}
}

@media (min-width: 1200px) {
.navbar-default .navbar-nav .products-dd {
	width: 878px;
	/* padding-top: 15px; */
	/* position: relative; */
	/* left: 0px; */
	/* top: 0px; */
	left: -43px;
	background-color: rgba(255,255,255,0.92);
	-webkit-box-shadow: inset 0px -17px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -17px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -17px 16px -16px rgba(0,0,0,0.1);
	padding-bottom: 8px;
}
.nav-bottom-row .row {
	margin: 20px 0px 0px 25%;
}
.nav-search-row .row {
	margin: 0px -15px 0px 277px;
}
}

@media (max-width: 767px) {
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
}
.navbar-default .navbar-nav .products-dd a {
	font-weight: 400;
	padding: 4px 5px;
	font-size: 5.5vw;
	/* width: 100%; */
	color: #fff;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	max-width: 100%;
	line-height:1.7;
}
}

@media (min-width: 1200px) {
div#roll-wizard-bg {
	width: 430px;
}
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -32px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-wrapper {
	margin: 0 auto;
}
.bx-wrapper .bx-prev {
    left: 0px;
	background: none;
}
.bx-wrapper .bx-next {
	right: 0;
	background: none;
}
.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	color: #006AA7;
	font-size: 30px;
	z-index: 1;
}

@media (max-width: 767px) {
.bx-wrapper .bx-controls-direction a {
	/*display: none;*/
}
}
.bx-viewport h2 {
	font-size: 20px;
	text-align: center;
}
section.container.bannerarea {
	padding-bottom: 20px;
	margin-top: 1px;
}
#hp-topsellers-slider .product-item {
	border-bottom: none;
	padding-bottom: 0;
}
#hp-topsellers-slider img {
	max-width: 70%;
	margin: auto;
}
#hp-topsellers-slider h2 {
	margin-top: 0;
	text-align: center;
	font-size: 20px;
}
#hp-stockclearance-slider .product-item {
	border-bottom: none;
	padding-bottom: 0;
}
#hp-stockclearance-slider img {
	max-width: 70%;
	margin: auto;
}
#hp-stockclearance-slider h2 {
	margin-top: 0;
	text-align: center;
	font-size: 20px;
}
#hp-newproducts-slider .product-item {
	border-bottom: none;
	padding-bottom: 0;
}
#hp-newproducts-slider img {
	max-width: 70%;
	margin: auto;
}
#hp-newproducts-slider h2 {
	margin-top: 0;
	text-align: center;
	font-size: 20px;
}
#hp-specialoffers-slider .product-item {
	border-bottom: none;
	padding-bottom: 0;
}
#hp-specialoffers-slider img {
	max-width: 70%;
	margin: auto;
}
#hp-specialoffers-slider h2 {
	margin-top: 0;
	text-align: center;
	font-size: 20px;
}
.special-offers-header {
	border-top:32px solid #f29200;
	border-right:32px solid #f3af48;
	border-left:32px solid #f29200;
	position:relative;
}
.special-offers-header > div{
	position:absolute;
	left:-20px;
	top:-32px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:32px;
}
.special-offers-header > div:before {
	content:' ';
	/*background:url(../img/specialoffer.png) left center no-repeat;*/
	display:block;
	height: 32px;
	width: 32px;
	float:left;
}
.special-offers h2 {
	font-size:16px !important;
	letter-spacing:initial;
	text-transform:none;
}
.special-offers h2 span{
	color:#006aa7;
	display:block;
}
@media (max-width: 767px) {
#hp-topsellers-slider h2, #hp-topsellers-slider .product-info-area {
	max-width: 360px;
	margin: auto;
}
}

@media (max-width: 767px) {
	#hp-stockclearance-slider h2, #hp-stockclearance-slider .product-info-area {
		max-width: 360px;
		margin: auto;
	}
	}
	
	@media (max-width: 767px) {
		#hp-newproducts-slider h2, #hp-newproducts-slider .product-info-area {
			max-width: 360px;
			margin: auto;
		}
		}
	
		@media (max-width: 767px) {
			#hp-specialoffers-slider h2, #hp-specialoffers-slider .product-info-area {
				max-width: 360px;
				margin: auto;
			}
			}
			
.bx-wrapper .bx-pager.bx-default-pager {
	padding-top: 0;
	bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #F39200;
	width: 12px;
	height: 12px;
	border-radius: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #006AA7;
}



@media (max-width: 767px) {
.col-sm-4.topsellers {
	margin-bottom: 20px;
}
}

@media (min-width: 768px) {
section.container.bannerarea {
	margin-top: -30px;
	/* border-bottom: 1px solid #ddd; */
}
}
.cat-tiles {
	margin-top: -10px;
}
.cat-tiles figure {
	position: relative;
	height: 24vw;
	margin-bottom: 25px;
	background-color: #F2F2F2;
	max-height: 19vw;
}

@media (max-width: 767px) {
.cat-tiles figure {
	min-height: 200px;
}
}
.cat-tiles .cat-image {
	height: 18vw;
	/* margin-bottom: 41px; */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	/* max-height: 300px; */
	transition: all 0.5s;/* max-height: 18vw; */
}
.cat-image:hover:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.2);
	transition: all 0.5s;
}

@media (max-width: 767px) {
.cat-tiles .cat-image {
	height: 72vw!important;
	max-height: 72vw!important;
}
}
.cat-tiles figcaption {
	background-color: #F39200;
	color: #fff;
	/*font-weight: bold;*/
	text-align: center;
	font-size: 21px;
	padding: 8px 10px;
	transition: padding-bottom .5s ease;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
.cat-tiles figcaption {
	/* min-height: 66px; */
	bottom: 0px;
}
}
.cat-tiles figure:hover figcaption {
	padding-bottom: 21px;
	color: #fff;
	font-weight: 600;
}
aside.left-column {
	padding: 0;
	width: 24%;
	margin-right: 1%;
}
aside h2 {
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 3px;
}
.sidebar-menu {
	margin-top: -10px;
	padding: 12px 15px 5px;
	background: #eee;
	background: #F2F2F2;
	font-family: 'Titillium Web', sans-serif;
	transition: background 0.3s ease 0s;
	border-top: 1px solid #ddd;
}
.sidebar-menu_header {
	font-weight: 400;
	letter-spacing: 0.03em;
	font-family: 'Titillium Web', sans-serif;
	/* text-transform: lowercase; */
	font-size: 25px;
	background-color: #006AA7;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 4px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
	-webkit-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
}
.sidebar-menu ul {
	padding-left: 0;
	list-style: none;
}
.sidebar-menu li {
	border-bottom: 1px dotted #ddd;
	line-height: 32px;
	margin-right: 30px;
}

@media only screen and (min-width: 1440px) {
.sidebar-menu li {
	line-height: 40px;
	font-size: 1.6rem;
}
}
.sidebar-menu li a {
	color: #222;
	padding: 7px 0 7px 5px;
	transition: background 0.2s ease 0s;
}
.sidebar-menu li a i {
	color: #F39200;
	margin-left: 5px;
	transition: background 0.2s ease 0s;
}
.sidebar-menu li:hover {
	background: #F39200;
	color: #fff;
	transition: background 0.2s ease 0s;
}


a:focus {
text-decoration:none;
}

.sidebar-menu li:hover a {
	font-weight: bold;
	color: #fff;
	transition: background 0.2s ease 0s;
}
.sidebar-menu li:hover a i {
	color: #fff;
	font-weight: bold;
	transition: background 0.2s ease 0s;
}
.left-banners {
	background: #eee;
}
/*******************************
TYPOGRAPHY
*********************************/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
	box-sizing: border-box;
}
* {
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
.inline-block {
	display: inline-block;
}
body {
	font-family: 'Titillium Web', 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #1C1C1A;
	font-family: 'Titillium Web', 'Open Sans', sans-serif;
	font-weight: 700;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.form-control:focus {
	border-color: #e58c06;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px #006AA7;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px #006AA7;
}
.btn-default.active, .btn-default:active {
	border-color: #e58c06 !important;
}
.open > .dropdown-toggle.btn-default {
	border-color: #e58c06 !important;
}
.btn-default.focus, .btn-default:focus {
	border-color: #e58c06 !important;
}
/********************************
CONTENT
*********************************/
.jumbotron {
	padding-top: 80px;
	background: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}
main.container {
	padding-top: 10px;
}
.slide.product-item > a > div:first-of-type{
	background-size:contain;
}

@media (min-width: 768px) {
.jumbotron {
	padding-top: 130px;
}
.no-padding-right-md {
/* padding-right: 0; */
}
.no-padding-left-md {
/* padding-left: 0; */
}
}
.blue-heading {
	background: #006AA7;
	padding: 8px 10px;
	color: #F2F2F2;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	border-radius: 3px;
	/* max-width: 320px; */
	margin: auto;
}
.product-item {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.product-item:last-of-type {
	border-bottom: none;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.product-listings .image-box {
	background-size: contain;
	min-height: 220px;
	background-repeat: no-repeat;
	padding-top: 15%;
}
.product-listings .product-title {
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -5px;
	padding-left: 0;
}
.product-listings .product-title h1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
	padding-right: 15px;
	display: inline;
}

@media (max-width: 767px) {
.product-listings .product-title h1 {
	font-size: 18px;
}
.tabtoggle{
	color:#fff;
	background:#006AA7;
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
.tabtoggle:after{
	content:'▼';
	float:right;
}
.tab-content > .tab-pane{
	display:none;
}
}
.product-listings .product-title > p.product-code {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
span.in-stock.badge {
	display: inline-block;
	background-color: #2db82d;
	color: #fff;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 7px;
	margin-top: -3px;
	margin-left: 10px;
}

@media (max-width: 374px) {
span.in-stock.badge {
	display: none;
}
}
.product-price {
	display: inline;
	margin-top: -10px;
	text-align: right;
	padding: 0;
}
.mainprice {
	font-size: 27px;
	font-style: normal;
	color: #222;
	font-weight: 600;
	display: block;
	text-align: right;
	margin-bottom: -6px;
}

@media (max-width: 340px) {
.mainprice {
	margin-left: -10px;
}
}
.vatprice {
	font-size: 12px;
	font-style: italic;
	color: #666;
	margin-left: 6px;
	display: inline-block;
	margin-bottom: 10px;
}

@media (max-width: 374px) {
.vatprice {
	font-size: 9px;
}
}
.product-manu-logo {
	width: 60px;
	float: right;
	margin-top: 12px;
	text-align: right;
}
.product-quantity {
	background-color: #F2F2F2;
	width: 100%;
	border: 1px solid #ddd;
	float: left;
	min-height: 60px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 8px;
}
.product-quantity .form-inline {
	margin-top: 10px;
}
.product-quantity input#qty {
	max-width: 65px;
	display: inline;
}
.product-quantity .form-inline input[name=add],
.product-quantity .form-inline input[name=subtract]{
	height:34px;
	width:34px;
}
.product-quantity .form-inline .btn.btn-primary {
	margin-left: 10px;
	margin-top:0;
	margin-bottom:0;
	background-color: #006AA7;
	border-color: #345377;/* font-weight: 900; */
	width:50%;
}
.product-desc .product-del-options {
	font-size: 17px;
	margin-right: 6px;
	padding: 10px 0 0;
	clear: both;
	cursor: pointer;
	transition: all 0.2s;
}
.product-desc .product-del-options h3 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	margin-top: 0;
}
.product-desc .product-del-options.open {
	padding: 10px 0 10px;
}
.product-desc .product-del-options span.closed, .product-desc .product-del-options span.open {
	display: none;
}
.product-desc .product-del-options.open span.closed, .product-desc .product-del-options.closed span.open {
	display: inline;
}
.product-info-area table {
	width: 100%;
	margin-bottom: 10px;
	margin-top: -5px;
}
.product-info-area table td {
	line-height: 10px;
}
.product-info-area .pp-qty {
	color: #666;
}
.product-info-area .pp-price {
	background-color: #F39200;
	color: #000;
	font-weight: bold;
}
.qty-discount-prices {
	border: 1px solid #ddd;
	border-bottom: none;
	text-align: center;
	margin-top: 5px;
}

@media (min-width: 990px) {
.qty-discount-prices {
	font-size: large;
	padding: 2px;
}
}
.product-discount-info {
	background:#f0f0f0;
	color:#4e4e4e;
	font-size:12px;
	line-height:24px;
	padding:0 10px;
	border:1px solid #e1e1e1;
}
.qty-discount-prices > div {
	line-height: 20px;
}
.qty-discount-prices > div:first-of-type {
	border-bottom: 1px solid #ddd;
	color: #666;
}
.qty-discount-prices > div:last-of-type {
	background: #F39200;
	color: #000;
	font-weight: bold;
/*	font-size: 13.5px;*/
}
.qty-discount-prices > div:last-of-type > span {
	padding: 4px 0;
}
.qty-discount-prices > div span {
	display: inline-block;
	width: 19%;
	text-align: center;
	border-left: 1px solid #ddd;
	box-sizing:border-box;
}
.qty-discount-prices > div span:first-child {
	border:0;
}
.qty-discount-prices > div span.title {
	width: 22%;
	font-weight: bold;
	text-align: left;
	border-left: none;
}
.btn-info {
	font-weight: 600;
	background-color: #006AA7;
	border-color: #006AA7;/* margin-left: -15px; */
}
.btn-info.fav {
	background: #fff;
	border: none;
	color: #006AA7;
	margin-left: -20px;
}
.rrp {
	font-size: 12px;
	padding-right: 0;
	font-weight:bold;
	color:#ef0000;
}

@media (max-width: 415px) {
.product-item .product-manu-logo {
	margin-top: 0;
}
}

@media (max-width: 450px) {
.product-quantity input#qty {
	max-width: 50px;
}
.product-item .product-quantity .form-inline .btn.btn-primary {
	padding: 3px;
}
.product-item .product-quantity label {
	display: none;
}
.product-item .product-info-area table td {
	padding: 4px;
}
}
body.product-page .product-info-area {
	border: none;
}
body.product-page h1.product-title, body.product-page .product-code {
	text-align: left;
}
body.product-page .product-info-area .bottom-links span {
	display: inline-block;
	width: auto;
	text-align: center;
	border-left: none;
}
body.product-page .product-details li {
	margin-bottom: 10px;
	font-size: 17px;
}
.row.product-page-carousel {
	padding-top: 30px;
}
.product-page-carousel .bx-wrapper .bx-prev {
	left: -20px;
}
.product-page-carousel .bx-wrapper .bx-next {
	right: -30px;
}
h1.product-title {
	font-size: 24px;
	line-height: 27px;
	font-weight: 600;
	padding-right: 15px;
}
/* Extremly small devices (old phones, less than 450px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
.testimonials {
	background: #F39200;
	margin-top: 12px;
	-webkit-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
}
.testimonials hr {
	margin: 8px 0;
}
.testimonials figure blockquote {
	color: #fff;
	font-size: 16px;
	padding-bottom: 3px;
	border-left: 0;
	margin: 0;
	font-weight: 600;
}
.testimonials figure blockquote i.fa {
	font-size: 6px;
	display: inline-block;
	position: relative;
	top: -9px;
}
.testimonials figure blockquote i.fa.fa-quote-left {
	padding-right: 3px;
}
.testimonials figure blockquote i.fa.fa-quote-right {
	padding-left: 3px;
}
.testimonials figure footer {
	color: #000;
	padding-left: 20px;
	padding-bottom: 10px;
}
.testimonials figure footer .hyphen {
	color: #fff;
	font-weight: bold;
}
.testimonials figure footer hr {
	display: inline-block;
	width: 15px;
	height: 3px;
	background: #006AA7;
	border: none;
	margin: 3px 4px 3px 0;
}
.testimonials > hr {
	margin: 10px 20px;
}
hr.footer-top {
	margin-bottom: 0;
	border-top: 2px solid #F39200;
}
footer.top {
	background: #F39200;
	color: #000;
	padding: 7px 0;
	margin-top: 30px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
}
footer.top .newsletter-block {
	padding-right: 0;
}
footer.top .sm-block {
	padding-left: 0;
}
footer.top .fa {
	color: #fff;
	background-color: #006AA7;
	padding: 5px 6px;
	border-radius: 30px;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 2px;
}
footer.top .fa.fa-facebook {
	padding: 5px 10px;
}
footer.top .form-group {
	display: inline;
}
footer.top input, footer.top .btn {
	border-radius: 0;
	padding: 5px 12px;
	height: 32px;
	max-width: 200px;
	margin: 0;
	display: inline;
}
footer.top .btn {
	text-transform: uppercase;
	font-weight: bold;
	background: #006AA7;
	border-color: #006AA7;
}
footer.main {
	background: #006AA7;
	color: #fff;
	padding: 15px 0;
	-webkit-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
}
footer.main h2 {
	font-size: 17px;
	letter-spacing: 1px;
	color: #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding: 0 0 5px;
	width: 80%;
}
footer.main .footer-links {
	list-style: none;
	padding-left: 2px;
}
footer.main .footer-links li {
	width: 80%;
}
footer.main .footer-links li:first-of-type {
	border-top: none;
}
footer.main .footer-links li:hover {
	background: #345377;
}
footer.main .footer-links li a {
	color: #F2F2F2;
	line-height: 30px;
	padding: 6px 0;
}
footer.main .footer-links li a:before {
	content: "\00B7";
	font-size: 2em;
	margin: 0 7px 0 4px;
	line-height: 0;
	vertical-align: middle;
	left: 0;
	transition: left .3s ease;
	-moz-transition: left .3s ease;
	-webkit-transition: left .3s ease;
	-o-transition: left .3s ease;
}
footer.bottom {
	background: #345377;
	color: #fff;
	height: 35px;
}
footer.bottom .left-col {
	padding-right: 0;
}
footer.bottom .right-col {
	padding-left: 0;
}
footer.bottom p {
	font-size: 14px;
	line-height: 35px;
	padding-top: 0;
	margin-bottom: 0;
}
footer.bottom p img {
	margin-bottom: 3px;
	max-width: 100%;
}
footer.bottom i {
	font-size: 22px;
	padding-left: 7px;
}

/* Extremly small devices (old phones, less than 450px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (max-width: 460px) {
footer.top input, footer.top .btn {
	padding: 5px;
	max-width: 85px;
}
footer.top .newsletter-block {
	width: 65%;
}
footer.top .sm-block {
	width: 35%;
}
.qty-discount-prices {
	font-size: x-small;
	padding: 2px;
}

.panel-body {
	padding:10px;
}
.panel-body p{
	margin:0px;
}
.panel-heading {
	padding:5px 10px;
}
.price.panel-blue > .panel-heading {
	font-size:25px !important;
	line-height:initial !important;
}
.price.panel-red > .panel-heading {
	font-size:25px !important;
	line-height:initial !important;	
}
.panel-body .lead {
	font-size:14px;
}
.panel-body .lead span{
	font-size:20px !important;
	margin:0px !important;
}
.panel.price{
	
}
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
footer.top input, footer.top .btn {
	margin-left: 5px;
}
footer.top .btn {
	margin-top: 1px;
}
footer.main h2, footer.main .footer-links li {
	width: 100%;
}
}

@media (min-width: 992px) {
footer.main h2, footer.main .footer-links li {
	width: 80%;
}
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;/* max-height: 19vw; */
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;/* max-height: 18vw; */
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}
.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 6vw 0 0;
	padding: 7px 14px;
	font-size: 21px;
	letter-spacing: 0.1em;
}
.hovereffect a.info:hover {
	box-shadow: 0 0 12px rgba(56, 84, 116,0.5);
}
.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.hovereffect:hover h2, .hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
.hovereffect {
	min-height: 21vw;
}
.hovereffect .overlay {
	max-height: 29vw;
}
.cat-tiles figure {
	height: 24vw;
	max-height: 29vw;
}
.cat-tiles .cat-image {
	height: 20vw;
	max-height: 21vw;
}
}




/* ticker */

@keyframes ticker {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.ticker-wrap {
	/* position: fixed; */
	bottom: 0;
	/* width: 100%; */
	overflow: hidden;
	height: 32px;
	background-color: #345377;
	padding-left: 100%;
	margin: 0px -15px 0px -20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.ticker {
	display: inline-block;
	/* height: 4rem; */
    /* line-height: 4rem; */
	white-space: nowrap;
	padding-right: 100%;
}
.ticker__item {
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.5rem;
	color: white;
}
.ticker {
	animation-name: ticker;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 25s;
}
.ticker:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.h_slider {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	margin-left: 50px;
	margin-top: -16px;
	height: 54px;
}

@media (max-width: 1200px) {
.h_slider {
	margin-left: 0px;
}
.bx-wrapper .bx-prev {
	left: 0px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

}
.h_slide1, .h_slide2, .h_slide3, .h_slide4, .h_slide5 {
	position: absolute;
}
.h_slide1 {
	background-size: contain;
	animation: fade 8s infinite;
	-webkit-animation: fade 8s infinite;
}
.h_slide2 {
	background-size: contain;
	animation: fade2 8s infinite;
	-webkit-animation: fade2 8s infinite;
}
.h_slide3 {
	background-size: contain;
	animation: fade3 12s infinite;
	-webkit-animation: fade3 12s infinite;
}
@keyframes fade {
 0% {
opacity:1
}
 33.333% {
opacity: 1
}
 66.666% {
opacity: 0
}
 100% {
opacity: 0
}
}
@keyframes fade2 {
 0% {
opacity:0
}
 33.333% {
opacity: 0
}
 66.666% {
opacity: 1
}
 100% {
opacity: 1
}
}
@keyframes fade3 {
 0% {
opacity:0
}
 33.333% {
opacity: 0
}
 66.666% {
opacity: 1
}
 100% {
opacity: 0
}
}
.cart_modal_header {
	font-size: 10px;
	background-color: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	margin: 0;
	padding: 4px 0px 4px 0px;
}
.row .cart_modal_body {
	padding-right: 4px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.cart_modal_body .col {
	padding: 4px;
}
.cart_screen_header {
	font-size: 13px;
	background-color: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	margin: 0;
	padding: 4px 0px 4px 0px;
}
.row .screen_modal_body {
	padding-right: 4px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.cart_screen_body .col {
	padding: 4px;
}

@media only screen and (min-width : 480px) {
.flex-row.row {
	display: flex;
	flex-wrap: wrap;
}
.flex-row.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
}
.vertical-align {
	display: flex;
	flex-direction: row;
}
.vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] {
	display: flex;
	/* align-items: center;*/
	justify-content: center; /*Optional, to align inner items 
                              horizontally inside the column */
}
.vertical-align > [class^="col-"] > div, .vertical-align > [class*=" col-"] > div {
	/* flex: 1; */
	flex-grow: 1;
}
#cart-modal .modal-dialog.modal-sm .modal-content .modal-body .row .flex-row.row.cart_modal_body .col.col-sm-2.no-margin strong {
	font-size: 17px;
	font-weight: 700;
}
article {
	max-height: 6em; /* (4 * 1.5 = 6) */
}

/* Show 8 lines on larger screens */
@media screen and (min-width: 640px) {
article {
	max-height: 11.5em;
}
}
.add-to-cart {
	margin: 8px 0;
	min-width: 14vw;
	min-height: 3vw;
}
#site-header a:hover, #site-header a:focus {
	text-decoration: none!important;
}
.panel-orange {
	border: none;
	background-color: #F39200;
	color: #fff;
	padding: 8px 12px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	font-size: 24px;
}
.panel-grey {
	background-color: rgba(0,0,0,0.06);
}
.shadowed {
	-webkit-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
	box-shadow: inset 0px -27px 16px -16px rgba(0,0,0,0.1);
}

@media screen and (max-width: 640px) {
.jumbotron .container .row .col-md-9.no-padding-right-md .row div .row.no-margin .flex-row.row.cart_screen_body .col-xs-2.vertical-align #f1 #qty1 {
	max-width: 32px;
}
h1.page-heading { 
	font-weight:100;
	font-size:24px;
	color:#345377;
	background:none;
}
h1.prodTitle {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:#377cb8;
	padding:8px;
}
.product-listings .image-box{
	min-height:163px;
	min-width:200px;
}
.product-item .product-price{
	position:absolute;
	right:20px;
	top:120px;
	text-align:left;
}
.product-item .product-price .mainprice{
	font-size:16px;
	text-align:left;
}
.product-discount-info { 
	color:#000;
	font-size:11px;
	background:#f0f0f0;
	border:1px solid #e3e2e2;
	padding:6px;
	margin-bottom:1px;
}
}
.basket_summary_area {
	/* float: left; */
	/* margin-right: 80px; */
	width: 100%;
}
.basket_line_area {
	float: left;
	/* min-width: 50%; */
	min-height: 244px;
	position: relative;
	width: 66%;
	text-align: left;
}
.basket_line_item {
	width: 100%;
	border: 1px solid #999;
	float: left;
	min-height: 60px;
	/* text-align: center; */
	vertical-align: middle;
}
.basket_table_goods {
	text-align: right;
}
.progress-cart {
	border: 1px solid #f7f7f7;
	border-radius: 6px;
}
.progress-bar-cart {
	background-color: #ffbc56;
}
#cart_form .control-label {
	font-size: 13px;
	padding: 8px;
	line-height: 13px;
}
.form-group.form-group.has-feedback .col-sm-9 .fa.form-control-feedback {
	top: 10px;
	font-size: 16px;
	color: #f39200;
}
.side_cart {
	background-size: cover!important;
	background-repeat: no-repeat!important;
	width: 5vw;
	height: 4.5vw;
	max-height: 55px;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0 auto;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,0.15);
}
.table-hover > tbody > tr:hover {
	background-color: rgba(0,0,0,0.25);
}
#tcModal .modal-dialog p {
	font-size: 13px;
	font-weight: 400;
	margin: 0 7vw 1vw 7vw;
}
#tcModal .modal-dialog p strong {
	/* padding-top: 12px; */
	/* margin-left: -24px; */
	margin: 0 2vw 0vw -1vw;
	/* line-height: 36px; */
	font-size: larger;
}
#tcModal .modal-dialog ol, #tcModal .modal-dialog ul {
	margin-top: 12px;
	margin-left: 8vw;
	margin-right: 11vw;
	text-align: justify;
}
.summary_order {
	background-color: rgba(0,0,0,0.1);
	padding: 8px;
	border-radius: 0 0 8px 8px;
}
#summary_order address, #summary_order .control-label {
	font-size: small;
}
#wiz .navbar-form, #search .navbar-form {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#wiz {
	border-bottom: .25vw solid rgba(255,255,255,.5);/*margin-bottom:12px;
	padding-bottom:6px;
*/
}
.panel-title {
	font-size: 18px!important;
}
.panel.panel-default .panel-title .badge {
	background-color: rgba(243,146,0,1);
}
.has-icon {
	font-size: 2.75vw;
	line-height: 32px;
	margin: 0 auto;
}

@media screen and (min-width: 320px) {
.has-icon {
	font-size: 5.5vw;
}
}

@media screen and (min-width: 400px) {
.has-icon {
	font-size: 6vw;
}
}

@media screen and (min-width: 768px) {
.has-icon {
	font-size: 3.75vw;
}
}

@media screen and (min-width: 1280px) {
.has-icon {
	font-size: 3.25vw;
}
}

@media screen and (min-width: 1400px) {
.has-icon {
	font-size: 3.5vw;
}
}

@media screen and (min-width: 1900px) {
.has-icon {
	font-size: 2.3vw;
}
}
/* COMMON PRICING STYLES */
.panel.price,  .panel.price>.panel-heading {
	border-radius: 0px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.panel.price:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}
.panel.price:hover>.panel-heading {
	box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}
.panel.price>.panel-heading {
	box-shadow: 0px 5px 3px rgba(50,50,50, .2) inset;
	text-shadow: 0px 3px 3px rgba(50,50,50, .6);
}
.price .list-group-item {
	border-bottom-: 1px solid rgba(250,250,250, .5);
}
.panel.price .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.price .panel-footer {
	color: #fff;
	border-bottom: 0px;
	background-color: rgba(0,0,0, .1);
	box-shadow: 0px 3px 3px rgba(0,0,0, .3);
	margin: 0 auto;
}
.panel.price .btn {
	box-shadow: 0 -1px 3px rgba(50,50,50, .2) inset;
	border: 0px;
}
.panel-body .lead {
	line-height: 24px;
}

@media screen and (min-width: 1024px) {
.panel-body {
	min-height: 180px;
}
}

@media screen and (min-width: 1200px) {
.panel-body {
	min-height: 150px;
}
}
/* green panel */
	
		
.price.panel-green>.panel-heading {
	color: #fff;
	background-color: #57AC57;
	border-color: #71DF71;
	border-bottom: 1px solid #71DF71;
	font-size: 25PX;
	line-height: 26px;
	font-weight: 700;
}
.price.panel-green>.panel-body {
	color: #fff;
	background-color: #65C965;
}
.price.panel-green>.panel-body .lead {
	text-shadow: 0px 3px 3px rgba(50,50,50, .3);
}
.price.panel-green .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* blue panel */
	
		
.price.panel-blue>.panel-heading {
	color: #fff;
	background-color: #608BB4;
	border-color: #78AEE1;
	border-bottom: 1px solid #78AEE1;
	font-size: 34PX;
	line-height: 52px;
	font-weight: 700;
}
.price.panel-blue>.panel-body {
	color: #fff;
	background-color: #73A3D4;
}
.price.panel-blue>.panel-body .lead {
	text-shadow: 0px 3px 3px rgba(50,50,50, .3);
}
.price.panel-blue .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 3px rgba(250,250,250, .75);
}
/* red price */
		
	
.price.panel-red>.panel-heading {
	color: #fff;
	background-color: #D04E50;
	border-color: #FF6062;
	border-bottom: 1px solid #FF6062;
	font-size: 25PX;
	line-height: 52px;
	font-weight: 700;
}
.price.panel-red>.panel-body {
	color: #fff;
	background-color: #EF5A5C;
}
.price.panel-red>.panel-body .lead {
	text-shadow: 0px 3px 3px rgba(50,50,50, .3);
}
.price.panel-red .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 3px rgba(250,250,250, .75);
}
/* grey price */
		
	
.price.panel-grey>.panel-heading {
	color: #fff;
	background-color: #6D6D6D;
	border-color: #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	font-size: 25PX;
	line-height: 26px;
	font-weight: 700;
}
.price.panel-grey>.panel-body {
	color: #fff;
	background-color: #808080;
}
.price.panel-grey>.panel-body .lead {
	text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}
.price.panel-grey .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* white price */
		
	
.price.panel-white>.panel-heading {
	color: #333;
	background-color: #f9f9f9;
	border-color: #ccc;
	border-bottom: 1px solid #ccc;
	text-shadow: 0px 2px 0px rgba(250,250,250, .7);
	font-size: 25PX;
	line-height: 26px;
	font-weight: 700;
}
.panel.panel-white.price:hover>.panel-heading {
	box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
}
.price.panel-white>.panel-body {
	color: #fff;
	background-color: #dfdfdf;
}
.price.panel-white>.panel-body .lead {
	text-shadow: 0px 2px 0px rgba(250,250,250, .8);
	color: #666;
}
.price:hover.panel-white>.panel-body .lead {
	text-shadow: 0px 2px 0px rgba(250,250,250, .9);
	color: #333;
}
.price.panel-white .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
.panel-footer .btn.btn-lg.btn-block.btn-info {
	margin-left: 0px;
}


.h_phone {
		position: absolute;
	visibility: hidden;
	margin-left: 80px;
	line-height: 21px;
	font-size: 27px;
margin-top:-4px;

}
	
	
@media screen and (min-width: 1200px) {
.h_phone {

	font-weight: 700;
	margin-left: 12%;
}
}

.pack_size{
	position:absolute;
	top: 4px;
	right: 4px;
	text-align:center;
	line-height: 15px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	width: 90px;
	height: 90px;
	background-color: #f39200;
	padding: 7px 3px;
	color: #fff;
	border-radius: 45px;
	}
.pack_size_lrgtxt{
    font-size: 32px;
    line-height: 24px;
    }
	
	
	@media screen and (min-width: 768px) {
		
	
	.pack_size{

	line-height: 10px;
	font-size: 11px;
	width: 52px;
	height: 52px;
	padding: 4px 2px;
	border-radius: 25px;
	}
	.pack_size_lrgtxt{    font-size: 16px;
    line-height: 13px;}		
	
	}
	.jumbotron .container .row .col-md-9.no-padding-right-md #catalog_filter {
	margin-bottom: 24px;
	padding: 0px 0px 8px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.jumbotron .container .row .left-column.col-md-3.hidden-xs.hidden-sm .sidebar-menu ul li #collapsePriceGuns .well {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	border:0;
	border-radius:0;
}

.aside_sub{color: #333!important;font-weight: 400!important;font-size: small;}

.aside_sub_box{}
.aside_sub_box:hover{background:rgba(0,0,0,0.1)!important;
margin:0px 0px 0px -12px;padding-left:12px;}

.text-block{font-size:13px;}
.jumbotron .text-block p {
	font-size: 14px;
}

.col-icon{font-size:21px; color:rgba(0,0,0,0.3);line-height:12px;}

#map-container { height: 30% }
