body {
    background-color:#303030;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h1.prodname {
    margin-top:0px;
    padding-bottom:12px;
    border-bottom: 1px solid #DDDDDD;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #111111;
}
a:hover {
    color: #0099CC;
	text-decoration: none;
}
p {
    font-size: 18px !important;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
}
hr {
    border-top: 1px solid #DDD;
}
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: 15px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
select.form-control {
    height: 32px !important;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 15px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.input-group .input-group-addon {
	font-size: 15px;
	height: 30px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media (min-width: 992px) {
  .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-9 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/* Fix some bootstrap issues */
.modal-backdrop {
  z-index: 0;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.well {
  min-height: 20px;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.col-lg-3, .col-md-3, .col-sm-6 {
    margin-bottom:20px;
}
.col-lg-3:last-child, .col-md-3:last-child, .col-sm-6:last-child {
    border-right: none;
}
img.img-thumbnail {
    border:none;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #222222;
}
/* top */
#top {
	background-color: #171717;
	border-bottom: 1px solid #333333;
	padding: 4px 0px 3px 0;
	margin: 0;
	height: 40px;
}
#top .container {
	padding: 0px 15px 0px 0px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #CCC;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover, #top .btn-link:focus, #top-links a:focus {
	color: #EEE;
    background:none;
}
#top-links .dropdown-menu a {
	text-shadow: none;
    color:#222;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
    background: #222;
}
#top-links ul.dropdown-menu {
    text-align: left;
    margin-top: 8px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#top .btn-link strong {
	font-size: 15px;
        line-height: 15px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	/* margin-left: 15px; */
}
#top li.imah {
    padding: 0px 15px 0px 15px;
    border-right: 1px solid #666;
    margin-right:7px;
}
#top li.imah a {
    padding: 0 !important;
}
#top li.imah i:hover {
    color: #4992C4;
}
header {
    background: #214259;
    min-height: 128px;
}
.sirah {
    padding:8px 0px;
}
@media (max-width: 991px) {
    header {
    min-height: 120px;
    }
}
/* logo */
#logo {
	margin: 0px 0px 0px 15px;
    vertical-align:middle !important;
}
h1.logos {
    margin-top:12px;
    margin-bottom:0px;
    font-size:42px;
}
h1.logos a {
    color:#EEE;
    text-shadow: 0px 1px 0px #000;
    margin-top:0px;
    margin-bottom:0px;
}
#logo h1.logo-teks {
    margin:0;
}
#logo h1.logo-teks a {
    color: #4992C4;
}
#logo h1.logo-teks a:hover {
    color:#EEE;
}
/* search */
#search {
	margin-bottom: 0px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 24px;
	text-shadow: 0 1px 0 #FFF;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    border-left:1px solid #DDD;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#mcart {
    margin-top: 4px;
    margin-right: 8px;
}
#cart > .btn {
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open i {
    color:#FFF !important;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu, #mcart .dropdown-menu {
	background: #FFFFFF;
	z-index: 1001;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
        min-width: 320px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
@media (max-width: 991px) {
    #mcart > .btn {
	font-size: 12px;
	line-height: 18px;
    min-width: 200px;
	color: #FFF;
    background: #111111;
    border:none;
    -webkit-border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	-o-border-radius: 0px !important; 
	border-radius: 0px !important;     
    }
    #mcart .dropdown-menu {
	position:absolute;
    min-width:300px;
    top:42px;
    right:-8px;    
    max-height:420px;
    overflow: auto !important;    
    padding: 8px;    
    }
    #mcart .dropdown-menu li > div {
        max-width: 280px;   
    }
}
/* menu */
#menu {
	background-color: #222222;
	min-height: 60px;
    border-color: #333333 #333333 #111111;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    margin-bottom: 0px;
    margin-top:0px;
    margin-left:-15px;
    margin-right:-15px;
    -webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
