
/*------------------------------
	CUSTOM
------------------------------*/

/* --- CART --- */

.cartHeaderLink {
  color: #ffffff;
  font-family: "OpenSans",sans-serif;
  font-size: 12px;  
}

.cartHeaderLink:hover {
  color: #eeeeee; 
  cursor: pointer;
}

.cartHeader {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
}

.cartContent {
  margin-top: 20px;
}

.cartItemHeadersRow {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;  
  padding: 0 20px 0 20px;
}

.cartItemsRow {
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  padding: 0 20px 0 20px;
}

.cartItemDescriptionHeader,
.cartItemQuantityHeader,
.cartItemPriceHeader,
.cartItemActionsHeader {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 10px 5px;
}

.cartItemPriceHeader {
  text-align: right;
}

.cartItemDescription {
  padding: 5px 10px 5px 10px;
}

.cartItemDescriptionText1 {
  font-size: 16px;
}

.cartItemDescriptionText2 {
  font-size: 12px;
}

.cartItemQuantity {
  padding: 5px;
} 

.cartItemPrice {
  padding: 12px 0 0 0;
  text-align: right;
} 

.cartItemActions {
  padding: 6px 0 0;
  text-align: right;
}

.cartDiscount {
  margin-bottom: 0;
  padding: 0 0 0 30px;
}

.cartItemLineTotalsContainer {
  padding: 40px 0 0 15px;
}

.cartItemLineTotals {
  padding: 0 100px 0 0;
}

/* --- CHECKOUT --- */

.checkoutStage {
  cursor: pointer;
}

.checkoutStageSection {
  padding: 0 25px 0 25px;
}

.checkoutItemPriceHeader {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 10px 10px 5px;  
  text-align: right; 
}

.checkoutItemPrice {
  padding: 12px 10px 0 0;
  text-align: right;
} 

.checkoutOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
  background-color: #cccccc;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.checkoutOverlaySpinner {
  margin: 20% 0 0 0;
  font-size: 80px;
  font-weight: 600;
}


/* -------------- FROM WRAPBOOTSTRAP "uMarket" TEMPLATE FILES --------------*/

/*------------------------------
	GENERAL
------------------------------*/

.btn-inverse {
	background-color:#666666;
	color:#FFFFFF;
}

.btn-inverse:hover,
.btn-inverse:focus {
	color:#DDDDDD;
}

/* CHECKBOX 

.checkbox input[type=checkbox],
.radio input[type=radio] {  
    display:none;  
}

.checkbox > label,
.radio > label {  
    padding-left:25px;
	font-weight:600;
	color:#777777;
	font-size:15px;
} 

.checkbox > label:before,
.radio > label:before {  
	background-color:#FFFFFF;
    content:"";  
    width:18px;  
    height:18px;  
    position:absolute;  
    left:0;   
   	border:2px solid #D0D0D0; 
	top:2px;
}  

.checkbox > input[type=checkbox]:checked + label:before,
.radio > input[type=radio]:checked + label:before {
	color:rgba(0,0,0,0.2);
	border-color:rgba(0,0,0,0.1);
    content:"\f00d"; 
	padding-top:1px;  
    text-align:center;
	font-size:13px;  
}

.checkbox.disabled > input[type=checkbox]:disabled + label:before,
.radio.disabled > input[type=radio]:disabled + label:before {
	background-color:#F0F0F0;
}
*/

/* RADIO 

.radio > label:before {  
    border-radius:50%;
}  

.radio > input[type=radio]:checked + label:before {
    content:"";   
}

.radio > input[type=radio]:checked + label:before {
    content:"";   
}

.checkbox > input[type=checkbox]:checked + label:before, 
.radio > input[type=radio]:checked + label:before {
    background-color: lightblue;
}
*/

/*------------------------------
	TABLE
------------------------------*/

