/*

Envy by WeTheme (http://www.wetheme.com)
CSS

/* @group i. Site Styles */

/* @group Core Styles */

body{
  
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;

  

  background-color: #ffffff;
  

  color: #000000;
}

a{
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
  color: #000000;
  outline: 0 !important;
}

a:hover,
a:focus{
  color: #000000;
}

strong, b{
  font-weight: bold;
}

em, i{
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .custom-font{
  
  font-family: 'Istok Web', Verdana, Helvetica, sans-serif

    
}

#page-layout{
  position: relative;
}

.clear{
  clear: both;
}

header#site-header a:hover,
header#site-header a.current{
  color: #000000;
  
}

#mobile-header,
#mobile-navigation{
  display: none;
}

/* @end */ 

/* @group Homepage */

#customer-top-header{
  background-color: #333333;
  color: #FFFFFF;
  padding: 10px 0;
  text-transform: uppercase;
}

#customer-top-header ul{
  margin-bottom: 0px;
}

#customer-top-header ul li{
  display: inline;
  margin-right: 20px;
}

#customer-top-header h4{
  font-size: 12px;
  color: #FFFFFF;
  display: inline;
}

#customer-top-header a{
  color: #fff;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
  color: #AAB1B4;
  text-decoration: none;
  text-transform: uppercase;
}

header#site-header{
  
  color: #fff;
  font-size: 14px;
  line-height: 12px;
  padding: 10px 0;
  z-index: 10000;
  position: relative;
}

.dropdown-menu{
  background-color: #f3f3f3;
}

#responsive-menu-button{
  color: #aab1b4 !important;
  outline: 0;
  display: inline-block;
}

header#site-header nav{
  line-height: 44px;
}

header#site-header a{
  color: #575757;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
  padding-left: 0px;
  padding-right: 12px !important;
}

header#site-header ul.dropdown-menu a{
  padding-left: 20px;
}

h1#site-title{
  text-align: center;
  font: normal 48px/1.0 ;
  color: #252525;
  padding: 0 30px 30px 30px;
  margin-bottom: 0px;
}

#site-title a{
  text-decoration: none;
  color: #252525;  
} 

#site-title a:hover{
  color: #000000;
}

.add-link-list-config{
  border-bottom: 1px dotted #999999;
  border-top: 1px dotted #999999;
  color: #999999;
  font-size: 18px;
  font-style: italic;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
}

.navbar{
  margin-bottom: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus{
  background: none !important;
}

.dropdown-menu{
  font-size: 14px;
}

#site-header .nav .caret{
  border-bottom-color: #AAB1B4;
  border-top-color: #AAB1B4;	
}

.navbar-toggle{
  background: #fff;
}

.navbar-toggle .icon-bar{
  background: #AAB1B4;
}

ul.featured-products{
  padding-left: 0px;
}

ul.featured-products li{
  list-style-type: none;
  margin-bottom: 20px;
}

.instagram-wrapper{
  margin-bottom: 10px;
}

/* @end */ 

/* @group Cart */

#minicart{
  background-color: #F6F5F5;
  height: 100px;
  position: absolute;
  box-shadow: 0px 0px 4px #999;
  right: 10px;
  width: 90%;
  opacity: 0.9;
}

.cart-link h4 a{
  font-size: 14px;
  line-height: 52px;
}

#cart-brief{
  text-align: right;
}

#minicart h4{
  margin-top: 0px;
  margin-bottom: 0px;	
}

.cart-item-count,
.cart-item-price{
  font-size: 50px;
  line-height: 70px;
  padding: 10px;
}

.cart-item-count-text,
.cart-item-price-text{
  font-style: italic;
  padding: 0 10px;
  color: #999;
}

.view-cart-mini{
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.view-cart-mini a{
  margin-bottom: 0px;	
}

.cart-link h4{
  margin: 0px;
}

#cartform thead th{
  text-align: center;
}

.cart-bottom-box{
  margin-top: 20px;
  margin-bottom: 10px;
}

#customer-login{
  margin-bottom: 20px;
}

#cartform table{
  width: 100%;
}

#cartform thead{
  color: #777777;
  font-size: 14px;
  text-transform: uppercase;
}

#cartform table tr{
  height: 125px;
}

#cartform table tr td{
  vertical-align: middle;
}

#cartform table input{
  margin: 0;
  max-width: 40px;
  text-align: center;
  display: inline;
}

#cartform thead tr th{
  padding: 10px 0;
}

#cartform thead tr th.product-title{
  text-align: left;
}

#cartform a.delete-button{
  background: url('https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/delete.png?16954316103381703772');
    width: 24px;
    height: 24px;
    display: block;
    text-decoration: none;
    background-position: 0 24px;
    }

#cartform a.delete-button:hover{
  background-position: 0 0;
}

