#snipcart-steps [class^="icon-"]:before, #snipcart-steps  [class*=" icon-"]:before {
  font-family: "Snipcart";
}
.snipcart-overwrite #snipcart-main-container {
	font-family: Quicksand, "futura pt", "Futura", "Open Sans", Corbel, sans-serif !important;
	padding-bottom:0px;
	margin-bottom:25px;
	border-width: 2px;
	border-color: #eee;
	background-color:#fff;
	border-style: solid;
	border-image: -webkit-linear-gradient(160deg,red,orange,yellow,green,blue,purple) 1 stretch;
	border-image:    -moz-linear-gradient(160deg,red,orange,yellow,green,blue,purple) 1 stretch;
	border-image:      -o-linear-gradient(160deg,red,orange,yellow,green,blue,purple) 1 stretch;
	border-image:         linear-gradient(160deg,red,orange,yellow,green,blue,purple) 1 stretch;
}

.snipcart-overwrite #snipcart-main-container #snipcart_custom_Comments {
  min-height:5em;
}

/* Change the style of every button */
.snipcart-overwrite #snipcart-main-container a.snipcart-btn {
    background-color:#eee;
    color:#666;
    font-family: Quicksand, "futura pt", "Futura", "Open Sans", Corbel, sans-serif;
    font-size:120%;
    text-transform:capitalize;
}

/* Add a hover style the buttons */
.snipcart-overwrite #snipcart-main-container a.snipcart-btn:hover {
    color:#69c;
    text-decoration:underline;

}

/* Change the style of the primary buttons */
.snipcart-overwrite #snipcart-main-container a.snipcart-next,
.snipcart-overwrite #snipcart-main-container a.snipcart-finalize,
.snipcart-overwrite #snipcart-main-container a.snipcart-mainaction {
    background: #7e9ad6;
    border: 2px solid #999;
    text-shadow: none;
    color:#eee
}

.snipcart-overwrite #snipcart-main-container a.snipcart-next:hover,
.snipcart-overwrite #snipcart-main-container a.snipcart-finalize:hover,
.snipcart-overwrite #snipcart-main-container a.snipcart-mainaction:hover {
    border: 2px solid #69c;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
    color:#eee
}

/* Change the default color of links */
.snipcart-overwrite #snipcart-main-container a {
    color: #333;
}

/* Remove the footer with "Powered by Snipcart" */
.snipcart-overwrite #snipcart-footer {
    display: none;
}

/* Change the color of the header, add a blue border so we can see the "x" button,
    add a shadow for effect and make sure this shadow is over every element */
.snipcart-overwrite #snipcart-header {
    background:#eee;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    position: relative;
    z-index: 200;
}

/* Make sure the "x" button is always in the header top border */
.snipcart-overwrite #snipcart-main-container a#snipcart-close {
    height:40px;
    width:40px;
    background-position:top right;
    background: url("/img/site/close.png") right top no-repeat;
}
.snipcart-overwrite #snipcart-main-container .icon-snipcart-close::before{content:''}
.snipcart-overwrite #snipcart-main-container table#snipcart-items td.snipcart-td-6 a.snipcart-remove-item {
	height:20px;
	width:20px;
	background-position:center
}

.snipcart-overwrite #snipcart-header #snipcart-header-total {
    padding: 1px;
    background: #fff;
    border:3px solid;
}
.snipcart-overwrite #snipcart-header #snipcart-total {
    background-color: transparent;
    color: #333;
    border: none;
}
.snipcart-overwrite #snipcart-header #snipcart-total span {
    color: #333;
}

/* Change the appearance of the cart bottom part with the action buttons so that
     it is similar to the header*/
.snipcart-overwrite #snipcart-main-container div#snipcart-actions,
.snipcart-overwrite #snipcart-main-container div.snipcart-additional-option {
    background: #eee;
    padding-bottom:10px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px -2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px -2px 2px 0px rgba(0, 0, 0, 0.3);
}

.snipcart-overwrite div#bill-later-btn-holder.snipcart-additional-option {
	border-bottom:none;
}

/* Push the middle part away from the header and the bottom part */
.snipcart-overwrite #snipcart-main-content #snipcart-sub-content {
    padding-top: 0;
}
.snipcart-overwrite #snipcart-main-content .snipcart-step-container {
    padding-bottom: 20px;
}

.snipcart-overwrite #snipcart-main-container #snipcart-cartitems-continue-top {
    z-index:10001;
    top:40px;
}