#menu .navbar-nav>li {
    width: 25%;
}
@media (max-width: 1199px) {
#menu .navbar-nav>li {
    width: auto;
}
}
#menu .navbar-nav>li:hover {
    background: #333333;
}
@media (min-width: 768px) {
  #menu .navbar-toggle {
    display: block !important;
  }
}
@media (min-width: 992px) {
  #menu .navbar-toggle {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: none !important;
  }
}
@media (max-width: 991px) {
    #menu {
        min-height: 46px;
    margin-top:12px;
        margin-left:0px;
    margin-right:0px;
    -webkit-border-radius: 0px 0px 0px 0px; 
	-moz-border-radius: 0px 0px 0px 0px; 
	border-radius: 0px 0px 0px 0px !important;    
    }
    #menu .nav > li > a {
        width:100%;
    }
    #menu .nav > li > i {
        color:#FFF;
        font-size: 18px;
        padding:15px 8px 8px 8px;
        margin-right:15px;
    }
    #menu .nav > li {
	border-bottom: 1px solid #333;
    }
    .dropdown-inner {
        background: #333;
    }
    .dropdown-inner li {
        border-bottom: 1px solid #666;
    }
}
#menu i.fa-chevron-down {
    margin-top: 3px;
    margin-left: 10px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 20px 15px 20px 15px;
	min-height: 18px;
	background-color: transparent;
    font-size: 16px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
    -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 a {
	min-width: 200px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 15px;
}
#menu .dropdown-inner li a:hover {
	color: #0099CC;
    background: none;
}
#menu .dropdown-inner ul.list-unstyled li {
    min-width: 360px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	background-color: #222222;
	padding: 10px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
    font-weight: 600;
    color: #CCC;
}
#menu .see-all a {
    color: #FFF;
    font-size: 18px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #333333;
}
#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: 16px;
    font-weight: bold;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
    min-height:46px;
    margin-top:0px;
    margin-left:-5px;
    margin-bottom:0px;
	float: left;
	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: 991px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 8px;
		border: none;
		border-radius: 0;
		color: #fff;
        background-color:#4992C4;
	}
}
#menu #form-currency .currency-select {
	text-align: left;
	color:#000;
}
#menu #form-currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #222222;
}
#menu #form-currency ul.dropdown-menu {
    margin-top:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#top-links .btn-currency {
    margin-top: 0px;
}
#top-links .btn-currency a {
    cursor: pointer;
    margin-right: 8px;
    color: #FFF;
}
#top-links .btn-currency a.active {
    background: #1864ab;
    padding: 6px 8px;
    border-radius: 4px;
}
#top-links .btn-currency a.non-active {
    background: #869c98;
    padding: 6px 8px;
    border-radius: 4px;
}
#top-links .btn-currency a.non-active:hover {
    background: #1864ab;
}
#menu #form-language ul.dropdown-menu {
    margin-top:4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.gulung {
    background-color:#eceff4;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* content */
#content {
	min-height: 300px;
    margin-bottom:20px;
}
/* footer */
footer {
	margin-top: 20px;
	padding-top: 30px;
	background-color: #222222;
	border-top: 1px solid #333333;
	color: #666;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #333;
    margin-bottom:10px;
}
footer p {
    text-align:center;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
footer .tung2 {
    background-color: #171717;
    padding-top:20px;
    padding-bottom:10px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.alert-success2 {
	position:fixed;
	width:100%;
	max-width:600px;
	top:4px;
	right:0;
	left:0;
	z-index:10001;
	margin-left:auto;
	margin-right:auto;
	padding: 12px 10px 12px 10px;
	color: #555555;
	-webkit-box-shadow: 0px 0px 12px #222;
	-moz-box-shadow: 0px 0px 12px #222;
	box-shadow: 0px 0px 12px #222;
    font-size:16px;
	line-height:20px;
	text-align:center;
	background: #EAF7D9;
	border: 4px solid #BBDF8D;
}
.alert-info2 {
	position:fixed;
	width:100%;
	max-width:600px;
	top:4px;
	right:0;
	left:0;
	z-index:10001;
	margin-left:auto;
	margin-right:auto;
	padding: 12px 10px 12px 10px;
	color: #555555;
	-webkit-box-shadow: 0px 0px 12px #222;
	-moz-box-shadow: 0px 0px 12px #222;
	box-shadow: 0px 0px 12px #222;
    font-size:16px;
	line-height:20px;
	text-align:center;
	background: #EAF7D9;
	border: 4px solid #BBDF8D;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: none;
    background-color: #FFFFFF;
    border-radius: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: -2px;
	width: 18px;
	height: 18px;
	border-right: 1px solid #DDD;
}
.pagination {
	margin: 0;
}
.pagestrip {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding-top: 12px;
    padding-bottom: 12px !important;
    height: 58px;
}
ul.pagination {
    margin-bottom: 0px;
}
ul.pagination li a, ul.pagination li {
    -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}
ul.pagination li.active span {
    -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
    background: #0099CC;
}
.fixpos2 {
    margin-top: 6px;
}
@media (max-width: 991px) {
    .pagestrip {
        height: auto;
    }
    .fixpos1, .fixpos2 {
        text-align: center !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
}
/* buttons */
.buttons {
	margin: 1em 0;
    height:34px;
}
.btn {
	padding: 7.5px 12px;
	font-size: 15px;
	border: 0px solid #cccccc;
	border-radius: 4px;
	box-shadow: none;
}
.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: 15px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
    font-size: 16px;
	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;
    border-width: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.btn-primary {
    font-size: 16px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #222222;
	border-color: #1f90bb #1f90bb #145e7a;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #333333;
	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;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.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;
	border-color: #bd362f #bd362f #802420;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.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;
	border-color: #51a351 #51a351 #387038;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.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;
	border-color: #dc512c #dc512c #a2371a;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #333;
    border:none;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
    color:#EEEEEE;
}
.btn-leftnav {
	color: #ffffff;
	background-color: #333;
    border:none;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    margin-right:20px;
}
.btn-leftnav:hover, .btn-leftnav:active, .btn-leftnav.active, .btn-leftnav.disabled, .btn-leftnav[disabled] {
	background-color: #222222;
    color:#EEEEEE;
}
.btn-leftnav i {
    font-size: 26px;
}
/* list group */
.list-group a {
	border-top: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
	color: #121212;
	padding: 8px 12px;
}
.list-group a:first-child {

}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #eeeeee;
	background: #333333;
	border-top: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	text-shadow: 0 -1px 0 #000;
	-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;
}
/* category thumb */
.category-thumb {
	margin-top: 8px;
	margin-bottom: 12px;
	overflow: auto;
	text-align:center;
}
.category-thumb .image {
	padding:4px;
	border:1px solid #EEEEEE;
}
.category-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.category-thumb h4 {
    margin-top: 12px;
}
/* product list */
.product-layout {
    border-right: 1px solid #EEE;
}
.product-thumb {
	border: none;
	margin-bottom: 20px;
	overflow: auto;
    text-align: left;
    padding-bottom:15px;
    border-bottom: 1px solid #EEEEEE;
}
.prodside {
    margin-bottom:0px;
    padding-bottom:8px;
    border-bottom:1px solid #DDD;
}
.product-list .product-thumb {
    text-align: left;
    border-bottom:1px solid #DDD;
    padding-bottom: 12px;
}
.product-thumb .image {
	text-align: center;
    position: relative;
}
.product-list .product-thumb .image {
    margin-right:12px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.9;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
    position: relative;
}
@media (min-width: 991px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    font-size: 16px;
	font-weight: bold;
    color: #444;
    min-height:32px;
}
.product-thumb p.desc {
    /* display: none !important; */
    color:#666666;
    margin-bottom: 15px;
    font-size: 16px !important;
}
@media (max-width: 991px) {
    .product-thumb p.desc {
        display: none !important;
    }
}
.product-list .product-thumb p.desc {
    display: block !important;
}
.product-thumb .caption {
	padding: 0 15px;
	min-height: 80px;
}
.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: 991px) {
.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: #222;
    font-size: 16px;
    font-weight: bold;
}
.product-thumb .price .btn {
    float: right;
    min-width: unset !important;
}
.product-thumb .price-new {
	font-weight: 600;
    color: #689913;
}
.product-thumb .price-old {
    font-size: 15px;
    font-weight: normal;
	color: #F00;
	text-decoration: line-through;
	margin-left: 0px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
    font-weight: normal !important;
	display: block;
}
.product-thumb .image .button-group {
	background-color: #eee;
	overflow: auto;
    display: none;
    position: absolute;
    z-index:9;
    width:100%;
    left:0px;
    bottom:0px;
}
.product-list .product-thumb .image .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .image .button-group {
		border-left: none;
	}
}
.product-thumb .image .button-group button, .product-thumb .image .button-group a {
	width: 25%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #222222;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .image .button-group button + button, .product-thumb .image .button-group button + a, .product-thumb .image .button-group a + button {
	width: 25%;
	border-left: 1px solid #ddd;
}
.product-thumb .image .button-group button:hover, .product-thumb .image .button-group a:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .m-image .m-button-group {
	background-color: #eee;
	overflow: auto;
    position: absolute;
    z-index:9;
    width:90px;
    right:0px;
    bottom:0px;
}
.product-list .product-thumb .m-image .m-button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .m-image .m-button-group {
		border-left: none;
	}
}
.product-thumb .m-image .m-button-group button {
	width: 50%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #222222;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .m-image .m-button-group a {
    display: none;
}
.product-thumb .m-image .m-button-group button + button {
	border-left: 1px solid #ddd;
}
.product-thumb .m-image .m-button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

}
@media (max-width: 991px) {

}
.product-thumb span.atc {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}
.product-thumb a.popthumb {
    display:none !important;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
@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 (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: 992px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
    border: none;
}
.col-sm-6, .col-sm-9, col-sm-12 {
    
}
ul.list-unstyled li {
    padding: 3px 0px;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.midp {
    border-left:1px solid #DDDDDD;
    min-height:420px;
}
@media (max-width: 991px) {
    .midp {
    border-right:none;
    border-left:none;
    min-height:60px;
    border-bottom:1px solid #DDDDDD;
        margin-bottom:20px;
    }
}
/* heading box */
.box-heading {
	padding: 0px;
	height:22px;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQIW2NgQAXGZHAAGioAza6+Hk0AAAAASUVORK5CYII=);
	text-shadow: 0px 1px 0px #FFF;
    margin-top:25px;
	margin-bottom:24px;
}
.box-heading h3 {
	color:#111111;
	text-shadow: none;
	font-size:26px;
	padding: 0px 12px 0px 12px;
	background-color: #eceff4;
	margin:-2px 8px 0px 12px;
	display:inline-block;
}
/* quick view */
.quickpop {
	padding:20px 10px 10px 10px; background:#fff;
	min-height:460px;
	max-width:600px; margin: 20px auto;
	position:relative;
	border:8px solid #DDD;
	overflow-y: auto;
    max-height: 600px;
}
.quickimage {
	margin-right:10px;
	margin-bottom:4px;
}
.quickimage img {
	background:#FFF;
	padding:5px;
}
.quickleft {
	float: left;
	margin-right: 10px;
	max-width: 256px;
	border-right:1px solid #DDD;
}
.quickright {
	background: #F7F7F7;
	min-height:256px;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	text-align:left;
}
.quickleft + .quickright {
	margin-left: 264px;
}
.quickname {
	border-bottom:1px solid #EEE;
}
.quickname a {
	font-size:20px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.quickrating {
    display: block;
	margin-top: 4px;
    margin-bottom: 4px;
}
.quickprice {
	display:inline-block;
	font-weight: bold;
	font-size:18px;
	color: #171717;
	margin-bottom: 4px;
	padding:4px 0px;
}
.quickprice-old {
	color: #F00;
	text-decoration: line-through;
	padding:4px 6px;
	margin-left:-6px;
}
.quickprice-new {
	font-weight: bold;
}
.quickrating {
	display: block;
	margin-bottom: 4px;
}
.quickcart, .quickmore {
	margin-top:8px;
	margin-bottom:8px;
	display:inline-block;
}
.quickdesc {
	padding-top:8px;
	margin-top:20px;
	border-top:1px solid #DDD;
	clear:both;
}
.quickor {
	background:#E7E7E7;
	padding:2px 8px;
	margin-bottom:5px;
	margin-top:2px;
	text-align:center;
	display:inline-block;
}
.quickor a {
	color:#666;
	text-decoration:none;
	text-shadow: 0px 1px 0px #FFF;
	font-size:11px;
	cursor:pointer;
}
/* Mobmenu */
#mobmenu {
        width:100%;
        max-width:991px;
        margin-left:auto;
        margin-right:auto;
        height:48px;
        padding:0px 8px;
        background:#222222;
        position: relative;
        z-index: 9999;
    }
    .mleft {
        float:left;
        display:inline-block;
    }
    .mright {
        float:right;
        display:inline-block;
    }
    .mcenter {
        display:block;
    }
.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: 991px) {
    #cart {
        margin-top:5px !important;
        min-width: 200px;
    }
    .cd-btn {
        margin-top:5px;
    }
    .cd-btn i {
        font-size:20px;
    }
    .reslogo {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .reslogo a, .reslogo img, .reslogo h1 {
        margin-left:auto;
        margin-right:auto;
    }
}
.curlang {
    margin-top:12px;
    height:32px;
    position:relative;
    background:#111;
    padding-top:4px;
    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: 991px) {
    .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;
  -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;
}
.cd-panel-header {
  position: fixed;
    top:56px;
  width: 90%;        
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  background: #333;
  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 #333;
}
@media (max-width: 991px) {
    .cd-panel-header {
        top:0px;
    }
}
.cd-panel-header p {
    font-size:15px;
    color: #FFF;
}
.cd-panel-header a {
    color: #FFF;
}
.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: 991px) {
    .is-visible .cd-panel-header {
        top:0px;
    }
}
.cd-panel-container {
  position: fixed;
  width: 90%;
  max-width: 300px;    
  height: 100%;
  top: 56px;
  background: #111111;
  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: 991px) {
    .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 #333;    
}
.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:#121212;  
}
.cd-panel-content p {
  font-size: 15px;
  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 {
    color:#999;
    margin-left:12px;
    text-shadow: 0px 1px 0px #000;
}
ul.mnav {
    margin-top:13px;
}
ul.mnav li {
  background: #222;  
  border-bottom: 1px solid #333;    
}
ul.mnav li:hover, ul.mnav li a:hover {
    background:#333;
}
ul.mnav li a:focus {
    background:#111;
    margin-bottom:4px;
}
ul.mnav li a {
    color: #EEE;
    font-size: 15px;
}
ul.mnav li i {
    margin-right:8px;
}
ul.navbar-acc-collapse {
    background:#222;
    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;
    right:15px;
    min-width:46px;
    width:0%;
    height:46px;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    border:none !important;
}
.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:96%;
    height:46px;
    margin:0;
    padding:0px 48px 0px 12px;
    font-size:15px;
    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:56px;
    height:46px;
    display:block;
    position:absolute;
    top:0;
    font-size:28px;
    right:-14px;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:34px;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background:#222222;
}
.searchbox-icon i {
    font-size:18px;
}
.searchbox-submit {
    width:46px;
    height:46px;
    display:block;
    position:absolute;
    top:0;
    font-size:15px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:24px;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background:#222222;
    border-left: 1px solid #666;
}
.searchbox-open{
    width:100%;
    padding-left:15px;
}
/* tatar Carousel */
.owl-carousel-tatar {
	margin: 0 0 10px !important; 
	background: none !important; 
	position: relative;
	direction: ltr !important;
	overflow: hidden;
}
.owl-carousel-tatar .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-carousel-tatar .image img {
    width:100%;
    height: auto;
}
#owl-tatar .item img{
    display: block;
	height:auto;
}
.owl-theme-tatar .owl-controls {
    position: relative;
	min-height: 120px;
	margin-bottom:20px;
}
.owl-theme-tatar .owl-controls .item-link {
    position: relative;
    display: block;
    width: 74px;
    height: 74px;
    margin: 0px 2px 16px 2px;
    border-bottom: 4px solid #ccc;
    outline: none;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
}
.owl-theme-tatar .owl-controls .item-link:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
    outline: none;
}
.owl-theme-tatar .owl-controls .active .item-link {
    border-bottom: 4px solid #09C;
}
.owl-theme-tatar .owl-controls .owl-page span {
    display: none;
}
.owl-theme-tatar .colimg {
	text-align:center;
	background:#eceff4;	
    overflow: hidden;
    display: block !important;
}
.owl-theme-tatar .colimg img {
	margin-left:auto;
	margin-right:auto;	
}
.owl-theme-tatar .prev-owl,
.owl-theme-tatar .next-owl {
    position: absolute;
    background: #FFF;
    top: 25px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 6px 4px;
    outline: none;
	z-index:99;
    border:1px solid #DDD;
    -webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px;
}
.owl-theme-tatar .prev-owl,
.owl-theme-tatar .next-owl {
    background:#EEE;
}
.owl-theme-tatar .prev-owl i,
.owl-theme-tatar .next-owl i {
    color:#111111;
}
.owl-theme-tatar .prev-owl:focus,
.owl-theme-tatar .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-tatar .prev-owl {
    left: 0px;
}
.owl-theme-tatar .next-owl {
    right: 0px;
}
.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;
}
.owlNav a.pprev, .owlNav a.fprev, .owlNav a.lprev, .owlNav a.bprev, .owlNav a.sprev, .owlNav a.ftprev, .owlNav a.ltprev, .owlNav a.btprev, .owlNav a.stprev {
	position:absolute;
	left:-15px;
	bottom:50%;	
	z-index:9;
}
.owlNav a.pnext, .owlNav a.fnext, .owlNav a.lnext, .owlNav a.bnext, .owlNav a.snext, .owlNav a.ftnext, .owlNav a.ltnext, .owlNav a.btnext, .owlNav a.stnext {
	position:absolute;
	right:-15px;
	bottom:50%;
	z-index:9;	
}
.owlNav a.pnext i, .owlNav a.pprev i, .owlNav a.fnext i, .owlNav a.fprev i, .owlNav a.lnext i, .owlNav a.lprev i, .owlNav a.bnext i, .owlNav a.bprev i, .owlNav a.snext i, .owlNav a.sprev i, .owlNav a.ftnext i, .owlNav a.ftprev i, .owlNav a.ltnext i, .owlNav a.ltprev i, .owlNav a.btnext i, .owlNav a.btprev i, .owlNav a.stnext i, .owlNav a.stprev i {
	font-size: 28px;	
    padding:6px 5px 5px 5px;
    background-color:#FFF;
    border: 1px solid #DDD;
}
.catfilter {
    margin-top:20px;
    border-bottom:1px solid #DDD;
    padding: 8px 0px;
}
.fixmb {
    margin-bottom: 0px;
}
.catlist {
	border-top:1px solid #DDD;
	padding-top:8px;
	padding-bottom:20px;
}
.catlist ul {
		list-style:none;
		padding-left:0px;
}
.catlist ul li {
	margin:4px 12px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom: 1px solid #EEE;
}
.currm span, .langm span {
        color:#CCC;
}
.currm i, .langm i {
        color:#CCC;
    }
