/**
 * 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 {
  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: 13px/1.231 Helvetica, Arial, sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
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: 0px; }
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 }



/**
 * Base Content Styles
 */
body {
  color: #666666;
  }

h1, h2, h3, h4, h5, h6 {
  color: #302e2e;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 .5em 0;
  }
h1{ font-size: 22px; }

a { color: #666666;}
a:hover { color: #6db038 }

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

ul, ol{ margin: 0 0 1.5em 0em; }
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 5px 0;
  border-collapse: collapse;
  }
table th{
  padding: 4px 8px;
  font-weight: bold;
  border: solid 1px #dddddd;
  color: #302e2e;
  background: #f7f7f7;
  }
table td{
  padding: 4px 8px;
  }
tfoot th{ background: transparent; }

#shappify-qty-msg table td{
  border: solid 1px #dddddd;
}

/**
 * Structure
 */

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

.wrapper{
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  min-height: 100%;
  }
.ie6 .wrapper{ height: 100%; }

#col-main{
  float: left;
  width: 740px;
  position: relative; z-index: 1;
  }
#col-main.content{
  width: 700px;
  }
#col-main.full{
  width: auto;
  float: none;
  }

#col-widgets{
  float: right;
  width: 215px;
  }




/**
 * Header
 */

.top-quote {
position: static;
top: 0;
right: 0;
width: 100%;
background: #000;
color: #fff;
padding: 5px 0px 5px 0px;
font-size: 14px;
font-weight: bold;
text-align: center;
}
.link-1 {
font-size: 13px;
color: #fff;
text-decoration: none;
}
.top-shop {
float:left;
width:60%;
}
.top-shop span {
  color: #af2d0d;
font-weight: bold;
font-size: 14px;
float: left;
}
.top-shop p {
  float:left;
}
.shipping {
  float:right;
  width:40%;
}
.shipping-cont {
  text-align:right;
  padding: 9px 0px;
}
.copyright {
  float: left;
margin: 20px 0 0 0;
}
.links {
  float: right;
margin: 20px 0 0 0;
}
.copycontent {
  width:100%;
}
.column {
float: left;
width: 25%;
min-height: 100px;
padding: 10px 40px 40px 0;
}
.buy-more {
  font-size:16px;
  font-weight:bold;
  color:#fa3803;
}

.column h3 {
color: #000000;
font-size: 14px;
margin-top: 0px;
margin-bottom: 5px;
margin-left: 20px;
text-transform: uppercase;
}
.div2 {
  float:right;
}
.content-wrapper {
  margin-top: -25px;
}
#bottom .column ul {
  margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
list-style: none;
}
#bottom .column li {
  margin-bottom: 3px;
}
#bottom .column li a {
text-decoration: none;
color: #000;
font-size: 14px;
}
.footer1 {
  background:#f4f6f3;
  width:100%;
  height:240px;
}

#top-links {
position:absolute;
top:10px;
right:176px;
}
#top-links a{
text-decoration: none;
}
#top-links li {
list-style:none;
float:left;
padding: 6px 12px 10px 5px;
margin: 0 8px 0 0;
border-right: solid 1px #ccc;
font-weight: normal;
}
#umbrella .checkout-link a.btn1 {
color: #000;
text-decoration: none;
font-weight: bold;
font-family: Helvetica,Arial,sans-serif;
text-align: center;
cursor: pointer;
}
#umbrella .checkout-link a.btn1:hover {
  text-decoration:none;
}
#top{
  padding: 20px 0 0 0;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 100;
  }

#site-title{
  font: normal 30px/1.0 BebasNeueRegular, arial, sans-serif;
  color: #542913;
  margin: 0;
  }
#site-title a{
  text-decoration: none;
  color: #542913;
  }
#site-title a:hover{
  color: #6db038;
  }



/**
 * Top Menu
 */

#top-menu{
  padding: 8px 0 0 0;
  margin: 0 0 0 -10px;
  }
#top-menu li{
  float: left;
  }
#top-menu a{
  color: #666666;
  border-right: dotted 1px #dddddd;
  font: normal 24px 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: #6db038;
  background: #faf7f7;
  }
#top-menu a:hover .nav-arrow{
  border-top-color: #6db038;
  }

/* 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: #faf7f7;
  top: 0;
  left: -1px;
  padding: 5px 0;
  display: none;
  width: 175px;
  -moz-box-shadow: 0 2px 3px #dddddd;
  -webkit-box-shadow: 0 2px 3px #dddddd;
  box-shadow: 0 2px 3px #dddddd;
  }
.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: 12px Helvetica, Arial, sans-serif;
  margin: 0; padding: 0;
  display: block;
  border: none;
  }
#top-menu ul ul a:hover{
  text-decoration: underline;
  }


/**
 * Header Search
 */

#header-search{
  float: right;
  margin: 0;
  }
#header-search #top-search-input{
  width: 84%;
  font-size: 12px;
  padding: 11px 3px;
  border: solid 1px #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  }
#header-search #top-search-submit{
  border: none;
  width: 30px;
  height: 30px;
  margin: 4px 4px 0px 0px;
  
  background: url(//totebagfactory.com/cdn/shop/t/98/assets/totebagfactory-search-icon.png?v=3658412918528260271680173188) 0 0 no-repeat;
  
  float: right;
  font-size: 0; /* ie7 */
  line-height: 50px; /* ie7 */
  }
#header-search #top-search-submit:hover{
  
  background-position: 0 -30px;
  
  }

#header-search{
  width: 215px;
  }



/**
 * Shopping Cart at the Top
 */

body{}

