/**handles:cs-woocommerce**/
.woocommerce del,
.woocommerce-page del {
  color: #d63e33;
}
.woocommerce ins,
.woocommerce-page ins {
  color: #5cb85c;
}
.woocommerce fieldset,
.woocommerce-page fieldset {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.woocommerce fieldset legend,
.woocommerce-page fieldset legend {
  font-size: 18px;
}
.woocommerce .cs-btn,
.woocommerce-page .cs-btn {
  margin: 0;
}
.woocommerce .product_type_external .fa,
.woocommerce .add_to_cart_button .fa,
.woocommerce-page .product_type_external .fa,
.woocommerce-page .add_to_cart_button .fa {
  display: none;
}
.woocommerce .about_paypal,
.woocommerce-page .about_paypal {
  margin-left: 10px;
}
.woocommerce .cs-tab,
.woocommerce-page .cs-tab {
  margin: 30px 0;
}
.woocommerce .cs-images,
.woocommerce .product,
.woocommerce-page .cs-images,
.woocommerce-page .product {
  position: relative;
}
.woocommerce .product h2,
.woocommerce-page .product h2 {
  margin-top: 10px;
}
.woocommerce .onsale,
.woocommerce-page .onsale {
  position: absolute;
  z-index: 1;
  top: 20px;
  padding: 7px 14px;
  color: #fff;
  background-color: #5cb85c;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 16px;
  width: 74px;
  margin-right: 7px;
  font-family: 'FontAwesome';
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: '\f005\f005\f005\f005\f005';
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
  color: #f5b300;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .variation,
.woocommerce-page .variation {
  margin: 5px 0 0 0;
}
.woocommerce .variation:after,
.woocommerce-page .variation:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce .variation dt,
.woocommerce-page .variation dt {
  float: left;
  clear: left;
}
.woocommerce .variation dd,
.woocommerce-page .variation dd {
  float: left;
  margin-left: 5px;
}
.woocommerce #review_form_wrapper,
.woocommerce-page #review_form_wrapper {
  border-top: 1px solid #e8e8e8;
}
.woocommerce .form-row label.inline,
.woocommerce-page .form-row label.inline {
  position: relative;
  top: 2px;
  margin-bottom: 0;
  margin-left: 5px;
}
.woocommerce .form-row label.inline input,
.woocommerce-page .form-row label.inline input {
  position: relative;
  top: 2px;
}
.woocommerce .button,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce-page .button {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border: 2px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
.woocommerce .button:hover,
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce-page .button:hover {
  color: #fff;
  text-decoration: none;
}
.woocommerce .button:focus,
.woocommerce .button:focus,
.woocommerce-page .button:focus,
.woocommerce-page .button:focus {
  outline: none;
}
.woocommerce #payment .button,
.woocommerce-page #payment .button {
  font-size: 14px;
  padding: 8px 16px;
  line-height: 1.4;
}
.woocommerce .wc-proceed-to-checkout .button,
.woocommerce .shop_table .button,
.woocommerce .single_add_to_cart_button.button,
.woocommerce-page .wc-proceed-to-checkout .button,
.woocommerce-page .shop_table .button,
.woocommerce-page .single_add_to_cart_button.button {
  font-size: 13px;
  padding: 7px 18px;
  line-height: 1.3;
}
.woocommerce .add_to_cart_button,
.woocommerce .product_type_simple,
.woocommerce .shipping-calculator-form .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-message .button,
.woocommerce .order-actions .button,
.woocommerce-page .add_to_cart_button,
.woocommerce-page .product_type_simple,
.woocommerce-page .shipping-calculator-form .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .order-actions .button {
  font-size: 11px;
  padding: 6px 10px;
  line-height: 1.3;
}
.woocommerce table,
.woocommerce table,
.woocommerce-page table,
.woocommerce-page table {
  border: 1px solid #ddd;
}
.woocommerce table > thead > tr > th,
.woocommerce table > thead > tr > td,
.woocommerce table > tbody > tr > th,
.woocommerce table > tbody > tr > td,
.woocommerce table > tfoot > tr > th,
.woocommerce table > tfoot > tr > td,
.woocommerce table > thead > tr > th,
.woocommerce table > thead > tr > td,
.woocommerce table > tbody > tr > th,
.woocommerce table > tbody > tr > td,
.woocommerce table > tfoot > tr > th,
.woocommerce table > tfoot > tr > td,
.woocommerce-page table > thead > tr > th,
.woocommerce-page table > thead > tr > td,
.woocommerce-page table > tbody > tr > th,
.woocommerce-page table > tbody > tr > td,
.woocommerce-page table > tfoot > tr > th,
.woocommerce-page table > tfoot > tr > td,
.woocommerce-page table > thead > tr > th,
.woocommerce-page table > thead > tr > td,
.woocommerce-page table > tbody > tr > th,
.woocommerce-page table > tbody > tr > td,
.woocommerce-page table > tfoot > tr > th,
.woocommerce-page table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.woocommerce table > thead > tr > th,
.woocommerce table > thead > tr > td,
.woocommerce table > thead > tr > th,
.woocommerce table > thead > tr > td,
.woocommerce-page table > thead > tr > th,
.woocommerce-page table > thead > tr > td,
.woocommerce-page table > thead > tr > th,
.woocommerce-page table > thead > tr > td {
  border-bottom-width: 2px;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3,
.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3 {
  font-size: 18px;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  float: left;
  width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 49%;
  margin-bottom: 10px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 49%;
  margin-bottom: 10px;
}
.woocommerce .col2-set .col-3,
.woocommerce-page .col2-set .col-3 {
  float: left;
  width: 49%;
  margin-bottom: 10px;
}
.woocommerce .col2-set .col-4,
.woocommerce-page .col2-set .col-4 {
  float: right;
  width: 49%;
  margin-bottom: 10px;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce .notes,
.woocommerce-page .notes {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-position: inside;
}
.woocommerce .notes .note,
.woocommerce-page .notes .note {
  list-style-type: decimal !important;
  margin-bottom: 10px !important;
}
.woocommerce .notes .meta,
.woocommerce-page .notes .meta {
  font-weight: bold;
  margin-bottom: 5px;
}
.woocommerce .notes .description,
.woocommerce-page .notes .description {
  margin-left: 15px;
}
.woocommerce .entry-summary .stock,
.woocommerce .notes .note,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .payment_methods .payment_box,
.woocommerce-page .entry-summary .stock,
.woocommerce-page .notes .note,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .payment_methods .payment_box {
  list-style-type: none;
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
}
.woocommerce .entry-summary .stock a,
.woocommerce .notes .note a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .payment_methods .payment_box a,
.woocommerce-page .entry-summary .stock a,
.woocommerce-page .notes .note a,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .payment_methods .payment_box a {
  color: inherit;
  font-weight: 600;
}
.woocommerce .entry-summary .stock .button,
.woocommerce .notes .note .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .payment_methods .payment_box .button,
.woocommerce-page .entry-summary .stock .button,
.woocommerce-page .notes .note .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .payment_methods .payment_box .button {
  color: #fff;
  margin-right: 5px;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.woocommerce .woocommerce-info,
.woocommerce .entry-summary .stock,
.woocommerce .payment_methods .payment_box,
.woocommerce-page .woocommerce-info,
.woocommerce-page .entry-summary .stock,
.woocommerce-page .payment_methods .payment_box {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.woocommerce .notes .note,
.woocommerce-page .notes .note {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.woocommerce .entry-summary .out-of-stock,
.woocommerce .woocommerce-error,
.woocommerce-page .entry-summary .out-of-stock,
.woocommerce-page .woocommerce-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
  margin-bottom: 20px;
}
.woocommerce #ship-to-different-address label,
.woocommerce-page #ship-to-different-address label {
  margin-bottom: 0;
  font-weight: 600;
}
.woocommerce #payment,
.woocommerce-page #payment {
  margin-top: 40px;
  padding: 20px;
  background: #f5f5f5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce #payment ul,
.woocommerce-page #payment ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce #payment ul li,
.woocommerce-page #payment ul li {
  margin: 0 0 10px 0;
}
.woocommerce #payment .form-row,
.woocommerce-page #payment .form-row {
  margin-top: 20px;
  padding-top: 20px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}
.woocommerce #payment input[type="radio"],
.woocommerce-page #payment input[type="radio"] {
  position: relative;
  top: 2px;
}
.woocommerce #payment label,
.woocommerce-page #payment label {
  margin-bottom: 0;
  font-weight: 600;
}
.woocommerce #payment label img,
.woocommerce-page #payment label img {
  position: relative;
  top: -2px;
  margin-left: 3px;
}
.woocommerce #payment .payment_box,
.woocommerce-page #payment .payment_box {
  margin: 10px 0 15px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .payment_method_authorize_net_aim .form-row,
