
.lucy-wrapper img {
    max-width: 100%;
    height: auto !important;
}

.products-grid p, .products-list p {
    margin-bottom: 10px; 
}

.products-list .price-box {
    margin: 0 0 10px;
    text-align: right;
}
.products-list .span5 {
    text-align: right;
}

@media only screen and (max-width: 568px) {
    .products-grid .price-box, .products-list .price-box, .products-list .span5 {
        margin: 0 0 10px;}
    text-align: left;
}

.products-list .row {
    border-bottom: 1px solid #DCE4E6; 
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.products-list .last {
    border-bottom: none; 
}

.products-grid .title, .products-grid a, .products-list .title, .products-list .title a {
    color: #333; 
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 0px
}

.products-grid button, .products-list button {
    height: 35px;
    margin: .2em 0 .8em 0;
    line-height: 30px;
}

.products-list .title, .products-list .title a{
    font-size: 20px;
    margin-bottom: 0px
}

.products-grid .price, .products-list .price {
    color: #333;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
@media only screen and (max-width: 568px) {
    .products-grid .price-box, .products-list .price-box {
        text-align: center;
    }
}

.products-grid input, .products-list input {
    float: none !important;
    display: inline-block;
    margin-right: 10px; 
}

@media only screen and (max-width: 568px) {
    .products-grid input, .products-list input {
    width: 40px !important; 
    margin-right: 10px !important;
    } 
}
  
.products-grid .actions, .products-list .actions {
  font-size: 12px; 
}

.products-grid .actions a, .products-list .actions a {
    color: #666;
    font-family: "Museo Slab W01 100", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none; 
}

.products-grid .actions a:hover, .products-list .actions a:hover {
    text-decoration: underline; 
}

.products-grid {
    color: #666; 
}

.products-grid .span5 {
    /*border-bottom: 1px solid #DCE4E6;*/
    padding-top: 25px;
    height: 420px;
    position: relative; 
    margin-left: 25px;
    margin-right: 5px;
}

.products-grid .span5 img {
    margin-bottom: 15px; 
}

.products-grid .span5.offset1:before {
    border-left: 1px solid #DCE4E6;
    content: '';
    height: 100%;
    left: -25px;
    position: absolute;
    top: 0;
}

.products-grid .span5.offset1:after {
    border-bottom: 1px solid #DCE4E6;
    bottom: -1px;
    content: '';
    left: -51px;
    position: absolute;
    width: 50px;
}

.products-grid .span5:nth-child(n + 4) {
    padding-top: 35px; 
}

@media only screen and (max-width: 568px) {
  .products-grid .span5 {
        height: auto;
        padding: 20px 0 10px 0; 
  }
    .products-grid .span5:first-child {
        padding-top: 0; 
    }
    .products-grid .span5 .title {
        clear: both; 
    }
    .products-grid .span5 img {
        max-width: 150px; 
        margin-left: auto;
        margin-right: auto;
    }
    .products-grid .span5:before, .products-grid .span5:after {
        display: none; 
    } 
} 

.products-grid .vspace {
    height: 3em;
}

#products-filters a {
    color: #333;
    text-transform: capitalize;
}

.row ul, ol {
    padding-left: 0px !important;
}
    
.block-title {
    /*May want to edit main styles.css and add this...*/
    margin-bottom: 0px;
}

.block-title h2 {
    background: #461899;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box; 
    color: #FFF;
    font-family: "Proxima N W01 Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 15px;
    text-transform: uppercase;
}

#product-filters ul a {
    text-transform: capitalize !important;
    top: 5px;
}
#product-filters ul li {
    text-transform: capitalize !important;
}

.block-account ul li a {
    text-transform: capitalize;
}

/* PRODUCT DETAIL */

#product-detail p {
    margin-bottom: 1.2em;
}
@media only screen and (max-width: 568px) {
    #product-detail p, #product-detail ul {
        text-align: left;
    }
}
/*
@media only screen and (max-width: 1100px) {
    #product-detail .actions span {
        display: block;
    }
    #product-detail .actions .separator {
        display: none;
    }
}
*/
#product-detail .span15 {
	width: 900px !important;
}
#product-detail h1 {
	margin-left:10px;
}

#product-detail .more-views {
	margin-left: 40px;
}
@media only screen and (max-width: 768px) {
	#product-detail .more-views {
		margin-left: 5px;
	}
}
#product-detail .more-views ul li {
	border: solid 1px transparent;
	display: inline-block;
	float: left;
	padding:2px;
	margin: 3px;
}

#product-detail .more-views ul li:hover {
	border: solid 1px #461899;
}

#product-detail .product-titles {
	margin-left: 50px;
}
@media only screen and (max-width: 768px) {
    #product-detail .product-titles {
        margin-left: 5px;
    }
}

