body {
	font-family: 'BrandonText-Regular';
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.5px;
}

strong, b{
    font-weight: normal;
    font-family: 'BrandonText-Light';
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'BrandonText-Light';
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 22px;
}
h2 {
	font-size: 22px;
}
h3 {
	
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
    color:#000000ba;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
.form-horizontal .control-label{
    text-align: left !important;
}
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;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group select{
}
.input-group .input-group-addon {
    height: 25px !important;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}


span.badge.badge-primary {
    position: absolute;
    top: 7px;
    right: 0px;
    padding: 3px 5px;
    border-radius: 0;
    font-size: 10px;
    text-transform: initial;
    background: #ff2388;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    transition: 0.3s;
    color:#000;
}

.sidenav .closebtn {
    position: absolute;
    bottom: 0px;
    background: #f00;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidenav {
    background: #fff !important;
    border-left: 2px solid #e72221 !important;
}

div#tab-description p {
    margin-bottom: 5px;
}

.tab-content {
   /* padding-bottom: 10px;
    margin-bottom: 10px;*/
}

.tab-content h4 {
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: capitalize;
    font-family: 'BrandonText-Medium';
}
.tab-content h3 {
    font-size: 16px !important;
    font-family: 'BrandonText-Medium' !important;
    margin-top: 15px !important;
    text-transform: capitalize !important;
}

.nav-tabs {
	margin-bottom: 5px;
}
.nav-tabs>li>a{
	border-radius:0px;	
	border:0px;
	    font-family: 'BrandonText-Medium';
    color: #000 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    padding-left: 0px;
  
    text-transform: uppercase;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
ul.dropdown-menu.dropdown-menu-right li a {
    color: #000000 !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
/* Gradent to all drop down menus */
.dropdown-menu{
	border-radius: 0px !important;
	padding: 0px !important;
    border: 0px;
    margin-top: 26px;
    box-shadow:none !important;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #f2f2f2;
}
.height {
    height: 75px;
}
.search-btn {
    position: relative;
    top: 4px;
    cursor: pointer;
}
img.search-icon {
    margin-top: -5px;
}
.search-btn .fa{
	color:#000;	
	font-size:20px;
}

.container2 {
		    width: 500px;
		    height: 52px;
		    line-height: 30px;
		    border: 1px solid green;
		    overflow: Hidden;
		    padding: 5px 0;
		    margin: 20px auto;
		}

.header {
    display: -webkit-inline-box;
 
}
.menu-right{
	float: right;
	padding-top: 24px;
}
.h-cart {
    display:inline-block;
}
.h-cart .fa-shopping-cart {
	width: 30px;
	height: 30px;
    font-size: 30px;
    color: #000 !important;
    position: relative;
    top: -7px;
}
i.fa.fa-shopping-cart:before {
	width: 30px;
	height: 30px;
	font-size: 30px;
    content: url(cart.png);
}

.h-search {
   /*position: absolute;*/
   /* left: 0;*/
   /* right: 0;*/
   /* top: 98px;*/
   /* margin: 0 auto;*/
    display: block;
   /* width: 100%;*/
}
.h-search .dropdown-menu {
    background: none !important;
}
/* top */
#top {
    background-color: #7caa09;
    padding: 5px 0 0 0;
    min-height: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}
#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: #f2f2f2;
}
#top .btn-link, #top-links li, #top-links a {
    color: #ffffff;
    text-shadow: none !important;
    text-decoration: none;
    font-size: 12px;
    font-family: 'BrandonText-Regular';
    letter-spacing: 1px;
}

#top .btn-link, #top-links li span {
    color: #ffffff;
}
div#top-links ul span {
    color: #000000;
}

#top-links li a .fa {
    font-size: 11px;
}

#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: 0px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links ul.list-inline {
    margin-bottom: 0;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	/*margin-bottom: 10px;*/
}
#search .input-lg {
	height: 35px;
    line-height: 15px;
    padding: 0 0px;
    float: right;
    border-radius: 50px;
    border: 0px !important;
    /*border-bottom: 1px solid #dfdfdf;*/
    outline: none !important;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1px;
}
#search .btn-lg {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 35px;
}
#search button[type="button"] {
        background: transparent;
    padding: 7px 10px 7px 10px;
    border-radius: 0px;
    box-shadow: none;
    margin-top: 0px;
    border: 0px !important;
    text-shadow: none;
    color: #000;
}
#search button[type="button"] .fa {
    font-size: 18px;
    color: #000;
}
/* cart */

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    background: transparent !important;
    text-shadow: none;
    border: none;
    box-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 0px;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	    z-index: 1001;
    border: 0px;
    margin-top: 0px;