button.currm strong, button.langm strong {
        color:#CCC;
    }
#mcurrency, #mlanguage {
    padding-top:4px;
}
#form-currency .currency-select, #mcurrency .currency-select, #form-language .language-select, #mlanguage .language-select {
	text-align: left;
	color:#000;
    }
    #form-currency .currency-select:hover, #mcurrency .currency-select:hover, #form-language .language-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;
    }
    #form-currency ul.dropdown-menu, #mcurrency ul.dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    }
    #form-language ul.dropdown-menu, #mlanguage ul.dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
    }
i.topcart {
    float:left !important;
    background-color:#4992C4;
    padding:12px 16px;
    margin:-10px 0px -10px -16px;
}
a.htabs {
    color:#666;
	font-size:24px;
}
.nav-tabs > li > a {
    font-size: 18px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #111111;
    font-weight: bold;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
@media (max-width: 991px) {
    #cart .dropdown-menu li > div {
        max-width: 280px;   
    }
    .mhome {
        display: block;
    }
    a.mhome i {
        padding:12px 16px;
        color:#FFF;
        background:#111111;
        height:46px !important;
        font-size:18px;
    }
    .currm span, .langm span {
        font-size:15px;
        color:#FFF;
        margin-right:8px;
    }
    .currm i, .langm i {
        font-size:15px;
        color:#FFF;
    }
    button.currm strong, button.langm strong {
        font-size:16px;
        color:#FFF;
    }
    .rightlang {
        float:right !important;
        margin-right:12px;
        color:#FFF;
    }
    .owl-theme-tatar .owl-controls {
	margin-top:48px;
    }
    .imgprod {
        border:none;
    }
    .fixmb {
    margin-bottom: 10px;
    }
    .col-tab {
        width: 50%;
    }
}
.product-thumb .sidecol {
    float: left;
    margin-right: 8px;
    border:1px solid #DDD;
}
.product-thumb .sidecaption {
    text-align: left;
    padding:0;
    margin:0;
    min-height: 20px !important;
}
.product-thumb .sidecaption h4 {
    margin-top:0px;
    min-height: 16px;
}
@media (max-width: 1000px) {
.product-thumb .sidecol {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
}
}
.swiper-viewport {
	box-shadow: none !important;
}
.alert-success button.close {
    margin-right:20px;
}
.harga h2 {
        font-size: 32px;
    }