#umbrella{
  background: #ffffff;
  padding: 0 0px 0 0px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  color: #524e4e;
  }

#umbrella ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
#umbrella li{
  float: left;
  padding: 6px 12px 10px 0;
  margin: 0 12px 0 0;
  border-right: solid 1px #cccccc;
  font-weight: normal;
  }
#umbrella p{
  margin: 0;
  }
#umbrella a{
  color: #524e4e;
  text-decoration: none;
  }
#umbrella a:hover{ color: #6db038; }

#umbrella .num-items-in-cart .icon{
  display: block;
  padding: 0 0 0 26px;
  @if lightness(#ffffff) > 50 {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/cart-icons.png?v=157446330032017941951680173069) 0 0 no-repeat;    
  } @else {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/cart-icons.png?v=157446330032017941951680173069) 0 -58px no-repeat;
  }
  }
#umbrella .num-items-in-cart:hover .icon{
  @if lightness(#ffffff) > 50 {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/cart-icons.png?v=157446330032017941951680173069) 0 -29px no-repeat;    
  } @else {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/cart-icons.png?v=157446330032017941951680173069) 0 -87px no-repeat;
  }
  }

#umbrella .checkout-link{
  padding: 0;
  margin-right: 0;
  border: none;
  padding: 5px 5px 10px 0;
  }
#umbrella .checkout-link a{ color: #ffffff; }
#umbrella .checkout-link a:hover{ color: #ffffff; }

/**
 * Sections
 */

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

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

.diagonal-divider{
  
  background: url(//totebagfactory.com/cdn/shop/t/98/assets/diagonal-white.png?v=152708903013764445821680173084) 0 0 repeat-x;
  padding: 16px 0 0 0;
  
  margin: 0 0 20px 0;
  }

#page-title{
  font-size: 22px;
  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;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  }
.product-grid .last-in-row{ margin-right: 0; }

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

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

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

.product-grid .product-link{
  display: block;
  position: relative;
  z-index: 1000;
  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;
  }
.product-information h3{
  font: normal 16px/1 BebasNeueRegular, arial, sans-serif;
  margin: 5px 0 10px 0;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }

.product-price{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 4px 8px;
  text-align: right;
  font-weight: bold;
  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: #444444;
  color: #ffffff;
  }

#featured-grid li{
  width: 240px;
  background: #f6f6f6;
  -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: 240px;
  }
#featured-grid .product-price{
  top: -30px;
  right: 0;
  bottom: auto;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  }
#featured-products {
 	margin-top: 20px;
  	clear: both;
}
#featured-products.featured-narrow .product-grid li, #featured-products.featured-narrow .generated-height .product-grid-item { width: 167px; }
#featured-products.featured-narrow .product-photo { max-width: 167px; }


/**
 * Single Product
 */

#product-information{
  float: right;
  width: 375px;
  }

#product-actions{
  padding: 0px 0 0px 0;
  overflow: hidden;
  }

#purchase{
  float: right;
  text-align: right;
  }
.sold-out #purchase{
  float: none;
  text-align: left;
  }
#add-to-cart{
  margin: 8px 0 0 0;
  }

#product-header{
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
  }
#product-header #product-header-title{
  float: left;
  width: 60%;
  margin: 5px 0 16px 0;
  }
#product-title{
  margin: 0 0 5px 0;
  font-size: 24px;
  font-style: bold italic;
  }
#product-vendor{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  }
#product-vendor a{
  text-decoration: none;
  }

#product-actions select{
  padding: 3px;
  float:right;
  }
#product-actions .price{
  font-size: 18px;
  margin: 10px 0px 10px 0px;
  margin: 0;
  font-weight: bold;
  text-align: right;
  }
#product-actions .price strong{
  color: #6db038;
  display: block;
  }
#product-actions .compare_at_price{
  font-size: 12px;
  display: block;
  }

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

#add-to-cart-msg{
  background: #fff7a0;
  padding: 10px;
  display: none;
  margin: 0;
  text-align: center;
  }

#product-information #sharing{
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px solid #dddddd;
  }
#product-information #sharing ul{
  list-style: none;
  }
#product-information #sharing li{
  margin: 0;
  float: left;
  }

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

#product-gallery,
#active-wrapper{
  width: 303px;
  float:left
  }

#active-wrapper{
  position: relative;
  min-height: 50px;
  overflow: hidden;
  margin: 0 0 10px 0;
  }
#active-wrapper img{
  display: block;
  width: auto;
  }
#active-wrapper .zoomed{
  position: absolute;
  top: 0;
  left: 0;
  }

#active-image-loading{
  background: #fff url(//totebagfactory.com/cdn/shop/t/98/assets/icon-loading.gif?v=24198404556907296391680173124) 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;
  }
#thumbs li{
  float: left;
  margin: 0 8px 8px 0;
  width: 54px;
  height: 54px;
  text-align: center;
  }
.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 #6db038;
  }
#thumbs img{
  margin: 0 auto;
  display: block;
  }



/**
 * Content
 */

.content{
  padding-bottom: 20px;
  
  padding: 20px 0px;
  

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

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0 15px 0;
  float: left;
  width: 700px;
  }

