@charset "UTF-8";
/*--[ Imports ]--------------------------------------------------------------------------------*/
.fa, ul.products li.product a.button.loading:after, ul.products li.product a.button.added:after, .woocommerce .summary a.reset_variations:before, .woocommerce_message:before, .woocommerce_info:before, .woocommerce_error:before, .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before, .stock.out-of-stock:before, .stock.in-stock:before, .widget_layered_nav ul li.chosen a:before, .cart-collaterals .shipping_calculator h2 a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-fw, ul.products li.product a.button.loading:after, ul.products li.product a.button.added:after, .woocommerce .summary a.reset_variations:before, .woocommerce_message:before, .woocommerce_info:before, .woocommerce_error:before, .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before, .stock.out-of-stock:before, .stock.in-stock:before, .widget_layered_nav ul li.chosen a:before, .cart-collaterals .shipping_calculator h2 a:before {
  width: 1.2857142857em;
  text-align: center; }

/*--[ General Styles ]--------------------------------------------------------------------------------*/
#navigation {
  /*.cart-contents {
			line-height: 0.7;
		&:before {
			.iconbefore;
			content: "\f07a";
		}
	}*/ }
  #navigation .cart {
    margin-right: 0; }
    #navigation .cart.no-rss-link {
      margin-right: 0; }
      #navigation .cart.no-rss-link li {
        border: 0; }

select, img {
  max-width: 100%; }

.form-row label {
  display: block; }

.form-row .input-text, .form-row select {
  width: 100%;
  *width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-row input[type=checkbox] {
  float: left; }

.form-row.woocommerce-validated .input-text, .form-row.woocommerce-validated .chzn-single {
  border-color: #080; }

.form-row.woocommerce-invalid .input-text, .form-row.woocommerce-invalid .chzn-single {
  border-color: #c00; }

.page header.title {
  overflow: hidden;
  zoom: 1;
  font-size: 1em; }
  .page header.title h1, .page header.title h2, .page header.title h3, .page header.title h4, .page header.title h5 {
    float: left; }
  .page header.title a.edit {
    float: right;
    font-size: 12px !important;
    text-transform: uppercase; }

p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1em 0;
  background: #ebdd75;
  color: #827513;
  z-index: 999999; }

.woocommerce-demo-store #top, .woocommerce-demo-store h3.nav-toggle {
  margin-top: 5em; }

form#searchform {
  background: none;
  border-width: 0; }
  form#searchform input#s {
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-width: 1px;
    border-style: solid;
    width: 60%;
    color: #777; }
  form#searchform .screen-reader-text {
    display: none; }

