/*-------------------------------------------------------------------------*/
/*  WooCommerce
/*-------------------------------------------------------------------------*/

/* -- Cart Icon in Header -- */

.cart-contents {
  float: right;
  line-height: 66px;
  position: relative;
  margin-right: 17px;
  transition: all 0.05s ease 0s;
  position: relative;
  top: 2px;
}

.cart-contents:before {
  font-family: "Ionicons";
  content: "\f3f7";
  font-size: 28px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  color: #fff;
  background-color: #2ecc71;
  border-radius: 50%;
  vertical-align: top;
  top: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  margin-left: 20px;
  margin-top: -3px;
}

@media only screen and (min-width: 991px) {
  .page-template-page-full-width.woocommerce-cart article {
    padding: 0 10%;
  }
}

body.woocommerce .entry-header {
  margin-bottom: 0px;
}

.ccfw-shop-main {
  padding-top: 65px;
  padding-bottom: 50px;
}

.page-template-page-woocommerce-full-width .cta-button {
  display: none;
}

.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
  margin: 10px 0px 20px 0px;
  font-size: 15px;
  color: #999;
}

.woocommerce .woocommerce-result-count {
  margin-bottom: 25px;
}

body.woocommerce .woocommerce-ordering {
  position: relative;
  top: -8px;
}

.woocommerce .products ul, 
.woocommerce ul.products {
  margin-left: -2px;
  margin-right: -4px;
}

.woocommerce .woocommerce-ordering select {
  font-size: 13px;
}

/* -- Widgets */

.woocommerce #secondary .widget {
  padding: 20px 25px;
  border: 1px solid #f2f2f2;
}

.woocommerce #secondary .widget.widget_product_search {
  padding: 0px;
  border: 0;
}

.widget_nav_menu li.fa {
  display: none;
}

.widget.woocommerce {
  margin-bottom: 50px;
}

.widget.woocommerce .amount {
  color: #111;
  font-weight: 400;
}

.widget.woocommerce ins {
  text-decoration: none;
}

.widget.woocommerce ul.product_list_widget li a {
  font-weight: inherit;
  margin-bottom: 4px;
}

.widget.woocommerce ul.product_list_widget li .star-rating {
  font-size: 12px;
  margin: 8px 0px 6px 0px;
  letter-spacing: 0.05em;
}

.woocommerce ul.product_list_widget li img {
  margin-left: 10px;
  width: 62px;
}

#secondary .widget.woocommerce ul.product_list_widget li {
  border-top: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 13px;
}

#secondary .widget.woocommerce ul.product_list_widget li .reviewer {
  font-size: 12px;
  position: relative;
  top: -3px;
}

.woocommerce #secondary .widget.widget_top_rated_products li:first-child,
.woocommerce #secondary .widget.widget_recently_viewed_products li:first-child,
.woocommerce #secondary .widget.widget_recent_reviews ul.product_list_widget li:first-child,
.woocommerce #secondary .widget.widget_shopping_cart ul.product_list_widget li:first-child {
  border: none;
  padding-top: 0px;
}

body .woocommerce .widget_shopping_cart .total, 
body .woocommerce.widget_shopping_cart .total {
  border-style: solid;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding: 15px 0px;
  text-transform: uppercase;
  border-color: #f2f2f2;
}

.widget_shopping_cart p.woocommerce-mini-cart__empty-message {
  text-align: center;
  margin-bottom: 5px;
}

#secondary .widget.woocommerce ul.product_list_widget li span.product-title {
  position: relative;
}

.widget.woocommerce ul.product_list_widget li del,
.widget.woocommerce ul.product_list_widget li del span.amount {
  color: #999;
  margin-right: 1px;
}

.woocommerce .widget_layered_nav ul li .count {
  font-size: 0.8em;
  margin-left: 3px;
  color: #999;
}

.woocommerce .widget_shopping_cart .cart_list li.empty {
  padding-left: 0em;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 19px;
  font-size: 11px;
}

.woocommerce .widget_shopping_cart .cart_list li:first-child a.remove, 
.woocommerce.widget_shopping_cart .cart_list li:first-child a.remove {
  top: 4px;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
  padding: 10px 0px 0px;
  font-size: 14px;
}

.woocommerce .widget_shopping_cart .total strong, 
.woocommerce.widget_shopping_cart .total strong {
  font-weight: 400;
}

