/*
Theme Name: wp-bootstrap child
Theme URI: http://johntransue.net/bootstrap-3-wordpress-theme/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1
Author: 320press and John Transue
Author URI: http://320press.com, http://johntransue.net
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/


/* layout */

body{
  padding-top: 180px!important;
  
  background:#d1dbe4;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4{
	text-transform:uppercase;
}

.ls-wp-container h1, .ls-wp-container h2, .ls-wp-container h3, .ls-wp-container h4{
	text-transform:none!important;
}
.ls-preview h1, .ls-preview h2, .ls-preview h3, .ls-preview h4{
	text-transform:none!important;
}

h2{
	font-size:24px;
}
h3{
	font-size:16px;
}
.widget{
	font-size:13px;
}
#sidebar1 ul {
	list-style: none;
	margin-left:5px;
	padding-left:0;
	
}
#sidebar1 .panel{
	background:none;
}
#sidebar1 .widget{
	background:#003466;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#sidebar1 .widget h4.widgettitle{
	background:#002448;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding:10px 20px;
	margin-bottom:0;
	font-size:14px;
}
#sidebar1 ul.product-categories{
	padding:0 0 10px 10px;
}
#sidebar1 ul.product-categories li{
	padding:5px 20px;
	border-bottom:1px solid #29547f;
	font-weight:bold;
}
#sidebar1 .widget li li{
	padding-left:8px;
	font-size:12px;
}
#sidebar1 .widget .product-categories li li li li{
	display:none;
}
#sidebar1 .widget li li a{
	color:#eee;
	font-size:-0.2em;
}
#sidebar1 .widget li li:last-child{
	border:0;
}
#sidebar1 .widget li .current-cat a{
	color;#fff;
}
#sidebar1 ul.product-categories li:before { 
    content: "";
    border-color: transparent #b03209;
    border-style: solid;
	border-width: 5px 0 5px 10px;
    display: block;
    height: 0;
    width: 0;
    left: -1.25em;
    top: 1.1em;
    position: relative;
}
#sidebar1 ul.product-categories li li:before { 
    content: "";
    border-color: transparent #b03209;
    border-style: solid;
	border-width: 5px 0 5px 10px;
    display: block;
    height: 0;
    width: 0;
    left: -1.25em;
    top: 1.1em;
    position: relative;
}
#sidebar1 ul.product-categories li li.current-cat:before { 
    
    border-color: transparent #fff;
   
}
#sidebar1 ul.product-categories li li.current-cat-parent:before { 
    
    border-color: #ffffff transparent transparent transparent;
	border-width: 10px 5px 0 5px;
   
}
#sidebar1 .widget .textwidget{
	padding:10px 20px;
	
}
#sidebar1 .widget_search{
	background:#333;
	padding:10px;
}
#sidebar1 .panel-body{
	padding-top: 0;
}
#sidebar1 ul.product-categories{
	position:relative;
}

/*
#sidebar1 ul.product-categories li ul{
	display:none;
}
#sidebar1 ul.product-categories li.current-cat-parent ul{
	display:block;
}
#sidebar1 ul.product-categories li.current-cat-parent ul li ul{
	display:none;
}
#sidebar1 ul.product-categories li.current-cat-parent ul li.current-cat-parent ul{
	display:block;
}
#sidebar1 ul.product-categories li.current-cat-parent ul li.current-cat-parent ul ul{
	display:block;
}
*/

/*
#sidebar1 ul.product-categories li.current-cat{
	display:block;
}
#sidebar1 ul.product-categories li.current-cat ul li{
	display:block;
}
#sidebar1 ul.product-categories li.current-cat ul li ul li{
	display:none;
}
*/


/*
.wp-post-image{width:100%;}
*/
/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
  top: 28px; 
}

.carousel{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #e9eef2;
	
}
.carousel .carousel-inner img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#layerslider_1{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #e9eef2;
}
#layerslider_1 .ls-slide img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}