/*--[ Product Categories ]--------------------------------------------------------------------------------*/
ul.products {
  margin: 0 0 1.5em 0;
  padding: 0 !important;
  list-style: none; }
  ul.products::after {
    clear: both;
    content: "";
    display: block; }
  ul.products li.product {
    float: left;
    text-align: center;
    margin-bottom: 1.5em;
    position: relative;
    list-style: none;
    width: 48%;
    float: left;
    clear: left; }
    ul.products li.product:nth-child(2n) {
      float: right;
      clear: none; }
    ul.products li.product img {
      background: none;
      padding: 0;
      border: 0; }
    ul.products li.product a {
      display: block; }
      ul.products li.product a:hover {
        text-decoration: none; }
        ul.products li.product a:hover h3 {
          opacity: 0.9; }
      ul.products li.product a img {
        width: auto;
        height: auto;
        display: block;
        margin: 0 auto .75em; }
        ul.products li.product a img:hover {
          opacity: 0.9; }
    ul.products li.product .price {
      display: block;
      color: #666; }
    ul.products li.product a.button {
      display: inline-block;
      margin-top: .5em;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      -ms-transition: all 0.15s ease-out 0s;
      -o-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      position: relative; }
      ul.products li.product a.button.loading:after {
        content: "";
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear; }
      ul.products li.product a.button.added:after {
        content: ""; }
    ul.products li.product .added_to_cart {
      text-transform: uppercase;
      margin: .53em 0 0;
      font-size: .7em;
      font-weight: 600;
      display: block; }
    ul.products li.product .star-rating {
      float: none;
      margin: .5em auto; }
    ul.products li.product del {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    ul.products li.product ins {
      text-decoration: none; }

/*--[ Sale sticker ]--------------------------------------------------------------------------------*/
.onsale {
  padding: 3px 8px;
  text-align: center;
  background: #C63F00;
  border-radius: 40px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 6px; }

/*--[ Breadcrumb ]--------------------------------------------------------------------------------*/
.breadcrumb {
  padding: 0 0 1em 0;
  margin-bottom: 3em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
  .breadcrumb .breadcrumb-title {
    font-weight: bold; }

/*--[ Single Product ]--------------------------------------------------------------------------------*/
.woocommerce .images {
  margin-bottom: 1.5em; }
  .woocommerce .images img {
    width: auto;
    height: auto; }
  .woocommerce .images a {
    display: block;
    margin-bottom: .5em; }
  .woocommerce .images .thumbnails {
    overflow: hidden;
    zoom: 1; }
    .woocommerce .images .thumbnails a {
      float: left;
      width: 30.75%;
      margin-right: 3.8%; }
      .woocommerce .images .thumbnails a.last {
        margin-right: 0; }
      .woocommerce .images .thumbnails a.first {
        clear: both; }

.woocommerce .summary {
  margin-bottom: 1.5em; }
  .woocommerce .summary h1.product_title {
    margin-bottom: 1em; }
  .woocommerce .summary form {
    padding: 1.5em 0.8em;
    margin-bottom: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    border-right: 0; }
  .woocommerce .summary p {
    margin-bottom: 1.5em; }
  .woocommerce .summary p.price {
    font-weight: bold;
    font-size: 1.6em;
    border: none;
    padding: 0;
    margin-bottom: .8em; }
    .woocommerce .summary p.price del {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .woocommerce .summary p.price ins {
      text-decoration: none;
      padding-left: .5em; }
  .woocommerce .summary table.variations {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1em; }
    .woocommerce .summary table.variations tr td {
      border: 0;
      padding: 0.857em 1.387em;
      border-right: 1px dotted rgba(0, 0, 0, 0.1);
      text-align: left;
      vertical-align: top; }
  .woocommerce .summary table.group_table .out-of-stock {
    display: block;
    color: #900; }
  .woocommerce .summary .quantity {
    float: left;
    margin: 0 1em 0 0; }
  .woocommerce .summary a.reset_variations {
    display: block; }
    .woocommerce .summary a.reset_variations:before {
      content: ""; }

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  padding: .5em 1em;
  vertical-align: middle; }
  .woocommerce table.shop_attributes th p:last-child, .woocommerce table.shop_attributes td p:last-child {
    margin-bottom: 0 !important; }

.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3em; }
  .woocommerce .woocommerce_tabs ul.tabs, .woocommerce .woocommerce-tabs ul.tabs {
    overflow: hidden;
    zoom: 1;
    list-style: none; }
    .woocommerce .woocommerce_tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li {
      float: left;
      list-style-type: none; }
      .woocommerce .woocommerce_tabs ul.tabs li a, .woocommerce .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        padding: .5em 1em;
        border-top: 2px solid rgba(255, 255, 255, 0.1); }
    .woocommerce .woocommerce_tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li.active a {
      border-top: 2px solid; }
  .woocommerce .woocommerce_tabs p, .woocommerce .woocommerce-tabs p {
    margin-bottom: 1.5em; }
  .woocommerce .woocommerce_tabs #comments, .woocommerce .woocommerce-tabs #comments {
    border: 0;
    margin: 0;
    padding: 0; }
  .woocommerce .woocommerce_tabs .panel, .woocommerce .woocommerce-tabs .panel {
    padding: 1em 0 0; }
    .woocommerce .woocommerce_tabs .panel h2, .woocommerce .woocommerce-tabs .panel h2 {
      margin-bottom: .7em; }

.woocommerce .product_meta {
  padding: .5em 0;
  margin-bottom: 1.5em; }

.woocommerce .social {
  text-align: right; }
  .woocommerce .social iframe {
    float: left; }

.woocommerce #main div.product {
  position: relative; }

