/** Shopify CDN: Minification failed

Line 712:23 Expected ":"

**/



/**
 * Radiance
 * A Shopify theme.
 *
 * Last update: June 19, 2012
 *
 * @version     2.2
 * @author      Ben Watts @ Shopify
 * @theme_url   http://radiance-theme.myshopify.com/
 *
 * If you need support or help customizing the theme:
 * - Try browsing the Shopify wiki: http://wiki.shopify.com/Main_Page
 * - Ask a question in the forums: http://forums.shopify.com/
 * - This is an official Shopify theme. Get support via: http://support.myshopify.com/
 *
 * Stay up-to-date and report any bugs:
 * - https://github.com/benwatts/shopify-theme-radiance
 */



/**
 * See: http://www.fontsquirrel.com/fonts/bebas-neue
 * Redistributed in this theme with permission from Dharma Type - March 26, 2011
 */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('BebasNeue-webfont.eot');
  src: url('BebasNeue-webfont.eot?iefix') format('eot'),
       url('BebasNeue-webfont.woff') format('woff'),
       url('BebasNeue-webfont.ttf') format('truetype'),
       url('BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
  font-weight: normal;
  font-style: normal;
  }




/**
 * Reset
 */
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/*body { font: 16px/1.231 Helvetica, Arial, sans-serif; }*/
body{
  font-family:Roboto;
  font-size:16px;
}

select, input, textarea, button { font:99% Roboto; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
ol { list-style-type: decimal; }
p { margin: 0 0 1em 0; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
select{ max-width: 99%; /* for ff */ }
input[type="text"].error, input[type="email"].error, input[type="password"].error { border-color:red }



html{ background-color: #ffffff }

html{
	/*background: url('/cdn/shop/t/4/assets/back.jpg') fixed;*/
  /*background: url('/cdn/shop/products/DSC3906_1024x1024.jpg?6449');*/
  background-attachment: fixed;
  background-size: cover;
}


/**
 * Base Content Styles
 */
body {
  color: #666666;
  }
body.stripes{
  background:url(/cdn/shop/t/4/assets/stripes2.png?8491);
  background-attachment: fixed;
  /*height:auto;*/
  
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 .5em 0;
  font-family:'Roboto Condensed', sans-serif;
}

h1{ font-size: 22px; }

a { color: #ff0066; 
	text-decoration:none;
}

a.underlined{
	/*border-bottom:1px solid #ff0066;*/
}

a:hover { color: #ff0033 }

blockquote{
  font: italic 13px/1.5 georgia, sans-serif;
  margin: 0 0 1.5em 1.25em;
  }

ul, ol{ margin: 0 0 1.5em 1.3em; }
li{ margin: 0 0 0.25em 0; }

input, textarea{
  border: solid 1px #dddddd;
  padding: 4px;
  color: #333;
  }
input[type="image"]{ border: none; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

table{
  width: 100%;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  border:2px solid;
  }
table th{
  padding: 4px 8px;
  font-weight: bold;
  border: solid 1px #dddddd;
  color: #FFFFFF;
  /*background: #d6d6d6 url(/cdn/shop/t/4/assets/table-header-depth.png?13103) 0 100% repeat-x;*/
  background-color: #666;
}
table td{
  padding: 4px 8px;
  border: solid 1px #dddddd;
  }
tfoot th{ background: transparent; }
h2, h3{
	font-size:150%!important;
}

/**
 * Structure
 */

html,body { height: 100%; }
body { text-align: center; }

/*.wrapper{
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  min-height: 100%;
  background-color:white;
  position: relative;
  }
*/
.wrapper{
  width: 980px;
  margin: 0 auto 0 auto;
  /*padding: 180px 20px 0 20px;*/
  padding: 0px 20px 0 20px;
  text-align: left;
  min-height: 100%;
  background-color: #FFF;
  position: relative;
  left: 0;
  right: 0;
}

.templateIndex .wrapper {
  /*padding-top: 150px;*/
}

#breadcrumb{
  padding:5px 0;
  font-family: Roboto Condensed;
  color:#ccc;
  /*font-weight: 100;*/
}
#breadcrumb a{
	text-decoration:none;
  border-bottom:1px solid #f06;
}

.scroll .wrapper{
	padding: 90px 20px 0 20px;
}

.ie6 .wrapper{ height: 100%; }

#col-main{
  /*width:940px;*/
  z-index: 1;
}
#col-widgets{
  float: left;
  width: 215px;
  
}
#col-widgets.scroll{
  position:fixed;
  bottom:0;
  /*margin-left:765px;*/
  
}
#col-widgets.bottom{
  position:fixed;
  bottom:305px;
  /*margin-left:765px;*/
  
}
#widget-mailing-list {
	margin-bottom: 10px;
}




/**
 * Header
 */

#top {
  padding: 24px 0px 5px 0px;
  margin: 0 auto;
  width: 980px;
  background-color: #FFF;
  position:relative;
  
}

#guarantee {
  position: absolute;
  right: 34px;
  margin-top: -20px;
  text-align: left;
}


#header-wrapper {
  /*position: fixed;*/
  top: 0;
  z-index: 100;
  width: 100%;
  left: 0;
  background-color:white;
  border-bottom:0;
}

.scroll #header-wrapper {
  box-shadow: #8D8D8D 0px 2px 4px;
  /*background-color:white;*/
}

#site-title {
  font: normal 60px/1.0 BebasNeueRegular, arial, sans-serif;
  color: #333;
  margin: 0;
  text-align: left;
  height: 60px;
  overflow: hidden;
}

.scroll #site-title{
	height:0px;
}

#site-title a{
  text-decoration: none;
  color: #333333;
  }
#site-title a:hover{
  color: #ff0066;
  }



/**
 * Top Menu
 */

#top-menu{
  padding: 8px 0 0 0;
  margin: -9px 0 0 -10px;
  }
#top-menu li{
  float: left;
  }
#top-menu a{
  color: #666666;
  border-right: dotted 1px #dddddd;
  font: normal 30px BebasNeueRegular, arial, sans-serif;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
  }
#top-menu .first a{
  border-radius: 4px 0 0 4px;
  }
#top-menu li.last a{
  border: none;
  border-radius: 0 4px 4px 0;
  }
#top-menu a:hover,
#top-menu .active a{
  color: #ff0066;
  background: #ffffff;
  }
#top-menu a:hover .nav-arrow{
  border-top-color: #ff0066;
  }

/* dropdown menus */
#top-menu .has-dropdown{
  position: relative;
  }
.js #top-menu .has-dropdown a{
  padding-right: 24px;
  }

.js #top-menu .nav-arrow{
  position: absolute;
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666666;
  display: block;
  }

#top-menu ul ul{
  clear: none;
  position: absolute;
  z-index: 30;
  background: #ffffff;
  top: 0;
  left: -1px;
  padding: 5px 0;
  display: none;
  }

.ie6 #top-menu ul ul,
.ie7 #top-menu ul ul,
.ie8 #top-menu ul ul{
  border: solid 1px #dddddd;
  border-width: 0 1px;
  }
#top-menu ul .first ul{
  left: 0;
  }

#top-menu ul ul li{
  float: none;
  display: block;
  padding: 5px 10px;
  }
#top-menu ul ul a{
  font: 1em Helvetica, Arial, sans-serif;
  margin: 0; padding: 0;
  display: block;
  border: none;
  white-space: nowrap;
  }
#top-menu ul ul a:hover{
  text-decoration: underline;
  }
#top-menu a {
border-bottom:0;
}

/**
 * Header Search
 */

#header-search{
  width:220px;
  position: absolute;
  top: 86px;
  right: 0px;
  z-index:0;
}
.scroll #header-search{
  opacity:0;
}
#header-search #top-search-input{
  width: 100%;
  font-size: 12px;
  padding: 6px 3px;
  border: solid 1px #dddddd;
  border-radius: 4px;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  }
#header-search #top-search-submit{
  border: none;
  width: 25px;
  height: 25px;
  
  background: url(//alexeirebrov.com/cdn/shop/t/14/assets/icon-search.png?v=111160886725462804331619724128) 0 0 no-repeat;
  
  position:relative;
  right:0;
  z-index:1;
  margin: 0 0 0 8px;
  font-size: 0; /* ie7 */
  line-height: 50px; /* ie7 */
  }
