@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@font-face {
  font-family: 'woo-icons';
  src: url("f/woo-icons.eot");
  src: url("f/woo-icons.eot?#iefix") format("embedded-opentype"), url("f/woo-icons.woff") format("woff"), url("f/woo-icons.ttf") format("truetype"), url("f/woo-icons.svg#woo-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

p.demo_store {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #DFB86F;
  border-bottom: 1px solid #DFB86F;
  background-image: none;
  background-color: #FFFAD2;
  color: #DFB86F;
  font-weight: normal;
  font-size: 13px;
  line-height: 28px;
  height: 30px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.admin-bar p.demo_store {
  top: 28px; }

.thb-mini-cart-icon {
  position: absolute;
  right: 20px;
  top: auto;
  width: 40px;
  height: 40px; }

#thb-cart-trigger {
  font-family: "woo-icons";
  width: 40px;
  height: 40px;
  font-style: normal !important;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  float: right;
  cursor: pointer;
  color: #333333; }
  #thb-cart-trigger:hover {
    color: #333333; }

.thb-mini-cart-active .thb_mini_cart_wrapper {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.thb-product-numbers {
  display: none;
  position: absolute;
  top: -3px;
  right: -5px;
  color: #fff;
  background-color: #e74c3c;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 5px; }
  .thb-product-numbers.minicart-full {
    display: block; }

.woocommerce-page .thb_mini_cart_wrapper .button {
  border: none;
  background-image: none;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 14px;
  font-weight: bold;
  background-color: #e74c3c;
  color: white;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 10px;
  width: auto;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .woocommerce-page .thb_mini_cart_wrapper .button:hover {
    background-color: #ea6153; }
  .woocommerce-page .thb_mini_cart_wrapper .button:active {
    background-color: #e43725; }
  .woocommerce-page .thb_mini_cart_wrapper .button:hover, .woocommerce-page .thb_mini_cart_wrapper .button:active {
    background-image: none;
    text-shadow: none; }

.thb_mini_cart_wrapper {
  border-top: 2px solid #e74c3c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 40px;
  right: -20px;
  width: 260px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 20px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .thb_mini_cart_wrapper .button {
    border: none;
    background-image: none;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 14px;
    font-weight: bold;
    background-color: #e74c3c;
    color: white;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 6px 10px;
    width: auto;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .thb_mini_cart_wrapper .button:hover {
      background-color: #ea6153; }
    .thb_mini_cart_wrapper .button:active {
      background-color: #e43725; }
    .thb_mini_cart_wrapper .button:hover, .thb_mini_cart_wrapper .button:active {
      background-image: none;
      text-shadow: none; }
  .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li {
    padding: 0;
    margin-bottom: 20px; }
    .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li.empty {
      margin-bottom: 0; }
    .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li a {
      color: #333333;
      font-size: 14px;
      line-height: 1.1;
      margin-bottom: 5px;
      font-weight: bold;
      display: block; }
      .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li a:hover {
        color: #e74c3c; }
      .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li a img {
        float: right;
        margin-left: 10px;
        width: 40px;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li span {
      font-weight: 300;
      font-size: 13px; }
    .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li del,
    .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li .from {
      margin-right: 5px;
      color: #999;
      font-size: .85em; }
    .thb_mini_cart_wrapper .widget_shopping_cart_content .product_list_widget li ins {
      text-decoration: none; }
  .thb_mini_cart_wrapper .widget_shopping_cart_content .total {
    border-top: 3px double #333;
    padding: 10px 0 20px;
    margin-top: 20px;
    font-size: 14px; }
    .thb_mini_cart_wrapper .widget_shopping_cart_content .total .amount {
      font-weight: 900; }

.logo-right.thb-w-mini-cart .thb-site-header .thb-mini-cart-icon {
  left: 20px;
  right: auto; }
.logo-right.thb-w-mini-cart .thb-site-header .thb_mini_cart_wrapper {
  left: -20px;
  right: auto; }

.thb-menu-layout-vert.logo-right.thb-w-mini-cart .thb-site-header #main-nav .menu {
  margin-left: 80px; }

.thb-menu-layout-horz.logo-right.thb-w-mini-cart .thb-site-header #main-nav,
.thb-menu-layout-horz-fixed.logo-right.thb-w-mini-cart .thb-site-header #main-nav {
  margin-left: 80px;
  margin-right: 0; }
.thb-menu-layout-horz.thb-w-mini-cart .thb-site-header #main-nav,
.thb-menu-layout-horz-fixed.thb-w-mini-cart .thb-site-header #main-nav {
  margin-right: 80px; }

.woocommerce ul.products,
.woocommerce-page ul.products {
  margin: 0 20px; }
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  margin: 0 20px; }
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
  margin-bottom: 0; }

#content .thb-text .woocommerce ul.products,
#content .thb-text .woocommerce nav.woocommerce-pagination {
  margin: 0; }

.woocommerce-page #content {
  padding: 0; }

#content .thb-text .woocommerce .col2-set,
.woocommerce-page #page-content .col2-set {
  *zoom: 1;
  width: 100%; }
  #content .thb-text .woocommerce .col2-set:after, #content .thb-text .woocommerce .col2-set:before,
  .woocommerce-page #page-content .col2-set:after,
  .woocommerce-page #page-content .col2-set:before {
    content: "";
    display: table; }
  #content .thb-text .woocommerce .col2-set:after,
  .woocommerce-page #page-content .col2-set:after {
    clear: both; }
  #content .thb-text .woocommerce .col2-set .col-1,
  .woocommerce-page #page-content .col2-set .col-1 {
    float: left;
    width: 464px; }
  #content .thb-text .woocommerce .col2-set .col-2,
  .woocommerce-page #page-content .col2-set .col-2 {
    float: right;
    width: 464px; }
#content .thb-text .woocommerce span.onsale,
.woocommerce-page #page-content span.onsale {
  background: #e74c3c;
  text-shadow: none;
  min-height: 40px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 39px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100%;
  z-index: 10; }
#content .thb-text .woocommerce .woocommerce-message,
#content .thb-text .woocommerce .woocommerce-error,
#content .thb-text .woocommerce .woocommerce-info,
.woocommerce-page #page-content .woocommerce-message,
.woocommerce-page #page-content .woocommerce-error,
.woocommerce-page #page-content .woocommerce-info {
  *zoom: 1;
  border-radius: 0;
  background-image: none;
  background-color: #eaeaea;
  color: #333333;
  border-top: none;
  padding: 10px 20px !important;
  text-shadow: none;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 20px 40px; }
  #content .thb-text .woocommerce .woocommerce-message:after, #content .thb-text .woocommerce .woocommerce-message:before,
  #content .thb-text .woocommerce .woocommerce-error:after,
  #content .thb-text .woocommerce .woocommerce-error:before,
  #content .thb-text .woocommerce .woocommerce-info:after,
  #content .thb-text .woocommerce .woocommerce-info:before,
  .woocommerce-page #page-content .woocommerce-message:after,
  .woocommerce-page #page-content .woocommerce-message:before,
  .woocommerce-page #page-content .woocommerce-error:after,
  .woocommerce-page #page-content .woocommerce-error:before,
  .woocommerce-page #page-content .woocommerce-info:after,
  .woocommerce-page #page-content .woocommerce-info:before {
    content: "";
    display: table; }
  #content .thb-text .woocommerce .woocommerce-message:after,
  #content .thb-text .woocommerce .woocommerce-error:after,
  #content .thb-text .woocommerce .woocommerce-info:after,
  .woocommerce-page #page-content .woocommerce-message:after,
  .woocommerce-page #page-content .woocommerce-error:after,
  .woocommerce-page #page-content .woocommerce-info:after {
    clear: both; }
  #content .thb-text .woocommerce .woocommerce-message:before,
  #content .thb-text .woocommerce .woocommerce-error:before,
  #content .thb-text .woocommerce .woocommerce-info:before,
  .woocommerce-page #page-content .woocommerce-message:before,
  .woocommerce-page #page-content .woocommerce-error:before,
  .woocommerce-page #page-content .woocommerce-info:before {
    display: none; }
  #content .thb-text .woocommerce .woocommerce-message .button,
  #content .thb-text .woocommerce .woocommerce-error .button,
  #content .thb-text .woocommerce .woocommerce-info .button,
  .woocommerce-page #page-content .woocommerce-message .button,
  .woocommerce-page #page-content .woocommerce-error .button,
  .woocommerce-page #page-content .woocommerce-info .button {
    background-color: transparent;
    text-transform: normal;
    padding: 0; }
    #content .thb-text .woocommerce .woocommerce-message .button:hover, #content .thb-text .woocommerce .woocommerce-message .button:active,
    #content .thb-text .woocommerce .woocommerce-error .button:hover,
    #content .thb-text .woocommerce .woocommerce-error .button:active,
    #content .thb-text .woocommerce .woocommerce-info .button:hover,
    #content .thb-text .woocommerce .woocommerce-info .button:active,
    .woocommerce-page #page-content .woocommerce-message .button:hover,
    .woocommerce-page #page-content .woocommerce-message .button:active,
    .woocommerce-page #page-content .woocommerce-error .button:hover,
    .woocommerce-page #page-content .woocommerce-error .button:active,
    .woocommerce-page #page-content .woocommerce-info .button:hover,
    .woocommerce-page #page-content .woocommerce-info .button:active {
      background-color: transparent; }
  #content .thb-text .woocommerce .woocommerce-message li:before,
  #content .thb-text .woocommerce .woocommerce-error li:before,
  #content .thb-text .woocommerce .woocommerce-info li:before,
  .woocommerce-page #page-content .woocommerce-message li:before,
  .woocommerce-page #page-content .woocommerce-error li:before,
  .woocommerce-page #page-content .woocommerce-info li:before {
    display: none; }