.empty-cart{
  color: #999999;
  font-size: 18px;
  font-style: italic;
  padding: 30px 0;
  text-align: center;
}

h1.cart-header{
  color: #999999;
  font-size: 30px;
  padding: 10px 0;
  text-transform: uppercase;
}

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

.cart-table-price,
.cart-table-quantity,
.cart-table-line-price{
  text-align: center;
}

#cart-total-header{
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  display: inline;
  float: right;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;	
}

#cart-total-final-price{
  background: none repeat scroll 0 0 #FFFFFF;
  clear: left;
  display: inline;
  float: right;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

.slide-menu{
  outline: 0 !important;
}

/* @end */

/* @group Slider */

.flexslider{
  margin-bottom: 0;
}

.flexslider-container{
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.slider-caption{
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  color: #252525;
  font-size: 30px;
  padding: 20px;
}

.slider-caption a{
  text-decoration: none;
}

.flex-direction-nav li a {
  background: url('https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/bg_direction_nav.png?16954316103381703772');
    }

/* @end */

/* @group Product Grid */

ul.product-grid{
  margin-top: 20px;
}

ul.featured-products img,
ul.product-grid img{
  max-width: 100%;
}

.indiv-product{
  border: 10px solid #FFFFFF;
  
  position: relative;
  text-align: center;
}

ul.featured-products div.hp-title,
ul.product-grid div.hp-title{
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  background: #fff;
}

ul.featured-products div.hp-title a,
ul.product-grid div.hp-title a{
  text-decoration: none;
}

ul#product-nav{
  display: inline-block;
  z-index: 50;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 12px;
  padding: 0 10px;
  text-align: center;
}

ul#product-nav li{
  display: inline;
  margin: 0 20px;
}

ul#product-nav a{
  color: #252525;
  padding: 12px 0 8px;
  text-decoration: none;
  text-transform: uppercase;
}

ul#product-nav a:hover{
  color: #AAB1B4;
}

ul#product-nav li ul{
  z-index: 10000;
}

ul#product-nav li ul li{
  margin-left: 0px;
}

ul#product-nav li ul li a{
  background-color: #fff;
  font-size: 16px;
  display: block;
  padding: 10px;
}

#product-nav-wrapper{
  border-bottom: 1px dotted #AAB1B4;
  border-top: 1px dotted #AAB1B4;
  margin-bottom: 10px;
  z-index: 10000;
  position: relative;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  padding: 10px 0;
}

#product-nav-wrapper a{
  color: #575757;
}

#product-nav-wrapper .nav-pills > li{
  float: none;
  display: inline-block;
}

#product-nav-wrapper li.dropdown{
  text-align: left;
}

#product-nav-wrapper li.dropdown .caret{
  border-bottom-color: #AAB1B4;
  border-top-color: #AAB1B4;
}



.title-bar{
  position: relative;
  padding: 10px 0 0 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-top: 20px;
}

.title-bar h2{
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0 0 2px 0;
  display: inline;
  float: left;
  clear: left;
  margin: 0;
  color: #000000;			
}

.title-bar-sub{
  color: #000000;
  display: inline;
  float: left;
  font-size: 13.3px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  padding: 0 10px 2px 20px;
}

.title-bar-sub-blog{
  color: #000000;
  display: inline;
  float: left;
  font-size: 13.3px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  padding: 0 10px 2px 20px;
}

.title-bar-sub a{
  color: #fff;
  text-decoration: none;
}



.money-styling{
  color: ;
  display: block;
  font-size: 20px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

.compare-at-price{
  color: #898989;
  text-decoration: line-through;
  margin-top: 2px;
}

/* @end */

/* @group Homepage */

#hp-one-promobox,
#hp-two-promoboxs,
#hp-three-promoboxs{
  margin-bottom: 20px;
}

/* @end */

/* @group Footer */

footer{
  	
  background-color: #f3f3f3;
  
  padding: 10px 0;
  margin-top: 10px;
  color: #000000;
}

footer h3{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 10px 0;
  color: #000000;
}

footer a,
.bottom-footer a{
  color: #575757;
  text-decoration: underline;
}
footer a:hover,
.bottom-footer a:hover{
  color: #000000;
}

.bottom-footer{
  	
  background-color: #f3f3f3;
  
  padding: 10px 0;
  color: #000000;
  font-size: 14px;
}

.bottom-footer .omega{
  text-align: right;
}

#site-header .top-menu{
  text-align: left;
}

#site-header .top-menu ul li{
  line-height: 44px;
}

.links-footer ul{
  padding-left: 0px;
}

.links-footer ul li{
  list-style-type: none;
  padding-bottom: 7px;
}

#newsletter-signup .btn-default{
  margin-top: 10px;
}

#footer-payment-methods img{
  margin-bottom: 5px;
}