#header-search #top-search-submit:hover{
  
  background-position: 0 -25px;
  
  }



/**
 * Shopping Cart at the Top
 */



#umbrella {
  display:none;
  /*
  position: absolute;
  right: 0px;
  top: 41px;
  font-size:80%;
  z-index: 3;
  */
}

.templateCart #umbrella{
	display:none;
}


#umbrella span{
    align-self: center;
    font-weight: normal;
}

#umbrella a{
    color: #666666;
    text-decoration: none;
  }
#umbrella a:hover{ color: #ff0066; }

#umbrella .num-items-in-cart{
  background-image: url(//alexeirebrov.com/cdn/shop/t/14/assets/Shopping-cart.png?v=158922130146236322711619790755);
  display: block;
  width: 33px;
  height: 30px;
}


span.number {
    background-color: #ff0066;
    color: #fff;
    font-size: 11px;
    position: relative;
    top: -11px;
    left: 10px;
    text-align: center;
    padding: 2px 5px;
  	border:2px solid #fff;
}

#umbrella .checkout-link{
  padding: 0;
  margin-right: 0;
  border: none;
  }
#umbrella .checkout-link a{ color: #ffffff; width:100%}
#umbrella .checkout-link a:hover{ color: #ffffff; }

/**
 * Sections
 */

.section-details{
  margin: 0;
  }
.section-details a{
  color: #666666;
  text-decoration: none;
  }
.section-details a:hover{
  color: #f06;
  }
.section-details .view-more{
  float: right;
  line-height: 32px;
  }

 .section-title{
  font: normal 24px/1 BebasNeueRegular, arial, sans-serif;
  color: #666666;
  
  margin: 0;
  }

.diagonal-divider{
  
  background: url(//alexeirebrov.com/cdn/shop/t/14/assets/diagonal-light-grey.png?v=97196461014314129911619724106) 0 0 repeat-x;
  padding: 16px 0 0 0;
  
  margin: 0 0 20px 0;
  }
/*
#page-title{
  font: normal 40px BebasNeueRegular, arial, sans-serif;
  border-bottom: dotted 1px #dddddd;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  }
*/

/**
 * Product and Collection Grid
 */

.product-grid{
  list-style: none;
  margin: 0;
  color: #666666;
  }
.product-grid li{
  /*width: 177px;*/
  width:362px;
 
  margin: 0 6px 14px 0;
  position: relative;
  
  display:inline-block;
  vertical-align:bottom;
}

.product-grid li:nth-child(2n){
	margin-right: 0; 
}

#grid5 li{
    margin: 0 19px 19px 0;
  	width:312px;
}

#grid5 li:nth-child(2n){
	margin-right: 14px;
}
#grid5 li:nth-child(3n){
	margin-right: 0 !important; 
}

.product-grid .last-in-row{
    margin-right: 0 !important; 
}

.generated-height .product-grid-item{
  width: 177px;
  position: absolute;
  
  bottom: 0;
  
  }

.product-grid img{
  display: block;
  margin: 0 auto;
  width:100%;
  }

.product-grid a{
  text-decoration: none;
  display: block;
  color: #333333;
  }
.product-grid a:hover{
  color: #ff0066;
  }

.product-grid .product-link{
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
  min-height: 50px;
  /* for ie6: */
  width: 100%;
  }

.product-photo{
  /*max-width: 177px;*/
  }
.ie6 .product-grid{ overflow: hidden; }

.product-information{
  padding: 10px;
  position: relative;
  background: #f6f6f6;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  min-height:34px;
  }
.product-information h3{
  font: normal 24px/1 BebasNeueRegular, arial, sans-serif;
  margin: 5px 0 10px 0;
  min-height:48px;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }

.info{
	padding-top:2em;
}

.product-price{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 4px 8px;
  text-align: right;
  font-weight: bold;
  font-size:2rem;
  color: #333333;
  filter: alpha(opacity=85); /* internet explorer */
  -moz-opacity: 0.85;       /* mozilla, netscape */
  opacity: 0.85;           /* fx, safari, opera */
  background: #ffffff;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  }
#featured-grid .product-price.sale, .sale {
  background-color: #ffffff;
  color: #666666;
  }

#featured-grid li{
  width: 320px;
  background: #f6f6f6;n
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  }
#featured-grid .product-photo{
  max-width: 320px;
  }
#featured-grid .product-price{
  top: -30px;
  right: 0;
  bottom: auto;
  padding: 3px 8px;
  /*font-size: 14px;*/
  line-height: 24px;
  color: #333333;
  }

.sale-icon {
  position: absolute;
  font-size: 10px;
  background-color: #f06;
  color: white;
  padding-top: 9px;
  border-radius: 20px;
  right: 0;
  top: 0;
  border: 2px solid white;
  box-shadow: 0px 1px 2px #333;
  height: 34px;
  width: 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
}
#product-title .sale-icon {
	
}

/**
 * Single Product
 */

#product-information{
  /*clear:both;*/
  width:700px;
  display:inline-block;
}

#product-actions{
  padding: 1px;
  margin:0 auto;
  overflow: hidden; height: 1%;
  }

#delivery-image{
float: left; 
padding:5px 15px 0 0; 
width:70px;
}

#purchase{
  /*float: right;
  text-align: right;*/
  text-align:center;
  }
.sold-out #purchase{
  float: none;
  text-align: left;
  }
#add-to-cart{
  color: #FFF;
  background-color:#f06;
  border-radius: 7px;
  padding: 0.5em 1em;
  display:block;
  width:100%;
}


#product-header {
    padding: 30px 0 0;
    text-align: center;
    position: absolute;
    right: 0;
  width:220px;
}

#product-header.extended{
	float:right !important;
	margin-top:12px;
}

#product-header #product-header-title{
  float: left;
  width: 60%;
  margin: 5px 0 16px 0;
  }
#product-title, #page-title{
  padding: 0.25em 0 0.25em 0;
  font-size: 300%;
  font-weight: 400;
  text-transform: capitalize;
  font: normal 40px BebasNeueRegular, arial, sans-serif
}
#product-vendor{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  }
#product-vendor a{
  text-decoration: none;
  }
#product-actions select{
  padding: 3px;
  background-color:#FFF;
  width:100%;
}
#product-actions .price{
  font-size: 100%;
  margin: 1em 0;
  text-align: center;
 }
#product-actions .price strong{
  color: #000000;
  display: block;
  /*font-weight:100;*/
}
#product-actions .compare_at_price{
  font-size: 65%;
  display: block;
  color:#f06;
  }
#product-actions label{
  text-align: left;
  display: block;
  font-size: 80%;
  font-weight: bold;
  color: black;
  margin-top: 20px;
}

#variant-inventory {
  text-transform: lowercase;  
  font-size: 80%;  
  color: #000;  
  font-weight: bold;  
}
#variant-weight {
  font-size: 80%;
  color: #000;
  font-weight: bold;
}

#sale-ends {
  margin: 1em;
  font-size: 70%;
  font-weight: bold;
  color: #000;
  background-color: #FFE000;
  padding: 0.5em;
}

.variants-wrapper{
  text-align: center;
  margin: 0 0 8px 0;
  }
.selector-wrapper{
  margin: 0 0 8px 0 ;
  }
.selector-wrapper label{
  margin: 0 5px 0 0;
  text-align: right;
  }

#shipping {
  text-transform: capitalize;
  font-size: .5em;
  font-weight: bold;
  text-shadow: #fff 0 1px 0;
  margin: 5px;
}

#add-to-cart-msg{
  background: #fff7a0;
  padding: 10px;
  display: none;
  margin: 0;
  
  text-align: center;
  margin: 0 0 2em 0;
  border-radius: 5px;
  font-size:16px;
  margin:14px auto;
  width:200px;
}
#add-to-cart-msg a{
	display:block;
}

/**
 * Zoomy product gallery, with thumbs
 * @see https://github.com/benwatts/enhance-gallery
 */

#product-gallery{
  width: 700px;
  float:left;
  margin:0 0 20px -7px;
  transition: width 0.3s linear;
}

