body{
   padding-bottom: 20px;
    padding-top: 20px;
    background: #fff !important;
}


.list-color a {
margin-bottom: 5px !important;
float: left;
margin-right: 5px;
}

.LabelProductSize{
	text-align: center;
	color: #3c184a;
    font-weight: 700;
}

.more-view-product li {
     height: 80px;
    overflow: hidden;
    width: 80px;
}

.wrapp-tambah-panjang{
	margin:20px 0;
}

.ProductImages{
	height: 850px
}

.description li{
	margin: 0 5px 5px 0;
    padding: 0;	
}

.description .red{
	background-color: #FF4444;
}

.description .blue{
	background-color: #33B5E5;
}

.description .green{
	background-color: #99cc00;
}

.description .violet{
	background-color: #AA66CC;
}

.marker{
    position: absolute;
    right: 31%;
    top: 15%;
    opacity:0.7;
     -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}

.marker:HOVER{
    opacity:1;
}

.size24{
	font-size: 24px;
	color:#777;
}

.well {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
}

.topclear{
	margin-top: 0;
}

.topNav{
	margin-bottom: 20px;
	display: block;
}

.sum{
	font-size: 24px; 
	font-weight: bold;
	margin-top: -5px;
}

.sumlabel{
	font-size: 16px; 
	font-weight: bold;
}

.wellbg{
	background-color: #f5f5f5;
}

.ordersumary{
	background-color: #f5f5f5;
	padding:5px;
	font-weight: bold;
}

.footcopyright{
	color: #928298;
}

#footer .list-inline li:hover {
    background: #b2a2b8 none repeat scroll 0 0;
    cursor: pointer;
}

.att-desc{
	text-align: justify;
	font-size: 10px;
	margin:20px 0 0;
}
	
.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
    margin-bottom: 30px;
}
/* .post img */
/* { */
/*     filter: blur(2px); */
/*     -webkit-filter: blur(2px); */
/*     -moz-filter: blur(2px); */
/*     -o-filter: blur(2px); */
/*     -ms-filter: blur(2px); */
/* } */
/* .post img:hover */
/* { */
/*     filter: blur(0px); */
/*     -webkit-filter: blur(0px); */
/*     -moz-filter: blur(0px); */
/*     -o-filter: blur(0px); */
/*     -ms-filter: blur(0px); */
/* } */
.post .content
{
    padding: 15px;
}
.post .author
{
    font-size: 11px;
    color: #737373;
    padding: 25px 30px 20px;
}
.post .post-img-content
{
    height: auto;
    position: relative;
}
.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b
{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}

/*=============================================================*/





/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.share-design .social-network a.icoRss:hover {
	background-color: #F56505;
}

.share-design .social-network a {
	background-color:#3B5998 !important;
}

.share-design .social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.share-design .social-network a.icoTwitter:hover {
	background-color:#C3309A;
}
.share-design .social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.share-design .social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.share-design .social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.share-design .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.share-design .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.share-design .social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.share-design .social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.share-design .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.share-design .social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/* .share-design a { */
/*  background-color: #D3D3D3;    */
/* } */

.share-design {
    margin-bottom: 20px;
}

.ordered-list .col-sm-3, .ordered-list .col-md-3{
	display: inline-block;
	float: none;
}

.logo-footer img{
	opacity:0.8;
	width:80px;
}

.button.facebook {
 background: #3b5998;
}

.footcopyright a:hover, .footcopyright img:hover{
	color: #fff;
	opacity:1;
}

.footcopyright a, .footcopyright img{
	color: #928298;
	opacity:0.7;
}

#intro .overlay {
/* 	margin-left: 75px !important; */
/*     margin-top: 120px !important; */
}


.payment li {
    background-color: transparent !important;
    height: auto !important;
    width: 70px !important;
}

.navbar-default .navbar-brand img {
    height: auto !important;
    line-height: 1;
/*     margin-top: 17px; */
}

.logo-foot{
	margin:20px 0;
}

.content-static-page{
	margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    text-align: left;
    width: 90%;	
}

.payment img {
    height: 35px;
}

.content-static-page h2 {
    background-color: #f9f8fa;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.productImagesPanel.{
	    margin-left: 25px;
}


.navbar-default{
	background: #fff !important;
	border:#fff !important;
}

.top-nav-collapse.navbar-default{
	border:#fff !important;
	box-shadow: none !important;
}

.product-info {
    background-color: #250d2d;
    color: white;
    text-align: center;
    padding: 10px;
}

.product-info .name {
    font-size: 25px;
    font-weight: bold;
}

.product-info .price {
    margin:5px 0;
}

.img-preview{
	    border-radius: 23px;
	     box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.16);
}

.status {
    top: 60px;
    position: absolute;
}

@media(max-width:480px) {
	
	.productImagesPanel.{
		    margin-left: 0;
	}
	
	.modal {
		left:0;
		right:0;
	}
	.modal-lg {
		width:100%;
	}
	#intro {
/* 		background-image:url(../img/banner-1-mobile.jpg); */
		background-image:none !important;
		width:360px;
		overflow:hidden;
	}
	
	#intro .overlay {
	    margin-left: auto !important;
	    margin-top: 100px !important;
	}