#content .thb-text .woocommerce .woocommerce-message,
.woocommerce-page #page-content .woocommerce-message {
  background: #2ecc71;
  color: #fff; }
#content .thb-text .woocommerce .woocommerce-info,
.woocommerce-page #page-content .woocommerce-info {
  border-left: 5px solid #3498db; }
  #content .thb-text .woocommerce .woocommerce-info a,
  .woocommerce-page #page-content .woocommerce-info a {
    color: #999999; }
    #content .thb-text .woocommerce .woocommerce-info a:hover,
    .woocommerce-page #page-content .woocommerce-info a:hover {
      color: #e74c3c; }
#content .thb-text .woocommerce .woocommerce-error,
.woocommerce-page #page-content .woocommerce-error {
  background: #c0392b;
  color: #fff; }
#content .thb-text .woocommerce nav.woocommerce-pagination,
.woocommerce-page #page-content nav.woocommerce-pagination {
  text-align: left; }
  #content .thb-text .woocommerce nav.woocommerce-pagination ul,
  .woocommerce-page #page-content nav.woocommerce-pagination ul {
    text-align: center;
    margin: 0 20px 0;
    border: none;
    font-size: 0;
    line-height: 0;
    clear: both;
    *zoom: 1; }
    #content .thb-text .woocommerce nav.woocommerce-pagination ul:after, #content .thb-text .woocommerce nav.woocommerce-pagination ul:before,
    .woocommerce-page #page-content nav.woocommerce-pagination ul:after,
    .woocommerce-page #page-content nav.woocommerce-pagination ul:before {
      content: "";
      display: table; }
    #content .thb-text .woocommerce nav.woocommerce-pagination ul:after,
    .woocommerce-page #page-content nav.woocommerce-pagination ul:after {
      clear: both; }
    #content .thb-text .woocommerce nav.woocommerce-pagination ul li,
    .woocommerce-page #page-content nav.woocommerce-pagination ul li {
      display: inline-block;
      margin-right: 5px;
      border: none; }
      #content .thb-text .woocommerce nav.woocommerce-pagination ul li span, #content .thb-text .woocommerce nav.woocommerce-pagination ul li a,
      .woocommerce-page #page-content nav.woocommerce-pagination ul li span,
      .woocommerce-page #page-content nav.woocommerce-pagination ul li a {
        font-size: 14px;
        line-height: 20px;
        display: block;
        border: 2px solid;
        padding: 4px 7px; }
        #content .thb-text .woocommerce nav.woocommerce-pagination ul li span.current, #content .thb-text .woocommerce nav.woocommerce-pagination ul li a.current,
        .woocommerce-page #page-content nav.woocommerce-pagination ul li span.current,
        .woocommerce-page #page-content nav.woocommerce-pagination ul li a.current {
          background: #e74c3c;
          color: #fff;
          border-color: #e74c3c; }
      #content .thb-text .woocommerce nav.woocommerce-pagination ul li a,
      .woocommerce-page #page-content nav.woocommerce-pagination ul li a {
        color: #cccccc; }
        #content .thb-text .woocommerce nav.woocommerce-pagination ul li a:hover,
        .woocommerce-page #page-content nav.woocommerce-pagination ul li a:hover {
          color: #333333; }
#content .thb-text .woocommerce form .form-row,
.woocommerce-page #page-content form .form-row {
  padding: 0; }
  #content .thb-text .woocommerce form .form-row label,
  .woocommerce-page #page-content form .form-row label {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold; }
#content .thb-text .woocommerce .button,
#content .thb-text .woocommerce input.button,
#content .thb-text .woocommerce input.button.alt,
.woocommerce-page #page-content .button,
.woocommerce-page #page-content input.button,
.woocommerce-page #page-content input.button.alt {
  border: none;
  background-image: none;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 14px;
  font-weight: bold;
  background-color: #e74c3c;
  color: white;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 10px;
  width: auto; }
  #content .thb-text .woocommerce .button:hover,
  #content .thb-text .woocommerce input.button:hover,
  #content .thb-text .woocommerce input.button.alt:hover,
  .woocommerce-page #page-content .button:hover,
  .woocommerce-page #page-content input.button:hover,
  .woocommerce-page #page-content input.button.alt:hover {
    background-color: #ea6153; }
  #content .thb-text .woocommerce .button:active,
  #content .thb-text .woocommerce input.button:active,
  #content .thb-text .woocommerce input.button.alt:active,
  .woocommerce-page #page-content .button:active,
  .woocommerce-page #page-content input.button:active,
  .woocommerce-page #page-content input.button.alt:active {
    background-color: #e43725; }
  #content .thb-text .woocommerce .button:hover, #content .thb-text .woocommerce .button:active,
  #content .thb-text .woocommerce input.button:hover,
  #content .thb-text .woocommerce input.button:active,
  #content .thb-text .woocommerce input.button.alt:hover,
  #content .thb-text .woocommerce input.button.alt:active,
  .woocommerce-page #page-content .button:hover,
  .woocommerce-page #page-content .button:active,
  .woocommerce-page #page-content input.button:hover,
  .woocommerce-page #page-content input.button:active,
  .woocommerce-page #page-content input.button.alt:hover,
  .woocommerce-page #page-content input.button.alt:active {
    background-image: none;
    text-shadow: none; }
