/*
Theme Name: TFS
Theme URI: #
Author: CGColors team
Author URI: https://www.cgcolors.com/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

.single-product .woocommerce-tabs #tab-description > h2, .single-product .woocommerce-tabs ul.wc-tabs {
  display: none;
}
.single-product .woocommerce .price span {
  font-size: 30px;
  font-weight: bold;
  color: #ef8613;
}
.single-product .woocommerce .product_meta {
  display: none;
}
.single-product .woocommerce .quantity input {
  padding: 7px 5px;
  border-radius: 0;
  margin: 0;
}
.single-product .woocommerce .single_add_to_cart_button.button {
  background: #000;
  color: #fff;
  border-radius: 50px;
  background: #2eb9c3;
  width: 220px;
  border-radius: 0;
  padding: 11px 11px 12px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.single-product .woocommerce .single_add_to_cart_button.button:hover {
  background: #ef8613;
}
.single-product .woocommerce-tabs #tab-description {
  border: none;
  margin: 0;
  box-shadow: none;
}
.entry-content  .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 700;
}
.entry-content .woocommerce ul.products li.product .price {
  font-size: 22px;
  font-weight: bold;
  color: #ef8613;
}
.entry-content .woocommerce ul.products li.product .button {
  color: #fff;
  background: #2eb9c3;
  width: 170px;
  border-radius: 0;
  padding: 11px 11px 12px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  float: left;
}
.entry-content .woocommerce ul.products li.product .button:hover {
  background: #ef8613;
}
.entry-content .woocommerce ul.products li.product .button.loading {
  padding-right: 40px !important;
}
.entry-content .woocommerce ul.products li.product .added_to_cart {
  clear: both !important;
  float: left !important;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  max-width: 170px;
  text-align: center;
}
body.woocommerce-page #main h1.entry-title {
  display: block !important;
  font-size: 35px;
  font-weight: 700;
}
body.woocommerce #main .woocommerce-result-count, body.woocommerce #main .woocommerce-ordering {
  display: none;
}
.woocommerce-page .entry-content .button {
  color: #fff !important;
  background: #2eb9c3 !important;
  width: 170px;
  border-radius: 0;
  padding: 11px 11px 12px !important;
  border: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.woocommerce-page .entry-content .button:hover {
  background: #ef8613 !important;
}
.woocommerce-page .entry-content .button.checkout-button {
  width: 100%;
}
.woocommerce-page .select2-container .select2-selection--single {
  line-height: normal;
  padding: 10px;
  height: 47px;
  border: 1px solid #303030;
}
.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.woocommerce-page .wc-stripe-elements-field {
  background: #fff;
  padding: 10px;
  border: 1px solid #303030;
}
.checkout.woocommerce-checkout .wc_payment_method label {
  width: 80%;
}
.woocommerce-page .related.products, .woocommerce-page .navigation.post-navigation {
  display: none;
}
.woocommerce-page  .woocommerce-tabs.wc-tabs-wrapper {
  display: inline-block;
  margin: 0 0 50px;
  vertical-align: top;
}
.woocommerce-store-notice.demo_store {
  background: #2eb9c3 !important;
  display: none !important;
}
.woocommerce-page .woocommerce-store-notice.demo_store {
  display: block !important;
}
.woocommerce-page .woocommerce-store-notice.demo_store[style*="none"] {
  display: none !important;
}

.woocommerce-cart-form {
  font-size: 21px;
  font-weight: normal;
}