body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	background: #171717 url(../image/bgimage.jpg) top center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	color: #121212;
    font-weight: bold;
    border-bottom: 1px solid #CC0000;
    padding-bottom: 15px;
}
h2 {
	font-size: 27px;
	color: #121212;
    font-weight: bold;
}
h3 {
	font-size: 21px;
	color: #121212;
}
h4 {
	font-size: 15px;
	color: #121212;
}
h5 {
	font-size: 12px;
	color: #121212;
}
h6 {
	font-size: 10.2px;
	color: #121212;
}
a {
	color: #fd131f;
}
a:hover {
	text-decoration: none;
    color: #23a1d1;
}
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;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #121312;
	background-image: linear-gradient(to bottom, #3E3D3D, #010101);
	border-bottom: 1px solid #999999;
	padding: 3px 0px 3px 0;
	margin: 0;
	height: 36px;
}
#top .container {
	padding: 0 20px;
}
#top #form-language {
	margin-top:-3px;
}
#top #form-language .language-select {
	text-align: left;
}
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top #form-currency {
	margin-top:-5px;
}
#top #form-currency .currency-select {
	text-align: left;
}
#top #form-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: #CCC;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #EEE;
}
#top .dropdown-menu {
	padding-bottom: 0;
	border:none;
	border-top:2px solid #E1E1E1;
	background: #1C1C1C;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top .dropdown-menu li a {
	padding-left:8px;
	color:#EEE;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 4px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .dropdown a:focus, #top-links .dropdown a.focus {
	background: none;
}
/* header */
#bghead {
	padding: 20px 12px 12px 12px;
	margin-bottom:15px;
}
/* logo */
#logo {
	margin: 0 0 0px -15px;
}
#logo h1 {
    font-size: 48px;
    margin: 0px 0px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* search */