#product-gallery.extended{
	width:100%;
}


#active-wrapper{
  position: relative;
  display: block;   
  /*background-image: linear-gradient(right top, rgb(255,255,255) 0%, rgb(246,246,246) 19%);
  background-image: -o-linear-gradient(right top, rgb(255,255,255) 0%, rgb(246,246,246) 19%);
  background-image: -moz-linear-gradient(right top, rgb(255,255,255) 0%, rgb(246,246,246) 19%);
  background-image: -webkit-linear-gradient(right top, rgb(255,255,255) 0%, rgb(246,246,246) 19%);
  background-image: -ms-linear-gradient(right top, rgb(255,255,255) 0%, rgb(246,246,246) 19%);
  
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, rgb(255,255,255)), color-stop(0.19, rgb(246,246,246)));
  padding: 5%;
  box-shadow: 0px 3px 7px #AAA;
  margin: 7px 7px 11px 7px;
  border-radius: 5px;
  width:100%;
}

#active-wrapper{*/
  padding:0;
  margin:0;
  width:100%;
  border-radius:0;
  background-image:none;
  cursor:pointer;
  box-shadow:0 10px 10px rgba(0, 0, 0, 0.6);
  top:0;
  left:0;
  z-index:1;
  
}

#active-wrapper #large-thumb{
  width:100%;
  display:block;
  position:relative;
}
#active-wrapper .zoomed{
  position: absolute;
  top: 0;
  left: 0;
  }

#active-image-loading{
  background: #fff url(//alexeirebrov.com/cdn/shop/t/14/assets/icon-loading.gif?v=102462267472105833861619724125) 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 42%;
  left: 42%;
  z-index: 2;
  text-indent: -900em; overflow: hidden;
  }

#thumbs{
  margin:0;
  list-style: none;
  text-align:center;
  margin-top:30px;
  }
#thumbs li{
  margin: 0 8px 8px 0;
  text-align: center;
  display:inline-block;
  vertical-align:bottom;

}

.no-js #thumbs li{ margin-right: 6px; }

#thumbs li.last-in-row{
  margin-right: 0;
  }
#thumbs a{
  display: block;
  border: solid 1px #dddddd;
  padding: 1px;
  }
#thumbs a:hover{
  border: solid 1px #ff0033;
  }

#thumbs img{
  margin: 0 auto;
  display: block;
  height:100px;
  }

.thumb-alt{
  color: #333;
  display: block;
  margin-top: 3px;
  text-shadow: 0 0 1px 0 #ccc;
  font-weight: 400;
  font-size:70%;
}

/**
 * Content
 */

.content{
  padding-bottom: 20px;
  

  /*background: #f6f6f6;*/
  /*line-height: 1.5em;*/
  border-radius: 4px 4px 0 0;
  }
.content.description{ /* collection descriptions */
  
  padding: 10px 20px 10px 20px;
  

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0 15px 0;
  }


article{
  margin: 20px 0 45px 0;
  
  background: url(//alexeirebrov.com/cdn/shop/t/14/assets/diagonal-light-grey.png?v=97196461014314129911619724106) 0 100% repeat-x;
  
  padding: 0 0 10px 0;
  }
.templateArticle article{ margin-top: 0; }

article .author{
  color: #999;
  font-style: italic;
  line-height: 20px;
  }
article footer{
  font-size: 11px;
  padding-top: 20px;
  }
article footer p{ margin: 0; }
article footer .author{ float: left; }
article footer .comments-link{ float: right; }
article footer .btn { padding: 2px 10px; }



/**
 * Pagination
 * Modified from http://twitter.github.com/bootstrap/
 */

.pagination {
  height: 30px;
  margin: 18px 0;
  }
.pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  box-shadow: 0 0 10px #AAA;
	text-transform: uppercase;
  }
.pagination li {
  display: inline;
  }
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 28px;
  border-right: 1px solid #dddddd;
  text-decoration: none;
  color: #666666;
  }
.pagination a:hover, .pagination .active a {
  color: #ffffff;
  background-color: #e31254;
  background: #ff0066 url(//alexeirebrov.com/cdn/shop/t/14/assets/btn-small-depth.png?v=171432813829885615621619724092) 0 100% repeat-x;
  }
.pagination .active a{
  border-right-color: #ffffff;
  }
.pagination .disabled a, .pagination .disabled a:hover {
  background: transparent;
  color:  #dddddd;
  cursor: default;
  }
.pagination .next a {
  border: 0;
  }

.pagination-num-showing{
  float: right;
  line-height: 28px;
  font-size: 11px;
  color: #666666;
  }


/**
 * Widgets in the Right Column
 */

#col-widgets{
  color: #666666 ;
  }

#col-widgets a{ color: #333333 }
#col-widgets a:hover{ color: #ff0066 }

.widget{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 36px 0;
  padding: 0 10px 10px 10px;
  background: #ffffff
  }
.widget h3{
  font: normal 24px BebasNeueRegular, arial, sans-serif;
  color: #333333;
  margin: 0 0 5px 0;
  }
#col-widgets .widget h3 a{
  color: #333333;
  text-decoration: none;
  }

.widget ul{ margin: 0; }
.widget li{
  padding: 0 0 5px 12px;
  list-style: none;
  font-size: 15px;
  }

.widget-btns a{
  background: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
  padding: 6px 12px;
  margin: 0 0 6px 0;
  text-decoration: none;
  overflow: hidden; height: 1%;
  }
.widget-btns img{
  display: block;
  float: left;
  margin: 0 6px 0 0;
  }
.widget-btns .btn-text{
  display:block;
  width: 165px;
  float: right;
  }

/** twitter widget */
.no-js #widget-twitter{ display: none; }
.widget .tweet_list{
  margin: 0;
  list-style: none;
  }
.widget .tweet_list li{
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: dotted 1px #cccccc;
  background: none;
  word-wrap: break-word;
  line-height: 1.3em;
  }

/** linklist widget */
.widget-linklist li{
  border-top: dotted 1px #cccccc;
  padding: 8px 0 0 0;
  margin: 8px 0 0 0;
  }
.widget-linklist li:first-child{
  border-top: none;
  padding: 0;
  margin: 0;
  }
.widget-linklist li a{
  display: block;
  margin: 0 0 0 12px;
  }
.ie7 .widget-linklist li a{
  float: left;
  }
.widget-linklist .arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #cccccc;
  display: block;
  float: left;
  margin: 4px 0 0 0;
  }
  
/** mailing list widget */
  
#email-input{ 
  width: 185px;
  margin-bottom:10px; 
  }
.success.feedback{
  font-weight: bold;
  color: green;
  }

/**
 * Customer Accounts
 */

.page-header #page-title{ float: left; border: none; margin: 0; }
.page-header #page-actions{ float: right; }

.templateCustomersLogin form input,
.templateCustomersRegister form input{
  float: left;
  }
.templateCustomersLogin form label,
.templateCustomersRegister form label{
  float: left;
  min-width: 120px;
  line-height: 22px;
  }
.templateCustomersLogin .form-row,
.templateCustomersActivateAccount .form-row,
.templateCustomersRegister .form-row{
  margin: 0 0 8px 0;
  }
.templateCustomersLogin .action-bottom,
.templateCustomersRegister .action-bottom{
  margin: 20px 0 0 0;
  }
.templateCustomersLogin .action-bottom .note,
.templateCustomersRegister .action-bottom .note{
  font-size: 11px;
  padding: 0 0 0 5px;
  line-height: 27px;
  }


/* >> login Form */
#customer-login,
#recover-password{
  float: left;
  width: 58%;
  border-right: solid 1px #dddddd;
  }
#recover-password{
  display: none;
  }
#recover_email label{
  min-width: 75px;
  }
#forgot_password{
  margin: 2px 0 0 5px;
  font-size: 11px;
  float: left;
  }

#guest{
  float: right;
  width: 38%
  }


/* >> manage orders and addresses */
#customer_orders{
  width: 75%;
  float: left;
  }
#customer_sidebar{
  float: right;
  width: 20%;
  }
.address p,
.view_address p{ margin: 0; }