article{
  margin: 20px 0 45px 0;
  
  background: url(//totebagfactory.com/cdn/shop/t/98/assets/diagonal-white.png?v=152708903013764445821680173084) 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;
  }
.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: #6db038;
  background: #666666 url(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 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: #6db038 }

.widget{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background: #ffffff;
  margin-top: -15px;
  }

.widget h3{
  font: normal 24px BebasNeueRegular, arial, sans-serif;
  color: #333333;
  margin: 0 0 10px 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;
  }

.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(//totebagfactory.com/cdn/shop/t/98/assets/edit-sml.png?v=108954173276497156751680173087) 0 0 no-repeat; }
.action_delete{ background: url(//totebagfactory.com/cdn/shop/t/98/assets/delete-sml.png?v=113471821648050496011680173082) 0 1px no-repeat; }
.action_add{ background: url(//totebagfactory.com/cdn/shop/t/98/assets/add-sml.png?v=174359314877098147901680173039) 0 0 no-repeat; }

.default_address{
  color: #6db038;
  }
.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:0;
  height:0;
  border-bottom:8px solid transparent;
  border-top:8px solid transparent;
  border-right:8px solid #ffffff;
  font-size:0;
  line-height:0;
  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(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 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%;
  }
#search-form #q{
  font-size: 16px;
  padding: 6px;
  width: 575px;
  border: solid 1px #dddddd;
  float: left;
  }
#search-form #search-submit{ /* overriding some of .btn's styles */
  padding-top: 7px;
  padding-bottom: 6px;
  float: right;
  width: 100px;
  }
.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;
  }



/**
 * Cart
 */

#cartform table{
  width: 100%;
  margin: 0 0 20px 0;
  }
#cartform table td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  }
#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;
  }
#cartform .update-quantities{
  text-align: center;
  padding: 5px;
  width: 170px;
  }

#checkout-proceed{
  float: right;
  width: 38%;
  text-align: right;
  }

#checkout-addnote{
  float: left;
  width: 60%;
  }
#checkout-addnote a{
  display: block;
  width: 165px;
  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 -135px;
  }
#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{
  width: 400px;
  float: left;
  }
#footer-right{
  width: 280px;
  float: right;
  padding:20px;
  }

#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: #6db038;}
#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;
  }

#sm-icons{
  float: right;
  margin: 0;
  }
#sm-icons li{
  margin: 0 0 0 5px;
  padding: 0;
  }
  
.icon-social{
  width: 32px;
  height: 32px;
  @if lightness(#ffffff) > 50 {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/social-icons-light-bg.png?v=72790058639165240741680173173) no-repeat;
  } @else {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/social-icons-dark-bg.png?v=6251344786542243811680173173) no-repeat;
  }
  display: block;
  }
  
.icon-social {    
  filter: alpha(opacity=50); /* internet explorer */
  -khtml-opacity: 0.5;      /* khtml, old safari */
  -moz-opacity: 0.5;       /* mozilla, netscape */
  opacity: 0.5;           /* fx, safari, opera */
  }
.icon-social:hover {    
  filter: alpha(opacity=100); /* internet explorer */
  -khtml-opacity: 1;      /* khtml, old safari */
  -moz-opacity: 1;       /* mozilla, netscape */
  opacity: 1;           /* fx, safari, opera */
  }

.icon-social.twitter { background-position: 0 0; }
.icon-social.facebook { background-position: -50px 0; }
.icon-social.youtube { background-position: -100px 0; }
.icon-social.atom { background-position: -150px 0; }
.icon-social.instagram { background-position: -200px 0; }
.icon-social.pinterest { background-position: -250px 0; }
.icon-social.vimeo { background-position: -300px 0; }
.icon-social.tumblr { background-position: -350px 0; }
.icon-social.google { background-position: -400px 0; }

#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: 740px;
  height: 300px;
  }

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

#carousel{
  position: relative;
  z-index: 50;
  overflow: hidden;
  background: #F4F4F4;
  }
#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{ max-width: 100%; } /* I was on the fence about adding this line in, but hope it will do some good */

#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;}

/**
 * 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{
  display: inline-block;
  background: #666666 url(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 0 100% repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #666666;
  color: #ffffff;
  padding: 5px 10px 4px 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  }
  
.btn.disabled:hover,
a.btn.disabled:hover{
  border: solid 1px #666666;
  background: #666666 url(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 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 #6db038;
  background: #6db038 url(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 0 100% repeat-x;;
  color: #ffffff;
  }

.btn-reversed{
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  }
.btn-reversed:hover{
  background-color: #00a85f; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  }




/**
 * 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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

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

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

.product-grid .placeholder{
  width: 177px;
  height: 130px;
  display: block;
  background: #666666 url(//totebagfactory.com/cdn/shop/t/98/assets/placeholder-product.png?v=42209286135018238301680173147) 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(//totebagfactory.com/cdn/shop/t/98/assets/no-products-post-it.png?v=69857315014881868911680173147) 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;
}
/**
 * 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 {
  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: 13px/1.231 Helvetica, Arial, sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
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: 0px; }
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 }



/**
 * Base Content Styles
 */
body {
  color: #666666;
  }

h1, h2, h3, h4, h5, h6 {
  color: #302e2e;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 .5em 0;
  }
h1{ font-size: 22px; }

a { color: #666666; }
a:hover { color: #6db038 }

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

ul, ol{ margin: 0 0 1.5em 0em; }
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 5px 0;
  border-collapse: collapse;
  }
table th{
  padding: 4px 8px;
  font-weight: bold;
  border: solid 1px #dddddd;
  color: #302e2e;
  background: #f7f7f7;
  }
table td{
  padding: 4px 8px;
  }
tfoot th{ background: transparent; }


/**
 * Structure
 */

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

.wrapper{
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  min-height: 100%;
  }
.ie6 .wrapper{ height: 100%; }

#col-main{
  float: left;
  width: 740px;
  position: relative; z-index: 1;
  }
#col-main.content{
  width: 700px;
  }
#col-main.full{
  width: auto;
  float: none;
  }