#content .thb-text .woocommerce .shop_table,
.woocommerce-page #page-content .shop_table {
  border: none;
  border-radius: 0; }
  #content .thb-text .woocommerce .shop_table a.remove,
  .woocommerce-page #page-content .shop_table a.remove {
    border-radius: 0; }
  #content .thb-text .woocommerce .shop_table td, #content .thb-text .woocommerce .shop_table th,
  .woocommerce-page #page-content .shop_table td,
  .woocommerce-page #page-content .shop_table th {
    padding: 10px 0; }
  #content .thb-text .woocommerce .shop_table thead th,
  .woocommerce-page #page-content .shop_table thead th {
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px; }
  #content .thb-text .woocommerce .shop_table tbody tr:first-of-type td,
  #content .thb-text .woocommerce .shop_table tfoot tr:first-of-type td,
  #content .thb-text .woocommerce .shop_table tfoot tr:first-of-type th,
  .woocommerce-page #page-content .shop_table tbody tr:first-of-type td,
  .woocommerce-page #page-content .shop_table tfoot tr:first-of-type td,
  .woocommerce-page #page-content .shop_table tfoot tr:first-of-type th {
    border-top-color: #333333; }
  #content .thb-text .woocommerce .shop_table tr:nth-child(even) td,
  .woocommerce-page #page-content .shop_table tr:nth-child(even) td {
    background: transparent; }
  #content .thb-text .woocommerce .shop_table td,
  .woocommerce-page #page-content .shop_table td {
    border-top-color: #eaeaea;
    vertical-align: middle; }
    #content .thb-text .woocommerce .shop_table td.product-name,
    .woocommerce-page #page-content .shop_table td.product-name {
      font-weight: bold;
      font-size: 13px; }
      #content .thb-text .woocommerce .shop_table td.product-name a,
      .woocommerce-page #page-content .shop_table td.product-name a {
        color: #333333; }
        #content .thb-text .woocommerce .shop_table td.product-name a:hover,
        .woocommerce-page #page-content .shop_table td.product-name a:hover {
          color: #e74c3c; }
  #content .thb-text .woocommerce .shop_table .product-thumbnail img,
  .woocommerce-page #page-content .shop_table .product-thumbnail img {
    width: 40px;
    height: auto; }
  #content .thb-text .woocommerce .shop_table tbody .product-subtotal,
  .woocommerce-page #page-content .shop_table tbody .product-subtotal {
    font-weight: bold; }
  #content .thb-text .woocommerce .shop_table .variation,
  .woocommerce-page #page-content .shop_table .variation {
    color: #999;
    font-size: 12px;
    line-height: 1.25; }
  #content .thb-text .woocommerce .shop_table .quantity,
  .woocommerce-page #page-content .shop_table .quantity {
    margin: 0; }
    #content .thb-text .woocommerce .shop_table .quantity .minus,
    #content .thb-text .woocommerce .shop_table .quantity .plus,
    .woocommerce-page #page-content .shop_table .quantity .minus,
    .woocommerce-page #page-content .shop_table .quantity .plus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      text-shadow: none;
      background-image: none;
      color: #fff;
      border: none;
      background: #e74c3c; }
      #content .thb-text .woocommerce .shop_table .quantity .minus:hover,
      #content .thb-text .woocommerce .shop_table .quantity .plus:hover,
      .woocommerce-page #page-content .shop_table .quantity .minus:hover,
      .woocommerce-page #page-content .shop_table .quantity .plus:hover {
        background-color: #ea6153; }
      #content .thb-text .woocommerce .shop_table .quantity .minus:active,
      #content .thb-text .woocommerce .shop_table .quantity .plus:active,
      .woocommerce-page #page-content .shop_table .quantity .minus:active,
      .woocommerce-page #page-content .shop_table .quantity .plus:active {
        background-color: #e43725; }
    #content .thb-text .woocommerce .shop_table .quantity .input-text,
    .woocommerce-page #page-content .shop_table .quantity .input-text {
      height: 32px;
      margin-right: 10px;
      border-radius: 0;
      border-color: #ccc;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08); }
      #content .thb-text .woocommerce .shop_table .quantity .input-text:focus,
      .woocommerce-page #page-content .shop_table .quantity .input-text:focus {
        outline: none;
        border-color: #999; }
  #content .thb-text .woocommerce .shop_table tbody td.actions,
  .woocommerce-page #page-content .shop_table tbody td.actions {
    border-top-color: #333333; }
    #content .thb-text .woocommerce .shop_table tbody td.actions input.button,
    .woocommerce-page #page-content .shop_table tbody td.actions input.button {
      font-size: 12px;
      line-height: 20px;
      padding: 10px 14px;
      font-weight: bold;
      background-color: #bdc3c7;
      color: white;
      border: none;
      display: inline-block;
      text-transform: uppercase;
      padding: 6px 10px; }
      #content .thb-text .woocommerce .shop_table tbody td.actions input.button:hover,
      .woocommerce-page #page-content .shop_table tbody td.actions input.button:hover {
        background-color: #cbd0d3; }
      #content .thb-text .woocommerce .shop_table tbody td.actions input.button:active,
      .woocommerce-page #page-content .shop_table tbody td.actions input.button:active {
        background-color: #afb6bb; }
      #content .thb-text .woocommerce .shop_table tbody td.actions input.button.alt,
      .woocommerce-page #page-content .shop_table tbody td.actions input.button.alt {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 14px;
        font-weight: bold;
        background-color: #2ecc71;
        color: white;
        border: none;
        display: inline-block;
        text-transform: uppercase;
        padding: 6px 10px; }
        #content .thb-text .woocommerce .shop_table tbody td.actions input.button.alt:hover,
        .woocommerce-page #page-content .shop_table tbody td.actions input.button.alt:hover {
          background-color: #40d47e; }
        #content .thb-text .woocommerce .shop_table tbody td.actions input.button.alt:active,
        .woocommerce-page #page-content .shop_table tbody td.actions input.button.alt:active {
          background-color: #29b765; }
    #content .thb-text .woocommerce .shop_table tbody td.actions .coupon .input-text,
    .woocommerce-page #page-content .shop_table tbody td.actions .coupon .input-text {
      padding: 6px;
      border-color: #ccc;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08); }
      #content .thb-text .woocommerce .shop_table tbody td.actions .coupon .input-text:focus,
      .woocommerce-page #page-content .shop_table tbody td.actions .coupon .input-text:focus {
        outline: none;
        border-color: #999; }
  #content .thb-text .woocommerce .shop_table tfoot th,
  #content .thb-text .woocommerce .shop_table tfoot th,
  #content .thb-text .woocommerce .shop_table tfoot th,
  .woocommerce-page #page-content .shop_table tfoot th,
  .woocommerce-page #page-content .shop_table tfoot th,
  .woocommerce-page #page-content .shop_table tfoot th {
    text-align: right;
    padding-right: 20px;
    color: #999;
    font-weight: 400;
    font-style: italic; }
    #content .thb-text .woocommerce .shop_table tfoot th strong,
    #content .thb-text .woocommerce .shop_table tfoot th strong,
    #content .thb-text .woocommerce .shop_table tfoot th strong,
    .woocommerce-page #page-content .shop_table tfoot th strong,
    .woocommerce-page #page-content .shop_table tfoot th strong,
    .woocommerce-page #page-content .shop_table tfoot th strong {
      font-weight: 400; }
  #content .thb-text .woocommerce .shop_table tfoot td,
  #content .thb-text .woocommerce .shop_table tfoot td,
  #content .thb-text .woocommerce .shop_table tfoot td,
  .woocommerce-page #page-content .shop_table tfoot td,
  .woocommerce-page #page-content .shop_table tfoot td,
  .woocommerce-page #page-content .shop_table tfoot td {
    font-weight: 900; }
