/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/
@font-face {
  font-family: 'Karla Regular';
  src: url('../font/Karla-Regular.ttf'); 
}
@font-face {
  font-family: 'Karla Bold';
  src: url('../font/Karla-Bold.ttf');
}
@font-face {
  font-family: 'Muli Extralight';
  src: url('../font/Muli-ExtraLight.ttf');
}
@font-face {
  font-family: 'Muli';
  src: url('../font/Muli.ttf');
}
@font-face {
  font-family: 'Muli Bold';
  src: url('../font/Muli-Bold.ttf');
}
.remove-muli{
	font-family: 'Muli Extralight';
}
body {
	font-family: 'Karla Regular', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 { color: #444; font-family: 'Karla Bold'; }
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* 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: #1d1d1d;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
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;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
/* 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: url(../image/topheader_bg.png);
    padding: 3px 0px 3px 0;
    margin: 0 0 12px 0;
    min-height: 25px;
}
#top .container {
	padding: 0 20px;
}
#top #top-links ul {
    margin-bottom: 0;
}
#top #top-links ul.dropdown-menu {
    background: #ff1a2f;
    border: none;
    border-radius: 0;
}
#top #top-links {
    padding-top: 0;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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, #top-links li, #top-links a {
	color: #ffffff;
	text-decoration: none;
}
#top-links li a:hover{
	color: #ffffff;
}

#top-links li:not(:first-child) {
    border-left: 1px solid;
    line-height: 10px;
}
#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: 0 0 10px 0;
	max-width: 200px;
}
/* search */
#search {
	margin-bottom: 10px;
}
.input-lg {
	height: 34px;
	line-height: 20px;
	padding: 0 10px;
    border-radius: 0;
    border-color: #e5e5e5;
}
#search, #cart {
    padding-top: 1.5em;
}
#search .btn-lg {
	font-size: 15px;
    line-height: 12px;
    padding: 8px 12px;
    height: 34px;
}