#product-detail #qty {
	height:40px;
}
#product-detail input {
	margin: 0 !important;
}
#product-detail .price-box {
	margin: 0;
}
#product-detail .price {
	font-weight: bold;
}
#product-detail .tier-price  {
	padding-left:3px;
	padding-right:3px;
}
#product-detail .product-pricing,
#product-detail .tier-prices, 
#product-detail .tier-prices-grouped,
#product-detail .benefit {
	background-color: #fff;
	border-color: #c0c0c0;
	 border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -o-border-radius: 5px;
	  -ms-border-radius: 5px;
	color: #656565;
}  
#product-detail .tier-price, #product-detail .tier-price > .price, #product-detail .tier-price > .benefit {
	font-weight: normal !important;
}  

#product-detail h1 {
	Text-Transform: capitalize;
}
@media only screen and (max-width:768px) {
	#product-detail h1 {
		font-size: 1.2em;
	}
	#product-detail .btn-cart {
		margin-bottom:0px !important;		
	}
	#product-detail .qty-add-box button
	{
		width: 80%;
	}
}
@media only screen and (max-width: 768px) {
	#product-detail .qty-add-box button
	{
		margin-bottom:0px !important;
		width: 70%;		
	} 
}
@media only screen and (max-width: 670px) {
	#product-detail .gallery
	{
		width: 80% !important;
	} 
}
.scount {
	display:none;
}

#product-detail .product-image {
	border: solid 1px #eee;
}


#product-detail #info-right {
	position: relative;
	height: 400px;
}


/* END PRODUCT DETAIL */

#product-grid a {
    color: #333;
}

/* width 100% causing image to stretch in product view for thumbnails*/
#product-detail .span15.inset-r1 img {
    width: auto;
}

/*Noticed in other areas of lucy this if the anchor link color, overriding default from scc.css.*/
#product-detail a, .products-list a, .products-grid a {
    color: #666;
}

/*Removed margin from spangler.css to balance spacing in product view with left aside*/
#store-tools {
    position: relative;
    margin: 0 !important;
    float: left !important;
}

#product-filters .price {
    color: #333 !important;
}

#billing-address-select, #shipping-address-select {
    border: 1px lightblue solid;
}

#product-category .toolbar {
    /*height: auto !important;
    line-height: 30px !important;*/
}

#product-category .toolbar .limiter {
    line-height: 57px;
    margin-right: 12px;
}

#product-category .toolbar ol li, #product-category .toolbar ol a {
    color: black;
    display: inline !important;
}

#product-category .toolbar ol li {
    width: 18px;
}

#product-category p a {
    color: #461899;
    font-weight: bold;
}

.col2-set .col-1, .col2-set .col-2 {
    max-width: 45%;
}

.input-region .validate-select {
    border: 1px solid silver;
    height: 30px;
}


/** ONE STEP CHECKOUT **/
#onestepcheckout-login-link, #onestepcheckout-coupon-add, #onestepcheckout-coupon-remove {
    background-color: #3399cc;
    margin-left: 0px;
    margin-bottom: 7px;
}
.onestepcheckout-comments textarea {
    border: 1px solid silver !important;
}
.onestepcheckout-comments textarea:focus {
    border: 1px solid #3399cc;
}
.onestepcheckout-button, .onestepcheckout-button:visited {
    background-color: #FF4738 !important;
    background-image: none !important;
    white-space: nowrap;
}
    @media only screen and (max-width: 1100px) {
        #onestepcheckout-form .span7 {
            margin-left: 25px;
        }   
    }

.checkoutcontainer .payment-methods .input-box .input-text, .checkoutcontainer .payment-methods .input-box textarea, .checkoutcontainer .payment-methods .input-box select {
    margin-left: 3px !important;
}    





.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

@media only screen and (max-width:1100px) {
    #shelf .columns .section.special {
        display: none !important;
    }
}


.add-to-cart .qty-wrapper, .add-to-cart .add-to-cart-buttons {
    display: inline-block;
}

.coupon-button {
	background-color: #2e8ab8;
	font-weight: normal;
}

@media only screen and (max-width:599px) {
    .btn-checkout {
        border-radius: 0;
        bottom: -7px;
        left:0px;
        position: fixed;
        width: 100%;
        z-index: 900;
    }
    footer {
        margin-bottom: 18px;
    }
}

.tool-tip  {
    position: fixed !important;
    background-color: #ccc;
    top: 20% !important;
    z-index: 900;
}

.onestepcheckout-coupons .error-msg {
    color:red !important;
    font-weight: bold !important;
}

.bold {
	font-weight: bold;
}
.product-img-box {
  padding-right: 15px !important;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 0px 30px 30px 30px !important;
  }
}

.availability {
  margin-bottom: 0px !important;
  text-transform: capitalize !important;
}
@media only screen and (max-width: 1024px) {
    .main {
        max-width: 900px !important;    
    }
}

#search-text::-webkit-input-placeholder {
    color: #00ABE1; }
  #search-text:-moz-placeholder {
    color: #00ABE1; }
  #search-text::-moz-placeholder {
    color: #00ABE1; }
  #search-text:-ms-input-placeholder {
    color: #00ABE1; 
}

#search-text {
	background: #FFF url(/shared/images/search-blue.png) no-repeat 5px 7px;
	color: #00ABE1;
	width: auto !important;
	margin-top: .5em;
    padding: .85em .85em .85em 25px;
    color: #00ABE1 !important;
    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 10px;
}