#content .thb-text .woocommerce .thb-shop-ordering,
.woocommerce-page #page-content .thb-shop-ordering {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px; }
  #content .thb-text .woocommerce .thb-shop-ordering ul,
  .woocommerce-page #page-content .thb-shop-ordering ul {
    *zoom: 1; }
    #content .thb-text .woocommerce .thb-shop-ordering ul:after, #content .thb-text .woocommerce .thb-shop-ordering ul:before,
    .woocommerce-page #page-content .thb-shop-ordering ul:after,
    .woocommerce-page #page-content .thb-shop-ordering ul:before {
      content: "";
      display: table; }
    #content .thb-text .woocommerce .thb-shop-ordering ul:after,
    .woocommerce-page #page-content .thb-shop-ordering ul:after {
      clear: both; }
    #content .thb-text .woocommerce .thb-shop-ordering ul li,
    .woocommerce-page #page-content .thb-shop-ordering ul li {
      line-height: 20px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 5px;
      display: inline-block; }
      #content .thb-text .woocommerce .thb-shop-ordering ul li a,
      .woocommerce-page #page-content .thb-shop-ordering ul li a {
        -moz-transition: all 0.15s linear;
        -webkit-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        transition: all 0.15s linear;
        display: inline-block;
        padding: 3px 10px;
        background: #ccc;
        color: #fff; }
        #content .thb-text .woocommerce .thb-shop-ordering ul li a:hover,
        .woocommerce-page #page-content .thb-shop-ordering ul li a:hover {
          background: #333333; }
      #content .thb-text .woocommerce .thb-shop-ordering ul li.selected a,
      .woocommerce-page #page-content .thb-shop-ordering ul li.selected a {
        background: #e74c3c; }
#content .thb-text .woocommerce .products ul,
#content .thb-text .woocommerce ul.products,
.woocommerce-page #page-content .products ul,
.woocommerce-page #page-content ul.products {
  *zoom: 1; }
  #content .thb-text .woocommerce .products ul:after, #content .thb-text .woocommerce .products ul:before,
  #content .thb-text .woocommerce ul.products:after,
  #content .thb-text .woocommerce ul.products:before,
  .woocommerce-page #page-content .products ul:after,
  .woocommerce-page #page-content .products ul:before,
  .woocommerce-page #page-content ul.products:after,
  .woocommerce-page #page-content ul.products:before {
    content: "";
    display: table; }
  #content .thb-text .woocommerce .products ul:after,
  #content .thb-text .woocommerce ul.products:after,
  .woocommerce-page #page-content .products ul:after,
  .woocommerce-page #page-content ul.products:after {
    clear: both; }
  #content .thb-text .woocommerce .products ul li,
  #content .thb-text .woocommerce ul.products li,
  .woocommerce-page #page-content .products ul li,
  .woocommerce-page #page-content ul.products li {
    float: left;
    display: inline;
    position: relative;
    margin-bottom: 40px; }
    #content .thb-text .woocommerce .products ul li:before,
    #content .thb-text .woocommerce ul.products li:before,
    .woocommerce-page #page-content .products ul li:before,
    .woocommerce-page #page-content ul.products li:before {
      display: none; }
    #content .thb-text .woocommerce .products ul li .thb-product-image-wrapper a,
    #content .thb-text .woocommerce ul.products li .thb-product-image-wrapper a,
    .woocommerce-page #page-content .products ul li .thb-product-image-wrapper a,
    .woocommerce-page #page-content ul.products li .thb-product-image-wrapper a {
      display: block;
      position: relative; }
      #content .thb-text .woocommerce .products ul li .thb-product-image-wrapper a img,
      #content .thb-text .woocommerce ul.products li .thb-product-image-wrapper a img,
      .woocommerce-page #page-content .products ul li .thb-product-image-wrapper a img,
      .woocommerce-page #page-content ul.products li .thb-product-image-wrapper a img {
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      #content .thb-text .woocommerce .products ul li .thb-product-image-wrapper a:hover img,
      #content .thb-text .woocommerce ul.products li .thb-product-image-wrapper a:hover img,
      .woocommerce-page #page-content .products ul li .thb-product-image-wrapper a:hover img,
      .woocommerce-page #page-content ul.products li .thb-product-image-wrapper a:hover img {
        -webkit-box-shadow: none;
        box-shadow: none; }
      #content .thb-text .woocommerce .products ul li .thb-product-image-wrapper a:hover .thb-overlay:before,
      #content .thb-text .woocommerce ul.products li .thb-product-image-wrapper a:hover .thb-overlay:before,
      .woocommerce-page #page-content .products ul li .thb-product-image-wrapper a:hover .thb-overlay:before,
      .woocommerce-page #page-content ul.products li .thb-product-image-wrapper a:hover .thb-overlay:before {
        top: 50%; }
    #content .thb-text .woocommerce .products ul li .thb-product-image-wrapper .thb-out-of-stock,
    #content .thb-text .woocommerce ul.products li .thb-product-image-wrapper .thb-out-of-stock,
    .woocommerce-page #page-content .products ul li .thb-product-image-wrapper .thb-out-of-stock,
    .woocommerce-page #page-content ul.products li .thb-product-image-wrapper .thb-out-of-stock {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background-color: red;
      color: #fff;
      padding: 4px 8px;
      font-size: 12px; }
    #content .thb-text .woocommerce .products ul li .thb-product-description,
    #content .thb-text .woocommerce ul.products li .thb-product-description,
    .woocommerce-page #page-content .products ul li .thb-product-description,
    .woocommerce-page #page-content ul.products li .thb-product-description {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px 0; }
      #content .thb-text .woocommerce .products ul li .thb-product-description a,
      #content .thb-text .woocommerce ul.products li .thb-product-description a,
      .woocommerce-page #page-content .products ul li .thb-product-description a,
      .woocommerce-page #page-content ul.products li .thb-product-description a {
        display: inline-block;
        color: #333333; }
        #content .thb-text .woocommerce .products ul li .thb-product-description a:hover,
        #content .thb-text .woocommerce ul.products li .thb-product-description a:hover,
        .woocommerce-page #page-content .products ul li .thb-product-description a:hover,
        .woocommerce-page #page-content ul.products li .thb-product-description a:hover {
          color: #e74c3c; }
      #content .thb-text .woocommerce .products ul li .thb-product-description h3,
      #content .thb-text .woocommerce ul.products li .thb-product-description h3,
      .woocommerce-page #page-content .products ul li .thb-product-description h3,
      .woocommerce-page #page-content ul.products li .thb-product-description h3 {
        padding: 0;
        font-weight: 900;
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 0;
        text-transform: uppercase; }
      #content .thb-text .woocommerce .products ul li .thb-product-description .posted_in,
      #content .thb-text .woocommerce ul.products li .thb-product-description .posted_in,
      .woocommerce-page #page-content .products ul li .thb-product-description .posted_in,
      .woocommerce-page #page-content ul.products li .thb-product-description .posted_in {
        display: block;
        font-size: 12px;
        line-height: 1;
        color: #999;
        margin-top: 5px; }
        #content .thb-text .woocommerce .products ul li .thb-product-description .posted_in a,
        #content .thb-text .woocommerce ul.products li .thb-product-description .posted_in a,
        .woocommerce-page #page-content .products ul li .thb-product-description .posted_in a,
        .woocommerce-page #page-content ul.products li .thb-product-description .posted_in a {
          color: #999999; }
          #content .thb-text .woocommerce .products ul li .thb-product-description .posted_in a:hover,
          #content .thb-text .woocommerce ul.products li .thb-product-description .posted_in a:hover,
          .woocommerce-page #page-content .products ul li .thb-product-description .posted_in a:hover,
          .woocommerce-page #page-content ul.products li .thb-product-description .posted_in a:hover {
            color: #e74c3c; }
      #content .thb-text .woocommerce .products ul li .thb-product-description .star-rating,
      #content .thb-text .woocommerce ul.products li .thb-product-description .star-rating,
      .woocommerce-page #page-content .products ul li .thb-product-description .star-rating,
      .woocommerce-page #page-content ul.products li .thb-product-description .star-rating {
        margin-bottom: 0;
        margin-top: 15px;
        font-size: 11px; }
        #content .thb-text .woocommerce .products ul li .thb-product-description .star-rating:before,
        #content .thb-text .woocommerce ul.products li .thb-product-description .star-rating:before,
        .woocommerce-page #page-content .products ul li .thb-product-description .star-rating:before,
        .woocommerce-page #page-content ul.products li .thb-product-description .star-rating:before {
          color: #ccc; }
        #content .thb-text .woocommerce .products ul li .thb-product-description .star-rating span,
        #content .thb-text .woocommerce ul.products li .thb-product-description .star-rating span,
        .woocommerce-page #page-content .products ul li .thb-product-description .star-rating span,
        .woocommerce-page #page-content ul.products li .thb-product-description .star-rating span {
          color: #FBB829; }
    #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details,
    #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details,
    .woocommerce-page #page-content .products ul li .thb-product-dropdown-details,
    .woocommerce-page #page-content ul.products li .thb-product-dropdown-details {
      *zoom: 1;
      position: relative;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      height: 40px; }
      #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details:after, #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details:before,
      #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details:after,
      #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details:before,
      .woocommerce-page #page-content .products ul li .thb-product-dropdown-details:after,
      .woocommerce-page #page-content .products ul li .thb-product-dropdown-details:before,
      .woocommerce-page #page-content ul.products li .thb-product-dropdown-details:after,
      .woocommerce-page #page-content ul.products li .thb-product-dropdown-details:before {
        content: "";
        display: table; }
      #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details:after,
      #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details:after,
      .woocommerce-page #page-content .products ul li .thb-product-dropdown-details:after,
      .woocommerce-page #page-content ul.products li .thb-product-dropdown-details:after {
        clear: both; }
      #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .price,
      #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .price,
      .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .price,
      .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .price {
        display: inline-block;
        color: #333333;
        font-weight: 900;
        font-size: 19px;
        margin-bottom: 0;
        line-height: 38px; }
        #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .price del,
        #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .price .from,
        #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .price del,
        #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .price .from,
        .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .price del,
        .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .price .from,
        .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .price del,
        .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .price .from {
          margin-right: 5px;
          color: #999; }
        #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .price ins,
        #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .price ins,
        .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .price ins,
        .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .price ins {
          text-decoration: none; }
      #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .added_to_cart,
      #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .added_to_cart,
      .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .added_to_cart,
      .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .added_to_cart {
        display: none; }
      #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .button,
      #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .button,
      .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .button,
      .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .button {
        font-size: 0;
        line-height: 0;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: auto; }
        #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .button.added:after,
        #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .button.added:after,
        .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .button.added:after,
        .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .button.added:after {
          display: block;
          width: 40px;
          height: 40px;
          content: "3";
          position: absolute;
          right: 40px;
          font-family: "woo-icons";
          font-size: 17px;
          font-style: normal !important;
          font-weight: normal;
          line-height: 40px;
          text-align: center;
          color: #fff;
          background: #85b660; }
        #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .button.loading:after,
        #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .button.loading:after,
        .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .button.loading:after,
        .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .button.loading:after {
          display: block;
          content: "";
          position: absolute;
          right: 40px;
          top: 0;
          width: 40px;
          height: 40px;
          background: url(i/loader.gif) no-repeat center center; }
        #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .button:before,
        #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .button:before,
        .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .button:before,
        .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .button:before {
          position: absolute;
          top: 0;
          right: 0;
          left: auto;
          display: block;
          content: "1";
          font-family: "woo-icons";
          font-size: 17px;
          font-style: normal !important;
          font-weight: normal;
          line-height: 40px;
          text-align: center;
          color: #fff;
          background: #333333;
          width: 40px;
          height: 40px;
          -moz-transition: all 0.15s linear;
          -webkit-transition: all 0.15s linear;
          -ms-transition: all 0.15s linear;
          transition: all 0.15s linear; }
        #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .button.product_type_variable:before,
        #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .button.product_type_variable:before,
        .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .button.product_type_variable:before,
        .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .button.product_type_variable:before {
          content: "2";
          font-size: 19px; }
        #content .thb-text .woocommerce .products ul li .thb-product-dropdown-details .button:hover:before,
        #content .thb-text .woocommerce ul.products li .thb-product-dropdown-details .button:hover:before,
        .woocommerce-page #page-content .products ul li .thb-product-dropdown-details .button:hover:before,
        .woocommerce-page #page-content ul.products li .thb-product-dropdown-details .button:hover:before {
          background-color: #e74c3c; }

.woocommerce-page.pageheader-layout-center #page-content .thb-shop-ordering {
  text-align: center; }
  .woocommerce-page.pageheader-layout-center #page-content .thb-shop-ordering ul li {
    float: none;
    display: inline-block; }
