#footer .box-category img {
   display: none;
}
.infomod img {
	max-width: 100%;
	height: auto !important;
}
.blog-content img {
	max-width: 100%;
	height: auto;
}

#content img {
	max-width: 100%;
	height: auto;
}

.gruf a {
	opacity: 0.5;
}
.gruf a:hover {
	opacity: 1;
}
#product-meta .well {
	background: rgba(255,255,255,0.7);
}
#product-meta input {
	background: rgba(255,255,255,0.7);
	color: #222;
}
.product-layout.product-grid .label-overlay {
  position: absolute;
  top: 0px;
  left: 14px;
  opacity: 0;
      -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;

}
.product-layout:hover.product-grid .label-overlay {
  opacity: 1;

}
.product-layout.product-list .label-overlay {
  position: absolute;
  top: 0px;
  right: 16px;
  opacity: 0;
      -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;

}
.product-layout:hover.product-list .label-overlay {
  opacity: 1;

}

.product-grid .label-overlay + .label-overlay {
	margin-top: 60px !important;
}
.product-grid .label-overlay + .label-overlay + .label-overlay{
	margin-top: 120px !important;
}
.product-grid .label-overlay + .label-overlay + .label-overlay + .label-overlay{
	margin-top: 180px !important;
}
.product-grid .label-overlay + .label-overlay + .label-overlay + .label-overlay + .label-overlay{
	margin-top: 240px !important;
}
.product-grid .label-overlay + .label-overlay + .label-overlay + .label-overlay + .label-overlay + .label-overlay{
	margin-top: 300px !important;
}

.product-list .label-overlay + .label-overlay {
	margin-top: 60px !important;
}
.product-list .label-overlay + .label-overlay + .label-overlay{
	margin-right: 60px !important;
	margin-top: 0px !important;
}
.product-list .label-overlay + .label-overlay + .label-overlay + .label-overlay{
	margin-top: 60px !important;
	margin-right: 60px !important;
}
.product-list .label-overlay + .label-overlay + .label-overlay + .label-overlay + .label-overlay{
	margin-top: 0px !important;
	margin-right: 120px !important;
}
.product-list .label-overlay + .label-overlay + .label-overlay + .label-overlay + .label-overlay + .label-overlay{
	margin-top: 60px !important;
	margin-right: 120px !important;
}

.product-grid .product-label {
   float: left;
	z-index: 99;
}
.product-list .product-label {
   float: right;
	z-index: 99;
}
.product-label .box-label{
	margin: 10px 0px -65px 8px;
	padding: 0;
	float: left;
	opacity: 0.9;
}
.box-label {
	position: relative;
	width: 55px;
	height: 55px;
	display: inline-block;
	z-index: 9;
	opacity: 0.9;
}
.box-label.circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.box-label.rounded {
	border-radius: 10%;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
}
.box-label .lname{
    letter-spacing: -1px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    -webkit-transform: translate(-50%, -50%) ;
    -moz-transform: translate(-50%, -50%) ;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.logo-kaget {
	width: 14px !important;
	height: auto;
	margin-top: -1px;
	display: inline-block;
	 vertical-align: middle !important;
}
.creator {
	opacity: 0.6;
	-moz-transition: -webkit-transform .8s ease-in-out;
	display: inline-block;
	  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.creator:hover {
	opacity: 1;
	-moz-transform: rotate(-360deg);
	  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.carousel-content  {
 
}
.tooltip {
	  z-index: 99999999 !important;
}
.navbar-toggle {
	display: none;
}


/* #Page Styles
================================================== */

/* #HEADER
================================================== */

.sidebar {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
  height: 100%;
  top: 0px;
  padding-top: 45px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow-y: auto;
}

.sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
}

#menu-trigger {
	z-index: 999997;
}
.navbar {
	z-index: 996;
}
#sidebar {
 padding-top: 70px;	
 z-index: 999995 !important;
  width: 268px;
  -webkit-transform: translate3d(-268px, 0, 0);
   -moz-transform: translate3d(-268px, 0, 0);
  transform: translate3d(-268px, 0, 0);
}
#sidebar.toggled {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#wishlist {
  padding: 20px 0;
  width: 280px;
  right: -300px;
}

#wishlist.toggled {
  right: 0;

}
#chart {
  padding: 20px 0;
  width: 280px;
  right: -300px;
}

