/*! 
    jQuery XML Product Showcase & Quote Cart
    by LivelyWorks - http://livelyworks.net
    Ver. 1.0.1
*/  
body {
	overflow:auto; 
	padding-top: 0;
    padding-bottom: 20px;
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
}

#mainContainer {
    padding-top: 150px;
}

@media screen and (max-width: 979px) {
    /*body {
        padding-top: 0;
    }

    body.bs-3 {
        padding-top: 160px;
    }*/
}

@media screen and (max-width: 767px) {
    /*body {
        padding-top: 0;
    }

    body.bs-3 {
        padding-top: 220px;
    }*/

    #mainContainer {
        background: #F4F4F4;
        padding-top: 130px;
    }

}

.form-group{
	margin-bottom:5px;	
}

.delivery-account {
	border-radius:5px;
	border-style:solid;
	border-width:2px;
	border-color:#d9534f;
	margin-bottom:15px;
}

.account-header {
	margin-top:-12px;
	margin-left:5px;
	background-color:white;
	width:100px;
	text-align:center;
}

#menu{
	cursor:pointer;
	background:#ffffff url(../img/settings.png) center center no-repeat;
    background-size: 20px 20px;
    width:40px;
    height:34px;
	border-radius:4px;
	margin-left:10px;
	background-color:white;
}
#dropdown-menu{
	z-index:1000;
	display:none;
	border-radius:10px;
	background-color:white;
	border-width:1px;
	width:100px;
	position:absolute;
	right:10px;
	margin-top:10px;
	border-style: solid;
    border-color: #cccccc;
}

#dropdown-menu ul{
	margin-top:8px;
	list-style-type: none;
	padding-left:20px;
}

#dropdown-menu ul li{
	padding-top:3px;
	padding-bottom:3px;
}

#dropdown-menu ul a{
	color:black;
}
	
.option-check{
	margin-bottom:5px;
}

.option-input{
	margin-bottom:5px;
	margin-top:10px;
}

.option-check span{
	margin-left:5px;
}

.option-input span{
	margin-right:5px;
}

.price{
	font-size:14px;
	font-weight:bold;
}

a {
    outline: none!important;
}

.disable-scrolling {
    /*overflow: hidden;*/
}

label.error {
    color: #b94a48;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}

.left-align, td.left-align, th.left-align {
	text-align:left;
}
.right-align, td.right-align, th.right-align {
	text-align:right;
}

.center-align, td.center-align , th.center-align {
	text-align:center;
}

.lw-modal-body img {
	margin: 8px;
    max-width: 95%;
}

.no-cursor {
	cursor: default;
}

.lw-main-logo-img {
    width: 150px;
}

.quote-cart-btn-wrapper-parent {
    float: right;
}

.quote-cart-btn-container {
	display: inline-block;
	/*margin: 30px 10px 10px 0; */
}

.quote-cart-btn-container-icon-only {
    display: inline-block;
	/*margin: 10px 10px 10px 0;*/
}

/* item specifics */

/* product details modal footer height */
.product_details_modal .modal-footer{
	height:50px;
}
/* cart holder modal footer height */
#cartHolder .modal-footer{
		height:80px;
}
/* show cart button top margin */
#showCart{
	margin-top:40px;
}

/* Categories breadcrumb color */
#productsBreadcrumb {
	/*color:#aaa;*/
	border-bottom: 1px #dddddd solid;  border-radius: 0;
    
}
/* Current Category */
.active-category {
	margin-left:1px;
}
/* Current Category link */
.bs-2 .active-category a {
	background:#fff;
	color:#FAA732;
}

.list-group-item a {
    color: #555;
    text-decoration: none;
}

.list-group-item.active-category, .bs-3 .list-group-item.active-category:hover, .list-group-item.active-category:focus, .list-group-item.active-category a {
    z-index: 2;
    color: #fff;
    background-color: #F57674;
    border-color: #D35E5D;
}

.list-group-item.active-category .lw-category-badge, .bs-3 .list-group-item.active-category:hover .lw-category-badge, .list-group-item.active-category:focus .lw-category-badge, .list-group-item.active-category a .lw-category-badge { 
    background: #fff;
}

.lw-afterfirst-panel-heading {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}



.bs-3 .list-group-item:hover, .bs-3 .list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}


#current_products_count {
	margin-top:8px;
}