.woocommerce-page.pageheader-layout-right #page-content .thb-shop-ordering {
  text-align: right; }
  .woocommerce-page.pageheader-layout-right #page-content .thb-shop-ordering ul li {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-left: 3px; }
.woocommerce-page #review_form_wrapper {
  *zoom: 1;
  clear: both; }
  .woocommerce-page #review_form_wrapper:after, .woocommerce-page #review_form_wrapper:before {
    content: "";
    display: table; }
  .woocommerce-page #review_form_wrapper:after {
    clear: both; }
  .woocommerce-page #review_form_wrapper #review_form {
    *zoom: 1;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eaeaea; }
    .woocommerce-page #review_form_wrapper #review_form:after, .woocommerce-page #review_form_wrapper #review_form:before {
      content: "";
      display: table; }
    .woocommerce-page #review_form_wrapper #review_form:after {
      clear: both; }
.woocommerce-page #respond #reply-title {
  font-weight: 900;
  font-size: 19px;
  margin-bottom: 40px; }
.woocommerce-page #respond p {
  margin-bottom: 20px; }
  .woocommerce-page #respond p label {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block; }
  .woocommerce-page #respond p .required {
    color: #FF0000; }
  .woocommerce-page #respond p input[type="text"] {
    display: block; }
  .woocommerce-page #respond p.comment-form-rating {
    margin-bottom: 0; }
.woocommerce-page #respond .form-submit #submit {
  border: none;
  background-image: none;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 14px;
  font-weight: bold;
  background-color: #e74c3c;
  color: white;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 10px; }
  .woocommerce-page #respond .form-submit #submit:hover {
    background-color: #ea6153; }
  .woocommerce-page #respond .form-submit #submit:active {
    background-color: #e43725; }

.woocommerce-page.thb-shop-3col ul.products li.product.last, .woocommerce-page.thb-shop-4col ul.products li.product.last,
.thb-shortcode.thb-shop-3col ul.products li.product.last,
.thb-shortcode.thb-shop-4col ul.products li.product.last {
  margin-right: 0; }
.woocommerce-page.thb-shop-3col ul.products li.product,
.thb-shortcode.thb-shop-3col ul.products li.product {
  width: 31%;
  margin-right: 3.5%; }
.woocommerce-page.thb-shop-4col ul.products li.product,
.thb-shortcode.thb-shop-4col ul.products li.product {
  width: 23.125%;
  margin-right: 2.5%; }

.woocommerce-page.woocommerce-account #content h2,
.woocommerce-page.woocommerce-account #content .addresses .title h3, .woocommerce-page.woocommerce-checkout #content h2,
.woocommerce-page.woocommerce-checkout #content .addresses .title h3 {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 19px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase; }
.woocommerce-page.woocommerce-account #content h3, .woocommerce-page.woocommerce-checkout #content h3 {
  text-transform: uppercase;
  font-weight: 900; }
.woocommerce-page.woocommerce-account .login, .woocommerce-page.woocommerce-checkout .login {
  padding: 0;
  border: none;
  border-radius: 0; }
  .woocommerce-page.woocommerce-account .login .button, .woocommerce-page.woocommerce-checkout .login .button {
    margin-right: 10px; }
  .woocommerce-page.woocommerce-account .login .lost_password, .woocommerce-page.woocommerce-checkout .login .lost_password {
    font-weight: normal;
    color: #999999; }
    .woocommerce-page.woocommerce-account .login .lost_password:hover, .woocommerce-page.woocommerce-checkout .login .lost_password:hover {
      color: #e74c3c; }
.woocommerce-page.archive .thb-main-wrapper#content {
  background-color: transparent; }
  .woocommerce-page.archive .thb-main-wrapper#content nav.woocommerce-pagination ul {
    margin-left: 0;
    margin-right: 0; }
