@font-face
{
	font-family: content;
	src: url("../fonts/GOTHIC.ttf");
}
/*input, button, select, textarea, body {
	font-family: content;
	color: #555;
	
}*/
input[type="number"] {
	height: auto;
}
a:hover,a:focus {
	text-decoration:underline;
}
.top-line {
	background: #555555;
	/*height: 2em;*/
}
.header {
	border-bottom: 1px dashed #CDCDCD;
	padding: 10px 0;
}
.d-table {
	height: 90px;
	display: table;
	width: 100%;
}
.d-table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.the-form {
	margin: 0;
}
/*#cart {
	float: right;
}
#cart ul {
	margin: 0;
}*/
/*.brand, .site-slogan {
	margin-top: 1em;
}*/
img.brand {
	margin-top:-10px;
	height: auto;
	// height: 80px;
}
.site-slogan {
	font-size: 14px;
	margin-bottom: 0;
}
.cart-list {
	position: relative;
	left: 0;
	display: block;
	float: right;
}
.cart-list li {
	float: left;
	list-style: none;
	border-right: #dadada 1px solid;
}
.cart-list li.last {
	border: none;
	
}
.cart-list li a {
	padding: 0.5em;
	float: none;	
}
.cart-list li.last a {
	padding-right: 2em;
} 
.cart-list li a i {
	float: left;
}
.cart-add {
	line-height: 36px;
}
/*.cart-add i {
	float: left;
}*/
h3 i.big-icon {
	margin-right: 10px;
}
i.big-icon {
	height: 36px;
	width: 40px;
	background: url('../images/sprite.png') no-repeat;
}
i.big-icon.icon-user {
	background-position: -40px 0;
}
i.big-icon.icon-shopping-cart {
	background-position: -80px 0;
}
i.big-icon.icon-heart {
	background-position: -120px 0;
}
i.big-icon.icon-key {
	background-position: 0 0;
}
i.big-icon.icon-shopping-cart-in {
	background-position: -160px 0;
}
i.big-icon.icon-circle {
	background-position: 0 -36px;
}
i.big-icon.icon-list {
	background-position: -40px -36px;
}
i.big-icon.icon-info {
	background-position: -80px -36px;
}
i.big-icon.icon-cart-circle {
	background-position: -122px -36px;
}
i.big-icon.icon-door-out {
	background-position: -160px -36px;
}
i.big-icon.icon-home {
	background-position: -197px 0;
}
i.big-icon.icon-user-gear {
	background-position: -197px -36px;
}
i.big-icon.icon-star {
	background-position: -160px -72px;
}
i.big-icon.icon-big-key {
	width: 70px;
	background-position: -90px -72px;
}
i.big-icon.icon-car {
	width: 70px;
	background-position: 0 -72px;
}
.cart-list li a:hover {
	background: #eaeaea;
	text-decoration: none;
}
.nav-collapse, .nav-collapse.collapse {
	height: auto;
	
}
/* bootstrap override */
.left-main-menu .navbar-inner {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0;
}
.left-main-menu .navbar-inner .nav {
	margin: 0;
}
.left-main-menu .navbar-inner .nav li {
	width: 100%;
}
.left-main-menu .navbar-inner .nav li a {
	padding: 0.4em 0.5em;
	font-size: 20px;
}
.left-main-menu .navbar-inner .nav li a i.big-icon {
	margin-top: -5px;
}
.left-main-menu .navbar-inner .nav li a i.icon.icon-chevron-right {
	margin-top: 5px;
}


.left-main-menu .navbar-inner .nav li a:hover {
	background: #eaeaea;
	text-decoration: none;
	color: inherit;
}
/*.dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0;
}*/
.navbar .nav>li>.dropdown-menu::before, .navbar .nav>li>.dropdown-menu::after {
	display: none;
}
.filters {
	margin-bottom: 1em;
}
.left-side {
	border-right: #dadada 1px solid;
}
/*.container {
	width: 80%;
	
}*/
.blockUI {
	padding: 2em !important;
}
/*.btn-success {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ef860d;
	*background-color: #ef860d;
	background-image: -moz-linear-gradient(top, #FC9117, #ef860d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC9117), to(#ef860d));
	background-image: -webkit-linear-gradient(top, #FC9117, #ef860d);
	background-image: -o-linear-gradient(top, #FC9117, #ef860d);
	background-image: linear-gradient(to bottom, #FC9117, #ef860d);
	background-repeat: repeat-x;
	border-color: #ef860d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC9117', endColorstr='#ef860d', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #FFFFFF;
	background-color: #ef860d;
	*background-color: #ef860d;
}*/
/*.btn-primary {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ef860d;
	*background-color: #ef860d;
	background-image: -moz-linear-gradient(top, #FC9117, #ef860d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC9117), to(#ef860d));
	background-image: -webkit-linear-gradient(top, #FC9117, #ef860d);
	background-image: -o-linear-gradient(top, #FC9117, #ef860d);
	background-image: linear-gradient(to bottom, #FC9117, #ef860d);
	background-repeat: repeat-x;
	border-color: #ef860d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC9117', endColorstr='#ef860d', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #FFFFFF;
	background-color: #ef860d;
	*background-color: #003bb3;
}*/
/*.btn-warning {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #818181;
	*background-color: #818181;
	background-image: -moz-linear-gradient(top, #989898, #818181);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#989898), to(#818181));
	background-image: -webkit-linear-gradient(top, #989898, #818181);
	background-image: -o-linear-gradient(top, #989898, #818181);
	background-image: linear-gradient(to bottom, #989898, #818181);
	background-repeat: repeat-x;
	border-color: #818181;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#818181', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #FFFFFF;
	background-color: #818181;
	*background-color: #003bb3;
}*/
.nav-pills>li>a {
	border: 1px #ccc solid;
	
}
.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
	background-color: #ef860d;
}
/* ------------------------- */

