/*font-family: noto-serif, serif;
font-weight: 400;
font-style: normal;*/
body {
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	color: #525252;
}
html{
	background: #2A4324;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 700;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2A4324;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.upperoptions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 10px 0;
}
#logo h1{
	margin: 0 0 10px;
}
#logo a,
#logo a:hover{
	color: inherit;
	text-decoration: none;
}
/* store subheading */
#slug {
	font-size: 20px;
	margin: 0px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	background: #fff;
}
#search .btn .fa{
	color: #000000;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	min-height: 40px;
	border-radius: 0px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #ffffff;
	padding: 2px 18px;
	float: right;
	border: none;
	border-radius: 0;
	background: none;
	margin: 0 15px 0 0;
	padding-top: 12px;
	padding-bottom: 10px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
}
#menu .navbar-aside {
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}
#menu .navbar-aside.open {
	display: block;
}
@media (max-width: 767.95px) {
	/* Media orb replacement menu @since 1.0.2 */
	#menu .navbar-aside{
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: -300px;
		min-width: 300px;
		width: 300px;
		max-width: 90%;
		transition: left 0.5s ease;
		background-color: #229ac8;
		z-index: 999;
		-webkit-box-shadow: 1px -1px 5px 0px rgba(35, 35, 35, 0.8);
	-moz-box-shadow: 1px -1px 5px 0px rgba(35, 35, 35, 0.8);
	-ms-box-shadow: 1px -1px 5px 0px rgba(35, 35, 35, 0.8);
	box-shadow: 1px -1px 5px 0px rgba(35, 35, 35, 0.8);
	}
	#menu .navbar-aside.open{
		left: 0px;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	#menu > div.container{
		width: auto;
	}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	/* New media orb menu */
	#menu .navbar-aside{
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	/* -margin to negate link padding */
	#menu .nav-main{
		margin: 0 -27px;
		width: auto;
		float: none;
		text-align: center;
	}
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #000000;
	border-top: 1px solid #ddd;
	color: #ffffff;
	font-size: 15px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #c6c6c6;
}
footer h5 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 15px;
}
footer li {
	margin-bottom: 10px;
}
footer .copyright{
	line-height: 40px;
}
footer address,
footer p {
	margin-bottom: 0px;
}
footer br + a{
	display: block;
	margin-top: 4px;
}
/* Tablet and lower (md) */
@media (max-width: 991.95px) {
	footer ul{
		margin-bottom: 30px;
	}
	footer .copyright{
		margin-bottom: 30px;
		line-height: 1;
	}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	background-color: #f5f5f5;
	margin: 0px 0px 60px 0px;
	border: none;
	padding: 0px;
}
.breadcrumb-list {
	padding: 8px 15px;
}
.breadcrumb-list i {
	font-size: 15px;
}
.breadcrumb-list > li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb-list > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb-list > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -8px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb-list > li:last-child::after{
	content: none;
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 50px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2A4324;
	background-image: linear-gradient(to bottom, #2A4324, #2A4324);
	background-repeat: repeat-x;
	border-color: #2A4324 #2A4324 #2A4324;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
/* Price stickers */
.product-thumb{
	position: relative;
}
.product-thumb .circle{
	position: absolute;
	top: 30px;
	right: 30px;
	background-color: rgba(255,25,25,0.75);
	border-radius: 50%;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 12px;
	line-height: 18px;
	color: #fff;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 70px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-weight: 600;
	font-size: 16px;
}
.product-thumb .price-new {
	color: #E74C3C;
}
.product-thumb .price-old {
	/* Horrible colour so I remember to do it */
	color: #606060;
	text-decoration: line-through;
	margin-right: 10px;
}
.product-thumb .price-tax {
	color: #ff00ec;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.bottom_ul_wrap {
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: center;
  float: none;
  margin: auto;
  display: block;
}

#product-product .nav-wrap {
    padding: 60px 0;
    background: #f7f7f7;
}

#product-product ul.nav.nav-tabs li {
    position: relative;
		cursor: pointer;
}