ul#sm-icons{
  padding-left: 0px;
}

ul#sm-icons li{
  list-style-type: none;
}

.bottom-footer .col-lg-3{
  text-align: right;
}

.collection-promo-box img{
  max-width: 100%;
  margin-bottom: 10px;
}

#hp-three-promoboxs,
#hp-two-promoboxs,
#hp-one-promobox{
  text-align: center;
}

/* @end */

/* @group Blog */

#blog-sidebar h3{
  border-bottom: 1px dotted #999999;
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#blog-sidebar img{
  max-width: 100%;
  margin-bottom: 30px;
}

#blog-sidebar ul li{
  list-style: none;
}

.entry-content img,
#blog_posts img{
  max-width: 100%;
}

#blog-categories li.active a{
  font-weight: bold;
}

#comment-form .success-msg{
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #E3EBC6;
  border-color: #C2D288;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #8FA442;
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}

#comment-form .error-msg{
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f8bba8;
  border-color: #bc3d16;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #bc3d16;
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}

#blog-author-bio{
  margin-bottom: 20px;
}

#blog-author-bio img{
  float: left;
  margin-right: 20px;
}

#comments ul li{
  list-style: none;
}

#comments ul li img{
  float: left;
  margin-right: 20px;
}

#comments ul li .comment-content{
  margin-top: 10px;
}

.article-previous-article a{
  float: left;
}

.article-next-article a{
  float: right;
}

.twtr-widget h3{
  border-bottom: 0px !important;
}

.blog-main ul{
  padding-left: 0px;
}

.blog-main ul li{
  list-style-type: none;
}

#comments ul{
  padding-left: 0px;
}

#comments ul li{
  margin-bottom: 10px;
}

#blog-sidebar ul{
  padding-left: 0px;
  margin-bottom: 20px;
}

#blog-tags-wrapper{
  margin: 20px 0;
}

/* @end */

/* @group Search */

form#search{
  width: 100%;
  
  text-align: right;
  
  margin-bottom: 0px;
}


#search-wrapper{
  display: inline-block;
  color: #575757;
  padding: 7px 0;
}

#search_text{
  display: inline-block;
  margin-bottom: 0px;
  color: #AAB1B4;
  height: 37px;
  border: 1;
  padding: 10px;
  width:80%;
}

#search_submit{
  margin-bottom: 0px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: none;
}

#search_submit:hover{

}

#search_results .product-grid .page a{
  text-decoration: none;
}

#search_results .product-grid .page h3{
  font-size: 30px;
  line-height: 32px;
}

#search_results .product-grid .page h5{
  font-size: 14px;
  line-height: 16px;
}

#search_results .product-grid .product a{
  text-decoration: none;
  text-align: center;
}

#search_results .product-grid .product h3{
  font-size: 20px;
  line-height: 24px;
}

#search_results .product-grid .product h5{
  font-size: 14px;
  line-height: 16px;
}

#product-nav-wrapper ul.dropdown-menu li a,
#site-header ul.dropdown-menu li a{
  padding-top: 10px;
  padding-bottom: 10px;
}

.hp-title{
  padding-top: 20px;
}

ul.product-grid{
  padding-left: 0px;
}

ul.product-grid li{
  list-style-type: none;
  margin-bottom: 30px;
}

.product-grid-page-label{
  background: none repeat scroll 0 0 #EBEBEB;
  font-size: 13px;
  padding: 3px;
  position: absolute;
  right: -15px;
  text-transform: uppercase;
  top: -15px;
}

.no-results{
  color: #999999;
  font-size: 18px
    ;
  font-style: italic;
  padding: 30px 0;
  text-align: center;
}

.no-products-found{
  text-align: center;
  padding: 30px 0;
}

input#search_submit[type="submit"] {
  font-family: FontAwesome;
}

/* @end */

/* @group Contact */

ul#contact-form input[type="text"],
ul#contact-form input[type="email"],
ul#contact-form textarea{
  width: 80%;
}

.contact-form ul.error-list li{
  background-color: #F9E5E6;
  border-color: #F7C7C9;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #B3696C;
  font-style: italic;
  padding: 10px;
  width: 80%;
}

.contact-form p.success-msg{
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #E3EBC6;
  border-color: #C2D288;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #8FA442;
  display: block;
  padding: 10px;
}

/* @end */

/* @group Pagination */

.pagination{
  text-align: center;
  width: 100%;
}

.pagination .pagination-num-showing{
  font-size: 14px;
  font-style: italic;
  color: #999;
  line-height: 30px;
}

.pagination .pagination-number,
.pagination .pagination-arrow{
  display: inline-block;
}

.pagination .active a,
.pagination .pagination-number a:hover,
.pagination .pagination-arrow a:hover{
  background-color: #eee !important;
}