#view_address{
  border-top: solid 1px #dddddd;
  padding: 10px 0 0 0;
  margin-top: 10px;
  display: block;
  }

.address_actions{ float: right; }
.address_actions .action_edit{
  border-right: solid 1px #dddddd;
  padding-right: 10px;
  }
.address_actions .action_delete{ padding-left: 16px; }

.action_top{  margin: 0 0 20px 0; }

.action_edit,
.action_delete,
.action_add{
  display: inline-block;
  padding-left: 16px;
  }
.action_edit{ background: url(//alexeirebrov.com/cdn/shop/t/14/assets/edit-sml.png?v=5455643498731609161619724107) 0 0 no-repeat; }
.action_delete{ background: url(//alexeirebrov.com/cdn/shop/t/14/assets/delete-sml.png?v=57849862051680185841619724105) 0 1px no-repeat; }
.action_add{ background: url(//alexeirebrov.com/cdn/shop/t/14/assets/add-sml.png?v=106978889498456297411619724087) 0 0 no-repeat; }

.default_address{
  color: #ff0033;
  }
.address_table,
#add_address{
  border: dotted 1px #dddddd;
  padding: 10px;
  margin: 0 0 20px 0;
  }
.address_table .label,
#add_address .label{
  width: 125px;
  padding-left: 0;
  }
.address_table h4{
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  }
.customer_address_table{ margin: 0; }
.customer_address_table td{ border: none; }
.customer_address_table input{ margin: 0 5px 0 0; }
.customer_address .action-bottom{ margin-left: 141px; }


/** >> view individual orders */
.order_date{
  border-bottom: solid 1px #dddddd;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  }

#order_address{
  overflow: hidden; height: 1%;
  margin: 0 0 20px 0;
  }
#order_address #order_payment,
#order_address #order_shipping{
  float: left;
  width: 46%;
  margin-right: 2%;
  }



/**
 * Comments
 */

.comment{
  margin: 0 0 20px 0;
  }

.comment-author{
  float: left;
  width: 18.0%;
  padding: 12px 0 0 0;
  font-weight: bold;
  text-align: right;
  color: #333333;
  }

.comment-content{
  background: #ffffff;
  float: right;
  width: 75%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  padding: 15px;
  color: #666666
  }
.comment-arrow{
  width:0px;
  height:0px;
  border-bottom:8px solid transparent;
  border-top:8px solid transparent;
  border-right:8px solid #ffffff; /* arrow colour */
  font-size:0px;
  line-height:0px;
  position: absolute;
  top: 14px;
  left: -8px;
  }

.comment-posted{
  font-style: italic;
  margin: 0;
  font-size: 11px;
  line-height: 1;
  color: #cccccc;
  }


.comment-form label{
  display: block;
  width: 130px;
  float: left;
  }
.comment-form #comment-submit{
  margin: 0 0 10px 130px;
  }
.comment-form div{
  margin: 0 0 10px 0;
  }
.comment-form .text{
  float: left;
  border: solid 1px #ccc;
  padding: 5px;
  width: 150px;
  color: #666;
  }
.comment-form .text:focus{
  border-color: #666666;
  }
.comment-form textarea.text{
  width: 500px;
  }

.has-error label{ color: #e0360f; }
.has-error label.error-msg{ color: #fff; }
.has-error input,
.has-error textarea,
.has-error .text{
  border: solid 1px #ff0000;
  -webit-box-shadow: 0 0 4px rgba(255,0,0,.6);
  -moz-box-shadow: 0 0 4px rgba(255,0,0,6);
  box-shadow: 0 0 4px rgba(255,0,0,.6);
  }

.error-msg,.success-msg,.errors{
  padding: 10px;
  color: #fff;
  text-align: left;
  background: url(//alexeirebrov.com/cdn/shop/t/14/assets/btn-small-depth.png?v=171432813829885615621619724092) 0 100% repeat-x;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }
.error-msg, .errors{
  background-color: #770e00;
  }
.success-msg{
  background-color: #387700;
  }

.errors{ margin: 0 1em 1.5em 0; }
.errors ul,
.errors li{ margin: 0; list-style: none; }



/**
 * Search
 */

#search-form{
  padding: 0 0 20px 0;
  overflow: hidden; 
  height: 1%;
  }
.templateIndex #search-form{
  width: 740px;
  margin-left: 240px;
}
#search-form #q{
  font-size: 16px;
  padding: 6px;
  width: 575px;
  border: solid 1px #dddddd;

  }
#search-form #search-submit{ /* overriding some of .btn's styles */
  padding-top: 7px;
  padding-bottom: 6px;
 
  }
.ie7 #search-form #search-submit{
  border: none;
  }

.results .item{
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #dddddd;
  }
.results .thumbnail{
  float: left;
  }
.results .search-excerpt{
  /*margin: 0 0 0 75px;*/
  }
.search-excerpt h3{
	text-transform: capitalize;
}


/**
 * Cart
 */

#cartform table{
  width: 100%;
  margin: 0 0 20px 0;
  }
#cartform table td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  border:0;
  }
#cartform table th{
  text-align: center;
  }
col.checkout-image{ width: 50px; }
col.checkout-delete{ width: 80px; }


#cartform td img{ display: block; }
#cartform input.text { border: solid 1px #666666; padding: 4px; color: #666666; text-align: center; }

#cartform .subtotal{
  text-align: center;
  font-size: 200%;
  }
#cartform .update-quantities{
}

#cartform .Update{
  display:block;
  width:100px;
  margin: 5px auto;
  box-sizing: content-box;
}
#cartform select.quantity {
  font-size: 150%;
  text-indent:40%;
  padding:2px;
  width:100px;
}

#checkout-proceed{
  text-align: right;
  }

#checkout-addnote{
  float: left;
  width: 60%;
  }
#checkout-addnote a{
  display: block;
  width: 230px;
  float: left;
  }
#checkout-addnote textarea{
  border: solid 1px #dddddd;
  color: #666666;
  width: 250px;
  height: 60px;
  float: left;
  padding: 4px;
  }
.js #checkout-addnote textarea{
  display: none;
  }

#additional-checkout-buttons{
  padding: 5px;
  margin: 5px 0 0 0;
  }
#additional-checkout-buttons-label{
  border-bottom: solid 1px #dddddd;
  display: block;
  margin: 0 0 8px 0;
  font-size: 11px;
  font-weight: bold;
  }



/**
 * Footer
 */

#bottom{
  padding: 15px 0;
  

  margin: 25px 0 50px 0;
  font-size: 11px;
  clear: both;
  overflow: hidden;
  height: 1%;
  background: #ffffff;
  color: #999999;
  }

#footer-left{
  
  float: left;
  }
#footer-right{
  
  float: right;
  }

#bottom ul{
  list-style: none;
  margin: 0 0 10px 0
  }
#bottom li{
  float: left;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  }
#bottom a{ color: #999999;}
#bottom a:hover{ color: #b00000;}
#bottom p{ line-height: 1.5em }

#footer-nav{
  margin: 14px 0 0 0;
  }
#footer-nav li{
  border-left: solid 1px #999999;
  }
#footer-nav li:first-child{
  border-left: none;
  margin: 0;
  padding: 0;
  }

#bottom #sm-icons{
  float: right;
  margin: 0;
  }
#sm-icons li{
  margin: 0 0 0 5px;
  padding: 0;
  }
#sm-icons a{
  width: 36px;
  height: 37px;
  background-image: url(//alexeirebrov.com/cdn/shop/t/14/assets/social-media.png?v=47128381779904550521619724147);
  display: block;
  background-repeat:none;
  }


#sm-youtube a{ background-position: 0 -78px; }
#sm-flickr a{ background-position:-36px -78px; }
#sm-twitter a{ background-position: -72px -78px; }
#sm-facebook a{ background-position: -108px -78px; }
#sm-vimeo a{ background-position: -144px -78px; }
#sm-pinterest a{ background-position: -180px -78px; }

#sm-youtube a:hover{ background-position: 0 -117px; }
#sm-flickr a:hover{ background-position:-36px -117px; }
#sm-twitter a:hover{ background-position: -72px -117px; }
#sm-facebook a:hover{ background-position: -108px -117px; }
#sm-vimeo a:hover{ background-position: -144px -117px; }
#sm-pinterest a:hover{ background-position: -180px -117px; }