#col-widgets{
  float: right;
  width: 215px;
  }




/**
 * Header
 */

#top{
  padding: 20px 0 0 0;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 100;
  }

#site-title{
  font: normal 30px/1.0 BebasNeueRegular, arial, sans-serif;
  color: #542913;
  margin: 0;
  float:left;
  }
#site-title a{
  text-decoration: none;
  color: #542913;
  }
#site-title a:hover{
  color: #6db038;
  }



/**
 * Top Menu
 */

#top-menu{
  padding: 8px 0 0 0;
  margin: 0 0 0 -10px;
  }
#top-menu li{
  float: left;
  }
#top-menu a{
  color: #666666;
  border-right: dotted 1px #dddddd;
  font: normal 24px 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: #6db038;
  background: #faf7f7;
  }
#top-menu a:hover .nav-arrow{
  border-top-color: #6db038;
  }

/* 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: #faf7f7;
  top: 0;
  left: -1px;
  padding: 5px 0;
  display: none;
  width: 175px;
  -moz-box-shadow: 0 2px 3px #dddddd;
  -webkit-box-shadow: 0 2px 3px #dddddd;
  box-shadow: 0 2px 3px #dddddd;
  }
.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: 12px Helvetica, Arial, sans-serif;
  margin: 0; padding: 0;
  display: block;
  border: none;
  }
#top-menu ul ul a:hover{
  text-decoration: underline;
  }


/**
 * Header Search
 */

#header-search{
  float: right;
  margin: 0;
  }
#header-search #top-search-input{
  width: 84%;
  font-size: 12px;
  padding: 11px 3px;
  border: solid 1px #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  }
#header-search #top-search-submit{
 border: none;
  width: 30px;
  height: 30px;
  margin: 4px 4px 0px 0px;
  
  background: url(//totebagfactory.com/cdn/shop/t/98/assets/totebagfactory-search-icon.png?v=3658412918528260271680173188) 0 0 no-repeat;
  
  float: right;
  font-size: 0; /* ie7 */
  line-height: 50px; /* ie7 */
  }
#header-search #top-search-submit:hover{
  
  background-position: 0 -30px;
  
  }

#header-search{
width: 366px;
margin-top: 30px;

}



/**
 * Shopping Cart at the Top
 */

body{ border-top: solid 0px #ffffff; }

#umbrella{
  background: #ffffff;
  padding: 0 0px 0 0px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  color: #524e4e;
  }

#umbrella ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
#umbrella li{
  float: left;
  padding: 7px 12px 10px 0;
  margin: 0 12px 0 0;
  border-right: solid 1px #cccccc;
  font-weight: normal;
  }
#umbrella p{
  margin: 0;
  }
#umbrella a{
  color: #524e4e;
  text-decoration: none;
  }
#umbrella a:hover{ color: #6db038; }

#umbrella .num-items-in-cart .icon{
  display: block;
  padding: 0 0 0 26px;
  @if lightness(#ffffff) > 50 {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/cart-icons.png?v=157446330032017941951680173069) 0 0 no-repeat;    
  } @else {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/cart-icons.png?v=157446330032017941951680173069) 0 -58px no-repeat;
  }
  }
#umbrella .num-items-in-cart:hover .icon{
  @if lightness(#ffffff) > 50 {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/cart-icons.png?v=157446330032017941951680173069) 0 -29px no-repeat;    
  } @else {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/cart-icons.png?v=157446330032017941951680173069) 0 -87px no-repeat;
  }
  }

#umbrella .checkout-link{
  padding: 0;
  margin-right: 0;
  border: none;
  padding: 7px 5px 10px 0;
  }
#umbrella .checkout-link a{ color: #ffffff; }
#umbrella .checkout-link a:hover{ color: #6db038; }

/**
 * Sections
 */

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

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

.diagonal-divider{
  
  background: url(//totebagfactory.com/cdn/shop/t/98/assets/diagonal-white.png?v=152708903013764445821680173084) 0 0 repeat-x;
  padding: 16px 0 0 0;
  
  margin: 0 0 20px 0;
  }

#page-title{
  font-size: 22px;
  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;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  }
.product-grid .last-in-row{ margin-right: 0; }

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

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

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

.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;
  }
.product-information h3{
  font: normal 16px/1 BebasNeueRegular, arial, sans-serif;
  margin: 5px 0 10px 0;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }

.product-price{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 4px 8px;
  text-align: right;
  font-weight: bold;
  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: #444444;
  color: #ffffff;
  }

#featured-grid li{
  width: 240px;
  background: #f6f6f6;
  -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: 240px;
  }
#featured-grid .product-price{
  top: -30px;
  right: 0;
  bottom: auto;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  }
#featured-products {
 	margin-top: 20px;
  	clear: both;
}
#featured-products.featured-narrow .product-grid li, #featured-products.featured-narrow .generated-height .product-grid-item { width: 167px; }
#featured-products.featured-narrow .product-photo { max-width: 167px; }


/**
 * Single Product
 */

#product-information{
  float: right;
  width: 375px;
  }

#product-actions{
  padding: 4px 0 12px 0;
  overflow: hidden;
  }

#purchase{
  float: inherit;
  text-align: right;
  margin-top: 0px;
  }
.options {
}
.sold-out #purchase{
  float: none;
  text-align: left;
  }
#add-to-cart{
  margin: 8px 0 0 0;
  font-size:16px;
  }

#product-header{
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
  }
#product-header #product-header-title{
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  }
#product-title{
  margin: 0 0 5px 0;
  font-size: 24px;
  font-style: bold italic;
  }
#product-vendor{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  }
#product-vendor a{
  text-decoration: none;
  }