#product-product .nav-tabs>li.active>a,
#product-product .nav-tabs>li>a:focus,
#product-product .nav-tabs>li>a:hover {
    color: #2A4324;
    cursor: default;
    border: 0px solid #ddd;
    background: transparent;
		cursor: pointer;
}

#product-product .product_wrap{
  padding: 0 0 60px 0;
  margin: 0 15px;
}

#product-product .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #f7f7f7;
}

#product-product .nav-tabs>li>a {
    font-size: 20px;
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    font-weight: 700;
    color: #eaeaea;
}

#product-product h1{
  margin: 0px;
  padding: 0 0 15px 0;
}


#product-product .nav>li {
    position: relative;
    display: block;
    display: inline-block;
    /* margin: 0 auto; */
    /* width: 100%; */
    text-align: center;
    float: none;
}

#product-product .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#product-product ul.nav.nav-tabs {
    list-style: none;
    padding-left: 0;
    /* float: right; */
    display: inline-block;
    text-align: center;
    float: none;
    margin: auto;
    display: block;
    margin: 0 0 30px 0;
}

#product-product ul.nav.nav-tabs {
    list-style: none;
    padding-left: 0;
    /* float: right; */
    display: inline-block;
    text-align: center;
    float: none;
    margin: auto;
    display: block;
}

#product-product .nav-tabs {
    border-bottom: 0px solid #ddd;
}

#product-product ul.nav.nav-tabs li:before {
    content: "";
    border-left: 1px solid #191919;
    width: 100%;
    padding: 10px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

#product-product ul.nav.nav-tabs li:first-child:before {
    border-left: 0px solid #191919;
}


#product-product label {
    font-size: 12px;
    font-weight: normal;
    font-weight: 700;
}

#product-product .special_text {
    color: #E74C3C;
}

a:focus, a:hover {
    color: #586654;
    text-decoration: none;
}

.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group .form-control[name^=quantity] {
    min-width: 50px;
    border-radius: 0px;
}

select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    height: 55px;
}

.table .input-group-btn button{
    background: none;
    color: black;
    padding: 0 5px;
    border: 0px solid;
}
.product_price_normal{
  font-size: 27px;
  padding: 0px;
  margin: 15px 0 15px 0;
  font-weight: 700;
}

input#input-quantity {
    height: 55px;
}

.bottom_rel_wrap{
  padding: 45px 0 30px 0;
  margin: 0 15px;
}

.bottom_ul_wrap li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: center;
  float: none;
  padding: 0 15px;
}

.menu_top {
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: left;
  float: none;
  margin: auto;
  display: block;
  margin-top: 5px;
}

.menu_top li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: left;
  float: none;
}

.menu_top li a{
  color: #fff;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.menu_top li a:hover{
  color: rgba(255,255,255,0.5);
}

#top a:hover{
  color: rgba(255,255,255,0.5);
}

#top-links ul{
  margin-bottom: 0px;
}

#top-links {
    padding-top: 0px;
}

#menu {
    background-color: #20321B;
    min-height: 0px;
    border-radius: 0px;
    padding: 10px 0;
}

#top a{
  color: #fff;
}

#bottom{
  padding: 10px 0;
  border-bottom: 1px solid #F4F6F4;
}

#bottom .fa{
  color: #2A4324;
}

#bottom .flex_text_top{
  color: #2A4324;
  font-weight: 700;
  font-size: 14px;
}

#bottom .flex_text_top a{
  color: #2A4324;
}

#bottom .flex_text_bottom{
  color: #1F321A;
  font-weight: 400;
  font-size: 16px;
}

#bottom .flex_text_bottom a{
  color: #1F321A;
}

#search .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 0%), 0 0px 0px rgb(0 0 0 / 0%);
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 13px 15px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    text-shadow: 0 0px 0 rgb(0 0 0 / 0%);
    border-radius: 10px;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 0%), 0 0px 0px rgb(0 0 0 / 0%);
    margin-left: -20px;
}

.basket_wrap{
  position: relative;
}

.basket_number {
    position: absolute;
    background: #E74C3C;
    color: #fff;
    font-size: 14px;
    height: 18px;
    width: 18px;
    top: -10px;
    right: 5px;
    border-radius: 100%;
    text-align: center;
}