.woocommerce-page .payment_method_authorize_net_aim .form-row {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.woocommerce .payment_method_authorize_net_aim .form-row select,
.woocommerce-page .payment_method_authorize_net_aim .form-row select {
  display: inline-block;
}
.woocommerce .payment_method_authorize_net_aim .form-row label,
.woocommerce-page .payment_method_authorize_net_aim .form-row label {
  display: block;
}
.woocommerce .shop_table,
.woocommerce-page .shop_table {
  margin-bottom: 40px;
}
.woocommerce .shop_table.order_details,
.woocommerce-page .shop_table.order_details {
  margin-bottom: 20px;
}
.woocommerce .shop_table td,
.woocommerce-page .shop_table td {
  vertical-align: middle;
}
.woocommerce .shop_table .product-remove,
.woocommerce-page .shop_table .product-remove {
  text-align: center;
  width: 50px;
}
.woocommerce .shop_table .product-remove a,
.woocommerce-page .shop_table .product-remove a {
  display: inline-block;
  color: #d63e33;
  width: 23px;
  height: 23px;
  font-weight: bold;
  line-height: 22px;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.woocommerce .shop_table .product-remove a:hover,
.woocommerce-page .shop_table .product-remove a:hover {
  color: #fff;
  background-color: #d63e33;
  text-decoration: none;
}
.woocommerce .shop_table .product-thumbnail,
.woocommerce-page .shop_table .product-thumbnail {
  width: 100px;
}
.woocommerce .shop_table .product-thumbnail img,
.woocommerce-page .shop_table .product-thumbnail img {
  display: block;
  margin: 0 auto;
  width: 60px;
}
.woocommerce .shop_table .product-price,
.woocommerce-page .shop_table .product-price {
  width: 125px;
  text-align: center;
}
.woocommerce .shop_table .product-subtotal,
.woocommerce-page .shop_table .product-subtotal {
  width: 125px;
  text-align: center;
}
.woocommerce .shop_table .product-quantity,
.woocommerce-page .shop_table .product-quantity {
  width: 125px;
  text-align: center;
}
.woocommerce .shop_table .product-quantity .quantity,
.woocommerce-page .shop_table .product-quantity .quantity {
  width: 65px;
  display: inline-block;
}
.woocommerce .shop_table #coupon_code,
.woocommerce-page .shop_table #coupon_code {
  display: inline-block;
  width: 140px;
}
.woocommerce .shop_table .coupon,
.woocommerce-page .shop_table .coupon {
  display: inline-block;
}
.woocommerce .shop_table .coupon label,
.woocommerce-page .shop_table .coupon label {
  display: none;
}
.woocommerce .shop_table .button[name="update_cart"],
.woocommerce-page .shop_table .button[name="update_cart"] {
  float: right;
  background-color: #5cb85c;
}
.woocommerce .shop_table .button[name="update_cart"]:hover,
.woocommerce-page .shop_table .button[name="update_cart"]:hover {
  background-color: #80c780;
}
.woocommerce .shop_table .order-actions a,
.woocommerce-page .shop_table .order-actions a {
  margin: 1px;
}
.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  list-style: none;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1em;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px dotted #ddd;
}
.woocommerce ul.order_details li strong,
.woocommerce-page ul.order_details li strong {
  display: block;
  font-size: 13px;
  margin-top: 8px;
  text-transform: none;
}
.woocommerce ul.order_details li:last-child,
.woocommerce-page ul.order_details li:last-child {
  border-right: 0;
}
.woocommerce .cs-products,
.woocommerce-page .cs-products {
  margin-bottom: 20px;
}
.woocommerce .cs-products .product,
.woocommerce-page .cs-products .product {
  margin-bottom: 40px;
}
.woocommerce .cs-products .product.first,
.woocommerce-page .cs-products .product.first {
  clear: both;
}
.woocommerce .cs-products .product a:first-child,
.woocommerce-page .cs-products .product a:first-child {
  float: left;
  position: relative;
  text-decoration: none;
  color: #555;
  margin-bottom: 10px;
}
.woocommerce .cs-products .product a:first-child h3,
.woocommerce-page .cs-products .product a:first-child h3 {
  margin: 10px 0;
}
.woocommerce .cs-products .product a:first-child:hover .onsale,
.woocommerce-page .cs-products .product a:first-child:hover .onsale {
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce .cs-products .product .cs-product-images,
.woocommerce-page .cs-products .product .cs-product-images {
  position: relative;
  min-height: 100px;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce .cs-products .product .cs-product-images img,
.woocommerce-page .cs-products .product .cs-product-images img {
  width: 100%;
  max-height: 100%;
}
.woocommerce .cs-products .product .cs-product-images:hover .secondary-img,
.woocommerce-page .cs-products .product .cs-product-images:hover .secondary-img {
  opacity: 1;
}
.woocommerce .cs-products .product .cs-product-images .secondary-img,
.woocommerce-page .cs-products .product .cs-product-images .secondary-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.woocommerce .cs-products .product .cs-btn,
.woocommerce-page .cs-products .product .cs-btn {
  position: relative;
  margin-right: 7px;
}
.woocommerce .cs-products .product .cs-btn .fa,
.woocommerce-page .cs-products .product .cs-btn .fa {
  display: none;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.woocommerce .cs-products .product .cs-btn.added .fa-check,
.woocommerce-page .cs-products .product .cs-btn.added .fa-check {
  display: inline-block;
}
.woocommerce .cs-products .product .cs-btn.loading,
.woocommerce-page .cs-products .product .cs-btn.loading {
  opacity: 0.5;
}
.woocommerce .cs-products .product .cs-btn.loading .fa-refresh,
.woocommerce-page .cs-products .product .cs-btn.loading .fa-refresh {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  display: inline-block;
}
.woocommerce .cs-products .product .added_to_cart,
.woocommerce-page .cs-products .product .added_to_cart {
  color: #555;
  display: inline-block;
}
.woocommerce .cs-products .onsale,
.woocommerce-page .cs-products .onsale {
  font-size: 11px;
  top: 20px;
  left: 0;
  padding: 5px 10px;
  z-index: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce .cs-products .out-of-stock,
.woocommerce-page .cs-products .out-of-stock {
  position: absolute;
  font-size: 11px;
  padding: 5px 10px;
  right: 0;
  bottom: 20px;
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
}
.woocommerce .cs-products .star-rating,
.woocommerce-page .cs-products .star-rating {
  font-size: 12px;
  width: 55px;
  margin-bottom: 5px;
}
.woocommerce .cs-products .price,
.woocommerce-page .cs-products .price {
  float: left;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0;
  color: #555;
}
.woocommerce .cs-products .price del,
.woocommerce-page .cs-products .price del {
  line-height: 1em;
}
.woocommerce .entry-summary .price,
.woocommerce-page .entry-summary .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin: 20px 0;
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 10px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .entry-summary h1,
.woocommerce-page .entry-summary h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce .entry-summary .stock,
.woocommerce-page .entry-summary .stock {
  margin-top: 20px;
}
.woocommerce .entry-summary table,
.woocommerce-page .entry-summary table {
  position: relative;
  margin-bottom: 30px;
}
.woocommerce .entry-summary table td,
.woocommerce-page .entry-summary table td {
  vertical-align: middle;
}
.woocommerce .entry-summary table td.label,
.woocommerce-page .entry-summary table td.label {
  text-align: right;
}
.woocommerce .entry-summary table td label,
.woocommerce-page .entry-summary table td label {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce .entry-summary .reset_variations,
.woocommerce-page .entry-summary .reset_variations {
  position: absolute;
  right: 0;
  bottom: -25px;
  margin-top: 5px;
  text-align: right;
  color: #d63e33;
}
.woocommerce .entry-summary .reset_variations:hover,
.woocommerce-page .entry-summary .reset_variations:hover {
  color: #555;
  text-decoration: none;
}
.woocommerce .entry-summary .reset_variations:before,
.woocommerce-page .entry-summary .reset_variations:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f00d";
  margin-right: 3px;
}
.woocommerce .entry-summary .star-rating,
.woocommerce-page .entry-summary .star-rating {
  margin-top: 3px;
}
.woocommerce .entry-summary .cart,
.woocommerce-page .entry-summary .cart {
  margin-top: 20px;
}
.woocommerce .entry-summary .single_variation,
.woocommerce-page .entry-summary .single_variation {
  margin-bottom: 20px;
}
.woocommerce .entry-summary .single_variation .price,
.woocommerce-page .entry-summary .single_variation .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
}
.woocommerce .entry-summary .single_variation .price del,
.woocommerce-page .entry-summary .single_variation .price del {
  font-size: 14px;
  line-height: 1em;
}
.woocommerce .entry-summary .product_meta,
.woocommerce-page .entry-summary .product_meta {
  margin: 20px 0;
}
.woocommerce .entry-summary .product_meta > span,
.woocommerce-page .entry-summary .product_meta > span {
  display: block;
}
.woocommerce .entry-summary .product_meta .sku,
.woocommerce-page .entry-summary .product_meta .sku {
  font-weight: 600;
}
.woocommerce .entry-summary .group_table td,
.woocommerce-page .entry-summary .group_table td {
  vertical-align: middle;
}
.woocommerce .entry-summary .group_table td label,
.woocommerce-page .entry-summary .group_table td label {
  margin-bottom: 0;
}
.woocommerce .entry-summary .quantity,
.woocommerce-page .entry-summary .quantity {
  width: 65px;
  display: inline-block;
}
.woocommerce .product .cs-products,
.woocommerce .cart-collaterals .cs-products,
.woocommerce-page .product .cs-products,
.woocommerce-page .cart-collaterals .cs-products {
  margin: 10px 0;
}
.woocommerce .product .shipping-calculator-button,
.woocommerce .cart-collaterals .shipping-calculator-button,
.woocommerce-page .product .shipping-calculator-button,
.woocommerce-page .cart-collaterals .shipping-calculator-button {
  display: block;
  margin: 7px 0 -15px 0;
}
.woocommerce .product .wc-proceed-to-checkout,
.woocommerce .cart-collaterals .wc-proceed-to-checkout,
.woocommerce-page .product .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 10px;
  float: right;
}
.woocommerce .product .cross-sells,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .product .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  float: left;
  width: 58%;
}
.woocommerce .product .cart_totals,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .product .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 40%;
}
.woocommerce .product .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .product .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  text-align: right;
}
.woocommerce .product .cart_totals table td, .woocommerce .product .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .product .cart_totals table td,
.woocommerce-page .product .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
  text-align: right;
}
.woocommerce .digital-downloads,
.woocommerce-page .digital-downloads {
  list-style: none;
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .digital-downloads li,
.woocommerce-page .digital-downloads li {
  margin: 0 0 5px 0;
}
.woocommerce .digital-downloads li:last-child,
.woocommerce-page .digital-downloads li:last-child {
  margin-bottom: 0;
}
.woocommerce .digital-downloads li a:before,
.woocommerce-page .digital-downloads li a:before {
  content: '\f019';
  margin-right: 5px;
  display: inline-block;
  font-family: 'FontAwesome';
}
.woocommerce #comments .review,
.woocommerce-page #comments .review {
  position: relative;
  min-height: 80px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.woocommerce #comments .review:last-child,
.woocommerce-page #comments .review:last-child {
  border-bottom: none;
}
.woocommerce #comments .avatar,
.woocommerce-page #comments .avatar {
  top: 0;
}
.woocommerce #comments .comment > div,
.woocommerce-page #comments .comment > div {
  position: relative;
}
.woocommerce #comments .comment-text,
.woocommerce-page #comments .comment-text {
  margin-left: 70px;
}
.woocommerce #comments .meta,
.woocommerce-page #comments .meta {
  margin-bottom: 5px;
}
.woocommerce #review_form .stars a,
.woocommerce-page #review_form .stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
  text-indent: -9999px;
  position: relative;
  font-size: 14px;
  color: #ccc;
  border-right: 1px solid #e8e8e8;
}
.woocommerce #review_form .stars a.active, .woocommerce #review_form .stars a:hover,
.woocommerce-page #review_form .stars a.active,
.woocommerce-page #review_form .stars a:hover {
  color: #f5b300;
}
.woocommerce #review_form .stars a:before,
.woocommerce-page #review_form .stars a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.woocommerce #review_form .stars a.star-1,
.woocommerce-page #review_form .stars a.star-1 {
  width: 25px;
}
.woocommerce #review_form .stars a.star-1:before,
.woocommerce-page #review_form .stars a.star-1:before {
  content: '\f005';
}
.woocommerce #review_form .stars a.star-2,
.woocommerce-page #review_form .stars a.star-2 {
  width: 40px;
}
.woocommerce #review_form .stars a.star-2:before,
.woocommerce-page #review_form .stars a.star-2:before {
  content: '\f005\f005';
}
.woocommerce #review_form .stars a.star-3,
.woocommerce-page #review_form .stars a.star-3 {
  width: 50px;
}
.woocommerce #review_form .stars a.star-3:before,
.woocommerce-page #review_form .stars a.star-3:before {
  content: '\f005\f005\f005';
}
.woocommerce #review_form .stars a.star-4,
.woocommerce-page #review_form .stars a.star-4 {
  width: 60px;
}
.woocommerce #review_form .stars a.star-4:before,
.woocommerce-page #review_form .stars a.star-4:before {
  content: '\f005\f005\f005\f005';
}
.woocommerce #review_form .stars a.star-5,
.woocommerce-page #review_form .stars a.star-5 {
  width: 75px;
  border-right: 0;
}
.woocommerce #review_form .stars a.star-5:before,
.woocommerce-page #review_form .stars a.star-5:before {
  content: '\f005\f005\f005\f005\f005';
}
.woocommerce .upsells,
.woocommerce .related,
.woocommerce-page .upsells,
.woocommerce-page .related {
  clear: both;
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 20px;
}
.woocommerce .woocommerce-product-gallery,
.woocommerce-page .woocommerce-product-gallery {
  position: relative;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.woocommerce .woocommerce-product-gallery img,
.woocommerce-page .woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce .woocommerce-product-gallery__wrapper,
.woocommerce-page .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
.woocommerce .woocommerce-product-gallery__trigger,
.woocommerce-page .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 .woocommerce-product-gallery__trigger:before,
.woocommerce-page .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 .woocommerce-product-gallery__trigger:after,
.woocommerce-page .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);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce .flex-control-thumbs,
.woocommerce-page .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0px 0px 0 -4px;
  padding: 0;
}
.woocommerce .flex-control-thumbs:empty,
.woocommerce-page .flex-control-thumbs:empty {
  display: none;
}
.woocommerce .flex-control-thumbs li,
.woocommerce-page .flex-control-thumbs li {
  list-style: none;
  float: left;
  width: 20%;
  margin: 0;
  padding: 5px 0 0 5px;
}
.woocommerce .flex-control-thumbs li img,
.woocommerce-page .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
}
.woocommerce .flex-control-thumbs li img:hover,
.woocommerce .flex-control-thumbs li img:hover,
.woocommerce-page .flex-control-thumbs li img:hover,
.woocommerce-page .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1),
.woocommerce-page .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce .product-category a,
.woocommerce-page .product-category a {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 3px;
  margin: 0 !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce .product-category a h3,
.woocommerce-page .product-category a h3 {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin: 0 !important;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.woocommerce .product-category a h3 mark,
.woocommerce-page .product-category a h3 mark {
  color: #fff;
  background: none;
}
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-page .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
}
.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border: 1px solid #eee;
  border-radius: 2px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child,
.woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li:before {
  font-family: "FontAwesome";
  opacity: 0.5;
  padding: 10px 5px 10px 10px;
  display: inline-block;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\f0e4";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\f291";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\f1c6";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\f015";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods:before {
  content: "\f09d";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\f007";
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f08b";
}
.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  padding: 10px 5px;
}
.woocommerce .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce-MyAccount-content {
  float: left;
  width: 78%;
  margin-left: 2%;
}
.woocommerce .screen-reader-text,
.woocommerce-page .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.widget_top_rated_products li,
.widget_recent_reviews li,
.widget_recently_viewed_products li,
.widget_products li,
.widget_shopping_cart li {
  position: relative;
  padding-left: 60px;
  min-height: 70px;
}
.widget_top_rated_products li a,
.widget_recent_reviews li a,
.widget_recently_viewed_products li a,
.widget_products li a,
.widget_shopping_cart li a {
  float: left;
  width: 100%;
  text-decoration: none;
}
.widget_top_rated_products li img,
.widget_recent_reviews li img,
.widget_recently_viewed_products li img,
.widget_products li img,
.widget_shopping_cart li img {
  position: absolute;
  top: 4px;
  left: 0;
  width: 50px;
}
.widget_top_rated_products li.empty,
.widget_recent_reviews li.empty,
.widget_recently_viewed_products li.empty,
.widget_products li.empty,
.widget_shopping_cart li.empty {
  padding-left: 0;
}
.widget_top_rated_products .amount,
.widget_recent_reviews .amount,
.widget_recently_viewed_products .amount,
.widget_products .amount,
.widget_shopping_cart .amount {
  font-weight: 600;
}

.widget_shopping_cart li a {
  float: none;
  width: auto;
}
.widget_shopping_cart li .remove {
  color: #d63e33;
  font-weight: bold;
}
.widget_shopping_cart li .remove:hover {
  color: #df665d;
}
.widget_shopping_cart li .empty {
  padding: 0;
  min-height: 0;
}
.widget_shopping_cart li .quantity {
  width: 100%;
}
.widget_shopping_cart .buttons,
.widget_shopping_cart .total {
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
}
.widget_shopping_cart .buttons a {
  color: #fff;
  font-size: 11px;
  padding: 6px 10px;
  line-height: 1.3;
  margin-right: 10px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.widget_shopping_cart .buttons a:before {
  content: '\f07a';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
}
.widget_shopping_cart .buttons .checkout {
  background-color: #5cb85c;
}
.widget_shopping_cart .buttons .checkout:hover {
  background-color: #80c780;
}
.widget_shopping_cart .buttons .checkout:before {
  content: '\f058';
}

.widget_top_rated_products .star-rating,
.widget_recent_reviews .star-rating {
  font-size: 12px;
  width: 55px;
  margin-top: 5px;
}

.widget_price_filter .price_slider {
  margin-bottom: 10px;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .price_label {
  float: right;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -4px;
  font-size: 1em;
  width: 12px;
  height: 12px;
  z-index: 2;
  outline: none;
  cursor: pointer;
  border: 1px solid #428bca;
  background-color: #428bca;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  border: 0;
  background-color: #e8e8e8;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .ui-widget-content {
  background-color: #f5f5f5;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_price_filter .button {
  font-size: 11px;
  padding: 4px 8px;
  line-height: 1.2;
}

.cs-modal-lost-password {
  margin-top: 10px;
}

.cs-module-woologin .cs-btn {
  margin: 0;
}
.cs-module-woologin p {
  margin-bottom: 10px;
}
.cs-module-woologin p:last-child {
  margin-bottom: 0;
}
.cs-module-woologin #rememberme {
  position: relative;
  top: 2px;
}
.cs-module-woologin .login-remember label {
  margin-bottom: 0;
}

.cs-module-woocount {
  position: relative;
}

.cs-cart-count {
  display: inline-block;
  position: relative;
  top: -5px;
  padding: 2px 3px;
  font-size: 9px;
  line-height: 1em;
  border-radius: 2px;
  margin-left: 2px;
  color: #fff;
  background-color: #428bca;
}

.cs-menu-cart .cs-cart-count {
  top: -8px;
}

.cs-module-wplogin .cs-modal-content,
.cs-module-woologin .cs-modal-content {
  width: 250px;
}

.cs-module-woominicart .cs-modal-content {
  padding: 0;
  width: 250px;
}
.cs-module-woominicart .total {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.cs-module-woominicart .remove {
  color: #d63e33;
  font-weight: bold;
}
.cs-module-woominicart .remove:hover {
  color: #df665d;
}
.cs-module-woominicart .buttons {
  padding: 15px 10px;
}
.cs-module-woominicart .buttons a {
  color: #fff;
  font-size: 11px;
  padding: 6px 10px;
  line-height: 1.3;
  margin-right: 5px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.cs-module-woominicart .buttons a:before {
  content: '\f07a';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
}
.cs-module-woominicart .buttons .checkout {
  background-color: #5cb85c;
}
.cs-module-woominicart .buttons .checkout:hover {
  background-color: #80c780;
}
.cs-module-woominicart .buttons .checkout:before {
  content: '\f058';
}
.cs-module-woominicart p {
  margin-bottom: 0;
}
.cs-module-woominicart ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-module-woominicart ul li {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
  padding-left: 50px;
  position: relative;
}
.cs-module-woominicart ul li .quantity {
  display: block;
}
.cs-module-woominicart ul li a {
  display: inline-block;
  text-decoration: none;
}
.cs-module-woominicart ul li a img {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 32px;
}