.gradient-bg {

}
img.footer-logo {
	margin-top: -10em;
}
.second-menu {
	padding-top: 2.7em;
	height: 4em;
}
/*.main-content {
	margin-top: 1em;
	min-height: 30em;
}*/
.slider-image {
	width: 100%;
}
/*.product-box {
	min-height: 35em;
}*/
/*.product-box .product-image {
	min-height: 20em;
}*/
/*.product-details-btn.list {
	position: absolute;
	top: 1em;
	left: 4em;
}
.product-img.list {
	width: 15em;
}*/
/*.product-img.grid {
	height: 220px;
}*/
.product-details-btn.grid {
	position: absolute;
	bottom: 1em;
	left: 30%;

}
.pagination {
	margin: 0;
}
.product-image {
	position: relative;
	text-align: center;
}
.media-body {
	padding-left: 2em;
}

ul.nav-pills>li >a{
	background-color: #ffffff;
}
.image {
	width: 100%;
}
.border-top {
	border-top: 1px #dadada solid;
}
.border-bottom {
	border-bottom: 1px #dadada solid;
}
/*.border-right {
	border-right: 1px #dadada solid;
}
.border-left {
	border-left: 1px #dadada solid;
}
.thumbnail.border-right {
	border-right: 1px #dadada solid;
}*/
.thumbnail {
	border: 1px solid #dadada;
	padding: 2em;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.product-type-list {
	list-style: none;
	font-size: 16px;
}
/*.product-type-list li {
	padding: 0.25em 0;
}*/
#filters_accordion.accordion .accordion-heading {
	font-size: 16px;
}
#filters_accordion.accordion .accordion-inner {
	padding-left: 3em;
}
#filters_accordion.accordion .accordion-group {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-top: 1px #dadada solid;
}
.product-info {
	padding: 0.5em;
}
.input-mini {
	width: 40px;
}
.main-banner {
	position: relative;
}
.find-your-key {
	position: absolute;
	float: right;
	text-align: right;
	right: 20%;
	bottom: -10%;
	text-shadow: 1px 1px 6px #000;
}
/*.footer {
	margin-top: 1em;
	color: #fff;
	padding: 0.5em;
	font-size: 18px;
}*/
.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,.footer a {
	color: #fff;
}
/*.footer-menu {
	list-style: none;
	margin: 0;
	margin-bottom: 1.5em;
}*/
.btn h1, .btn h2, .btn h3, .btn h4, .btn h5, .btn h6 {
	color: #fff;
}


.rtl .form-search button.button-search {
  left: 0;
  right: auto;
}
/* New Style */

body {
    font-family: "Raleway", sans-serif;
   	/*  background-color: #E6E6E6; */
   	background: url('../images/bg.jpg') no-repeat center center fixed;
   	background-size: cover;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #666666;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li{
	list-style: none;
}
ul.links li > a span {
    margin-right: 5px;
}
hr {
	border-bottom: 1px solid #FDFDFD;
	margin: 10px 0;
}
a, a:hover {
	text-decoration: none;
}
.btn-primary {
    color: #FFFFFF;
    background-color: #FFD902;
    background-color: #FFD902;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #FFD902;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: none;
}
.forgot-password {
	margin-top: 10px;
}
.edit-content {
	position: absolute;
    left: 100%;
    top: 0;
    padding-left: 5px;
    border-radius: 0 5px 5px 0;
}
.edit-content a{
	font-size: 14px;
	color: #000;
	padding: 10px;
	display: block;
    border-radius: 0 5px 5px 0;
    background: #FFD902;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-back, .btn-custom {
	background: #eeeeee;
	border: 1px solid #ddd;
	color: #000;
}
.btn-back:hover,
.btn-back:focus,
.btn-back:active,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
	background: #ddd;
	border: 1px solid #ddd;
	color: #000;
	-webkit-box-shadow: none;
    box-shadow: none;
}
/* TOP LINE */
.top-line {
  font-size: 12px;
  background: #1d1916;
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}