#chart.toggled {
  right: 0;

}
.main-menu {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0 0;
}

.main-menu > li > a {
  padding: 10px 16px;
  display: block;
  color: #4C4C4C;
  font-weight: 500;
  position: relative;
}

.main-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f7f7f7;
}

.main-menu > li > a > i {
  position: absolute;
  left: 16px;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 13px 0;
}

.main-menu > li.active > a {
  color: #262626;
  background-color: #F4F4F4; 
   text-decoration: none;
}
.sub-menu  {
	  padding-left: 0px;
}
.sub-menu > ul > li > ul {
	  border-left: 4px solid #ccc;
	  padding-left: 10px;
}
.sub-menu > a {
  position: relative;

}

.sub-menu > a:before,
.sub-menu > a:after {
  position: absolute;
  top: 12px;
  color: #575757;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 17px;
  right: 20px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sub-menu > a:before {
  content: "\f278";
    -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub-menu > a:after {
  content: "\f273";
  -webkit-transform: scale(0);
    -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.sub-menu .sub-menu > a:before,
.sub-menu .sub-menu > a:after {
  top: 5px;
}

.sub-menu.toggled > a:before {
  content: "\f278";
  -webkit-transform: scale(0);
   -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.sub-menu.toggled > a:after {
  content: "\f273";
   -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub-menu ul {
  list-style: none;
  display: none;
  padding: 0;

}

.sub-menu ul > li > a {
  color: #7f7f7f;
  padding: 6px 20px 6px 40px;
  font-weight: 500;
  display: block;
}

.sub-menu ul > li > a.active,
.sub-menu ul > li > a:hover {
  color: #000;  text-decoration: none !important;
}

.sub-menu ul > li:first-child > a {
  /* padding-top: 14px; */
}

.sub-menu ul > li:last-child > a {
  padding-bottom: 16px;
}

.sub-menu ul > li ul {
  font-size: 12px;
  margin: 10px 0;
  background-color: #f7f7f7;
}

.sub-menu.active > ul {
  display: block;
}


/* #Site Styles
================================================== */
html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
    margin: 0;
    font-size: 13px;
    height: 100%;
    line-height: 150%;
}
a, a:hover {
   text-decoration:none;
}

/* #Page Styles
================================================== */
#search {
	z-index: 9;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}
#search input { 
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    line-height: 50px;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
 
/* #HEADER
================================================== */

.topnav {
	margin: 8px 0;
	padding: 0;
}
.topnav li {
	float: left;
	list-style: none;
}
.topnav li a {
	display: inline-block;
	margin-right: 20px;
}

.twit-bg {
	height: 300px;
	overflow: hidden;
}

#page {
     padding: 0px;
	 background: none;
	 box-shadow: none !important;
}
#content-top {
    position: relative;
    display: block;
    padding: 0 !important;
}
.catall li {
	list-style: none;
	font-size: 13px;
}
.catall img {
	background: url(/image/no_image.jpg) no-repeat;
	width: 40px;
	margin-right: 10px;
	vertical-align: middle;
	height: 40px;
}
/* #CONTENT
================================================== */

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */

  padding-top: 30px;
  /* IE6 workaround*/

  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box {
	margin-bottom: 0px;
	margin-top: 0px;
}

#column-left .box span {
	display: block;
	clear: both;
}
#column-right .ymsw > div {
	width: 100%;
	display: block;
	text-align: center;
}
#column-right .ymsw .head {
	text-align: left;
}
#column-right .ymicon{
	text-align: center;
	display: block;
    margin-top: 5px;
}
.facebookmodule {
	margin-top: 10px;
	padding: 6px;
	overflow: hidden;

}
.facebookmodule iframe{
	width: 110% !important;
	margin-left: 0px;
	margin-top: -8px;

}
.headopt {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.addprice {
	position: absolute;
	bottom: 0px;
	background: rgba(255,255,255,0.9);
	padding: 4px;
	right: 0;
	color: red;
	font-weight: 700;
}

.selected {
    background-color: red;
}
.ihidden {
	z-index: 1;
    position: relative;
    left: 0;
}
.puzzle ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.puzzle ul li {
    margin-top: 20px;
	float: left;
	position: relative;
	list-style: none;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.puzzle ul li:hover {
   opacity: 0.8;
}
.puzzle ul li .nama{
	color: #fff;
	opacity: 0.8;
	font-family: 'Oswald';
	position: absolute;
	bottom: 20px;
	left: 15px;
	font-weight: 700;
	padding: 5px 10px;
}
.puzzle ul li:nth-child(1),
.puzzle ul li:nth-child(5),
.puzzle ul li:nth-child(9),
.puzzle ul li:nth-child(10),
.puzzle ul li:nth-child(14),
.puzzle ul li:nth-child(18)
{
	width: 48%; 
}
.puzzle ul li:nth-child(2),
.puzzle ul li:nth-child(3),
.puzzle ul li:nth-child(4),
.puzzle ul li:nth-child(6),
.puzzle ul li:nth-child(7),
.puzzle ul li:nth-child(8),
.puzzle ul li:nth-child(11),
.puzzle ul li:nth-child(12),
.puzzle ul li:nth-child(13),
.puzzle ul li:nth-child(15),
.puzzle ul li:nth-child(16),
.puzzle ul li:nth-child(17)
{
    width: 24%; 	
}
.puzzle ul li:nth-child(1),
.puzzle ul li:nth-child(4),
.puzzle ul li:nth-child(7),
.puzzle ul li:nth-child(10),
.puzzle ul li:nth-child(13),
.puzzle ul li:nth-child(16)
 {
	margin-right: 1%;
}
.puzzle ul li:nth-child(2),
.puzzle ul li:nth-child(5),
.puzzle ul li:nth-child(8),
.puzzle ul li:nth-child(11),
.puzzle ul li:nth-child(14),
.puzzle ul li:nth-child(147),
 {
	margin-right: 1%;
	margin-left: 1%;
}
.puzzle ul li:nth-child(3),
.puzzle ul li:nth-child(6),
.puzzle ul li:nth-child(9),
.puzzle ul li:nth-child(12),
.puzzle ul li:nth-child(15),
.puzzle ul li:nth-child(18)
 {
	margin-left: 1%;
}

.puzzle ul li:nth-child(1) .nama {
	background: orange;
}
.puzzle ul li:nth-child(2) .nama {
	background: red;
}
.puzzle ul li:nth-child(3) .nama {
	background: green;
}
.puzzle ul li  img {
	width: 100%;
}
.puzzle ul li:nth-child(1),
.puzzle ul li:nth-child(4),
.puzzle ul li:nth-child(7),
.puzzle ul li:nth-child(10)
 {
	margin-right: 1%;
}
.puzzle ul li:nth-child(2),
.puzzle ul li:nth-child(5),
.puzzle ul li:nth-child(8),
.puzzle ul li:nth-child(11)
 {
	margin-right: 1%;
	margin-left: 1%;
}
.puzzle ul li:nth-child(3),
.puzzle ul li:nth-child(6),
.puzzle ul li:nth-child(9),
.puzzle ul li:nth-child(12)
 {
	margin-left: 1%;
}
.titler {
	position: absolute;
}
#column-left .socialist li {
	list-style: none;
	margin: 4px 0;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
#column-left .socialist li img {
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}
#column-left .socialist ul {
	margin: 8px 0;
	padding: 0;
}
/* #FLEXIBLE
================================================== */
#column-left + .content {
    margin-left: 25%;
}

