/**
 * The ecommerce stylesheet for Leka.
 *
 * @package Leka
 * @author  Duy Pham
 * @link	http://lekawp.demo.arw.tf
 */
/*------------------------------------------------------------------
[Table of contents]

1. CSS General
2. Category Product
3. Search Product
4. Single Product
5. Cart Page
5. Checkout Page
6. My Account Page
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
	1. CSS General
---------------------------------------------------------------*/
.select2-drop-active {
  border-color: transparent #e9e9e9 #e9e9e9;
}

.select2-search input {
  padding: 0.46154rem !important;
  margin-bottom: 0;
}

.icon .fa-balance-scale {
  margin-left: 2px;
}

.entry-content > .woocommerce {
  padding-bottom: 3.07692rem;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  padding: 1.07692rem 2.15385rem 1.07692rem 3.84615rem !important;
  margin: 0 0 2em !important;
  position: relative;
  border-width: 3px 1px 1px 1px;
  border-style: solid;
  border-color: #43AC6A #e9e9e9 #e9e9e9;
  list-style: none outside !important;
  background: #fff;
  width: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after {
  clear: both;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  font-family: FontAwesome;
  content: "\f071";
  display: inline-block;
  position: absolute;
  top: 1.07692rem;
  left: 1.53846rem;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  float: right;
  margin-bottom: 0;
}

.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce .woocommerce-message {
  border-top-color: #43AC6A;
}

.woocommerce .woocommerce-message:before {
  content: "\f022";
  color: #43AC6A;
}

.woocommerce .woocommerce-info {
  border-top-color: #a0d3e8;
}

.woocommerce .woocommerce-info:before {
  content: "\f05a";
  color: #a0d3e8;
}

.woocommerce .woocommerce-error {
  border-top-color: #f04124;
}

.woocommerce .woocommerce-error:before {
  content: "\f071";
  color: #f04124;
}

.woocommerce small.note {
  display: block;
  color: #303030;
  font-size: 1.07692rem;
  margin-top: 0.76923rem;
}

.woocommerce {
  /**
	 * Tables
	 */
  /**
	 * Forms
	 */
  /**
	 * Order page
	 */
}

.woocommerce .cross-sells ul,
.woocommerce .upsells ul,
.woocommerce .related ul {
  margin: 0;
  list-style: none;
}

.woocommerce .quantity {
  display: inline-block;
  position: relative;
}

.woocommerce .quantity .button-qty,
.woocommerce .quantity .input-text {
  display: inline-block;
  background: #f8f8f8;
  border: none;
  margin: 0;
  height: 3.84615rem;
  line-height: 3.84615rem;
  text-align: center;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

.woocommerce .quantity .input-text {
  width: 3.07692rem;
  font-size: 1.07692rem;
}

.woocommerce .quantity .button-qty {
  width: 1.92308rem;
  cursor: pointer;
}

.woocommerce .quantity .button-qty span {
  display: block !important;
}

.woocommerce .price del {
  font-size: 1.07692rem;
  text-decoration: none;
}

.woocommerce .price del .amount {
  text-decoration: line-through;
}

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

.woocommerce .onsale-badge,
.woocommerce .new-badge {
  position: absolute;
  font-size: 0.76923rem;
  text-transform: uppercase;
  right: -0.76923rem;
  top: -0.76923rem;
  width: 3.84615rem;
  line-height: 1.53846rem;
  padding: 1.15385rem 0;
  text-align: center;
  background: #303030;
  color: #fff;
  z-index: 3;
}

.woocommerce .onsale-badge {
  background: #7e883a;
}

.woocommerce .badge ~ .badge {
  right: auto;
  left: -0.76923rem;
}

.woocommerce .woocommerce-ordering {
  float: left;
  width: 100%;
}

.woocommerce .woocommerce-ordering .orderby {
  max-width: 100%;
  background-color: transparent;
  border: 2px solid #e9e9e9;
  margin-bottom: 0;
  color: #747474;
  height: 4.61538rem;
  margin-right: 2.30769rem;
  width: 15.38462rem;
}

.woocommerce .woocommerce-ordering .per_page_list {
  display: none;
}

.woocommerce .woocommerce-ordering .per_page_grid {
  display: inline-block;
}

.woocommerce .woocommerce-ordering.mode_list .per_page_list {
  display: inline-block;
}

.woocommerce .woocommerce-ordering.mode_list .per_page_grid {
  display: none;
}

.woocommerce .woocommerce-result-count {
  margin-bottom: 0;
  float: left;
}

.woocommerce p.stars {
  position: relative;
  margin-top: 0.38462rem;
  font-size: 0.92308rem;
}

.woocommerce p.stars a {
  display: inline-block;
  margin-right: 1.07692rem;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
  line-height: 100%;
}

.woocommerce p.stars a:last-child {
  border-right: 0;
}

.woocommerce p.stars a:hover,
.woocommerce p.stars a.active {
  color: #7e883a;
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
  border-right: 1px solid #ccc;
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  top: 0;
  line-height: inherit;
  left: 0;
}

.woocommerce p.stars a.star-1 {
  width: 2em;
}

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

.woocommerce p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after {
  content: "\f005";
}

.woocommerce p.stars a.star-2 {
  width: 3em;
}

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

.woocommerce p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after {
  content: "\f005\f005";
}

.woocommerce p.stars a.star-3 {
  width: 4em;
}

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

.woocommerce p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
}

.woocommerce p.stars a.star-4 {
  width: 5em;
}

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

.woocommerce p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
}

.woocommerce p.stars a.star-5 {
  width: 6em;
  border: 0;
}

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

.woocommerce p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}

.woocommerce table.variations,
.woocommerce table.table_cart_totals {
  width: 100%;
}

.woocommerce table.table_cart_totals {
  text-align: right;
  font-size: 0.92308rem;
}

.woocommerce table.table_cart_totals .shipping .woocommerce-shipping-calculator > p {
  margin-bottom: 0;
  padding-top: 0.76923rem;
}

.woocommerce table.table_cart_totals .shipping .shipping-calculator-form {
  padding-top: 0.76923rem;
}

.woocommerce table.table_cart_totals th {
  padding: 5px 0;
  font-weight: normal;
}

.woocommerce table.table_cart_totals .amount {
  color: #303030;
  letter-spacing: 1px;
}

.woocommerce table.table_cart_totals .order-total .amount {
  font-size: 1.53846rem;
  color: #7e883a;
  font-weight: normal;
}

.woocommerce table.variations {
  background: none;
  margin-bottom: 0;
  border: none;
}

.woocommerce table.variations .reset_variations {
  visibility: hidden;
}

.woocommerce table.variations td {
  padding: 0;
  background: none;
  float: left;
  width: 70%;
}

.woocommerce table.variations td input,
.woocommerce table.variations td select {
  margin-bottom: 0;
}