.top-line a {
  color: #ffffff;
}
.top-line ul li a {
  font-size: 12px;
  color: #ffffff;
}
.top-line ul li:before {
  color: #ffffff;
}
.top-line ul li:hover a {
  color: #787364;
}
.custom-top {
  display: inline-block;
  background-color: #2c2c2c;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 5px;
}
.custom-top .call-number {
  color: #ffffff;
}
.custom-top p {
  margin-bottom: 0;
}
.custom-top i {
  margin-right: 5px;
  color: #f0d115;
}
.custom-top:hover {
  background-color: #ffffff;
}
.custom-top:hover p {
  color: #000000;
}
.custom-top:hover .call-number {
  color: #000000;
}


/* language */
#language {
  line-height: 1.42857143;
}
#language ul.language-body li {
  display: inline-block;
}
#language ul.language-body li a {
  padding: 2px 5px;
  border: 1px solid #EFEFEF;
}
#language ul.language-body li a:hover {
  border-bottom-color: #f0d115;
  opacity: 1;
  filter: alpha(opacity=100);
}
#language ul.language-body > img:first-child {
  border-left: 1px solid #EFEFEF;
}
#language ul.language-body > img:hover {
  border-bottom-color: #f0d115;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* currency */
#currency {
  line-height: 1.42857143;
}
#currency ul.currency-body li {
  display: inline-block;
}
#currency ul.currency-body li button {
  padding: 0 10px;
  border: 1px solid #EFEFEF;
  background: none;
  font-size: 15px;
  color: #8E8B8B;
}
#currency ul.currency-body li button:hover {
  color: #f0d115;
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom-color: #f0d115;
}
.top-line .show-mobile {
  /*width: 100%;*/
}
.top-line .show-mobile .quickaccess-toggle {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 0 6px;
  line-height: 29px;
  text-align: center;
  margin-left: 3px;
  position: relative;
  border-radius: 3px;
  left: 0;
}
.top-line .show-mobile .quickaccess-toggle i {
  font-size: 14px;
}
.top-line .show-mobile .quickaccess-toggle i.fa-cog,
.top-line .show-mobile .quickaccess-toggle i.fa-user {
  margin-right: 5px;
}
.top-line .show-mobile .quickaccess-toggle:hover {
  background-color: #f0d115;
}
.top-line .show-mobile .quickaccess-toggle:hover i {
  color: #ffffff;
}
.top-line .show-mobile .quickaccess-toggle:hover .inner-toggle {
  display: block;
}
.top-line .show-mobile .quickaccess-toggle > div > div {
  margin: 10px 0px;
}
.top-line .show-mobile .inner-toggle {
  background: #ffffff;
  display: none;
  min-width: 150px;
  padding: 8px 18px;
  position: absolute;
  z-index: 99999;
  text-align: left;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 0 5px #8a8a8a;
  box-shadow: 0 0 5px #8a8a8a;
}
.top-line .show-mobile .inner-toggle a {
  color: #8E8B8B;
}
.top-line .show-mobile .inner-toggle a:hover {
  color: #f0d115;
}
.top-line .show-mobile .inner-toggle .links li {
  display: block;
  line-height: 24px;
  width: 100%;
}
.top-line .show-mobile .inner-toggle .links li a {
  color: #000;
}
.top-line .show-mobile .inner-toggle .links li a:hover {
  color: #f0d115;
}
.top-line .show-mobile .welcome {
  padding-top: 12px;
  font-size: 16px;
}
.top-line .show-mobile .currency {
  border: 0px;
}
.quick-cart, .dash, .nav-edit {
	display: none;
}
.top-line #cart {
  padding: 0px 0px 0 5px;
  z-index: 1003;
}
.top-line #cart div.btn {
  background: none;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
}
.top-line #cart .cart-icon, 
.top-line #cart .cart-info, 
.top-line #cart #cart_total_price {
	display: inline-block;
}
.top-line #cart .cart-icon {
  	background-color: #DDDDDD;
    border-radius: 3px 0 0 3px;
    text-align: center;
    padding: 6px 10px;
    margin-right: -3px;
}