.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount {
  color: inherit;
}

.price_slider_wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #eee;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ccc;
  width: 0.6em;
  height: 0.6em;
  top: -0.1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.3em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  margin-top: 3px;
  font-size: 11px;
  color: #111;
  padding: 10px 15px;
}

body.woocommerce .widget_price_filter .price_slider_amount {
  line-height: 2.8;
}

#secondary .widget .buttons a:hover {
  color: #111;
}

/* -- Widget Categories -- */

.widget_product_categories ul li {
  font-size: 15px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #f2f2f2;
}

.widget_product_categories ul li:first-child {
  border: none;
  padding-top: 0px;
}

.widget_product_categories ul li:last-child {
  margin-bottom: 0px;
}

/* -- Widget Average Rating */

body.woocommerce .widget_rating_filter ul {
  margin-top: -10px;
}

.woocommerce .widget_rating_filter ul li .star-rating {
  position: relative;
  top: 8px;
}

.woocommerce .widget_rating_filter .star-rating::before,
.woocommerce .widget_rating_filter .star-rating span:before {
  font-size: 12px;
}

/* -- Product Card */

body.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  line-height: 1.5em;
  padding-bottom: 0px;
  font-size: 21px;
  font-weight: normal;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin-bottom: 0px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  width: 30.75%;
}

body.woocommerce-page ul.products li.product a img {
  margin-bottom: 0.2em;
  border-radius: 2px;
  border: 2px solid transparent;
  transition: all 0.2s ease 0s;
}

body.woocommerce-page ul.products li.product a:hover img {
  border-color: #24A3D8;
}

body.woocommerce-page ul.products li.product h3 {
  padding: 0px;
  margin: 16px 2px 2px 2px;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
}

body.woocommerce-page ul.products li.product .price {
  overflow: hidden;
  margin-left: 2px;
  margin-bottom: 10px;
}

body.woocommerce span.onsale {
  min-width: 3.736em;
  background-color: #6FC400;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

body.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
}

body.woocommerce-page ul.products li.product .price {
  color: inherit;
}

body.woocommerce-page ul.products li.product .price del {
  color: #777;
}

body.woocommerce-page ul.products li.product .button {
  margin-top: 0em;
  font-size: 11px;
  margin: 0px 2px;
  padding: 13px 20px;
  letter-spacing: 1.2px;
  color: #111;
  text-transform: uppercase;
  font-weight: 400;
}

body.woocommerce-page ul.products li.product .star-rating {
  font-size: 0.7em;
  margin-top: 0.5em;
  margin-bottom: 0.6em;
  margin-left: 2px;
  letter-spacing: 0.06em;
  line-height: 1.1em;
}

.widget.woocommerce ul.product_list_widget li a {
  font-size: 15px;
  line-height: 1.35em;
}

.woocommerce .sidebar .star-rating {
  line-height: 1.2;
  margin-top: 3px;
  margin-bottom: 5px;
}

body.woocommerce-page ul.products li.product .price del {
  float: left;
  margin-right: 7px;
}

body.woocommerce-page ul.products li.product .price ins {
  float: left;
  font-weight: 400;
}

.woocommerce a.added_to_cart {
  border-bottom: 1px solid;
  margin-left: 5px;
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
  top: -2px;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  position: relative;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
  top: -1px;
  right: auto;
}

body.woocommerce #respond input#submit:hover {
  color: #fff;
}

body.woocommerce a.button:hover {
  background-color: #eee;
}

/* -- Star Rating */

body .woocommerce .star-rating {
  font-family: inherit;
}

.woocommerce .star-rating span:before {
  color: #ee9e13;
}

.woocommerce .star-rating:before {
  content: "☆☆☆☆☆";
}

.woocommerce .star-rating span:before {
  content: "★★★★★";
}

body.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

body.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0px 2px;
}

body.woocommerce nav.woocommerce-pagination ul li a:focus, 
body.woocommerce nav.woocommerce-pagination ul li a:hover, 
body.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
}

.woocommerce p.stars a {
  color: #999;
}

.woocommerce p.stars a.star-1:after, 
.woocommerce p.stars a.star-2:after, 
.woocommerce p.stars a.star-3:after, 
.woocommerce p.stars a.star-4:after, 
.woocommerce p.stars a.star-5:after {
  font-family: inherit;
}