.woocommerce table.variations td.label {
  width: 30%;
  padding-top: 0.53846rem;
  padding-right: 0.53846rem;
  text-align: left;
}

.woocommerce table.variations td.label label {
  font-weight: bold;
  font-size: 1.07692rem;
}

.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.69231rem;
  width: 100%;
}

.woocommerce table.shop_attributes th {
  width: 11.53846rem;
  padding: 0.61538rem;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 0.61538rem 0;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}

.woocommerce table.shop_table {
  width: 100%;
  text-align: center;
}

.woocommerce table .quantity {
  padding-right: 1.69231rem;
  width: 5.53846rem;
}

.woocommerce table .quantity:before, .woocommerce table .quantity:after {
  content: " ";
  display: table;
}

.woocommerce table .quantity:after {
  clear: both;
}

.woocommerce table .quantity .input-text {
  width: 3.84615rem;
  height: 3.84615rem;
  line-height: 3.84615rem;
  border: 1px solid #e9e9e9;
  background: none;
}

.woocommerce table .quantity .button-qty {
  position: absolute;
  right: 0;
  background: none;
  width: 1.69231rem;
  height: 1.92308rem;
  line-height: 1.92308rem;
  top: 1.92308rem;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #e9e9e9;
}

.woocommerce table .quantity .button-qty.desc-qty {
  border-width: 1px 1px 1px 0px;
  top: 0;
}

.woocommerce table .product-thumbnail {
  width: 6.15385rem;
}

.woocommerce table th {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.76923rem;
}

.woocommerce table .product-price .amount,
.woocommerce table .product-subtotal .amount {
  color: #7e883a;
  letter-spacing: 1px;
}

.woocommerce table td.actions {
  padding-top: 1.53846rem;
  padding-bottom: 1.53846rem;
}

.woocommerce table td.actions .input-text,
.woocommerce table td.actions .button {
  margin-bottom: 0;
}

.woocommerce table td.actions .coupon {
  width: 50%;
  float: left;
}

.woocommerce table td.actions .coupon label {
  display: none;
}

.woocommerce table td.actions .coupon .input-text {
  width: 15.38462rem;
  margin-right: 0.76923rem;
  height: 3.07692rem;
  float: left;
}

.woocommerce table td.actions > .button {
  float: right;
}

.woocommerce td.product-name dl.variation {
  margin: 0.30769rem 0;
}

.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after {
  content: " ";
  display: table;
}

.woocommerce td.product-name dl.variation:after {
  clear: both;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  font-size: 0.84615rem;
  margin-bottom: 0;
  text-transform: none;
  line-height: normal;
}

.woocommerce td.product-name dl.variation dd {
  padding: 0 0 0.30769rem 0;
}

.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
  font-size: 0.92308rem;
}

.woocommerce td.product-quantity {
  min-width: 6.15385rem;
}

.woocommerce .section-before-cart {
  text-align: center;
  margin-bottom: 2.30769rem;
}

.woocommerce .section-before-cart .lnr-checkmark-circle:before {
  margin-left: 4px;
}

.woocommerce .checkout_coupon .form-row-last {
  margin-bottom: 0;
}

.woocommerce .checkout_coupon .form-row-last .button {
  margin-bottom: 0;
}

.woocommerce form:before, .woocommerce form:after {
  content: " ";
  display: table;
}

.woocommerce form:after {
  clear: both;
}

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

.woocommerce form .form-row-last {
  float: right;
}

.woocommerce form .form-row-wide {
  width: 100%;
  float: left;
}

.woocommerce form .form-row:before, .woocommerce form .form-row:after {
  content: " ";
  display: table;
}

.woocommerce form .form-row:after {
  clear: both;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.woocommerce form .form-row label {
  text-transform: uppercase;
  font-size: 0.76923rem;
  line-height: inherit;
  letter-spacing: 1px;
}

.woocommerce form .form-row label.hidden {
  visibility: hidden;
}

.woocommerce form .form-row label.inline {
  display: inline;
}

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}

.woocommerce form .form-row .required {
  color: red;
  border: 0;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: 0px 0px 0 0;
  text-align: center;
  vertical-align: middle;
}

.woocommerce form .form-row .input-text {
  line-height: 1.53846rem;
  padding: 15px 20px;
  height: 3.84615rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}

.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce form .form-row .select2-container {
  width: 100%;
}

.woocommerce form .form-row .select2-container .select2-choice {
  padding: 0.92308rem 1.53846rem;
  border-radius: 0;
  border-color: #e9e9e9;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: red;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: green;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid #e9e9e9;
  padding: 1.53846rem;
  margin: 2.15385rem 0 2.15385rem 0;
  background: #fff;
}

.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}

.woocommerce ul.order_details {
  list-style: none;
  margin-left: 0;
  display: table;
  width: 100%;
}

.woocommerce ul.order_details li {
  display: table-cell;
}

.woocommerce ul.order_details .total .amount {
  color: #7e883a;
}

.arexworks-woocommerce-toolbar {
  border: 1px solid #e9e9e9;
  padding: 0.76923rem;
  margin-bottom: 3.84615rem;
}

.arexworks-woocommerce-toolbar:before, .arexworks-woocommerce-toolbar:after {
  content: " ";
  display: table;
}

.arexworks-woocommerce-toolbar:after {
  clear: both;
}

.arexworks-woocommerce-toolbar .toolbar-left {
  float: left;
  padding-right: 1.15385rem;
}

.arexworks-woocommerce-toolbar .toolbar-right {
  float: left;
}

.arexworks-woocommerce-toolbar .gridlist-toggle-wrapper {
  float: left;
  padding: 0.15385rem 0;
}

.arexworks-woocommerce-toolbar .gridlist-toggle-wrapper a {
  border: 1px solid #e9e9e9;
  float: left;
  width: 2.30769rem;
  height: 2.30769rem;
  line-height: 2.15385rem;
  text-align: center;
}

.arexworks-woocommerce-toolbar .gridlist-toggle-wrapper a + a {
  margin-left: 0.76923rem;
}

.arexworks-woocommerce-toolbar .gridlist-toggle-wrapper a.active {
  color: #7e883a;
}

.arexworks-woocommerce-toolbar .gridlist-toggle-wrapper a i {
  line-height: inherit;
}