min-width: 250px;
}

.img-responsive{
    width:100%;
}

.m-l-140{
	margin-left: 140px;
}

.wishlist-compare button{
	border: 0;
    background-color: transparent;
    font-weight: normal;	
}

.wishlist-compare button:focus {
    outline: none;
}

.wishlist-compare button:first-child {
    padding-left: 0px;
}

.form-group.qty {
    margin-top: 5px;
}

.form-group.qty .control-label {
    float: left;
}

.form-group.qty input {
    width: 70px;
    margin-left: 30px;
    margin-right: 10px;
    height: 30px;
    float: left;
    text-align:center;
    border: 1px solid #000;
}

button#button-cart {
    width: 200px;
    height: 40px;
    line-height: 9px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.selectSize {
	margin-top: 12px;
}
.selectSize .radio {
    display: inline;
}
.selectSize input[type="radio"] {
	display: none;
}
.selectSize label {
	display: inline-block;
	border: 1px solid #898989;
	padding: 2px 13px;
	cursor: pointer;
	margin-right: 2px;
}
.selectSize input[type="radio"]:checked + label {
	border: 1px solid #000000;
    color: #ffffff;
    background: #000;
	transition: all 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

ul#mySidenav li p.text-center {
    font-size: 18px;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    color: #000;
    width: 60%;
    line-height:25px;
    margin: 0 auto;
}

.filter .input-group-sm>.form-control{
    height: 25px !important;
    padding: 4px 10px !important;
}

p.newsl-p {
    margin: 0 0 22px;
    font-size: 26px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
	    margin-top: 0px;
		width: 100% !important;
		z-index: 199999;
	}
}
#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;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#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: 700;
	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: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {

	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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;
	}
	