.woocommerce p.stars a.star-1:after {
  content: "☆";
}

.woocommerce p.stars a.star-2:after {
  content: "☆☆";
}

.woocommerce p.stars a.star-3:after {
  content: "☆☆☆";
}

.woocommerce p.stars a.star-4:after {
  content: "☆☆☆☆";
}

.woocommerce p.stars a.star-5:after {
  content: "☆☆☆☆☆";
}

.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
  content: "★";
  color: #ee9e13;
}

.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
  content: "★★";
  color: #ee9e13;
}

.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
  content: "★★★";
  color: #ee9e13;
}

.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
  content: "★★★★";
  color: #ee9e13;
}

.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
  content: "★★★★★";
  color: #ee9e13;
}

.woocommerce p.stars a {
  color: #ccc;
}

.woocommerce p.stars span a:hover:before, 
.woocommerce p.stars span a:focus:before, 
.woocommerce p.stars span a.x-active:before {
  color: #ccc;
}

/* -- Products Pagination */

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span.current {
  font-size: 16px;
}

body.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: inherit;
  background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: transparent;
  border-color: #999;
}


/* -- Product Details */

.woocommerce .woocommerce-product-rating .star-rating {
  margin-top: 0.6em;
  letter-spacing: 0.055em;
}

div[itemprop="description"] {
    line-height: 1.6em;
}

.woocommerce div.product .product_title {
  margin-bottom: 0px;
  line-height: 1.35em;
  text-transform: none;
  font-size: 40px;
}

body.woocommerce div.product .woocommerce-product-rating {
  font-size: 0.85em;
  margin-bottom: 0em;
  margin-top: 5px;
}

.woocommerce div.product div.images .thumbnails a,
.woocommerce div.product div.images .thumbnails img {
  width: 60px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f5f5f5;
  margin: 0px;
  border-radius: 0px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  outline: 0;
}

body.woocommerce div.product form.cart {
  margin-top: 1.5em;
}

.woocommerce .summary .woocommerce-product-rating .star-rating {
    margin-top: 0.5em;
}

.woocommerce div.product a.woocommerce-review-link { 
  color: inherit;
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: inherit;
  margin-left: 10px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: block;
  margin-bottom: 0px;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
}

.woocommerce div.product form.cart .button {
  width: 75%;
  height: 60px;
  padding: 0px;
  font-size: 16px;
  margin-left: 1.2%;
  margin-top: 0px;
  -webkit-font-smoothing: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
}

.woocommerce .quantity .qty {
  width: 3.5em;
  text-align: center;
  height: 60px;
  border: 1px solid #e2e2e2;
}

.woocommerce .quantity .qty:focus {
  border-color: #ccc;
}

.product_meta {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  color: #999;
  font-size: 11px;
  letter-spacing: 0.13em;
}

.product_meta a {
  color: #666;
  margin-left: 7px;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}

.product_meta a:hover {
  color: #111;
  border-color: rgba(0,0,0, 0.15);
}

.product_meta span {
  display: block;
  line-height: 1.6em;
  margin-bottom: 3px;
}

body.woocommerce-page div.product div.thumbnails a.first {
  clear: inherit;
}

body.woocommerce-page div.product div.thumbnails a.last {
  margin-right: 3.8%;
}


/* -- Product Tabs */


.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
  margin-right: 5px;
  border-color: #e2e2e2;
  background-color: #f7f7f7;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #e2e2e2;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: inherit;
  font-size: 12px;
  padding: 12px 6px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  visibility: hidden;
}


/* -- Product Reviews */

.woocommerce div.product .woocommerce-tabs p.woocommerce-noreviews {
  margin-top: -10px;
  margin-bottom: 30px;
}

.woocommerce div.product p.price {
  margin-right: 7px;
  padding-top: 3px;
  margin-bottom: 15px;
  font-size: 19px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product p.price del {
  position: relative;
}

.ccfw-shop-main .woocommerce-product-details__short-description,
.ccfw-shop-main .woocommerce-product-details__short-description p, .ccfw-shop-main #stcpDiv,
.ccfw-shop-main .woocommerce-tabs .wc-tab p,
.ccfw-shop-main .comment-form label {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}

.ccfw-shop-main .woocommerce-tabs .wc-tab p input {
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

.woocommerce div.product p.price del {
  margin-right: 6px;
  font-size: 18px;
  color: #777;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
  font-weight: 400;
}

.woocommerce #review_form p.stars {
  font-size: 13px;
  padding-top: 6px;
}

.woocommerce #review_form p.stars span {
  position: relative;
  top: 6px;
  left: 0px;
  width: 80%;
  float: right;
  margin-top: -33px;
}

