/*
Theme Name: Claue Child
Theme URI: http://www.janstudio.net/claue
Author: JanStudio
Author URI: http://www.janstudio.net
Description: The best woocommerce theme for online fashion store, furniture store, handemade store, organic store, wordpress personal portfolio, personal blog.
Template: claue
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: claue
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.woocommerce-category-description .description {
    padding: 2em 0;
    margin: 60px auto;
    border-top: 1px solid #ccc;
}

.woocommerce-category-description .description p {
    text-align: justify;
}

.sku_wrapper {
    margin-bottom: 0 !important;
}

.post-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  padding-bottom: 20px;
}

.post-nav .post-nav-prev {
  float: left;
  padding-left: 15px;
  text-align: left;
}

.post-nav .post-nav-next {
  border-left: 1px solid #dddddd;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.post-nav p {
  color: #333333;
  width: 50%;
  position: relative;
  line-height: 18px;
  margin-bottom: 0;
}

.post-nav p a {
  color: #333333;
  text-transform: uppercase;
}

.post-nav p a:hover {
  color: #cc3300;
}

.post-nav .fa {
  position: absolute;
  top: 2px;
}

.post-nav .fa-angle-left {
  left: 0;
}

.post-nav .fa-angle-right {
  right: 0;
}

.post-nav a:hover {
  color: #333333;
}

/***why-home**/
.why-home {
    border: 1px solid #fff;
    padding: 30px 5px 30px 70px;
    position: relative;
    width: 90%;
}

.why-home .icon {
    position: absolute !important;
    left: -40px;
    background: #fff;
}

.why-home .icon i {
    color: #333;
}


@media (max-width: 768px) {
  .why-home {
      width: 80%;
      margin-left: 10%;
      margin-bottom: 40px;
      padding-bottom: 60px;
  }
}

/*contact-box-product*/
.contact-box-product {
    clear: both;
    padding: 10px;
    background-color: #fff1b961;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.contact-box-product p:last-child{
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .header__top {
      display: none;
  }
}