#sm-houzz a{background-image: url(sm-houzz.png)}
#sm-houzz a:hover{background-image: url(sm-houzz-hover.png)}

#footer-payment-methods{
  clear: both;
  border-top: solid 1px #D7D7D7;
  padding: 15px 0 0 0;
  text-align: center;
  }
#footer-payment-methods p{
  margin: 0 0 5px 0;
  text-transform: uppercase;
  }

/**
 * Homepage Carousel
 */

/* Adjust this to alter the width and height of the carousel. */
#carousel,
#carousel .items > li{
  width: 980px;
  height: 616px;
  
  /*width:740px;
  height:510px;*/
}

#carousel-wrapper{ margin: 0 0 30px 0; }

#carousel{
  position: relative;
  z-index: 50;
  overflow: hidden;
  background: #FFF;
  }
#carousel p,
#carousel li{
  margin: 0;
  }

#carousel .items{
  margin: 0;
  padding: 0;
  width: 20000em;
  position: absolute;
  z-index: 1;
  }
#carousel .items > li{
  float: left;
  list-style: none;
  }

#carousel .items img{
  width: 100%;
}

#carousel-controls{ margin-top: 10px; }


#carousel .browse{
  width: 20px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  opacity: .9;
  display: none;
  }
#carousel-next{
  top: 0;
  right: 0;
  }
#carousel-prev{
  top: 0;
  left: 0;
  }

#carousel .arrow{
  display: block;
  position: absolute;
  top: 46%;
  }
#carousel-next .arrow{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #cccccc;
  left: 5px;
  }
#carousel-prev .arrow{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid #cccccc;
  right: 5px;
  }

#carousel .browse:hover{ background: #dddddd; }
#carousel-next:hover .arrow{ border-left-color: #666666; }
#carousel-prev:hover .arrow{ border-right-color: #666666; }
#carousel-slide-menu{list-style-type:none; text-align: center;}
#carousel-slide-menu li{width:14px; height:14px; border-radius:7px; background: #000000; display:inline-block; margin:10px 3px 0; cursor: pointer;}
#carousel-slide-menu .active{background:#bbbbbb;}
.carousel-sale {
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 60px;
  right: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 80px;
  height: 80px;
  border: 5px solid white;
  background-color: #f08;
  border-radius: 45px;
  padding-top: 29px;
  font-size: 27px;
  text-align: center;
  box-shadow: 0 3px 5px #333;  
}

/**
 * Utils
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.left{ float: left; }
.right{ float: right; }

.btn, a.btn{
  border-radius: 4px;
  color: #ffffff;
  padding: 0.5em 1em;
  text-decoration: none;
  font-family: Roboto Condensed;
  text-align: center;
  cursor: pointer;
  background-color: #ff0066;
  -webkit-appearance: none;
}
  
.btn.disabled:hover,
a.btn.disabled:hover{
  border: solid 1px #ff0066;
  background: #ff0066 url(//alexeirebrov.com/cdn/shop/t/14/assets/btn-small-depth.png?v=171432813829885615621619724092) 0 100% repeat-x;
  color: #ffffff;
  }
  
.disabled{-moz-opacity:0.30;opacity:.30;filter:alpha(opacity=30);cursor:default;}

/*.btn:hover,
a.btn:hover{
  border: solid 1px #e31254;
  background: #e31254 url(//alexeirebrov.com/cdn/shop/t/14/assets/btn-small-depth.png?v=171432813829885615621619724092) 0 100% repeat-x;
  color: #ffffff;
  }
*/
.btn-reversed{
  border: solid 1px #e31254;
  background: #e31254 url(//alexeirebrov.com/cdn/shop/t/14/assets/btn-small-depth.png?v=171432813829885615621619724092) 0 100% repeat-x;
  color: #ffffff;
  }
.btn-reversed:hover{
  background: #ff0066 url(//alexeirebrov.com/cdn/shop/t/14/assets/btn-small-depth.png?v=171432813829885615621619724092) 0 100% repeat-x;
  border: solid 1px #ff0066;
  color: #ffffff;
  }



/*
  Contact/Newsletter Forms
 */

.contact-form ul{
  margin: 0;
  }
.contact-form li{
  list-style: none;
  margin: 0 0 8px 0;
  }

.contact-form label{
  display: block;
  min-width: 90px;
  float: left;
  }
.contact-form textarea{
  width: 400px;
  height: 100px;
  }
.contact-form .type-submit{
  margin: 0 0 0 90px;
  }

.contact-form .error-msg{
  float: none;
  display: inline;
  margin: 0 0 0 10px;
  font-size: 11px;
  padding: 6px;
  }
.contact-form .has-error input{
  border: solid 1px #ef3a22;
  }

/*
  Some print style resets
 */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
@page { 
  body{margin: 0.5cm; }
}

/**
 * No products
 * Visible only to an empty store.
 */

#featured-grid .placeholder{
  display: block;
  width: 240px;
  height: 200px;
  background: #ff0066 url(//alexeirebrov.com/cdn/shop/t/14/assets/placeholder-product.png?v=33522255482286408571619724137) 50% 50% no-repeat;
  }

.product-grid .placeholder{
  width: 177px;
  height: 130px;
  display: block;
  background: #ff0066 url(//alexeirebrov.com/cdn/shop/t/14/assets/placeholder-product.png?v=33522255482286408571619724137) 50% 50% no-repeat;
  }


.no-products{
  position: relative;
  }
.no-products-overlay{
  opacity: .75;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFffffff', endColorstr='#BFffffff',GradientType=0 );
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  }
.ie7 .no-products-overlay, .ie8 .no-products-overlay{ background: transparent }

.no-products-post-it{
  position: absolute;
  top: 125px;
  left: 198px;
  z-index: 5;
  width: 345px;
  height: 193px;
  background: url(//alexeirebrov.com/cdn/shop/t/14/assets/no-products-post-it.png?v=47401730293511213321619724134) 0 0 no-repeat;
  font-family: georgia, serif;
  font-size: 16px;
  color: #4b4a43;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  }
.no-products-post-it-content{
  padding: 65px 20px 20px 20px;
  line-height: 1.4em;
  }
.no-products-post-it em{
  display: block;
  color: #3b3a34;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  margin: 0 0 10px 0;
  }
.no-products-post-it a{
  color: #25669c;
  }

/* Added by Caroline on January 14th for Customizr */

#product-actions input.text,
#product-actions input[type=text],
#product-actions textarea {
  width: 90%;
}

#product-actions input[type=text]:invalid,
#product-actions textarea:invalid {
  -moz-box-shadow:       inset 0 0 1px 1px #FF9494;
  -webkit-box-shadow:    inset 0 0 1px 1px #FF9494;
  box-shadow:            inset 0 0 1px 1px #FF9494;
}

.error span {
  line-height: 2;
  color: red;
}
.essayBody{
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
column-gap: 20px;
margin-bottom: 30px;    
}

.promoTop{
  position: absolute;
  top: 3px;
  width: 980px;
  text-align: right;
  font-family:BebasNeueRegular;
}
.templateCart .promoTop{
	display:none;
}
.promoTop a, #guarantee a{
    font-size:20px;
    color:#f06;
    text-transform:uppercase;
    text-decoration:none;
}
.productTags{
    padding: 0px 0 40px 0;
  	width:700px;
}
.productTags span{
    padding-right:6px;
}
#google-plus{
    background-image:URL("/cdn/shop/t/4/assets/g.png");    
}
#google-plus:hover{
    background-image:URL("/cdn/shop/t/4/assets/g_over.png")
}
#google-plus a{
    background-image:none;
    }
    

#banners img{margin:2px;}
#banners h2{
    padding-top:70px!important;
    clear:both;
}
#banners div{
    float:left;
	margin:2px;
	width:322px;
    margin-bottom:20px;
}
#banners label{
	font-weight:bold;
}
#banners input{
    width:350px;
    }