#search {
    margin-bottom: 0px;
}

.flex-wrap, .flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-v-center{
  align-items: center;
  display: flex;
}

.flex-h-left{
  justify-content: left;
}

.flex-h-right{
  justify-content: flex-end;
}

.flex-h-center{
  justify-content: center;
}

.menu_icon_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.menu_icon_wrap:hover .flex_text_bottom{
	color: #8A9887;
}

.menu_icon_wrap:hover .flex_text_top{
	color: #fff;
}

.flex_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

#search {
    margin-bottom: 0px;
    width: 450px;
}

.menu_icon_wrap .fa{
  font-size: 28px;
  color: #fff;
  padding-right: 7px;
}

#top-links .list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

.flex_text_top{
  color: #8A9887;
  font-size: 14px;
}

.flex_text_bottom{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

#top .btn-link, #top-links li, #top-links a {
    text-decoration: none;
}

#middle{
  background: #2A4324;
  padding: 15px 0;
}

#top{
  padding: 15px 0;
  background: #586654;
  border: 0px solid;
  min-height: 0px;
  margin: 0px;
}

#top .fa{
  padding: 0 10px;
  color: #1F321A;
}

.website_title{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.header_ul{
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /* float: right; */
  display: inline-block;
  text-align: center;
  float: none;
  margin: auto;
  display: block;
  float: right;
}

.header_ul li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: center;
  float: none;
}

footer {
    padding-top: 30px;
    background-color: #2A4324;
    border-top: 0px solid #ddd;
    color: #ffffff;
    font-size: 15px;
}

footer a{
    color: #ffffff;
}
.margin-top{
  margin-top: 30px;
}

.content-strip{
  padding: 60px 0;
}

.top_footer li{
  margin: 0px;
}

.middle_footer li{
  margin: 0px;
}

.bottom_footer li{
  margin: 0px;
}

footer h5{
  font-size: 22px;
  margin-bottom: 20px;
}

.footer_bottom_wrap a{
  color: #fff;
}

.sep_footer{
  padding: 0 10px;
}

.footer_bottom_wrap{
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(255,255,255,0.6);
  text-align: center;
}

.list_social {
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: left;
  float: none;
  margin: 0px;
  display: block;
  padding: 0px;
}

.list_social li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: left;
  float: none;
  border-radius: 7px;
}

.list_social li a {
    width: 50px;
    height: 50px;
    padding: 11px;
    text-align: center;
    display: block;
    font-size: 24px;
}

.list_social li.facebook {
  background: #365899;
}

.list_social li.twitter {
  background: #00ACED;
  margin: 0 6px;
}

.list_social li.youtube {
  background: #FD2725;
}


.row.middle_footer_wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}

.middle_footer_wrap_border{
  border-top: 1px solid rgba(255,255,255,0.6);
  padding-top: 60px;
}

footer {
    padding-top: 30px;
    background-color: #2A4324;
    border-top: 0px solid #ddd;
    color: #ffffff;
    font-size: 16px;
}

.border-right-footer{
  border-right: 1px solid rgba(255,255,255,0.6);
  height: 100%;
}

.flex-wrap-direction {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: row;
}

.cols-2{
  columns: 2;
}

.option_header {
    font-weight: 700;
    margin: 15px 0 -15px 0;
}

.product_cart_name{
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: -7px;
}

a.checkout_product_name {
    font-weight: 700;
    font-size: 20px;
}

.checkout_titles {
    font-weight: 700;
    margin: 10px 0 -20px 0;
}

.checkout_titles.first_checkout_title {
    margin-top: 10px;
}

.checkout_titles.bottom_checkout_title {
    margin-bottom: -25px;
}

.shipping_titles{
	margin: 10px 0 -20px 0;
	font-size: 13px;
}
.first_shipping_title{
	margin-top: 20px;
	margin-bottom: -20px;
	font-size: 13px;
}

.cart_add_outer_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    /* background: #fff; */
    padding: 0px;
    width: 100%;
}

.cart_add_wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    /* background: #fff; */
    margin-left: 15px;
    display: none;
}

.price_calc, .price_calc_incvat{
    margin-right: 15px;
    font-size: 22px;
    font-weight: 700;
}