/* #LOGIN
================================================== */



#h-review ul {
	margin: 0;
	padding: 0;
}
#h-review ul li {
	list-style: none;
	display: inline-block;	
	margin: 5px 0;
	width: 100%;
}
#h-review .image {
	float: left;
	margin-right: 10px;
}
#h-review .name {
	font-size: 12px;
	display: block;

}
#h-review .desc {
	margin-top: 6px;
	font-size: 12px;
	display: block;
	font-family: Georgia, Arial;
	font-style: italic;
}
#h-review .auth {
	margin-top: 6px;
	font-size: 13px;
	display: block;
	text-align: right;
}
#h-review .rating {
	display: block;
	text-align: left;
}
/*ICONS*/
.icon-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-group .fa-stack {
  width: 1em;
  height: 1em;
   margin-bottom: 10px;
}
.icon-group > li {
  line-height: 1em;
  display: inline-block;
  margin-right: 3px;
}
.icon-group > li:last-child {
  margin-right: 0;
}
.list-icon li {
  margin-bottom: 5px;
  padding-left: 17px;
  position: relative;
}
.list-icon li:last-child {
  margin-bottom: 0;
}
.list-icon li:before {
  color: #757575;
  line-height: 1.75em;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
}
.icon-list {
  list-style: none;
  padding: 0;
}
.icon-list .fa {
  margin-right: 7px;
}
.icon-list-inline {
  margin-bottom: 0;
}
.icon-list-inline > li {
  display: inline-block;
  margin-right: 3px;
}
.icon-list-inline > li:last-child {
  margin-right: 0;
}
.icon-list-inline .fa {
  margin-right: 0;
}
.icon-list-rating.icon-list-non-rated {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.star-rating > li {
  margin: 0;
  padding-right: 5px;
  color: #949494;
  cursor: pointer;
  font-size: 16px;
  line-height: 1em;
}
.star-rating > li.hovered {
  color: #666;
}
.star-rating > li.selected {
  color: #2a8fbd;
}
/*END ICONS*/
/* #BOX PRODUCT
================================================== */
.product-thumb {
  z-index: 1;
  border: 0px solid rgba(0,0,0,0.4);
   background: rgba(255,255,255,0.1);
  position: relative;
  text-decoration: none !important;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}
.product-thumb:hover {
  
}
 
 .product-thumb .image > a img {
  display: inline-block;
   padding: 0px;
   width: 100%;
   height: auto;
    margin-top: -10px;
}
.product-thumb .product-header > a img {
  display: inline-block;
   padding: 0px;
   width: 100%;
   height: auto;
    margin-top: -10px;
}
.product-thumb .product-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 22px 10px;
  border-top: none; 

}
.product-list .product-thumb   {
   display: inline-block;
    width: 100%;
}
.product-list .product-thumb .product-title {
  z-index: 2;
  position: relative;
  left: 0;
  margin: 0px 0px 5px;
  font-size: 16px;
  float: left;
  height: auto;
  text-transform: capitalize;
  z-index: 9;
  background: none;
  padding: 0px;
  -webkit-transition: all 0.1s;
  text-align: left;
}
.product-list .product-thumb:hover .product-title {
  height: auto;
  margin: 0px 0px 5px;
  padding: 0px;
    left: 0;
  font-size: 16px;
  background: none;
  overflow: none;
  text-align: left;
}
.product-list .rating-space {
	text-align: left;
}
.product-list .product-price-list {
	text-align: left;
}
 .product-thumb .product-title {
  z-index: 2;
  margin: 0 auto;
  left: 10px;
  right: 10px;
  position: absolute;
  margin-bottom: 5px;
  font-size: 14px;
font-weight: 400;
  z-index: 999;
  text-overflow: ellipsis;
  -webkit-transition: all 0.1s;
}
 .product-thumb:hover .product-title {
  font-size: 14px;
 }