.d728x90 textarea{
    height: 80px !important;
    display: inline !important;
    width: 234px !important;
}
#banners textarea{
	width:313px;
	height:65px;
	display:block;
	margin:2px 0;
}
.d728x90{
	float:none!important;
	width:auto!important;
}
/*
#top-menu li:nth-child(2) a {
    background-color: #F06;
    color: white;
}
*/
#top-menu div.has-dropdown ul a {
    background-color: #fff;
    color: #ff0066;
}
#steps li{
    padding:10px;
}
#carousel .items > li{
    position:relative;
}
.carousel-title {
    display: block;
    position: absolute;
    font-size: 30px;
    color:#111;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    margin: 20px;
    background-color: RGBA(250,250,250,0.7);
  display:none;
}
.carousel-price {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    padding: 10px;
    /*background-image: url("/cdn/shop/t/4/assets/white-transparent.png");*/
  	background-color: RGBA(250,250,250,0.7);
    border-radius: 5px;
    font-size: 21px;
    line-height: 14px;
    color: black;
  display:none;
}
.carousel-price-number {
    display: block;
    font-size: 46px;
    font-weight: bold;
    line-height: 46px;
}

#product{
  position:relative;
  /*background-image: URL(/cdn/shop/t/4/assets/back.jpg);*/
  margin-bottom:20px;
}
.next-product{
  float:right;
}



.directional-button{
    background-color: #F8F8F8;
    /*background-image: -webkit-linear-gradient(bottom, rgb(173,173,173) 0%, rgb(240,240,240) 100%);
    background-image: linear-gradient(bottom, rgb(173,173,173) 0%, rgb(240,240,240) 100%);
    background-image: -o-linear-gradient(bottom, rgb(173,173,173) 0%, rgb(240,240,240) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(173,173,173) 0%, rgb(240,240,240) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(173,173,173) 0%, rgb(240,240,240) 100%);*/
    text-decoration: none;
    text-shadow: 0px 1px 1px #FFF;
    box-shadow: 0px 1px 1px #AAA;
    border: 0px solid transparent;
    border-radius: 3px;
    float:left;
  	padding: 6px 5px;
  	min-width:100px;
  	text-align:center;
  	text-transform: uppercase;
  	margin-right:10px;
}


/*blog-grid*/
.blog-tout {
    width: 480px;
    height: 15em;
    float: left;
    margin: 1em 0;
    display: inline-block;
    padding-bottom: 1em;
    border-bottom: 1px dotted #ddd;
    position: relative;
}
.blog-tout .image-wrapper{
  height: 160px;
  overflow: hidden;
  width: 100%;
  margin: 4px;
  float:left;
}
.blog-tout img {
    width: 100%;
}

.blog-tout:nth-child(odd) {
    margin-right: 20px;
}

.blog-grid-card-title {
    display: block;
    text-decoration: none;
    font-weight: bold;
  	padding-bottom: 0.3em;
}

.blog-grid ul {
    padding-top: 20px;
    margin:0px !important;
}

.synopsis{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  padding-top:20px;
}
/*blog-grid end*/

article img{
    width:100%;
}
.read-more{
    margin: 10px 0;
    text-align: right;
}
.read-more a{
    margin:10px 0;
    text-decoration: none;
}
.templateProduct #col-main{
    width:100%;
}

.title-case{
	text-transform:capitalize;
  /*white-space:nowrap;*/
}
.title-case a {
    text-decoration: none;
}

#gallery-view-switch {
  font-size: 120%;
  clear:both;
  /*padding: 30px 0 30px 274px;*/
  padding-bottom:17px
}

#gallery-view-switch a {
  text-decoration: underline;
	cursor: pointer;  
}
#roomButton{
  /*font-size: 116%;
  text-shadow: 0 1px 0 #FFF;
  font-weight: bold;
  color: #333;
  padding:2%;*/
  width:200px;
  display:none;
}
.underProductButton{
  font-size: 116%;
  text-shadow: 0 1px 0 #FFF;
  font-weight: bold;
  color: #333;
  padding:1%;
}
.proof_list {
    list-style-type: none;
    width: 171px;
    margin: auto;
    font-size: 12px;
}
.proof_list li {
    margin: 10px 0;
}
.compare{
	padding:20px 0;
}
.compare img {
  width: 345px;
}
.compare a:nth-child(odd){
  padding-right: 10px;
}
.aluminum-vs-metallic td img{
width:50px !important;
}
.aluminum-vs-metallic td, .aluminum-vs-metallic thead th {
text-align:center !important;
}
.aluminum-vs-metallic td, .aluminum-vs-metallic th {
padding:10px 5px;
}
.stars{
width:100px;
background-repeat: no-repeat;
background-position: center center;
}
.s1{
background-image:URL(/cdn/shop/files/stars1.jpg?4884);
}
.s2{
background-image:URL(/cdn/shop/files/stars2.jpg?4884);
}
.s3{
background-image:URL(/cdn/shop/files/stars3.jpg?4884);
}
#aluminum-or-metallic{
  font-size:95%;
  display: block;
	margin-bottom: 25px;
  text-align: center;
}


/*------------slideshow on homepage-------------*/
#slideshow-wrapper{
	height:400px;
}

#slideshow-pictures{
	float:left;
	padding:0;
	margin:0;
  width:741px;
  height:368px;
}
#slideshow-pictures li{
	list-style-type:none;
	display:none;
  
}
#slideshow-pictures li.selected{
	display:block;
}
#slideshow-links-wrapper{
	float:left;
	width:239px;
	height:368px;
	overflow:hidden;
}
#slideshow-links-wrapper ul{
	padding:0;
	margin:0 0 0 12px;
}
#slideshow-links-wrapper li{
	padding:7px 3px 3px 27px;
	margin:0 0 0 20px;
	font-size:23px;
	font-family:BebasNeueRegular;
	list-style-type:none;
	background-color:#eaeaea;
	border-left:1px solid #d4d4d4;
}
#slideshow-links-wrapper li.selected{
	background-image:url(/cdn/shop/t/4/assets/pointer.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:0px;
	border-left:none;
	padding-left:48px;
	
}
#slideshow-links-wrapper a{
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #9b9b9b;
	display: block;
	width: 127px;
	padding-bottom: 8px;
}
#slideshow-wrapper h2{
  text-transform: uppercase;
  font: normal 37px/1.0 BebasNeueRegular, arial, sans-serif;
  position: absolute;
  padding: 10px;
  background-color: rgba(240, 240, 240, 0.5);
  margin: 5px;
  text-decoration:none;
  border-radius:5px;
  display:inline-block;
  white-space:nowrap;
}