/* other css */
 a {
        
      }
      .sectionspace {
        margin-top:30px;
      }
      .smallsectionspace {
        margin-top:20px;
        margin-bottom:20px;
      }
     
      .progress-bar-black {
        background-color: #333;
      }
      .progress {
        height: 28px;
        margin-bottom: 10px;
        overflow: hidden;
        background-color: #f5f5f5;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      }
      .sr-only {
        font-size:14px;
        line-height:28px;
      }
      p.smallp {
        margin: 0 0 4px;
      }
      a.iconlinks:hover {
        text-decoration:none;
      }
      .well.well-transparent {
        background-color: transparent;
      }
      .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 4px solid #333;
        border-radius: 0px;
      }
      a.iconlinks:hover {
        text-decoration:none;
      }
      ul.iconlinks li a:hover {
        text-decoration:none;
      }
      .input-prepend {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
      }
      .btn-primary {
        color: #fff;
        background-color: #333;
        border-color: #333;
      }
      .btn-primary-done {
        color: #333;
        background-color: #ccc;
        border-color: #ccc;
      }
      .dent {
        padding: 0 0 0 15px;
        color:black;
        margin: 0 0 20px;
        border-left: 5px solid #ccc;
      }
      .warning {
        color: red;
      }
      .headertxt {
        text-align:left;
      }
      .lrgtext {
        font-size: 38px;
        font-weight: 500;
        line-height: 1.1;
      }
      .lrgtextno {
        font-size: 38px;
        font-weight: 500;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 10px;
      }
      .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0) 100%));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.0) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
      }
      .carousel-control.left {
        background:0;
      }
      .navigate {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
      }
}
.carousel-indicators .active {
}
.carousel-indicators li {
}
.sectionspace-color {
  background:#FFF7ED;
  padding:30px 0 30px 0;
}
.sectionspace-color-red {
  background:#;
  padding:30px 0 30px 0;
}
.sectionspace-color-grey {
  background:#;
  color:;
  padding:30px 0 30px 0;
}
.navbar {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ffffff));
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #ffffff, 100%);
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
background-repeat: repeat-x;
border-radius: 0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffff', GradientType=0);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 5px rgba(0, 0, 0, 0);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 5px rgba(0, 0, 0, 0);

}
.navbar-default {
  
  border-bottom:1px solid #ccc;
}
.navbar-collapse{
	position:relative;
}
.navbar-collapse.collapse .navbar-nav{
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333), to(#4f4f4f));
	background-image: -webkit-linear-gradient(top, #333, 0%, #4f4f4f, 100%);
	background-image: -moz-linear-gradient(top, #333 0%, #4f4f4f 100%);
	background-image: linear-gradient(to bottom, #333 0%, #4f4f4f 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:right;
	position:absolute;
	bottom:20px;
	right:10px;
}
.navbar-default .navbar-nav li a {
  color: #fff;
  font-size:13px;
  border-right: 1px solid #555;
  border-left: 1px solid #1e1e1e;
  padding-top:7px;
  padding-bottom:7px;
 
}
.nav > li > a:hover, .nav > li > a:focus{
	background:none!important;
	color:#fff!important;
}
.navbar-default .navbar-nav li:first-child a {
	border-left: 0px solid #1e1e1e;
}
.navbar-default .navbar-nav li:last-child a {
	border-right: 0px solid #1e1e1e;
}
.navbar-default .navbar-nav > .active > a{
	background:none;
	color:#fff;
}

@media only screen and (max-width : 990px) {
	.navbar-collapse.in a{
		color:#000!important;
	}
	.navbar-collapse.in a:hover{
		color:#000!important;
		
	}
}

.contact.nav>li>a{padding-right:0px;}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.carousel-control {
  color: #fff;
  text-decoration: none;
  opacity: .0;
  filter: alpha(opacity=0);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.strapline{
	padding:10px 0;
	text-align:right;
	font-style:italic;
	font-size:16px;
	color:#103b62;
	font-family: Georgia, "Times New Roman", serif;
}
#recent{
	background:#002447;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:5px solid #e9eef2;
	margin:10px 0 0 0;
	
}
/*
#recent ul{
	height:300px;
	list-style-type: none;
	padding:0;
	margin:0;
	background:#003366;
	display:block;
	width:100%;
	padding-top:15px;
	overflow:hidden;
}*/
#recent li {
	background:#003366;
	
}
#recent ul {
	border:0;
}
#recent .flexslider{
	border:0!important;
	
}
#recent .psc-prod-container{
	background:#fff;
	border:5px solid #255384;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:15px;
	margin-bottom:15px;
	padding:0!important;
	font-size:14px;
	font-weight:bold;
	max-width:340px;
	
}
.flexslider ul.slides li .psc-prod-container .img-wrap{
	padding:0!important;
	margin:0!important;
}
#recent .psc-prod-details{
	padding:4px 10px 10px 10px;
}