.product-thumb .rating-space {
  margin-top: 0px;
  height: 2em;
}
.product-thumb .icon-list-rating {
  font-size: 11px;
  color: red;
  margin-bottom: 4px;
}
.product-thumb .icon-list-non-rated {
  color: #949494 !important;
}
.product-thumb .product-non-rated {
  color: #ccc;
}
.product-thumb .product-meta {
  margin-top: 15px;
}
.product-thumb .product-price-list,
.product-thumb .product-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-thumb .product-price-list > li,
.product-thumb .product-actions-list > li {
  margin-right: 6px;
  display: inline-block;
}
.product-thumb .product-price-list > li:last-child,
.product-thumb .product-actions-list > li:last-child {
  margin-right: 0;
}
.product-thumb .product-actions-list {
  display: none;
}
.product-thumb:hover .product-actions-list {
   height: auto;
   text-align: center;
    display: block;
   position: absolute;
   top: 40%;
   z-index: 9;
   left: 0;
   right: 0;
   margin: 0 auto;
  overflow: none;

}
.product-thumb:hover .product-actions-list .btn {
  background: darkorange;
  border: 0 none;
  color: #fff;
}
.product-thumb .product-price-list {
  font-size: 14px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  display: block;
  margin-bottom: 0px;
  margin-top: 40px;
}
.product-thumb .product-price-list > li > span {
  display: block;
  line-height: 26px;
  text-align: center;
  height: 26px;  
  float: left;
}
.product-thumb .product-price {
  font-weight: 600;
  color: red;
}
.product-thumb .product-old-price {
  color: #858585;
  text-decoration: line-through;
}
.product-thumb .product-save {
  font-size: 12px;
  font-weight: 600;
  text-align:center;
  display: inline-block;
  background: green;
  color: #fff;
  float: left;
  margin: 0 !important;
  padding: 4px !important;
  height: auto !important;
  line-height: 1 !important;
}
.product-thumb .product-category {
  font-size: 12px;
  color: #a3a3a3;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1em;
  text-transform: lowercase;
  font-style: italic;
}
.product-thumb .product-category > i {
  color: #949494;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}

.product-thumb:hover .product-category-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-thumb-horizontal {
  margin-bottom: 30px;
}


#cate-gory {
	line-height: 24px;
	padding: 0 20px;
	position: absolute;
	top: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	left: 10px;
	z-index: 99999;

	box-shadow: inset 1px 1px 2px rgba(0,0,0, .1);
		border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}