.woocommerce p.comment-form-comment {
  clear: both;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews h3 {
  margin-top: 40px;
  margin-bottom: 35px;
  font-weight: normal;
}

.woocommerce #reviews li.comment.bypostauthor:after {
  display: none;
}

.woocommerce #reviews h3.comment-reply-title {
  margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist {
  margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist .description {
  margin: 0px 0px 20px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  padding: 0px;
  border: none;
  background-color: transparent;
}

body.woocommerce .panel {
  box-shadow: none;
  line-height: 1.58em;
}

body.woocommerce #respond .comment-reply-title {
  display: block;
  font-size: 22px;
  font-weight: normal;
  padding-top: 50px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
}

.woocommerce #review_form #respond p {
  margin-bottom: 15px;
}

.woocommerce #review_form #respond p.comment-form-author {
  width: 50%;
  padding-right: 15px;
  float: left;
}

.woocommerce #review_form #respond p.comment-form-email {
  width: 50%;
  float: left;
}

.woocommerce #review_form #respond p.form-submit {
  margin-bottom: 25px;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input {
  font-size: 15px;
  margin-top: 10px;
}

body.woocommerce #respond input#submit, 
body.woocommerce a.button, .woocommerce button.button, 
body.woocommerce input.button {
  border-radius: 0px;
  padding: 17px 30px;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.ccfw-shop-main .woocommerce-tabs h2, 
.ccfw-shop-main .related h2:not(.woocommerce-loop-product__title), 
.ccfw-shop-main .upsells h2, 
.ccfw-shop-main .woocommerce #reviews h3 {
  font-size: 21px;
  line-height: 1.5em;
}

.ccfw-shop-main .woocommerce-tabs h2 {
  margin: 40px 0px 20px 0px;
}

.related h2:not(.woocommerce-loop-product__title), .upsells h2 {
  margin-bottom: 25px;
  padding-top: 50px;
  border-top: 1px solid #eee;
  margin-top: 60px;
  margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 70px;
  border-radius: 0px;
  padding: 0em 1.5em 5px 1.5em;
  border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  text-transform: uppercase;
  display: block;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.13em;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  margin-bottom: 8px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: inherit;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  font-size: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  font-size: 12px;
  margin-top: 2px;
  line-height: 0.9em;
  letter-spacing: 0.05em;
}

/* -- Messages */

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
  font-size: 16px;
}

body .woocommerce-info {
  background: transparent;
  padding: 0px;
  border: none;
  font-size: 18px;
  margin-bottom: 1em;
}

.content-area ul.woocommerce-error {
  margin: 30px 0px 20px 0px;
}

.content-area article ul.woocommerce-error li {
  font-size: 15px;
  margin-bottom: 1px;
}

