@charset "UTF-8";
/**
 * wc.scss
 * Governs the general look and feel of wc sections of stores using themes that do not
 * integrate with wc specifically.
 */
/**
 * Imports
 */
/**
 * Objects
 */
/**
 * wc CSS Variables
 */
/**
 * _animation.scss
 * Custom wc Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * _fonts.scss
 * Custom wc fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'wc';
  src: url("../fonts/wc.eot");
  src: url("../fonts/wc.eot?#iefix") format("embedded-opentype"), url("../fonts/wc.woff") format("woff"), url("../fonts/wc.ttf") format("truetype"), url("../fonts/wc.svg#wc") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
- All
*/
.wc #reviews #comments ol.commentlist, .wc .wc-order-details .shop_table tr.order_item .wc-item-meta, .wc ul.cart_list,
.wc ul.product_list_widget, .wc ul#shipping_method, .wc-cart #payment ul.payment_methods,
.wc-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  margin: 0;
  padding: 0;
}

.wc #reviews #comments ol.commentlist li, .wc .wc-order-details .shop_table tr.order_item .wc-item-meta li, .wc ul.cart_list li, .wc ul.product_list_widget li, .wc ul#shipping_method li, .wc-cart #payment ul.payment_methods li, .wc-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li {
  display: block;
}

.wc ul.products li.product .image:before {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}


.fireworks_div,
.single_add_to_cart_button,
.added_to_cart, .wc a.button,
.wc button.button,
.wc input.button,
.wc #respond input#submit {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding: 0;
  pointer-events: all;
  position: relative;
  text-decoration: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fireworks_div span, .single_add_to_cart_button span, .added_to_cart span, .wc a.button span, .wc button.button span, .wc input.button span, .wc #respond input#submit span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.wc form .form-row input.input-text,
.wc form .form-row textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: inherit;
  width: 100%;
}

.wc ul.products li.product .image:before, .wc ul.products li.product .image .buttons, .wc table.shop_product_table .product-name .d-flex .img .remove-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wc #reviews .comment-form-rating label, .wc form .form-row input.input-text,
.wc form .form-row textarea {
  font-family: 'Fira Sans', sans-serif;
}

.wc-accordion > *:last-child {
  margin-bottom: 0 !important;
}

/* 
- Accent color
*/
.fireworks_div,
.single_add_to_cart_button,
.added_to_cart, .wc div.product form.cart .reset_variations, .wc a.button,
.wc button.button,
.wc input.button,
.wc #respond input#submit, .wc .star-rating span::before, .wc table.shop_product_table .wc-Price-amount, .wc .cart-collaterals .shop_table .order-total .amount, .wc .wc-order-details .shop_table .order-total .amount, .wc .wc-order-details .shop_table tfoot .wc-Price-amount, .wc ul.cart_list li .content .p-count .wc-Price-amount,
.wc ul.cart_list li .content > a .p-count .wc-Price-amount,
.wc ul.product_list_widget li .content .p-count .wc-Price-amount,
.wc ul.product_list_widget li .content > a .p-count .wc-Price-amount {
  color: #feb406;
}

.wc span.onsale, .wc-accordion .wc-accordion-item .top .button:before, .wc-accordion .wc-accordion-item .top .button:after {
  background: #feb406;
}


/* 
- Accent color 2
*/
/**
 * Global styles
 */
p.demo_store,
.wc-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: white;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}

p.demo_store a,
.wc-store-notice a {
  color: white;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

/**
 * Utility classes
 */
.clear {
  clear: both;
}

.fireworks_div,
.single_add_to_cart_button,
.added_to_cart {
  background: #000000;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 45px;
}

.fireworks_div.hover,
.single_add_to_cart_button.hover,
.added_to_cart.hover {
  background: #333333;
}

.fireworks_div.disabled,
.single_add_to_cart_button.disabled,
.added_to_cart.disabled {
  color: #8a8a8a;
  pointer-events: none;
}

/*
- Select
*/
.wc div.product form.cart .variations select, .wc .wc-ordering select,select {
  color: #b6b6b6;
  width: 100%;
  background: #0a0a0a;
  border: 1px solid #444;
  padding: 0 45px 0 15px;
  height: 40px;
  margin: 0 0 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: right 15px top 50% url(../img/select.png) no-repeat;
  -webkit-background-size: 13px 7px;
          background-size: 13px 7px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
#signup_form select {
  color: #b6b6b6;
  width: 100%;
  background: #0a0a0a;
  border: 1px solid #444;
  padding: 0 45px 0 15px;
  height: 40px;
  margin: 0 0 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: right 15px top 50% url(../img/select.png) no-repeat;
  -webkit-background-size: 13px 7px;
          background-size: 13px 7px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/**
 * Main wc styles
 */
.wc .blockUI.blockOverlay {
  position: relative;
}

.wc .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../icon/loader.svg") center center;
  -webkit-background-size: cover;
          background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.wc .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../icon/loader.svg") center center;
  -webkit-background-size: cover;
          background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.wc a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.wc a.remove:hover {
  color: #fff !important;
  background: red;
}

.wc small.note {
  display: block;
  color: #777;
  font-size: 0.857em;
  margin-top: 10px;
}

.wc .wc-breadcrumb {
  
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777;
}

.wc .wc-breadcrumb::before, .wc .wc-breadcrumb::after {
  content: ' ';
  display: table;
}

.wc .wc-breadcrumb::after {
  clear: both;
}

.wc .wc-breadcrumb a {
  color: #777;
}

.wc .quantity {
  position: relative;
  border: 1px solid #444;
  width: 55px;
  height: 45px;
  background: #000;
}

.wc .quantity input {
  display: block;
  background: none;
  border: none;
  font-size: 14px;
  color: #b1b0b0;
  height: 43px;
  width: 35px;
  text-align: center;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

.wc .quantity input::-webkit-inner-spin-button, .wc .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.wc .quantity a {
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
}

.wc .quantity a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.wc .quantity a.up {
  top: 9px;
}

.wc .quantity a.up:before {
  margin-top: 5px;
  border-bottom: 5px solid #444;
}

.wc .quantity a.down {
  bottom: 9px;
}

.wc .quantity a.down:before {
  border-top: 5px solid #444;
}

.wc .single_add_to_cart_button {
  border: 1px solid #444;
}

.wc .single_add_to_cart_button i {
  margin-right: 15px;
  font-size: 15px;
}

.wc div.product {
  margin-bottom: 0;
  position: relative;
}

.wc div.product .poduct-content-row {
  margin-bottom: 60px;
}

.wc div.product div.summary {
  padding-top: 55px;
  margin-bottom: 2em;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .wc div.product div.summary {
    height: auto !important;
  }
}

.wc div.product .scroll-wrapper {
  height: 100%;
}

@media (max-width: 767.98px) {
  .wc div.product .scroll-wrapper {
    max-height: none;
  }
}

.wc div.product .scroll-wrapper > .scroll-content > *:last-child {
  margin-bottom: 0 !important;
}

.wc div.product .categories {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}

.wc div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-weight: bold;
}

.wc div.product .price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0;
}

.wc div.product .price-block .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
}