#product-actions select{
  padding: 3px;
  float:right;
  }
#product-actions .price{
  font-size: 20px;
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  text-align: right;
  }
#product-actions .price strong{
  color: #6db038;
  display: block;
  }
#product-actions .compare_at_price{
  font-size: 12px;
  display: block;
  }

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

#add-to-cart-msg{
  background: #fff7a0;
  padding: 10px;
  display: none;
  margin: 0;
  text-align: center;
  }

#product-information #sharing{
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px solid #dddddd;
  }
#product-information #sharing ul{
  list-style: none;
  }
#product-information #sharing li{
  margin: 0;
  float: left;
  }

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

#product-gallery,
#active-wrapper{
  width: 303px;
  }

#active-wrapper{
  position: relative;
  min-height: 50px;
  overflow: hidden;
  margin: 0 0 10px 0;
  }
#active-wrapper img{
  display: block;
  width: auto;
  }
#active-wrapper .zoomed{
  position: absolute;
  top: 0;
  left: 0;
  }

#active-image-loading{
  background: #fff url(//totebagfactory.com/cdn/shop/t/98/assets/icon-loading.gif?v=24198404556907296391680173124) 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;
  }
#thumbs li{
  float: left;
  margin: 0 8px 8px 0;
  width: 54px;
  height: 54px;
  text-align: center;
  }
.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 #6db038;
  }
#thumbs img{
  margin: 0 auto;
  display: block;
  }



/**
 * Content
 */

.content{
  padding-bottom: 20px;
  
  padding: 20px 0px;
  

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

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0 15px 0;
  float: left;
  width: 700px;
  }

article{
  margin: 20px 0 45px 0;
  
  background: url(//totebagfactory.com/cdn/shop/t/98/assets/diagonal-white.png?v=152708903013764445821680173084) 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;
  }
.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: #6db038;
  background: #666666 url(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 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: #6db038 }

.widget{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #ffffff
  }

.widget h3{
  font: normal 24px BebasNeueRegular, arial, sans-serif;
  color: #333333;
  margin: 0 0 10px 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;
  }

.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(//totebagfactory.com/cdn/shop/t/98/assets/edit-sml.png?v=108954173276497156751680173087) 0 0 no-repeat; }
.action_delete{ background: url(//totebagfactory.com/cdn/shop/t/98/assets/delete-sml.png?v=113471821648050496011680173082) 0 1px no-repeat; }
.action_add{ background: url(//totebagfactory.com/cdn/shop/t/98/assets/add-sml.png?v=174359314877098147901680173039) 0 0 no-repeat; }

.default_address{
  color: #6db038;
  }
.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:0;
  height:0;
  border-bottom:8px solid transparent;
  border-top:8px solid transparent;
  border-right:8px solid #ffffff;
  font-size:0;
  line-height:0;
  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(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 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%;
  }
#search-form #q{
  font-size: 16px;
  padding: 6px;
  width: 575px;
  border: solid 1px #dddddd;
  float: left;
  }
#search-form #search-submit{ /* overriding some of .btn's styles */
  padding-top: 7px;
  padding-bottom: 6px;
  float: right;
  width: 100px;
  }
.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;
  }



/**
 * Cart
 */

#cartform table{
  width: 100%;
  margin: 0 0 20px 0;
  }
#cartform table td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  }
#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;
  }
#cartform .update-quantities{
  text-align: center;
  padding: 5px;
  width: 170px;
  }

#checkout-proceed{
  float: right;
  width: 38%;
  text-align: right;
  }

#checkout-addnote{
  float: left;
  width: 60%;
  }
#checkout-addnote a{
  display: block;
  width: 165px;
  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 -135px;
  }
#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{
  width: 600px;
  float: left;
  }
#footer-right{
  width: 280px;
  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: #6db038;}
#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;
  }

#sm-icons{
  float: right;
  margin: 0;
  }
#sm-icons li{
  margin: 0 0 0 5px;
  padding: 0;
  }
  
.icon-social{
  width: 32px;
  height: 32px;
  @if lightness(#ffffff) > 50 {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/social-icons-light-bg.png?v=72790058639165240741680173173) no-repeat;
  } @else {
    background: url(//totebagfactory.com/cdn/shop/t/98/assets/social-icons-dark-bg.png?v=6251344786542243811680173173) no-repeat;
  }
  display: block;
  }
  
.icon-social {    
  filter: alpha(opacity=50); /* internet explorer */
  -khtml-opacity: 0.5;      /* khtml, old safari */
  -moz-opacity: 0.5;       /* mozilla, netscape */
  opacity: 0.5;           /* fx, safari, opera */
  }
.icon-social:hover {    
  filter: alpha(opacity=100); /* internet explorer */
  -khtml-opacity: 1;      /* khtml, old safari */
  -moz-opacity: 1;       /* mozilla, netscape */
  opacity: 1;           /* fx, safari, opera */
  }

.icon-social.twitter { background-position: 0 0; }
.icon-social.facebook { background-position: -50px 0; }
.icon-social.youtube { background-position: -100px 0; }
.icon-social.atom { background-position: -150px 0; }
.icon-social.instagram { background-position: -200px 0; }
.icon-social.pinterest { background-position: -250px 0; }
.icon-social.vimeo { background-position: -300px 0; }
.icon-social.tumblr { background-position: -350px 0; }
.icon-social.google { background-position: -400px 0; }

#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: 740px;
  height: 300px;
  }

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

#carousel{
  position: relative;
  z-index: 50;
  overflow: hidden;
  background: #F4F4F4;
  }