.woocommerce-page.archive .pageheader {
  *zoom: 1; }
  .woocommerce-page.archive .pageheader:after, .woocommerce-page.archive .pageheader:before {
    content: "";
    display: table; }
  .woocommerce-page.archive .pageheader:after {
    clear: both; }
.woocommerce-page.woocommerce-account #content {
  padding: 0 20px; }
  .woocommerce-page.woocommerce-account #content .button,
  .woocommerce-page.woocommerce-account #content input.button {
    margin-right: 10px; }
.woocommerce-page.woocommerce-checkout #content {
  padding: 0 20px; }
  .woocommerce-page.woocommerce-checkout #content .chzn-results li:before {
    display: none; }
  .woocommerce-page.woocommerce-checkout #content .woocommerce-info {
    margin: 0; }
  .woocommerce-page.woocommerce-checkout #content .thb-checkout-login-form,
  .woocommerce-page.woocommerce-checkout #content .thb-checkout-coupon-form {
    margin-bottom: 40px; }
    .woocommerce-page.woocommerce-checkout #content .thb-checkout-login-form form,
    .woocommerce-page.woocommerce-checkout #content .thb-checkout-coupon-form form {
      margin-bottom: 0; }
      .woocommerce-page.woocommerce-checkout #content .thb-checkout-login-form form .form-row:last-of-type,
      .woocommerce-page.woocommerce-checkout #content .thb-checkout-coupon-form form .form-row:last-of-type {
        margin-bottom: 0; }
  .woocommerce-page.woocommerce-checkout #content .checkout_coupon {
    margin: 20px 0 0;
    padding: 0;
    border: none;
    border-radius: 0; }
    .woocommerce-page.woocommerce-checkout #content .checkout_coupon .button {
      padding: 10px 10px 11px; }
  .woocommerce-page.woocommerce-checkout #content .checkout h3 {
    clear: none; }
  .woocommerce-page.woocommerce-checkout #content #order_review_heading {
    padding-top: 20px;
    border-top: 1px solid #333333; }
  .woocommerce-page.woocommerce-checkout #content #payment {
    background: transparent; }
    .woocommerce-page.woocommerce-checkout #content #payment ul {
      border: none;
      margin-bottom: 20px;
      padding: 0; }
      .woocommerce-page.woocommerce-checkout #content #payment ul li {
        padding: 10px 0;
        border-bottom: 1px solid #eaeaea; }
        .woocommerce-page.woocommerce-checkout #content #payment ul li:before {
          display: none; }
        .woocommerce-page.woocommerce-checkout #content #payment ul li .payment_box {
          background-image: none;
          background: #eaeaea;
          text-shadow: none;
          border-radius: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          margin-left: 30px;
          width: auto; }
          .woocommerce-page.woocommerce-checkout #content #payment ul li .payment_box:after {
            top: -2px; }
    .woocommerce-page.woocommerce-checkout #content #payment .place-order .button {
      font-size: 12px;
      line-height: 20px;
      padding: 10px 14px;
      font-weight: bold;
      background-color: #2ecc71;
      color: white;
      border: none;
      display: inline-block;
      text-transform: uppercase;
      padding: 12px 16px; }
      .woocommerce-page.woocommerce-checkout #content #payment .place-order .button:hover {
        background-color: #40d47e; }
      .woocommerce-page.woocommerce-checkout #content #payment .place-order .button:active {
        background-color: #29b765; }
.woocommerce-page.woocommerce-checkout ul li:before {
  display: none; }
.woocommerce-page.woocommerce-checkout .customer_details dt {
  font-weight: bold; }
.woocommerce-page.woocommerce-checkout .order_details li {
  border-right-color: #ccc; }
.woocommerce-page.woocommerce-cart #content {
  padding: 0 20px; }
  .woocommerce-page.woocommerce-cart #content .cart-collaterals {
    *zoom: 1;
    margin-top: 40px; }
    .woocommerce-page.woocommerce-cart #content .cart-collaterals:after, .woocommerce-page.woocommerce-cart #content .cart-collaterals:before {
      content: "";
      display: table; }
    .woocommerce-page.woocommerce-cart #content .cart-collaterals:after {
      clear: both; }
    .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals,
    .woocommerce-page.woocommerce-cart #content .cart-collaterals .shipping_calculator {
      width: 45%;
      display: block; }
      .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals h2,
      .woocommerce-page.woocommerce-cart #content .cart-collaterals .shipping_calculator h2 {
        font-style: normal;
        font-weight: 900;
        font-size: 19px;
        text-align: left;
        text-transform: uppercase; }
    .woocommerce-page.woocommerce-cart #content .cart-collaterals .shipping_calculator {
      margin-right: 10%;
      margin-top: 0;
      float: left;
      clear: none;
      text-align: left; }
    .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals {
      float: right; }
      .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table {
        text-align: left;
        border-top: 1px solid #333333;
        border-radius: 0; }
        .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table td {
          padding: 10px 0; }
        .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table tr:nth-child(even) td {
          background: transparent; }
        .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table th {
          color: #999;
          padding: 10px 0;
          font-weight: 400;
          text-transform: uppercase;
          font-size: 12px; }
          .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table th strong {
            font-weight: 400; }
        .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table .amount {
          font-weight: 900; }
        .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table .total th, .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table .total td,
        .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table .shipping th,
        .woocommerce-page.woocommerce-cart #content .cart-collaterals .cart_totals table .shipping td {
          border-top-color: #ccc; }
.woocommerce-page.single-product #content .thb_product_mobile_header {
  display: none; }
  .woocommerce-page.single-product #content .thb_product_mobile_header .thb-navigation {
    display: none; }