.table-bordered {
	border:2px solid #EBEBEB;
	margin-bottom: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th {
	color:#555555;
	border-width:2px;
	border-color:#EBEBEB;
	border-top-width:0;
}

.table > thead > tr > td,
.table > tbody > tr > td {
	border-width:2px;
	vertical-align:middle;
	font-weight:600;
	color:#888888;
	border-color:#EBEBEB;
}

.table td span.grey {
	font-weight:400;
	color:#AAAAAA;
    font-style:italic;
}

/*------------------------------
	CONTENT
------------------------------*/

.content {
	padding:30px 0;
}

.content a {
	transition:all 0.2s ease-in;
}

body.page-boxed .content.pattern {
	background-image:url(../png/pattern.png);
}

.content h1 {
    font-weight:700;
    color:#666666;
	margin-top:0;
	font-size:46px;
}

.content h2 {
    font-weight:900;
    color:#666666;
	letter-spacing:-1px;
	margin-top:0;
	font-size:32px;
}

.content h3,
.separator h3 {
	margin:0 0 10px;
    font-weight: bold;
    color: #777777;
    letter-spacing: -1px;
}

.separator {
	background-color:#FFFFFF;
	padding:10px 0;
}

.default-style,
.products-header,
.account-content,
.sidebar .widget,
article.product-item,
.pagination-wrapper,
.login-form-wrapper,
.error-wrapper,
#scrollspy-nav .affix,
.components-content {
	background-color:#FFFFFF;
	box-shadow:1px 2px 5px 0 rgba(0, 0, 0, 0.5);
	border: 1px solid #d2d2d2;
}

.default-style {
	padding:20px;
}

.border-top {
	border-top:1px solid #F0F0F0;
}

.border-bottom {
	border-bottom:1px solid #F0F0F0;
}

.content .box {
	padding:15px;
	border:2px solid #F0F0F0;
	margin-bottom:30px;
}

.content .box h4 {
	margin:-12px -12px 12px;
	background-color:#F5F5F5;
	border-bottom:2px solid #F0F0F0;
	padding:12px;
	color:#888888;
}

.content .box h5 {
	font-weight:bold;
	color:#888888;
}

.content .box h4 + p,
.content .box h5 + p {
	margin-bottom:0;
}

.content .box ul {
	margin:0;
}

.content .box ul li {
	font-size:15px;
	color:#777777;
	padding:2px 0;
}

.section-title {
	text-align:center;
	margin-bottom:30px;
}

.section-title p {
	color:#AAAAAA;
	font-weight:600;
	font-size:16px;
}

/*------------------------------
	PRODUCTS
------------------------------*/

.products-header {
	margin-bottom:20px;
	padding:10px;
}

.products-header > .row > div:last-child {
	text-align:right;
}

.products-header .toggle-list-grid button {
	margin:0 4px;
}

.products-header .order-by {
	display:inline-block;
	margin-left:10px;
}

/* GRID/LIST */

article.product-item  {
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}

article.product-item .product-overlay {
	position:relative;
	display:block;
}

article.product-item .product-overlay .product-mask {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.2s ease-out;
	background-color:#999999;
	z-index:110;
}

article.product-item:hover .product-overlay .product-mask {
	opacity:0.3;
	filter:alpha(opacity=30);
}

article.product-item .product-image-2 {
	position:absolute;
	top:0;
	opacity:0;
	transition:opacity 0.6s ease-in;
	z-index:100;
}

article.product-item:hover .product-image-2 {
	opacity:1;
}

article.product-item .product-quickview {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	margin-top:-32px;
    transition:all 0.2s ease-out;
	text-align:center;
	opacity:0;
	z-index:130;
}

article.product-item:hover .product-quickview {
	opacity:1;
}

article.product-item .product-quickview .btn-quickview {
    background-color:rgba(255,255,255,0.8);
	padding:20px 0;
	width:100%;
	border-radius:0;
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	transition:all 0.3s ease-in;
}

article.product-item .product-quickview .btn-quickview:hover, 
article.product-item .product-quickview .btn-quickview:focus {
	color:#666666;
}

article.product-item .product-permalink {
	display:block;
    width:100%;
    height:100%;
	position:absolute;
	z-index:120;
}

article.product-item h3 {
	font-weight:600;
	font-size:18px;
	line-height:24px;
	margin-top:15px;
	letter-spacing:0;
	height:44px;
}

article.product-item .product-rating {
	padding:0 0 5px;
}

article.product-item .product-rating i,
.account-content .product-rating i,
.small-product li .product-rating i {
	font-size:16px;
	padding:0 1px;
	color:#F2CD00;
}

article.product-item .price,
.small-product li .price {
	font-size:18px;
	color:#888888;
}

article.product-item .price ins,
.small-product li .price ins {
	text-decoration:none;
	font-weight:600;
	color:#333333;
}

article.product-item .price del + ins,
.small-product li .price del + ins {
	text-decoration:none;
	font-size:22px;
	margin-left:3px;
	font-weight:400;
}

article.product-item .buttons {
	padding:15px 0;
}

article.product-item .buttons a.add-to-cart i {
	margin-right:5px;
}

article.product-item .buttons-simple {
	padding:10px 0 15px;
}

article.product-item .buttons-simple a {
	font-size:19px;
	padding:0 7px;
}

article.product-item .buttons-simple a:hover {
	color:#666666;
}

article.product-item .product-labels {
	position:absolute;
	padding:15px;
	z-index:125;
}

article.product-item .product-labels .label {
	border-radius:50%;
	width:36px;
	height:36px;
	padding:10px 0 0;
	display:inline-block;
	font-size:12px;
	border:2px solid #FFFFFF;
	text-transform:uppercase;
}

article.product-item .product-labels .label.label-danger {
	background-color:#E87169;
}

article.product-item .product-labels .label.label-info {
	background-color:#39B3CA;
}

/* LIST */

#products.list > div {
	width:100%;
}