.atece input.form-control {
     display: inline-block !important;
    width: auto;
    margin-right: 15px;
    }
    .atece br {
        display: none;
    }
    .atece .btn-primary {
        width: auto;
        display: inline-block;
    }
@media (max-width: 767px) {
    .custord {
    position: fixed;
    bottom: 2px;
    right: 12px;
    z-index: 1000;
    text-align: right;
    font-size: 16px !important;
}  
    .atece {
    position: fixed;
    bottom: -8px;
    right: 12px;
    z-index: 1040;
    text-align: right;
}
    .atece label.control-label {
        font-size: 15px;
  font-weight: normal;
  display: inline-block;
    }
    .atece input.form-control {
     display: inline-block !important;
    width: auto;
    position: fixed;
    bottom: 12px;
    right: 142px;
    }
    .atece br {
        display: none;
    }
    .atece .btn-primary {
        width: auto;
        /* display: inline-block !important; */
    }
.harga {
    position: fixed;
    bottom: 8px;
    left: 8px;
    z-index: 1000;
    }
    .harga h2 {
        font-size: 20px;
    }
    .bodtom {
    position: fixed;
    bottom: 0px;
        left:0;
    background: #EEE;
    height: 60px;
    width: 100%;
    z-index: 990;
    box-shadow: -1px -3px 9px 2px rgba(0,0,0,0.45);
-webkit-box-shadow: -1px -3px 9px 2px rgba(0,0,0,0.45);
-moz-box-shadow: -1px -3px 9px 2px rgba(0,0,0,0.45);    
    }  
}
.urlori {
    margin-right:10px;
}
.midp ul.list-unstyled li {
    font-size: 20px;
}
/* tags */
.tags{
  display:flex;
  align-items: center;
  margin-top:  15px;
}
.tag {
  background-color: #DDD;
  color: #333;
  border-radius: 50px;
  padding: 5px 15px;
  margin: 0 5px 10px 0;
  font-size: 12px;
}
@media (max-width: 767px) {
    .tags{
  display: inline-block;
    }
}
.tag.highlight {
  background-color: #273c75;
}
.tag:last-child {
  display: none;   
}
.stabanner {
    margin-bottom:2px;
    padding:8px;
    background: #FFF;
}
#tab-description a, .cdesc a {
    color: #0070a6;
}
#tab-description a:hover, .cdesc a:hover {
    color: #3895e9;
}
#tab-description p, .cdesc p {
    color: #000000 !important;
    font-size:20px !important;
    line-height: 24px;
}
#tab-description p.deskblue, .cdesc p.deskblue, #tab-description ul.deskblue li, .cdesc ul.deskblue li, p.deskblue {
/*    color: #0070a6 !important; */
    color: #0000cc !important;
    font-size:20px !important;
    line-height: 24px;
    font-weight: bold; 
}
#tab-description p.deskblue-norm {
/*    color: #0070a6 !important; */
    color: #0000cc !important;
    font-size:20px !important;
    line-height: 24px;
    font-weight: normal; 
}
#tab-description p.deskred, .cdesc p.deskred, #tab-description ul.deskred li, .cdesc ul.deskred li {
    color: #F00 !important;
}
.form-control {
    color:#000 !important;
}
.jago {
    position: relative;
}
span.kiwah {
    position: absolute;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 20px;
    margin-left: 1px;
    margin-top: 1px;
    border-right: 1px solid #DDD;
}
.form-mod {
    display: inline-block !important;
    padding-left: 48px;
}
span.balagudangpret {
    color: #555555;
    font-size:18px;
    font-weight:bold;
    margin-top:0px;
    font-style: italic;
}
ul.deskripsi li {
    font-size:20px !important;
}
/* Clean Armor Page start */
.diantara {
    margin-top:30px;
    margin-bottom:60px;
}
.diantara-copy {
    margin-top:30px;
    margin-bottom:0px;
}
h1.hulu {
    color: #1f8bbd;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
}
h1.hulu strong.bolder {
    color : #105270;
    font-weight: 600;
}
.text-block-1 {
    color: #457388;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    font-weight: 600;
}
.down-chev {
    max-width: 32px;
    opacity: .23;
    color: #ff1515;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
h2.hulunew {
    color: #105270;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
}
.text-block-2 {
    color: #666666;
    text-align: center;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 25px;
}
.box-luar {
    height: 100%;
    background-color: #f7f8fc;
    box-shadow: 6px 6px 0 0 #d3e2e9;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 30px 30px;
    position: relative;
    padding: 30px;
}
.box-luar span {
    font-size:16px;
}
.box-luar span.teks1 {
    margin-bottom: 20px;
    display: inline-block;
}
h3.hulu-3 {
    margin-left: 0;
    font-size: 27px;
    line-height: 28px;
    color: #105270;
    font-weight: bold;
    margin-top:30px;
}
.hulu3-img {
    width: 100px;
    height: 100px;
    float: right;
}
.hulu3-img.flex-icon {
    height: 84px;
    background-color: #33abe2;
    border-radius: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 15px;
}
.box-dalam {
    background-color: #33abe2;
    padding:20px 15px;
    color: #FFFFFF;
}
.box-dalam h4 {
    color: #FFFFFF;
    font-size:24px;
    font-weight: bold;
    margin-top:0px;
}
.button-biru {
    position: absolute;
    left:50%;
    transform: translate(-50%, 0);
    color:#FFFFFF;
    font-weight: bold;
    bottom:-20px;
    padding:8px 12px;
    background-color: #33abe2;
    border-radius:5px;
}
.button-biru:hover {
    background-color: #0c3e6b;
}
a.button-biru:hover {
    color: #EEEEEE !important;
}
.longblue {
    background-color: #33abe2;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
    padding-top:30px;
    padding-bottom:50px;
}
.longblue-copy {
    background-color: #195f7f;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
    padding-top:30px;
    padding-bottom:50px;
}
h4.hulu-4-bodas {
    color:#FFFFFF;
    font-size:20px;
    font-weight: bold;
    margin:0;
}
h4.hulu-4-bodas-copy {
    color:#FFFFFF;
    font-size:24px;
    font-weight: bold;
    margin:0;
}
.button-bodas {
    color:#105270;
    font-weight: bold;
    padding:12px 20px;;
    background-color: #FFFFFF;
    font-size:20px;
    border-radius: 5px;
}
.button-bodas:hover {
    background-color: #DDDDDD;
}
a.button-bodas:hover {
    color: #105270 !important;
}
.cleaner span {
    font-size:16px;
}
.cleaner span.teks1 {
    margin-bottom: 20px;
    display: inline-block;
}
.bg-block-1 {
    height: 100%;
    box-shadow: 6px 6px 0 0 #d3e2e9;
    background-position: 0%;
    background-size: cover;
    border-radius: 15px;
}
h2.hulu-2 {
color: #1f8bbd;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    text-align:left;
    display:inline-block;
}
h2.hulu-2 strong {
    font-size: 25px;
    color: #105270;
}
h1.hulu-copy {
    color: #105270;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 400;
}
.koneng {
    background-image: linear-gradient(to bottom, #ffc527, #ffc527);
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    min-height: 240px;
}
.orange-block {
    width: 80px;
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-left: 40px solid #ffc527;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
}
.bulao {
    background-image: linear-gradient(to bottom, #33abe2, #33abe2);
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    min-height: 240px;
}
.blue-block {
    width: 80px;
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-left: 40px solid #33abe2;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
}
ul.kandel {
    padding-left: 90px;
}
ul.kandel li {
    font-size:20px;
    font-weight: bold;
}
.bg-grey {
    min-height: 240px;
    background-image: linear-gradient(to bottom, #f7f8fc, #f7f8fc);
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    margin-left:-30px;
}
.belowhead {
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}
@media (max-width: 767px) {
    .blue-block, .orange-block {display:none;}
    .bg-grey {margin-left:0px;}
    ul.kandel {padding-left: 30px;}
    h4.hulu-4-bodas {margin-bottom:30px;}
    .box-luar {margin-bottom:45px;}
}
/* Clean Armor Page end */

.top-anchor {
    margin-top:24px;
}
*:target {
  padding-top: 60px;
    transition-delay: 0.5s; 
    scroll-margin-top: 2em;
}
.tariffs {
    color: #FFD900;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: -12px;
}
@media (max-width: 1599px) {
    .tariffs {        
  font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .tariffs {        
  font-size: 16px;
    }
}
@media (max-width: 991px) {
    .tariffs {
  padding-top: 4px;           
  font-size: 16px;
  margin-top: 0px;  
        text-align: center;
    }
}
@media (max-width: 767px) {
    .tariffs {
  padding-top: 4px;           
  font-size: 14px;
        margin-top: 0px;
        text-align: center;
    }
}