body .woocommerce-info a {
  border-bottom: 1px solid #eee;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
  font-size: 11px;
  font-weight: inherit;
  background-color: #fff;
  color: #333;
  letter-spacing: 1.4px;
  padding: 14px 20px;
  text-transform: uppercase;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-Message .button:hover {
  background-color: #fff;
}

.woocommerce .woocommerce-info:before {
  display: none;
}

/* -- Product Lightbox */

div.pp_woocommerce .pp_content_container {
  padding-bottom: 7px;
}

.pp_nav p.currentTextHolder {
  position: relative;
  top: -6px;
}

div.pp_woocommerce .pp_close {
  text-indent: -9999px;
}

/* -- Cart Items */

.woocommerce table.shop_table {
  border-radius: 0px;
  border: none;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border: none;
  vertical-align: middle;
  font-size: 16px;
}

.woocommerce table.shop_table tr.cart-subtotal td {
  font-weight: 400;
}

.woocommerce table.shop_table th {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 400;
}

body.woocommerce-cart table.cart img {
  width: 72px;
}

.woocommerce table.shop_table .product-remove {
  padding-left: 0px;
}

.woocommerce table.shop_table .product-subtotal {
  text-align: right;
  padding-right: 18px;
}

.woocommerce .cart .button {
  font-weight: 400;
}

body .woocommerce a.remove {
  font-size: 0.8em;
  height: 1.4em;
  width: 1.4em;
  border: 1px solid red;
  line-height: 1.1em;
}

.woocommerce a.remove:hover {
  background: transparent;
  color: red !important;
  text-decoration: none;
  opacity: 0.8;
}

.woocommerce table.shop_table td {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 12px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 11px;
  font-size: 16px;
  border-radius: 0px;
  margin-right: 5px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
  line-height: 1.4em;
}

.woocommerce table.shop_table td.actions {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce table.shop_table .quantity .qty {
  height: auto;
}

.woocommerce table.shop_table .quantity input.qty {
  padding: 5px 0px;
  font-size: 15px;
}

.woocommerce-page table.cart td.actions .input-text {
  width: auto;
  padding: 7px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #f2f2f2;
}

/* -- Cart Totals */

.content-area .cart_totals h2,
.content-area .cross-sells h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 22px;
}

.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
  margin-bottom: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  margin-top: 0px;
  border-bottom: none;
  padding-left: 0px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: none;
}

body.woocommerce .cart-collaterals .cart_totals, 
body.woocommerce-page .cart-collaterals .cart_totals {
  width: 37%;
}

.content-area .cart-collaterals table tbody > tr:nth-child(odd) > th, 
.content-area .cart-collaterals table tbody > tr:nth-child(odd) > td {
  background: transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding-left: 0px;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: bolder;
}

body .content-area .cart-collaterals p {
  margin-bottom: 0px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  font-size: 16px;
}

.content-area .woocommerce ul#shipping_method {
  margin-bottom: 0px;
}

.content-area .woocommerce ul#shipping_method li {
  font-size: 16px;
  padding: 0px;
  text-indent: 0px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  margin-bottom: 4px;
}

.woocommerce ul#shipping_method li input {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

body .woocommerce ul#shipping_method .amount {
  font-weight: 400;
}

.content-area .cart-collaterals table a.shipping-calculator-button {
  font-size: 15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  opacity: 0.9;
}

section.shipping-calculator-form {
  margin: 10px 10px 10px 0px;
}

.woocommerce section.shipping-calculator-form button.button {
  margin-top: 1em;
  font-size: 11px;
  color: #777;
  padding: 13px 18px;
}

.woocommerce section.shipping-calculator-form button.button:hover {
  background-color: #eee;
  color: #111;
}

.woocommerce form .form-row {
  padding: 8px 0px 0px 0px;
  font-size: 16px;
}

body .select2-container .select2-choice {
  border-color: #e2e2e2;
  border-radius: 0px;
}

.content-area .woocommerce table.shop_table.cart tbody > tr:nth-child(odd) > td {
  background: transparent;
}

/* -- Empty Cart */

.content-area .entry-content p.return-to-shop,
.content-area .entry-content p.cart-empty {
  text-align: center;
}

.content-area .entry-content p.return-to-shop {
  margin-bottom: 8em;
}

.woocommerce p.return-to-shop a.button {
  font-weight: inherit;
  padding: 0px;
  font-size: 17px;
  background: none;
}

/* -- Cart Widget -- */

.ccfw-content .widget.widget_shopping_cart a.button {
  display: inline-block;
  font-size: 11px;
  padding: 14px 16px;
  margin-top: 0px;
  float: left;
  color: #111;
}

.ccfw-content .widget.widget_shopping_cart p.woocommerce-mini-cart__buttons {
  margin-bottom: 0px;
}


/* -- Checkout */

form.checkout label {
  margin-bottom: 0px;
}

.woocommerce form .form-row input.input-text#billing_address_1,
.woocommerce form .form-row input.input-text#shipping_address_1 {
  margin-bottom: -10px;
}

.woocommerce-shipping-fields h3#ship-to-different-address {
  position: relative;
  padding-left: 25px;
  line-height: 32px;
  margin-bottom: 27px;
  position: relative;
  top: 5px;
}

.woocommerce-shipping-fields h3#ship-to-different-address input.input-checkbox {
  position: absolute;
  top: 6px;
  left: 0px;
}