#products.list article.product-item .product-body {
	padding-right:15px;
}

#products.list article.product-item p {
	font-size:15px;
	color:#888888;
	margin:10px 0 0;
}

#products.list article.product-item h3 {
	height:auto;
}

#products.list article.product-item .product-labels {
	top:0;
	right:15px;
}

#products.list article.product-item .product-labels .label {
	box-shadow:0 0 1px 0 rgba(0,0,0,0.2);
}

/* GRID */

#products.grid article.product-item {
	text-align:center;
}

#products.grid article.product-item > .row > div {
	width:100%;
	float:none;
	position:static;
}

#products.grid article.product-item .product-body {
	padding:0 10px;
}

#products.grid article.product-item p {
	display:none;
}

#products.grid article.product-item .product-labels {
	top:0;
	left:0;
}

/*------------------------------
	SINGLE PRODUCT
------------------------------*/

article.product-item.product-single {
	padding:0 15px 0 0;
}

article.product-item.product-single .product-labels {
	top:0;
    right:0;
}

article.product-item.product-single .product-labels .label {
    box-shadow:0 0 1px 0 rgba(0,0,0,0.2);
}

article.product-item.product-single h3 {
    height:auto;
}

article.product-item.product-single .product-rating {
	padding:0 0 10px;
}

article.product-item.product-single .product-info {
	margin:20px 0;
}

article.product-item.product-single .product-info li {
	padding:3px 0;
	font-weight:bold;
}

article.product-item.product-single .product-info li span {
	width:100px;
	color:#B0B0B0;
	display:inline-block;
	font-weight:400;
}

article.product-item.product-single p {
	font-size:15px;
	color:#888888;
	margin:10px 0 20px;
}

article.product-item.product-single .product-form label {
    margin:0 7px 0 0;
}

article.product-item.product-single .product-form .form-control {
	height:38px;
}

article.product-item.product-single .product-quantity,
article.product-item.product-single .product-size,
article.product-item.product-single .product-color {
	padding-bottom:10px;
}