#recent li a{
	color:#333;
}
#recent h1{
	font-size: 2em;
	margin-top: 0.67em;
	margin-right: 0px;
	margin-bottom: 0.67em;
	margin-left: 0px;
}
#recent > h1{
	margin:0;
	text-align:center;
	color:#fff;
	font-size:18px;
	padding: 5px 0;
}
#recent h3{
	font-size:14px;
}
#blueheader{
	background:#003366;
	color:#fff;
	padding:8px 0;
}
.home_categories{
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:5px solid #e9eef2;
	margin:10px 0 0 0;
	
}
.home_categories h1{
	margin:0;
	text-align:center;
	color:#fff;
	font-size:18px;
	padding: 5px 0;
	background:#002447;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.home_categories li, .products li.product-category{
	border:4px solid #e8eef3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#003366;
	text-align:center;
	padding-bottom:10px!important;
}
.home_categories li img, .products li.product-category img{
	border:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none!important;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.home_categories li a, .products li.product-category a{
	color:#fff;
}
.home_cat_items {
	padding:15px;
}
#blueheader a{
	color:#fff;
}
.blueheader_container{
	padding:0 35px;
	font-size:13px;
}

.blueheader_container div{
	border-left:1px solid #001c39;
	border-right:1px solid #2a5279;
}
.icon-phone{
	background:url(images/icon-phone-white.png) center center no-repeat;
	width:10px;
}
.widget_product_categories a{
	color:#fff;
}

.textwidget .gform_heading{
	display:none;
}
.textwidget input[type="text"]{
	width:100%!important;
	margin-bottom:8px;
}
.textwidget .gform_fields{
	padding:0!important;
	margin:0!important;
}
.textwidget .gform_fields li{
	
	padding:0!important;
	margin:0!important;
}
.textwidget .gform_fields li .gform_label{
	padding:0!important;
}
.textwidget .gform_fields li {
	border:0!important;
}
.textwidget .gform_wrapper .gform_footer{
	padding:0;
	margin:10px 0 0 0;
}
.gform_wrapper .gform_footer input[type="submit"]{
	border : solid 0px #000000;
	border-radius : 5px;
	moz-border-radius : 5px;
	color : #ffffff;
	padding : 1px 17px;
	background-color : #b13008;

}
footer{
	position:absolute;
	margin:30px 0 0 0;
	left:0;
}
#inner-footer{
	color:#999;
	font-size:12px;
	border:0;
	padding:10px 0 40px 0;
}
#inner-footer h4{
	color:#fff;
	font-size:14px;
	text-transform:capitalize;
}
#inner-footer .sub_footer{
	background:#202020;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.flex-direction-nav li a
{
  
  top: 50%!important;
  margin-top:50%;
 
}
/*
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
  width: 100px;
}
*/
li.product-type-simple{
		
}
.fr_item_row td{
	border-bottom:2px solid #e7eff2;
}
.image_group_skus{
	margin-top:5px;
	background:#fff; 
	text-align:center; 
	padding:3px;
}
.woocommerce ul.products{
	/*background:#bccad5;*/
	
}
.image_group_skus{
	font-size:12px;
}
.products .row{
	margin-left:0px;
}
.products li.subcat_name{
	
	font-size:24px;
	padding:20px 10px;
}
.imagewrapper{
	cursor:pointer;
}
#image_container{
	display:none;

	position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
	padding-top:5%;
    text-align:center;
	z-index:99999;
	cursor:pointer;
}
#image_container img{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.click_to_close{
	display:block;
	background:#fff;
	width:200px;
	margin:0 auto;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.mini_basket{
	width:100%;
	float:left;
	background:#bccad6;
	text-align:right;
	padding-right:10px;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	
}
.mini_basket .mini_basket_added {
	background:url(images/button_added_to_bag.png) top left no-repeat;
	width:120px;
	height:31px;
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	display:none;
}
a.buy_me{
	background:url(images/button_add_to_bag.png) top left no-repeat;
	width:120px;
	height:31px;
	display:block;
	
}
/* Pagination
****************/
ul.page-numbers {
	font-weight: bold!important;
	
}
ul.page-numbers span.page-numbers{
	
	
}
.page-numbers li {
	background-color: #fff;
	color: #b13008!important;
	border-radius: 80px;
	width:30px;
	border-radius: 100px!important;
}
.page-numbers li href {
	padding: 5px;
}
.woocommerce-pagination .next{
	background-color: #B13008!important;
	color:#fff;
	
	
}
.woocommerce-pagination .prev {
	background-color: #B13008!important;
	color:#fff;
	
}

