/*
Theme Name: Phil's Family Products
Theme URI: http://www.philsfamilyproducts.com
Author: Chris Schoonover
Author URI: http://www.designwithchris.com
Description: This theme was developed for Phil's Family Products using Bootstrap and WooCommerce.
Version: 1.0
*/
/* COLORS

green: #368A55

*/

/* GLOBALS */

body {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  color: #484C51;
  margin: 0;
  padding: 0 0 60px;
}

h1,h2,h3,h4,h5,h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}

h1 {
  font-size: 3em;
}

img {
  max-width: 100%;
}

/* STYLES */

.nav-icon {
    padding: 0 5px;
}

#hero {
  overflow: hidden;
  background-size: cover;
  background-image: url('img/hero.jpg');
  background-position: center 16%;
  position: relative;
  padding: 180px 0 120px 0;
  color: white;
  text-align: center;
}

 @media screen and (max-width: 768px) {
   .logo {
      width: 50%;
      min-width: 200px;
   }
   h1 {
     font-size: 2em;
   }
 }

.breadcrumbs {
  padding: 100px 0 0;
}

.breadcrumbs li {
  list-style: none;
  display: inline;
}

.breadcrumbs a {
  color: #368A55;
}

.page-title h1 {
  padding: 30px 0 0px;
  font-weight: 300;
}

.page-title hr {
  border-bottom: solid;
}
.product-remove {
  text-align: center;
  vertical-align: middle;
}

.product-remove a {
  color: red;
}

.cart-body {
  background-color: #F3F3F3;
}

.product-name a {
  color: #368A55;
}

.product-name dl {
  padding: 20px;
}

.product-name dt {
  padding: 10px 0;
}

.button-container {
  height: 30px;
}

.button-main{
  color: #fff;
  background-color: #368A55;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}

.cart-collaterals {
  padding: 50px 0;
}

.cart-collaterals table {
  width: 100%;
}

.cart-collaterals th {
  padding: 10px;
}

.coupon-input input {
  width: 100%;
}

.coupon-input {
  padding: 0 18px 10px;
}

.padding {
  padding: 10px 30px;
}
.image {
  height: 300px;
  width: auto;
  background-color: #1D1F21;
}

.product-box {
  padding: 10px 10px 15px 10px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 4px 4px 10px 0px rgba(71, 57, 66, 0.87);
}

.product-box a {
  color: #484C51;
}

.product-box .button-main a {
  color: #fff;
}

.product-box img {
  padding-bottom: 0px;
  margin: 0 auto;
}

.product-box ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}

.button-container + .button-container {
  margin: 10px 0;
}





.img-product-categories {
  background-color: #1D1F21;
  height: 450px;
  width: 100%;
}

#home-content h2 {
  margin-bottom: 40px;
}

footer {
  background-color: #262626;
  color: #686868;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

footer p {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .small-footer {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .large-footer {
    display: none;
  }

  footer {
    height: 40px;
    line-height: 40px;
  }
}

footer a {
  color: #686868;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

.pagination-container {
  text-align: center;
  color: #484C51;
}

.pagination-container a {
  color: #368A55;
}

.woocommerce-pagination ul {
  list-style-type: none;
}

.woocommerce-pagination ul li {
  display: inline;
  font-size: 2rem;
  padding: 10px;
}

.woocommerce-message {
  display: none;
}

#cart_hr {
  margin-bottom: 0;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

.mini_cart_item{
  margin-top: 20px;
}

.product-box img {
  max-width: 100%;
  height: auto;
}

.mini_cart_item img {
  max-width: 60px;
  max-height: 60px;
  float: left;
}

.mini_cart_item .remove {
  float: right;
  color: red;
  text-decoration: none;
  font-size: 3rem;
  margin-top: .6rem;
  width: 20px;
  height: 20px;
}

.mini_cart_item h4 {
  margin-top: 5px;
}

.button-main a + a {
  display: none;
}

.empty {
  padding-top: 20px;
}

.related .widget {
  display: none;
}

.related .last {
  display: none;
}

.related .col-md-4:nth-child(4) {
  display: none;
}

.product_meta .posted_in {
	display: none;
}

#single-price {
	text-align: left;
	margin-top: 1rem;
}


#single-description {
	text-align: left;
}

button {
	background-color: inherit;
	border: none;
}

.button-main button {
	width: 100%;
	border-radius: inherit;
}

#single-add-to-cart {
	margin-top: 1rem;
}

input {
	border-radius: 5px;
}

.cart-empty {
  margin: 10rem 0 2rem 0;
  text-align: center;
}

.return-to-shop {
  text-align: center;
  margin-bottom: 10rem;
}

.post-edit-link {
  display: none;
}

.coupon-text-input {
  min-width: 15rem;
}

@media screen and (max-width: 768px) {
  .update-button {
    text-align: center;
    color: red;
  }
}

#button-green {
  background-color: #368A55;
}

#checkout-spacing-bottom {
  margin-bottom: 4rem;
}

.center {
  text-align: center;
}

.cross-sells {
  display: none;
}
 @media screen and (max-width: 768px) {
   .center-update {
     text-align: center;
   }
 }

#home-content, #push {
  padding-top: 5em;
 }

 #home-content .fa-wrapper {
   margin: 0 auto;
 }

#home-content .product-box {
  padding-top: 30px;
  box-shadow: 4px 4px 10px 0px rgba(71, 57, 66, 0.87);
}

.fa-wrapper {
  height: 156px;
  width: 156px;
  border-radius: 100%;
  background-color: #368A55;
  align-content: center;
  transition: all .5s ease;
 }

 .fa-wrapper:hover {
  background-color: #fff;
 }

.fa-wrapper i {
  font-size: 78px;
  line-height: 156px;
  color: #fff;
  transition: all .5s ease;
}

.fa-wrapper i:hover {
  color: #368A55;
}

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