.pagination .pagination-number a{
  background-color: #f8f8f8;
  color: #888 !important;
  font-family: helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.pagination .pagination-arrow a{
  background-color: #f8f8f8;
  color: #888 !important;
  font-family: helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}


.pagination .disabled{
  display:none;
}

.pagination ul{
  margin: 0;
  padding: 0;
}

#paginate{
  padding: 20px 0;
}

/* @end */

/* @group Error 404 */

.error-404-sorry{
  color: #999999;
  font-size: 18px;
  font-style: italic;
  padding: 30px 0;
  text-align: center;
}

/* @end */

/* @group Floats */

.module:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
  min-height: 1%;
}

/* @end */

/* @group Breadcrumb */

.breadcrumb{
  background: none;
  padding: 10px 0;
  color: #A1A1A1;
  font-size: 14px;	
}

.breadcrumb span{
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  display: inline;	
}

.breadcrumb span a{
  color: #A1A1A1;
}

.breadcrumb span a:hover{
  color: #000;
}

/* @end */

/* @group Page */

.page ul{
}

.page ul li,
.post ul li,
.product ul li{
  list-style-position: inside;
  list-style-type: disc;
}

.page ol li,
.post ol li,
.product ol li{
  list-style-position: inside;
}

.page ol,
.post ol,
.product ol{
  margin-left: 0px;
}

.page table,
.post table,
#customer_orders table,
.product table{
  width: 100%;
}
.page table thead,
.post table thead,
#customer_orders table thead,
.product table thead{
  background: none repeat scroll 0 0 #EBEBEB;
}
.page table th,
.post table th,
#customer_orders table th,
.product table th{
  padding: 10px;
}
.page table td,
.post table td,
#customer_orders table td,
.product table td{
  border-bottom: 1px dotted #999999;
  padding: 10px;
}

.product .entry-content .eight{
  margin-bottom: 10px;
}

/* @end */

/* @group Alerts */

.alert{
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  border-radius: 4px 4px 4px 4px;
  color: #C09853;
  margin-bottom: 18px;
  padding: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  text-align: center;
}

.alert-danger, .alert-error{
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48 !important;
}

.alert-success{
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}

.alert-info {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #3A87AD;
}

.alert-error h5,
.alert-error strong{
  color: #B94A48;	
}

/* @end */

/* @group Product Detail */

#product_images .product-main-image{
  max-width: 100%;
  text-align: center;
}

.product-out-of-stock{
  color: #999999;
  font-size: 18px;
  font-style: italic;
  padding: 20px 0;
  margin: 20px 0;
  text-align: center;
  border-bottom: 1px dotted #999999;
  border-top: 1px dotted #999999;	
}

#product-thumbnails{
  margin-top: 20px;
}

#product-thumbnails li img{
  padding-bottom: 30px;
  max-width: 100%;
}

.product-images{
  position: relative;
}

.fb-comments, .fb-comments iframe[style], .fb-comments span[style] {width: 100% !important;}

.product-main-image:hover{
  cursor: all-scroll;
}

input#purchase{
  margin-bottom: 20px;
}

#price-field{
  margin: 10px 0 30px 0;
}

#sharing{
  margin-bottom: 20px;
}

/* @end */

/* @group Collection */

#collection-description{
  background: #f5f5f5;
}

#collection-description img{
  float: left;
  padding: 0 30px 0 0;
}

.description-content{
  padding: 10px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.collection-header{
  margin-bottom: 0px !important;
}

#collections-listing .indiv-product img{
  width: 100%;
}

#collections-listing .indiv-product h3{
  margin-bottom: 0px;
}

#collections-listing .indiv-product h3 a{
  color: #252525;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

#collections-listing .indiv-product small{
  color: #999;
  display: block;
  font-size: 20px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  font-style: italic;
}

.product-grid .alpha,
.featured-products .alpha{
  clear: both;
}

#additional-checkout-buttons-label{
  display: block;
  font-size: 16px;
  margin: 20px 0;
  opacity: 0.5;
  text-transform: uppercase;	
}

.sale-badge{
  background-color: #f26c4f;
  opacity: 0.80;
  filter:alpha(opacity=80);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 9000;
  position: absolute;
  top: -10px;
  left: -10px;
}
.sold-out-badge{
  background-color: #000;
  opacity: 0.80;
  filter:alpha(opacity=80);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 9000;
  position: absolute;
  top: -10px;
  left: -10px;
}



.product-tags-wrapper{
  position: relative;
  margin: 10px 0;
}

		

.product-tags-wrapper ul{
  margin-bottom: 0px;
}

ul.product-tags{
  padding: 10px;
}

ul.product-tags li{
  float: left;
  margin: 0 5px 0 0;
  list-style-type: none;
}