.top-line #cart .cart-icon i {
  color: #1D1916;
  font-size: 14px;
  line-height: 1;
}
.top-line #cart .cart-info {
  background-color: #F5F5F5;
  text-align: center;
  padding: 6px 10px;
  border-radius: 0 3px 3px 0;
  color: #1D1916;
  margin-left: 0;
}
.top-line #cart .dropdown-menu {
  background: #ffffff;
  min-width: 225px;
  max-width: 500px;
  padding: 15px;
  right: 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 0 5px #8a8a8a;
  box-shadow: 0 0 5px #8a8a8a;
  z-index: 9999;
}
.top-line #cart .dropdown-menu a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.top-line .welcome {
  margin: 6px 6px 6px 0;
}
.top-line .welcome a:hover {
  color: #f0d115;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name {
  line-height: 22px;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info .name a {
  color: #000000!important;
}
.mini-cart-info td {
  color: #000;
  padding: 5px 5px;
  border-bottom: 1px solid #dddddd;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
  color: #000000;
  font-weight: bold;
}
.mini-cart-info .img-thumbnail {

    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: none;
    border: none;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total .checkout {
    border-top: 1px solid #dddddd;
    background: #ffffff;
    padding: 18px;
}
.mini-cart-total .button, .mini-cart-total input.button {
    cursor: pointer;
    font-weight: 700;
    background-color: #f0d115;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mini-cart-total a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px;
    border-bottom: 5px solid #d0ad00;
    /* margin-right: 10px; */
    height: 35px;
    text-transform: uppercase;
}
.tr-checkout {
	margin-bottom: 10px;
}

/* HEADER */
.header {
	padding: 0;
	border: none;
}
.inner-header {
    background: #fff;
    border: none;
    padding: 10px;
}
.gotocart {
	display: inline-block;
	color: #1D1916;
}
.gotocart:hover {
	color: #1D1916;
	opacity: 0.8;
	text-decoration: none;
}
.cart-icon i{
	font-size: 38px;
	line-height: 38px;
}
.cart-icon, .cart-info {
	display: inline-block;
}
.cart-info {
	margin-left: 5px;
}
/* Main Nav */ 
.main-menu {
    background: #FFD902;
    padding: 0;
    border-bottom: 1px solid #1D1916;
}

.main-menu > ul  {
    margin: 0;
    padding: 0;
}
.main-menu > ul > li {
    position: relative;
    float: left;
    z-index: 6;
    /* background: url("../images/spacer.gif") no-repeat scroll left center transparent; */
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.main-menu > ul > li:first-child {
	background: none;
	border-left: none;
}
.main-menu > ul > li:last-child {
	border-right: none;
}
.main-menu > ul > li > a {
    margin-bottom: 0px;
    z-index: 6;
    display: block;
    font-family: 'Cuprum','Open Sans',Arial,Helvetica,sans-serif;
    font-size: 17px;
    padding: 15px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

.main-menu .nav > li > a:hover, 
.main-menu .nav > li > a:focus {
	background: none;
   	background: rgba(255, 255, 255, 0.4);
}
.main-menu > ul > li > a i{
    display: none;
}
.main-inner {
	padding: 10px;
	background: #fff;
}
.offNavMenu {
	display: none;
}
.mob-nav {
	background: #FFD902;
	padding: 10px;
	display: none;
}
.mob-nav:before, 
.mob-nav:after {
	content: " ";
    display: table;
}
.mob-nav:after {
	clear: both;
}
.main-menu.navbar-collapse {
	border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mob-nav .navbar-toggle {
	background: #1d1916;
	margin: 0;
    padding: 9px 12px;
}

.mob-nav .navbar-toggle i {
	color: #FFD902;
	font-size: 14px;
	min-width: 12px;
} 
/* SIDEBAR STYLE */
.sidebar-widget {
	
}
.widget-title {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    background: #FFD902;
    border-radius: 5px 5px 0 0;
}
.widget-box {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}
.widget-box h5 {
    color: #B5B5B5;
    font-size: 16px;
}
.product-type-list li a {
    color: #666666;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #FDFDFD;
    text-decoration: none;
}
.product-type-list li a:hover {
    color: #000;
}
.product-type-list li:first-child a {
    border-top: none
}
.product-type-list li:last-child a {
    border-bottom: none;
}
/* SLIDESHOW */
.slideshow {
	position: relative;
	margin-bottom: 20px;
}
.slideshow .item img {
	border-radius: 5px;
}
.slideshow-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -24px;
}

.slideshow-nav {
	position: relative;
}
.slideshow-nav .owl-prev i,
.slideshow-nav .owl-next i {
	font-size: 14px;
	background: #FFD902;
	padding: 15px;
	color: #666;
	font-size: 18px;
	cursor: pointer;
}
.slideshow-nav .owl-prev {
	position: absolute;
	left: 0;
}
.slideshow-nav .owl-next {
	position: absolute;
	right: 0;
}
.showcase {
	margin-bottom: 30px;
}
.wrapper-custom {
  margin: 10px 0;
}
.wrapper-custom .desc-custom {
  font-family: 'Lato';
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.286;
  margin: 0 auto;
}
.wrapper-custom .text-small {
  font-family: 'Lato';
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.wrapper-custom .text-large {
  font-family: 'Playfair Display';
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title-custom {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
}
.wrapper-custom .desc-custom {
  margin-bottom: 20px;
}
.wrapper-custom .or {
  position: relative;
  top: -23px;
  margin: 0 10px;
}
.wrapper-custom .ct-call {
  border: 2px solid #e6e6e6;
  border-radius: 50px;
  padding: 10px 35px;
  min-height: 85px;
}
.wrapper-custom .ct-call i {
  font-size: 31px;
  margin-right: 5px;
  margin-top: -31px;
}
.wrapper-custom .ct-call .ct-call-number {
  color: #d63d3d;
  font-size: 19px;
}
.wrapper-custom .ct-call > p {
  color: #000000;
  font-size: 18px;
}
.wrapper-custom .ct-send {
  position: relative;
  top: -6px;
  width: 298px;
  height: 85px;
  border: 2px solid #e6e6e6;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 35px;
}
.wrapper-custom .ct-send i {
  font-size: 18px;
  margin-right: 5px;
}
.wrapper-custom .ct-send .ct-email {
  color: #f0d115;
  font-size: 14px;
}
.wrapper-custom .ct-send > p {
  color: #000000;
  font-size: 18px;
}
.key-finder {
	margin-top: 10px;
}
.key-finder .form-group {
	margin-bottom: 0;
}
.car-make {
    padding: 15px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}
.product-make ul li {
	line-height: 28px;
}
.product-make ul li a{
	font-size: 14px;
	color: #666;
}
.product-make ul li a:hover{
	color: #FFD902;
}
/* Footer Style */

.footer .footer-menu li a{
	padding: 5px 0;
	display: block;
}
.footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 18px;
  background: #222222;
}
.footer .footer-bottom a {
  color: #999999;
}
.footer .footer-bottom a:hover {
  color: #f0d115;
}

.footer .list-title {
	margin-top: 0;
}
.footer .list-title a{
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 13px;
  padding: 0;
  background: none;
  border-bottom: none;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* POWER BY */
#powered {
  position: relative;
  clear: both;
  background: #222222;
  padding: 20px 0;
  color: #999999;
}
#powered a {
  color: #fff;
}
#powered a:hover {
  color: #999999;
}
#powered .powered-inner {
  border-top: 1px solid #393939;
  padding: 20px 0 0;
  overflow: hidden;
}
/* Featured Products */ 
.customNavigation {
	float: right;
}
.customNavigation .custom-controls {
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #bdbdbd;
    width: 30px;
    height: 30px;
    color: #000000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    line-height: 24px;
    float: left;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.customNavigation .custom-controls.next {
    margin-left: 5px;
}
.customNavigation .custom-controls:hover {
    border: 1px solid #f0d115;
    background-color: #f0d115;
}
.product-box {
	margin-bottom: 10px;
    border-radius: 5px;
}
.product-name {
	padding: 10px;
    background: #F5F5F5;
    border-radius: 5px 5px 0 0;
    height: 56px;
    overflow: hidden;
}
.product-name p{
	margin: 0;
}

.product-image {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #F5F5F5;
    height: 275px;
}
.product-shop {
	padding: 15px 10px 50px 10px;
    background: #F5F5F5;
    border-radius: 0 0 5px 5px;
    position: relative;
}
.product-name p strong a {
	color: #666;
}
.add-cart-area {
	position: absolute;
	bottom: 15px;
	left: 10px;
	width: 100%;
}
.product-box:hover .product-hover .box-button {
  /*display: block;*/
  left: 140px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.addcart {
    display: inline;
}
.addcart a, 
.addcart button {
    background: #f0d115;
    border-bottom: 5px solid #d0ad00;
    line-height: 31px;
    color: #ffffff;
    border-radius: 5px;
    color: #888888;
    cursor: pointer;
    display: inline-block;
    line-height: 29px;
    padding: 0 15px 0 8px;
    text-transform: uppercase;
}
.addcart:hover a,
.addcart:hover button {
    background: #6f6f6f;
    border-bottom-color: #444444;
}
.addcart a span,
.addcart button span {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    float: left;
}
.addcart:hover span {
    color: #ffffff;
}
.addcart a i,
.addcart button i {
    color: #000000;
    margin-left: 5px;
}

.addcart:hover i {
    color: #ffffff;
}
.product-box .product-hover {
  position: relative;
}
.product-box .product-hover > div {
  display: inline;
  margin-bottom: 1px;
  position: relative;
  z-index: 3;
}
.product-box .product-hover > div a {
  text-transform: uppercase;
  cursor: pointer;
  color: #888888;
  display: inline-block;
  line-height: 25px;
  padding: 3px 15px 0 8px;
  border-radius: 3px;
}
.product-box .product-hover > div a span {
  font-size: 12px;
  padding: 0px 8px;
}
.product-box .product-hover .box-button {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 0;
}
.product-box .product-hover .box-button div {
  display: inline;
  position: relative;
}

.product-box .product-hover .box-button div span {
  display: none;
}
.product-box .product-hover .box-button div i {
  position: relative;
  font-size: 13px;
}
.product-box .product-hover .box-button div a {
  padding: 0 10px;
}
.product-box .product-hover .box-button div a:hover {
  color: #1d1916;
}
.product-box .product-hover .box-button div a:hover:after {
  background: #f0d115;
  border-radius: 5px;
  top: -33px;
  color: #1d1916;
  content: attr(data-tooltip);
  display: block;
  left: -34px;
  padding: 0 10px;
  pointer-events: none;
  position: absolute;
  text-indent: 0;
  white-space: nowrap;
  z-index: 98;
  font-size: 9px;
  line-height: 2.5;
}
.product-box .product-hover .box-button div a:hover:before {
  border-color: #f0d115 transparent transparent;
  border-style: solid solid none;
  border-width: 3px 3px medium;
  top: -11px;
  content: "";
  display: block;
  height: 0;
  left: 12px;
  position: absolute;
  width: 0;
  z-index: 99999;
}
.image-block {
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
.the-details p:last-child {
	margin-bottom: 0;
}
.custom-modal {
	padding: 30px;
}
.custom-modal .modal-header{
	padding: 0;
	text-align: center;
}
.custom-modal .modal-footer{
	padding: 10px 0 0 0;
}
.custom-modal .modal-body {
	padding: 25px 0 15px 0;
}
.nav-tabs-custom {
    border-bottom: 1px solid #FFD902;
}
.nav-tabs-custom > li {
	margin-bottom: 0;
}
.nav-tabs-custom .tab-icon {
	display: none;
}
.tab-content {
    padding: 10px 0;
}
.nav-tabs-custom > li > a {
	color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.nav-tabs-custom > li.active > a, 
.nav-tabs-custom > li.active > a:hover, 
.nav-tabs-custom > li.active > a:focus {
    color: #000000;
    background-color: #FFD902;
    border: 1px solid #FFD902;
    border-bottom-color: transparent;
    cursor: default;
    font-size: 14px;
    font-weight: 500;
}

.modal-header-title {
	margin: 0;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	display: inline-block;
}
button.close-modal {
	position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding: 6px 11px;
    line-height: 17px;
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}
.custom-modal .addcart button{
    text-transform: uppercase;
    cursor: pointer;
    color: #888888;
    display: inline-block;
    line-height: 25px;
    padding: 3px 15px 0 8px;
    border-radius: 3px;
}
.addcart button {
    background: #f0d115;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecc711), color-stop(1, #f0d115));
    background: -ms-linear-gradient(bottom, #ecc711, #f0d115);
    background: -moz-linear-gradient(center bottom, #ecc711 0%, #f0d115 100%);
    background: -o-linear-gradient(#f0d115, #ecc711);
    border-bottom: 5px solid #d0ad00;
    line-height: 31px;
    color: #ffffff;
    border-radius: 5px;
    color: #888888;
    cursor: pointer;
    display: inline-block;
    line-height: 29px;
    padding: 0 15px 0 8px;
    text-transform: uppercase;
}
.addcart:hover button {
    background: #6f6f6f;
    border-bottom-color: #444444;
}
.addcart button  span, .addcart a span {
    font-size: 12px;
    padding: 0px 8px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    float: left;
}
.addcart button i {
    color: #000000;
}
.addcart:hover button  span,
.addcart:hover button  i {
    color: #fff;
}

.navmenu .the-sidebar {
	padding: 10px;
}
.the-sidebar .panel-group {
	margin-top: 10px;
	margin-bottom: 10px;
}
.panel.panel-custom {
	border: none;
	background: transparent;
}
.panel.panel-custom > .panel-heading{
	border: none;
	background: #FFD902;
	border-color: #FFD902;
	padding: 15px;
	line-height: 16px;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
}
.panel.panel-custom > .panel-heading.collapsed{
	border-radius: 5px;
}
.panel-custom .panel-heading{
	display: block;
}
.panel-custom .panel-title {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.panel-group .panel-custom .panel-heading + .panel-collapse > .panel-body{
	padding: 15px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-top: none;
    border-radius: 0 0 5px 5px;
}
.filter-type-list li a {
    color: #666666;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #FDFDFD;
    text-decoration: none;
}
.filter-type-list li:first-child a {
    border-top: none;
}
.filter-type-list li:last-child a {
    border-bottom: none;
}
.active-filters li a {
	color: #D73E3E;
	position: relative;

}
.active-filters li a:hover:before {
    border-color: #f0d115 transparent transparent;
    border-style: solid solid none;
    border-width: 3px 3px medium;
    top: -3px;
    content: "";
    display: block;
    height: 0;
    left: 2px;
    position: absolute;
    width: 0;
    z-index: 99999;
}
.active-filters li a:hover:after {
	    background: #f0d115;
    border-radius: 5px;
    top: -28px;
    color: #1d1916;
    content: attr(data-tooltip);
    display: block;
    left: -34px;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    text-indent: 0;
    white-space: nowrap;
    z-index: 98;
    font-size: 10px;
    line-height: 2.5;
}
/* Products */
.product-image a img {
	display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pagination {
	margin: 0;
}
.pagination li {
	float: left;
}
.pagination-top {
    margin-bottom: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #F5F5F5;
}
.pagination > li > a, 
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #000000;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #000000;
    background-color: #ddd;
    border-color: #ddd;
    cursor: default;
}
/* Modal Messages */
.modal-messages h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
}
/* Details */
.product-datails-page, 
.related-slider {
	margin-bottom: 30px;
}

/* Checkout */
.custom-well {
	padding: 15px;
	background: #f5f5f5;
	border-radius: 5px;
	margin-bottom: 10px;
}
.sec-title {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.sec-title:before {
	content: '';
	width: 50px;
	height: 2px;
	background: #FFD902;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.control-label, label{
	font-size: 13px;
	font-weight: 600;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	vertical-align: middle;
}
/* PAyments */
.payment-methods li {
	margin-bottom: 30px;
}
.payment-methods li img{
	border-radius: 5px;
}
.credit-store-info h3{
	font-size: 18px;
	margin: 0 0 15px 0;
}
/* Cart */ 
table .product-img {
	height: 40px;
}
.cart-remove {
	position: relative;

}
.cart-remove:hover:before {
    border-color: #f0d115 transparent transparent;
    border-style: solid solid none;
    border-width: 3px 3px medium;
    top: -9px;
    content: "";
    display: block;
    height: 0;
    left: 14px;
    position: absolute;
    width: 0;
    z-index: 99999;
}
.cart-remove:hover:after {
    background: #f0d115;
    border-radius: 5px;
    top: -34px;
    color: #1d1916;
    content: attr(data-tooltip);
    display: block;
    left: -23px;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    text-indent: 0;
    white-space: nowrap;
    z-index: 98;
    font-size: 10px;
    line-height: 2.5;
}
.cart-page .input-group {
	width: 100px;
}
.image-td {
	position: relative;
}
.quick-eye {
	background: #FFD902;
	padding:12px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
	line-height: 1;
	opacity: 0;
}
.image-td:hover:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}
.quick-eye i{
	color: #666;
	font-size: 14px;
}
.image-td:hover .quick-eye{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}
.input-mini {
    width: 50px;
}
/* Chosen Plugin Style */
select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image:none;
}
 
select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top:4px;
    color:#000;
}
 
select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
 
}
 
select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}
 
select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}
 
select.form-control + .chosen-container .chosen-results li , 
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image:none;
}
select.form-control + .chosen-container .chosen-results li:hover, 
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted
{
    color: #000;
    text-decoration: none;
    background-color: #F5F5F5;
    background-image:none;
}
 
select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}
 
select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height:auto;
    padding:5px 0;
}
 
select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
 
    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}
 