article.product-item.product-single .product-quantity .btn {
	font-size:16px;
	font-weight:bold;
	width:40px;
	float:left;
	background-color:#F0F0F0;
	z-index:500;
	padding:6px 12px;
}

article.product-item.product-single .product-quantity .form-control {
	display:inline-block;
	width:44px;
	text-align:center;
	height:38px;
	float:left;
	margin-left:-2px;
	z-index:510;
}

article.product-item.product-single .product-quantity .btn:last-child {
	border-left:0;
}

article.product-item.product-single .add-to-cart {
	float:right;
	padding:7px 12px;
}

article.product-item.product-single .add-to-cart i {
	margin-right:5px;
}

article.product-item.product-single .product-links {
	clear:both;
	margin-top:10px;
	padding-top:10px;
	border-top:2px solid #F0F0F0;
}

article.product-item.product-single .product-links li {
	padding-right:10px;
}

article.product-item.product-single .product-links a {
	color:#999999;
}

article.product-item.product-single .product-links a:hover {
	color:#666666;
}

article.product-item.product-single .product-links a i {
	margin-right:4px;
}

.tabs.product-tabs .nav-tabs {
	border-bottom:0;
}

.tabs.product-tabs .nav-tabs > li > a {
	background-color:#FFFFFF;
	opacity:0.85;
	border-top:2px solid transparent;
}

.tabs.product-tabs .nav-tabs > li.active > a, 
.tabs.product-tabs .nav-tabs > li.active > a:focus, 
.tabs.product-tabs .nav-tabs > li.active > a:hover {
	background-color:#FFFFFF;
	color:#999999;
	border-top:2px solid #E87169;
	opacity:1;
}

.tabs.product-tabs .tab-content {
	background-color:#FFFFFF;
	padding:20px;
}

.releated-products {
	margin-top:40px;
}

/*------------------------------
	MY ACCOUNT
------------------------------*/

.sidebar .nav-stacked > li {
	padding:0;
}

.sidebar .nav-stacked > li + li {
	margin-top:0;
}

.sidebar .nav-pills > li > a {
	border-radius:0;
	font-weight:600;
	color:#999999;
	border-bottom:2px solid #EBEBEB;
	font-size:14px;
}

.sidebar .nav-pills > li:last-child > a {
	border-bottom:0;
}

.sidebar .nav-pills > li > a:after {
    content:"\f0da";
    float:right;
	margin-top:3px;
}

.sidebar .nav-pills > li > a:hover,
.sidebar .nav-pills > li > a:focus {
	background-color:#F3F3F3;
}

.sidebar .nav-pills > li.active > a {
	color:#FFFFFF;
}

/* ACCOUNT CONTENT */

.account-content {
	padding:20px;
}

.account-content h3 {
    font-weight:600;
}

.account-content h3 span {
	font-weight:300;
}

.account-content p {
    font-size:15px;
    color:#777777;
}

.account-content b {
    font-size:15px;
    color:#777777;
}

.account-content h4 {
	margin:0 0 10px;
    font-size:18px;
    color:#666666;
	font-weight:600;
}

/* PROFILE */

.account-content .account-profile-top div {
	display:inline-block;
}

.account-content .account-profile-top div.button {
	float:right;
}

.account-content .account-profile-top img {
	margin-right:10px;
}

.account-content .account-profile-top h3 {
	position:relative;
	top:12px;
}

.account-content .account-profile-top h3 small {
	display:block;
	padding:5px 0 0 2px;
	color:#BBBBBB;
	font-size:60%;
}

.account-content .account-profile-top a {
	margin-top:19px;
}

.account-content .form-horizontal {
	clear:both;
	margin-top:20px;
}

/* ADDRESS */

.account-content .table td a.btn i {
	width:11px;
}

.account-content .table td a.btn {
	margin-right:5px;
}

.account-content .table td a.btn:last-child {
	margin-right:0;
}

/* SINGLE ORDER */