/* Shopping Cart loader position */
#loaderContainer {
	width:200px; 
	vertical-align:middle; 
	text-align: center; 
	background: rgba(0,0,0,0.6); 
	overflow: hidden; 
	padding: 10px; 
	border-radius: 8px;
	color:#ffffff; 
	position: fixed; 
	left: calc(50% - 100px);
	top:calc(50% - 100px);
	z-index: 9999;
}

#loaderContainer .lw-loading-status {
	background: rgba(255,255,255,0.6); 
	padding: 8px; 
	border-radius: 8px;
	-webkit-box-shadow:inset 2px 2px 0 0 rgba(0,0,0,0.2);
	box-shadow:inset 2px 2px 0 0 rgba(0,0,0,0.2);
}


/* Thumbnail image holder */
.thumb-holder {
	margin:0 auto;
	min-width:100px;
	max-height:200px;
    padding: 10px;
    margin-bottom: 10px;
	overflow:hidden;
	background:#ffffff url(../img/ajax-loader.gif) center center no-repeat;
	-webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  text-align: center;
}

.product-item {
	
	width 				: 290px;
	/*background 			: rgba(255,255,255,0.06); */

	-webkit-opacity 	: 0;
	-moz-opacity 		: 0;
	 opacity 			: 0;

	margin: 20px 20px 0px 0!important;

	-webkit-transition  : margin-top .5s ease-in-out, opacity .5s ease-in-out, background .3s ease-in-out;
    -moz-transition     : margin-top .5s ease-in-out, opacity .5s ease-in-out, background .3s ease-in-out;
    -ms-transition      : margin-top .5s ease-in-out, opacity .5s ease-in-out, background .3s ease-in-out;
    -o-transition       : margin-top .5s ease-in-out, opacity .5s ease-in-out, background .3s ease-in-out;
     transition         : margin-top .5s ease-in-out, opacity .5s ease-in-out, background .3s ease-in-out;
     text-align         : center;

     -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  
}

.bs-3 .product-item {
    list-style: none;
}

.product-item.fade-in {
	margin: 0px 20px 20px 0!important;
	-webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
}

.bs-2 .product-item:hover{
  background: rgba(0,0,0,0.2);
}

.product-item .thumb-holder img {
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;

	max-width:100%;
}

.product-item .thumb-holder img:hover {

	-moz-transform: scale(1.1) rotate(0.01deg);
	-webkit-transform: scale(1.1) rotate(0.01deg);
	transform: scale(1.1) rotate(0.01deg);
}

.product-attributes {
	color:#aaa;
}
#productsContainer {
    padding: 10px;
}

#productsContainer .product-name {
	font-size:110%;
}


/* Product summery */
.product_sum{
	min-height:70px;
}

/* sidebar navigation */
.sidebar-nav {
    padding: 9px 0;
 }
 
 /* Footer */
 #footer{
	/*background:#ddd; */
	position:fixed; bottom:0; 
	/*margin-bottom:-10px; */
	min-height:35px; 
	padding:0px; 
	border-top: 1px #dddddd solid;
	border-radius: 0; 
	width: 100%;
	z-index: 3;
}

#footer .footer-text{
	margin-bottom:0px;
}

.lw-header-bar {
	/*background-color: #373737;*/
	background-color:black;
}

.bs-3 .lw-header-bar {
    padding: 8px;
}

.lw-nested-group-controls .controls{
    margin-bottom: 10px;
}

#searchedProductCounts {
    display: none; 
    color: #898989;
    text-align: right;
    width: 100%;
}

#searchedProductCounts.lw-show-result {
    display: inline-block; padding:10px 4px 0 0; 
}


.bs-callout-danger {
 border-left-color: #d9534f!important;
}

.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    color: #aaa;
}

.color-red {
    color: #d9534f;
}
.bs-3-form label.error{
    text-decoration: none; font-weight: normal; display: inline-block; padding: 4px 0 0 0; font-size: 80%;
}


.cart-product-qty {
    width: 100px;
}

.dynamic-show-quote-cart-btn-container,{
    /*display: inline-block; margin: 30px 10px 10px 0; */
}

.dynamic-show-cart-btn {
    position: fixed;
    bottom:70px;
    right: -500px;
    z-index: 1000;
}

.lw-category-badge {
    background: #ddd;
    color:gray;
    font-weight: normal;
}

.preloader {
  font-size: 10px;
  margin: 5em auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