.arexworks-woocommerce-toolbar .woocommerce-result-count {
  line-height: 1.84615rem;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.76923rem;
  letter-spacing: 1px;
  padding: 0.46154rem 0 0;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper {
  position: relative;
  float: left;
  padding: 0.46154rem 0.76923rem 0;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper .sort-by-label {
  font-size: 0.92308rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #303030;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1.84615rem;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper .sort-by-label:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-weight: normal;
  padding-left: 0.76923rem;
  font-size: 0.76923rem;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper .sort-by-content {
  display: none \9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  background: #fff;
  z-index: 99;
  min-width: 100%;
  left: 0;
  padding: 0.38462rem 0.76923rem;
  top: 100%;
  border: 1px solid #e9e9e9;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper .sort-by-content ul {
  margin: 0;
  list-style: none;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper .sort-by-content ul li {
  padding: 0;
  margin: 0;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper .sort-by-content ul a {
  padding: 0.23077rem 0;
  display: block;
  white-space: pre;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper:hover .sort-by-label {
  color: #7e883a;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper:hover .sort-by-content {
  display: block \9;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.arexworks-woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content li {
  padding: 0.23077rem 0;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content a {
  display: inline;
  padding: 0;
  white-space: normal;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content a:after {
  font-size: 0.84615rem;
  padding-top: 0;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content .count {
  font-size: 0.76923rem;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content {
  min-width: 15.38462rem;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper {
  padding-top: 0.76923rem;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper .price_label {
  margin-bottom: 1.15385rem;
  font-size: 0.92308rem;
}

.arexworks-woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper .button {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
	2. Category Product
---------------------------------------------------------------*/
.products .product_description,
.products .product_actions_list {
  display: none;
}

.products .button i {
  line-height: inherit;
}

.products .archive-product-rating .star-rating {
  margin: 0.38462rem auto;
}

.products .product_images_wrapper {
  position: relative;
}

.products .product_images_wrapper .product_images_hover {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
}

.products .product_images_wrapper img {
  width: 100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}

.products .product_images_wrapper .alt_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.products .product_link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.products .product_actions {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  min-width: 11.92308rem;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.products .product_actions .button-wrapper {
  display: inline-block;
}

.products .product_actions .button {
  background: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #e9e9e9;
  width: 3.07692rem;
  height: 2.69231rem;
  line-height: 2.53846rem;
  text-align: center;
  margin: 0 0.38462rem;
  font-size: 1.07692rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.products .product_actions .button span {
  display: block;
  text-align: center;
  height: 100%;
  float: left;
  width: 100%;
}

.products .product_actions .button span.text {
  display: none;
}

.products .product_actions .button span .fa {
  font-weight: inherit;
}

.products .product_actions .button:hover {
  border-color: #fff;
  background: #fff;
  color: #303030;
}

.products h3 {
  text-align: center;
  font-size: 1.07692rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1.53846rem 0 0;
}

.products h3 a {
  color: #303030;
}

.products h3 a:hover {
  color: #7e883a;
}

.products .product_list_price {
  text-align: center;
  margin-bottom: 1.53846rem;
  line-height: 100%;
}

.products .product_list_price .amount {
  color: #7e883a;
  font-size: 1.07692rem;
}

.products .product_list_price del .amount {
  color: inherit;
  font-size: 0.92308rem;
}

.products .add_to_cart_button.added {
  display: none;
}

.products.products-grid li.product {
  padding: 1.15385rem;
}

.products.products-grid .product-inner:hover .product_images_wrapper .product_images_hover {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.products.products-grid .product-inner:hover .product_images_wrapper .product_actions .button {
  opacity: 1;
}

.products.products-grid .product-inner:hover .product_images_wrapper .product_link {
  background: #303030;
}

.products.products-grid .product-inner:hover .product_images_wrapper.has-alt-image .wp-post-image {
  opacity: 0;
}

.products.products-grid .product-inner:hover .product_images_wrapper.has-alt-image .alt_img {
  opacity: 1;
}

.products.products-grid .product_list_price {
  padding-top: 5px;
}

.products.products-grid .product-item-info > .button-wrapper {
  text-align: center;
  margin-bottom: 1.53846rem;
}

.products.products-grid .added_to_cart,
.products.products-grid .add_to_cart_button {
  background: none;
  color: #747474;
  border-color: #e9e9e9;
  border-width: 1px 0 1px 0;
  border-style: solid;
  margin-bottom: 0;
  line-height: 100%;
  padding: 1rem 1.53846rem 1.30769rem;
  font-size: 0.69231rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.products.products-grid .added_to_cart .icon,
.products.products-grid .add_to_cart_button .icon {
  display: none;
}

.products.products-grid .added_to_cart:hover,
.products.products-grid .add_to_cart_button:hover {
  color: #303030;
  border-color: #303030;
}

.products.products-grid .added_to_cart .icon {
  display: inline-block;
}

.products.products-grid2 .product-inner {
  position: relative;
}

.products.products-grid2 .product-inner:hover .product_thumbnail:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.products.products-grid2 .product-inner:hover .product-item-info {
  opacity: 1;
  filter: alpha(opacity=100);
}

.products.products-grid2 h3 {
  margin: 0 0 0.38462rem;
}

.products.products-grid2 h3 a {
  color: #fff;
}

.products.products-grid2 h3 a:hover {
  color: #7e883a;
}

.products.products-grid2 .product_link {
  opacity: 0;
  filter: alpha(opacity=0);
}

.products.products-grid2 .product_images_wrapper .product_thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: #1b1b1b;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.products.products-grid2 .product_images_wrapper .product_images_hover {
  display: none !important;
}

.products.products-grid2 .product-item-info {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
}

.products.products-grid2 .add_to_cart_button,
.products.products-grid2 .added_to_cart {
  color: #fff;
}

.products.products-grid2 .add_to_cart_button:hover,
.products.products-grid2 .added_to_cart:hover {
  color: #7e883a;
  border-color: #7e883a;
}

.products.products-grid2 .product_actions_list {
  display: block;
  text-align: center;
  margin-bottom: 1.53846rem;
}

.products.products-grid2 .product_actions_list .button-wrapper {
  display: inline-block;
}

.products.products-grid2 .product_actions_list .button.add_to_cart_button {
  display: none;
}

.products.products-grid2 .product_actions_list .button {
  background: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #e9e9e9;
  width: 3.07692rem;
  height: 2.69231rem;
  line-height: 2.53846rem;
  text-align: center;
  margin: 0 0.38462rem;
  font-size: 1.07692rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.products.products-grid2 .product_actions_list .button span {
  display: block;
  text-align: center;
}

.products.products-grid2 .product_actions_list .button span.text {
  display: none;
}

.products.products-grid2 .product_actions_list .button span .fa {
  font-weight: inherit;
}

.products.products-grid2 .product_actions_list .button:hover {
  border-color: #fff;
  background: #fff;
  color: #303030;
}

.products.products-list > li:not(.product-category) {
  width: 100%;
  padding-bottom: 0;
}

.products.products-list > li:not(.product-category) .product-inner {
  padding-bottom: 3.84615rem;
}

.products.products-list > li:not(.product-category) + li .product-inner {
  padding-top: 3.84615rem;
  border-top: 2px solid #e9e9e9;
}

.products.products-list > li:not(.product-category) .product-inner {
  position: relative;
}

.products.products-list > li:not(.product-category) .product-inner:before, .products.products-list > li:not(.product-category) .product-inner:after {
  content: " ";
  display: table;
}

.products.products-list > li:not(.product-category) .product-inner:after {
  clear: both;
}

.products.products-list > li:not(.product-category) .product-item-info {
  padding: 0 15px;
  margin-left: 31%;
  margin-left: calc(30% + 15px);
  margin-left: -webkit-calc(30% + 15px);
}

.products.products-list .product_images_wrapper {
  float: left;
  width: 30%;
}

.products.products-list .product_images_wrapper:hover .product_images_hover {
  display: block;
  opacity: 1;
}

.products.products-list .product_images_wrapper:hover .product_link {
  background: #303030;
}

.products.products-list .product_images_wrapper:hover.has-alt-image .wp-post-image {
  opacity: 0;
}

.products.products-list .product_images_wrapper:hover.has-alt-image .alt_img {
  opacity: 1;
}

.products.products-list .archive-product-rating {
  float: right;
  width: 5.38462rem;
  margin-top: 0.84615rem;
  margin-right: 0;
}

.products.products-list .archive-product-rating .star-rating {
  margin: 0;
}

.products.products-list h3 {
  text-align: left;
  margin: 0 0 0;
  font-size: 1.07692rem;
  letter-spacing: 1px;
}

.products.products-list .product_actions {
  min-width: 0;
}

.products.products-list .product_actions .button {
  display: none;
}

.products.products-list .product_actions .button.quickview {
  display: block;
  width: 3.84615rem;
  height: 3.84615rem;
  line-height: 3.69231rem;
  padding: 0 0 0 1px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.products.products-list .product_actions .button.quickview span {
  display: block;
  height: 100%;
}

.products.products-list .product_actions .button.quickview .text {
  display: none;
}

.products.products-list .archive-product-rating,
.products.products-list .product_description,
.products.products-list .product_actions_list {
  display: block;
}

.products.products-list .product_list_price {
  text-align: left;
  margin: 0.76923rem 0 1.92308rem;
}

.products.products-list .product_description p {
  font-size: 1rem;
}

.products.products-list .product_actions_list .quickview {
  display: none;
}

.products.products-list .product_actions_list .button-wrapper {
  display: inline-block;
}

.products.products-list .product_actions_list .button {
  margin-top: 0.76923rem;
  margin-bottom: 0;
  margin-right: 0.76923rem;
  padding: 0.76923rem;
  border: 1px solid #303030;
  color: #303030;
  background: none;
  min-width: 3.07692rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.products.products-list .product_actions_list .button:hover {
  background: #7e883a;
  color: #fff;
  border-color: #7e883a;
}

.products.products-list .product_actions_list .add_to_cart_button {
  letter-spacing: 2px;
}

.products.products-list .product_actions_list .add_to_cart_button .icon {
  display: none;
}

.products.products-list .product_actions_list .add_wishlist .text,
.products.products-list .product_actions_list .add_compare .text {
  display: none;
}

.products.products-list .product-item-info > .button-wrapper {
  display: none;
}

.products.products-list2 li.product {
  padding-top: 2.30769rem;
  padding-bottom: 2.30769rem;
}

.products.products-list2 .product-inner {
  margin-left: -1.15385rem;
  margin-right: -1.15385rem;
}

.products.products-list2 .product_images_wrapper,
.products.products-list2 .product-item-info {
  padding-left: 1.15385rem;
  padding-right: 1.15385rem;
  width: 50%;
  float: left;
}

.products.products-list2 .product_thumbnail {
  position: relative;
}

.products.products-list2 .product_actions {
  display: none;
}

.products.products-list2 .product-item-info > .button-wrapper {
  display: none;
}

.products.products-list2 .product_description {
  display: block;
}

.products.products-list2 .product_list_price {
  text-align: left;
}

.products.products-list2 .product_list_price .amount {
  font-size: 1.23077rem;
}

.products.products-list2 h3 {
  text-align: left;
  margin-top: 7.69231rem;
  font-size: 1.84615rem;
  margin-bottom: 1.15385rem;
}

.products.products-list2 .archive-product-rating {
  margin-bottom: 1.53846rem;
}

.products.products-list2 .archive-product-rating .star-rating {
  margin-left: 0;
}

.products.products-list2 .product_actions_list {
  display: block;
}

.products.products-list2 .product_actions_list .quickview {
  display: none;
}

.products.products-list2 .product_actions_list .button-wrapper {
  display: inline-block;
}

.products.products-list2 .product_actions_list .button {
  font-size: 1.07692rem;
  margin-top: 0.76923rem;
  margin-bottom: 0;
  margin-right: 0.76923rem;
  padding: 1.15385rem 2.30769rem;
  border: 1px solid #303030;
  color: #303030;
  background: none;
  min-width: 3.84615rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.products.products-list2 .product_actions_list .button:hover {
  background: #7e883a;
  color: #fff;
  border-color: #7e883a;
}

.products.products-list2 .product_actions_list .add_to_cart_button {
  letter-spacing: 2px;
}

.products.products-list2 .product_actions_list .add_to_cart_button .icon {
  display: none;
}

.products.products-list2 .product_actions_list .add_wishlist,
.products.products-list2 .product_actions_list .add_compare {
  padding: 1.15385rem;
}

.products.products-list2 .product_actions_list .add_wishlist .text,
.products.products-list2 .product_actions_list .add_compare .text {
  display: none;
}

.products.products-list2 .product_images_wrapper:hover .product_images_hover {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

.products.products-list2 .product_images_wrapper:hover .product_images_hover .product_actions {
  display: block;
}

.products.products-list2 .product_images_wrapper:hover .product_images_hover .product_actions .button {
  display: none;
}

.products.products-list2 .product_images_wrapper:hover .product_images_hover .product_actions .quickview {
  display: inline-block;
  width: 4.61538rem;
  height: 4.61538rem;
  line-height: 4.46154rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.products.products-list2 .product_images_wrapper:hover .product_actions {
  min-width: 0;
}

.products.products-list2 .product_images_wrapper:hover .product_link {
  background-color: #303030;
}

.products.products-list2 .product_actions_images {
  margin: 3.84615rem 0;
}

.products.products-list2 .product_actions_images img {
  max-width: 5.38462rem;
}

.products.products-list2 .product_actions_images .active img {
  border: 1px solid #7e883a;
}

.products.products-list2 .odd .product_actions_images img {
  margin-right: 0.76923rem;
}

.products.products-list2 .even .product_images_wrapper {
  float: right;
}

.products.products-list2 .even .product_actions_images {
  text-align: right;
}

.products.products-list2 .even .product_actions_images img {
  margin-left: 0.76923rem;
}

.odd .products.products-list2 .product_images_wrapper {
  float: left;
}

.odd .products.products-list2 .product_actions_images {
  text-align: left;
}

.odd .products.products-list2 .product_actions_images img {
  margin-right: 0.76923rem;
  margin-left: 0;
}

.even .products.products-list2 .product_images_wrapper {
  float: right;
}

.even .products.products-list2 .product_actions_images {
  text-align: right;
}

.even .products.products-list2 .product_actions_images img {
  margin-left: 0.76923rem;
  margin-right: 0;
}

.products.products-list-mini {
  margin: 0;
}

.products.products-list-mini li.product {
  width: 100%;
  display: block;
}

.products.products-list-mini li.product:before, .products.products-list-mini li.product:after {
  content: " ";
  display: table;
}

.products.products-list-mini li.product:after {
  clear: both;
}

.products.products-list-mini li.product .product-inner {
  margin-left: -1.15385rem;
  margin-right: -1.15385rem;
}

.products.products-list-mini li.product .badge {
  padding: 0.38462rem 0;
  width: 3.07692rem;
}

.products.products-list-mini li.product .product-item-info,
.products.products-list-mini li.product .product_images_wrapper {
  width: 50%;
  float: left;
  padding: 1.15385rem;
}

.products.products-list-mini li.product .product_images_wrapper .product_thumbnail {
  position: relative;
}

.products.products-list-mini li.product .product_images_wrapper:hover .product_images_hover {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

.products.products-list-mini li.product .product_images_wrapper:hover .product_images_hover .product_actions {
  display: block;
}

.products.products-list-mini li.product .product_images_wrapper:hover .product_images_hover .product_actions .button {
  display: none;
}

.products.products-list-mini li.product .product_images_wrapper:hover .product_images_hover .product_actions .quickview {
  display: inline-block;
  width: 3.07692rem;
  height: 3.07692rem;
  line-height: 2.92308rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.products.products-list-mini li.product .product_images_wrapper:hover .product_actions {
  min-width: 0;
}

.products.products-list-mini li.product .product_images_wrapper:hover .product_link {
  background-color: #303030;
}

.products.products-list-mini li.product .product-item-info {
  text-align: left;
}

.products.products-list-mini li.product .product-item-info > .button-wrapper {
  display: none;
}

.products.products-list-mini li.product .product-item-info .product_list_price,
.products.products-list-mini li.product .product-item-info h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.15385rem;
}

.products.products-list-mini li.product .product-item-info .star-rating {
  margin: 0 0 0.76923rem;
}

.products.products-list-mini li.product .product-item-info .product_actions_list {
  display: block;
  border-top: 1px solid #e9e9e9;
  padding-top: 0.76923rem;
}

.products.products-list-mini li.product .product-item-info .product_actions_list .button-wrapper {
  display: inline-block;
}

.products.products-list-mini li.product .product-item-info .product_actions_list .button-wrapper:first-child .button {
  padding-left: 0;
}

.products.products-list-mini li.product .product-item-info .quickview {
  display: none;
}

.products.products-list-mini li.product .product-item-info .button {
  padding: 0 0.38462rem;
  background: none;
  color: #747474;
  margin-bottom: 0;
}

.products.products-list-mini li.product .product-item-info .button:hover {
  color: #7e883a;
}

.products.products-list-mini li.product .product-item-info .button .text {
  display: none;
}

.products li.product-category {
  margin-bottom: 1.53846rem;
}

.products li.product-category .product_link {
  background: none !important;
}

.products li.product-category a {
  position: relative;
  display: block;
}

.products li.product-category img {
  width: 100%;
}

.products li.product-category h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  background: #fff;
  letter-spacing: 0;
  padding: 1.15385rem 1.53846rem;
  min-width: 10.76923rem;
  text-align: center;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.products li.product-category:hover h3 {
  background: #7e883a;
  color: #fff;
}

.wrapper-product-category.wrapper-product-category-list {
  margin-bottom: 3.84615rem;
  border-bottom: 2px solid #e9e9e9;
}

.products .product_images_wrapper.is_touch_devices .product_link {
  display: none;
}

.products .product_images_wrapper.is_touch_devices:hover .product_link {
  display: block;
}

/*--------------------------------------------------------------
	3. Search Product
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	4. Single Product
---------------------------------------------------------------*/
.single-product .summary.entry-summary {
  margin-bottom: 2.30769rem;
}

.single-product .product-images-wrapper {
  position: relative;
}

.single-product #main_product_single_thumbnail_image {
  bottom: 0;
  left: 10%;
  position: absolute;
  width: 80%;
}

.single-product #main_product_single_thumbnail_image .slick-arrow {
  border: none;
  height: 1.53846rem;
  line-height: 1.53846rem;
  top: 50%;
  margin-top: -10px;
  width: auto;
}

.single-product #main_product_single_thumbnail_image .slick-next {
  right: -1.15385rem;
}

.single-product #main_product_single_thumbnail_image .slick-prev {
  left: -1.15385rem;
}

.single-product #main_product_single_thumbnail_image .thumbnail-images {
  padding: 0.76923rem;
}

.single-product #main_product_single_thumbnail_image .thumbnail-images > div {
  position: relative;
}

.single-product #main_product_single_thumbnail_image .thumbnail-images > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.single-product #main_product_single_thumbnail_image .thumbnail-images.slick-current > div:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.single-product #main_product_single_thumbnail_image .thumbnail-images img {
  border: 3px solid #fff;
}

.related-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 3.46154rem;
  margin-bottom: 3.46154rem;
}

.related-heading h2 {
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 2.76923rem;
  font-weight: 300;
}

.related-heading h2:after {
  content: "";
  width: 2.30769rem;
  background: #7e883a;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.summary.entry-summary .product_title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 0 1.53846rem;
}

.summary.entry-summary .product_title + .stock {
  line-height: 1;
  float: right;
  text-transform: uppercase;
  color: inherit;
  font-size: 0.76923rem;
}

.summary.entry-summary .product_title + .stock span {
  display: none;
}

.summary.entry-summary .product_title + .stock:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 1.07692rem;
  color: green;
  position: relative;
  top: 1px;
  padding-right: 0.38462rem;
}

.summary.entry-summary .product_title + .stock.out-of-stock:before {
  color: #f26600;
  content: "\f05c";
}

.summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 0.61538rem;
}

.summary.entry-summary .woocommerce-product-rating:before, .summary.entry-summary .woocommerce-product-rating:after {
  content: " ";
  display: table;
}

.summary.entry-summary .woocommerce-product-rating:after {
  clear: both;
}

.summary.entry-summary .woocommerce-product-rating .star-rating {
  margin-top: 1px;
}

.summary.entry-summary .woocommerce-product-rating .star-rating,
.summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  float: left;
  line-height: 1;
}

.summary.entry-summary .woocommerce-product-rating .star-rating + .woocommerce-review-link:before {
  color: #747474;
  content: "|";
  padding-left: 0.76923rem;
  padding-right: 0.76923rem;
  position: relative;
  top: -1px;
}

.summary.entry-summary .price-box {
  margin-bottom: 1.53846rem;
}

.summary.entry-summary .price-box:before, .summary.entry-summary .price-box:after {
  content: " ";
  display: table;
}

.summary.entry-summary .price-box:after {
  clear: both;
}

.summary.entry-summary .price-box .price del .amount {
  color: #747474;
}

.summary.entry-summary .price-box .price ins {
  display: block;
  float: left;
  margin-right: 10px;
}

.summary.entry-summary .price-box .price .amount {
  font-size: 2.30769rem;
  line-height: normal;
  letter-spacing: 2px;
  color: #7e883a;
}

.summary.entry-summary .product_meta .posted_in a {
  font-weight: normal;
  text-transform: none;
}

.summary.entry-summary .product_meta .posted_in,
.summary.entry-summary .product_meta .sku_wrapper,
.summary.entry-summary .stock span {
  text-transform: uppercase;
}

.summary.entry-summary .product_meta {
  display: none;
  margin-top: 0;
  margin-bottom: 2.30769rem;
  font-size: 0.92308rem;
}

.summary.entry-summary .short-description {
  margin-bottom: 1.53846rem;
}

.summary.entry-summary .product_meta .sku_wrapper {
  display: block;
}

.summary.entry-summary .product_meta .sku_wrapper .sku {
  text-transform: none;
}

.summary.entry-summary .quantity {
  margin-right: 0.53846rem;
}

.summary.entry-summary .single_add_to_cart_button {
  display: inline-block;
  font-size: 1.07692rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #7e883a;
  padding: 1rem 1.92308rem;
  line-height: 1.84615rem;
  margin: 0 0.53846rem 0 0;
  vertical-align: top;
}

.summary.entry-summary .single_add_to_cart_button:hover {
  background: #303030;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist {
  display: none;
}

.summary.entry-summary .single_variation {
  margin: 0.76923rem 0;
}

.summary.entry-summary .single_variation .amount {
  color: #7e883a;
  font-size: 2.30769rem;
}

.summary.entry-summary .single_variation del .amount {
  color: #747474;
}

.summary.entry-summary form.cart {
  display: inline-block;
  margin-bottom: 2.30769rem;
}

.summary.entry-summary form.cart.variations_form {
  display: block;
}

.summary.entry-summary .button-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2.30769rem;
}

.summary.entry-summary .button-wrapper + .button-wrapper {
  margin-left: 0.76923rem;
}

.summary.entry-summary .button-wrapper .text {
  display: none;
}

.summary.entry-summary .button-wrapper a {
  width: 3.84615rem;
  height: 3.84615rem;
  line-height: 3.84615rem;
  border: 1px solid #e9e9e9;
  display: inline-block;
  text-align: center;
}

.summary.entry-summary .button-wrapper a:hover {
  border-color: #303030;
  background: #303030;
  color: #fff;
}

.summary.entry-summary .group_table {
  width: 100%;
  margin: 1.53846rem 0 0;
}

.summary.entry-summary .group_table .product-title {
  margin: 0;
  font-size: 1.07692rem;
}

.summary.entry-summary .group_table .wrap-btn {
  margin-top: 0;
}

.summary.entry-summary .group_table .button {
  margin-bottom: 0;
}

.summary.entry-summary .group_table .price {
  text-align: center;
  color: #7e883a;
}

.summary.entry-summary .group_table .price .amount {
  font-size: 1.23077rem;
}

.summary.entry-summary .group_table .price del .amount {
  font-size: 1.07692rem;
  color: #747474;
}

.summary.entry-summary .custom_html_service_bellow_add_cart .custom-icon-box {
  list-style: none;
  margin: 0;
}

.summary.entry-summary .custom_html_service_bellow_add_cart .custom-icon-box li {
  color: #303030;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.92308rem;
  padding: 0.76923rem 0;
}

.summary.entry-summary .custom_html_service_bellow_add_cart .custom-icon-box li > i {
  text-align: center;
  font-size: 1.23077rem;
  width: 3.61538rem;
  height: 3.61538rem;
  line-height: 3.61538rem;
  border: 1px solid #e9e9e9;
  margin-right: 1.53846rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.arexworks-single-product-sharing .share-links,
.arexworks-single-product-sharing label {
  display: inline-block;
}

.arexworks-single-product-sharing label {
  text-transform: uppercase;
  font-size: 0.92308rem;
}

.arexworks-single-product-sharing .share-links a {
  border: none;
  line-height: 1.84615rem;
  width: auto;
  height: auto;
  margin: 0 5px;
}

.arexworks-single-product-sharing .share-links a:hover {
  color: #7e883a;
}

.woocommerce .variations_form.cart .variations td.label {
  width: 100%;
  padding: 0.38462rem 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 1.53846rem;
}

.woocommerce .variations_form.cart .variations td.label label {
  font-size: 0.76923rem;
  text-transform: uppercase;
}

.woocommerce .variations_form.cart .variations td.label label:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}

.woocommerce .variations_form.cart .variations td.label.open label:after {
  content: "\f0d8";
}

.woocommerce .variations_form.cart .variations td.label.open + .value {
  display: block;
}

.woocommerce .variations_form.cart .variations td.value {
  display: none;
}

.class_collateral_sidebar {
  margin-bottom: 2.30769rem;
}

#woocommerce-tabs {
  margin-bottom: 2.30769rem;
}

#woocommerce-tabs .resp-tabs-list:before, #woocommerce-tabs .resp-tabs-list:after {
  content: " ";
  display: table;
}

#woocommerce-tabs .resp-tabs-list:after {
  clear: both;
}

#woocommerce-tabs .resp-tabs-list li {
  font-size: 1.07692rem;
  text-transform: uppercase;
  padding: 1rem 2rem 1rem 0;
  line-height: inherit;
  position: relative;
  border: none;
}

#woocommerce-tabs .resp-tabs-list li:hover,
#woocommerce-tabs .resp-tabs-list li.resp-tab-active {
  color: #7e883a;
}

#woocommerce-tabs .resp-tabs-list li:hover:before,
#woocommerce-tabs .resp-tabs-list li.resp-tab-active:before {
  border-left: 6px solid transparent;
  border-top: 5px solid;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1rem;
}

#woocommerce-tabs .resp-accordion {
  padding: 1rem 2rem;
  line-height: inherit;
  font-weight: normal;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e9e9e9;
  text-transform: uppercase;
  color: #747474;
}

#woocommerce-tabs .resp-accordion:first-child {
  border-top-width: 1px;
}

#woocommerce-tabs .resp-accordion.resp-tab-active {
  color: #7e883a;
  background: none;
  border-bottom-width: 0;
}

#woocommerce-tabs .resp-tab-content {
  border-width: 1px;
  border-style: solid;
  border-color: #e9e9e9;
  background: #fff;
  padding: 2.30769rem 3.07692rem;
}

#woocommerce-tabs .resp-tab-content .comments-area {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.product-type-grouped .summary.entry-summary form.cart {
  width: 100%;
  margin-bottom: 1.53846rem;
}

.product-type-grouped .summary.entry-summary form.cart table {
  border: 1px solid #e9e9e9;
  margin: 1.53846rem 0;
}

.product-type-grouped .summary.entry-summary form.cart table td {
  padding: 10px 5px;
  border-bottom: 1px solid #e9e9e9;
}

.product-type-grouped .summary.entry-summary form.cart table tr:last-child td {
  border-bottom-width: 0;
}

.product-type-grouped .summary.entry-summary form.cart table .product-title {
  text-transform: uppercase;
}

.product-type-grouped .summary.entry-summary form.cart table .price {
  text-align: left;
}

/*--------------------------------------------------------------
	5. Cart Page
---------------------------------------------------------------*/
#header-mini-cart {
  right: 0;
  left: auto !important;
  border: 1px solid #e9e9e9;
  padding: 1.53846rem 1.53846rem 0.76923rem;
  margin-top: 0;
  width: 290px;
  min-width: 290px;
  max-width: 290px !important;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

#header-mini-cart.animated {
  display: block;
}