.content-area a.select2-choice:hover {
  border-bottom-color: inherit;
}

.woocommerce-checkout #payment div.form-row {
  padding-left: 0px;
  padding-right: 0px;
}

/* -- My Account */

.woocommerce-account .content-area h2 {
  margin-top: 0px;
  margin-bottom: 15px;
}

body.woocommerce-account .content-area h2 {
  font-size: 22px;
}

.woocommerce form.login, 
.woocommerce form.register {
  margin-top: 1.5em;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
  padding: 0px;
  border: none;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce form.login {
  padding: 35px 35px 15px 35px;
  border: 1px solid #eee;
  margin-bottom: 2em;
}

.woocommerce form.checkout_coupon input.input-text {
  padding: 8px 9px 9px 9px;
}

body.woocommerce form .form-row input.input-text, 
body.woocommerce form .form-row textarea,
body .select2-container--default .select2-selection--single {
  border-radius: 0px;
}

.woocommerce .shop_table input.button,
.woocommerce .shop_table input.button:disabled {
  padding: 15px 20px 16px 20px;
  border-radius: 0px;
  font-weight: inherit;
  width: auto;
  background: #eee;
  color: #333;
  font-size: 11px;
}

.woocommerce .shop_table input.button:hover {
  color: #111;
}

.woocommerce form.register {
  border: none;
  background-color: #f6f6f6;
}

.woocommerce form.login input.button,
.woocommerce form.register input.button {
  margin: 10px 10px 10px 0px;
}

.woocommerce-account .addresses .title h3 {
  margin-top: 0em;
  font-size: 20px;
}

.col2-set.addresses {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-area .entry-content p.myaccount_user {
  margin-bottom: 40px;
}

.woocommerce-account .addresses .title .edit {
  margin-top: 4px;
  text-transform: uppercase;
  color: #999;
  font-size: 11px;
  letter-spacing: 2px;
}

.woocommerce form .form-row .select2-container {
  border: 1px solid #e2e2e2;
}

.select2-container .select2-choice {
  font-weight: inherit;
}

.woocommerce input.button {
  font-weight: 400;
  border-radius: 0px;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
  line-height: 1.3em;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 48%;
}

body.woocommerce-account .content-area {
  padding-bottom: 50px;
}

body.woocommerce-account .woocommerce-MyAccount-content form > h3 {
  margin-top: 0px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 40px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #111;
}

body .woocommerce table.my_account_orders {
  font-size: inherit;
}

body .woocommerce a.button {
  font-weight: inherit;
  font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-right: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding-bottom: 0px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border: none;
}

/* -- Checkout */

.checkout_coupon p {
  margin-bottom: 0px;
}

.content-area .checkout_coupon input[type="submit"] {
  top: -7px;
  position: relative;
  padding: 15px 20px;
}

body .woocommerce form .form-row .required {
  font-weight: inherit;
}

.woocommerce-shipping-fields h3#ship-to-different-address label.checkbox {
  margin-top: 0px;
  margin-left: 10px;
}

body.woocommerce-checkout .content-area h3 {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.woocommerce-checkout .content-area h3#order_review_heading {
  margin-top: 60px;
  margin-bottom: 40px;
}

.woocommerce table.woocommerce-checkout-review-order-table {
  width: 48%;
  float: left;
  margin-bottom: 4em;
}

.woocommerce-checkout-payment {
  width: 48%;
  float: right;
  margin-bottom: 4em;
}

.woocommerce table.woocommerce-checkout-review-order-table th {
  vertical-align: middle;
  padding-left: 0px;
}

.woocommerce table.woocommerce-checkout-review-order-table td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
}

.woocommerce table.woocommerce-checkout-review-order-table td.product-name,
.woocommerce table.woocommerce-checkout-review-order-table td.product-total {
  border: none;
  padding-bottom: 0px;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
  padding-top: 24px;
}

.woocommerce table.woocommerce-checkout-review-order-table td.product-name {
  color: #111;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tr.order-total td {
  border: none;
}

.content-area table.woocommerce-checkout-review-order-table tbody > tr:nth-child(odd) > td {
  background: transparent;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  border-top: none;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  border-top: none;
  font-weight: 400;
}

.woocommerce-checkout #payment {
  border: 1px solid #eee;
  background: transparent;
  padding: 28px;
  margin-bottom: 50px;
  border-radius: 0px;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0px;
  margin-top: 10px;
}