ul.page-numbers span.page-numbers.current {
	background-color: #003366!important;
	
}
ul.page-numbers span.page-numbers.current{
	color:#fff!important;
}
.dots {
	color: #003366!important;
}
.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
    margin: 2px;
}

/*Category heading
******************/
h1, .h1 {
    color: #003366;
    font-family: arial;
    font-size: 36px;
    font-weight: bold;
}

/*Breadcrumb
*************/
.woocommerce-breadcrumb {
	color: #b03209!important;
    font-weight: bold!important;

}
.woocommerce-breadcrumb a{
	color: #b03209!important;
    font-weight: bold!important;

}
.woocommerce-breadcrumb a:after {
	padding:5px;
}
.input-group-btn {
    float: left;

	
}
.btn {
	margin-bottom: 0;
    margin-left: 123px;
    margin-top: 10px;
	border-radius: 5px;

}
.btn-default:hover {
	color: #ffffff;
}
.subcat_name {
	font-family: arial;
	font-weight:bold;
	color:#333333;
	border-top: 1px solid #adb4ba;
}
#s:before {
	content: '';
}
/*
.jumbonews{
	background:url(images/jumbonews.jpg) bottom right no-repeat;
	background-size: cover;
}
.jumbonews h1{
	color:#fff;
}
*/

.has-post-thumbnail header > a {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.attachment-wpbs-featured{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 4px solid #E8EEF3;
}

.attachment-wpbs-featured.wp-post-image{
	float:left;
	margin:0 10px 5px 0;
}

h1.page-title{
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", serif;
	font-size:36px;
	border-bottom:2px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
	
}
.news-listing-header{
	padding-bottom:0;
}
.extra_bundle_details{
	display:none;
	padding:10px 0 10px 60px;
}
a.more_info{
	display:block;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	background:#b03009;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
}
a.more_info_active{
	background:#333333;
}
.cart_item.bundled_table_item .product-thumbnail img{
	
}
.shop_table tr.bundle_table_item{
	
}
.shop_table .bundled_table_item{
	display:none;
}
#layerslider_1 .ls-inner h1{
	font-size:24px!important;
	text-transform:none;
	padding:0;
	margin:0;
	
}
#layerslider_1 .ls-inner h2{
	font-size:20px!important;
	text-transform:none;
	padding:0;
	margin:0;
	font-weight:bold;
}
#layerslider_1 .ls-inner h3{
	font-weight:bold;
}

.gallery-area {
	
}
.left {
	float:left;
}
.nextto {
	float:left;
}