#header-mini-cart:before,
#header-mini-cart:after {
  display: none;
}

#header-mini-cart .widget_shopping_cart ul.cart_list {
  max-height: 19.61538rem;
  overflow: scroll;
  padding-right: 1.15385rem;
  margin-right: -1.15385rem;
}

#header-mini-cart .widget_shopping_cart li {
  width: 100%;
}

#header-mini-cart .widget_shopping_cart li + li {
  margin-top: 1.53846rem;
}

#header-mini-cart .widget_shopping_cart li.empty {
  margin-bottom: 1.53846rem;
  border: none;
}

#header-mini-cart .widget_shopping_cart li a {
  padding: 0;
}

#header-mini-cart .widget_shopping_cart li a img {
  padding-top: 0;
}

#header-mini-cart .widget_shopping_cart li a.remove {
  position: static;
  float: right;
}

#header-mini-cart .widget_shopping_cart .product_list_widget:before, #header-mini-cart .widget_shopping_cart .product_list_widget:after {
  content: " ";
  display: table;
}

#header-mini-cart .widget_shopping_cart .product_list_widget:after {
  clear: both;
}

#header-mini-cart .widget_shopping_cart .total {
  border-top: 2px solid #e9e9e9;
  padding-top: 2px;
}

#header-mini-cart .widget_shopping_cart .buttons .button {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1.07692rem;
  letter-spacing: 1px;
  margin: 0 0 0.76923rem;
}