#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{ max-width: 100%; } /* I was on the fence about adding this line in, but hope it will do some good */

#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;}

/**
 * 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{
  display: inline-block;
  background: #666666 url(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 0 100% repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #666666;
  color: #ffffff;
  padding: 5px 10px 4px 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  }
  
.btn.disabled:hover,
a.btn.disabled:hover{
  border: solid 1px #666666;
  background: #666666 url(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 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 #6db038;
  background: #6db038 url(//totebagfactory.com/cdn/shop/t/98/assets/btn-small-depth.png?v=159170762985822292481680173059) 0 100% repeat-x;;
  color: #ffffff;
  }

.btn-reversed{
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  }
.btn-reversed:hover{
  background-color: #00a85f; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  }





/**
 * 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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

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

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

.product-grid .placeholder{
  width: 177px;
  height: 130px;
  display: block;
  background: #666666 url(//totebagfactory.com/cdn/shop/t/98/assets/placeholder-product.png?v=42209286135018238301680173147) 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(//totebagfactory.com/cdn/shop/t/98/assets/no-products-post-it.png?v=69857315014881868911680173147) 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;
}


#top.mobile_header {display:none;}
.acc_logined_m{display:none;}

.desktopshowhide{display:block} 
.mobileshowhide{display:none}  

#DeskPro ul li {
    float: left;
    list-style: outside none none;
    width: 50%;
}


.top-labels li {
    float: left;
    list-style: outside none none;
    text-align: left;
    width: 30%;
}

.item  li {
    float: left;
    list-style: outside none none;
    text-align: left;
    width: 30%;
}

/* 6.2 - FlexSlider */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  { outline: none; }
.slides,.flex-control-nav,.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider { width: 100%; margin: 0 0 30px 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; margin-bottom: 0px !important; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { max-width: 100%; display: block; margin: 0 auto; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flexslider { background: #fff; position: relative; zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.flex-container { zoom: 1; position: relative; }
.flex-caption { background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1; }
.flex-caption { width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.8); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.8); font-size: 14px; line-height: 18px; }
.flex-direction-nav { height: 0; }
.flex-direction-nav li { margin-bottom: 0; }
.flex-direction-nav li a { width: 50px; height: 50px; display: block; background: url('//totebagfactory.com/cdn/shop/t/98/assets/slider-arrows.png?47334&v=66876209432703004641680173159') no-repeat; position: absolute; top: 44%; cursor: pointer; text-indent: -999em; }
.flex-direction-nav li .disabled { opacity: .3; filter:alpha(opacity=30); cursor: default; }
/* Dark Direction Nav */
.flex-direction-nav li .prev { left: 20px; background-position: 0 0; }
.flex-direction-nav li .next { right: 20px; background-position: -250px 0; }
.flex-direction-nav li .prev:hover { background-position: 0 -50px; }
.flex-direction-nav li .next:hover { background-position: -250px -50px; }
.flex-controls { opacity: 0.9; filter: alpha(opacity = 90); }
.slides a:hover{ opacity:1; }
.prodmob {display:none;}
.mobcart {display:none;}
.mobilecontent {display:none;}
.footermobileeright {display:none;}
#mobile_v {display:none;}
  #featured-grid { display: flex !important; }
.banner {display:none;}

@media (max-width:767px) {
	
.wrapper {width:94%; padding:0 3%;}	
#top.mobile_header {display:block;}
#customer-login, #recover-password{ border-right:none !important}
#icf_modal{ width:80% !important}  
.acc_logined_m{display:block;}
#top.desktop {display:none;}
  
.desktopshowhide{display:none} 
.mobileshowhide{display:block}   
  
#DeskPro ul li {
    float: left;
    list-style: outside none none;
    width: 100%;
}  
  
.acc_logined_d {display:none;}
 
#col-main {width:65%;}
#col-widgets {width:30%;}	
#carousel, #carousel .items > li {width:100%;}
#featured-grid li {
  background: none repeat scroll 0 0 #f6f6f6;
  border-radius: 0 0 4px 4px;
  padding: 10px 5%;
  width: 90% !important;
  height:auto !important;
}

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

.footer1 {
  background: none repeat scroll 0 0 #f4f6f3;
  height: 100%;
  overflow: hidden;
  width: 100%;
}


#footer-right {
  float: none;
  width: 280px;
  margin: 0 auto;
} 

.copyright {
  float: none;
  margin: 20px 0 0;
  text-align: center;
}

#bottom {margin-bottom:0px;}
#footer-left {width:100%;}
.flexslider { width: 100%; margin: 0 0 10px 0; padding: 0; }

#featured-grid { display: none !important; }
}


@media (min-width:768px) {
  .mobile{display:none!important;}
  .mobile_categ{display:none!important;}
}


@media (min-width:240px)and (max-width:767px) {
  .cat_content{display:none}  
  
.mobile_categ {
    background: none repeat scroll 0 0 #ebf3fe;
    border: 1px solid #dbeafd;
    border-radius: 10px 10px 0 0;
    clear: both;
    display: block;
    margin: 0 10px 0px;
}

.mobile_categ li {border-bottom:solid 1px #dbeafd;list-style:none;}
.mobile_categ li a {text-decoration: none;display:block;padding:6px 0 6px 10px; font-size:16px; font-weight:bold; color:#1c5394; background: url(//totebagfactory.com/cdn/shop/t/98/assets/arrow_icon.png?v=100111459840080026441680173040) 95% 50%  no-repeat !important;}


  #icf_modal{ width:80% !important}  
  
.desktopshowhide{display:none} 
.mobileshowhide{display:block}   
  
  
  
#DeskPro ul li {
    float: left;
    list-style: outside none none;
    width: 50%;
}  
  
#topmenudektop {display:none;}	
.wrapper {width:94%; padding:0 3%;}	
#top.mobile_header {display:block;}
  #customer-login, #recover-password{ border-right:none !important}
.acc_logined_m{display:block;}
#top.desktop {display:none;}
  .acc_logined_d{display:none} 

#site-title {
  color: #542913;
  float: left;
  font: 30px/1 BebasNeueRegular,arial,sans-serif;
  margin: 0 auto 0px;
  overflow: hidden;
  text-align: center;
  width: 30%;
}

#site-title img {
  margin: -3px auto;
  text-align: center;
  width: 100%;
}