.wc div.product .price-block .price del {
  font-size: 18px;
  opacity: .5;
  margin-right: 15px;
}

.wc div.product .price-block .price ins {
  background: none;
  color: inherit;
}

.wc div.product .price-block .onsale {
  position: relative;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-left: 30px;
}

.wc div.product .wc-product-details__short-description {
  color: #b1b0b0;
  font-weight: 300;
  line-height: 1.875;
  border-bottom: 1px solid #444;
  padding: 0px 0 15px;
}

.wc div.product .product_meta {
  padding: 25px 0;
  border-bottom: 1px solid #444;
  font-size: 14px;
  font-weight: 600;
}

.wc div.product .product_meta > span {
  display: block;
  margin: 10px 0;
}

.wc div.product .product_meta > span > span {
  font-weight: 300;
  color: #b1b0b0;
}

.wc div.product p.stock {
  font-size: 0.92em;
}

.wc div.product .stock {
  color: #77a464;
}

.wc div.product .out-of-stock {
  color: red;
}

.wc div.product .wc-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}

.wc div.product .wc-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}

.wc div.product .wc-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}

.wc div.product .wc-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b;
}

.wc div.product .wc-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}

.wc div.product .wc-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}

.wc div.product .wc-tabs ul.tabs li.active::before {
  -webkit-box-shadow: 2px 2px 0 #fff;
          box-shadow: 2px 2px 0 #fff;
}

.wc div.product .wc-tabs ul.tabs li.active::after {
  -webkit-box-shadow: -2px 2px 0 #fff;
          box-shadow: -2px 2px 0 #fff;
}

.wc div.product .wc-tabs ul.tabs li::before, .wc div.product .wc-tabs ul.tabs li::after {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: ' ';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wc div.product .wc-tabs ul.tabs li::before {
  left: -5px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  -webkit-box-shadow: 2px 2px 0 #ebe9eb;
          box-shadow: 2px 2px 0 #ebe9eb;
}

.wc div.product .wc-tabs ul.tabs li::after {
  right: -5px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  -webkit-box-shadow: -2px 2px 0 #ebe9eb;
          box-shadow: -2px 2px 0 #ebe9eb;
}

.wc div.product .wc-tabs ul.tabs::before {
  position: absolute;
  content: ' ';
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}

.wc div.product .wc-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}

.wc div.product p.cart {
  margin-bottom: 2em;
  
}

.wc div.product p.cart::before, .wc div.product p.cart::after {
  content: ' ';
  display: table;
}

.wc div.product p.cart::after {
  clear: both;
}

.wc div.product form.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  
}

.wc div.product form.cart::before, .wc div.product form.cart::after {
  content: ' ';
  display: table;
}

.wc div.product form.cart::after {
  clear: both;
}

.wc div.product form.cart div.quantity {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55px;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  margin-right: 20px;
}

.wc div.product form.cart table {
  border: 0;
  border-collapse: collapse;
}

.wc div.product form.cart table td {
  padding-left: 0;
}

.wc div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}

.wc div.product form.cart table small.stock {
  display: block;
  float: none;
}

.wc div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.wc div.product form.cart .variations td,
.wc div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
  padding: 15px 0;
}

.wc div.product form.cart .variations label {
  font-weight: 700;
}

.wc div.product form.cart .variations td.label {
  padding-right: 1em;
  width: 130px;
}

.wc div.product form.cart .variations .variation-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wc div.product form.cart .single_variation_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.wc div.product form.cart .wc-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wc div.product form.cart .wc-variation-description {
  color: #b1b0b0;
  font-weight: 300;
  line-height: 1.875;
  font-size: 14px;
  padding: 0px 0 15px;
}

.wc div.product form.cart .wc-variation-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 48px;
}

.wc div.product form.cart .wc-variation-price del {
  position: relative;
  font-size: 18px;
  margin-right: 20px;
  opacity: 0.3;
  text-decoration: none;
}

.wc div.product form.cart .wc-variation-price del:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 1px;
  -webkit-box-shadow: inset 0 0 0 1px;
          box-shadow: inset 0 0 0 1px;
  margin-top: -1px;
}

.wc div.product form.cart .wc-variation-price ins {
  background: none;
  color: inherit;
}

.wc div.product form.cart .reset_variations {
  visibility: visible;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 15px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
  cursor: pointer;
  width: auto;
}

.wc div.product form.cart .reset_variations[style*="hidden"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin-left: 0;
  width: 0;
  overflow: hidden;
}

.wc div.product form.cart .wc-no-matching-variations {
  display: none;
}

.wc div.product form.cart .button {
  vertical-align: middle;
  float: left;
}

.wc div.product form.cart .group_table {
  border-collapse: collapse;
}

.wc div.product form.cart .group_table td.wc-grouped-product-list-item__label {
  font-size: 14px;
  line-height: 1.28571;
  padding: 5px 15px;
}

.wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  margin-top: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price.grouped .amount, .wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price.variable .amount {
  margin: 0 10px;
}

.wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price.grouped .amount:first-child, .wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price.variable .amount:first-child {
  margin-left: 0;
}

.wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price.grouped .amount:last-child, .wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price.variable .amount:last-child {
  margin-right: 0;
}

.wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price del {
  font-size: 16px;
  opacity: .5;
  margin-right: 15px;
}

.wc div.product form.cart .group_table td.wc-grouped-product-list-item__price .price ins {
  background: none;
  color: inherit;
}

.wc div.product form.cart .group_table td {
  padding: 15px 0;
  border: 0;
}

.wc div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}

.wc div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}

.wc span.onsale {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: .01em;
  color: #000000;
  font-weight: 600;
}