#search {
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#search .input-lg {
	background-color: #1C1B1C;
	background-image: linear-gradient(to bottom, #212020, #181817);
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	border-bottom: #666 1px solid;
	border-right: #666 1px solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	color:#cccccc;
}
#search .btn-lg {
	background-color: #AF272F;
	background-image: linear-gradient(to bottom, #CC444B, #940C13);
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	color:#FFF;
	text-shadow:none;
	border-left: none;
	border-top: 1px #000 solid;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#search .btn-lg:hover {
	background: #AF272F;
}
/* cart */
#cart {
	margin-top: 6px;
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #1C1C1C;
	border: 1px solid #E6E6E6;
	color: #EEE;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #FFFFFF;
}
#cart .dropdown-menu {
	background-color: #1C1C1C;
	z-index: 1001;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	background-color: #111111;
	margin-bottom: 10px;
	color:#EEEEEE;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 10px 0;
}
.table-stripedcart>tbody>tr:nth-child(odd)>td,.table-stripedcart>tbody>tr:nth-child(odd)>th{background-color:#444444;border-top:1px solid #999999}
.tablecart{width:100%;margin-bottom:20px}.tablecart>thead>tr>th,.tablecart>tbody>tr>th,.tablecart>tfoot>tr>th,.table>thead>tr>td,.tablecart>tbody>tr>td,.tablecart>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #333333}
.table-borderedcart>thead>tr>td,.table-borderedcart>tbody>tr>td,.table-borderedcart>tfoot>tr>td{border:1px solid #333333}
/* menu */
#menu {
	background-color: #AF272F;
	background-image: linear-gradient(to bottom, #CC444B, #A20B13);
	border: none;
	min-height: 54px;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 4px;
	margin-left:-15px;
	margin-right:-15px;
    margin-top:20px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 18px 14px 18px 14px;
	min-height: 15px;
	background-color: transparent;
    font-size: 18px;
}
#menu .nav i.fa-bars {
    font-size: 18px !important;
}
#menu .nav > li:first-child {
    margin-left: -12px;
}
#menu .nav > li:last-child {
    margin-right: -12px;
}
#menu .nav > li + li:hover, #menu .nav > li.open + li {
	background: #070707;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#menu .nav > li:hover > a:after {
	content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom-color: #E1E1E1;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
}
#menu .nav > li + li{
    background-image: url(../image/linebetween.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-color: transparent;
}
#menu .nav > li > a:first-child {
	background-image: url(../image/linebetween.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-color: transparent;
}
#menu .nav > li > a:first-child:hover {
	background-image: none;
	background: #070707;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#menu .nav > li + li:last-child {
	background-image: none;
}
#menu .nav > li + li:last-child:hover {
	background-image: none;
	background: #070707;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	border:none;
	border-top:2px solid #E1E1E1;
	background: #1C1C1C;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner ul li {
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #333333;
	margin:4px;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #CCC;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #000;
	padding: 10px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	font-size: 12px;
	background-color: #AF272F;
	background-image: linear-gradient(to bottom, #CC444B, #940C13);
}
#menu a.see-all {
	color:#FFF;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background: #AF272F;
	background-repeat: repeat-x;
}
@media (max-width: 767px) {
	#menu .nav > li + li {
  box-shadow: inset 0 0 1px #000000;
  -moz-box-shadow: inset 0 0 1px #000000;
  -webkit-box-shadow: inset 0 0 1px #000000;
}
#menu a.see-all {
font-weight:bold;
background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
}
#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;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#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 {
	margin-left:0px !important;
	margin-right:0px !important;
	}
	#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;
	}
	#menu .nav > li > a:first-child, #menu .nav > li + li {
	background-image: none;
}
}
/* content */
.container {
	padding-left:0px !important;
	padding-right:0px !important;
}
#column-left {
	margin-left:-15px;
	margin-right:15px;
}
#column-right {
	margin-right:-15px;
	margin-left:15px;
}
#content {
	min-height: 600px;
	background:#FFF;
	padding:12px 12px;
}
@media (max-width: 767px) {
	#content {
		margin-left:15px !important;
	margin-right:15px !important;
	}
	.container {
	padding-left:15px !important;
	padding-right:15px !important;
}
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../image/bgbottom1.png) top repeat;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
    border-color: rgba(255, 255, 255, 0.2);
}
footer a {
	color: #000000;
}
footer a:hover {
	color: #121212;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.verybottom {
	margin-top: 0px;
	padding: 4px 0px;
	border-top: 1px solid #333;
	background-color: #121312;
	background-image: linear-gradient(to bottom, #3E3D3D, #010101);
}
.verybottom p {

}
.verybottom a {
	color: #F00;
}
.verybottom .botleft {
	text-align:left;
	margin-left:-15px;
}
.verybottom .botright {
	padding-top: 5px;
	padding-right:0px;
	text-align: right;
}
.verybottom .botright img {
	text-align:right;
}
@media (max-width: 767px) {
	.verybottom .botleft {
	text-align:center;
	margin-left:0px;
}
.verybottom .botright {
	padding-top:4px;
	text-align:center;
	margin-right:0px;
	padding-bottom:12px;
}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin-left:-15px;
	margin-right:-15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 -15px 15px -15px;
	padding: 8px 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 767px) {
	.breadcrumb {
		margin-left:0px !important;
	margin-right:0px !important;
	}
}
.pagination {
	margin: 0;
	padding-bottom:20px;
}

/* 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: #EEE;
	background: #070707;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
	border-color: #070707 #070707 #000000 #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.btn-default:hover {
	color: #FFF;
}
.btn-gridlist {
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #cccccc #cccccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.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;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.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: #fd131f;
	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: #1C1B1C;
	background-image: linear-gradient(to bottom, #212020, #181817);
	border-color: #A20B13;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background: #000;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a:first-child,.list-group a:last-child {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#column-left .list-group {
	background: #1C1C1C;
}
#column-left .list-group a {
	border-top: 1px dotted #333333;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #333333;
	color: #CCC;
	padding: 8px 12px;
	background: #1C1C1C;
}
#column-left .list-group a:first-child, #column-left .list-group a:last-child {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#column-left .list-group a.active, #column-left .list-group a.active:hover, #column-left .list-group a:hover {
	color: #EEE;
	background: #121212;
	border-top: 1px dotted #333333;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #333333;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#column-right .list-group {
	background: #1C1C1C;
}
#column-right .list-group a {
	border-top: 1px dotted #333333;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #333333;
	color: #CCC;
	padding: 8px 12px;
	background: #1C1C1C;
}
#column-right .list-group a:first-child, #column-right .list-group a:last-child {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#column-right .list-group a.active, #column-right .list-group a.active:hover, #column-right .list-group a:hover {
	color: #EEE;
	background: #121212;
	border-top: 1px dotted #333333;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #333333;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
/* 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 {
	background:#FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 6px;
	margin-bottom: 20px;
	overflow: auto;
	margin-left:0px;
	margin-right:0px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.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 a {
	color:#000;
}
.product-thumb .caption {
	padding: 0px;
	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: #900;
	font-size:16px;
}
.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-thumb .button-group .carti {
	cursor: pointer;
	color: #FFFFFF;
	height:40px;
	font-size: 12px;
	font-weight: bold;
	background: #cc0000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-8 */
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group .carta {
	color: #FFFFFF;
	height:40px;
	font-size: 12px;
	font-weight: bold;
	background: #45484d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #222;
	color: #FFF;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #CCC;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
.catfilter {
        text-align: right;
	padding: 12px;
    height: auto !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%;
}
a.thumbnail {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-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%;
    }
}
.box-heading {
	background-color: #121312;
	background-image: linear-gradient(to bottom, #040404, #282828);
    padding: 12px 10px 12px 10px;
}
#column-left .box-heading, #column-right .box-heading {
	background-color: #900;
	background-image: linear-gradient(to bottom, #8D070E, #F31C27);
    padding: 12px 6px 12px 6px;
	z-index:5;
}
.box-heading h3 {
	text-transform:uppercase;
	color:#EEEEEE;
	text-shadow: none;
	font-size:20px;
	padding: 0px 12px 0px 12px;
	margin:0px 8px;
}
.box-content {
	background: #FFF;
    padding: 10px 0px;
	margin-left: 0px;
	margin-right: 0px;
margin-bottom:20px;
}
#column-left .box-content {
	background: #1C1C1C;
	z-index:3;
	margin-left:0px;
	margin-right:0px;
	-webkit-box-shadow: 0 10px 10px 0 #030303;
box-shadow: 0 10px 10px 0 #030303;
}
#column-right .box-content {
	background: #1C1C1C;
	z-index:3;
	margin-left:0px;
	margin-right:0px;
	-webkit-box-shadow: 0 10px 10px 0 #030303;
box-shadow: 0 10px 10px 0 #030303;
}
.img-thumbnail {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.catfilter {
	background:#EEE;
	padding:9px 0px 0px 0px;
    height: 48px;
	margin-left:0px;
	margin-right:0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
label.control-label {
	margin-top:6px;
	color:#121212;
}
.catlist {
	padding-top:8px;
	padding-bottom:20px;
}
.catlist ul {
		list-style:none;
		padding-left:12px;
}
.catlist ul li {
	margin:4px 12px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom: 1px solid #EEE;
}
select.form-control, input.form-control {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
h2.headac {
	padding-top:6px;
	border-top: 1px solid #efefef;
}
ul.list-ac {
	background:#efefef;
	padding:8px 15px;
}
ul.list-ac li {
	margin:4px 0px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #FFF;
}
.ac-icons {
	color: #09C
}
#column-right .col-sm-6, #column-left .col-sm-6{
  width: 100%;
}
#column-left .product-thumb, #column-right .product-thumb {
	background:none;
	border:none;
	border-bottom: 1px solid #333;
	padding: 0px 0px 8px 0px;
	margin-bottom: 20px;
}
#column-left .product-thumb .image, #column-right .product-thumb .image {
	width:36%;
	height:auto;
	float:left;
	margin-right:8px;
}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {
	display:none;
}
#column-left .product-thumb h4, #column-right .product-thumb h4 {
	margin-top:0px;
	margin-bottom:8px;
	font-size:12px;
	font-weight: normal;
}
#column-left .product-thumb a, #column-right .product-thumb a {
	color:#FFF;
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption {
	display:none
}
.product-thumb .captioncol {
	display: none;
}
#column-left .product-thumb .captioncol, #column-right .product-thumb .captioncol {
	display: block;
}
#column-left .product-thumb .price, #column-right .product-thumb .price {
	color:#F00;
	font-size:13px;
}
#column-left .product-thumb .price-tax, #column-right .product-thumb .price-tax {
	color:#777;
}
/* octpl003 Carousel */
.owl-carousel-octpl003 {
	margin: 10px 0px 12px 0px !important;
	background: #FFF !important;
	border: none !important;
	position: relative;
	direction: ltr !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	overflow: hidden;
}
.customNavigation{
  text-align: right;
  margin-bottom:-2px;
  margin-right:10px;
  margin-top:-36px;
}
.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding:4px 6px 2px 6px;
  border:none;
  -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color:#FFF;
	background:#333;
}
.customNavigation a:hover i {
	color:#CC0000;
}
.customNavigation a i {
	font-size: 20px;
}
    #owl-octpl003 .item img{
    display: block;
	height:auto;
    }
	.owl-theme-octpl003 .owl-controls {
    position: relative;
	height:140px;
}
.owl-theme-octpl003 .prev-owl,
.owl-theme-octpl003 .next-owl {
    position: absolute;
    top: 5px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c0c0c0;
    outline: none;
}