.foam_grade {
    width: 100%;
    height: 55px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    border: 0px solid;
}
.error_field{
  text-transform: capitalize;
}
.errorbox{
  border: 1px solid red !important;
}

.inner_option_wrap{
  width: 50%;
  float: left;
  margin: 7.5px -15px;
  z-index: 9999999999;
  position: relative;
}

.textboxstyle{
    padding-left: 70px !important;
    border: 0px solid;
}

.inner_option_wrap label {
    position: absolute;
    background: #586654;
    color: #fff;
    height: 100%;
    width: 60px;
    font-size: 20px;
    text-align: center;
    padding-top: 18px;
    font-weight: 600;
		left: 0;
}

.select_half {
    width: 100%;
    height: 55px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    border: 0px solid;
}

#product_scoller{
  margin-top: 30px;
}

#product_scoller img{
  cursor: pointer;
}

.row-hide{
  display: none;
}

h1 {
    font-size: 33px;
    margin: 0 0 15px 0;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 7px 0;
}

div#information-information, #information-contact {
    padding: 0 0 60px 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 0px #fff;
    box-shadow: 0 0 0px #666;
    margin-top: -10px;
}

.info_ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #1F3219;
}

.info_ul li {
    float: left;
}

.info_ul li:nth-child(2) {
  padding-left: 10px;
}

.thumb{
  color: #1F3219;
}

.options_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: baseline;
  flex-flow: row wrap;
  margin: 0 15px;
}

.flex-wrap, .flex-row{
  flex-wrap: wrap;
  display: flex;
}

.flex-v-center{
  align-items: center;
  display: flex;
}

.flex-h-left{
  justify-content: left;
}

.flex-h-right{
  justify-content: flex-end;
}

.flex-h-center{
  justify-content: center;
}


.button_wrap {
    width: 100%;
    margin: 15px -15px 0 -15px;
}

.info_wrap{
  width: 100%;
  margin: 15px -15px 0 -15px;
}


.quote_heading{
  font-size: 38px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  color: #20321B;
}
.quote_text{
  color: #20321B;
  margin: 15px 0;
}
.options_wrap{
}
.shape_reference{
  width: 100%;
  object-fit: contain;
}

.shape_frame{
  width: 100%;
  object-fit: contain;
}

.home-bottom-wrap{
  padding-top: 0px;
  margin-top: -30px;
}

.btn-wrap-row{
  text-align: center;
  margin-top: 30px;
}

.green-strip{
  background: #EAEDEA;
}

.content-wrap-30{
  padding: 30px 0 30px 0;
}

.container-padding{
  padding-left: 30px;
  padding-right: 30px;
}

.category_block_wrap{
  width: 100%;
  object-fit: cover;
  height: auto;
  margin: 30px 0 0 0;
  position: relative;
}

.category_name{
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #20321B;
  font-size: 20px;
  font-weight: 700;
}

.category_block_wrap img{
  width: 100%;
  object-fit: cover;
  height: auto;
}

.category_block_wrap:hover .category_name{
  background: #586654;
}

.image-content-wrap .h1{
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  color: #1F1F1F;
}

.image-inner-content{
  margin: 15px 0 13px 0;
  color: #1F1F1F;
}

.btn{
  border-radius: 50px;
  background: #2A4324;
  color: #fff;
  font-size:18px;
  font-weight: 700;
  padding: 15px 35px;
}

.btn:hover{
  background: #586654;
  color: #fff;
}

.position-rel{
  position: relative;
}

.no-padding{
  padding: 0px;
}

.image-content {
  background: rgba(255,255,255,0.7);
  border-radius: 8px;
  width: 55%;
  padding: 30px;
	margin: 0 15px;
}

.container-wrap-ab{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    display: flex;
}

.image-banner-image{
  width: 100%;
  height: 100%;
}

#cart_notice{
	display: none;
	margin-bottom: 30px;
}

#menu_dropdown{
  background: #586654;
  padding: 15px 0;
  display: none;
}

.menu_main{
  list-style: none;
}

.menu_main li{
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0px;
  padding: 5px 0;
}

.menu_main li a{
  color: #fff;
}