#header-search {
  margin: 7px 0 7px 0px;
  width: 100%;
}

#header-search #top-search-input {
  border: 1px solid #dddddd;
  border-radius: 30px;
  float: left;
  font-size: 12px;
  padding: 12px 3px;
  width: 87%;
}

.searchitem {
  float: left;
  width: 100%;
}

#top-text {
  float: right;
  width:40%;
  font-size:10px;
}
.shipping-cont > img {
  width: 100%;
}

.top-shop {
  float: none;
  text-align: center;
  width: 100%;
}

.top-shop span {
  color: #af2d0d;
  float: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.top-shop p {
  float: none;
  text-align: center;
}

.top-shop a {text-decoration:none;}

.shipping {
  float: none;
  width: 100%;
  text-align: center;
}

.shipping-cont {
  margin-top: 10px;
  text-align: center;
}

#umbrella {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0 0 6px 6px;
  color: #524e4e;
  float: right;
  font-size: 12px;
  font-weight: bold;
  max-width: 225px;
  min-height: 32px;
  padding: 0 10px;
  position: relative;
  right: 0;
  top:0px;
}

.top-quote {font-size:12px;}

#top-menu1 {display:none; position:relative;}

.dt-menu-toggle {
  color: #ffffff;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-top:4px;
  padding: 6px 5px;
  text-transform: uppercase;
  width:35px;
  margin-right:15px;
}
.dt-menu-toggle-icon {
	background: #000000;
	display: inline-block;
	float: right;
	height:5px;
	
	position: relative;
	text-align: left;
	width: 40px;
}
.dt-menu-expand {
	font-size: 16px !important;
	display: none !important;
	position: absolute !important;
	right: 0px;
	top: 0px;
	line-height: normal;
	padding: 0px !important;
	text-align: center;
	line-height: 50px !important;
	cursor: pointer;
	width: 37px;
	height: 37px;
	font-weight: bold;
	background: none !important;
}
.dt-menu-toggle-icon:before, .dt-menu-toggle-icon:after {
	content: "";
	position: absolute;
	background: #000000;
	height: 5px;
	width:40px;
	left: 0px;
	top: -10px;
}
.dt-menu-toggle-icon:after {
	top:10px;
}

.dt-menu-toggle {
	display: block;
}
#mainav > ul.menu {
	display: none;
}
.dt-menu-expand {
	display: block !important;
}


#col-main {width:100%;}
#col-widgets {width:100%;}	
#carousel, #carousel .items > li {width:100%;}
#featured-grid li {
  background: none repeat scroll 0 0 #f6f6f6;
  border-radius: 0 0 4px 4px;
  padding: 10px 5%;
  width: 90% !important;
  height:auto !important;
}

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

#bottom .column {
   
  float: left;
  min-height: 172px;
  padding: 10px 0;
  width: 48% !important;
}

#bottom .column li {
  display: block;
  float: none;
  margin-bottom: 3px;
}

#footer-right {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 280px;
}

#footer-payment-methods > img {
  width: 40px;
}


.footer1 {
  background: none repeat scroll 0 0 #f4f6f3;
  height: 100%;
  overflow: hidden;
  width: 100%;
}


#footer-right {
  float: none;
  width: 280px;
  margin: 0 auto;
} 

.copyright {
  float: none;
  margin: 20px 0 0;
  text-align: center;
}
.diagonal-divider {margin:0 0 10px 0;}
#bottom {margin-bottom:0px; margin-top:10px; padding:0 0 15px 0;}
#footer-left {width:100%;}
.checkout-link a:hover {color:#6db038;}
.widget-header {
  padding: 0 5px;
}

.product-price {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 4px 0 0;
  bottom: 0;
  color: #333333;
  display: block;
  font-weight: bold;
  left: 0;
  opacity: 0.85;
  padding: 4px 8px;
  position: absolute;
  text-align: center;
  width: auto;
}

.product-grid li {
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  width:47%;
}

#col-main.content { 
  padding: 20px 0;
  width: 100%;
}

#umbrella .checkout-link a:hover {color:#4b7e21;} 

.flexslider { width: 100%; margin: 0 0 10px 0; padding: 0; }
 
#product-information {
  float: right;
  width: 100%;
}

#product-gallery, #active-wrapper {
  float: left;
  width: 100%;
}

.tablebox {display:none;}
.mobcart {display:block;}
.mobcart .picleft {
  float: left;
  padding-left: 2%;
  width: 20%;
}

.mobcart .cartdetright {
  float: left;
  width: 70%;
}

.picleft img {
  width: 80%;
}


.mobcart .odd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 0 0 10px;
}

.mobcart .even {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 0 0 10px;
}

#checkout-proceed {width:auto;}  
  
#top {
  margin: 0 0 30px;
  padding: 15px 0 0;
  position: relative;
  z-index: 100;
}

.header_top {width:100%;}
.header_bottom {clear:both; width:100%;}
#top-menu li {
  float: none;
  border-bottom:solid 1px #ccc;
}