#header-mini-cart .widget_shopping_cart .buttons .button:first-child {
  background: #e9e9e9;
  color: #303030;
}

#header-mini-cart .widget_shopping_cart .buttons .button:first-child:hover {
  background: #7e883a;
  color: #fff;
}

.yith-woocompare-widget .empty,
.widget_shopping_cart .empty {
  text-align: center;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 3.84615rem 0;
  text-transform: uppercase;
  font-size: 0.76923rem;
}

.woocommerce .shop_table.cart {
  margin-bottom: 3.07692rem;
  border: none;
}

.woocommerce .shop_table.cart thead tr {
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #e9e9e9;
}

.woocommerce .shop_table.cart th {
  padding: 1rem 0.76923rem;
}

.woocommerce .shop_table.cart tr {
  font-size: 1.07692rem;
}

.woocommerce .shop_table.cart tr {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e9e9e9;
}

.woocommerce .shop_table.cart tr > td {
  padding: 3.07692rem 0;
}

.woocommerce .shop_table.cart .product-thumbnail {
  width: 10.76923rem;
  padding: 3.07692rem;
}

.woocommerce .shop_table.cart .product-name a {
  color: #303030;
  text-transform: uppercase;
}

.woocommerce .shop_table.cart td.actions {
  padding: 2.69231rem 0;
  text-align: center;
}