/* Hides sorting drop down for product pages */
.orderby {
	display:none
}
.add_to_wishlist{
	display:block;
	width:55px;
	height:31px;
	background:url(images/wishlist_red.png) top left no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.yith-wcwl-wishlistaddedbrowse.show .feedback{
	display:none;
}
.yith-wcwl-wishlistaddedbrowse.show a{
	display:block;
	width:55px;
	height:31px;
	background:url(images/wishlist_green.png) top left no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.yith-wcwl-wishlistexistsbrowse.show .feedback{
	display:none;
}
.yith-wcwl-wishlistexistsbrowse.show a{
	display:block;
	width:55px;
	height:31px;
	background:url(images/wishlist_green.png) top left no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.wishlist_me {
	background: url(images/wishlist_star.png) top left no-repeat;
    display: block;
    height: 30px;
    width: 159px;
	margin-right: 10px;
}
.wishlist_me_added {
	background: url(images/wishlist_star_green.png) top left no-repeat;
    display: block;
    height: 30px;
    width: 159px;
	display:none;
	
}
.login_to_create_wishlist{
	margin-right:15px;
	padding-top:5px;
	display:block;
}

.top_link_basket{
	max-width:200px;
}
.top_link_wishlist{
	max-width:160px;
}
.top_link_logout{
	max-width:120px
}
.top_link_login{
	max-width:160px;
}
.top_link_register{
	max-width:120px;
}
.navbar-toggle{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff;
}
.strapline.nobreaks{
	display:none;
	font-size:14px;
	padding-top:20px;
}
#customer_login .col-1 form{
	padding:0;
}
#customer_login .col-2 form{
	padding:0;
}
#customer_login .col-2 {
	padding:0 15px;
	background:#bbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register{
	border:0;
}
.num_basket_items{
	display: inline-block;
	color:#fff;
	background:#b13008;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size:12px;
	min-width:20px!important;
}
.num_wishlist_items{
	display: inline-block;
	color:#003366;
	background:#FFD700;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size:12px;
	min-width:20px!important;
}
.products ul.subcategory{
	background:#bccad6;
	margin-bottom:0;
}
.poroducts li.subcat_name{
	background:#bccad6;
}

#sidebar1 .widget_product_search{
	background:#333;
	padding:10px;
	text-align:right;
}
#sidebar1 .widget_product_search h4{
	display:none;
}
#sidebar1 .widget_product_search label{
	display:none;
}
#sidebar1 .widget_product_search input[type="text"]{
	padding:4px 5px;
	 border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width:100%;
}
#sidebar1 .widget_product_search #searchsubmit{
	 background-color: #ebebeb;
  border:0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #b13008;
  padding:3px 10px;
  margin-top:5px;
  
}

/* Line 806 */
#sidebar1 .widget_product_search #searchsubmit
{
  color: #ffffff;
}
.woocommerce-result-count{
	display:none;
}

@media only screen and (max-width : 990px) {
	body{
		margin-top:40px;
	}
	.navbar-brand{
		width:100%;
		text-align:center;
	}
	.navbar-header{
		margin:0 auto;
		text-align:center;
	}
	.header_phone{
		background:#002447;
		text-align:center;
		width:100%;
		height:25px;
		padding-top:4px;
	}
	#blueheader{
		padding-top:0;
	}
	.top_link_basket{
		max-width:1000px;
	}
	.top_link_basket span.text{
		display:none;
	}
	.top_link_wishlist{
		max-width:1000px;
	}
	.top_link_logout{
		max-width:1000px;
	}
	.top_link_login{
		max-width:1000px;
	}
	.top_link_register{
		max-width:1000px;
	}
	.border_div{
		display:none;
	}
	.strapline.nobreaks{
		display:block;
	}
	.strapline{
		display:none;
	}
	
}
@media only screen and (max-width : 767px) {
	body{
		margin-top:90px;
	}
	.strapline{
		display:block;
		text-align:center;
	}
	
	.strapline.nobreaks{
		display:none;
	}
}
@media only screen and (max-width : 555px) {
	body{
		margin-top:110px;
	}
}
@media only screen and (max-width : 413px) {
	body{
		margin-top:130px;
	}
}
@media only screen and (max-width : 383px) {
	body{
		margin-top:150px;
	}
}

/* layer slider overrides, so the slider preview works! */
/*
.ls-slide h1, .ls-slide h2, .ls-slide h3, .ls-slide h4, .ls-slide h5{
	text-transform:none;
	display: block;
	font-weight: 600;
} 
.ls-slide h1{
	font-size: 2em;
	margin-top: 0.67em;
	margin-right: 0px;
	margin-bottom: 0.67em;
	margin-left: 0px;
}
.ls-slide h2{
	color: #fff;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-right: 0px;
	margin-bottom: 0.83em;
	margin-left: 0px;
	font-weight: 400;
}
*/
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
    width: 35%!important;
}
.red{
	color:#B13008;
}
.cust-notice {
	background-color: #003466;
	border-radius: 10px;
	padding: 10px;
	color: #FFF;
	margin-bottom: 10px;
}
#main .meta{
	display:none;
}
@media only screen and (max-width : 400px) {
	.strapline{
		display:none;
	}
	/*body{
		padding-top: 40px!important;
	}*/
}