/* 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 img {
    width: 19px;
}
#cart > .btn {
    max-width: 140px;
    padding: 6px 0px;
    margin-left: auto;
    float: none;
    white-space: normal;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

    /* PRODUCT WEIGHT */
    
    .product-weight{
        font-size: 17px;
    }
    
	@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: #ffffff;
    border-color: #e3e3e3;
    min-height: 40px;
    border-radius: 0;
    margin-bottom: 0;
}
#menu .nav > li > a {
    color: #474646;
    padding: 9px 15px 9px 15px;
    min-height: 10px;
    font-size: 1.1em;
    background-color: #ffffff;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #e31427;
}
#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;
	}
	.navbar-nav {
    	float: none;
    	text-align: center;
    	margin: auto;
	}
	.navbar-nav>li {
    	float: none;
    	display: inline-block;
	}
	.search-group {
	    float: right;
	}
}
@media (max-width: 767px) {
	.search-group {
	    float: left;
	}
	#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;
	}
}
/* content */
#content {
	min-height: 600px;
    padding-bottom: 5em;
}
/* footer */
footer {
	//margin-top: 30px;
	padding-top: 20px;
	background: url(../image/footer_bg.png);
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 2px 0px;
}
footer .socials a {
	border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
footer .socials a i { vertical-align: middle; font-size: 20px; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
body:not(.product-product):not(.product-category) .breadcrumb {
	display: none;
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: transparent;
	
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child {
    padding-left: 0;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb li a {
    font-size: 1.1em;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb li:not(:last-child) a {
    color: #989898;
}
.breadcrumb li:last-child a {
    color: #e31427;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25em;
}
.breadcrumb > li:not(:last-child):after{
	content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 12px;
    height: 6px;
    background: url(../image/breadcrumb-arrow.png) no-repeat;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 0;
}
.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;
	border-color: #e5e5e5;
	font-family: 'Muli Bold';
	letter-spacing: 1px;
}
a.btn.btn-default {
    background: #ff1a2f;
    border: 1px solid #ff1a2f;
    font-size: 1em;
    text-transform: uppercase;
    padding: 11px 46px;
    color: #fff;
    font-family: 'Muli Bold';
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.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;
	background-color: #ff1a2f;
    border-color: #ff1a2f;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #ffffff;
	background-color: #ff1a2f;
    border-color: #ff1a2f;
}
/* list group */
.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}
.list-group {
    background: #e31427;
    margin-top: -15px;
}
body .list-group:not(.lft) {
    padding-bottom: 30px;
}
.list-group a {
    border: 1px solid #e31427;
    color: #ffffff;
    padding: 10px 12px;
    background: #e31427;
    font-size: 1.1em;
    text-transform: uppercase;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #ffffff;
    background: #a60918;
    border: 1px solid #a60918;
}
.navbar-nav li a.active:not(.active2) {
    color: #ff1a2f!important;
}
/* 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: 20px;
	//overflow: auto;
	position: relative;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	background: #ffffff;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.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;
}
.product-thumb .caption {
	padding: 0 20px;
	/*min-height: 180px;*/
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	/*min-height: 210px;*/
	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: #ff1a2f;
    font-weight: bold;
    font-size: 1.3em;
}
.product-thumb .hover .caption p:not(.price) {
    color: #000000;
    margin-bottom: 0;
    line-height: 1.2em;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	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 {
	display: block;
    color: #ffffff;
    background: #ff1a2f;
    border: 1px solid #ff1a2f;
    padding: 5px 12px;
	text-align: center;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #ffffff;
    background: #ff1a2f;
	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;
}
.checkbox-inline, .radio-inline { position: relative; }

/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
        	<div class="dropdown-inner">
        		<ul class="list-unstyled">
        			<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
        					<div class="dropdown-inner">
        					</div>
        				</div>
        			</li>
        		</ul>
        	</div>
        </div>
	</li>
</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* 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;
}

.clear { clear: both; }
:focus { outline: none !important; }

/* Default Breakpoint */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.checkout-cart a.btn.btn-default {
    	padding: 7.5px 12px;
	}
	.checkout-cart a.btn.btn-primary {
    	padding: 7.5px 12px;
	}
	.checkout-cart td.text-left {
    	text-align: center;
    	line-height: 1.1em!important;
    	
	}
	.checkout-cart table tbody tr td a{
		line-height: 1.1em!important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }

	.information-contact .form-group .g-recaptcha-box {
    	float: left;
	}
	.checkout-cart a.btn.btn-default, .account-account a.btn.btn-default {
    	padding: 8px 16px;
	}
	.checkout-cart a.btn.btn-primary, .account-account a.btn.btn-primary {
    	padding: 8px 46px;
	}
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
#accordion ul:not(.not) {
    background: url(../image/redborder.png) no-repeat;
    max-width: 99.5%;
    background-size: 99.5%;
    background-position: center;
    position: relative;
    border: none;
}
#accordion ul:not(.not) li.active{
    background: url(../image/dot_icon.png) no-repeat;
    background-position: center right;
    border-radius: 0;
}
#accordion ul:not(.not) li.active ~  li{
    background: url(../image/redbar.png) no-repeat;
    background-position: center center;
    margin-left: -1px;
    background-size: 100% 12px;
}
.panel-group ul:not(.not) li.panel-heading:last-child {
    border-radius: 0 50% 50% 0;
}
#accordion ul:not(.not) h4.panel-title {
    font-size: 12px;
    display: block;
    margin: auto;
    height: 39px;
    text-transform: uppercase;
    padding-top: 28px;
}
#accordion ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
.panel-group ul:not(.not) li.panel-heading {
    padding: 19px 15px 0px 15px;
    height: 52px;
    position: relative;
    text-align: center;
}
#accordion ul:not(.not) li.active h4 a {
    color: #1d1d1d;
}
#accordion ul:not(.not) li h4 a {
    color: #a9a9a9;
}

.form-group input.form-control {
    text-transform: uppercase;
    max-width: 500px;
    border-color: #e0e0e0;
    border-radius: 0;
}

.form-group select:not(.ddd), select.form-control:not(.ddd) {
    text-transform: uppercase;
    max-width: 500px;
    border-color: #e0e0e0;
    border-radius: 0;
    box-shadow: none;
}

body:not(.account-edit):not(.account-address-edit) .form-group input.form-control {
    border-bottom: 1px solid!important;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
}
.search-group select {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    background: #f4f4f4;
    color: #555454;
    font-family: 'Open Sans';
    box-shadow: none;
}

ul.pagination li a {
    background: #fff;
    border: none;
    color: #c2c2c2;
    font-size: 12px;
}

ul.pagination li a:hover {
	color: #c2c2c2;
}

ul.pagination li span {
    border: none;
    color: #828282!important;
    font-size: 12px;
    background-color: #fff!important;
}

body:not(.account-edit):not(.account-address-edit) .form-group select, body:not(.account-edit):not(.account-address-edit) select.form-control:not(.ddd) {
    border-bottom: 1px solid!important;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
}

#top-links .dropdown-menu a {
    text-transform: uppercase;
}

#top-links .dropdown-menu a:hover {
	background: #a60918;
    text-transform: uppercase;
}

#cart .dropdown-menu {
    color: #1d1d1d;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    background: #fff;
}
.product-thumb .price-tax {
    display: none;
}
#cart .dropdown-menu p {
    color: #1d1d1d;
}