#top-menu li a {padding-top:5px; padding-bottom:5px;}
#top-menu li a:hover, #top-menu li a:before, #top-menu li a:after, #top-menu li a:focus, #top-menu li a:active  {background:#cc0001; color:#fff; border-radius:0px !important;}

.mobilecatt {
  		border-bottom:1px solid #acacac;
	
	color:#000;
-webkit-box-shadow: inset -9px 0px 5px 0px rgba(181,181,181,0.37);
-moz-box-shadow: inset -9px 0px 5px 0px rgba(181,181,181,0.37);
box-shadow: inset -9px 0px 5px 0px rgba(181,181,181,0.37);
background-color:#f5f5f5;
   
  left: 0;
  position: absolute;
  top: 26px;
  width: 100%;
  border-left:solid 1px #ccc;
  z-index:9999;
  padding-top:10px;
}

#top-menu {
  margin: 0;
  padding: 0;
}

.flex-direction-nav { height: 0; display: none; }

.mobilecontent {
  color: #767676;
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

.footerthree {display:none;}
.footerone {border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;}
.footertwo {border-bottom:solid 1px #ccc;}
.footer1 {border-bottom:solid 1px #ccc;}
#bottom {
  position:relative
}

.generated-height .product-grid-item {
  width: 100%;
}

#umbrella {
top:0px;
padding:0px;
}

#umbrella .checkout-link {
  border: medium none;
  margin-right: 0;
  padding: 6px 5px 10px 0;
}

#umbrella .checkout-link a.btn1 {
 
  font-size: 10px;
 
}

#umbrella a {
  font-size: 10px;
}

#bottom .column li a {font-size:10px;}

.column h3 {font-size:12px;}
.catbottom {display:none;}
.mobilecatt .widget {background:none !important;}
.mobilecatt .widget li {padding:5px !important;}
.mobilecatt .widget li:hover {background:#c90008;}
.mobilecatt .widget li a {margin:0px !important;}
.mobilecatt .widget li:hover a {color:#fff !important}
.mobilecatt .widget li a:hover {color:#fff !important;}
.mobilecatt .widget li:hover i {color:#fff!important;}
.mobilecatt .widget li i:hover {color:#fff!important;}
.featured_img {display:none;}
#mobile_v {display:block; margin: 0 auto;}
  #mobile_v p{ font-size:10px !important;}  
.banner {display:block;}
.featured_img {display:none;}

}

@media (max-width:420px) {
  
  #cartform table th{float:left;}
  #cartform table td{
  	float:left;
    width: 270px;
  }  
  
  #cartform td img{ margin-left:110px;}
  #cartform .update-quantities{margin-left:50px;}
  
  #DeskPro ul li{ width:100% !important;}
}

#product-actions select{width:96px;}
 
@media (max-width:320px) {
  
  #cartform table th{float:left;}
  #cartform table td{
  	float:left;
    width: 270px;
  }  
  
  #cartform td img{ margin-left:110px;}
  #cartform .update-quantities{margin-left:50px;}
	
.dt-menu-toggle {
 margin-top:5px; margin-right:5px;
  width: 20px;
}	
.dt-menu-toggle-icon::before, .dt-menu-toggle-icon::after {

  width: 25px;
}	

.dt-menu-toggle-icon {
  width: 25px;
}

#top-menu > ul {
 
  top: 30px;
}	

#umbrella {
top:0px;
padding:0px;
}

#umbrella .checkout-link {
  border: medium none;
  margin-right: 0;
  padding: 6px 5px 10px 0;
}

#umbrella .checkout-link a.btn1 {
 
  font-size: 10px;
 
}

#umbrella a {
  font-size: 10px;
}

#top-text {
  float: right;
  width: 100%;
}

.searchitem {
  float: left;
  width: 100%;
}

#footer-right {

  position: inherit;

}

.product-grid li {

  width:45%;
}

.generated-height .product-grid-item {
  width: 100%;
}

 
	
	
}

#customer_orders ul { float:left; width:100%; margin :0px;}

#customer_orders ul li {
    float: left;
    list-style: outside none none;
}

#customer_orders ul li.order_number{
    width:40px;
}
#customer_orders ul li.date{
    width:50px;
}
#customer_orders ul li.payment_status{
    width:60px;
}
#customer_orders ul li.fulfillment_status{
    width:60px;
}
#customer_orders ul li.total{
    width:60px;
}

#contact_form textarea{ width:95% ;}

.newbutton {
  display: inline-block;
  border-radius: 4px;
  background-color: #69bcf3;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 13px;
  width: 245px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px 0px;
}

.newbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.newbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.newbutton:hover span {
  padding-right: 25px;
}

.newbutton:hover span:after {
  opacity: 1;
  right: 0;
}

.newlogo {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding: 0px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px 0px;
}

.newlogo2 {
  display: absolute;
  text-align: center;
  font-size: 18px;
  padding: 0px;
  width: 180px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px 0px;
  z-index: 999; 
}

.newbutton2 {
  display: inline-block;
  border-radius: 4px;
  background-color: #56d429;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  width: 266px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px 0px;
}

.newbutton2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.newbutton2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.newbutton2:hover span {
  padding-right: 25px;
}

.newbutton2:hover span:after {
  opacity: 1;
  right: 0;
}

.accordion {
  background-color: #0000;
  color: #444;
  cursor: pointer;
  padding: 5px 5px 5px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 13px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #0000; 
}

.panel {
  padding: 0 18px;
  font-size: 12px;
  display: none;
  background-color: white;
  overflow: hidden;
}