ul.product-tags li a{
  background-color: #fff;
  border: 0 none;
  border-radius: 10px 10px 10px 10px;
  color: #999;
  display: block;
  font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
  font-size: 13px;
  height: 15px;
  line-height: 0px;
  padding: 10px;
  margin: 5px;
  text-decoration: none;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  -ms-transition: color .5s ease;
  transition: color .5s ease;
}

ul.product-tags li a:hover,
ul.product-tags li.active a{
  background-color: #999;
  color: #fff;
}

ul.product-tags li.active a:hover{
  background-color: #F9E5E6;
  color: #B3696C;
  text-decoration: line-through;
}

ul#product-thumbnails{
  padding-left: 0px;
}

ul#product-thumbnails li{
  list-style-type: none;
}

.product-description-header{
  margin-top: 0px;
  margin-bottom: 30px;
}

.selector-wrapper select{
  display: block;
  margin-bottom: 20px;
}

.selector-wrapper label{
  color: #AAB1B4;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}

.product-description-wrapper{
  margin: 30px 0;
}

.single-option-selector{
  min-width: 50%;
}

#sharing{
  margin-top: 20px;
  padding-bottom: 20px;
}

#collections-listing ul{
  padding-left: 0px;
}

#collections-listing ul li{
  list-style-type: none;
}

.collection-listing-link{
  font-size: 16px;
}

.all-collections-title{
  margin-bottom: 20px;
  display: inline-block;
}

.all-collections-title:hover{
  text-decoration: none;
}

/* @end */

/* @group Customer Account */

.default_address_container{
  padding: 10px;
  background-color: #ebebeb;
  position: relative;
}

#address_tables .button a{
  text-decoration: none;
}

.default_address_container h3{
  width: 70%;
}

.default_address{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.customer_address_table{
  width: 100%;
}

.address_table{
  margin-bottom: 20px;
}

.customer_address_table input{
  margin: 0px;
}

table#order_details{
  width: 100%;
}

table#order_details thead{
  background-color: #eee;
}

#order_payment p.order-status,
#order_shipping p.order-status{
  font-weight: bold;
}

#order_payment p.order-status .status,
#order_shipping p.order-status .status{
  text-transform: capitalize;
}

.customer_address_table td{
  vertical-align: middle;
  padding: 5px 0;
}

.customer_address_table td select{
  margin: 0px;
}

.activate-account{
  text-align: center;
}

.activate-account input[type="password"]{
  display: inline;
}

.status_authorized,
.status_unfulfilled,
.status_voided,
.status_restocked{
  text-transform: capitalize;
}

#order_details td {
  padding: 5px;
}

.activate-account .action_bottom{
  margin: 20px 0;
}

.activate-account #password_confirm{
  margin-top: 20px;
}

#create-customer .large_form{
  margin-bottom: 20px;
}

#create-customer .action_bottom{
  margin-bottom: 15px;
  text-align: center;
}

.reset-password .form-row{
  margin-bottom: 20px;
}

.reset-password .action_bottom{
  margin-bottom: 15px;
  text-align: center;
}

.label{
  color: #000;
}

/* @end */

/* @group Social Media */

ul#sm-icons li{
  float: left;
  margin-right: 10px;
}

ul#sm-icons li a{
  width: 32px;
  height: 32px;
  display: block;
  text-decoration: none;
  background-position: 0px -32px;
  -moz-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

ul#sm-icons li a:hover{
  background-position: 0 0;
}

#sm-twitter a{
  background: url('smicons-twitter_16954316103381703772.png');
    }

#sm-facebook a{
  background: url('smicons-facebook_16954316103381703772.png');
    }

#sm-pinterest a{
  background: url('smicons-pinterest_16954316103381703772.png');
    }

#sm-youtube a{
  background: url('https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/smicons-youtube.png?16954316103381703772');
    }

#sm-flickr a{
  background: url('https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/smicons-flickr.png?16954316103381703772');
    }

#sm-instagram a{
  background: url('smicons-instagram_16954316103381703772.png');
    }

/* @end */

/* @group IE Overrides */

.ie body{

}

.ie header{
  background-color: #00ff00 !important;
  height: 60px;
}

.ie #search-wrapper{
  height: 44px;
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

.comment-form{
  clear: both;
}

/* CSS Fix for Max-Width of Ad Styling */

#hp-three-promoboxs img,
#hp-two-promoboxs img,
#hp-one-promobox img { 
  max-width: 100% 
}

.clearcolumn{
  clear: both;
}



header#site-header a,
#product-nav-wrapper a{
  text-transform: lowercase;
}



/* @end */

/* @group Overrides */

.fancybox-overlay{
  z-index: 80100;
}

.fancybox-skin{
  border-radius: 0;
}

.fancybox-skin{
  background: #ffffff;
}

/* @end */

/* @group Popups */