.owl-theme-octpl003 .prev-owl:focus,
.owl-theme-octpl003 .next-owl:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
}

.owl-theme-octpl003 .prev-owl {
    left: 24px;
}

.owl-theme-octpl003 .next-owl {
    right: 24px;
}
.owl-wrapper-outer {
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.owl-light {
	background: #FFFFFF !important;
    padding: 10px;
	margin-bottom:12px !important;
	-webkit-box-shadow: 0 10px 10px 0 #030303;
box-shadow: 0 10px 10px 0 #030303;
}
.owl-light .owl-pagination {
	text-align: left;
	top: 10px;
	position: relative;
}
.owl-light .owl-controls .owl-page {
	display: inline-block;
	margin: 5px 6px 8px 6px;
}
.owl-light .owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-light .owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}
.owl-light .owl-buttons div {
	opacity: 1.0 !important;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
	background:#DDD;
	padding:7px 4px 0px 4px;
}
.owl-light .owl-buttons div:hover {
	opacity: 0.7 !important;
}
.owl-light .owl-buttons .owl-prev {
	left: auto !important;
	right: 40px !important;
	display: block !important;
	top: auto !important;
	bottom: 7px !important;
}
.owl-light .owl-buttons .owl-next {
	left: auto !important;
	right: 12px !important;
	display: block !important;
	top: auto !important;
	bottom: 7px !important;
}
.owl-light .owl-buttons div i {
	font-size: 20px !important;
	margin: -20px 0 0;
}
.owl-dark {
	background: #121212 !important;
    padding: 10px;
	margin-bottom:12px !important;
	-webkit-box-shadow: 0 10px 10px 0 #030303;
box-shadow: 0 10px 10px 0 #030303;
}
.owl-dark .owl-pagination {
	text-align: left;
	top: 10px;
	position: relative;
}
.owl-dark .owl-controls .owl-page {
	display: inline-block;
	margin: 5px 6px 8px 6px;
}
.owl-dark .owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: #999;;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-dark .owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}
.owl-dark .owl-buttons div {
	opacity: 1.0 !important;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
	background:#333;
	padding:7px 4px 0px 4px;
}
.owl-dark .owl-buttons div:hover {
	opacity: 0.7 !important;
}
.owl-dark .owl-buttons .owl-prev {
	left: auto !important;
	right: 40px !important;
	display: block !important;
	top: auto !important;
	bottom: 7px !important;
	color:#FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
}
.owl-dark .owl-buttons .owl-next {
	left: auto !important;
	right: 12px !important;
	display: block !important;
	top: auto !important;
	bottom: 7px !important;
	color:#FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
}
.owl-dark .owl-buttons div i {
	font-size: 20px !important;
	margin: -20px 0 0;
}
@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;
    }
}
@media (max-width:380px){.hidden-xxs,tr.hidden-xxs,th.hidden-xxs,td.hidden-xxs{display:none!important}}
@media (max-width:800px){
	.owl-theme-octpl003 .prev-owl,
.owl-theme-octpl003 .next-owl {
	display:none;
}
	.owl-theme-octpl003 .owl-controls .item-link {
	width: 60px;
    height: 60px;
	margin: -40px 2px 40px 2px;
}
}
.swiper-viewport {
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.swiper-button-prev:before {
	width: 24px !important;
    height: 24px !important;
    background: #FFF;
    border: 1px solid #DDD;
    padding:4px;
	font-size: 24px !important;
}
.swiper-button-next:before {
	width: 24px !important;
    height: 24px !important;
    background: #FFF;
    border: 1px solid #DDD;
    padding:4px;
	font-size: 24px !important;
}
/* Mob Menu */

.alert-success button.close {
    margin-right:20px;
}
/* MOb style produat page start */
h1.prodname {
    margin: 7px 15px 0px 15px;
    padding-bottom:8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 33px;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.ngaran {
 text-indent: -9999px;   
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
    .ngaran {
        position: fixed;
        bottom: 48px;
        left:0;
        width: 100%;
        background-color: #FFF;
        color:#111111;
        font-size:16px;
        font-weight:bold;
        text-indent: 0;  
        border-top:1px solid #DDD;
        padding: 8px 4px;
        height: auto;
        margin-bottom: 0px;
        z-index: 99;
        text-align:center;
    }
    .harga {
        position: fixed;
        bottom: 0px;
        left:0;
        width: 40%;
        background-color: #FFF;
        border-top:1px solid #DDD;
        padding: 10px 0px;
        height: 48px;
        margin-bottom: 0px;
        z-index: 99;
        text-align:center;
    }
    .harga h2 {
        padding:0;
        margin:6px 0px;
        font-size: 18px !important;
        font-weight: bold;
    }
    .vlodak {
        position: fixed;
        bottom: 0px;
        right:0;
        width: 60%;
        background-color: #FFF;
        border-top:1px solid #DDD;
        height: 48px;
        margin-bottom: 0px;
        z-index: 99;
    }
    .vlodak .input-group {
        margin-bottom:0px;
        margin-top:3px;
    }
    .vlodak .hiji-tilu {
        position: relative;
  min-height: 1px;
  padding: 8px 2px;
        width: 45%;
        float:left;
        text-align: right;
        display: inline-block;
        padding-bottom: 8px;
    }
    .vlodak .dua-tilu {
        position: relative;
  min-height: 1px;
  padding: 3px 2px;
        width: 55%;
        display: inline-block;
    }
}
/* MOb style produat page end */
/* Mobmenu */
#mobmenu {
        width:100%;
        max-width:767px;
        margin-left:auto;
        margin-right:auto;
        height:54px;
        padding: 4px 15px 4px 8px;
        background-color: #AF272F;
	background-image: linear-gradient(to bottom, #CC444B, #A20B13);
        position: relative;
        z-index: 9999;
    border-bottom: 1px solid #333;
    }
    .mleft {
        float:left;
        display:inline-block;
        width: 16%;
    }
    .mright {
        float:right;
        display:inline-block;
        width: 84%;
    }
    .mcenter {
        float: left;
        display:block;
        width: 49%;
        padding-top: 5px;
        position: relative;
    }
.secmenu {
    width:100%;
        max-width:767px;
        margin-left:auto;
        margin-right:auto;
    position: relative;
    padding-top:7px;
    padding-bottom:8px;
    background: #EFEFEF;
    border-bottom: 1px solid #111;
    text-align: center;
    z-index: 9;
    height: 34px;
    
}
.secmenu a {
    color: #111;
    height: 34px;
    margin-top:-7px;
    margin-left: -15px;
    padding-top:7px;
    padding-bottom:5px;
    display: block;
}
.secmenu a:hover {
    border-bottom: 3px solid #171717;
}
.secmenu i {
    display: inline-block;
    font-size: 18px;
}
.secmenu ul.accdd {
    margin-top:-1px;
    padding: 15px 10px 8px 10px;
    -webkit-border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	-o-border-radius: 0px !important; 
	border-radius: 0px !important; 
}
.secmenu ul.accdd li {
    padding: 15px 0px 0px 0px;
    border-bottom: 1px solid #DDD;
}
.secmenu ul.accdd li:hover a {
    background: none;
    border:none;
    color: #000;
}
.cd-btn {
    background: #111111;
    color:#FFF;
    border:none;
    -webkit-border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	-o-border-radius: 0px !important; 
	border-radius: 0px !important; 
}
@media (max-width: 767px) {
    #cart {
        margin-top:5px !important;
        min-width: 200px;
    }
    .cd-btn {
        margin-top:5px;
    }
    .cd-btn i {
        font-size:20px;
    }
    #search {
	margin-top: 3px;
}
}
@media (max-width: 479px) {
    .hidden-xxs {
        display: none;
    }
}
.visible-xxs {
        clear:both;
    }