.woocommerce #main .onsale {
  top: 6px;
  left: 6px; }

.woocommerce #tab-description ol, .woocommerce #tab-description ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px; }

.woocommerce #tab-description ol li {
  list-style: decimal;
  list-style-type: decimal; }

.woocommerce #tab-description ul li {
  list-style: disc;
  list-style-type: disc; }

.woocommerce .related, .woocommerce .upsells {
  clear: both; }

.woocommerce .related h2, .woocommerce .upsells h2 {
  margin-bottom: 1em; }

.woocommerce-product-gallery {
  position: relative; }
  .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box; }
    .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border: 2px solid #000;
      border-radius: 100%;
      position: absolute;
      top: 9px;
      left: 9px;
      box-sizing: content-box; }
    .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
      content: "";
      display: block;
      width: 2px;
      height: 8px;
      background: #000;
      border-radius: 6px;
      position: absolute;
      top: 19px;
      left: 22px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      box-sizing: content-box; }
    .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
      display: none !important; }
  .woocommerce-product-gallery img {
    margin: 0; }
  .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 2%;
    margin-right: 2%; }
  .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0; }
    .woocommerce-product-gallery .flex-control-thumbs::after {
      clear: both;
      content: "";
      display: block; }
    .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      margin-bottom: 2%;
      cursor: pointer; }
      .woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: .5;
        -webkit-transition: all,ease,.2s;
        -moz-transition: all,ease,.2s;
        transition: all,ease,.2s; }
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          opacity: 1; }
      .woocommerce-product-gallery .flex-control-thumbs li:hover img {
        opacity: 1; }
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 49%;
    float: left;
    margin-right: 2%; }
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
      clear: both; }
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
      margin-right: 0; }
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 32%;
    float: left;
    margin-right: 2%; }
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
      clear: both; }
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
      margin-right: 0; }
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 23%;
    float: left;
    margin-right: 2%; }
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
      clear: both; }
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
      margin-right: 0; }

/*--[ Reviews ]--------------------------------------------------------------------------------*/
#reviews h2 {
  margin-bottom: .75em; }

#reviews .commentlist {
  margin-bottom: 20px; }
  #reviews .commentlist li {
    background: none !important;
    padding-bottom: 1.618em; }
    #reviews .commentlist li::after {
      clear: both;
      content: "";
      display: block; }

#reviews .comment.bypostauthor {
  background: none;
  border: 0; }

#reviews .comment.thread-even {
  border: 0;
  background: none; }

#reviews .comment_container {
  padding: 20px 0; }

#reviews .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

#reviews img.avatar {
  width: 3.85%;
  padding: .5%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  float: left; }

#reviews .comment-text {
  width: 91.35%;
  float: right;
  *width: 86%;
  *margin-right: 30px; }
  #reviews .comment-text p:last-child {
    margin-bottom: 0; }

#reviews .star-rating {
  float: right; }

#fancybox-outer {
  padding: 20px; }
  #fancybox-outer #respond {
    margin-top: 0; }

