/*
Theme Name:  Fixology Child Theme
Description: Child theme for the Fixology theme
Author:      ThemeMount
Author URI:  http://themeforest.net/user/thememount
Template:    fixology
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

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

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: none;
}

.woocommerce .main-holder ul.products li.product .price .woocommerce-Price-amount {
    font-size: 18px;
}
.woocommerce-tabs  h2 {
    font-size: 16px;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 100px;
}

.woocommerce .price .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 500;
}
.main-holder #content.site-content ul.products li.product .tm-product-box {
  margin-bottom: 35px;
  border: 1px solid #F1F2F3;
}
.single .main-holder #content .related.products h2, .single .main-holder #content div.product .woocommerce-tabs .panel h2 {
    font-size: 18px;
}
}
.main-holder .site-content ul.products li.product h2 {
  padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 8px;
}

body.thememount-page-full-width #content .site-main .entry-content>.wpb-content-wrapper>.wpb_row.vc_row-fluid {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.footer .widget {
    margin: 10px 0 15px;
}
.widget ul>li {
    padding: 0 0 0px 0
}

.widget_archive li a, .widget_categories a, .widget_meta a, .widget_nav_menu li a, .widget_pages li a, .widget_recent_comments li.recentcomments, .widget_recent_entries a{
    display: inline-block;
    padding-left: 10px;
    position: relative;
}

.add_to_cart_button {
 color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  background: none;
  letter-spacing: 0px;
  transition: .3s ease-out;
  padding-left: 33px;
  font-size: 11px;
  width: 155px;
  line-height: 36px;
  display: block;
  text-align: left;
  border-radius: 0;
  
}