.menu_main li a:hover{
  color: rgba(255,255,255,0.6);
}

.menu_icon_wrap{
  cursor: pointer;
}
.product-layout{
  margin-top: 30px;
}

.product_cate_title{
  color: #444;
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
	margin-bottom: 10px;
}

.product-thumb {
    border: 0px solid #ddd;
    margin-bottom: 0px;
    overflow: auto;
}

.product-thumb .image img {
  border: 1px solid #ddd;
  padding: 15px;
}
.product-thumb .caption {
    padding: 0 0px;
}
.category_images{
  width: 100%;
  object-fit: cover;
}
.cate_title{
  color: #444;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}
h2 {
  font-size: 27px;
  padding: 0px;
  margin: 0 0 30px 0;
}
#product-category{
	margin-bottom: 60px;
}
#product_scoller .owl-dots {
    display: none;
}
#top-links .list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 10px;
}
.content-block-md{
	padding: 60px 0 !important;
}


ul.list-unstyled.bottom_footer {
    word-break: break-all;
}

.breadcrumb-list > li {
  font-weight: 700;
}


.product-layout .caption .price {
  color: #444;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0 0 0;
  font-size: 20px;
}
.product-thumb {
  border: 0px solid #ddd;
  margin-bottom: 0px;
  overflow: hidden;
}

.list-product-wrap span{
  margin-right: 5px;
}

.wrap_row_products{
  z-index: 999;
  position: relative;
}

.select_half_box {
  width: 50%;
  float: left;
  margin: 7.5px -15px;
  position: relative;
  z-index: revert-layer;
  }

  .home-product-title {
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
}

@media (max-width: 1199px) {
	.quote_heading {
	    line-height: 1;
	}
	.image-banner-image{
		height: 400px;
		object-fit: cover;
	}
}

@media (max-width: 991px) {
	#search {
	    margin-bottom: 0px;
	    width: auto;
	}
	.header_ul {
    font-size: 16px;
	}
	.category_name {
    font-size: 18px;
	}
	footer h5 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 15px;
	}
	.flex-wrap-direction{
		display: block;
	}
	.border-right-footer:nth-child(2) {
    border-right: 0px solid rgba(255,255,255,0.6);
    height: 100%;
	}
	.top_bespoke_wrap{
		margin-bottom: 30px;
	}
	.image-content {
		width: 65%;
	}
  label.label_shape_main {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    padding: 10px 10px !important;
    font-size: 15px !important;
    text-transform: uppercase;
}
.inner_option_wrap {
  width: 100%;
  float: left;
  margin: 7.5px -15px;
  position: relative;
}
.flex-v-center {
  align-items: center;
  display: flex;
  display: flex;
  justify-content: center;
}
.shape_reference {
  width: 50%;
  object-fit: contain;
  margin: auto;
  text-align: center;
}
.top_bespoke_wrap {
  margin-bottom: 30px;
  text-align: center;
}
.inner_option_wrap {
  width: 110%;
  float: left;
  margin: 7.5px -15px;
  position: relative;
}
}