select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top:8px;
    right:6px;
}
 
select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}
 
select.form-control + .chosen-container-multi .chosen-results li.result-selected{
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}
.the-tooltip {
	position: relative;

}
.the-tooltip:hover:before {
    border-color: #f0d115 transparent transparent;
    border-style: solid solid none;
    border-width: 3px 3px medium;
    top: -9px;
    content: "";
    display: block;
    height: 0;
    right: 50%;
    position: absolute;
    width: 0;
    z-index: 99999;
}
.the-tooltip:hover:after {
    background: #f0d115;
    border-radius: 5px;
    top: -34px;
    color: #000;
    content: attr(data-tooltip);
    display: block;
    right: 0;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    text-indent: 0;
    white-space: nowrap;
    z-index: 98;
    font-size: 10px;
    line-height: 2.5;
}
/* Data Table Style */
.table-simple .dataTables_wrapper:before,
.table-simple .dataTables_wrapper:after{
	content: '';
	display: table;
}
.table-simple .dataTables_wrapper:after {
	clear: both;
}
.table-simple .dataTables_wrapper {
    padding: 10px;
}
.table-responsive .dataTables_wrapper {
    width: 100%;
    display: table;
}
.dataTables_length select, .dataTables_filter input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
table.dataTable {
	margin-bottom: 10px;
}
.table-simple .dataTables_info, 
.table-simple .dataTables_paginate {
	padding: 10px 0;
}
.table-simple .paginate_disabled_next, 
.table-simple .paginate_enabled_next {
	padding-right: 0;
}
.table-simple .paginate_disabled_previous, 
.table-simple .paginate_enabled_previous {
    padding-left: 0;
}