#envy-auto-popup{
  text-align: center;
  padding: 40px;
}

#envy-auto-popup h3{
  margin-top: 10px;
  color: #000000;
  font-size: 30px;
}

#envy-auto-popup p{
  color: #000000;
  font-size: 14px;
}

#envy-auto-popup .btn{
  margin-top: 10px;
}

/* @end */ 

/* @group Animation */

#collection-image-anim{
  animation-duration: 1s;
  animation-delay: 0.5s;  
}  

/* @end */

/* @end */

ul#sm-icons-foot{
  padding-left: 0px;
  display:none;
  width: 170px;
}

ul#sm-icons-foot li{
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

ul#sm-icons-foot li a{
  width: 32px;
  height: 32px;
  display: block;
  text-decoration: none;
  background-position: 0px -32px;
  -moz-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

ul#sm-icons-foot li a:hover{
  background-position: 0 0;
}
#sm-twitter-foot a{
  background: url('smicons-twitter_16954316103381703772.png');
    }

#sm-facebook-foot a{
  background: url('smicons-facebook_16954316103381703772.png');
    }

#sm-pinterest-foot a{
  background: url('smicons-pinterest_16954316103381703772.png');
    }

#sm-youtube-foot a{
  background: url('https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/smicons-youtube.png?16954316103381703772');
    }

#sm-flickr-foot a{
  background: url('https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/smicons-flickr.png?16954316103381703772');
    }

#sm-instagram-foot a{
  background: url('smicons-instagram_16954316103381703772.png');
    }


/* @group ii. Responsive Overrides */

/* #Media Queries
================================================== */

#mobile-product-images,
#mobile-menu{display:none}

#displaymobilemenu{display:none;}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

  .product-grid .alpha,
  .product-grid .mobile{
    clear: both;
  }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  form#search{
    text-align: left;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  #displaymobilemenu{
    background-color: #aab1b4;
    border-radius: 15px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }

  #sortme{display:none;}
  
  ul#sm-icons-foot{
    display:block;
    margin:0 auto;
  }

  #minicart{
    box-shadow: none;
    background-color: #none;
    right: 0px;
  }

  #minicart .close-shopping-cart,
  #minicart .three{
    display:none;
  }

  #minicart .four,
  #minicart .five{
    text-align: center;
  }

  #minicart .four{
    margin: 20px 0;
  }

  #minicart .view-cart-mini{
    position: inherit;
  }

  .indiv-product{
    margin-bottom: 30px;
  }

  form#search{
    text-align: center;
  }

  #cartform td,
  #order_details td{
    padding: 0 5px;
  }

  #mobile-background{
    background-color: #F6F5F5;
    width: 100%;
    margin-bottom: 20px;
  }

  .top-menu,
  #customer-top-header,
  #cart-brief,
  .cart-table-image,
  #cartform thead,
  .cart-table-price,
  #product_images{
    display:none !important;
  }

  #mobile-product-images{display: block;}

  #minicart{position: relative;}

  #mobile-menu-wrapper{text-align: center;}
  #mobile-menu{display: inline-block !important;}

  #site-title img{
    max-width: 100%; 
  }

  #minicart {
    height: auto;
    padding-bottom: 20px;
    right: 10px;
    text-align: center;
    width: 100%;
  }

  .pagination-number{
    display: none !important;
  }

  #search_text {
    height: 25px;
    padding: 5px;
  }

  #mobile-header {
    display: block;
  }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

#sidr-mobile{
  padding-top: 30px;
}

#sidr-mobile a{
  padding: 15px 0;
  box-shadow: none !important;	
  line-height: 20px !important;
  text-align: left;
}

#sidr-mobile ul li a,
#sidr-mobile ul li span{
  padding-left: 0; 
}

#sidr-mobile a:hover{
}

#sidr-mobile ul li:hover>a,
#sidr-mobile ul li:hover>span,
#sidr-mobile ul li.active>a,
#sidr-mobile ul li.active>span,
#sidr-mobile ul li.sidr-class-active>a,
#sidr-mobile ul li.sidr-class-active>span,
#sidr-mobile ul li ul li:hover>a,
#sidr-mobile ul li ul li:hover>span,
#sidr-mobile ul li ul li.active>a,
#sidr-mobile ul li ul li.active>span,
#sidr-mobile ul li ul li.sidr-class-active>a,
#sidr-mobile ul li ul li.sidr-class-active>span{
  -webkit-box-shadow: 0 0 0px 0px !important;
  -moz-box-shadow: 0 0 0px 0px !important;
  box-shadow: 0 0 0px 0px !important;
}

#sidr-mobile ul{
  border-bottom: 0 !important;
}

#mobile-product-images img{
  margin-bottom: 10px;
}

/* @end */ 
.filter-group .has_selected .active {
  display: none;
}