@media (min-width: 768px) {
	.visible-xxs {
        display: none;
    }
}
.curlang {
    margin-top:12px;
    height:42px;
    position:relative;
    background:#CCC;
    padding-top:4px;
    padding-bottom:8px;
    text-align: left;
}
.mhome {
    display:none;
}
.cd-panel {
  position: fixed;
  top: 56px;
  left: 0;
  height: 100%;
  width: 90%;        
  max-width: 300px;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
        z-index:9999;
}
.cd-panel:after {
  /* overlay layer */
  position: absolute;
  top: 56px;
  left: 0;
  width: 90%;        
  max-width: 300px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.6s 0.6s;
  -moz-transition: background 0.6s 0.6s;
  transition: background 0.6s 0.6s;
    padding:8px;
}
@media (max-width: 767px) {
    .cd-panel, .cd-panel:after {
        top:0px;
    }
}
.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.6s 0s;
  -moz-transition: background 0.6s 0s;
  transition: background 0.6s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.6s;
  -moz-animation: cd-close-1 0.6s 0.6s;
  animation: cd-close-1 0.6s 0.6s;
}
.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.6s;
  -moz-animation: cd-close-2 0.6s 0.6s;
  animation: cd-close-2 0.6s 0.6s;
}
.cd-panel-close {
  position: absolute; 
  top: 8px;
  right: 8px;
  height: 34px;
  width: 38px;
    border: none;
    padding:4px;
  -webkit-border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	-o-border-radius: 0px !important; 
	border-radius: 0px !important;     
} 
.cd-panel-close i {
    color:#FFF;
    margin-top:4px;
}
.cd-panel-header {
  position: fixed;
    top:56px;
  width: 90%;        
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  background: #CCC;
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: top 0.6s 0s;
  -moz-transition: top 0.6s 0s;
  transition: top 0.6s 0s;
    padding-left:12px;
    padding-bottom:8px;
    border-bottom: 1px solid #FFF;
}
@media (max-width: 767px) {
    .cd-panel-header {
        top:0px;
    }
}
.cd-panel-header p {
    font-size:15px;
    color: #111;
}
.cd-panel-header a {
    color: #111;
}
.cd-panel-header i {
    font-size:18px;    
}
.is-visible .cd-panel-header {
  top: 56px;
  -webkit-transition: top 0.6s 0.6s;
  -moz-transition: top 0.6s 0.6s;
  transition: top 0.6s 0.6s;
}
@media (max-width: 767px) {
    .is-visible .cd-panel-header {
        top:0px;
    }
}
.cd-panel-container {
  position: fixed;
  width: 90%;
  max-width: 300px;    
  height: 100%;
  top: 56px;
  background: #F7F7F7;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
    .cd-panel-container {
        top:0px;
    }
}
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  border-right:5px solid #CCC;    
}
.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 38px 0px 12px 0px;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  background-color: #F7F7F7;
}
.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}
.cd-panel-content p:first-of-type {
  margin-top: 0;
}
.mnavhead h3 {
    margin:0px;
    color:#111;
    background: #F7F7F7; 
    text-shadow: 0px 1px 0px #FFF;
    padding: 10px 12px;
    border-top: 6px solid #CCC;
    border-bottom: 2px solid #DDD;
}
ul.mnav {
    margin-top:0px;
}
ul.mnav li {
  background: #F7F7F7; 
  border-bottom: 1px solid #CCC;    
}
ul.mnav li:hover, ul.mnav li a:hover {
    background:#FFF;
}
ul.mnav li a:focus {
    background: #F7F7F7;
    margin-bottom:4px;
}
ul.mnav li a {
    color: #111;
    font-size: 14px;
}
ul.mnav li i {
    margin-right:8px;
}
ul.navbar-acc-collapse {
    background: #F7F7F7;
    padding-left:15px;
}
ul.navbar-acc-collapse li {
    margin-left:16px;
    padding:8px 8px;
    list-style:circle;
    border-bottom: none; 
    border-top: 1px solid #333; 
}
/* Msearch */
.searchbox{
    position:absolute;
    top:4px;
    right:0px;
    min-width:42px;
    width:100%;
    height:38px;
    z-index:999;
    overflow:hidden;
    border:1px solid #333;
}
.searchbox-input{
    position:absolute;
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:36px;
    margin:0;
    padding:0px 48px 0px 12px;
    font-size:14px;
    color: #222;
}
.searchbox-input::-webkit-input-placeholder {
    color: #666;
}
.searchbox-input:-moz-placeholder {
    color: #666;
}
.searchbox-input::-moz-placeholder {
    color: #666;
}
.searchbox-input:-ms-input-placeholder {
    color: #666;
}
.searchbox-icon {
    width:42px;
    height:42px;
    display:block;
    position:absolute;
    top:0;
    right:8px;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:34px;
    text-align:center;
    cursor:pointer;
    color:#171717;
    background:#F7F7F7;
}
.searchbox-icon i { 
    font-size: 20px;
    margin-top: 8px;
    margin-right:-8px
}
.searchbox-submit {
    width:42px;
    height:42px;
    display:block;
    position:absolute;
    top:0;
    font-size:14px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:24px;
    text-align:center;
    cursor:pointer;
    color:#171717;
    background:#F7F7F7;
}
.searchbox-open{
    width:100%;
}
#mcart {
    margin-top: 3px;
    margin-right: 0px;
}
#mcart .dropdown-menu {
	background: #FFF;
	z-index: 1001;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