#poll h5 {
	text-align: center;
}
#poll label {
	font-size: 10px;
}

/* PRODUCT */
.product-layout .price-old {
	text-decoration: line-through;

}
.product-layout .price-new {
	color: red;
}
.product-grid .product-thumb {
	text-align: center;
	padding: 0px 0;
	margin-bottom: 20px;
}
.product-grid .product-thumb .product-header {
	text-align: center;
	display:  block;
	float: none;
	width: 100%;
	padding: 0;
}
.product-grid .product-thumb .description {
	display: none;
}
.product-grid .product-thumb h5 {
	 font-size: 18px;
}
.product-grid .product-thumb .price{
	 font-size: 16px;
}

.product-list .product-thumb .product-header{
	padding: 0;
	float: left;
	margin-right: 10px;
}
.product-list .product-thumb h5 {
	 display: block;
	 position: relative;
	 text-align: left;
	 max-width: 72%;
}
.product-list .product-thumb .price{
	 font-size: 16px;
}
.product-list .product-thumb .description{
	 font-size: 13px;
}
.product-list .product-thumb .price-old{
	text-decoration: line-through;
	float: left; 
	margin-right: 10px;
}
.product-list .product-thumb .price-new{
	color: red;
	font-size: 18px;
}


/* #PRODUCT DETAILS
================================================== */
#product-detail {
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#product-detail .inner-p {
	background: #fff;
	display: inline-block;
}
#product-detail .product-image .image {
	float: left;
	position: relative;	
     width: 80%;
    padding-right: 16px;

}
#product-detail .img-thumb {
	float: left;  
	 width: 20%;
	 background: #fff;
	 position: relative;
	 z-index: 99;
}
#product-detail .product-image {
     background: #fff;
}
#product-detail .product-image .image {
		
}
#product-detail .img-thumb a{
	display: block;
	background: #fff;
    margin: 0 0 10px 0;	
    padding: 6px;
    border: 1px solid #ddd;
    margin-right: 15px;
}
#product-detail .img-thumb img {
  width: 100%;
}
#product-detail .zoom {
	position: absolute;
	top: -10px;
	left: 12px;
	z-index: 990;
}
#product-detail-single {
	margin-bottom: 20px;
}
#product-detail-single .product-image .image {
	position: relative;
}
#product-detail-single .zoom {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 990;
}
.save {
	vertical-align: middle;
	display: inline-block;  
    text-align: center;
    font-size: 16px;
}

.save span {
	margin-left: 5px;
    font-size: 18px;
}
.quantity {
	float: right;
	vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
   margin-bottom: 20px;
}
.quantity .text{
    display: inline-block;
    width: 60px;
    line-height: 30px;
    
}
.quantity .input{
    display: inline-block;
    width: 64px !important;
	padding: 0 0 0 5px !important;
	height: 36px !important;
	line-height: 36px !important;
	float: left;
	border: 1px solid #ccc;
}
.quantity .button{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 100px;
    text-align: center;
    background: red;
    color: #fff;
    margin-top: 1px;
    padding: 6px 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.quantity .button:hover {
	background: orange;
}

#qty {display: inline-block; width: 70px; vertical-align: middle; position: relative;}

.add-cart { margin: 0; display: inline-block;  vertical-align: middle; }

#qty span {
	position: absolute;
	right: 12px;
	top: -2px;
	vertical-align: middle;
	background: none !important;
}
#qty .up {
	top: 0;
	margin-top: 0px;
	
}
button:focus {outline: none !important;}