.filter-group .has_selected .selected {
  display: inherit;
}
.filter-group .selected a {
  font-weight: bold;
}

.filter-group {
  position: relative;
}

.filter-group .filter-clear {
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 10px;
  padding: 0 5px;
  background-color: #EEE;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}

.filter-group .filter-clear:hover {
  background-color: #DDD;
}

.filter-group .collection-container
{
  overflow: hidden;
  position: relative;
}

.filter-group .collection-count
{
  position: absolute;
  right: 0px;
}

.filter-group h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px; 
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
}

.filter-group ul {
  display: block;
  margin: 0;
}

.filter-group ul li {
  display: block;
}

.filter-group li a {
  display: inline-block;
  margin-left: 6px;
  text-decoration: none;
  padding: 0;
  font-size: 15px;
}

.sort-selector {
  margin: 0 10px;
}

i.check-icon {
  background-image: url(//https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/checkbox-black-retina.png?16954316103381703772);
  background-position: 0px -176px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-top: 0px;
  vertical-align: text-top;
  width: 16px;
}

.selected i.check-icon {
  background-position: 0px -144px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.1),
  only screen and (min-device-pixel-ratio: 1.1) {
    i.check-icon {
      /* Translate the @2x sprite's dimensions back to 1x */
      background-size: 16px 96px;
      background-position: 0px -32px;
    }

    .selected i.check-icon {
      background-position: 0px 0px;
    }
  } 

.filter-menu .has_group_selected {
  display: inherit;  
}

.side-filter-menu {
  float: left;
  width: 20%;
}

.main-filter-content {
  float: right;
  width: 80%;
}

@media only screen and (max-width: 1060px) {
  .side-filter-menu {
    width: 25%;
    float:left;
  }

  .main-filter-content {
    width: 75%;
    float:right;  
  }
}

@media only screen and (max-width: 767px) {
  .side-filter-menu {
    width: 100%;
    float:left;
  }

  .main-filter-content {
    width: 100%;
    float:left;  
  }
}

.filter-group {
  text-align: left;
  padding: 0 10px;
}

.filter-group ul {
  padding-left: 0;      
}


/* iwish */
.cart-link h4 a
{
  float:right;
}

input#purchase {
  float: left;
  margin-right: 10px;
}

#iWishAdd {
  float: left;
  line-height: 2.2;
}

#proddetails
{
  overflow:auto;
}

.iwprodwrapper{width:100%!important;}
.mobilink{float:left;line-height:3.3;}
#search-wrapper{margin-right:20px;float:left;}
#search{overflow:auto;}

.iwprodw li.first
{
  clear:left;  
}
.iwprodw li.last  
{
  clear:right;  
}
.removerunderline{text-decoration:none!important;
}
.ship-info{
  padding-bottom: 25px;
}
#cart_submit{
  background-color: #7AB55C;
  color: #FFF;
}
#cart_submit:hover{
  background-color: #69A84C; 
}
.filter-group-color ul {
  padding-left: 0px;
  margin: 0;
  margin-bottom: 20px;
}  

.filter-group-color ul li {
  display: inline-block; 
  margin-left: 0px !important;
  margin-right: 4px;   
}

.filter-group-color ul li .collection-name {
  width: 25px;
  height: 25px
}


.filter-group-color ul li .collection-name .check-icon {
  background-image: none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  display: inline-block;
}

.filter-group-color li a,
.filter-group-color li a:hover {
  color: transparent;
  font-size: 20px;
  width: 20px;
}

.filter-group-color ul .color-beige .collection-name .check-icon{
  background-color: #e4caab;
}

.filter-group-color ul .color-black .collection-name .check-icon{
  background-color: black;
}  

.filter-group-color ul .color-blue .collection-name .check-icon{
  background-color: blue;
} 

.filter-group-color ul .color-brown .collection-name .check-icon {
  background-color: #7a4a38;
} 

.filter-group-color ul .color-camel .collection-name .check-icon {
  background-color: #c9802b;
} 

.filter-group-color ul .color-clear .collection-name .check-icon {
  background: #e6f5f5 url(//https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/color-clear.png?16954316103381703772) no-repeat center;
  background-color: #e6f5f5;
  background-size: 20px;
} 

