body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 12px;
	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;
}
h2 {
	font-size: 27px;
	color: #121212;
}
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: #c114ff;
}
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;
    -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: #ba03fe;
	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 {
	background-color: #262525;
	background-image: linear-gradient(to bottom, #514F4F, #100F0F);
	border-bottom: 1px solid #111;
	padding: 20px 12px 12px 12px;
	margin-bottom:15px;
}
/* logo */
#logo {
	margin: 0 0 20px 0;
}
/* search */
#search {
	margin-top: 6px;
	margin-bottom: 10px;
	-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: #6b0391;
	background-image: linear-gradient(to bottom, #5f0081, #7600a1);
	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: #6b0391;
}
/* 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:#1C1C1C;border-top:1px solid #333333}
.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: #6b0391;
	background-image: linear-gradient(to bottom, #5f0081, #7600a1);
	border: none;
	min-height: 40px;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin-left:-15px;
	margin-right:-15px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li + 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:top right;
	background-repeat:no-repeat;
	background-color: transparent;
}
#menu .nav > li > a:first-child {
	background-image: url(../image/linebetween.png);
	background-position:top 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:hover a {
	background-color: #a667c4; 
    background-image: none;
}
#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: #6b0391;
	background-image: linear-gradient(to bottom, #5f0081, #7600a1);
}
#menu a.see-all {
	color:#FFF;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background: #6b0391;
	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: #6b0391;
	background-image: linear-gradient(to bottom, #5f0081, #7600a1);
	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: rgba(0, 0, 0, 0.8);
	border-color: #000;
	-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: #000;
}
@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;
}
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: #ba03fe;
}
.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: #af44d6;
	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: #b03adb;
	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: #b03adb;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #c114ff;
	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: #7600a1;
	-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: #700199;
	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: #9500cd; /* 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,  #9500cd 0%, #9500cd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9500cd), color-stop(100%,#9500cd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9500cd 0%,#9500cd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9500cd 0%,#9500cd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9500cd 0%,#9500cd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9500cd 0%,#9500cd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9500cd', endColorstr='#9500cd',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: #6b0391;
	background-image: linear-gradient(to bottom, #5f0081, #7600a1);
    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:#ba03fe;
	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:#9500cd;
}
.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;
}