.woocommerce-page.single-product #content .product {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px; }
  .woocommerce-page.single-product #content .product .images,
  .woocommerce-page.single-product #content .product .summary {
    width: 464px; }
  .woocommerce-page.single-product #content .product .images {
    margin-bottom: 40px; }
    .woocommerce-page.single-product #content .product .images img {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .woocommerce-page.single-product #content .product .images .thb-product-slideshow {
      position: relative; }
      .woocommerce-page.single-product #content .product .images .thb-product-slideshow .flex-direction-nav li a {
        display: block;
        text-align: center;
        width: 30px;
        height: 30px; }
        .woocommerce-page.single-product #content .product .images .thb-product-slideshow .flex-direction-nav li a:before {
          display: block;
          -moz-transition: all 0.15s linear;
          -webkit-transition: all 0.15s linear;
          -ms-transition: all 0.15s linear;
          transition: all 0.15s linear;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 28px;
          color: rgba(255, 255, 255, 0.5);
          border: 2px solid; }
        .woocommerce-page.single-product #content .product .images .thb-product-slideshow .flex-direction-nav li a:hover:before {
          color: #fff; }
        .woocommerce-page.single-product #content .product .images .thb-product-slideshow .flex-direction-nav li a.flex-disabled {
          display: none; }
    .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel {
      margin-top: 20px; }
      .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-viewport {
        z-index: 10; }
        .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-viewport li {
          cursor: pointer;
          -khtml-opacity: 0.5;
          -moz-opacity: 0.5;
          opacity: 0.5;
          filter: alpha(opacity=50);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
          .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-viewport li.flex-active-slide {
            -khtml-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-direction-nav {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-direction-nav li {
          width: 30px;
          height: 30px; }
          .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-direction-nav li a {
            display: block;
            position: absolute;
            width: 30px;
            height: 30px;
            line-height: 30px;
            top: 30px;
            -moz-transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -ms-transition: all 0.15s linear;
            transition: all 0.15s linear;
            z-index: 11; }
            .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-direction-nav li a:before {
              -moz-transition: all 0.15s linear;
              -webkit-transition: all 0.15s linear;
              -ms-transition: all 0.15s linear;
              transition: all 0.15s linear;
              text-align: center;
              display: block;
              width: 30px;
              height: 30px; }
            .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-direction-nav li a.flex-next {
              right: 0; }
            .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-direction-nav li a.flex-prev {
              left: 0; }
            .woocommerce-page.single-product #content .product .images .thb-product-slideshow-carousel .flex-direction-nav li a.flex-disabled {
              display: none; }
  .woocommerce-page.single-product #content .product .entry-summary .thb-navigation {
    clear: none;
    float: right;
    overflow: hidden;
    margin: 0 0 0 20px;
    padding: 0;
    border: none; }
    .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-previous,
    .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-next {
      float: left; }
      .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-previous a,
      .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-next a {
        background: #ccc;
        font-size: 0;
        line-height: 0;
        text-align: center;
        width: 40px;
        height: 40px;
        color: white; }
        .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-previous a:hover,
        .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-next a:hover {
          color: white; }
        .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-previous a:hover,
        .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-next a:hover {
          background: #333333; }
        .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-previous a:before, .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-previous a:after,
        .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-next a:before,
        .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-next a:after {
          font-size: 22px;
          line-height: 40px;
          margin: 0; }
    .woocommerce-page.single-product #content .product .entry-summary .thb-navigation .nav-next {
      margin-left: 1px; }
  .woocommerce-page.single-product #content .product .entry-summary .entry-title {
    font-size: 37px;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 5px; }
  .woocommerce-page.single-product #content .product .entry-summary .star-rating {
    font-size: 11px;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px; }
    .woocommerce-page.single-product #content .product .entry-summary .star-rating:before {
      color: #ccc; }
    .woocommerce-page.single-product #content .product .entry-summary .star-rating span {
      color: #FBB829; }
    .woocommerce-page.single-product #content .product .entry-summary .star-rating + div {
      display: block;
      clear: both; }
  .woocommerce-page.single-product #content .product .entry-summary .price {
    display: inline-block;
    color: #333333;
    font-weight: 900;
    font-size: 29px; }
    .woocommerce-page.single-product #content .product .entry-summary .price del,
    .woocommerce-page.single-product #content .product .entry-summary .price .from {
      margin-right: 5px;
      color: #999;
      font-size: .6em; }
    .woocommerce-page.single-product #content .product .entry-summary .price .from {
      text-transform: uppercase;
      font-weight: bold; }
    .woocommerce-page.single-product #content .product .entry-summary .price ins {
      text-decoration: none; }
  .woocommerce-page.single-product #content .product .entry-summary .thb-text {
    margin-top: 40px;
    margin-bottom: 40px; }
  .woocommerce-page.single-product #content .product .entry-summary .out-of-stock {
    display: inline-block;
    margin-bottom: 40px; }
  .woocommerce-page.single-product #content .product .entry-summary .single_variation_wrap {
    width: 100%;
    *zoom: 1;
    display: block; }
    .woocommerce-page.single-product #content .product .entry-summary .single_variation_wrap:after, .woocommerce-page.single-product #content .product .entry-summary .single_variation_wrap:before {
      content: "";
      display: table; }
    .woocommerce-page.single-product #content .product .entry-summary .single_variation_wrap:after {
      clear: both; }
    .woocommerce-page.single-product #content .product .entry-summary .single_variation_wrap .single_variation {
      display: block;
      margin-right: 40px;
      float: left; }
      .woocommerce-page.single-product #content .product .entry-summary .single_variation_wrap .single_variation .price {
        line-height: 32px; }
    .woocommerce-page.single-product #content .product .entry-summary .single_variation_wrap .variations_button {
      float: left;
      display: block; }
  .woocommerce-page.single-product #content .product .entry-summary .group_table,
  .woocommerce-page.single-product #content .product .entry-summary .variations {
    width: 100%;
    margin-bottom: 40px; }
  .woocommerce-page.single-product #content .product .entry-summary .variations .reset_variations {
    margin-top: 5px;
    font-size: 12px; }
  .woocommerce-page.single-product #content .product .entry-summary .group_table {
    margin-bottom: 20px; }
    .woocommerce-page.single-product #content .product .entry-summary .group_table td {
      padding: 5px 0;
      border-bottom: 1px solid #eaeaea;
      vertical-align: middle; }
      .woocommerce-page.single-product #content .product .entry-summary .group_table td label {
        padding: 0;
        margin: 0; }
      .woocommerce-page.single-product #content .product .entry-summary .group_table td.price {
        display: table-cell;
        font-size: 19px; }
  .woocommerce-page.single-product #content .product .entry-summary .quantity {
    margin-right: 10px; }
    .woocommerce-page.single-product #content .product .entry-summary .quantity .minus,
    .woocommerce-page.single-product #content .product .entry-summary .quantity .plus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      text-shadow: none;
      background-image: none;
      color: #fff;
      border: none;
      background: #e74c3c; }
      .woocommerce-page.single-product #content .product .entry-summary .quantity .minus:hover,
      .woocommerce-page.single-product #content .product .entry-summary .quantity .plus:hover {
        background-color: #ea6153; }
      .woocommerce-page.single-product #content .product .entry-summary .quantity .minus:active,
      .woocommerce-page.single-product #content .product .entry-summary .quantity .plus:active {
        background-color: #e43725; }
    .woocommerce-page.single-product #content .product .entry-summary .quantity .input-text {
      height: 32px;
      margin-right: 10px;
      border-radius: 0;
      border-color: #ccc;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08); }
      .woocommerce-page.single-product #content .product .entry-summary .quantity .input-text:focus {
        outline: none;
        border-color: #999; }
  .woocommerce-page.single-product #content .product .entry-summary .product_meta {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    text-transform: uppercase;
    color: #888; }
    .woocommerce-page.single-product #content .product .entry-summary .product_meta a {
      font-style: normal;
      font-weight: bold;
      color: #333333; }
      .woocommerce-page.single-product #content .product .entry-summary .product_meta a:hover {
        color: #e74c3c; }
    .woocommerce-page.single-product #content .product .entry-summary .product_meta .sku {
      font-style: normal;
      font-weight: bold;
      color: #333333; }
    .woocommerce-page.single-product #content .product .entry-summary .product_meta .sku_wrapper,
    .woocommerce-page.single-product #content .product .entry-summary .product_meta .posted_in,
    .woocommerce-page.single-product #content .product .entry-summary .product_meta .tagged_as {
      display: block;
      padding-bottom: 5px; }
    .woocommerce-page.single-product #content .product .entry-summary .product_meta .sku_wrapper > span:first-child,
    .woocommerce-page.single-product #content .product .entry-summary .product_meta .posted_in > a:first-child,
    .woocommerce-page.single-product #content .product .entry-summary .product_meta .tagged_as > a:first-child {
      margin-left: 5px; }
  .woocommerce-page.single-product #content .product .entry-summary .thb_share_placeholder {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_share_placeholder strong {
      font-weight: 800; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_share_placeholder.share_active {
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .woocommerce-page.single-product #content .product .entry-summary .thb_product_share {
    position: relative;
    margin-top: 40px;
    text-align: center; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share ul {
      *zoom: 1; }
      .woocommerce-page.single-product #content .product .entry-summary .thb_product_share ul:after, .woocommerce-page.single-product #content .product .entry-summary .thb_product_share ul:before {
        content: "";
        display: table; }
      .woocommerce-page.single-product #content .product .entry-summary .thb_product_share ul:after {
        clear: both; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share li {
      display: block;
      float: left;
      width: 25%; }
      .woocommerce-page.single-product #content .product .entry-summary .thb_product_share li span {
        display: none; }
      .woocommerce-page.single-product #content .product .entry-summary .thb_product_share li a {
        display: inline-block;
        position: relative;
        color: #333333;
        font-size: 0;
        line-height: 0; }
        .woocommerce-page.single-product #content .product .entry-summary .thb_product_share li a:hover {
          color: #333333; }
        .woocommerce-page.single-product #content .product .entry-summary .thb_product_share li a:before {
          display: block;
          font-family: "socials";
          float: left;
          font-style: normal !important;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          color: #333;
          background-color: transparent;
          -moz-transition: all 0.15s linear;
          -webkit-transition: all 0.15s linear;
          -ms-transition: all 0.15s linear;
          transition: all 0.15s linear;
          z-index: 10;
          font-size: 16px; }
        .woocommerce-page.single-product #content .product .entry-summary .thb_product_share li a:hover:before {
          color: #fff; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share .product_share_email:before {
      content: "0"; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share .product_share_email:hover:before {
      background-color: #ccc; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share .product_share_facebook:before {
      content: "2"; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share .product_share_facebook:hover:before {
      background-color: #3b5998; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share .product_share_twitter:before {
      content: "1"; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share .product_share_twitter:hover:before {
      background-color: #00aced; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share .product_share_pinterest:before {
      content: "7"; }
    .woocommerce-page.single-product #content .product .entry-summary .thb_product_share .product_share_pinterest:hover:before {
      background-color: #c8232c; }
  .woocommerce-page.single-product #content .product .woocommerce-tabs {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce-page.single-product #content .product .woocommerce-tabs ul.tabs {
      padding: 0;
      top: -1px; }
      .woocommerce-page.single-product #content .product .woocommerce-tabs ul.tabs:before {
        border: none; }
      .woocommerce-page.single-product #content .product .woocommerce-tabs ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none !important;
        background: none !important;
        font-size: 14px; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs ul.tabs li:before, .woocommerce-page.single-product #content .product .woocommerce-tabs ul.tabs li:after {
          display: none; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs ul.tabs li a {
          display: block;
          padding: 10px 20px;
          line-height: 20px;
          text-shadow: none;
          background: #ccc;
          color: #fff;
          margin-right: 3px; }
          .woocommerce-page.single-product #content .product .woocommerce-tabs ul.tabs li a:hover {
            color: #fff; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs ul.tabs li.active a {
          font-weight: bold;
          color: #fff;
          background: #e74c3c;
          text-shadow: none; }
    .woocommerce-page.single-product #content .product .woocommerce-tabs .panel {
      margin-bottom: 0; }
      .woocommerce-page.single-product #content .product .woocommerce-tabs .panel h2 {
        font-weight: 900;
        margin-bottom: 20px;
        font-size: 15px; }
      .woocommerce-page.single-product #content .product .woocommerce-tabs .panel p {
        font-weight: 300;
        line-height: 20px; }
      .woocommerce-page.single-product #content .product .woocommerce-tabs .panel .shop_attributes {
        text-align: left; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs .panel .shop_attributes th {
          padding: 0;
          vertical-align: middle; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs .panel .shop_attributes td {
          vertical-align: middle;
          border-bottom: 1px solid #eaeaea; }
      .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .star-rating {
        margin-bottom: 0; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .star-rating:before {
          color: #ccc; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .star-rating span {
          color: #FBB829; }
      .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .commentlist .star-rating {
        font-size: 11px; }
      .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .commentlist .comment {
        margin-bottom: 40px; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .commentlist .comment .avatar {
          padding: 0;
          border: none;
          width: 40px;
          height: auto; }
        .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .commentlist .comment .comment-text {
          border-radius: 0;
          border: none;
          padding: 0;
          margin-left: 60px; }
          .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .commentlist .comment .comment-text .meta {
            font-weight: normal;
            text-transform: uppercase; }
            .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .commentlist .comment .comment-text .meta strong {
              font-weight: bold;
              color: #333; }
            .woocommerce-page.single-product #content .product .woocommerce-tabs .panel #reviews .commentlist .comment .comment-text .meta time {
              color: #BBB;
              font-style: italic; }
.woocommerce-page.single-product #content .upsells,
.woocommerce-page.single-product #content .related {
  *zoom: 1;
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  position: relative; }
  .woocommerce-page.single-product #content .upsells:after, .woocommerce-page.single-product #content .upsells:before,
  .woocommerce-page.single-product #content .related:after,
  .woocommerce-page.single-product #content .related:before {
    content: "";
    display: table; }
  .woocommerce-page.single-product #content .upsells:after,
  .woocommerce-page.single-product #content .related:after {
    clear: both; }
  .woocommerce-page.single-product #content .upsells:before,
  .woocommerce-page.single-product #content .related:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: #e74c3c;
    width: 40px;
    height: 3px; }
  .woocommerce-page.single-product #content .upsells h2,
  .woocommerce-page.single-product #content .related h2 {
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 19px;
    text-transform: uppercase; }
  .woocommerce-page.single-product #content .upsells ul.products,
  .woocommerce-page.single-product #content .related ul.products {
    margin: 0; }
    .woocommerce-page.single-product #content .upsells ul.products li.product,
    .woocommerce-page.single-product #content .related ul.products li.product {
      padding: 0;
      width: 23.125%;
      margin-right: 2.5%; }
      .woocommerce-page.single-product #content .upsells ul.products li.product.last,
      .woocommerce-page.single-product #content .related ul.products li.product.last {
        margin-right: 0; }
      .woocommerce-page.single-product #content .upsells ul.products li.product h3,
      .woocommerce-page.single-product #content .related ul.products li.product h3 {
        font-style: normal; }