@media (max-width: 767px) {
    #logo img {
	margin: auto;
    }
    #mcart {
        position: relative;
    }
    #mcart span.scount {
    position: relative;
    float: none !important;
    color: #FFF !important;
    font-size: 12px !important;
        top:-3px;
        margin-left:5px;
    background: orange;
    padding: 4px 1px !important;
    width: 25px;
    display: inline-block;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
    z-index:999;
    }
    #mcart > .btn {
    font-size: 12px;
    margin-right: 8px;
    border: none;
    margin-top: -2px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    margin-left: 8px;
    margin-right: 8px;
    height: 38px;
    }
    #mcart .dropdown-menu {
	position:absolute;
    min-width:300px;
    top:40px;
    right:-8px;    
    max-height:420px;
    overflow: auto !important;    
    padding: 8px;    
    }
    #mcart .dropdown-menu li > div {
        max-width: 280px;   
    }
    i.mcart {
        font-size: 20px;
        color: #FFF;
        margin-top:-1px;
    }
    i.mcart:hover {
        color: #000;
    }
}
.currm span, .langm span {
        color:#111;
}
.currm i, .langm i {
        color:#111;
    }
button.currm strong, button.langm strong {
        color:#111;
    }
#mcurrency, #mlanguage {
    padding-top:4px;
}
#mcurrency .currency-select, #mlanguage .language-select {
	text-align: left;
	color:#000;
    }
    #mcurrency .currency-select:hover, #mlanguage .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
    }
    #mcurrency ul.dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    }
    #mlanguage ul.dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    }