.home-promo{
  font-family: BebasNeueRegular;
  font-size: 44px;
  padding:40px 16px 10px 16px;
  margin-bottom:1.5em;
  color:white;
  text-decoration: none;
  text-shadow: 0 -1px 0px #333;
  line-height: 100%;
  background-color:#363636;
  background-image: -ms-linear-gradient(bottom left, #820404 0%, #FF0047 100%);
  background-image: -moz-linear-gradient(bottom left, #820404 0%, #FF0047 100%);
  background-image: -o-linear-gradient(bottom left, #820404 0%, #FF0047 100%);
  background-image: -webkit-linear-gradient(bottom left, #820404 0%, #FF0047 100%);
  background-image: linear-gradient(to top right, #820404 0%, #FF0047 100%);
  text-transform:uppercase;
  border-radius: 5px;
  width:710px;
  float:left;
  box-shadow:0px 2px 2px #888;
  width:327px;
}
.home-promo:hover{
	color:#FFF;
  	text-shadow: 0 -1px 1px #000;
}
.home-promo:nth-child(odd){
	margin-right:20px;
}

#large-promo {
  font-family: BebasNeueRegular;    
  font-size: 54px;    
  padding: 16px 16px 4px 16px;    
  margin-bottom: 0.5em;    
  color:white;    
  text-decoration: none;    
  text-shadow: 0 -1px 0px #333;    
  line-height: 100%;    
  background-color:#363636;    
  background-image: -ms-linear-gradient(bottom left, #820404 0%, #FF0047 100%);    
  background-image: -moz-linear-gradient(bottom left, #820404 0%, #FF0047 100%);    
  background-image: -o-linear-gradient(bottom left, #820404 0%, #FF0047 100%);        
  background-image: -webkit-linear-gradient(bottom left, #820404 0%, #FF0047 100%);    
  background-image: linear-gradient(to top right, #820404 0%, #FF0047 100%);    
  text-transform:uppercase;    
  border-radius: 5px;        
  box-shadow:0px 2px 2px #888;    
  display:block;
  line-height:71px;
}
#large-promo img{
    width: 471px;
    float: left;
    margin: 5px 30px 0 9px;
    border-radius: 3px;
    box-shadow: 0 0 3px #555;
  	border:5px solid white;
}
#sale-end{
	font-size:22px;
}
.bigSaleNumner{
	font-size: 110px;
}
.floating-percent{
  position: relative;
  bottom: 40px;
  font-size: 52px;
  width: 0;
  display: inline-block;  
}


/*--- new product with frames----- */
  .hide-selector{
    display:none;
  }
  .show-selector{
    display:block;
  }
  #picture-frame, #picture-mat{
    position:absolute;
    display:none;
  }
 
  .f20x30{
    width: 118%;
    top: -14%;
    left: -9%;
    display:block !important;
  }
  

  #product-gallery[frame="12x18"].photo.minimal{
    width: 564px;
    margin: 80px 0 90px 68px;
  }
  #product-gallery[frame="12x18"].photo.extended{
    width: 714px;
    margin: 120px 0 130px 111px;
  }
  #product-gallery[frame="16x24"].photo.minimal{
    width: 593px;
		margin: 60px 0 77px 60px;
  }
  #product-gallery[frame="16x24"].photo.extended{
    width: 811px;
    margin: 71px 0 76px 66px;
  }
  
  #product-gallery[frame="20x30"].photo.minimal{
    width: 611px;
    margin: 54px 0px 80px 45px;
  }
  #product-gallery[frame="20x30"].photo.extended{
    width: 800px;
    margin: 80px 0 86px 71px;
  }
  
  #product-gallery[frame="24x36"].photo.minimal{
    width: 627px;
    margin: 48px 20px 74px 37px;
  }
  #product-gallery[frame="24x36"].photo.extended{
    width: 826px;
    margin: 72px 0 80px 57px;
  }
  
  
  .d12x18 div div{
  	background-size: 296% !important;
  }
  .d16x24 div div{
  	background-size: 238% !important;
  }
  .d20x30 div div{
  	background-size: 200% !important;
  }
  
  .d12x18 > div{
    position: absolute;
    width: 128%;
    height: 145%;
    left: -14%;
    top: -22%;
  }
  .d12x18 > div > div{
    background-size: 296%;
  }
  .d16x24 > div {
    position: absolute;
    width: 122%;
    height: 132%;
    left: -11%;
    top: -16%;
  }
  .d16x24 > div > div{
    background-size: 238%;
  }
  .d20x30 > div{
    position: absolute;
    width: 118%;
    height: 128%;
    left: -9%;
    top: -14%;
  }
  .d20x30 > div > div{
    background-size: 200%;
  }
  
  .d24x36 > div{
    position: absolute;
    width: 114%;
    height: 122%;
    left: -7%;
    top: -11%;
  }
  .d24x36 > div > div{
    background-size: 166%;
  }


  /*.mat{
    float: left;
    width: 50%;
    height: 50%;
    
  }
  .frame{
    float: left;
    width: 50%;
    height: 50%;
  }
  .top-left{
    background-position:top left;
  } 
  .top-right{
    background-position:top right;
  } 
  .bottom-left{
    background-position:bottom left;
  } 
  .bottom-right{
    background-position:bottom right;
  }
*/
  
.frame, .mat{
  width: 50%;
  height: 50%;
  position:absolute;
}
.top-left{
} 
.top-right{
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
  left:49%;
} 
.bottom-left{
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
  top:49%;
} 
.bottom-right{
  -webkit-transform: scale(-1,-1);
  -ms-transform:scale(-1,-1);
  transform:scale(-1,-1);
  top:49%;
  left:49%;
}

  
  .no-frame{
    display:none;
  }
  .no-mat{
    display:none;
  }
  
  #aluminum-or-metallic {
		text-align: left;
  }   
  #product-gallery{
    margin:0 0 20px 0;
  }
  
/*---------------tabs----------------*/  
  
#tabs{
	padding:0;
	margin:0 0 0 8px;
	z-index:2;
}
#tabs li{
	float:left;
	list-style-type:none;
	margin:0 8px 0 0;
	padding: 7px 10px;
  	border:1px solid #CCC;
	border-bottom-width:0;
	border-radius:5px 5px 0 0 ;
	background-color:#EEE;
	cursor:pointer;
  	
  
}
#tabs li.selected{
	padding-bottom:8px;
	margin-bottom:-3px;
  background-color:#FFF;
  /*box-shadow: 0 -1px 1px #ddd;*/

}
#tab-content{
	clear:both;
	background-color:#FFF;
	z-index:1;
}
#tab-content:after{
	content: " 0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}
#tab-content div{
	/*splay:none;*/
	
}
#tab-content div.selected{
	display:block;
}
  
#google_translate_element{
  position: absolute;
  top: 3px;
  right: 230px;
}


.next-product .prev:after{
	content: " Previous";
}
.next-product .next:before{
	content: "Next ";
}

/*AMAZON*/

#AmazonWishList {
  text-align: center;
  margin-left: 30px;
  margin-top:-1px;
}
#auwlPopover td {
    border-width: 0;
    padding: 0;
}
#back-stage {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
  
}
#hideButton{
  position:absolute;
  top:309px;
  right:0;
  width:88px;
  
  background-color: #F8F8F8;
  text-decoration: none;
  text-shadow: 0px 1px 1px #FFF;
  box-shadow: 0px 1px 1px #AAA;
  border-radius: 3px 0 0 3px;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size:13px;
}

#qualityExplain{
  width:88px;
  position:fixed;
  top:335px;
  right:0;
  text-align:right;
  opacity:0;
  padding:10px;
  background-color:rgba(250, 250, 250, 0.5);
  border-radius:0 0 0 3px;
  font-size:13px;
}
#follow-top{
  position:absolute;
  top:4px;
  left:0px;
}
#collection-nav{
  text-align:center;
  margin:0 0 50px 0;
  position: absolute;
  top: 70px;
  right: 17px;
  z-index:101;
}

#collection-nav div{
	display:inline-block;
}
#collection-nav div a{
	width:70px;
  height:70px;
  display:block;
  background-repeat: no-repeat;
  background-size:cover;
  margin: 0 3px;
}

#s-sharing-product{
  text-align:center;
  clear: both;
  width:700px;
  margin: 20px 0;
}

#sharing-product{
	text-align:center;
  clear:both;
  width:700px;
}

#sharing li{
  display: inline-block;
  vertical-align: top;
  list-style:none;
}
#sharing ul{
  margin:20px 0 0 0;
}
#sharing-product li{
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  margin: 3px;
  max-width: 90px;
  min-width: 80px;
  text-align: left;
}

#sharing-product ul{
  margin:0 0 40px 0; 
}

.collection-nav-small {
    position: absolute;
    right: 33px;
    top: 15px;
    z-index: 1;
    font-weight: bold;
    width: 152px;
    white-space: nowrap;
    filter: brightness(30%);
}

.collection-nav-small img{
  cursor:pointer;
}
.empty-prev{
	width:48px;
  display:inline-block;
}
.empty-next{
	width:96px;
  display:inline-block;
}

.chevron{
    width:60px;
    height:40px;
    position:relative;
}
.chevron:before, .chevron:after{
    content:'';
    background-color:black;
    width:20px;
    height:5px;
    position:absolute;
    left:18px;
}
.chevron:before{
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
  	transform:rotate(-45deg);
    top:10px
}
.chevron:after{
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
  	transform:rotate(45deg);
    top:21px;
}
.chevron.next:before{
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
  	transform:rotate(45deg);
    top:10px
}
.chevron.next:after{
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
  	transform:rotate(-45deg);
    top:21px;
}
#home-hero{
	margin-bottom:30px;
}
#home-hero img{
	width:100%;
}
.gallery-raw{
	padding-bottom:20px;
}
.gallery-raw a{
  display:inline-block;
  margin-right:20px;
}
.gallery-raw a:nth-child(4n){
  margin-right:0;
}
bigimage{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
}
bigimage.blur{
  filter: blur(9px);
  -webkit-filter: blur(9px);
  -o-filter: blur(9px);
  -moz-filter: blur(9px);
  -ms-filter: blur(9px);
}
.noshow{
  display:none;
}
stripes{
  background-image: url(/cdn/shop/t/4/assets/stripes2.png?8597);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background-attachment: fixed;
}
#behindButtons{
  position: fixed;
  right: 0px;
  top: 215px;
  white-space: nowrap;
}
#behindButtons .collection-nav-small{
  top:0;
  right:0
}