textarea:focus, input:focus{
    outline: 0;
}
#qty button {
	background: none !important;
	border: 0 none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	width: 14px;
	height: 15px;
	cursor: pointer;
	box-shadow: none;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
	-o-box-shadow: none;
}
#rate button img {
	padding: 0;
	margin: 0;
	border: none;
}
#tag {
    margin-bottom: 20px; 
	text-align: left;
}
#tag a {
	padding: 2px 6px;
	color: #fff !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
}
.hot-tags a {
	padding: 2px 6px;
	color: #fff !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-o-border-radius: 2px;
}
.hot-tags.full {
	padding: 5px 0;
	margin-top: 20px;

	
}
.hot-tags h5 {
 
	font-size: 13px;
 
}
.buttons { 
    margin-top: 10px;
}
.cap { 
    width: 80px !important;
    margin-right: 16px !important;
}
/* #LOGIN
================================================== */


#formlogin {
  display: block;
  margin-bottom: 45px;
  margin-top:45px;
  overflow: hidden;
}

.login-form h2, .signup-form h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}


.login-form form input#email, .login-form form input#password {
  border: medium none;
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}

.or{
	background: #FE980F;
	border-radius: 40px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-top: 75px;
	text-align: center;
	width: 50px;
}

/* #RELATED
================================================== */

#product-related {
    margin-bottom: 20px; background : #fff; padding: 10px; text-align: center; 
}

#product-viewed {
    margin-top: 20px; background : #fff; padding: 10px; text-align: center; 
}

/* MODULE MENU*/

#nav ul li > div ul li{
     padding: 0;
     list-style: none outside none;
     margin: 0px !important;

}
.sidebar {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
  height: 100%;
  top: 0px;
  padding-top: 45px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow-y: auto;
}

.sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
}

#sidebar {
 padding-top: 70px;	
 z-index: 999;
  width: 268px;
  -moz-transform: translate3d(-268px, 0, 0);
  -webkit-transform: translate3d(-268px, 0, 0);
  -webkit-transform: translate3d(-268px, 0, 0);
  transform: translate3d(-268px, 0, 0);
}

#sidebar.toggled {
-moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#wishlist {
	z-index: 999;
  padding: 60px 0 20px;
  width: 280px;
  right: -300px;
}

#wishlist.toggled {
  right: 0;
}
#chart {
	z-index: 999;
  padding: 60px 0 20px;
  width: 280px;
  right: -300px;
}

#chart.toggled {
  right: 0;
}

/* #PRODUCT INFO
================================================== */
#product-info .image img{
    width: 100%;
    height: auto;
}
.product-image img{
    width: 100%;
    height: auto;
}
#product-info .price {
    font-size: 24px;
    padding: 2px 10px;
}
#product-info .special {
    font-size: 20px;
    float: left;
    text-decoration: line-through;
    margin-right: 20px;
    display: block;
}
#related {
    background-color: #C7EED9;
    width: 100%;
    text-align: center;
}
#related > div{
    display: inline-block;
    width: 15%;
    padding: 15px;
    min-width: 120px;

}

/* #CATEGORY LIST
================================================== */
#category-list {
    vertical-align: middle;
}
#category-list ul{
    margin: 0;
    padding: 0;
}
#category-list ul li {
    display: inline-block;
    margin-right: 10px;
}
#category-list img{
    width: 50px;
    height: auto;
    float: left;  
    margin-right: 10px;
}
#category-list .cat-title{
    display: inline-block;
    font-weight: 700;
    line-height: 50px;
    
}
#gototop {
	font-size: 16px;
}
#search-result {
	padding: 10px;
	background: #eee;
	margin-top: 10px;
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	-moz-box-shadow: inset 1px 1px 1px #fff;
	-o-box-shadow: inset 1px 1px 1px #fff;
	-o-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	border: 1px solid #eee;
}
select#category_id {margin: 12px 0;}
.results {
	margin-top: 10px;
    float: left;
}
.links {
	margin-top: 10px;
    float: right;
}
.links a {
    background: #eee;
    padding: 2px 6px;
    color: #555;
}
.links b {
    background-color: #555;
    padding: 2px 6px;
    color: #fff;
}
.links a:hover {
    background-color: #333;
    color: #fff;
}
/* #CART
================================================== */
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
	vertical-align: middle;
}
.cart input {
    width: 25px;
    text-align: center;
}
#coupon {
	margin-top: 8px;
	position: relative;
  height: auto;
 display: inline-block;
  padding: 10px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 2px dashed #ccc;
  background-color: #fff;
}
#coupon input {
	min-width: 150px;
	border: 0;
	 border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#coupon .btn {
    border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
	margin: 0 2px;
	height: 34px;
	text-transform: uppercase;

}
#coupon .well-md {
	height: 0 ;

}
#coupon .well {
	height: auto;
	padding: 20px;
	margin: 0 ;
	border: 2px dashed #fff;
	background-color: #ddd;
}
#coupon:before {
	content: '\002702';
	position: absolute;
	left: px;
	top: -27px;
	font-size: 30px;
	z-index: 999;
	 
	padding: 2px;
	color: #222;
}
#cupon:after {
	content: 'KUPON';
    position: absolute;
    right: -65px;
    top: -20px;
    font-weight: 700;
    bottom: 0px;
    margin-top: 20px;
    border-top:2px dashed #fff;
    padding-top: 10px;
    padding-left: 21px;
    padding-right: 21px;
    text-align: center;
     text-shadow: -1px 0 0px rgba(255,255,255,0.3);
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans';
    color: #fff;
}
/* #CONTACT
================================================== */