/* accordion menu */
#category-accor .list-group li{
	position: relative;
	list-style: none;
    padding:0;
}
#category-accor .category-button{
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    display: block;
    padding: 0;
    height: 38px;
    width: 38px;
    text-align: center;
    cursor: pointer;
    }

#category-accor .category-button{
    padding-top: 8px;
    display: block;
    font-size: 16px;}
    
#category-accor .list-group li ul{
display: none;
}
#category-accor a.category-button {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#category-accor a.category-button:hover {
    color:#FFF;
    background: #0099CC;
}
#category-accor .active a.category-button {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background: #0099CC;
    color:#FFF;
}
#category-accor .active a.category-button:before {
  content: '-';
}
#category-accor .category-button:before {
  content: '+';
}
#category-accor .list-group li ul .active a.category-button {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background: #0099CC;
    color:#FFF;
}
#category-accor .list-group li ul .active a.category-button:before {
  content: '-';
}
#category-accor .list-group li ul .category-button {
    background: #FFF;
    color: #222;
    border-bottom: 1px solid #DDD;
}
#category-accor .list-group li ul .category-button:before {
  content: '+';
    color:#FFF;
}
#category-accor .list-group li ul li ul .active a.category-button:before {
  content: '-' !important;
    color:#FFF;
}
#category-accor .list-group li ul li ul .active a.category-button {
    border-left: 1px solid #DDD !important;
    border-right: 1px solid #DDD !important;
    background: #0099CC !important;
    color:#FFF !important;
}
#category-accor .list-group li ul li ul .category-button:before {
  content: '+' !important;
}
#category-accor .list-group li ul li ul .category-button {
    background: #FFF !important;
    color: #222 !important;
    border-bottom: 1px solid #DDD !important;
}
#category-accor ul.catlist {
    padding:0;
    margin:0;
}
#category-accor ul.catlist li.active {
    border-left: 4px solid #CCC;
}
#category-accor ul.catlist li.active > a {
    font-weight: bold;
}
#category-accor ul.catlist li a {
    border-radius: 0px !important;
    color: #111;
}
#category-accor ul.catlist li a:hover {
    color: #FFF;
}
#category-accor ul.catlist li > ul {
    padding-left:0px;
    margin:0;
}
#category-accor ul.catlist li > ul li a {
    border-left: 4px solid #CCC;
}
#category-accor ul.catlist li > ul li a:hover {
    border-left: 4px solid #CCC !important;
    color: #FFF;
}
#category-accor ul.catlist li, #category-accor ul.catlist li ul li {
    margin-top:-1px;
}
#category-accor ul.catlist li, #category-accor ul.catlist li ul li {
    margin-top:-1px;
}
#category-accor ul.catlist li ul li {
    margin-top:-3px;
}
#category-accor ul.catlist li:last-child a.list-group-item {
    border: none;
    border-top:1px solid #DDD;
    margin-bottom:-17px;
}
#category-accor ul.catlist li ul li:last-child a.list-group-item {
    border:none;
    margin-bottom:-17px;
}