.filter-group-color ul .color-gold .collection-name .check-icon {
  background: gold url(//https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/color-gold.png?16954316103381703772) no-repeat center;
  background-color: gold;
  background-size: 20px;
}

.filter-group-color ul .color-green .collection-name .check-icon {
  background-color: green;
}

.filter-group-color ul .color-grey .collection-name .check-icon {
  background-color: grey;
}

.filter-group-color ul .color-leopard .collection-name .check-icon {
  background: #eb9e48 url(//https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/color-leopard.png?16954316103381703772) no-repeat right center;
  background-color: #eb9e48;
  background-size: 30px;
}

.filter-group-color ul .color-mint .collection-name .check-icon {
  background-color: #7bdea7;
}

.filter-group-color ul .color-multi .collection-name .check-icon {
  background: #eb9e48 url(//https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/color-multi.png?16954316103381703772) no-repeat center;
  background-color: #eb9e48;
  background-size: 20px;
}

.filter-group-color ul .color-mustard .collection-name .check-icon {
  background-color: mustard;
}

.filter-group-color ul .color-navy .collection-name .check-icon {
  background-color: navy;
}

.filter-group-color ul .color-nude .collection-name .check-icon {
  background-color: #f3e0c9;
}  

.filter-group-color ul .color-orange .collection-name .check-icon {
  background-color: orange;
}  

.filter-group-color ul .color-pink .collection-name .check-icon {
  background-color: #f436a1;
}

.filter-group-color ul .color-purple .collection-name .check-icon {
  background-color: purple;
}

.filter-group-color ul .color-red .collection-name .check-icon {
  background-color: red;
}

.filter-group-color ul .color-rose .collection-name .check-icon {
  background-color: #edd0d6;
}

.filter-group-color ul .color-rust .collection-name .check-icon {
  background-color: #c34c1e;
}

.filter-group-color ul .color-salmon .collection-name .check-icon {
  background-color: salmon;
}

.filter-group-color ul .color-silver .collection-name .check-icon {
  background: silver url(//https://cdn.shopify.com/s/files/1/0759/0053/t/25/assets/color-silver.png?16954316103381703772) no-repeat center;
  background-color: silver;
  background-size: 20px;
}

.filter-group-color ul .color-tan .collection-name .check-icon {
  background-color: tan;
}

.filter-group-color ul .color-taupe .collection-name .check-icon {
  background-color: #b1a79b;
}

.filter-group-color ul .color-white .collection-name .check-icon {
  background-color: white;
  border: 1px solid #666;
}

.filter-group-color ul .color-wine .collection-name .check-icon {
  background-color: #a61a3b;
}

.filter-group-color ul .color-yellow .collection-name .check-icon {
  background-color: yellow;
}

.filter-group-color ul .color-dark-purple .collection-name .check-icon {
  background-color: #4E00A1;
}

.filter-group-color ul .color-burnt-orange .collection-name .check-icon {
  background-color: #E3B342;
}

.filter-group-color ul .color-charcoal .collection-name .check-icon {
  background-color: #383838;
}

.filter-group-color ul .color-olive .collection-name .check-icon {
  background-color: #7F8A42;
}
/*----------------------------------------*/
ul.product-grid img.hover{
  display: none;
}
footer .mailing-list-footer .col-md-6,
footer .menulist .col-md-6{
  margin: 0 auto;
  float: none;
}
footer h3{
  text-align: center;
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.dropdown-menu li{
  position: relative;
}
.dropdown-menu li .thirdlevel {
  background-clip: padding-box;
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: none;
  font-size: 14px;
  left: 100px;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 10px;
  z-index: 1000;
}
.dropdown-menu li:hover .thirdlevel {
  display: block;
}

.dropdown-menu li .thirdlevel a{
  clear: both;
  color: #575757;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 10px 20px;
  white-space: nowrap;
  text-transform: lowercase;
}
ul ul.sidr-class-dropdown-menu{
  padding: 0 0 0 10px;
}
ul ul ul.sidr-class-thirdlevel{
  padding: 0 0 0 10px;
}
.outofstock{
  opacity: 0.4;
  z-index: 100;
}
.fancybox-overlay{
  z-index: 80100;
}

ul#sortme {
  list-style: none;  
  padding-left: 0;
}

ul#sortme h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px; 
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
}
.sidr-class-firt-level-link,
.sidr-class-second-level-link {
  position: relative;
}
.sidr-class-firt-level-link::after,
.sidr-class-second-level-link::after {
  content: ''; 
  position: absolute;
  right: 0px;
  top: 25px;
  border: 5px solid transparent;
  border-top: 5px solid #aab1b4;
}

#proddetails{
  overflow: visible;
}
#proddetails::after{
  display: block;
  clear: both;
  content:'';
}

.giftcard::before{
  background: url(giftcard.svg) no-repeat;
  content: '';
  display: block;
  width: 14px;
  height:14px;
}
.cart-link h4 {
  margin: 0 0 0 -50px;
}

#top-bar{
  background-color: #93aed4;
  display: block;
  text-align: center;
  height: 50px;
}
#top-bar span{
  font-size: 18px;
  line-height: 50px;
}
#top-bar span img{
  margin:0;
  padding:0;
  vertical-align: top !important;
}

/* Added by Darryn @ Shopify - June 9, 2015 */

.low-stock {
  color: #f26c4f;
}