.account-content .order-status {
	margin:4px 0 14px;
	display:inline-block;
}

.account-content .order-action {
	float:right;
}

.account-content .order-action li {
	padding:0;
}

.account-content .products-order {
	padding:15px;
}

.account-content ul.order-total {
	text-align:right;
	margin:0;
}

.account-content ul.order-total li {
	padding:2px 0;
	font-size:16px;
}

.account-content ul.order-total span {
	width:100px;
	display:inline-block;
	font-weight:bold;
	color:#555555;
}

.account-content ul.order-total span.total {
	color:#333333;
}

/* SHOPPING CART */

.account-content .shopping-cart {
	margin-bottom:20px;
}

.account-content .shopping-cart .update-cart {
	float:right;
}

/* CHECKOUT */

.account-content .checkout-step {
	position:relative;
	text-align:center;
	margin-bottom:15px;
}

.account-content .checkout-step .number {
	background-color:#DDDDDD;
	color:#AAAAAA;
	border-radius:50%;
	display:inline-block;
	height:29px;
	width:29px;
	font-weight:bold;
	font-size:20px;
}

.account-content .checkout-step.active .number {
	color:#555555;
}

.account-content .checkout-step .title {
	font-weight:600;
	font-size:16px;
	color:#888888;
	margin:7px 0 0;
}

.account-content .checkout-step.active .title {
	color:#555555;
}

.account-content .checkout-step:after {
	position:absolute;
	height:16px;
	width:16px;
	margin-left:-8px;
	left:50%;
	bottom:-24px;
	content:"";
	border-radius:50%;
	border:2px solid #F0F0F0;
	background-color:#FFFFFF;
	z-index:1;
}

.account-content .checkout-progress {
	position:relative;
	left:12.5%;
	width:75%;
	border-radius:0;
	background-color:#F0F0F0;
	box-shadow:none;
	height:2px;
	margin-bottom:40px;
}

.checkout-step.active:after {
    border-color: #dddddd;
}

.checkout-step.active .number {
    background-color: #dddddd;
}

.account-content .checkout-progress .progress-bar {
	box-shadow:none;
}

.account-content .products-order.checkout {
	margin-bottom:20px;
}

.checkout .addresses-toggle {
	margin-bottom:20px;
}

.billing-information textarea {
	height:130px;
}

.shipping-information .checkbox {
	margin-bottom:30px;
}

#shipping-address {
	display:none;
}

.account-content .products-order.shipping-method .radio,
.account-content .products-order.payment-method .radio {
    margin:15px 0;
	border:0;
	box-shadow:none;
}

.account-content .products-order.shipping-method .radio:first-child,
.account-content .products-order.payment-method .radio:first-child {
    margin-top:0;
}

.account-content .products-order.shipping-method .radio:last-child,
.account-content .products-order.payment-method .radio:last-child {
    margin-bottom:0;
}

.account-content .products-order.shipping-method .radio .panel-collapse,
.account-content .products-order.payment-method .radio .panel-collapse {
    margin-left:30px;
}

.account-content .products-order .radio label span {
    margin-left:25px;
	font-weight:400;
	color:#AAAAAA;
}

.account-content .products-order.shipping-method .radio .panel-collapse .radio {
     margin:7px 0;
}

.account-content .products-order.shipping-method .shipping-method-description {
    margin:10px 0 20px 30px;
}

.account-content .products-order.shipping-method .shipping-method-description p {
    margin:0 0 10px;
}

.account-content .products-order.shipping-method .shipping-method-description ul {
    margin:0;
}

.account-content .products-order.shipping-method .shipping-method-description ul li {
	font-weight:bold;   
}

.account-content .products-order.shipping-method .shipping-method-description ul li span {
	font-weight:400;
    width:70px;
	display:inline-block;
}

.account-content .products-order.payment-method .credit-card-form {
	padding-top:15px;
}

.account-content .products-order.payment-method .credit-card-form label {
	font-weight:700;
	padding-left:0;
}