.wc .products > .heading-block {
  margin-bottom: 40px;
}

.wc .products ul,
.wc ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  
}

.wc .products ul::before, .wc .products ul::after,
.wc ul.products::before,
.wc ul.products::after {
  content: ' ';
  display: table;
}

.wc .products ul::after,
.wc ul.products::after {
  clear: both;
}

.wc .products ul.row,
.wc ul.products.row {
  margin: 0 -15px 1em;
}

.wc .products ul li,
.wc ul.products li {
  list-style: none outside;
}

.wc ul.products li.product {
  margin-bottom: 30px;
}

.wc ul.products li.product .product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #444;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.wc ul.products li.product .product-wrap.hover .image:before {
  opacity: .7;
}

.wc ul.products li.product .product-wrap.hover .fireworks_div {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.wc ul.products li.product .fireworks_div,
.wc ul.products li.product .added_to_cart {
  max-width: 90%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.wc ul.products li.product .fireworks_div i,
.wc ul.products li.product .added_to_cart i {
  display: none;
}

@media (hover: none) {
  .wc ul.products li.product .fireworks_div,
  .wc ul.products li.product .added_to_cart {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

.wc ul.products li.product .fireworks_div.added,
.wc ul.products li.product .added_to_cart.added {
  display: none;
}

.wc ul.products li.product .added + .added_to_cart {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.wc ul.products li.product .fireworks_button i {
  display: block;
  font-size: 15px;
  margin-right: 15px;
}

.wc ul.products li.product .image {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 1;
}

.wc ul.products li.product .image:before {
  content: '';
  background: #0f0f0f;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.wc ul.products li.product .image .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

@media (hover: none) {
  .wc ul.products li.product .image .buttons {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.wc ul.products li.product .image img {
  display: block;
  width: 100%;
  height: auto;
}

.wc ul.products li.product .bottom {
  border-top: 1px solid #444;
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (max-width: 767.98px) {
  .wc ul.products li.product .bottom {
    padding: 15px 20px;
  }
}

.wc ul.products li.product .bottom a {
  color: inherit;
}

.wc ul.products li.product .bottom .categories {
  font-size: 14px;
  color: #b1b0b0;
  margin-bottom: 10px;
}

.wc ul.products li.product .bottom .h {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.wc ul.products li.product .bottom .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  margin-top: 15px;
}

.wc ul.products li.product .bottom .price.grouped .amount, .wc ul.products li.product .bottom .price.variable .amount {
  margin: 0 10px;
}

.wc ul.products li.product .bottom .price.grouped .amount:first-child, .wc ul.products li.product .bottom .price.variable .amount:first-child {
  margin-left: 0;
}

.wc ul.products li.product .bottom .price.grouped .amount:last-child, .wc ul.products li.product .bottom .price.variable .amount:last-child {
  margin-right: 0;
}

.wc ul.products li.product .bottom .price del {
  font-size: 16px;
  opacity: .5;
  margin-right: 15px;
}

.wc ul.products li.product .bottom .price ins {
  background: none;
  color: inherit;
}

.wc .wc-result-count {
  margin: 0.7em 0 2em;
  font-size: 14px;
}

.wc .wc-ordering {
  margin: 0 0 2em;
}

.wc a.button,
.wc button.button,
.wc input.button,
.wc #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 1.218em 2.5em;
  font-weight: 400;
  left: auto;
  background-color: #000000;
  border: 1px solid #444;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

.wc a.button.loading,
.wc button.button.loading,
.wc input.button.loading,
.wc #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}

.wc a.button.loading::after,
.wc button.button.loading::after,
.wc input.button.loading::after,
.wc #respond input#submit.loading::after {
  font-family: 'wc';
  content: '\e01c';
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.wc a.button.added::after,
.wc button.button.added::after,
.wc input.button.added::after,
.wc #respond input#submit.added::after {
  font-family: 'wc';
  content: '\e017';
  margin-left: 0.53em;
  vertical-align: bottom;
}

.wc a.button:hover,
.wc button.button:hover,
.wc input.button:hover,
.wc #respond input#submit:hover {
  background: #1a1a1a;
  text-decoration: none;
  background-image: none;
}

.wc a.button.alt,
.wc button.button.alt,
.wc input.button.alt,
.wc #respond input#submit.alt {
  background-color: #a46497;
  color: white;
  -webkit-font-smoothing: antialiased;
}

.wc a.button.alt:hover,
.wc button.button.alt:hover,
.wc input.button.alt:hover,
.wc #respond input#submit.alt:hover {
  color: white;
}

.wc a.button.alt.disabled, .wc a.button.alt:disabled, .wc a.button.alt:disabled[disabled], .wc a.button.alt.disabled:hover, .wc a.button.alt:disabled:hover, .wc a.button.alt:disabled[disabled]:hover,
.wc button.button.alt.disabled,
.wc button.button.alt:disabled,
.wc button.button.alt:disabled[disabled],
.wc button.button.alt.disabled:hover,
.wc button.button.alt:disabled:hover,
.wc button.button.alt:disabled[disabled]:hover,
.wc input.button.alt.disabled,
.wc input.button.alt:disabled,
.wc input.button.alt:disabled[disabled],
.wc input.button.alt.disabled:hover,
.wc input.button.alt:disabled:hover,
.wc input.button.alt:disabled[disabled]:hover,
.wc #respond input#submit.alt.disabled,
.wc #respond input#submit.alt:disabled,
.wc #respond input#submit.alt:disabled[disabled],
.wc #respond input#submit.alt.disabled:hover,
.wc #respond input#submit.alt:disabled:hover,
.wc #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: white;
}

.wc a.button:disabled, .wc a.button.disabled, .wc a.button:disabled[disabled],
.wc button.button:disabled,
.wc button.button.disabled,
.wc button.button:disabled[disabled],
.wc input.button:disabled,
.wc input.button.disabled,
.wc input.button:disabled[disabled],
.wc #respond input#submit:disabled,
.wc #respond input#submit.disabled,
.wc #respond input#submit:disabled[disabled] {
  color: inherit;
  pointer-events: all;
  opacity: 0.5;
}

.wc a.button:disabled:hover, .wc a.button.disabled:hover, .wc a.button:disabled[disabled]:hover,
.wc button.button:disabled:hover,
.wc button.button.disabled:hover,
.wc button.button:disabled[disabled]:hover,
.wc input.button:disabled:hover,
.wc input.button.disabled:hover,
.wc input.button:disabled[disabled]:hover,
.wc #respond input#submit:disabled:hover,
.wc #respond input#submit.disabled:hover,
.wc #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb;
}

.wc .cart .button,
.wc .cart input.button {
  float: none;
}

.wc a.added_to_cart {
  display: none;
}

.wc #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0;
}

.wc #reviews h2 small a {
  text-decoration: none;
  color: #777;
}

