@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
#cssmenu {
  position: relative;
  margin: 0;
  font-family: 'Lato',sans-serif;
  line-height: 1;
}
.align-right {
  float: right;
}
#cssmenu ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#cssmenu ul li {
  position: relative;
  background: #ffffff;
  border-color:#fff;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 20px 10px 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/*#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  color: #EC2028;
    border-top-color: #ffffff;

}*/
/*.catpage * {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #e5e5e5;
    border: 1px solid #d5d5d5;
    color: #171717;
    text-align: center;
    line-height: 30px;
}
.catpage b, .catpage a:hover {
    color: #fff;
    font-weight: normal;
	background:#EC2028;
    border: 1px solid #EC2028;
}
*/
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
    content: "";
	/* background:url("images/tambah.png") no-repeat scroll 100px 100px rgba(0, 0, 0, 0); */

    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 0;
    z-index: 2;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
/* background:url("images/tambah.png") no-repeat scroll 100px 100px rgba(0, 0, 0, 0); */
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li a {
    color: #8c8c8c;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 3px 35px 3px 15px;
    position: relative;
    text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul ul li a{
	padding:2px 35px 2px 15px;
}
#cssmenu ul ul li:first-child > a {
  margin-top: -6px;
}
#cssmenu ul ul ul li:first-child > a {
  margin-top: 0;
}
#cssmenu ul ul li:last-child > a:last-child {
  margin-bottom: 8px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  color: #ff5400;
 border: medium none;
}
#cssmenu ul ul ul li a {
    padding-left: 35px;
    text-transform: capitalize;
}
#cssmenu ul ul ul ul li a {
    padding-left:50px;
}
#cssmenu ul ul > li.has-sub::after {
    border-top-color: #999;
    border-width: 7px;
    right: 40px;
    top: 10px;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
    border-top-color: #999;
    border-width: 7px;
    right: 40px;
    top: 10px;
}
#container .column {
    display: inline-block;
    float: left;
    position: relative;
}
#left {
    padding: 0 20px 140px 0;
    width: 220px;
}
#center-product {
    margin-right: 0;
    padding: 0 0 15px;
    width: 720px;
}
#productrow{
	overflow:hidden;
}
.productdetail, .jcarousel-item {
	background: none repeat scroll 0 0 white;
	display: block;
	float: left;
	height: auto;
	margin: 0 26.6px 30px;
	padding: 5px 0;
	text-align: center;
}
.productrow {
    display: block;
    height: auto;
    padding: 0 0 15px;
    position: relative;
    width: 100%;
}
.photosproduct {
    background: none repeat scroll 0 0 #fff;
    height: 189px;
    width: 100%;
	position:relative;
	clear:both;
}	
.productdetail a img.photos {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.nameproduct {
	color: #333;
	font-size: 11pt;
	padding: 4px 0;
	text-align: center;
}
.recomendetail .nameproduct{font-size:10pt}
.productdetail {
    width: 189px;
}
.productdetail:nth-child(3n){
    margin-right: 0;
}
.new {
    background: none repeat scroll 0 0 #B32EFF;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.promo {
    background: none repeat scroll 0 0 #FF0200;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.best-seller {
    background: none repeat scroll 0 0 #40FF00;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.best-seller, .promo, .new {
    display: block;
    float: left;
    margin: 0 21px;
    position: relative;
    top: -205px;
}
/*.productdetail .new {
    background: url(images/3.png)no-repeat;
    border-radius: 0%;
    height: 60px;
    width: 50px;
}
.productdetail .promo {
    background: url(images/1.png)no-repeat;
    border-radius: 0%;
    height: 60px;
    width:50px;
}
.productdetail .best-seller {
    background: url(images/2.png)no-repeat;
    border-radius: 0%;
    height: 60px;
    width: 50px;
}*/
.productdetail .best-seller, .productdetail .promo, .productdetail .new {
	display: inline-block;
	float: none;
	margin: 5px 13px 0;
	position: relative;
	top: 0;
	text-align: center;
}
#left .best-seller, #left .new, #left .promo {
	float: none;
	margin: 0;
	top: 0;
	display: inline-block;
}
.ketwarna > div > a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.ketwarna {
	bottom: 0;
	margin-bottom: 10px;
	margin-top: 0;
	position: relative;
}
.ketwarna > div {
	display: block;
	padding:3px 0 15px;
	width: 100%;
}
/*.ketwarna > div:first-child a span{
	color:#FF0200;
}
.ketwarna > div:nth-child(2) a span{
	color:#B32EFF;
}
.ketwarna > div:nth-child(3) a span{
	color:#40FF00;
}*/
.ketwarna{margin-bottom:15px}
.ketwarna > div:nth-child(2) a span{
	color:#3598D9;
}
.ketwarna > div:first-child a span{
	color:#fec00b;
}
.ketwarna > div:nth-child(3) a span{
	color:#2ACB72;
}
.ketwarna > div > a:hover,.ketwarna > div:first-child a:hover span,.ketwarna > div:nth-child(2) a:hover span,.ketwarna > div:nth-child(3) a:hover span{
	text-decoration:none;
	color:#ff5400;
}
.ketwarna span {
    color: #777;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    text-indent: 6px;
    text-transform: uppercase;
}
.imagetop > img {
    max-width: 100%;
}
.imagetop {
    margin-bottom: 30px;
}
#productdetail {
    overflow: hidden;
}
#zoomimage {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #bbb;
    float: left;
    height: 520px;
    margin-right: 45px;
    overflow: hidden;
    position: relative;
    width: 520px;
}
/* #zoomimage img { */
    /* bottom: 0; */
    /* left: 0; */
    /* margin: auto; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
/* } */
#zoomimage img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: auto !important;
    max-width: 100%;
}
.bx-wrapper #morepicx .slide {
    margin-bottom: 19px !important;
    margin-right: 30px !important;
    width: 110px !important;
    height: 110px;
	border:4px solid #aaa;
}
.bx-wrapper #morepicx .slide:hover {
    border-color: #555;
}
.bx-wrapper #morepicx .slide img {
    border: 0;
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#morepic {
    float: left;
    width: 118px;
}
#morepic .morephotos.produk {
    border: 4px solid #aaa;
    margin-bottom: 19px;
	display:block;
    height: 110px;
    width: 110px;
}
#morepic .morephotos.produk:last-child {
  margin-bottom: 0;
}
/* #morepicx .slide {
  margin-bottom: 7px !important;
} */
.bx-wrapper .bx-viewport {
  height: 539px !important;
}
#morepic .morephotos.produk:hover{
	border-color:#555;
}
#type {
    clear: both;
	height: auto;
    margin-top: 25px;
	position:relative;
    overflow: hidden;
}
.blockcontent .titlerecom h2 {
	color: #111;
	font-weight: normal;
	margin: 13px 0 14px;
	border-bottom: 1px solid #EC2028;
	padding-bottom: 6px;
}
.typeconten {
    float: left;
    padding: 0 10px 0 50px;
    width: 25%;
}
.titletype {
    border-bottom: 1px solid #ec2028;
    color: #111;
    font-size: 12pt;
    padding-bottom: 6px;
    margin-bottom: 13px;
	width:100px;
}	
.back {
	bottom: 0;
	clear: both;
	height: 25px;
	position: relative;
	padding-top: 20px;
	display: block;
}
.back a {
    background: none repeat scroll 0 0 #bcbcbc;
    color: #fff;
    padding:8px 24px;
    position: relative;
    text-decoration: none;
    top: 4px;
}
.back a:hover {background:#888;text-decoration:none;}
.recomendetail:first-child {
    margin-left: 0;
}
.recomendetail {
	float: left;
	margin: 0 6px;
	width: 164px;
}
.recomendetail .photosproduct {
	height: 125px;
}
.recomendetail .photosproduct a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#standing .type1 {
    background: url(images/dowel.png)no-repeat;
    height: 25px;
    margin: 4px 0 11px;
    width: 100%;
}
#standing .type2 {
    background: url(images/tie.png)no-repeat;
    height: 29px;
    margin: 4px 0 12px;
    width: 100%;
}
#standing .type3 {
    background: url(images/none.png)no-repeat;
    height: 22px;
    margin: 4px 0;
    width: 100%;
}
#board .type1 {
    background: url(images/matboard.png)no-repeat;
    height: 36px;
    margin: -5px 0 2px;
    width: 100%;
}
#board .type2 {
    background: url(images/cardboard.png)no-repeat;
    height: 35px;
    margin: 0 0 8px;
    width: 100%;
}
#board .type3 {
    background: url(images/none2.png)no-repeat;
    height: 22px;
    margin: 4px 0;
    width: 100%;
}
#glass .type1 {
    background: url(images/clearglass.png)no-repeat;
    height: 30px;
    margin: -2px 0 8px;
    width: 100%;
}
#glass .type2 {
    background: url(images/doffglass.png)no-repeat;
    height: 30px;
    margin: 4px 0 10px;
    width: 100%;
}
#glass .type3 {
    background: url(images/none3.png)no-repeat;
    height: 22px;
    margin: 4px 0;
    width: 100%;
}
#glass .active,#board .active,#standing .active{background-position:0 100%;}
.recomen {
	overflow: hidden;
	margin-top: 10px;
}
.recomendetail .photos {
	bottom: 0;
	height: auto;
	margin: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	max-height: 100%;
	width: auto;
	left: 0;
	right: 0;
}
.productdetail:nth-child(3n+1) {
clear: both;
}
#cssmenu ul ul li a.current,#leftourwork .top_link.current,.public-li.active a  {
color: #EC2028;
}
ul.dropdown li.current a{color:#EC2028}
#left .ketwarna a.current span,#left .giftlabel a.current span,#left .giftlabel.specialdesign a.current span {
    color: #EC2028;
}
#leftourwork {
  padding: 0 20px 140px 0;
  width: 220px;
}
.attach-popup {
    padding-left: 10px;
}
.attach-popup > img {
    vertical-align: inherit;
}
.giftlabel {
    background: url(images/header-gift.png) no-repeat scroll 100% 0px/auto 44px, url(images/footer-gift.png) no-repeat scroll left 0px bottom 7px/auto 40px rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin-top: 30px;
    padding: 50px 10px 40px;
    position: relative;
    width: 100%;
}
.giftlabel.specialdesignlabel {
    background: url(images/header-specialdesign.png) no-repeat scroll left 0px bottom 9px/auto 39px;
    padding-bottom: 46px;
    padding-top: 10px;
}
#left .giftlabel a {
    color: #1f1a17;
}
#left .giftlabel.specialdesignlabel a:hover,#left .giftlabel a:hover {color:#ff5400}
#left .giftlabel.specialdesignlabel a {
    color: #fff;
}
.giftlabel.specialdesignlabel:before {
    content: "";
    background: #1f1a17;
}
.giftlabel:before {
    content: "";
    background: url(images/kado.jpg) no-repeat 100% 83%/35% auto#f8c301;
    position: absolute;
    left: 7px;
    top: 0;
    width: calc(100% - 15px);
    height: 100%;
    z-index: -1;
}
.giftlabel > ul {
  list-style: outside none none;
  margin: 5px 0 10px;
  padding: 0 0 0 22px;
}
.giftlabel a {
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.giftlabel li {
  margin-bottom: 4px;
}



/* by aly */
#cssmenu ul li.has-sub a.current {color: #EC2028}
@media (max-width:767px){
	.giftlabel:before{background:#bf0b47 !important}
}