.woocommerce .shop_table.cart td.actions .button {
  border: 1px solid #303030;
  background: none;
  color: #303030;
  line-height: 1.53846rem;
  padding: 1.15385rem 3.07692rem;
  font-size: 1.07692rem;
  letter-spacing: 1px;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.woocommerce .shop_table.cart td.actions .button:hover {
  background: #7e883a;
  border-color: #7e883a;
  color: #fff;
}

.woocommerce .shop_table.cart td.actions .button-clear-cart {
  margin-left: 0.76923rem;
}

.woocommerce .shop_table.cart td.actions .button-continue-shopping {
  float: left;
}

.woocommerce-cart .coupon-box > h4,
.woocommerce-cart .cart_totals > h4 {
  text-transform: uppercase;
  font-size: 1.07692rem;
  border-bottom: 1px solid #e9e9e9;
  letter-spacing: 1px;
  padding-bottom: 1.15385rem;
  margin-bottom: 1.15385rem;
}

.woocommerce-cart .coupon-box {
  margin-bottom: 2.30769rem;
}

.woocommerce-cart .coupon-box #coupon_code_duplicate {
  line-height: 1.53846rem;
  font-size: 0.92308rem;
}

.woocommerce-cart .coupon-box #coupon_button_submit_duplicate {
  line-height: 1.53846rem;
  font-size: 0.84615rem;
  padding: 0.61538rem 1.53846rem;
  letter-spacing: 1px;
}