.footer-top {
	margin-top: 1em;
    margin-bottom: 2em;
}
.footer-bottom {
    text-align: center;
}
footer li.address p, footer li.address2 p {
    max-width: 150px;
}
.home {
    max-width: 1170px;
    margin: auto;
    float: none;
}

.search-group {
    display: inline-flex;
    padding-top: 1.5em!important;
}
.bg{
	background: url(../image/bg.png) no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
}

.featured-by-category-products.owl-carousel {
    background: none!important;
}

.featured-by-category-products .product-thumb {
    background: #fff;
}
.product-thumb button {
    display: block;
    margin: auto;
    color: #ffffff;
    background: #ff1a2f;
    border: 1px solid #ff1a2f;
    padding: 5px 12px;
}
.product-thumb .hover {
    position: absolute;
    top: 0;
    background: rgba(236,236,235,.8);
    height: 100%;
    width: 100%;
    display: flex;
    visibility: hidden;
    z-index: 1;
}
.product-thumb .hover .caption {
    text-align: center;
    margin: auto;
    max-width: 150px;
}
.product-thumb .hover .caption h4 {
    margin: 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}
.product-thumb .hover .caption-box {
    display: inline-table;
    margin: auto;
    vertical-align: middle;
}
.product-thumb:hover .hover {
    visibility: visible;
}
.featuredcat h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}
.product-thumb img.promo {
    position: absolute;
    top: 20px;
    right: 20px;
}
h1 {
    color: #e31427;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
}

.information-information #content p, .information-information #content table tbody tr td, .information-information #content ol {
    color: #1d1d1d;
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.information-information #content h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

.common-home .banners, .product-product .banners {
    display: none;
}

.information-information.iid-6 table.table.table-bordered {
    max-width: 600px;
}

.information-information.iid-6  ol {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.information-information.iid-6 table.table.table-bordered tr td, .information-information.iid-6 table.table.table-bordered {
    border: none;
    padding-top: 0;
}

.information-information.iid-6 #content img {
    margin: auto;
    display: block;
}

.email p {
    display: inline-block;
    vertical-align: top;
}

.email p.one {
    display: inline-block;
    vertical-align: top;
}

.email p.two {
    display: inline-block;
    vertical-align: top;
}

.information-contact .panel.panel-default {
    border: none;
}

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

.bakkal strong, .warehouse strong {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #1d1d1d;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 0;
}

fieldset {
    font-size: 1.05em;
}

fieldset h3 {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #1d1d1d;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.cnt-info div p {
    margin-bottom: 0;
}

.bakkal, .warehouse {
    padding-bottom: 25px;
    color: #1d1d1d;
    font-size: 1.05em;
}

.bakkal p, .warehouse p {
    margin-bottom: 5px;
}

.bakkal address, .warehouse address{
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.bakkal .cnt-info, .warehouse .cnt-info {
    padding-bottom: 5px;
}

.form-horizontal .control-label {
    text-align: left!important;
    font-size: 1.05em;
    text-transform: uppercase;
    color: #a9a9a9;
}

input:not(.btn), textarea {
    border: 1px solid #e0e0e0!important;
    border-radius: 0!important;
}

.btn-primary, .btn-primary:hover {
    background: #ff1a2f;
    border: 1px solid #ff1a2f;
    font-size: 1em;
    text-transform: uppercase;
    padding: 11px 46px;
    font-family: 'Muli Bold';
    letter-spacing: 1px;
}

.form-horizontal .g-recaptcha {
    transform: scale(0.60);
    transform-origin: 0 0;
    max-width: 230px;
}

.product-product h1 {
    margin-bottom: 0px;
    margin-top: 0;
}

.product-product h1.related {
    margin-bottom: 20px;
}

.product-product h1 a {
    color: #e31427;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.product-product h2 {
    color: #e31427;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 20px;

}

a.thumbnail {
    border-color: #eeeeee;
    border-radius: 0;
}

.cart-box{
	border: none;
}

.cart-box .input-group input {
    text-align: center;
    border: none!important;
    height: 23px;
}
.checkout-cart table tbody tr td {
    color: #1d1d1d;
    font-size: 1.05em;
    line-height: 2em;
}
.checkout-cart table tbody tr td a {
    vertical-align: top;
    color: #1d1d1d;
    font-size: 1.05em;
    line-height: 2em;
    white-space: normal;
}

.checkout-cart table {
    border: none;
}

.checkout-cart table thead tr td,
.checkout-cart table tbody tr td{
    border: none;
}

.checkout-cart table thead{
    border-bottom: 1px solid #e1e1e1;
}

.checkout-cart table:not(.btm) tbody{
    border-bottom: 1px solid #e1e1e1;
}

.checkout-cart table thead tr td {
    text-transform: uppercase;
    font-family: 'Karla Bold';
    color: #626262;
    font-size: 1.1em;
}

.checkout-cart table.btm tbody tr td strong {
    font-weight: normal;
}

.checkout-cart table.btm tbody tr:nth-child(3) {
    font-family: 'Karla Bold';
    font-size: 1.2em;
    text-transform: uppercase;
}

.checkout-cart table.btm tbody tr:not(:nth-child(3)) td {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 22px;
}

.checkout-cart table.btm tbody tr td {
    color: #626262;
}

.checkout-cart .img-thumbnail {
    border: 1px solid #f1f1f1;
    border-radius: 0;
}

button#button-cart {
    text-transform: none;
}