@media (max-width: 767px) {







select-image[open=true] select-options {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9999999999;
  }


  select-options {
    max-height: 300px;
    overflow: auto;
    background: #fff;
    padding: 0 15px 15px;
    position: absolute;
    top: 0px !important;
    z-index: 99999999;
    /*width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;*/
    width: auto;
    max-width: 300px;
    }




  .inner_option_wrap {
    width: 100%;
    float: left;
    margin: 7.5px 0px;
    position: relative;
}
  .select_half_box {
    width: 100%;
    float: left;
    margin: 7.5px 0px;
    position: relative;
}
.header_logo_Wrap img {
  text-align: center;
  margin: auto;
  width: 150px;
}
.select_half_box {
  width: 100%;
  float: left;
  margin: 7.5px 0px;
  position: relative;
}
  #product-product .green-strip label {
    position: absolute;
    background: #586654;
    color: #fff;
    height: 100%;
    width: 60px;
    font-size: 16px;
    text-align: center;
    padding-top: 18px;
    font-weight: 600;
    left: 0;
}
  label.label_shape_main {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    padding: 10px 10px !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
	.header_logo_Wrap {
	    text-align: center;
	    margin: 0 15px 0 0;
	}
	.image-content {
    width: 85%;
	}
	.container-padding {
    padding-left: 0px;
    padding-right: 0px;
	}
	.content-block-md {
    padding: 30px 0 !important;
	}
	#top-links {
    padding-top: 0px;
    float: none !important;
    text-align: center;
    margin-top: 20px;
	}
	.menu_top li a {
    color: #fff;
    padding: 0 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: auto;
	}
	.menu_top {
    text-align: center;
	}
	.lower_menu_wrap {
    cursor: pointer;
    float: left;
    margin: 0 30px;
		margin-top: 15px;
	}
	#top .fa {
    padding: 0 5px;
    color: #ffffff;
	}
	.website_title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
	}
	.header_logo_Wrap img{
	    text-align: center;
	    margin: auto;
	}
	footer {
    padding-top: 0px;
	}
}
@media (max-width: 600px) {
	.website_title {
	    font-size: 19px;
	    color: #fff;
	    font-weight: 700;
	}
}
#foam-shapes {
  background-color: #000;
  width: 800px;
  height: 600px;
  border: 1px solid black;
  margin: 100px;
  padding: 0px;
}
.arrow_wrap {
	margin-top: 30px;
    text-align: center;
}
.arrow_wrap .fa{
    font-size: 24px;
		cursor: pointer;
}


label.label_shape_main {
  position: relative !important;
  width: 100% !important;
  display: block !important;
  padding: 10px 10px !important;
  font-size: 16px !important;
  text-transform: uppercase;
}



.hidden_field {
  display: none;
}
.foam_grade {
  width: 100%;
  height: 55px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  border: 0 solid;
  display: none;
}

select-image {
  position: relative;
}
select-options {
  display: none;
}
select-option img {
  width: 50px;
  height: 50px;
  margin-right: 7.5px;
}
select-title img {
  width: 50px;
  height: 50px;
  margin-right: 7.5px;
}
select-image[open=true] select-options {
  display: block;
}

select-image[close=false] select-options {
  display: none;
}

select-image[error=true] select-options{
  margin-top: 30px;
}

select-options {
max-height: 300px;
overflow: auto;
background: #fff;
padding: 0 15px 15px;
position: absolute;
top: 55px;
z-index: 99999999;
/*width: 100%;
width: -moz-available;          
width: -webkit-fill-available;  
width: fill-available;*/
width: auto;
max-width: 300px;
}
select-option {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25,.8,0.25,1);
  margin: 7.5px 0;
  padding: 15px 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  align-items: center;
}

select-title {
  width: 100%;
  height: 55px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  border: 0 solid;
  background: #fff;
  display: flex;
  align-items: center;


  cursor: pointer;
  justify-content: space-between;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                              supported by Chrome, Edge, Opera and Firefox */
}
select-title:after {
  font-family: "FontAwesome";
  font-weight: 100;
  transition-duration: 200ms;

  content: "\f078";
}

select-image[open=true] select-title:after {
  transform: rotate(180deg);
}

select-option:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

select-error {
  display: none;
  background: #e74c3c;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: -5px;
}

select-error[error=true]{
  display: block;
}
.select_half_box .required {
color: #e74c3c;
position: absolute;
z-index: 9999;
top: 15px;
right: 10px;
font-size: 36px;
}
.select_half_box .required{
  color: #e74c3c;
}
.custom_required{
  position: relative;
}
.custom_required .required {
  color: #e74c3c;
  position: absolute;
  z-index: 9999;
  top: 15px;
  right: 10px;
  font-size: 36px;
  }
  .custom_required .required{
    color: #e74c3c;
  }
.inner_option_wrap_foam .error_field {
  text-transform: capitalize;
  margin-left: 0px;
}
.error_field {
  text-transform: capitalize;
  margin-left: 60px;
}
/*
.inner_option_wrap .required {
  color: #e74c3c;
  position: absolute;
  z-index: 9999;
  top: 15px;
  right: 10px;
  font-size: 36px;
  }
  */
.basket_wrap + .flex_text {display: none;}