.woocommerce-cart .coupon-box label {
  margin-bottom: 1.53846rem;
  font-size: 18px;
  font-family: "Crimson Text Italic", serif;
  font-style: italic;
  color: #747474;
}

.woocommerce-cart .wc-proceed-to-checkout .button {
  margin-top: 1.53846rem;
  float: right;
  line-height: 1.53846rem;
  letter-spacing: 2px;
  font-size: 1.07692rem;
  padding: 1.15385rem 3.07692rem;
  background: #7e883a;
}

.woocommerce-cart .wc-proceed-to-checkout .button:hover {
  background: #303030;
}

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

.entry-content > .woocommerce > .cart-empty {
  font-size: 1.53846rem;
}

.entry-content > .woocommerce > .return-to-shop .button {
  font-size: 1.23077rem;
  padding-bottom: 1.30769rem;
  padding-left: 2.46154rem;
  padding-right: 2.46154rem;
  padding-top: 1.23077rem;
}

/*--------------------------------------------------------------
	5. Checkout Page
---------------------------------------------------------------*/
.woocommerce-checkout .shop_table {
  margin-bottom: 3.07692rem;
  border: none;
  font-size: 0.92308rem;
}

.woocommerce-checkout .shop_table .product-name {
  text-align: left;
  text-transform: uppercase;
}

.woocommerce-checkout .shop_table .product-total {
  text-align: right;
  vertical-align: top;
}

