/** Shop
 **************************************************************** **/
/* filter options */
#shop .top-shop-option p {
	height:50px;
	line-height:50px;
}

.well ul {margin-bottom: 2px !important;}
/** Shop List
 **************************************************************** **/
#shop .item-box-desc h4 {
	font-size:17px;
	letter-spacing:1px;
	max-height:54px;
	overflow:hidden;
}
#shop .item-box figure {
	/*height:260px;*/
}
	#shop .item-box figure img {
		margin:auto;
	}
#shop .item-box-desc {
	height:50px;
}

#shop .h-auto {height: auto !important}
#shop .item-box-desc small {
	font-size:16px;
	margin-bottom:0;
}
#shop .item-box-desc small span {
	color:#999;
	font-size:14px;
	/*text-decoration: line-through;*/
}
.instalments li:first-child {width: 38%;}
.instalments li:last-child {width: 60%;}
.Submit-btn {width:90px; height:35px; background:#F90; color:#fff; border:1px #F60 solid;}
.Submit-btn:hover {background:#F60;}
.spesification {border:1px #f1f1f1 solid; padding:10px;}
.spesification li:first-child {width: 30%;}
.spesification li:last-child {width: 65%;}
#shop .item-box a {
	text-decoration:none;
}
#shop .item-box .add_to_cart {
	position:absolute;
	left:0; right:0; bottom:0;
	width:100%;
	z-index:101;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
#shop .item-box:hover .add_to_cart {
	opacity: 1;
	filter: alpha(opacity=100);
}



/** Shop Product
 **************************************************************** **/
#shop h1.product-title,
#shop h2.product-title {
	text-transform:none !important;
	font-size: 2.2em !important;
	font-weight: 300 !important;
	line-height: 42px !important;
	font-weight:bold !important;
	margin-bottom:0 !important;
}
#shop .product-image {
	margin-bottom:20px;
}
#shop .product-image img {
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}


	#shop .productDescription .price {
		font-weight:bold;
	}
	#shop .productDescription .oldprice {
		text-decoration:line-through;
		display:inline-block;
		padding:0 10px;
		color:#888;
	}
	#shop .productDescription .code {
		color:#999;
		padding:10px;
		display:block;
		font-size:13px;
		padding:0 2px; /* perfectly aligned with h1/h2 title */
	}
	#shop .productDescription .addCartBtn {
		margin:25px 15px 0 15px;
	}
	#shop .productDescription .input-group {
	}

	#shop .productDescription h3 {
		color:#333;
		display:block;
		padding:0 !important;
		margin:0 !important;
		line-height:20px !important;
		font-size:11px !important; 
		font-weight:bold !important;
	}
	#shop .productDescription .desc {
		display:block;
		margin-top:30px;
		padding:10px;
	}
	#shop .productRowInfo {
		display:block;
		margin:20px 0;
	}


	/** facebook like, google+, twitter, etc
	 **************************************************************** **/
	.socialApis h3 {
		color:#333;
		display:block;
		margin:20px 0 !important;
	}
	.socialApis .api {
		display:block;
		margin:5px 0 0 0;
		border-left:#eee 2px solid;
		padding:5px 0 0 10px;
	}

	#addToCartBtn {
		border: #e5e7e9 2px solid;
		border-left:0;
		height: 46px;
	}
	#shop .attributes select {
		width:100%;
	}
	#shop .attributes .col-xs-3 {
		width: 22.8%;
	}
	#shop .attributes .col-xs-4 {
		width: 35.2%;
	}
	


/** Shop Cart
 **************************************************************** **/
#cartContent .item {
	border-bottom:#ddd 1px dotted;
}

#cartContent .cart_img {
	float:left;
	width:100px;
	padding:10px;
	text-align:left;
}
#cartContent .product_name {
	float:left;
	width:50%;
	padding:10px;
}
#cartContent .qty {
	float:right;
	width:160px;
	font-size:15px;
	padding:10px;
	text-align:center;
}
#cartContent .qty input {
	padding:3px; margin:0;
	border:#ccc 1px solid;
	width:50px; margin-right:3px;
	text-align:center;
}
#cartContent .total_price {
	float:right;
	width:150px;
	font-size:15px;
	padding:10px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
}
#cartContent .remove_item {
	float:right;
	padding:5px 0 0 10px;
	width:30px;
}
#cartContent a.remove_item {
	background:#fff;
	border:#eee 1px solid;
	padding-top:0;
	margin-top:10px;
	height:30px;
	line-height:28px;
	font-size:18px;
	text-decoration:none;
	color:#000;
	border-radius:3px;

}
#cartContent .total {
	text-align:right;
	font-weight:bold;
	padding:10px 0;
	text-align:right;
	width:200px;
}
#cartContent .total small {
	font-weight:normal;
	display:block;
}
#cartContent .totalToPay {
	font-size:18px;
	padding:10px 0;
	display:block;
}
#cartContent .btn_update {
	margin-top:20px;
}