#resmenu-accor .list-group li{
	position: relative;
	list-style: none;
    padding:0;
}
#resmenu-accor .category-button{
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    display: block;
    padding: 0;
    height: 38px;
    width: 38px;
    text-align: center;
    cursor: pointer;
    }

#resmenu-accor .category-button{
    padding-top: 8px;
    display: block;
    font-size: 16px;}
    
#resmenu-accor .list-group li ul{
display: none;
}
#resmenu-accor a.category-button {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#resmenu-accor a.category-button:hover {
    color:#FFF;
    background: #0099CC;
}
#resmenu-accor .active a.category-button {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background: #0099CC;
    color:#FFF;
}
#resmenu-accor .active a.category-button:before {
  content: '-';
}
#resmenu-accor .category-button:before {
  content: '+';
}
#resmenu-accor .list-group li ul .active a.category-button {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background: #0099CC;
    color:#FFF;
}
#resmenu-accor .list-group li ul .active a.category-button:before {
  content: '-';
    color:#FFF;
}
#category-accor .list-group li ul li ul .active a.category-button:before {
  content: '-' !important;
    color:#FFF;
}
}
#resmenu-accor .list-group li ul .category-button {
    background: #FFF;
    color: #222;
    border-bottom: 1px solid #DDD;
}
#resmenu-accor .list-group li ul .category-button:before {
  content: '+';
}
#resmenu-accor .list-group li ul li ul .active a.category-button:before {
  content: '-' !important;
    color:#FFF;
}
#resmenu-accor .list-group li ul li ul .active a.category-button {
    border-left: 1px solid #DDD !important;
    border-right: 1px solid #DDD !important;
    background: #0099CC !important;
    color:#FFF !important;
}
#resmenu-accor .list-group li ul li ul .category-button:before {
  content: '+' !important;
}
#resmenu-accor .list-group li ul li ul .category-button {
    background: #FFF !important;
    color: #222 !important;
    border-bottom: 1px solid #DDD !important;
}
#resmenu-accor ul.catlist {
    padding:0;
    margin:0;
}
#resmenu-accor ul.catlist li.active {
    border-left: 4px solid #CCC;
}
#resmenu-accor ul.catlist li.active > a {
    font-weight: bold;
}
#resmenu-accor ul.catlist li {
    padding-top:1px;
    padding-bottom:1px;
    border-bottom: 1px solid #DDD;
}
#resmenu-accor ul.catlist li a {
    border-radius: 0px !important;
    color: #111;
    margin-top: 3px;
}
#resmenu-accor ul.catlist li a:hover {
    color: #000;
    text-shadow: none;
    border: none;
}
#resmenu-accor ul.catlist li > ul {
    padding-left:0px;
    margin:0px -12px -8px 0px;
    padding-bottom:0px;
}
#resmenu-accor ul.catlist li > ul li {
    padding-top:0px;
    padding-bottom:0px;
    border-top: 1px solid #DDD;
}
#resmenu-accor ul.catlist li > ul li a {
    border-left: 4px solid #CCC;
    margin-top: 0px;
}
#resmenu-accor ul.catlist li > ul li a:hover {
    border-left: 4px solid #CCC !important;
    color: #000;
}
#resmenu-accor ul.catlist li {
    margin-top:-6px;
}
#resmenu-accor ul.catlist li ul li:first-child {
    margin-top:-1px;
}
#resmenu-accor ul.catlist li ul li {
}
#resmenu-accor ul.catlist li:last-child a.list-group-item {
    border: none;
    border-top:1px solid #DDD;
    margin-bottom:-20px;
}
#resmenu-accor ul.catlist li ul li:last-child a.list-group-item {
    border:none;
    display: none;
}
.stabanner {
    background: #fff;
    border: 4px solid #fff;
    margin-bottom: 15px;
}
.jago {
    position: relative;
}
span.kiwah {
    position: absolute;
    vertical-align: middle;
    padding: 2px 6px;
    font-size: 14px;
    background-color: #000;
    margin-left: 1px;
    margin-top: 1px;
    border-right: 1px solid #333;
}
.form-mod {
    display: inline-block !important;
    padding-left: 26px;
}
.box-black {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 15px; 
}
.box-black h3 {
    font-size: 40px;
    color: #FFFFFF;
}
hr {
    /* border-color: rgba(255, 255, 255, 0.2); */
    border-color: #CC0000;
}