.wc #reviews h3 {
  margin: 0;
}

.wc #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

.wc #reviews #comment {
  height: 75px;
}

.wc #reviews .comment-form-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.wc #reviews .comment-form-rating label {
  margin-right: 15px;
  font-size: 16px;
  color: #9b9b9b;
}

.wc #reviews .comment-form-rating .stars {
  height: 14px;
  margin-bottom: 0 !important;
}

.wc #reviews .comment-reply-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.wc #reviews .comment-form-cookies-consent {
  padding: 0;
  margin-bottom: 35px !important;
}


.wc #reviews #comments .add_review::before, .wc #reviews #comments .add_review::after {
  content: ' ';
  display: table;
}

.wc #reviews #comments .add_review::after {
  clear: both;
}

.wc #reviews #comments h2 {
  clear: none;
}

.wc #reviews #comments ol.commentlist {
  
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
  padding: 0;
}

.wc #reviews #comments ol.commentlist::before, .wc #reviews #comments ol.commentlist::after {
  content: ' ';
  display: table;
}

.wc #reviews #comments ol.commentlist::after {
  clear: both;
}

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

.wc #reviews #comments .comment_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #000000;
  border: 1px solid #444;
  padding: 15px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wc #reviews #comments .comment_container .avatar {
  width: 70px;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 20px;
}

.wc #reviews #comments .comment_container .comment-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wc #reviews #comments .comment_container .comment-text .star-rating {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wc #reviews #comments .comment_container .comment-text .meta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.wc #reviews #comments .comment_container .comment-text .description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-size: 14px;
  line-height: 1.71429;
}

.wc #reviews #comments .comment_container .comment-text .description *:last-child {
  margin-bottom: 0;
}

.wc .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 7.4em;
  font-family: 'star';
  letter-spacing: .5em;
}

.wc .star-rating::before {
  content: '\73\73\73\73\73';
  color: #a299a0;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.wc .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.wc .star-rating span::before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
}

.wc .wc-product-rating {
  
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0;
}

.wc .wc-product-rating::before, .wc .wc-product-rating::after {
  content: ' ';
  display: table;
}

.wc .wc-product-rating::after {
  clear: both;
}

.wc .wc-product-rating a {
  display: none;
  margin-left: 15px;
  pointer-events: none;
  color: inherit;
  font-size: 14px;
  color: #b1b0b0;
}

.wc .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}

.wc .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

.wc #review_form #respond {
  
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}

.wc #review_form #respond::before, .wc #review_form #respond::after {
  content: ' ';
  display: table;
}

.wc #review_form #respond::after {
  clear: both;
}

.wc #review_form #respond p {
  margin: 0 0 10px;
}

.wc #review_form #respond .form-submit input {
  left: auto;
}

.wc #review_form #respond textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.wc p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}

.wc p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'wc';
  content: '\e021';
  text-indent: 0;
}

.wc p.stars a:hover ~ a::before {
  content: '\e021';
}

.wc p.stars:hover a::before {
  content: '\e020';
}

.wc p.stars.selected a.active::before {
  content: '\e020';
}

.wc p.stars.selected a.active ~ a::before {
  content: '\e021';
}

.wc p.stars.selected a:not(.active)::before {
  content: '\e020';
}

.wc table.shop_attributes {
  border: 0;
  margin-bottom: 0;
  width: 100%;
  border-collapse: collapse;
}

.wc table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px 0;
  border-top: 0;
  border-bottom: 1px solid #444;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

.wc table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid #444;
  margin: 0;
  line-height: 1.5;
}

.wc table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}

.wc table.shop_attributes tr:last-child td,
.wc table.shop_attributes tr:last-child th {
  border-bottom: none;
}

.wc table.shop_product_table {
  border-collapse: collapse;
  text-align: center;
  margin-top: 0px;
  border: none;
}

.wc table.shop_product_table th,
.wc table.shop_product_table td {
  border: none;
}

.wc table.shop_product_table th {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 300;
  color: #b1b0b0;
  text-transform: uppercase;
  border-bottom: 1px solid #444;
  letter-spacing: .05em;
}

.wc table.shop_product_table td {
  padding: 5px 0;
  border-bottom: 1px solid #444;
}

.wc table.shop_product_table td small {
  font-weight: normal;
}

.wc table.shop_product_table .product-name {
  text-align: left;
  width: 15%;
}

.wc table.shop_product_table .product-name .d-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wc table.shop_product_table .product-name .d-flex .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  position: relative;
  margin-right: 25px;
  border: 1px solid #444;
}

@media (max-width: 575.98px) {
  .wc table.shop_product_table .product-name .d-flex .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 10px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    font-size: 10px;
  }
}

.wc table.shop_product_table .product-name .d-flex .img .remove-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: inherit;
  opacity: 0;
}

.wc table.shop_product_table .product-name .d-flex .img .remove-button:hover {
  opacity: 1;
}

@media (hover: none) {
  .wc table.shop_product_table .product-name .d-flex .img .remove-button {
    opacity: 1;
  }
}

.wc table.shop_product_table .product-name .d-flex .img img {
  display: block;
  width: 70px;
}

.wc table.shop_product_table .product-name .d-flex .p-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  line-height: 1.125;
}

@media (max-width: 575.98px) {
  .wc table.shop_product_table .product-name .d-flex .p-content {
    font-size: 14px;
  }
}

.wc table.shop_product_table .product-name .d-flex .p-content a {
  color: inherit;
  font-weight: 500;
}

.wc table.shop_product_table .product-name .d-flex .p-content .variation {
  margin-top: 10px;
}

.wc table.shop_product_table .product-name .d-flex .p-content .variation .va-item {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 12px;
  opacity: 0.5;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wc table.shop_product_table .product-name .d-flex .p-content .variation p {
  margin: 0;
}

.wc table.shop_product_table .product-name .d-flex .p-content .variation dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 500;
  margin-bottom: 5px;
}