#shop-cart-shipping {
	padding:20px 0;
	display:none;
}
.shop-cart-agree {
	padding-top:10px;
	padding-bottom:20px;
}
.shop-cart-checkout-alert {
	margin:30px 0;
}
.shop-cart-checkout-alert label {
	padding:6px 10px 0 10px;
}
.shop-cart-final-payment hr {
	margin:30px 0 6px 0;
}
.shop-cc-icons {
	padding:0 0 20px 20px;
}

/** Responsive
 **************************************************************** **/
@media only screen and (max-width: 768px) {
	#shop .top-shop-option {
		text-align:center;
	}
	#shop .top-shop-option select {
		float:none !important;
		width:100%;
	}

	#cartContent .item.head {
		display:none;
	}
	#cartContent .product_name {
		font-size:11px;
	}
	#cartContent .item .total_price {
		display:none;
	}
	#cartContent .item .qty {
		float:left;
		text-align:left;
	}
}

@media only screen and (max-width: 479px) {
	.shop-cc-icons {
		float:none !important;
		display:block;
		text-align:center;
		padding-left:0;
	}
#shop .item-box figure {
	height:auto;
}
}





.nav-pills>li>a {
	border-radius:0;
	padding:7px 20px;
	border:1px solid transparent;
	color:#999;
	font-size:13px;
	text-transform:uppercase;
	font-weight:400
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover, 
.nav-pills>li>a:focus, 
.nav-pills>li>a:hover {
	color:#777;
	background-color:transparent;
	border-bottom:1px solid #777
}
.nav-pills.style-2>li>a {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.nav-pills.style-2>li.active>a, 
.nav-pills.style-2>li.active>a:focus, 
.nav-pills.style-2>li.active>a:hover, 
.nav-pills.style-2>li>a:focus, 
.nav-pills.style-2>li>a:hover {
	color:#09afdf;
	background-color:#fafafa;
	border:1px solid #eaeaea
}
.nav-pills>li+li {
	margin-left:5px
}
.nav-pills.nav-stacked>li+li {
	margin-left:0
}
.nav-pills.nav-stacked>li>a {
	padding:5px 0;
	color:#777
}
.nav-pills.nav-stacked.list-style-icons>li>a {
	padding:4px 0
}
.nav-pills.nav-stacked>li.active>a, 
.nav-pills.nav-stacked>li.active>a:focus, 
.nav-pills.nav-stacked>li.active>a:hover, 
.nav-pills.nav-stacked>li>a:focus, .nav-pills.nav-stacked>li>a:hover {
	color:#09afdf;
	background-color:transparent;
	border-color:transparent
}
.nav-pills.nav-stacked:not(.list-style-icons)>li>a:after {
font-size:12px;
position:absolute;
right:15px;
color:#d1d1d1;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.nav-pills>li.active>a:after {
	color:#09afdf
}
.nav-pills.nav-stacked:not(.list-style-icons)>li.active>a:focus:after, 
.nav-pills.nav-stacked:not(.list-style-icons)>li.active>a:hover:after, 
.nav-pills.nav-stacked:not(.list-style-icons)>li>a:focus:after, .nav-pills.nav-stacked:not(.list-style-icons)>li>a:hover:after {
color:#0c9ec7;
right:10px
}
.nav-pills.nav-stacked.list-style-icons>li>a>i {
	padding-right:10px;
	font-size:14px;
	color:#cdcdcd
}
.nav-pills.nav-stacked.list-style-icons>li.active>a>i, 
.nav-pills.nav-stacked.list-style-icons>li>a:focus>i, 
.nav-pills.nav-stacked.list-style-icons>li>a:hover>i {
	color:#0c9ec7
}
.nav-pills.nav-stacked:not(.list-style-icons)>li>a:after, 
.process .nav-pills>li+li:after {
font-family:FontAwesome;
content:"\f101";
top:6px
}