/*--[ Messages and Alerts ]--------------------------------------------------------------------------------*/
.woocommerce_message, .woocommerce_info, .woocommerce_error, .woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding: 1em 1em 1em 2.618em !important;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 1.618em !important;
  border-radius: .327em;
  color: rgba(0, 0, 0, 0.6); }
  .woocommerce_message::after, .woocommerce_info::after, .woocommerce_error::after, .woocommerce-message::after, .woocommerce-info::after, .woocommerce-error::after {
    clear: both;
    content: "";
    display: block; }
  .woocommerce_message:before, .woocommerce_info:before, .woocommerce_error:before, .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before {
    content: "";
    position: absolute;
    top: 1.387em;
    left: 1em; }
  .woocommerce_message .button, .woocommerce_info .button, .woocommerce_error .button, .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
    float: right;
    font-size: .857em;
    margin-left: 1em; }

.woocommerce_message, .woocommerce-message {
  background-color: #edfcd5; }
  .woocommerce_message:before, .woocommerce-message:before {
    content: "\f05d";
    color: rgba(0, 0, 0, 0.4); }

.woocommerce_info, .woocommerce-info {
  background-color: #eee; }
  .woocommerce_info:before, .woocommerce-info:before {
    content: "\f05a";
    color: rgba(0, 0, 0, 0.4); }

.woocommerce_error, .woocommerce-error {
  background-color: #ffd9c8; }
  .woocommerce_error:before, .woocommerce-error:before {
    content: "\f05c";
    color: rgba(0, 0, 0, 0.4); }

.entry ul.woocommerce-error, .entry ul.woocommerce_error {
  background-color: #ffd9c8;
  margin-left: 0 !important;
  list-style: none; }

.entry ul.woocommerce-error li, .entry ul.woocommerce_error li {
  list-style: none; }

.stock.out-of-stock:before, .stock.in-stock:before {
  content: ""; }

.stock.out-of-stock:before {
  content: "\f05c";
  color: rgba(0, 0, 0, 0.4); }

.stock.in-stock:before {
  content: "\f05d";
  color: rgba(0, 0, 0, 0.4); }

/*--[ Widgets ]--------------------------------------------------------------------------------*/
.widget ul.product_list_widget {
  list-style: none;
  padding: 0; }
  .widget ul.product_list_widget li {
    clear: left;
    overflow: hidden;
    zoom: 1;
    margin-bottom: .5em; }
    .widget ul.product_list_widget li a {
      display: block;
      padding-left: 0; }
      .widget ul.product_list_widget li a.remove {
        float: left;
        color: #C63F00 !important;
        font-weight: bold;
        margin-right: 5px; }
    .widget ul.product_list_widget li img {
      float: right;
      margin: 0 0 .5em .5em;
      padding: 3px;
      background: #fff;
      width: 32px;
      height: auto;
      border: 1px solid #e6e6e6 !important; }
    .widget ul.product_list_widget li dl.variation {
      overflow: hidden;
      zoom: 1; }
      .widget ul.product_list_widget li dl.variation dt {
        font-weight: bold;
        float: left;
        clear: left;
        margin-right: .3em; }
      .widget ul.product_list_widget li dl.variation dd {
        float: left; }
    .widget ul.product_list_widget li .star-rating {
      float: none;
      margin-bottom: .25em; }

.widget_price_filter .ui-state-default, .widget_price_filter .ui-widget-content .ui-state-default, .widget_price_filter .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #555555; }

.widget_price_filter .ui-state-hover, .widget_price_filter .ui-widget-content .ui-state-hover, .widget_price_filter .ui-widget-header .ui-state-hover, .widget_price_filter .ui-state-focus, .widget_price_filter .ui-widget-content .ui-state-focus, .widget_price_filter .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121; }

.widget_price_filter .ui-state-active, .widget_price_filter .ui-widget-content .ui-state-active, .widget_price_filter .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }

.widget_price_filter .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.widget_price_filter .price_slider_wrapper .ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold; }

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

.widget_price_filter .ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.widget_price_filter .price_slider {
  border: 0 !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
  margin: 0 12px 1.5em; }

.widget_price_filter .ui-widget-header {
  border: 0 !important;
  background: rgba(0, 0, 0, 0.1) !important; }

.widget_price_filter .ui-slider-handle {
  border-radius: 20px;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  cursor: pointer; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.5em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_layered_nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .widget_layered_nav ul li {
    overflow: hidden;
    zoom: 1; }
    .widget_layered_nav ul li a {
      float: left;
      padding-left: 0; }
    .widget_layered_nav ul li .count {
      float: right;
      line-height: 22px;
      background: rgba(0, 0, 0, 0.025);
      padding: 0 8px;
      border-radius: 10px;
      font-weight: bold;
      margin-bottom: .327em; }
  .widget_layered_nav ul li.chosen a:before {
    content: "";
    content: "\f00d";
    color: red; }

/*--[ Quantity incrementer ]--------------------------------------------------------------------------------*/
.quantity {
  position: relative; }
  .quantity::after {
    clear: both;
    content: "";
    display: block; }
  .quantity .plus, .quantity .minus, .quantity .qty {
    float: left;
    margin: 0 .53em 0 0; }
  .quantity .qty {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .53em;
    width: 3.8em;
    text-align: center;
    line-height: 1; }
  .quantity .plus, .quantity .minus {
    position: relative;
    top: .618em;
    width: 16px;
    height: 16px;
    padding: 0;
    text-align: center;
    background: #428bca;
    border: 0;
    color: #fff;
    line-height: 0;
    border-radius: 300px;
    cursor: pointer;
    font-size: 12px; }

/*--[ Buttons ]-------------------------------------------------------------------------------------*/
.button-alt {
  font-family: Verdana, Geneva, Arial, sans-serif;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff !important;
  text-decoration: none;
  border: none;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background-color: #e4954a;
  background-image: -webkit-linear-gradient(to right bottom, #e4954a, #da7b21);
  background-image: -o-linear-gradient(to right bottom, #e4954a, #da7b21);
  background-image: -moz-linear-gradient(to right bottom, #e4954a, #da7b21);
  background-image: linear-gradient(to right bottom, #e4954a, #da7b21);
  border: 1px solid #da7b21;
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.1em; }
  .button-alt:hover {
    background-color: #ebaf76;
    background-image: -webkit-linear-gradient(to right bottom, #ebaf76, #da7b21);
    background-image: -o-linear-gradient(to right bottom, #ebaf76, #da7b21);
    background-image: -moz-linear-gradient(to right bottom, #ebaf76, #da7b21);
    background-image: linear-gradient(to right bottom, #ebaf76, #da7b21);
    text-decoration: none; }

.button-alt:active {
  top: 1px; }

/*--[ Star ratings ]--------------------------------------------------------------------------------*/
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 4.7em;
  font-family: "fontawesome"; }
  .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0; }

/* Sidebar / footer stars */
.widget .star-rating {
  font-size: .8em; }

.comment-form-rating {
  clear: both; }

p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em; }
  p.stars::after {
    clear: both;
    content: "";
    display: block; }
  p.stars a {
    width: 19%;
    display: block;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .5em .5em .75em;
    background: rgba(0, 0, 0, 0.025);
    margin-right: 1%;
    border-radius: 4px;
    font-weight: bold; }
    p.stars a:hover, p.stars a.active {
      background: rgba(0, 0, 0, 0.075); }
    p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
      font-family: "FontAwesome";
      content: "\f005";
      position: absolute;
      top: .85em;
      width: 5.3em;
      right: 1em;
      font-size: .5em;
      border-radius: 1em;
      color: #999;
      text-align: right;
      font-weight: normal; }
    p.stars a.star-1:hover, p.stars a.star-2:hover, p.stars a.star-3:hover, p.stars a.star-4:hover, p.stars a.star-5:hover {
      text-decoration: none; }
    p.stars a.star-1:after {
      content: "\f005"; }
    p.stars a.star-2:after {
      content: "\f005\f005"; }
    p.stars a.star-3:after {
      content: "\f005\f005\f005"; }
    p.stars a.star-4:after {
      content: "\f005\f005\f005\f005"; }
    p.stars a.star-5:after {
      content: "\f005\f005\f005\f005\f005"; }

/**
 * Cart
 */
body.woocommerce-cart #navigation ul.cart a.cart-contents + ul {
  display: none; }

table.cart .product-thumbnail, table.cart .product-price {
  display: none; }

table.cart .actions {
  text-align: right; }
  table.cart .actions .coupon {
    float: left; }

table.cart a.remove {
  color: #fff;
  background: #c00;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  line-height: .93;
  text-align: center;
  border-radius: 100%; }
  table.cart a.remove:hover {
    text-decoration: none;
    background: #f00; }

table.cart td {
  vertical-align: middle; }

table.cart img {
  padding: 3px !important; }

table.cart .quantity {
  margin: 0; }
  table.cart .quantity input {
    margin-bottom: 0; }

table.my_account_orders {
  font-size: 0.8751em; }

.cart_totals select {
  width: 100%; }

/*--[ The cart ]--------------------------------------------------------------------------------*/
table.cart img {
  width: 32px;
  height: auto; }

table.cart td.actions .coupon {
  text-align: left;
  margin-bottom: 0; }
  table.cart td.actions .coupon label {
    display: none; }
  table.cart td.actions .coupon #shareyourcart_button {
    float: left; }

table.cart td.actions .button, table.cart td.actions .checkout-button, table.cart td.actions .input-text {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: .5em !important;
  text-align: center; }

table.cart td.actions .checkout-button {
  margin-bottom: 0 !important; }

.cart-collaterals {
  overflow: hidden;
  zoom: 1; }
  .cart-collaterals .shipping_calculator {
    clear: right; }
    .cart-collaterals .shipping_calculator h2 {
      font-size: 1.387em; }
      .cart-collaterals .shipping_calculator h2 a {
        display: block; }
        .cart-collaterals .shipping_calculator h2 a:before {
          content: "";
          content: "\f0ac"; }
        .cart-collaterals .shipping_calculator h2 a:hover {
          text-decoration: none; }
  .cart-collaterals #shipping_method {
    padding: 0 !important;
    list-style: none !important; }
    .cart-collaterals #shipping_method li {
      list-style: none !important; }
  .cart-collaterals .cross-sells {
    float: left; }
    .cart-collaterals .cross-sells ul.products {
      margin-left: 0 !important;
      padding-left: 0 !important; }
      .cart-collaterals .cross-sells ul.products li {
        width: 48%; }
  .cart-collaterals .cart_totals .checkout-button {
    margin-bottom: 0 !important;
    padding: 1em 1.387em; }
    .cart-collaterals .cart_totals .checkout-button:after {
      font-family: "FontAwesome";
      content: "\f178";
      margin-left: .618em; }

/*--[ Product Ordering ]--------------------------------------------------------------------------------*/
.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-result-count,
.woocomerce-ordering {
  width: 50%;
  float: left;
  margin-bottom: 1.618em; }

.woocommerce_ordering,
.woocommerce-ordering {
  text-align: right; }

/*--[ The Checkout ]--------------------------------------------------------------------------------*/
#shiptobilling {
  float: right; }
  #shiptobilling input {
    float: left; }

.create-account {
  float: left; }

.payment_methods {
  margin: 0 0 1.5em 0 !important;
  padding: 0 !important;
  list-style: none !important; }
  .payment_methods li {
    list-style: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: .5em 0;
    overflow: hidden; }
    .payment_methods li img {
      float: right;
      max-height: 50px;
      padding: 0 !important;
      border: none !important; }

.payment_box fieldset {
  margin-bottom: 0; }

.payment_box .form-row .woocommerce-select {
  width: 30.75%;
  float: left;
  margin-right: 3.8%; }

.payment_methods + .form-row {
  width: 100%; }
  .payment_methods + .form-row #place_order {
    float: right; }
  .payment_methods + .form-row label {
    display: inline; }
  .payment_methods + .form-row input {
    float: left; }

