/*   
Theme Name: Richer Child Theme
Theme URI: 
Description: Safe Bottles child theme for richer (FatWeb customisations)
Author: FatWeb
Author URI: FatWeb
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: richer
Version: 1.0
Tags: white, black, green, flexible-width, fixed-width, custom-colors, custom-background, theme-options, translation-ready
Designed by ArtstudioWorks: http://themeforest.net/user/ArtstudioWorks
*/

@import url("../richer/style.css"); 		/* CSS Reset + Basic WordPress Styles */

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Main Product */
.product .images .flexslider .slides li a, .woocommerce-main-image { border: 2px solid #f3f3f3; }
#main .product .product_title {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.product .price { font-weight: 600; }
.product_meta p { margin-bottom: 5px; }
.product_meta a { color: #79ad4b; }

input[type=number].qty  {-moz-appearance: textfield;}
input[type=number].qty::-webkit-inner-spin-button { -webkit-appearance: none;}
input[type=number].qty::-webkit-outer-spin-button { -webkit-appearance: none;}

.product  .hr.solid_light { display: none; }

.products li.product {
    background: none;
}
.products li { border: 0;margin-bottom: 4%; }
.product-images {
    background: #fff;
    border: 2px solid #f1f2f4;
    height: 369px;
    width: 263px;
    max-width: 100%;
    max-height: 100%;
}

.home .product-images {
    background: #fff;
    border: 2px solid #f1f2f4;
    height: 369px;
    width: 263px;
    max-width: 100%;
    max-height: 100%;
}

.related .product-images {
    background: #fff;
    border: 2px solid #f1f2f4;
    height: 369px;
    width: 263px;
    max-width: 100%;
    max-height: 100%;
}

.product-images img { height: 100%; width: 100%; }
.product-rating-container { height: auto; }
.product-details-container { padding-bottom: 5px; }
.product-details { padding: 0; }
.product-title {
    color: #282828;
    font-size: 12px;
    font-weight: 700;
    overflow: inherit;
    text-align: left;
    text-overflow: inherit;
    text-transform: capitalize;
    white-space: normal;
    width: 100%;
    height: 38px;
    overflow: hidden;
  margin-bottom: -12px;
}
.product-title a { color: #333; }
.product-title a:hover { color: #79ad4b; }
.product .price {
    display: block;
    margin-bottom: 0;
    text-align: left;
}
.price ins .amount { font-size: 14px; }

.product-buttons { padding: 0px 0px 25px; }

.product-buttons .add_to_cart_button { display: block; }

.product-price-button { background: #999fab; padding: 3px; }
.product-price-button .price, .product-price-button .price > .amount { 
  float: left; font-size: 11px; color: #000; 
}
.product-price-button .product-buttons .add_to_cart_button {
    border-radius: 4px;
    display: block;
    float: right;
    max-width: 79px;
    padding: 7px;
    text-align: center;
    text-transform: capitalize;
    width: 79px;
    margin-bottom: 0;
}
.product-price-button .product-buttons { padding: 0; }

a.button.product_type_simple {
  display: block;
  white-space: nowrap;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #70a145;
  font-size: 14px;
  line-height: 12px;
  padding: 14px 35px;
  border-radius: 4px;
  display: block;
  float: right;
  max-width: 79px;
  padding: 7px;
  text-align: center;
  text-transform: capitalize;
  width: 79px;
  margin-bottom: 0;
}

.lpd-out-of-s {
  z-index: 99;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #959595;
  color: #fff;
  font-weight: 700;
  min-height: 20px !important;
  width: 40px !important;
  line-height: 12px;
  margin: 0 !important;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: 10px !important;
  text-align: center;
  top: 10px !important;
  font-size: 10px;
  text-transform: uppercase;
}

#header .su-button-center {
  text-align: center;
  float: right;
  margin-top: 10px;
  display:none;
}


.header-scrolled #navigation ul.menu > li.menu-item {
  margin: 0 0 0 19px;
}

div#woocommerce_product_categories-2 .title span {
  font-size: 13px;
}

li.cat-item {
  margin-bottom: 6px;
  border-bottom: 1px solid #eee;
}

.widget ul:not(.unstyled) li:before {
  display: none;
}

.su-column {
  display: block;
  margin: 0 4% 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.su-column-size-1-3 {
  width: 30.66%;
}

.su-row .su-column:first-child {
  margin-left: 0;
}

.su-row .su-column {
  margin: 0 0 0 4%;
}

.order-dropdown {
  z-index: 0;
}

/**** mobile ****/

@media only screen and (max-width: 782px) {
#header .logo a img {
  max-width: 300px !important;
}
  }

@media only screen and (max-width: 479px) {
.span3{
  width: 265px !important;
  margin: 0;
}
  
  #header .su-button-center {
  text-align: center;
  float:none !important;
  display: block !important;
  margin-top: 10px;
}
  
  #topnav.menu > li {
    margin-left: 20px !important;
    margin-right: 5px;
}
  
  }