/*
Theme Name:         Roots
Theme URI:          http://roots.io/
Description:        Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version:            6.5.2
Author:             Ben Word
Author URI:         http://benword.com/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.bx-clone {
  display: none;
}

.online-store-header {
	width:280px;	
	position:absolute;
	top:0px;
	right:15px;
	z-index:10;
}


@media screen and (min-width: 1020px) { 
	.page-id-20 aside.sidebar {
		margin-top: 74px;
	}
	
	.page-id-20 aside.sidebar .form-container {
		padding: 30px 20px;
	}
}


@media screen and (max-width: 1020px) {
	.jumbotron .feature-block .col-md-3, .container .jumbotron .feature-block .col-md-3 {
		display: block;
		float: none;
		margin: 0 auto;
	}
}



.navbar-header>span {
 float:left;
}
.bx-wrapper .bx-controls {
	width: 100%;
	max-width: 1268px;
	position: relative;
	margin: 0 auto;	
}

.main .gray ul li {
	list-style: none;
}

.main .btn {
	width:100%;	
}

.form-drop {
	top: 136px;
}

.page-template-templatestemplate-catalogue-php .content-info {
	margin-top: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	
}

.bx-controls-direction {
	display: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: relative;
	float: left;
	margin-top: -235px;
}

.bx-wrapper .bx-pager .bx-pager-item {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 0px;
	margin-right: 5px;
	float: left;
}

.bx-wrapper .bx-pager .bx-pager-item a {
	background: #282828;
	text-indent: -3px;
	color: #fff;
	height: 0;
	width: 0;
	margin: 0;
	padding: 20px;
	border-radius: 0;
}

.bx-wrapper .bx-pager .bx-pager-item a.active {
	background: #6c6c6c;
}


.product-gallery {
    height: 130px;
}
.product-gallery .bx-wrapper .bx-controls, .product-gallery .bx-wrapper .bx-controls .bx-controls-direction {
    display: block;
}
.product-gallery .bx-wrapper .bx-controls-direction a {
    display: block;
    height: 90px;
    width: 30px;
    border: 1px solid #e1e1e1;
    background: #f1edec;
    top:-65px;
}
.product-gallery .bx-wrapper .bx-controls-direction a.bx-next {
    background: #f1edec url("assets/img/product-gallery-img.png") no-repeat center center;
    right: -20px;
}
.product-gallery .bx-wrapper .bx-controls-direction a.bx-prev {
    background: #f1edec url("assets/img/product-gallery-img-left.png") no-repeat center center;
    left:-15px;
}