.wc table.shop_product_table .product-name .d-flex .p-content .variation dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 300;
  margin: 0 0 5px 5px;
}

.wc table.shop_product_table .wc-Price-amount {
  font-weight: 500;
}

.wc table.shop_product_table .quantity {
  margin: 0 auto;
}

.wc table.shop_product_table tbody tr:last-child th,
.wc table.shop_product_table tbody tr:last-child td {
  border-bottom: 0;
}

.wc-cart .wc .h,
.wc-checkout .wc .h,
.wc-account .wc .h {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  border-bottom: 1px solid #444;
  text-transform: uppercase;
  line-height: 1.3;
  padding-bottom: 27px;
  margin-bottom: 25px;
  color: #b1b0b0;
}

.wc-cart .wc .h label,
.wc-checkout .wc .h label,
.wc-account .wc .h label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wc-cart .wc .h label input,
.wc-checkout .wc .h label input,
.wc-account .wc .h label input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin-right: 10px;
}

.wc .cart-collaterals {
  border: 1px solid #444;
  background: rgba(0, 0, 0, 0.3);
  padding: 35px 35px;
  color: #b1b0b0;
}

@media (max-width: 575.98px) {
  .wc .cart-collaterals {
    padding: 25px 20px;
  }
}

.wc .cart-collaterals .shop_table {
  border-collapse: collapse;
  border: none;
  margin-top: 20px;
}

.wc .cart-collaterals .shop_table th,
.wc .cart-collaterals .shop_table td {
  border: none;
}

.wc .cart-collaterals .shop_table tr.cart_item:last-child td {
  border-bottom: 1px solid #444;
  padding-bottom: 25px;
}

.wc .cart-collaterals .shop_table tr.cart_item:not(:last-child) td {
  padding-bottom: 15px;
}

.wc .cart-collaterals .shop_table th {
  text-align: left;
  border: none;
  font-size: 14px;
  vertical-align: top;
  line-height: 24px;
  width: 100px;
}

.wc .cart-collaterals .shop_table th.product-total {
  text-align: right;
}

.wc .cart-collaterals .shop_table td {
  border: none;
  color: #fff;
}

.wc .cart-collaterals .shop_table td.product-name {
  font-size: 12px;
}

.wc .cart-collaterals .shop_table td.product-name .variation {
  margin-top: 5px;
  font-size: 10px;
}

.wc .cart-collaterals .shop_table td.product-name .variation p {
  margin: 0;
}

.wc .cart-collaterals .shop_table td.product-total {
  text-align: right;
}

.wc .cart-collaterals .shop_table tr:not(:last-child) td {
  padding-bottom: 45px;
}

.wc .cart-collaterals .shop_table .order-total th {
  vertical-align: middle;
}

.wc .cart-collaterals .shop_table .order-total td {
  text-align: right;
}

.wc .cart-collaterals .shop_table .order-total .amount {
  font-size: 24px;
  font-weight: 500;
}

.wc .cart-collaterals .wc-shipping-destination {
  margin: 5px 0;
  font-size: 14px;
}

.wc .wc-order-details .shop_table {
  border-collapse: collapse;
}

.wc .wc-order-details .shop_table tr.order_item td {
  border-bottom: 1px solid #444;
  padding: 15px 0px;
}

.wc .wc-order-details .shop_table tr.order_item:not(:last-child) td {
  padding-bottom: 15px;
}

.wc .wc-order-details .shop_table th {
  text-align: left;
  border: none;
  font-size: 14px;
  vertical-align: top;
  line-height: 24px;
  width: 100px;
}

.wc .wc-order-details .shop_table th.product-total {
  text-align: right;
}

.wc .wc-order-details .shop_table td {
  border: none;
  color: #fff;
}

.wc .wc-order-details .shop_table td.product-name {
  font-size: 14px;
}

.wc .wc-order-details .shop_table td.product-name .variation {
  margin-top: 5px;
  font-size: 10px;
}

.wc .wc-order-details .shop_table td.product-name .variation p {
  margin: 0;
}

.wc .wc-order-details .shop_table td.product-total {
  text-align: right;
}

.wc .wc-order-details .shop_table tr:not(:last-child) td {
  padding-bottom: 45px;
}

.wc .wc-order-details .shop_table .order-total th {
  vertical-align: middle;
}

.wc .wc-order-details .shop_table .order-total td {
  text-align: right;
}

.wc .wc-order-details .shop_table .order-total .amount {
  font-size: 24px;
  font-weight: 500;
}

.wc .wc-order-details .shop_table tfoot th,
.wc .wc-order-details .shop_table tfoot td {
  padding: 15px 0 !important;
}

.wc .wc-order-details .shop_table tfoot td {
  text-align: right;
}

.wc .wc-order-details .shop_table tfoot .wc-Price-amount {
  font-size: 24px;
}

.wc .wc-shipping-calculator .shipping-calculator-button {
  font-size: 12px;
  font-weight: 300;
  color: #b1b0b0;
  text-decoration: underline;
}

.wc .wc-shipping-calculator .shipping-calculator-button:after {
  display: none;
}

.wc .wc-checkout-review-order thead th {
  padding-bottom: 15px;
}

.wc .wc-billing-fields {
  margin-top: 10px;
}

.wc table.my_account_orders {
  font-size: 0.85em;
}

.wc table.my_account_orders th,
.wc table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}

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

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

.wc table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
}

.wc table.wc-MyAccount-downloads td,
.wc table.wc-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}

.wc table.wc-MyAccount-downloads td:first-child,
.wc table.wc-MyAccount-downloads th:first-child {
  text-align: left;
}

.wc table.wc-MyAccount-downloads td:last-child,
.wc table.wc-MyAccount-downloads th:last-child {
  text-align: left;
}

.wc table.wc-MyAccount-downloads td .wc-MyAccount-downloads-file::before,
.wc table.wc-MyAccount-downloads th .wc-MyAccount-downloads-file::before {
  content: '\2193';
  display: inline-block;
}

.wc td.product-name dl.variation,
.wc td.product-name .wc-item-meta {
  list-style: none outside;
}

.wc td.product-name dl.variation dt,
.wc td.product-name dl.variation .wc-item-meta-label,
.wc td.product-name .wc-item-meta dt,
.wc td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: .25em;
  list-style: none outside;
}

.wc td.product-name dl.variation dd,
.wc td.product-name .wc-item-meta dd {
  margin: 0;
}