button#button-cart img {
    padding-right: 6px;
}

button#button-cart {
    text-transform: none;
    max-width: 188px;
    padding: 7px 20px;
    word-wrap: normal;
    width: auto;
}
.cart-cart {
    display: block;
    width: 100%
}
.cart-cart button,.cart-cart button:hover {
    background: #e1e1e1;
    width: 20px;
    height: 19px;
    border: none;
    padding: 0px;
    color: #1d1d1d;
    margin: 1px!important;
    line-height: 0;
}
.checkout-cart table tbody tr td input {
    vertical-align: top;
    color: #1d1d1d;
    font-size: 1.05em!important;
    line-height: 2em;
    padding-top: 10px;
}
.cart-cart button i {
    line-height: 17px;
}
.product-product h3 {
    color: #1d1d1d;
}
.product-product h3.no-special {
    margin: 0;
    font-family: 'Karla Bold';
}
.product-description p strong {
    color: #1d1d1d;
    font-size: 1.2em;
}
.product-product li.stock {
    color: #1d1d1d;
    background: url('../image/instock_icon.png') no-repeat;
    height: 30px;
    background-position: center left;
    padding-left: 30px;
    line-height: 30px;
}
.product-description p {
    color: #1d1d1d;
    font-size: 1.15em;
}

#product label.control-label {
    color: #1d1d1d;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}

.qty-txt {
    float: left;
    padding-right: 15px;
    padding-top: 6px;
}
#product .number-spinner .btn {
    color: #ff1a2f;
}

.input-group.number-spinner {
    max-width: 130px;
}

#product .number-spinner input, #product .number-spinner .btn {
    border: none!important;
}

.well{
	border: none;
}

.remove-muli{
	font-family: 'Muli Extralight';
}

.top {
    margin-top: 30px;
}

.tick {
    font-family: 'Muli';
    color: #a9a9a9;
}
.tick a {
    color: #1d1d1d;
    text-decoration: underline;
}

p.cn-trans {
    display: none;
}

.checkout-checkout .tab-content p {
    color: #1d1d1d;
    margin-bottom: 0;
    font-size: 14px;
}
.checkout-checkout .tab-content label, .checkout-checkout .tab-content .mh {
    color: #1d1d1d;
    margin-bottom: 0;
    font-size: 14px;
}
.checkout-checkout .tab-content h2{
    font-size: 16px;
    font-family: 'Karla Bold';
}
.mh {
    max-width: 650px;
}
.product-search h2 {
    font-size: 16px;
    font-family: 'Karla Bold';
    color: #1d1d1d;
}
body.account-newsletter h2 {
    font-size: 15px;
    margin-left: 14px;
    font-family: 'Karla Bold';
    color: #1d1d1d;
}

body.account-newsletter  {
    color: #1d1d1d;
}
body.account-newsletter fieldset {
    min-height: 160px;
}
.account-account p strong {
    font-family: 'Karla Bold';
    text-transform: uppercase;
    font-size: 14px;
    color: #1d1d1d;
}
.account-account p {
    margin-bottom: 0;
    color: #1d1d1d;
    font-size: 14px;
}
.emailacc {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1d1d1d;
}
.account-account p.b {
    width: 134px;
    display: inline-block;
}

.table-add {
    margin-top: 32px;
    margin-bottom: 20px;
}

td.stored-hd {
    font-family: 'Karla Bold';
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 16px;
}
.table-add table{
	border: none;
}
.table-add table tr {
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
}
.table-add table tr td {
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #1d1d1d;
    border: none;
}
.table-add table tr td a {
    text-transform: uppercase;
    color: #1d1d1d;
    font-family: 'Karla Bold';
    font-size: 14px;
    margin: 0 4%;
}
.table-add table thead {
    font-family: 'Karla Bold';
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}