#footer .widget.woocommerce .product_list_widget li a {
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal; }
#footer .widget.woocommerce .product_list_widget .star-rating {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 11px; }
  #footer .widget.woocommerce .product_list_widget .star-rating:before {
    color: #ccc; }
  #footer .widget.woocommerce .product_list_widget .star-rating span {
    color: #FBB829; }

#thb-sidebar-main .widget.woocommerce .button {
  border: none;
  background-image: none;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 14px;
  font-weight: bold;
  background-color: #e74c3c;
  color: white;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 10px;
  width: auto; }
  #thb-sidebar-main .widget.woocommerce .button:hover {
    background-color: #ea6153; }
  #thb-sidebar-main .widget.woocommerce .button:active {
    background-color: #e43725; }
  #thb-sidebar-main .widget.woocommerce .button:hover, #thb-sidebar-main .widget.woocommerce .button:active {
    background-image: none;
    text-shadow: none; }
#thb-sidebar-main .widget.woocommerce .star-rating {
  margin-bottom: 0;
  font-size: 11px; }
  #thb-sidebar-main .widget.woocommerce .star-rating:before {
    color: #ccc; }
  #thb-sidebar-main .widget.woocommerce .star-rating span {
    color: #FBB829; }
#thb-sidebar-main .widget.woocommerce .product_list_widget li {
  padding: 0;
  margin-bottom: 20px; }
  #thb-sidebar-main .widget.woocommerce .product_list_widget li:last-child {
    margin-bottom: 0; }
  #thb-sidebar-main .widget.woocommerce .product_list_widget li a {
    color: #333333;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 5px; }
    #thb-sidebar-main .widget.woocommerce .product_list_widget li a:hover {
      color: #e74c3c; }
    #thb-sidebar-main .widget.woocommerce .product_list_widget li a img {
      margin-left: 10px;
      width: 40px;
      height: auto;
      -webkit-box-shadow: none;
      box-shadow: none; }
  #thb-sidebar-main .widget.woocommerce .product_list_widget li del,
  #thb-sidebar-main .widget.woocommerce .product_list_widget li .from {
    margin-right: 5px;
    color: #999;
    font-size: .85em; }
  #thb-sidebar-main .widget.woocommerce .product_list_widget li ins {
    text-decoration: none; }
#thb-sidebar-main .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  background: #e74c3c; }
#thb-sidebar-main .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background-color: #e74c3c; }
#thb-sidebar-main .widget.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #333;
  padding: 10px 0 20px;
  margin-top: 20px;
  font-size: 14px; }
  #thb-sidebar-main .widget.woocommerce.widget_shopping_cart .total .amount {
    font-weight: 900; }