.wc td.product-name dl.variation p, .wc td.product-name dl.variation:last-child,
.wc td.product-name .wc-item-meta p,
.wc td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}

.wc td.product-name p.backorder_notification {
  font-size: 0.83em;
}

.wc td.product-quantity {
  min-width: 50px;
}

.wc .minicart-wrap ul.cart_list li,
.wc .minicart-wrap ul.product_list_widget li {
  padding: 15px 20px;
}

.wc ul.cart_list li,
.wc ul.product_list_widget li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.wc ul.cart_list li .content,
.wc ul.cart_list li .content > a,
.wc ul.product_list_widget li .content,
.wc ul.product_list_widget li .content > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: inherit;
}

.wc ul.cart_list li .content img,
.wc ul.cart_list li .content > a img,
.wc ul.product_list_widget li .content img,
.wc ul.product_list_widget li .content > a img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  border: 1px solid #444;
  width: auto;
  margin-right: 15px;
  width: 70px;
}

.wc ul.cart_list li .content .c,
.wc ul.cart_list li .content > a .c,
.wc ul.product_list_widget li .content .c,
.wc ul.product_list_widget li .content > a .c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.wc ul.cart_list li .content .c > *:not(:last-child),
.wc ul.cart_list li .content > a .c > *:not(:last-child),
.wc ul.product_list_widget li .content .c > *:not(:last-child),
.wc ul.product_list_widget li .content > a .c > *:not(:last-child) {
  margin-bottom: 5px;
}

.wc ul.cart_list li .content .title,
.wc ul.cart_list li .content > a .title,
.wc ul.product_list_widget li .content .title,
.wc ul.product_list_widget li .content > a .title {
  line-height: 1.125;
}

.wc ul.cart_list li .content .variation,
.wc ul.cart_list li .content > a .variation,
.wc ul.product_list_widget li .content .variation,
.wc ul.product_list_widget li .content > a .variation {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 12px;
  opacity: 0.5;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wc ul.cart_list li .content .variation p,
.wc ul.cart_list li .content > a .variation p,
.wc ul.product_list_widget li .content .variation p,
.wc ul.product_list_widget li .content > a .variation p {
  margin: 0;
}

.wc ul.cart_list li .content .variation dt,
.wc ul.cart_list li .content > a .variation dt,
.wc ul.product_list_widget li .content .variation dt,
.wc ul.product_list_widget li .content > a .variation dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 500;
  margin-bottom: 5px;
}

.wc ul.cart_list li .content .variation dd,
.wc ul.cart_list li .content > a .variation dd,
.wc ul.product_list_widget li .content .variation dd,
.wc ul.product_list_widget li .content > a .variation dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 300;
  margin: 0 0 5px 5px;
}

.wc ul.cart_list li .content .p-count,
.wc ul.cart_list li .content > a .p-count,
.wc ul.product_list_widget li .content .p-count,
.wc ul.product_list_widget li .content > a .p-count {
  font-size: 12px;
}

.wc ul.cart_list li .content .p-count del,
.wc ul.cart_list li .content > a .p-count del,
.wc ul.product_list_widget li .content .p-count del,
.wc ul.product_list_widget li .content > a .p-count del {
  opacity: .5;
  margin-right: 5px;
}

.wc ul.cart_list li .content .p-count del .wc-Price-amount,
.wc ul.cart_list li .content > a .p-count del .wc-Price-amount,
.wc ul.product_list_widget li .content .p-count del .wc-Price-amount,
.wc ul.product_list_widget li .content > a .p-count del .wc-Price-amount {
  color: inherit;
}

.wc ul.cart_list li .content .p-count ins,
.wc ul.cart_list li .content > a .p-count ins,
.wc ul.product_list_widget li .content .p-count ins,
.wc ul.product_list_widget li .content > a .p-count ins {
  background: none;
  color: inherit;
}

.wc ul.cart_list li .remove_from_cart_button,
.wc ul.product_list_widget li .remove_from_cart_button {
  font-size: 10px;
  margin-left: 10px;
  margin-right: -10px;
}

.wc.widget_shopping_cart .total,
.wc .widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0;
}

.wc.widget_shopping_cart .total strong,
.wc .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}

.wc.widget_shopping_cart .cart_list li,
.wc .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}

.wc.widget_shopping_cart .cart_list li a.remove,
.wc .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}

.wc.widget_shopping_cart .buttons::before, .wc.widget_shopping_cart .buttons::after,
.wc .widget_shopping_cart .buttons::before,
.wc .widget_shopping_cart .buttons::after {
  content: ' ';
  display: table;
}

.wc.widget_shopping_cart .buttons::after,
.wc .widget_shopping_cart .buttons::after {
  clear: both;
}

.wc.widget_shopping_cart .buttons a,
.wc .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}

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

.wc form .form-row label {
  line-height: 2;
}

.wc form .form-row.input-row label {
  margin-bottom: 0;
}

.wc form .form-row.input-row input.input-text {
  padding: 0;
  height: 40px;
  margin-bottom: 0;
}

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

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

.wc form .form-row .wc-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 1em;
  margin: .5em 0 0;
  clear: both;
  display: none;
  position: relative;
}

.wc form .form-row .wc-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wc form .form-row .wc-input-wrapper .description:before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  -webkit-transform: translatex(-50%) rotate(180deg);
      -ms-transform: translatex(-50%) rotate(180deg);
          transform: translatex(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}

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

.wc form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}

.wc form .form-row .optional {
  visibility: visible;
}

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

.wc form .form-row input.input-text,
.wc form .form-row textarea {
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 300;
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #606060;
  resize: none;
}

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

.wc form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}

.wc form .form-row.wc-invalid label {
  color: #a00;
}

.wc form .form-row.wc-invalid .select2-container,
.wc form .form-row.wc-invalid input.input-text,
.wc form .form-row.wc-invalid select {
  border-color: #a00;
}

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

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

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

.wc form.login,
.wc form.checkout_coupon,
.wc form.register {
  border: 1px solid #444;
  padding: 10px 25px;
  margin: 2em 0;
  text-align: left;
}

.wc ul#shipping_method {
  line-height: 1.5;
}

.wc ul#shipping_method li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
  list-style: none outside;
  font-weight: 300;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wc ul#shipping_method li input {
  margin-right: 10px;
}

.wc ul#shipping_method li label {
  display: inline;
}

.wc ul#shipping_method .amount {
  margin-left: 5px;
}

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