#credit-card-img {
	padding:4px 8px;
	color:#999999;
}

#credit-card-img i {
	font-size:24px;
	width:35px;
}

#credit-card-img img {
	height:24px;
}

.expiration-date .form-control {
	width:49%;
	display:inline-block;
}

#credit-card-error p {
	margin:0;
	color:#E74C3C;
	font-weight:bold;
    font-size:12px;
}

/* TABLE PRODUCTS */

.table-products {
	border-bottom:2px solid #EBEBEB;
	margin-bottom:10px;
}

.table-products > thead > tr > th, 
.table-products > tbody > tr > th {
	padding:10px 5px;
    font-size:16px;
    border-right:2px solid #FFFFFF;
	border-bottom:0;
    text-align:center;
}

.table-products > thead > tr > th:last-child, 
.table-products > tbody > tr > th:last-child {
    border-right:0;
}

.table-products > thead > tr > td, 
.table-products > tbody > tr > td {
	padding:10px 0;
}

.table-products > tbody > tr:first-child > td {
	border-width:0;
}

.table-products .col-xs-1 img {
	max-width:70px;
}

.table-products h4 {
	margin-left:25px;
}

.table-products h4 small {
	margin-top:5px;
    display:block;
    color:#AAAAAA;
    font-style:italic;
}

.table-products span {
    color:#888888;
    font-size:16px;
}

.table-products .form-control {
    text-align:center;
    font-size:16px;
    margin:15px auto;
    width:60%;
}

/* COMPARE */

.account-content.compare {
	padding:0;
}

#table-compare,
.dragtable-sortable table {
	margin:0;
}

.dragtable-sortable li {
	background-color:#FFFFFF;
}

.dragtable-sortable .ui-sortable-placeholder { 
    background-color:#DDDDDD;
	box-shadow:0 0 15px 5px rgba(0,0,0,0.2) inset;
}

#table-compare tr td,
.dragtable-sortable li > table > tbody > tr > td {
	text-align:center;
	font-size:16px;
}

#table-compare tr th,
.dragtable-sortable li > table > thead > tr > th {
	text-align:center;
	background-color:transparent;
}

#table-compare tr th i.btn,
.dragtable-sortable tr th i.btn {
	padding:6px 0;
	width:33px;
	font-weight:400;
}

#table-compare tr th i.fa-arrows,
.dragtable-sortable tr th i.fa-arrows {
	cursor:move;
	margin-right:3px;
}

#table-compare tr td.title,
.dragtable-sortable tr td.title {
	width:15%;
	text-align:right;
	color:#666666;
	font-weight:bold;
	border-right:2px solid #EBEBEB;
	background-color:#F5F5F5;
	padding:8px 12px;
}

#table-compare tr td img,
.dragtable-sortable tr td img {
	height:150px;
	margin-bottom:10px;
}

#table-compare tr td img + a,
.dragtable-sortable tr td img + a{
	font-size:16px;
}

/* SIGN UP / SIGN IN */

.login-form-wrapper {
    padding:20px;
	margin:40px 0 10px;
}

.login-form-wrapper form {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px solid #D0D0D0;
}

.login-form-wrapper.no-border form {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0
}

.login-form-wrapper h3 {
	text-align:center;
    font-size:32px;
}

.login-form-wrapper p {
	margin:0 0 10px;
    font-weight:600;
    color:#999;
}

.btn-brand {
	background-color:#777777;
	display:block;
	color:#FFFFFF;
	opacity:0.9;
	transition:opacity 0.3s ease-in;
	padding:10px 12px;
}

.btn-brand:hover {
	opacity:1;
	color:#FFFFFF;
}

.btn-brand i {
	margin-right:5px;
}

.btn-facebook {background-color:#3B5998;}
.btn-google-plus {background-color:#D13E29;}

.form-text {
	font-weight:600;
	text-align:center;
	color:#888888;
	font-size:15px;
}