#column-left td {
 
}

.mini-page input[type="radio"]{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.mini-page {
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 10px;
}
.mini-page img {
   display: block;
   margin-top: 5px;
   margin-bottom: 10px;
}
.confirm {
    background-color: #ddd;
    border: 1px solid #ccc;
    padding: 10px;
}
.red {
    color: red;
} 
.orange {
    color: orange;
} 
.green {
    color: green;
} 
.error {
    color: red;
}
.greeting {
	margin-right: 6px;
	display: inline-block;
	text-align: right;
}

.small {
	display: block;
	text-align: center;
}
.hovorpop {
    margin-top: 6px;
	margin-bottom: 0;
	display: none;
	font-size: 11px !important;
}
.hovorpop a {
	border-left: 1px solid #888 !important;
	color: #111 !important ;
	margin-left: 5px;
	padding-left: 8px;
}
.testimonipage {
    display: block;
    padding: 10px;

}
.testimonipage ul {
    margin: 0;
    padding: 0;
}
.testimonipage ul li{
    list-style: none;
    display: block;
     
}
.testimonipage p{
    margin-left: 0px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 13px;
    line-height: 1.6;
}
.testimonipage .name{
    text-align: right;
    font-weight: 700;
    border-bottom:none;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.white {
    background-color: #fff !important;
}
/* MODULE */

.counter {
    background-color: #444;
    padding: 0;
    width: 99.9%;
    margin-bottom: 10px;
}
.counter ul{
    margin: 0;
    padding: 0;
}
.counter ul li{
	font-size: 12px;
    list-style: none;
    line-height: 25px;
    height: 25px;
    margin: 0;
    color: #fff;
    padding-left: 10px;
    border-bottom: 1px solid #fff ;

}
.counter ul li:last-child {
    border-bottom: none ;
    box-shadow: none;
}
.counter ul li span{
    float: right;
    padding-right: 20px;
    color: #eee;
    font-weight: 700;
}
.blog {

}
.blog ul {
    margin: 0;
    padding: 0;
}
.blog ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
   list-style: none;
}
#poll h5 {
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* #BLOG
================================================== */

.bloglist .meta {
    color: #999;
}
.bloglist .image img {
    background-color: #fff;
    width: 100%;
    height: auto;
}
.bloglist {
	clear: both;
	margin-bottom: 20px;
	position: relative;
}
.bloglist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.bloglist a.title{
	position: absolute;
	top: 0%;
	background: rgba(255,255,255,0.7);
	display: inline-block;
	width: 36%;
}
.bloglist h3{
	font-size: 15px;
	text-transform: uppercase;
	font-family: Oswald;
	color: green;
	padding: 10px 10px 0 10px;
}
.bloglist a:hover.title {
	background: #fff;
}
.bloglist ul li {
	float: left;
	position: relative;
	width: 32%;
    list-style: none;
    display: inline-block;

}
.bloglist ul li:nth-child(1),
.bloglist ul li:nth-child(4)
 {
 	margin-left: 0;
	margin-right: 1%;
}
.bloglist ul li:nth-child(2),
.bloglist ul li:nth-child(5)
 {
 	margin-left: 1%;  
	margin-right: 1%;
}
.bloglist ul li:nth-child(3),
.bloglist ul li:nth-child(6) {
	margin-right: 0;
	margin-left: 1%;
}
.bloglist .description {
    margin-top: 10px;
    text-align: justify;
}
.bloglist a b {
    font-size: 18px;
}
#comment_title{
    font-weight: 700;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.fblikesw .space10 {
	height: 35px;
	margin-top: -40px;
	background: #fff;
	position: relative;
	z-index: 999;
}
.bread {
	font-size: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.crumb {
   font-size: 10px;
}
.special-left {
	margin-top: 4px;
	font-size: 10px;
	line-height: 100%;
	
}
.special-left div {
	background: #f5f5f5;
	display: inline-block;
		width: 96%;
	padding: 2%;
    margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.special-left span.price {
	margin-top: 5px;
	display: inline-block;
	text-align: right;
}
.special-left span.special {
    text-decoration: line-through;
    color: red;
    font-size: 10px;
}
.special-left img {margin-right: 6px;border: 1px solid #ccc;}

.tabs {
	height: 33px;
	line-height: 16px;
}
.tabs a {
	background:#F6F6F6;
	padding: 8px 15px 8px 15px;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size:14px;
	border-radius:5px 5px 0 0;
	margin-right: 6px;

	border-bottom:none;
}
.tabs a.selected , .tabs a:hover.selected, .htabs a:hover{
	background: #E76453;
    color: #FFFFFF;
	border-bottom:none;
}

.tabs a:hover {
	background: #ccc;
	color: #fff;
}
.tab-page {
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	background:#fff;
	border-radius:0 5px 5px 5px;
	text-align:justify;
}
.sliderts {
	 
}
.sliderts p {
	overflow: hidden;
	max-height: 230px;
	text-overflow: ellipsis;
}
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* #FOOTER
================================================== */
.ymicon img {
    vertical-align: middle;
    margin-right: 5px;
}

.tengah {
	text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    -webkit-transform: translate(-50%, -50%) ;
    -moz-transform: translate(-50%, -50%) ;
}
.tengahbawah {
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 3%;
}
.tengahatas {
	top: 2%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
.kiri {
	text-align: left;
    top: 50%;
    left: 2%;
    margin-right: -2%;
    transform: translate(-2%, -50%) ;
    -webkit-transform: translate(-2%, -50%) ;
    -moz-transform: translate(-2%, -50%) ;
}
.kiriatas {
	text-align: left;
	top: 2%;
	left: 2%;
}
.kiribawah {
	text-align: left;
	bottom: 3%;
	left: 2%;
}
.kanan {
	text-align: right;
   top: 50%;
    right: 2%;
    margin-left: -2%;
    transform: translate(-2%, -50%) ;
    -webkit-transform: translate(-2%, -50%) ;
    -moz-transform: translate(-2%, -50%) ;
    -khtml-transform: translate(-2%, -50%) ;
}
.kananatas {
	text-align: right;
	top: 2%;
	right: 2%;
}
.kananbawah {
	text-align: right;
	bottom: 3%;
	right: 2%;
}
dl {
    margin: 0px;
}

dt {
	cursor: pointer;
	margin: 0 0 4px 0;
	padding: 6px;
}

dt:after {
	font-weight: 400;
	color: #999;
   content:'+';
   right: 12px;
   position: absolute;
   font-size: 22px;
}
dt.on:after {
	font-weight: 400;
	color: #999;
	content:'-';
right: 12px;
	position: absolute;
	font-size: 22px;
}
dd {
	border: 0 none;
	display: none;
	margin: 0 0 0px 0;
}
    dd > span {
        display: block;
    	padding: 0px 20px 10px;
    }  
.pagination {
	vertical-align: middle;
	display: block;
}
.pagination .links {
	float: right;
	
}
.pagination .links a{
	display: inline-block;
	background-color: #eee;
	text-align: center;
	margin: 0;
	width: 34px;
	height: 34px !important;
	line-height: 28px !important;
	border: 1px solid #ccc;
}
.pagination .links a:hover,
.pagination .links a.active
{
	background-color: #555;
	border: 1px solid #555;
	color: #fff;
}
.pagination .results {
	float: left;
	line-height: 34px;
}
.control-label.middle {
	margin-top: 5px;
}