.h-search {
    top: 60px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 0px 8px 6px;
    border-top: 1px solid #dfdfdf;
	}
	
}
/* content */
#content {
	min-height: 300px;
	
}
/* footer */
footer {
	margin-top: 30px;
    padding: 30px 0px 0px;
    color: #ffffff;
    background: #231f20;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.footer-links li {
    margin: 0px 10px;
}
footer a {
	color: #ffffff;
	font-size:12px;

}
footer a:hover {
        color: #e72221;
	text-decoration:underline;
}
footer h5 {
    color: #000;
    font-family: 'BrandonText-Medium';
    font-size: 17px;
    margin-bottom: 10px;
}
footer h5:after {
    position: absolute;
    top: 25px;
    left: 15px;
    content: "";
    width: 40px;
    height: 1px;
}
footer ul li {
    margin: 0px 10px;
    letter-spacing: 1px;
    font-size: 15px;
}
footer ul.list-unstyled li a {
   padding-bottom: 5px;
    margin: 0px 0px;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.footer-bottom {
    padding: 10px;
    margin-top:20px;
   text-align: center;
}
.footer-bottom p{
    margin-bottom:0px;
    font-size:12px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    padding: 5px 0;
    border-radius: 0;
    background: transparent !important;
    display: inline-block;
    margin: 0 auto;
}
.breadcrumb i {
	font-size: 11px;
	font-family: inherit;
}
.breadcrumb > li i.fa.fa-home:before {
    content: 'Home' !important;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:nth-of-type(1) {
    display: none;
}
.breadcrumb > li:nth-of-type(3) {
    display: none;
}
.breadcrumb > li:nth-of-type(4) {
    display: none;
}
body[class*="product-product"] .breadcrumb li:nth-of-type(2) {
    display: none;
}
body[class*="product-product"] .breadcrumb li:nth-of-type(3) {
    display: block;
}
body[class*="account-"] .breadcrumb li:nth-of-type(2) {
    display: none;
}
body[class*="account-"] .breadcrumb li:nth-of-type(3) {
    display: block;
}
body[class*="account-account"] .breadcrumb li:nth-of-type(2) {
    display: block;
}

body.information-contact .panel-body {
    padding: 15px 0px;
}
body.account-password 

.breadcrumb > li:first-child {
    padding-left: 0;
}
ul.breadcrumb li a {
    color: #FFF;
    text-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumb-line {
    border-bottom: 1px solid #000000;
    position: absolute;
    width: 40%;
    border-top: 1px solid #000000;
    top: 28px;
    height: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	position: absolute;
    top: 1px;
    right: -8px;
    width: 9px;
    height: 9px;
    /*content: '\f105';*/
    font-family: "FontAwesome";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: normal;
    text-shadow: none;
    color: #000000;
    font-size: 15px;
}

.breadcrumb > li:last-child:after{
    display: none;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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: none !important;
    background-color: #ed2227;
    background-image: none !important;
    background-repeat: repeat-x;
    /*border-color: #ed2227 !important;*/
    border-radius: 0px;
}
.btn-primary:hover {
    color:#ffffff !important;
    border: 1px solid #ed2227 !important;
    background-color: #ed2227 !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline: none;
    outline-offset: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ed2227 !important;
    background-color: #ed2227 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.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: none;
}
.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 rgba(227, 227, 227, 0.51);
	color: #888888;
	padding: 8px 12px;
	border-radius: 0px !important;
	font-size:11px
}
.product-thumb .caption p {
    margin-bottom: 3px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #f6f6f6;
	border: 1px solid rgba(227, 227, 227, 0.51);
	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 {
margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    /*margin-bottom: 25px;*/
    /*border-bottom: 1px solid;*/
    padding-bottom: 15px;
  
}
.product-thumb:hover {
    border: 3px solid #dfdfdf;
    border-color: #f5f5f5;
    border-radius: 6px;
}
.product-desc-cart{
    display:none;
    background: #808080d4;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 97%;
    margin: 0 auto;
}



.product-thumb:hover .product-desc-cart{
    display:block;
}

.product-thumb button {
    border: none;
    outline: none;
    background: none;
    
    color: #000;
    text-transform: uppercase;
   
    padding:0;
}
.product-thumb:hover .group-btn {
    display: block;
}
.product-thumb .image {
	text-align: center;
	position:relative;

}
.product-thumb .image a {
	display: inline-block;
}
.product-thumb .image a:hover {
	
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px;
}
.product-grid .product-thumb .image {
	float: none;
	position:relative;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
    padding: 5px 0px 0px;
    min-height: 45px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
       text-align: center;
}
.prod-name {
    width: 100%;
    float: left;
   
}
p.name {
    float: none;
    font-size:14;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 50px;
	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: #000000;

}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #f00;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
       display: table;
    width: 100%;
}
.product-thumb .group-btn {
    margin: 0 auto;
}






.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .nav.pull-right{
        float:none !important;
    }
li.dropdown.visible-xs {
    display: inline-block !important;
}    
	.m-l-140 {
    margin-left: 20px;
}
.dropdown-menu-right{
    padding-left: 0px;
  margin-top: 10px;
}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
        padding: 5px 0;
	/*width: 20%;*/
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	color:#000000;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	/*width: 100% !important;*/
}
.product-thumb .button-group button + button + button{
	/*width: 20%;*/
}
.product-thumb .button-group button:hover {
	
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb:hover .button-group button{
    background: #231f20 !important;
}

.product-thumb:hover input.button.product-quantity-increement, 
.product-thumb:hover input.button.product-quantity-decrement {
    background: #e72221 !important;
}

div#otherproducts .title {
    text-align: center;
    margin-bottom: 40px;
}

@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%;
	}
}
.thumbnail{
	border-radius:0px !important;	
	padding: 0px !important;
	padding: 0px !important;
	border:0px !important;
}
.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: 1px;
    padding: 0;
    display: block;
    border: 0px;
    border-radius: 0px;
}
.image-additional {
	
}
.thumbnails .image-additional {
float: left;
    margin-left: 7px;
    margin-bottom: 11px;
}
ul#gal1 .col-xs-3.pull-right {
    padding: 5px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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;
}
.panel.newsletter-module-regular {
    margin-top: 0px;
    margin-bottom: 0px;
}

.newsletter {
    padding: 0px 0;
    display: table;
    width: 100%;
    background: #ebcb7c;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.newsletter h3 {
    font-family: 'BrandonText-Regular';
    margin-bottom: 20px;
}
.newsletter h4 {
    text-transform: capitalize;
}
.newsletter h4>span
{

}