/* Change the font-family of every element using brandon grotesque */
.snipcart-overwrite #snipcart-main-container span.snipcart-unit-price,
.snipcart-overwrite #snipcart-main-container span.snipcart-total-price,
.snipcart-overwrite #snipcart-main-container table.snipcart-list span.snipcart-product-name,
.snipcart-overwrite #snipcart-main-container table.snipcart-list span.snipcart-shipping-method-name,
.snipcart-overwrite #snipcart-main-container table.snipcart-list span.snipcart-shipping-method-price,
.snipcart-overwrite #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-quantity,
.snipcart-overwrite #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-price,
.snipcart-overwrite #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-total-price,
.snipcart-overwrite #snipcart-main-container label,
.snipcart-overwrite ul#snipcart-steps li span.snipcart-step-text,
.snipcart-overwrite #snipcart-main-container table.snipcart-list th,
.snipcart-overwrite #snipcart-main-content .snipcart-column span.snipcart-title,
.snipcart-overwrite table#snipcart-confirm-prices tr td span,
.snipcart-overwrite #snipcart-main-container .snipcart-full-width-text span.snipcart-title,
.snipcart-overwrite #snipcart-main-container .snipcart-full-width-text,
.snipcart-overwrite #snipcart-step-content-emptycart .snipcart-full-width-text p,
.snipcart-overwrite #snipcart-blocked .snipcart-full-width-text p,
.snipcart-overwrite #snipcart-header #snipcart-total span,
.snipcart-overwrite #snipcart-header #snipcart-title,
.snipcart-overwrite #snipcart-content-next,
.snipcart-overwrite #snipcart-main-container button.snipcart-btn,
.snipcart-overwrite #snipcart-main-container table.snipcart-list span.snipcart-title,
.snipcart-overwrite #snipcart-main-container .snipcart-loading #snipcart-loading-message,
.snipcart-overwrite #snipcart-main-content,
.snipcart-overwrite #snipcart-main-content h4 {
    font-family: Quicksand, "futura pt", "Futura", "Open Sans", Corbel, sans-serif;
    text-transform:none;
}

.snipcart-overwrite #snipcart-main-content h4 {
	font-size:120%;
	line-height:150%;
	text-transform:capitalize;
}

.snipcart-overwrite #snipcart-main-container table.snipcart-list th, .snipcart-overwrite #snipcart-steps .snipcart-step-text, .snipcart-overwrite #snipcart-form label {
	font: 100%/150% Quicksand, "futura pt", "Futura", "Open Sans", Corbel, sans-serif;
}

/* Change the title color and add a logo*/
.snipcart-overwrite #snipcart-header #snipcart-title {
    color:#69c;
    background: url('/img/site/lenspeace-logo-sm.png') no-repeat 0 5px;
    text-transform:capitalize;
    padding-left:80px;
    height:105px
}
@media screen and (max-width: 768px){
.snipcart-overwrite #snipcart-main-container #snipcart-header{
text-align:center !important;
background-color:#eee;
background-image: url('/img/site/lenspeace-logo-sm.png');
background-repeat: no-repeat;
background-position: 5px 5px !important;
background-size: auto 85%;
}
#snipcart-title {display:none !important;}
}
/* Change the appearance of the step tabs */
.snipcart-overwrite ul#snipcart-steps li {
    background: #eee;
}
.snipcart-overwrite ul#snipcart-steps li.active {
    background-color: #fff;
}
.snipcart-overwrite ul#snipcart-steps {
    background: transparent;
}

/* Change the background color of the promocodes section*/
.snipcart-overwrite #snipcart-promocodes {
    background: #fbfbfb;
}

/* Confirmation error textarea  */
.snipcart-overwrite #snipcart-main-container .snipcart-comments-box textarea {
    resize: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: none;
    background: #fbfbfb;
    border: 1px solid #bbb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Empty cart message*/
.snipcart-overwrite #snipcart-step-content-emptycart .snipcart-full-width-text p {
    color: #666;
    padding-bottom: 20px;
    font-size:120%;
    font-weight:bold;
    text-align:center
}

/* Sign in user bar */
.snipcart-overwrite #snipcart-main-content #snipcart-current-user #snipcart-user-infos {
    background: #82999d;
}

/* We need the !important here because there is one in the default stylesheet */
.snipcart-overwrite #snipcart-main-content #snipcart-current-user .snipcart-welcome {
    color: #ddd !important;
}

/*.snipcart-overwrite #snipcart-apply-discount {
	display:none;
}*/

.snipcart-add-item,.button,.NFI-wrapper {
	margin: 0 auto 1em;
	padding: 5px 15px;
	border-width: 2px;
	border-color: #69c;
	background-color:#fff;
	border-style: solid;
	border-image: -webkit-linear-gradient(160deg,red,orange,yellow,green,blue,purple) 1 stretch;
	border-image:    -moz-linear-gradient(160deg,red,orange,yellow,green,blue,purple) 1 stretch;
	border-image:      -o-linear-gradient(160deg,red,orange,yellow,green,blue,purple) 1 stretch;
	border-image:         linear-gradient(160deg,red,orange,yellow,green,blue,purple) 1 stretch;
}
.snipcart-add-item:hover,.button:hover,.NFI-wrapper:hover {
	border-width:3px
}

#snipcart-main-container #snipcart-step-content-confirm .snipcart-column span {
	color:#333 !important;
}
.snipcart-form-error,.snipcart-flash-error,.snipcart-flash-success {
	font-weight:bold !important;
	text-align:center
}
body.snipcart-overwrite {margin:auto !important;}
@font-face {
	font-family:Snipcart;
	src:url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.eot);
	src:url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.eot?#iefix) format('embedded-opentype'),url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.woff) format('woff'),url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.ttf) format('truetype'),url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.svg#Snipcart) format('svg');
	font-weight:400;
	font-style:normal;
	font-family:Snipcart;
	src:url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.eot);
	src:url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.eot?#iefix) format('embedded-opentype'),url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.woff) format('woff'),url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.ttf) format('truetype'),url(https://cdn.snipcart.com/themes/base/fonts/snipcart/Snipcart.svg#Snipcart) format('svg');
	font-weight:400;
	font-style:normal
}

.snipcart-product-description {white-space:nowrap;}