.woocommerce-checkout .shop_table th.product-name,
.woocommerce-checkout .shop_table th.product-total {
  padding: 0;
  font-size: 0.76923rem;
}

.woocommerce-checkout .shop_table tr {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e9e9e9;
}

.woocommerce-checkout .shop_table tr td {
  padding: 0.76923rem 0;
}

.woocommerce-checkout .shop_table tr.order-total td,
.woocommerce-checkout .shop_table tr.order-total th,
.woocommerce-checkout .shop_table tr.cart-subtotal td, .woocommerce-checkout .shop_table tr.cart-subtotal th {
  padding: 5px 0;
}

.woocommerce-checkout .shop_table tr.order-total td,
.woocommerce-checkout .shop_table tr.cart-subtotal td {
  text-align: right;
}

.woocommerce-checkout .shop_table tr.order-total th,
.woocommerce-checkout .shop_table tr.cart-subtotal th {
  text-align: left;
  font-weight: normal;
}

.woocommerce-checkout .shop_table tr.order-total .amount,
.woocommerce-checkout .shop_table tr.cart-subtotal .amount {
  font-size: 1.07692rem;
}

.woocommerce-checkout .shop_table .amount {
  font-weight: normal;
  color: #7e883a;
  letter-spacing: 1px;
}

.woocommerce-checkout .create-account {
  margin-bottom: 1.53846rem;
}

#place_order {
  margin-top: 1.53846rem;
  float: right;
  line-height: 1.53846rem;
  letter-spacing: 2px;
  font-size: 1.07692rem;
  padding: 1.15385rem 3.07692rem;
  background: #7e883a;
}

#place_order:hover {
  background: #303030;
}

form.woocommerce-checkout h3 {
  text-transform: uppercase;
  font-size: 1.07692rem;
  border-bottom: 1px solid #e9e9e9;
  letter-spacing: 1px;
  padding-bottom: 1.15385rem;
  margin-bottom: 1.15385rem;
}

form.woocommerce-checkout #order_comments_field label,
form.woocommerce-checkout .create-account,
form.woocommerce-checkout #order_comments_field,
form.woocommerce-checkout .woocommerce-checkout-review-order,
form.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
  clear: both;
}

form.woocommerce-checkout #order_comments_field label:before,
form.woocommerce-checkout #order_comments_field label:after,
form.woocommerce-checkout .create-account:before,
form.woocommerce-checkout .create-account:after,
form.woocommerce-checkout #order_comments_field:before,
form.woocommerce-checkout #order_comments_field:after,
form.woocommerce-checkout .woocommerce-checkout-review-order:before,
form.woocommerce-checkout .woocommerce-checkout-review-order:after,
form.woocommerce-checkout .woocommerce-shipping-fields .shipping_address:before, form.woocommerce-checkout .woocommerce-shipping-fields .shipping_address:after {
  content: " ";
  display: table;
}

form.woocommerce-checkout #order_comments_field label:after,
form.woocommerce-checkout .create-account:after,
form.woocommerce-checkout #order_comments_field:after,
form.woocommerce-checkout .woocommerce-checkout-review-order:after,
form.woocommerce-checkout .woocommerce-shipping-fields .shipping_address:after {
  clear: both;
}

form.checkout_coupon .form-row {
  margin-bottom: 0;
  width: 15.38462rem;
  float: left;
  margin-right: 1.53846rem;
}

form.checkout_coupon .form-row.form-row-last .button {
  margin-top: 0.53846rem;
}

form.checkout_coupon .input-text {
  height: 3.07692rem;
}

#ship-to-different-address {
  padding-top: 0.46154rem;
}

.woocommerce-checkout-payment ul {
  list-style: none;
  margin: 0;
}

.woocommerce-checkout-payment ul li {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0.76923rem;
  padding-bottom: 0.76923rem;
  position: relative;
}

.woocommerce-checkout-payment ul li label,
.woocommerce-checkout-payment ul li .payment_box {
  padding-left: 3.07692rem;
  margin: 0;
}

.woocommerce-checkout-payment ul li label {
  text-transform: uppercase;
}

.woocommerce-checkout-payment ul li label img {
  max-height: 3.84615rem;
  margin: 0 0.76923rem;
}

.woocommerce-checkout-payment ul li .input-radio {
  position: absolute;
  left: 0;
  top: 0.38462rem;
}

.woocommerce-checkout-payment ul li p {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .about_paypal {
  text-transform: none;
}

.woocommerce-checkout-payment .payment_method_paypal .input-radio {
  top: 0.69231rem;
}

.woocommerce-order-received .woocommerce .section-before-cart {
  margin-bottom: 3.84615rem;
}

.woocommerce-order-received .woocommerce .section-before-cart + p {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}

.woocommerce-order-received .woocommerce h2, .woocommerce-order-received .woocommerce h3 {
  text-transform: uppercase;
  font-size: 1.07692rem;
  border-bottom: 1px solid #e9e9e9;
  letter-spacing: 1px;
  padding-bottom: 1.15385rem;
  margin-bottom: 1.15385rem;
  margin-top: 1.15385rem;
}

.woocommerce-order-received .woocommerce .shop_table.order_details tfoot th {
  font-weight: normal;
  text-align: left;
  padding: 0;
}

.woocommerce-order-received .woocommerce .shop_table.order_details tfoot td {
  text-align: right;
  padding: 0.38462rem 0;
}

.woocommerce-order-received .woocommerce .shop_table.shop_table_responsive.customer_details th {
  font-weight: normal;
  text-align: left;
  padding: 0;
}

.woocommerce-order-received .woocommerce .shop_table.shop_table_responsive.customer_details td {
  text-align: right;
  padding: 0.38462rem 0;
}

#ship-to-different-address label {
  display: inline;
}

#ship-to-different-address .input-checkbox {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

/*--------------------------------------------------------------
	6. My Account Page
---------------------------------------------------------------*/
.form-login-register {
  padding: 7.69231rem 0;
}

.form-login-register h2 {
  font-size: 7.69231rem;
  font-family: "Crimson Text Italic", serif;
  text-transform: uppercase;
  color: #7e883a;
  font-weight: normal;
  text-align: right;
  letter-spacing: 1.15385rem;
  margin: 0;
}

.form-login-register form {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form-login-register form label {
  text-transform: none !important;
  font-weight: normal !important;
}

.form-login-register form .input-text {
  height: 4.61538rem;
  background: none;
  margin-top: 1.15385rem !important;
}

.form-login-register form .button {
  margin-top: 0.76923rem;
}

.addresses,
.addresses.row,
table.customer_details,
table.order_details,
.my_account_orders,
.myaccount_address,
.myaccount_user {
  margin-bottom: 3.07692rem;
}

.my_account_orders .button {
  white-space: nowrap;
}

.my_account_orders .order-actions {
  text-align: right;
}

.my_account_orders .order-actions .button {
  margin: 0;
}