.wc ul.order_details {
  
  margin: 0 0 3em;
  list-style: none;
  padding-left: 0;
}

.wc ul.order_details::before, .wc ul.order_details::after {
  content: ' ';
  display: table;
}

.wc ul.order_details::after {
  clear: both;
}

.wc ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.wc ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}

.wc ul.order_details li:last-of-type {
  border: none;
}

.wc .wc-bacs-bank-details-account-name {
  font-weight: bold;
}

.wc .wc-order-downloads,
.wc .wc-customer-details,
.wc .wc-order-details {
  margin-bottom: 2em;
}

.wc .wc-order-downloads *:last-child,
.wc .wc-customer-details *:last-child,
.wc .wc-order-details *:last-child {
  margin-bottom: 0;
}

.wc .wc-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 6px 12px;
}

.wc .wc-customer-details .wc-customer-details--phone,
.wc .wc-customer-details .wc-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}

.wc .wc-customer-details .wc-customer-details--phone::before {
  font-family: 'wc';
  
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}

.wc .wc-customer-details .wc-customer-details--email::before {
  font-family: 'wc';
  
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}

.wc .wc-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}

.wc .wc-widget-layered-nav-list .wc-widget-layered-nav-list__item {
  
  padding: 0 0 1px;
  list-style: none;
}

.wc .wc-widget-layered-nav-list .wc-widget-layered-nav-list__item::before, .wc .wc-widget-layered-nav-list .wc-widget-layered-nav-list__item::after {
  content: ' ';
  display: table;
}

.wc .wc-widget-layered-nav-list .wc-widget-layered-nav-list__item::after {
  clear: both;
}

.wc .wc-widget-layered-nav-list .wc-widget-layered-nav-list__item a,
.wc .wc-widget-layered-nav-list .wc-widget-layered-nav-list__item span {
  padding: 1px 0;
}

.wc .wc-widget-layered-nav-list .wc-widget-layered-nav-list__item--chosen a::before {
  font-family: 'wc';
  
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}

.wc .wc-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}

.wc .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}

.wc .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}

.wc .widget_layered_nav_filters ul li a {
  text-decoration: none;
}

.wc .widget_layered_nav_filters ul li a::before {
  font-family: 'wc';
  
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: .5em;
}

.wc .widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.wc .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}

.wc .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}

.wc .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.wc .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}

.wc .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  background-color: #a46497;
}

.wc .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
          border-radius: 1em;
  border: 0;
}

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

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

.wc .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.wc .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.wc .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}

.wc .widget_rating_filter ul li {
  
  padding: 0 0 1px;
  list-style: none;
}

.wc .widget_rating_filter ul li::before, .wc .widget_rating_filter ul li::after {
  content: ' ';
  display: table;
}

.wc .widget_rating_filter ul li::after {
  clear: both;
}

.wc .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}

.wc .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}

.wc .widget_rating_filter ul li.chosen a::before {
  font-family: 'wc';
  
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}

.wc-no-js form.wc-form-login,
.wc-no-js form.wc-form-coupon {
  display: block !important;
}

.wc-no-js .wc-form-login-toggle,
.wc-no-js .wc-form-coupon-toggle,
.wc-no-js .showcoupon {
  display: none !important;
}

.wc-message,
.wc-error,
.wc-info {
  padding: 1em 2em 1em 3.5em;
  margin: 1em 0 1em;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border-top: 3px solid #a46497;
  list-style: none outside;
  font-size: 14px;
  
  width: auto;
  word-wrap: break-word;
}

.wc-message::before, .wc-message::after,
.wc-error::before,
.wc-error::after,
.wc-info::before,
.wc-info::after {
  content: ' ';
  display: table;
}

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

.wc-message::before,
.wc-error::before,
.wc-info::before {
  font-family: 'wc';
  content: '\e028';
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.wc-message .button,
.wc-error .button,
.wc-info .button {
  float: right;
}

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

/**
 * Right to left styles
 */
.rtl.wc .price_label,
.rtl.wc .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.wc-message {
  border-top-color: #8fae1b;
}

.wc-message::before {
  content: '\e015';
  color: #8fae1b;
}

.wc-info {
  border-top-color: #1e85be;
}

.wc-info::before {
  color: #1e85be;
}

.wc-error {
  border-top-color: #b81c23;
}

.wc-error::before {
  content: '\e016';
  color: #b81c23;
}

.wc-account .wc::before, .wc-account .wc::after {
  content: ' ';
  display: table;
}

.wc-account .wc::after {
  clear: both;
}

.wc-account .addresses .title::before, .wc-account .addresses .title::after {
  content: ' ';
  display: table;
}

.wc-account .addresses .title::after {
  clear: both;
}

.wc-account .addresses .title h3 {
  float: left;
}

.wc-account .addresses .title .edit {
  float: right;
}

.wc-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}

.wc-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.wc-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}

.wc-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.wc-account ul.digital-downloads li::before {
  font-family: 'wc';
  
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
}

.wc-account ul.digital-downloads li .count {
  float: right;
}

/**
 * Cart/checkout page
 */
.wc-cart table.cart .product-thumbnail,
.wc-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}

.wc-cart table.cart img,
.wc-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wc-cart table.cart th,
.wc-cart table.cart td,
.wc-checkout table.cart th,
.wc-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}

.wc-cart table.cart input,
.wc-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}

.wc-cart .wc-proceed-to-checkout,
.wc-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  
  padding: 1em 0 0;
}

.wc-cart .wc-proceed-to-checkout::before, .wc-cart .wc-proceed-to-checkout::after,
.wc-checkout .wc-proceed-to-checkout::before,
.wc-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: ' ';
  display: table;
}

.wc-cart .wc-proceed-to-checkout::after,
.wc-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}

.wc-cart .wc-proceed-to-checkout a.checkout-button,
.wc-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}

.wc-cart .wc-proceed-to-checkout .button,
.wc-checkout .wc-proceed-to-checkout .button,
#add_payment_method .wc-proceed-to-checkout .button {
  width: 100%;
}

.wc-cart .cart-collaterals .shipping-calculator-button,
.wc-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: .5em;
  display: inline-block;
}

.wc-cart .cart-collaterals .shipping-calculator-button::after,
.wc-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: 'wc';
  
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}