.woocommerce-checkout #payment div.payment_box p {
  font-size: 15px;
  color: #888;
  line-height: 1.5em;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-color: #e2e2e2;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.woocommerce-checkout #payment div.form-row.place-order {
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
  font-size: 16px;
  font-weight: inherit;
  border-radius: 0px;
  padding: 18px 32px;
  border-radius: 0px;
  -webkit-font-smoothing: inherit;
  width: 100%;
  height: 60px;
  padding: 0px;
  font-size: 16px;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body .woocommerce input.button {
  font-weight: 600;
}

body .woocommerce input.button:hover {
  color: #fff;
}

body .woocommerce form .form-row input.input-text {
  padding: 10px;
  margin-top: 5px;
}

.woocommerce .order_details li strong {
  margin-top: 5px;
}

body .select2-container--default .select2-selection--single {
  border-color: transparent;
}

.woocommerce table.shop_table.customer_details tbody th,
.woocommerce .order_details th {
  width: 51%;
}

body .woocommerce table.shop_table tbody th, 
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th {
  font-weight: 400;
}

.woocommerce form legend {
  padding-bottom: 10px;
  font-weight: 400;
  margin-top: 30px;
}

.woocommerce-account .entry-content a {
  border: none;
}

/* -- Confirmation */

.woocommerce-order-received .woocommerce {
  margin-bottom: 50px;
}

.woocommerce-order-received .content-area h2 {
  font-size: 24px;
}

.woocommerce-customer-details h2 {
  margin-bottom: 30px;
}

.woocommerce table.shop_table thead th {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  letter-spacing: 1.6px;
  padding-bottom: 15px;
  color: #111;
}

.woocommerce table.shop_table.order_details th,
.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.customer_details th,
.woocommerce table.shop_table.customer_details td {
  padding-left: 0px;
}

.content-area table.shop_table.order_details tbody > tr:nth-child(odd) > th, 
.content-area table.shop_table.order_details tbody > tr:nth-child(odd) > td,
.content-area table.shop_table.customer_details tbody > tr:nth-child(odd) > th, 
.content-area table.shop_table.customer_details tbody > tr:nth-child(odd) > td {
  background: transparent;
}

.content-area table.shop_table.order_details td,
.content-area table.shop_table.customer_details td {
  padding: 10px 0px;
  border-color: #eee;
}

.content-area table.shop_table.order_details tr.order_item th,
.content-area table.shop_table.order_details tr.order_item td {
  border: none;
  padding-bottom: 0px;
}

.content-area table.shop_table.order_details tr.order_item:last-child th,
.content-area table.shop_table.order_details tr.order_item:last-child td {
  padding-bottom: 12px;
}

.woocommerce table.shop_table .order-total strong {
  font-weight: 400;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border-top: none;
  font-weight: bolder;
  vertical-align: middle;
}

.woocommerce table.shop_table strong.product-quantity {
  font-weight: inherit;
}

.woocommerce table.shop_table.customer_details tbody th {
  border-top: none;
}

.woocommerce .order_details {
  padding-left: 0px;
  margin-top: 1.5em;
}

.woocommerce ul.order_details {
  padding: 30px 30px 15px 30px;
  border: 1px solid #eee;
}

.content-container .content-area article ul.order_details li {
  font-size: 15px;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.content-area .woocommerce ul.order_details li strong {
  font-size: 1.05em;
  color: #111;
  letter-spacing: 0px;
}


/* -- Responsive -- */

@media only screen and (max-width: 991px) {

  body .cart-contents {
    line-height: inherit;
    position: absolute;
    right: 80px;
    top: 7px;
  }

  .ccfw-newsletter-signup .row {
    display: block;
  }

  .ccfw-newsletter-signup h3 {
    margin-bottom: 25px;
  }

  body .cart-contents:before {
    color: #555;
  }

  body.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
  body.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
  }

  body.woocommerce .cart-collaterals .cart_totals, 
  body.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }

}

@media only screen and (max-width: 768px) {

  .woocommerce table.shop_table td {
    padding-left: 0px;
  }

  .woocommerce table.woocommerce-checkout-review-order-table,
  .woocommerce-checkout-payment {
    width: 100%;
    float: none;
  }

}