/*
section.listSections.clearfix.new-products li{
  height:158px;
}

section.listSections.clearfix.new-products li:hover{
  overflow: visible;
  z-index: 1;
}

section.listSections.clearfix.new-products li:hover a{
  overflow: visible;
  z-index: 1;
  box-shadow: 0 10px 0px white;
}
*/
.imageWrapper img{
	display:block;
}
section.listSections.clearfix.panoramic-prints img {
	height: 178px;
}
.NewGrid li {
  list-style-type: none;
  position:relative;
  overflow:hidden;
  vertical-align: bottom;
  float:left;
  margin-right: 5px;
  margin-bottom: 5px;
  visibility:hidden;
}
.NewGrid li.show {
  visibility:visible;
}

#RelatedProducts li img{
    height: 178px;
}
/*.NewGrid-commerce {
  text-align:center;
  display: inline-block;
  vertical-align:bottom;
  width:100%;
  margin-top:10px;
}
*/

.NewGrid-commerce {
  /*text-align: right;
  vertical-align:bottom;
  margin-top:10px;
  position: absolute;
  bottom: 17px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 6px 0 0 0;
  padding: 3px;*/
  text-align: center;
vertical-align: bottom;
}

.NewGrid-add-to-cart {
  display: none;
}
.NewGrid .imageWrapper {
  /*height: 240px;*/
  display: block;
  overflow: hidden;
  text-align:center;
}
/*.RelatedProducts .imageWrapper{
  height:208px;
}
.diptychs .imageWrapper {
  height:180px;
}
.panoramic-prints .imageWrapper {
  height:140px;
}
.squares .imageWrapper {
  height:355px;
}

.catalogs .imageWrapper {
  height:284px;
}
.imageWrapper .vertical-print {
  width:auto!important;
  height:100%;
}
*/

.NewGrid-title {
  display: block;
  margin-bottom: 1%;
  color:#333;
  text-decoration:none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 120%;
  font-weight: bold;
  text-align:center;
}
.NewGrid-variants select {
  font-size:130%;
  display:none;
}
.NewGrid-commerce #add-to-cart {
  font-size:130%;
  display:none;
}

.NewGrid-variants .price {
  font-size: 150%;
  padding: 13px 0 0 0;
  margin: 0;
  font-weight:bold;
  display: inline;
  vertical-align: middle;
}
.NewGrid-variants p.price {
	color:#333;
}
.NewGrid-variants img {
  /*width: 100%;*/
  height:178px;
}

.NewGrid.clearfix {
  margin: 0;
  padding: 0;
}


.templateIndex .NewGrid li.vertical-print {
    width: 110px;
}

#collapsible-details{
	overflow:hidden;
 	clear:both;
  
}
.details-hide{
  height:53px;
  /*margin-bottom:-20px;*/
}
.details-show{
  height:auto;
}


#collapsible-details h2{
	margin-top:2em;
}



.underProduct{
  text-align:center;
  /*width:700px;*/
  margin-bottom: 30px;
}
.default-option{
  margin-bottom: 38px;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 10px;
  box-shadow: 0px 2px 0px #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 120%;
}


#combined-footer{
	float:right;
  width:100%;
}

#large-footer {
  clear: both;
  background-color: #F3F3F3;
  padding: 20px;
  margin-top:30px;
}
.templateCart #large-footer{
	display:none;
}
#large-footer ul {
  margin: 0;
  padding: 0;
}
#large-footer h3{
  font: normal 24px BebasNeueRegular, arial, sans-serif;
  color: #333;
  margin: 0 0 5px 0;
}
.lf-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float:left;
  vertical-align: top;
  width:25%;
}
.lf-group li {
  list-style-type: none;
  margin: 0;  
  padding: 0px;  
  line-height: 190%;
}


#slideshow {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position:center;
}
#slideshow.hide{
	display:none;
}
#slideshow.show{
	display:block;
}

#slideshow button {
  width: 100%;
}
#progress {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding: 1px;
}
#indicator {
  height: 3px;
  vertical-align: middle;
  float: left;
  border-radius: 1px;
}
#indicator.long{
  width:100%;
  background-color:#555;
}

#indicator.short{
  width:0%;
  background-color:#f00;
}


#controls {
  float: right;
  margin: 10px;
  width: 100px;
}
.slideshow_button {
  width: 60px;
  height: 40px;
}

.collection-nav-small button {
  width: 60px;
}

.collection-nav-small button.prev{
  background-image:url(/cdn/shop/t/4/assets/icon-prev.png?11710),linear-gradient(to bottom, #F0F0F0 1%,#CCC 5%, #BBB 100%);
}

.collection-nav-small button.slideshow{
  background-image:url(/cdn/shop/t/4/assets/icon-play.png?11710),linear-gradient(to bottom, #F0F0F0 1%,#CCC 5%, #BBB 100%);
}

.collection-nav-small button.next{
  background-image:url(/cdn/shop/t/4/assets/icon-next.png?11710),linear-gradient(to bottom, #F0F0F0 1%,#CCC 5%, #BBB 100%);
}

.secondaryButton{
  vertical-align: middle;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  border: 1px solid #AAA;
  /* box-shadow: 0 2px 2px #888; */
  /* background-image:linear-gradient(to bottom, #F0F0F0 1%,#CCC 5%, #BBB 100%); */
  font-size: 100%;
  /* text-shadow: 0 1px 0 #FFF; */
  font-weight: 400;
  color: #333;
  padding:0 0.25em;
  display: inline-block;
  line-height: 2em;
  background-color: #CCC;
}
.slideshow-starter {
    position: absolute;
    right: 0;
    top: 27px;
  
}
.slideshow-starter a{
  font-weight: 600;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}
.slideshow-starter img{
  width:30px;
  vertical-align:middle;
  margin-right:6px;
}




#active-wrapper a{
  position:relative;
}

.Verticals #active-wrapper{
  width: 190px;
  margin: auto;
}
.intro{
	margin-bottom: 2em;
}
.intro img{
	float:right;
}
.content-wrapper {
  position: relative;
}
.follow-twitter{
  display:inline;
  position:absolute;
  right:0;
  top:0;
}
.follow-twitter a{
  display:none;
}
.social-follow{
  position: absolute;
  top: 2px;
  right: 20px;
  width:215px;
}
.product_support{
}
.product_support img{
  width: 160px;
  float: left;
  margin-right: 10px;
}
/*#carousel-static{
  width: 980px;
  margin: 0;
  padding: 0;
}
*/
#carousel-static {
  width: 100%;
  margin-top: 132px;
  padding: 0;
}
#carousel-static li img{
  width:100%;
}
#slides{
  padding:0;
  margin:0;
}
.variants *{
	font-family: "Roboto Condensed" !important;
	font-weight:400!important;
}
.listSections{
  margin-bottom:2em;
}


/*canvas*/
palettes{
  float:left;
  margin:10px 0 20px 0;
}
.MainPalette{
  width:700px;
  height:30px;
}
.MiniPalette{
  width:700px;
  height:10px;
}

.paletteSquare{
  width:20%;
  height:100%;
  float:left;
}

#myCvs{
  visibility:hidden;
  position:absolute;
  top:0;
  left:0;
}
#productMaterials{
  font-family: "Roboto Condensed";
  color: #000;
}
#one-hero img.product-photo {
  width: 100%;
  margin: 1% 0 5% 0;
}

/*
@media only screen and (device-width: 768px) {
 body{ 
   font-size:1.3em;
}
*/ 