.wc-cart .cart-collaterals .shipping-calculator-form .input-row,
.wc-checkout .cart-collaterals .shipping-calculator-form .input-row,
#add_payment_method .cart-collaterals .shipping-calculator-form .input-row {
  margin-bottom: 15px;
}

.wc-cart .cart-collaterals .shipping-calculator-form button,
.wc-checkout .cart-collaterals .shipping-calculator-form button,
#add_payment_method .cart-collaterals .shipping-calculator-form button {
  margin-top: 20px;
}
.wc-cart .cart-collaterals .cart_totals p small,
.wc-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em;
}

.wc-cart .cart-collaterals .cross-sells .product_list_widget,
.wc-checkout .cart-collaterals .cross-sells .product_list_widget,
#add_payment_method .cart-collaterals .cross-sells .product_list_widget {
  margin-top: -10px;
  margin-bottom: 30px;
}

.wc-cart .checkout .col-2 h3#ship-to-different-address,
.wc-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

.wc-cart .checkout .col-2 .notes,
.wc-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}

.wc-cart .checkout .col-2 .form-row-first,
.wc-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}

.wc-cart .checkout .create-account small,
.wc-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}

.wc-cart .checkout div.shipping-address,
.wc-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

.wc-cart .checkout .shipping_address,
.wc-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}

.wc-cart #payment ul.payment_methods,
.wc-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  
  text-align: left;
}

.wc-cart #payment ul.payment_methods::before, .wc-cart #payment ul.payment_methods::after,
.wc-checkout #payment ul.payment_methods::before,
.wc-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: ' ';
  display: table;
}

.wc-cart #payment ul.payment_methods::after,
.wc-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}

.wc-cart #payment ul.payment_methods li,
.wc-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: normal;
  margin: 15px 0;
}

.wc-cart #payment ul.payment_methods li input,
.wc-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}

.wc-cart #payment ul.payment_methods li label,
.wc-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.wc-cart #payment ul.payment_methods li img,
.wc-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wc-cart #payment ul.payment_methods li img + img,
.wc-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

.wc-cart #payment ul.payment_methods li:not(.wc-notice)::before, .wc-cart #payment ul.payment_methods li:not(.wc-notice)::after,
.wc-checkout #payment ul.payment_methods li:not(.wc-notice)::before,
.wc-checkout #payment ul.payment_methods li:not(.wc-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.wc-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.wc-notice)::after {
  content: ' ';
  display: table;
}

.wc-cart #payment ul.payment_methods li:not(.wc-notice)::after,
.wc-checkout #payment ul.payment_methods li:not(.wc-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.wc-notice)::after {
  clear: both;
}

.wc-cart #payment .wc-privacy-policy-text,
.wc-checkout #payment .wc-privacy-policy-text,
#add_payment_method #payment .wc-privacy-policy-text {
  font-size: 14px;
  line-height: 1.71429;
}

.wc-cart #payment div.payment_box,
.wc-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em 1.3em;
  margin: 1em 0;
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  line-height: 1.5;
  background-color: #1a1a1a;
  color: #b1b0b0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.wc-cart #payment div.payment_box p,
.wc-checkout #payment div.payment_box p,
#add_payment_method #payment div.payment_box p {
  margin: 0;
}

.wc-cart #payment div.payment_box input.input-text,
.wc-cart #payment div.payment_box textarea,
.wc-checkout #payment div.payment_box input.input-text,
.wc-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #1a1a1a;
  border-top-color: #1a1a1a;
}

.wc-cart #payment div.payment_box ::-webkit-input-placeholder,
.wc-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #b1b0b0;
}

.wc-cart #payment div.payment_box :-moz-placeholder,
.wc-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #b1b0b0;
}

.wc-cart #payment div.payment_box :-ms-input-placeholder,
.wc-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #b1b0b0;
}

.wc-cart #payment div.payment_box .wc-SavedPaymentMethods,
.wc-checkout #payment div.payment_box .wc-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .wc-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}

.wc-cart #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-token,
.wc-cart #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-new,
.wc-checkout #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-token,
.wc-checkout #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}

.wc-cart #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-token label,
.wc-cart #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-new label,
.wc-checkout #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-token label,
.wc-checkout #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-new label {
  cursor: pointer;
}

.wc-cart #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-tokenInput,
.wc-checkout #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .wc-SavedPaymentMethods .wc-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}

.wc-cart #payment div.payment_box .wc-credit-card-form,
.wc-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}

.wc-cart #payment div.payment_box .wc-credit-card-form-card-number,
.wc-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.wc-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.wc-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.wc-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.wc-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  -webkit-background-size: 32px 20px;
          background-size: 32px 20px;
}

.wc-cart #payment div.payment_box span.help,
.wc-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #777;
  font-weight: normal;
}

.wc-cart #payment div.payment_box .form-row,
.wc-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

.wc-cart #payment div.payment_box p:last-child,
.wc-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.wc-cart #payment div.payment_box::before,
.wc-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: '';
  display: block;
  border: 1em solid #1a1a1a;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.wc-cart #payment .payment_method_paypal .about_paypal,
.wc-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  font-size: 14px;
  float: right;
}

.wc-cart #payment .payment_method_paypal img,
.wc-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  display: none;
}

.wc-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.wc-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}

/**
 * Password strength meter
 */
.wc-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}

.wc-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}

.wc-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}

.wc-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}

.wc-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.wc-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/*
- Accordion
*/
.wc-accordion {
  border-top: 1px solid #444;
}

.wc-accordion .wc-accordion-item {
  border-bottom: 1px solid #444;
  overflow: hidden;
}

.wc-accordion .wc-accordion-item.current .top .button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.wc-accordion .wc-accordion-item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 1.28571;
  text-transform: uppercase;
  padding: 5px 45px 5px 0;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
}

.wc-accordion .wc-accordion-item .top .cross-button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2em;
  height: 45px;
  margin-top: -22.5px;
}

.wc-accordion .wc-accordion-item .top .button:before, .wc-accordion .wc-accordion-item .top .button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wc-accordion .wc-accordion-item .top .button:before {
  width: 13px;
  height: 2px;
}

.wc-accordion .wc-accordion-item .top .button:after {
  height: 13px;
  width: 2px;
}

.wc-accordion .wc-accordion-item .wrap {
  display: none;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 1.71429;
  padding: 10px 0 15px;
  font-weight: 300;
}

.wc-accordion .wc-accordion-item .wrap > *:first-child {
  margin-top: 0;
}