.datatables-add-button {
	margin: 0 !important;
}
/* Search Form */
.form-search {
  position: relative;
}
.form-search input {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 38px;
    background: url("../images/icon-search.png") 13px center white no-repeat;
    padding-left: 30px;
    padding-right: 80px;
    color: #363636;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
}
.form-search input:hover, 
.form-search input:focus, 
.form-search input:active {
  border-color: #FFD902;
  box-shadow: none;
}
.form-search button.button-search {
    color: #000;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    line-height: 38px;
    font-weight: 400;
    background: #FFD902;
    border-radius: 0 5px 05px 0;
}
.chosen-container {
	width: 100% !important;
}
/*==========  Non-Mobile First Method  ==========*/
	
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    	.mob-nav {
    		display: block;
    	}
		.main-menu > ul > li {
			float: none;
		}
		.main-menu > ul > li {
			border: none;
		}
		.update-by-sku {
			text-align: center;
			margin-top: 10px;
		}
		.open > .dropdown-menu{
			position: static;
			float: none;
			top: auto;
			left: auto;
			bottom: auto;
			right: auto;
			border-radius: 0;
			border: none;
			box-shadow: none;
			margin: 0;
			padding: 0;
		}
		.dropdown-menu > li > a  {
			padding: 10px 20px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.offNavMenu {
			display: block;
		}
		.quick-cart {
			display: block;
		}
		.dash {
			display: inline;
		}
		.d-table {
			height: auto;
		}
		.logo-area {
			padding-bottom: 10px;
		}
		.edit-content {
		    position: static;
		    left: auto;
		    top: auto;
		    padding-left: 0;
		    background: #FFFFFF;
		    border-radius: 5px;
		    text-align: right;
		}
		.edit-content a {
		    font-size: 14px;
		    color: #000;
		    padding: 5px 0;
		    display: inline-block;
		    border-radius: 0;
		    background: none !important;
		    box-shadow: none;
		    -moz-box-shadow: none;
		    -webkit-box-shadow: none;
		}
		.nav-edit {
			display: inline;
		}
		.footer-bottom  {
			padding-right: 15px;
			padding-left: 15px;
		}
		.copyright {
			text-align: center;
		}
		
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.col-es-12{
		    position: relative;
		    min-height: 1px;
		    padding-left: 5px;
		    padding-right: 5px;
		    float: left;
		    width: 100%;
		}
		.image-block {
			margin-bottom: 25px;
		}
		.main-inner {
			padding: 10px 40px;
		}
		.d-table {
		    height: 60px;
		}
		.text-left, 
		.text-right {
			text-align: center;
		}
		.text-right {
			margin-top: 10px;
		}
		.nav-tabs-custom .tab-text {
			display: none;
		}
		.nav-tabs-custom .tab-icon {
			display: inline-block;
		}
		.title-custom {
			font-size: 18px;
			line-height: 30px;
		}
		.customNavigation {
			display: none;
		}
		.product-active {
			margin-bottom: 10px;
		}
		.update-by-sku {
			text-align: center;
			margin-top: 0;
		}
		.dataTables_length, .dataTables_filter {
		     float: none; 
		    text-align: center;
		}
		.update-by-sku a {
			display: block;
		}
		label.btn-block {
			display: none;
		}
		.key-finder .form-group {
			margin-bottom: 15px;
		}
		.footer-bottom  {
			padding-right: 40px;
			padding-left: 40px;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .main-inner {
			padding: 10px;
		}
		.custom-modal {
			padding: 30px 10px 10px;
		}
    }
	.owl-carousel.slideshow .owl-item img {
		width: 100%;
	}
	.product-image {
		height: 200px;
	}
	.owl-carousel .owl-item img {
		width: auto;
	}
	
	.product-image a img {
		display: block;
		width: auto; 
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		height: 100%;
		margin: 0 auto;
	}
	