.required {
  color: #c00;
  border: 0; }

/*--[ User Account ]--------------------------------------------------------------------------------*/
ul.order_details {
  list-style: none;
  border: 1px solid #ddd;
  position: relative;
  border-radius: .327em;
  list-style: none !important;
  padding: 0 !important; }
  ul.order_details::after {
    clear: both;
    content: "";
    display: block; }
  ul.order_details li {
    float: left;
    padding: 1em 1.618em;
    border-right: 1px solid #ddd;
    font-size: .8em;
    text-transform: uppercase;
    list-style: none !important; }
    ul.order_details li strong {
      display: block;
      font-size: 1.387em;
      text-transform: none; }

.woocommerce-account .addresses address {
  clear: both; }

.order-actions .button {
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .woocommerce-MyAccount-content {
    width: 78%;
    float: right; } }

.woocommerce-MyAccount-navigation ul {
  float: left;
  list-style: none;
  margin-left: -30px; }

li.woocommerce-MyAccount-navigation-link {
  padding: 1em 0;
  border-bottom: 1px solid #e6e6e6; }

@media only screen and (max-width: 767px) {
  table.cart .product-thumbnail, table.cart .product-price, table.cart .product-quantity {
    left: -999em;
    position: absolute; } }

/* Desktop Styles */
@media only screen and (min-width: 768px) {
  .woocommerce-demo-store #top, .wocommerce-demo-store .nav-toggle {
    margin-top: 3.25em; }
  .col2-set {
    clear: both; }
    .col2-set::after {
      clear: both;
      content: "";
      display: block; }
    .col2-set .col-1 {
      width: 49%;
      float: left; }
    .col2-set .col-2 {
      width: 49%;
      float: right; }
  .form-row {
    width: 49%;
    float: left; }
    .form-row label {
      display: block; }
    .form-row .input-text, .form-row select {
      width: 100%;
      *width: 90%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .form-row input[type=checkbox] {
      float: left; }
    .form-row.notes {
      width: 100%; }
      .form-row.notes textarea {
        width: 100%;
        *width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
  .form-row-first {
    clear: left; }
  .form-row-last {
    float: right; }
  .form-row-wide {
    float: left;
    width: 100%;
    clear: both; }
  .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator, .cart-collaterals .cross-sells {
    width: 48%;
    float: right; }
  .cart-collaterals .cross-sells {
    float: left; }
  .woocommerce.one-col .related, .woocommerce.one-col .upsells {
    width: 100%; }
  .woocommerce.one-col .related {
    float: left; }
  .woocommerce.one-col .upsells {
    float: right; }
    .woocommerce.one-col .upsells ul {
      float: left;
      width: 100%; }
  .woocommerce .images {
    width: 48%;
    margin-right: 3.8%;
    float: left; }
  .woocommerce .summary {
    width: 48%;
    float: right;
    margin-bottom: 1.5em; }
  ul.products li.product {
    clear: none;
    width: 22%;
    margin-right: 3.8%; }
    ul.products li.product:nth-child(2n) {
      float: left; }
    ul.products li.product.first {
      clear: left; }
    ul.products li.product.last {
      margin-right: 0; }
  table.cart .product-remove, table.cart .product-thumbnail, table.cart .product-price {
    display: table-cell; }
  table.cart td.actions {
    text-align: right; }
    table.cart td.actions .coupon {
      width: 50%;
      float: left; }
    table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button {
      width: auto;
      display: inline-block;
      margin-bottom: 0 !important; }
  .woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0; }
  .woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
    width: 48%; }
  .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
    width: 30.75%; }
  .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
    width: 22.05%; }
  .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
    width: 16.95%; }
  .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
    width: 13.5%; }
  #main div[class*="col"] .woocommerce:not([class*="columns-"]) .products li.product {
    width: 100%; } }
