@charset "UTF-8";
.cf:before, .woocommerce div.product:before, .woocommerce-page div.product:before, body.woocommerce-cart .woocommerce:before,
.cf:after,
.woocommerce div.product:after,
.woocommerce-page div.product:after,
body.woocommerce-cart .woocommerce:after, .l__row:before, .l__row:after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}
.cf:after, .woocommerce div.product:after, .woocommerce-page div.product:after, body.woocommerce-cart .woocommerce:after, .l__row:after {
  clear: both;
}
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #005FAA;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #005FAA;
  --wc-primary-text: #b2d9f7;
  --wc-secondary: #000944;
  --wc-secondary-text: black;
  --wc-highlight: #aa000a;
  --wc-highligh-text: #f7b2b6;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}
/**
* This injects Woocommerce Vendor component classes and any component classes
* registered by plugins.
*/
/**
 * _fonts.scss
 * Custom WooCommerce 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: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #005FAA;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #005FAA;
  --wc-primary-text: #b2d9f7;
  --wc-secondary: #000944;
  --wc-secondary-text: black;
  --wc-highlight: #aa000a;
  --wc-highligh-text: #f7b2b6;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}
/**
 * Styling begins
 */
.woocommerce,
.woocommerce-page {
  /**
   * General layout styles
   */
  /**
   * Product page
   */
  /**
   * Product loops
   */
  /**
   * Cart page
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * oEmbeds
   */
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce-page .col2-set::before,
.woocommerce-page .col2-set::after {
  content: " ";
  display: table;
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  float: left;
  width: 48%;
}
.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
  *zoom: 1;
}
.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after {
  clear: both;
}
.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
  *zoom: 1;
}
.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after {
  content: " ";
  display: table;
}
.woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after {
  clear: both;
}
.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
  *zoom: 1;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: " ";
  display: table;
}
.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  *zoom: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  *zoom: 1;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::before,
.woocommerce-page ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after,
.woocommerce-page form .form-row::before,
.woocommerce-page form .form-row::after {
  content: " ";
  display: table;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
  /*rtl:raw:
  float: right;
  */
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  /* Hide the Edge "reveal password" native button */
}
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e010";
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
  *zoom: 1;
}
.woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}
/**
 * Twenty Eleven specific styles
 */
.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right;
}
.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left;
}
/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}
@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}
@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
/**
 * Twenty Sixteen specific styles
 */
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}
#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%;
}
@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
/**
 * RTL styles.
 */
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}
/**
 * woocommerce-smallscreen.scss
 * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #005FAA;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #005FAA;
  --wc-primary-text: #b2d9f7;
  --wc-secondary: #000944;
  --wc-secondary-text: black;
  --wc-highlight: #aa000a;
  --wc-highligh-text: #f7b2b6;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}
/**
 * Style begins
 */
.woocommerce,
.woocommerce-page {
  /**
   * General layout
   */
  /**
   * Products
   */
  /**
   * Product Details
   */
  /**
   * Cart
   */
  /**
   * Checkout
   */
  /**
   * Account
   */
}
.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
  display: none;
}
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 0;
}
.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
  display: none;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
  display: block;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  text-align: right !important;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  display: block;
}
.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
  text-align: left !important;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before {
  display: none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: left;
}
.woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
  display: none;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  float: none;
  margin: 0.125em 0.25em 0.125em 0;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 48%;
  float: left;
  clear: both;
  margin: 0 0 2.992em;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
  clear: none !important;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
  float: right;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary {
  float: none;
  width: 100%;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  display: none;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: left;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: none;
  *zoom: 1;
  padding-bottom: 0.5em;
}
.woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after {
  content: " ";
  display: table;
}
.woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after {
  clear: both;
}
.woocommerce table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt {
  float: right;
}
.woocommerce table.cart td.actions .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
  display: block;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
  text-align: left;
}
.woocommerce.woocommerce-checkout form.login .form-row,
.woocommerce-page.woocommerce-checkout form.login .form-row {
  width: 100%;
  float: none;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1em;
}
.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
  width: 100%;
  float: none;
  margin-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .panel {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #005FAA;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #005FAA;
  --wc-primary-text: #b2d9f7;
  --wc-secondary: #000944;
  --wc-secondary-text: black;
  --wc-highlight: #aa000a;
  --wc-highligh-text: #f7b2b6;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce 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: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Global styles
 */
p.demo_store,
.woocommerce-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: #005FAA;
  color: #b2d9f7;
  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,
.woocommerce-store-notice a {
  color: #b2d9f7;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.screen-reader-text {
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  width: 1px;
}
.admin-bar p.demo_store {
  top: 32px;
}
/**
 * Utility classes
 */
.clear {
  clear: both;
}
/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .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("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .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("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  color: red !important;
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
}
.woocommerce a.remove:hover {
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #005FAA;
  font-size: 1.25em;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #aa000a;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #000211;
  background-color: #000944;
  color: black;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: black;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #050b2e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  color: black;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  -webkit-box-shadow: 2px 2px 0 #fff;
          box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  -webkit-box-shadow: -2px 2px 0 #fff;
          box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 1px solid #000211;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  -webkit-box-shadow: 2px 2px 0 #000944;
          box-shadow: 2px 2px 0 #000944;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  -webkit-box-shadow: -2px 2px 0 #000944;
          box-shadow: -2px 2px 0 #000944;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000211;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart::after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce 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);
          transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #aa000a;
  color: #f7b2b6;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  *zoom: 1;
}
.woocommerce .products ul::before, .woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: " ";
  display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #aa000a;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(106, 64, 66, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #000211;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #000211;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #000944;
  color: black;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #000944;
  border: 1px solid #000735;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #000735;
  border-radius: 4px;
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #000735;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #000211;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.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: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double #000944;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  -webkit-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;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  border: 0 !important;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.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: #a00;
}
.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: #6dc22e;
}
.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 #000211;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #000211;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-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%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e013";
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #005FAA;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #005FAA;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #000a11;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}
/**
 * Buttons
 */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: black;
  background-color: #000944;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  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;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover {
  background-color: #00062b;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-image: none;
  color: black;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt {
  background-color: #005FAA;
  color: #b2d9f7;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover {
  background-color: #005191;
  color: #b2d9f7;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #005FAA;
  color: #b2d9f7;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #000944;
}
.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #000c5e;
  color: black;
  border-top: 3px solid #005FAA;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}
.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}
.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}
.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}
/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000211;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-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;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-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;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #aa000a;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #000944;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #000944;
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #000211;
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-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;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-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;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-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;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #00062b;
  color: black;
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-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: black;
  border-top-color: black;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: black;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: black;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: black;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-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;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-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;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #00062b; /* 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;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce-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);
}
.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}
.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}
/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}
/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}
/**
* This injects Woocommerce classes and any utility classes registered
* by plugins.
*/
.header-basket-minicart .woocommerce-mini-cart__buttons > .button:hover, .btn:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn--standard, .header-basket-minicart .woocommerce-mini-cart__buttons > .button:last-of-type, .woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: #005FAA;
  border-color: #005FAA;
  border: solid 1px;
  border-radius: 0;
  color: #fff;
  min-width: 165px;
  text-align: center;
}
.btn--standard:hover, .header-basket-minicart .woocommerce-mini-cart__buttons > .button:hover:last-of-type, .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover, .btn--standard.active, .header-basket-minicart .woocommerce-mini-cart__buttons > .active.button:last-of-type, .woocommerce a.active.button,
.woocommerce button.active.button,
.woocommerce input.active.button,
.woocommerce #respond input.active#submit {
  background-color: #fff;
  border-color: #005FAA;
  color: #005FAA;
}
.btn--secondary {
  background-color: #fff;
  border-color: #005FAA;
  border: solid 1px;
  border-radius: 0;
  color: #005FAA;
  min-width: 165px;
  text-align: center;
}
.btn--secondary:hover, .btn--secondary.active {
  background-color: #005FAA;
  border-color: #005FAA;
  color: #fff;
}
.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.btn--white:hover, .btn--white.active {
  background-color: #494949;
  border-color: #494949;
  color: rgba(255, 255, 255, 0.5);
}
.btn--trans, .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type {
  background-color: transparent;
  border-color: #005FAA;
  color: #333;
}
.btn--trans:hover, .header-basket-minicart .woocommerce-mini-cart__buttons > .button:hover:first-of-type, .btn--trans.active, .header-basket-minicart .woocommerce-mini-cart__buttons > .active.button:first-of-type {
  background-color: #005FAA;
  border-color: #005FAA;
  color: rgba(255, 255, 255, 0.5);
}
input#submit_worldpay_payment_form {
  margin-bottom: 0.5em;
  background-color: #005FAA;
  border-color: #005FAA;
  border: solid 1px #005FAA;
  border-radius: 0;
  color: #fff;
  min-width: 165px;
  text-align: center;
}
input#submit_worldpay_payment_form:hover, input#submit_worldpay_payment_form.active {
  background-color: #fff;
  border-color: #005FAA;
  color: #005FAA;
}
a.button.cancel {
  margin-bottom: 0.5em;
  background-color: #fff;
  border-color: #005FAA;
  border: solid 1px #005FAA;
  border-radius: 0;
  color: #005FAA;
  min-width: 165px;
  text-align: center;
  line-height: 22px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
a.button.cancel:hover, a.button.cancel.active {
  background-color: #005FAA;
  border-color: #005FAA;
  color: #fff;
}
@media (max-width: 768px) {
  a.button.cancel {
    width: 100%;
  }
}
.mw-close-btn, .header-basket-minicart .header-basket-minicart-close {
  padding-right: 30px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.mw-close-btn:hover, .header-basket-minicart .header-basket-minicart-close:hover {
  opacity: 0.5;
}
.mw-close-btn:before, .header-basket-minicart .header-basket-minicart-close:before, .mw-close-btn:after, .header-basket-minicart .header-basket-minicart-close:after {
  position: absolute;
  right: 10px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #005FAA;
}
.mw-close-btn:before, .header-basket-minicart .header-basket-minicart-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mw-close-btn:after, .header-basket-minicart .header-basket-minicart-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l__contain {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}
@media (max-width: 1020px) {
  .l__contain {
    padding: 0 20px;
  }
}
.l__contain--full {
  padding: 0;
}
.l__contain--narrow {
  max-width: 1200px;
}
.m__pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
  text-align: center;
  width: 100%;
  float: left;
  margin: 1em 0 2em;
}
.m__pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
}
.m__pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
  display: inline-block;
}
.m__pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li a,
.m__pagination ul li .page-numbers,
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  border: 0;
  color: #494949;
  margin: 0 2px;
  border-radius: 8px;
}
.m__pagination ul li a:not(.current):hover, .woocommerce nav.woocommerce-pagination ul li a:not(.current):hover, .woocommerce-page nav.woocommerce-pagination ul li a:not(.current):hover,
.m__pagination ul li .page-numbers:not(.current):hover,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.current):hover,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers:not(.current):hover {
  color: #333;
  -webkit-box-shadow: 0 0 10px 0 rgba(28, 60, 111, 0.2);
          box-shadow: 0 0 10px 0 rgba(28, 60, 111, 0.2);
}
.m__pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce-page nav.woocommerce-pagination ul li a.next, .m__pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce-page nav.woocommerce-pagination ul li a.prev,
.m__pagination ul li .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers.next,
.m__pagination ul li .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers.prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 2.5em;
}
.m__pagination ul li a.next:before, .woocommerce nav.woocommerce-pagination ul li a.next:before, .woocommerce-page nav.woocommerce-pagination ul li a.next:before, .m__pagination ul li a.prev:before, .woocommerce nav.woocommerce-pagination ul li a.prev:before, .woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.m__pagination ul li .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next:before,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers.next:before,
.m__pagination ul li .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers.prev:before {
  content: "";
  width: 48px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/icons/arrow-blue.svg) center/contain no-repeat;
}
.m__pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce-page nav.woocommerce-pagination ul li a.prev,
.m__pagination ul li .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers.prev {
  margin: 0 2.5em 0 0;
}
.m__pagination ul li a.prev:before, .woocommerce nav.woocommerce-pagination ul li a.prev:before, .woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.m__pagination ul li .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li .page-numbers.prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.m__pagination ul li .current, .woocommerce nav.woocommerce-pagination ul li .current, .woocommerce-page nav.woocommerce-pagination ul li .current {
  color: #333;
  -webkit-box-shadow: 0 0 10px 0 rgba(28, 60, 111, 0.2);
          box-shadow: 0 0 10px 0 rgba(28, 60, 111, 0.2);
}
body.woocommerce-account #site-content {
  background: #F1F6FA;
}
body.woocommerce-account .woocommerce {
  position: relative;
}
body.woocommerce-account .woocommerce .mw_login_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.woocommerce-account .woocommerce form.login {
  max-width: 450px;
}
body.woocommerce-account .woocommerce .login_page_wrapper {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
body.woocommerce-account .woocommerce .login_page_wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
}
body.woocommerce-account .woocommerce form.register, body.woocommerce-account .woocommerce form.login {
  border: 0;
  padding: 0;
}
body.woocommerce-account .woocommerce #woo_form_wrapper {
  position: relative;
  margin: 6em 0;
  background-color: #fff;
  padding: 2em;
}
@media (min-width: 1021px) {
  body.woocommerce-account .woocommerce #woo_form_wrapper {
    min-width: 500px;
  }
}
body.woocommerce-account .woocommerce #woo_register_btn {
  float: right;
  display: inline-block;
  margin: 0.5em 0 1.25em;
}
body.woocommerce-account .woocommerce #woo_register_btn a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce .woocommerce-LostPassword a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
  margin: 0.5em 0 1.25em 0;
  line-height: normal;
  line-height: initial;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  vertical-align: top;
}
.woocommerce form input::-webkit-input-placeholder, .woocommerce-page form input::-webkit-input-placeholder {
  color: #494949;
}
.woocommerce form input::-moz-placeholder, .woocommerce-page form input::-moz-placeholder {
  color: #494949;
}
.woocommerce form input:-ms-input-placeholder, .woocommerce-page form input:-ms-input-placeholder {
  color: #494949;
}
.woocommerce form input::-ms-input-placeholder, .woocommerce-page form input::-ms-input-placeholder {
  color: #494949;
}
.woocommerce form input::placeholder,
.woocommerce-page form input::placeholder {
  color: #494949;
}
@media (max-width: 1020px) {
  .woocommerce.woocommerce-account .woocommerce,
  .woocommerce-page.woocommerce-account .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .woocommerce.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-page.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-page .woocommerce-MyAccount-navigation {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (max-width: 1020px) {
  .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-page .woocommerce-MyAccount-navigation {
    position: relative;
  }
  .woocommerce .woocommerce-MyAccount-navigation::before,
  .woocommerce-page .woocommerce-MyAccount-navigation::before {
    content: " ";
    background: url("./../../images/icons/blue-arrow.svg");
    width: 8px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 1021px) {
  .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-page .woocommerce-MyAccount-navigation {
    margin-bottom: 2em;
    border-bottom: solid 1px #C9DAE7;
  }
}
.woocommerce .woocommerce-MyAccount-navigation select,
.woocommerce-page .woocommerce-MyAccount-navigation select {
  margin-bottom: 2em;
  -webkit-appearance: none;
}
@media (min-width: 1021px) {
  .woocommerce .woocommerce-MyAccount-navigation select,
  .woocommerce-page .woocommerce-MyAccount-navigation select {
    display: none;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1020px) {
  .woocommerce .woocommerce-MyAccount-navigation ul,
  .woocommerce-page .woocommerce-MyAccount-navigation ul {
    display: none;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
  float: left;
  margin-right: 6em;
  font-weight: bold;
  color: #005FAA;
  position: relative;
  line-height: 22px;
  cursor: pointer;
  margin-bottom: 1em;
}
.woocommerce .woocommerce-MyAccount-navigation ul li::before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li::before {
  content: "";
  height: 2px;
  width: 0;
  display: inline-block;
  left: 0;
  bottom: -16px;
  background-color: #005FAA;
  position: absolute;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active {
  color: #000944;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active::before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active::before {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:hover::before, .woocommerce .woocommerce-MyAccount-navigation ul li:focus::before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li:hover::before,
.woocommerce-page .woocommerce-MyAccount-navigation ul li:focus::before {
  width: 100%;
}
@media (min-width: 1021px) {
  .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-page .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce .woocommerce-MyAccount-content mark,
.woocommerce-page .woocommerce-MyAccount-content mark {
  background-color: transparent;
  color: #005FAA;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content [type=submit].button:not(.gform_button),
.woocommerce-page .woocommerce-MyAccount-content [type=submit].button:not(.gform_button) {
  margin-top: 1em;
}
.woocommerce .woocommerce-MyAccount-content form h3,
.woocommerce-page .woocommerce-MyAccount-content form h3 {
  color: #494949;
  margin-bottom: 1em;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  border-collapse: collapse;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  padding: 0.25em 1em;
  border: solid 1px #005FAA;
  background-color: #fff;
  color: #005FAA;
}
.woocommerce table.my_account_orders .button:hover,
.woocommerce-page table.my_account_orders .button:hover {
  background-color: #005FAA;
  color: #fff;
}
.woocommerce .woocommerce-Address .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-Address .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce-page .woocommerce-Address .woocommerce-customer-details--phone::before,
.woocommerce-page .woocommerce-Address .woocommerce-customer-details--email::before,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce-page .woocommerce-customer-details .woocommerce-customer-details--email::before {
  line-height: 1.3;
}
.woocommerce-edit-account .woocommerce, .woocommerce-edit-address .woocommerce, .woocommerce-checkout .woocommerce {
  margin-bottom: 4em;
}
.woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account, .woocommerce-edit-account .woocommerce form, .woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account, .woocommerce-edit-address .woocommerce form, .woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account, .woocommerce-checkout .woocommerce form {
  background-color: #fff;
  padding: 2em;
}
@media (max-width: 768px) {
  .woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account, .woocommerce-edit-account .woocommerce form, .woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account, .woocommerce-edit-address .woocommerce form, .woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account, .woocommerce-checkout .woocommerce form {
    padding: 1em;
  }
}
.woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account:not(.login), .woocommerce-edit-account .woocommerce form:not(.login), .woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account:not(.login), .woocommerce-edit-address .woocommerce form:not(.login), .woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account:not(.login), .woocommerce-checkout .woocommerce form:not(.login) {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.12);
}
.woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account input, .woocommerce-edit-account .woocommerce form input, .woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account input, .woocommerce-edit-address .woocommerce form input, .woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account input, .woocommerce-checkout .woocommerce form input {
  color: #005FAA;
}
.woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account .form-row, .woocommerce-edit-account .woocommerce form .form-row, .woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account .form-row, .woocommerce-edit-address .woocommerce form .form-row, .woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account .form-row, .woocommerce-checkout .woocommerce form .form-row {
  padding-bottom: 10px;
}
.woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account .form-row label, .woocommerce-edit-account .woocommerce form .form-row label, .woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account .form-row label, .woocommerce-edit-address .woocommerce form .form-row label, .woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account .form-row label, .woocommerce-checkout .woocommerce form .form-row label {
  line-height: 22px;
  color: #005FAA;
}
.woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account .form-row input, .woocommerce-edit-account .woocommerce form .form-row input, .woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account .form-row input, .woocommerce-edit-address .woocommerce form .form-row input, .woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account .form-row input, .woocommerce-checkout .woocommerce form .form-row input {
  color: #494949;
}
.woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account .form-row-first,
.woocommerce-edit-account .woocommerce .woocommerce-EditAccountForm.edit-account .form-row-last, .woocommerce-edit-account .woocommerce form .form-row-first,
.woocommerce-edit-account .woocommerce form .form-row-last, .woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account .form-row-first,
.woocommerce-edit-address .woocommerce .woocommerce-EditAccountForm.edit-account .form-row-last, .woocommerce-edit-address .woocommerce form .form-row-first,
.woocommerce-edit-address .woocommerce form .form-row-last, .woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account .form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-EditAccountForm.edit-account .form-row-last, .woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce-checkout .woocommerce form .form-row-last {
  width: 49%;
  overflow: visible;
}
.woocommerce-Addresses.addresses {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .woocommerce-Addresses.addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-Addresses.addresses .woocommerce-Address {
  margin-bottom: 0.5em;
  background: #fff;
  padding: 2em;
  color: #494949;
}
.woocommerce-Addresses.addresses .woocommerce-Address a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #005FAA;
}
@media (min-width: 769px) {
  .woocommerce-Addresses.addresses .woocommerce-Address.col-1 {
    margin-right: 7.5px;
  }
  .woocommerce-Addresses.addresses .woocommerce-Address.col-2 {
    margin-left: 7.5px;
  }
}
.woocommerce-Addresses.addresses .woocommerce-Address address {
  font-style: normal;
  margin-top: 1em;
}
.woocommerce-customer-details--phone::before {
  content: "" !important;
  background: url("../../images/icons/phone.svg") !important;
  background-size: contain !important;
}
.woocommerce-customer-details--phone::before {
  margin-top: 3px;
  height: 15px;
  width: 15px;
}
.woocommerce-customer-details--email::before {
  content: "" !important;
  background: url("../../images/icons/email.svg") !important;
  background-size: contain !important;
}
.woocommerce-customer-details--email::before {
  margin-top: 6px;
  height: 12px;
  width: 15px;
  background-repeat: no-repeat;
}
body.woocommerce-cart .return-to-shop, body.woocommerce-checkout .return-to-shop {
  display: none;
}
body.woocommerce-cart #site-content, body.woocommerce-checkout #site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.woocommerce-cart .woocommerce, body.woocommerce-checkout .woocommerce {
  max-width: 1232px;
  margin: 4em auto;
  width: 100%;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce, body.woocommerce-checkout .woocommerce {
    margin: 2em auto;
  }
}
body.woocommerce-cart .woocommerce a.remove, body.woocommerce-checkout .woocommerce a.remove {
  color: red !important;
}
body.woocommerce-cart .woocommerce a.remove, body.woocommerce-checkout .woocommerce a.remove {
  display: block;
  font-size: 1em;
  text-align: right;
  line-height: 1;
  border-radius: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
body.woocommerce-cart .woocommerce a.remove:hover, body.woocommerce-checkout .woocommerce a.remove:hover {
  color: #000 !important;
  color: initial !important;
}
body.woocommerce-cart .woocommerce a.remove:hover, body.woocommerce-checkout .woocommerce a.remove:hover {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
body.woocommerce-cart .c__hero, body.woocommerce-checkout .c__hero {
  min-height: 170px;
}
body.woocommerce-cart .c__hero .c__hero__breadcrumb, body.woocommerce-checkout .c__hero .c__hero__breadcrumb {
  display: none;
}
body.woocommerce-cart .g__header__logo, body.woocommerce-checkout .g__header__logo {
  float: none;
  margin: 18px 0;
  display: block;
  text-align: center;
}
body.woocommerce-cart .g__header__logo img, body.woocommerce-checkout .g__header__logo img {
  display: inline-block;
}
@media (min-width: 1021px) {
  body.woocommerce-cart .g__header #back-link, body.woocommerce-checkout .g__header #back-link {
    display: block;
  }
}
body.woocommerce-cart .g__headerNav, body.woocommerce-cart .g__header__actions, body.woocommerce-cart #menu-toggle, body.woocommerce-cart .g__header__links, body.woocommerce-checkout .g__headerNav, body.woocommerce-checkout .g__header__actions, body.woocommerce-checkout #menu-toggle, body.woocommerce-checkout .g__header__links {
  display: none;
}
.c__progressBar {
  position: relative;
  margin: 0 auto;
  max-width: 378px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 480px) {
  .c__progressBar {
    max-width: 275px;
  }
}
.c__progressBar::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
.c__progressBar__step {
  position: relative;
  display: block;
  width: 66px;
  height: 66px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .c__progressBar__step {
    width: 48px;
    height: 48px;
  }
}
.c__progressBar__step > svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 26px;
}
@media (max-width: 480px) {
  .c__progressBar__step > svg {
    width: 22px;
  }
}
.c__progressBar__step.active {
  background-color: #005FAA;
}
body.ie11 .c__progressBar {
  padding: 6em 0;
}
body.ie11 .c__progressBar__step {
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.ie11 .c__progressBar {
    padding: 3em 0;
  }
}
body.ie11 .c__progressBar::before {
  width: 75%;
}
body.woocommerce-cart .woocommerce {
  margin: 3em 0;
  background-color: #fff;
  padding: 2em;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce {
    padding: 1em;
  }
}
body.woocommerce-cart .woocommerce button[name=update_cart] {
  display: none !important;
}
body.woocommerce-cart .woocommerce .cart-title {
  margin-bottom: 1em;
}
body.woocommerce-cart .woocommerce .cart-title > span {
  color: #005FAA;
  font-size: 16px;
  margin-left: 1em;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 66%;
  float: left;
}
@media (max-width: 1020px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart {
  border: 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart thead {
  display: none;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody tr {
  float: left;
  width: 100%;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody tr.cart_item {
  border-bottom: 1px solid #F1F6FA;
  margin-bottom: 1em;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td {
  border: 0;
  display: block;
  width: 100%;
  padding: 0 0 1em;
  background: 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-thumbnail {
  float: left;
  width: 20%;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-thumbnail {
    width: 35%;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-thumbnail img {
  width: 100%;
  max-width: 100px;
  border-radius: 5px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-name {
  float: left;
  width: 40%;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-name {
    width: 65%;
    font-size: 16px;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-price {
  text-align: right !important;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-price {
  width: 40%;
  font-size: 14px;
  color: #494949;
  float: right;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-quantity {
  text-align: right !important;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-quantity {
  float: right;
  width: auto;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-quantity {
    width: 65%;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-subtotal {
  text-align: right !important;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-subtotal {
  width: 65%;
  font-weight: 500;
  color: #005FAA;
  float: right;
}
@media (min-width: 769px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-subtotal {
    width: 40%;
    font-size: 20px;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-remove {
  float: left;
  width: 65%;
  margin-left: 35%;
}
@media (min-width: 769px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-remove {
    text-align: right !important;
  }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.product-remove {
    margin-left: 0;
    width: auto;
    clear: both;
    float: right;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td.actions {
  background-color: transparent;
  padding: 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table.cart tbody td::before {
  display: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  float: right;
  width: 30%;
}
@media (max-width: 1020px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .shipping-calculator-button:hover, body.woocommerce-cart .woocommerce .cart-collaterals .shipping-calculator-button:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  position: relative;
  background-color: #fff;
  padding: 2em;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.12);
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin-bottom: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 20px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table {
  border: 0;
  margin: 0;
  color: #005FAA;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .tax-rate {
  display: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .amount, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table strong {
  color: #005FAA;
  font-weight: normal;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tbody {
  display: block;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr {
  width: 100%;
  display: table;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals {
  display: block;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals th,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
  text-align: left !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals th,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
  border: 0;
}
@media (min-width: 1021px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
    display: block;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total {
  position: relative;
  padding-top: 1em;
  margin-top: 1em;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  background-color: #fff !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total::before {
  content: "";
  height: 1px;
  background: #F1F6FA;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -1em;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total strong .amount {
  font-weight: 500;
}
@media (min-width: 1021px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total strong .amount {
    font-size: 16px;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
  border: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th {
  font-weight: lighter;
}
@media (max-width: 1020px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th {
    display: none;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
  text-align: right !important;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.12);
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon-toggle-label {
  padding: 1em;
  display: block;
  cursor: pointer;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon-toggle-label u {
  cursor: pointer;
  color: #000944;
  font-weight: bold;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon label {
  display: none;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon button {
  height: 52px;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container #coupon-toggle {
  display: none;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container #coupon-toggle:checked + .coupon {
  display: block;
  max-height: 1000px;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon {
  float: none;
  max-height: 0;
  padding: 0 1em 1em;
  overflow: hidden;
  display: none;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon .input-text {
  width: 66%;
  margin-right: 2%;
  line-height: 30px;
  padding: 10px 20px;
  border-color: #D8DBEB;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon .input-text {
    width: 100%;
    margin: 0 0 1em;
  }
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon button.button {
  width: 32%;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce table.cart td.actions .coupon_container .coupon button.button {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce .cross-sells {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-cart-form__cart-item .attendee-wrapper {
  margin-top: 1em;
}
.woocommerce-cart-form__cart-item .members-status {
  font-size: 16px;
  line-height: 22px;
}
.woocommerce-cart-form__cart-item .attendee-details {
  margin-top: 0.5em;
}
.woocommerce-cart-form__cart-item .attendee-details p {
  font-size: 16px;
  line-height: 22px;
}
.woocommerce-cart-form__cart-item td.product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-cart-form__cart-item td.product-quantity .quantity label {
  display: none;
}
.woocommerce table.shop_table_responsive tr td[data-title=Shipping]::before {
  width: 100%;
}
.woocommerce table.shop_table_responsive tr td::before {
  padding-right: 0.5em;
}
.woocommerce #billing_country_field .woocommerce-input-wrapper > strong, .woocommerce #shipping_country_field .woocommerce-input-wrapper > strong {
  font-weight: lighter;
  padding: 0.75em 1em;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #005FAA;
  color: #005FAA;
  font-size: 15px;
  display: block;
}
.woocommerce ul#shipping_method li input {
  margin-right: 1em;
}
.c__shop-sidebar .bapf_sfilter {
  margin-bottom: 0.5em;
  border-bottom: solid 1px #F1F6FA;
}
.c__shop-sidebar .bapf_sfilter.bapf_ckbox:not(.bapf_stylecolor) input[type=checkbox] {
  display: none;
}
.c__shop-sidebar .bapf_sfilter.bapf_ckbox:not(.bapf_stylecolor) label {
  margin-bottom: 0.5em;
  line-height: 25px;
  vertical-align: top;
}
.c__shop-sidebar .bapf_sfilter .bapf_head {
  margin-bottom: 0.5em;
}
.c__shop-sidebar .bapf_sfilter .bapf_head h3 {
  font-size: 16px;
  color: #494949;
  font-weight: bold;
  margin-top: 0.5em;
}
.c__shop-sidebar .bapf_sfilter .bapf_body {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.c__shop-sidebar .bapf_sfilter .bapf_body ul {
  padding: 0;
}
.c__shop-sidebar .bapf_sfilter .bapf_body ul .pcs {
  color: #005FAA;
  font-weight: 600;
}
.c__shop-sidebar .bapf_sfilter .bapf_body .bapf_slidr_all {
  color: #494949;
}
.c__shop-sidebar .bapf_sfilter .bapf_body .ui-widget-content {
  height: 3px;
  background: #F1F6FA;
  margin: 20px 10px;
}
.c__shop-sidebar .bapf_sfilter .bapf_body .ui-widget-content .ui-slider-handle {
  background: #000944;
  width: 25px;
  height: 25px;
  top: -12px;
  outline: 0;
}
.c__shop-sidebar .bapf_sfilter .bapf_body .ui-widget-content .ui-slider-range {
  background: #000944;
}
.c__shop-sidebar .bapf_sfilter.clear-filter {
  border-bottom: 0;
}
.c__shop-sidebar .bapf_sfilter .bapf_reset, .c__shop-sidebar .bapf_sfilter .braapf_unselect_all {
  outline: 0;
  border: 0;
  background: 0;
  padding: 0;
  color: #494949;
  font-weight: bold;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin-top: 0.5em;
}
.c__shop-sidebar .bapf_sfilter .bapf_reset:hover, .c__shop-sidebar .bapf_sfilter .braapf_unselect_all:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #000944;
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect {
  padding-left: 1em;
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect:before, .c__shop-sidebar .bapf_sfilter .braapf_unselect:after {
  position: absolute;
  left: 5px;
  content: " ";
  height: 15px;
  width: 2px;
  top: 0;
  background-color: #005FAA;
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c__shop-sidebar .bapf_sfilter.bapf_ocolaps .bapf_head h3, .c__shop-sidebar .bapf_sfilter.bapf_ccolaps .bapf_head h3 {
  position: relative;
  cursor: pointer;
}
.c__shop-sidebar .bapf_sfilter.bapf_ocolaps .bapf_head h3:after, .c__shop-sidebar .bapf_sfilter.bapf_ccolaps .bapf_head h3:after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  background: url(../images/icons/arrow.svg) center/contain no-repeat;
}
.c__shop-sidebar .bapf_sfilter.bapf_ocolaps .bapf_head h3:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c__shop-sidebar .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span {
  -webkit-transform: none;
          transform: none;
}
.c__shop-sidebar .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.woocommerce {
  /**
  * Buttons
  */
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  color: #005FAA;
  background-color: #fff;
  border-color: #005FAA;
}
.woocommerce a.remove {
  width: auto;
  text-align: inherit;
  font-size: 1em;
  color: #000944;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.woocommerce a.remove:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 769px) {
  .woocommerce a.remove {
    line-height: 50px;
  }
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
  background: #F1F6FA;
}
@media (max-width: 1020px) {
  .woocommerce #basket-back {
    display: none;
  }
}
.woocommerce #woo_pp_ec_button_checkout {
  float: right;
}
.woocommerce .woocommerce-info {
  background: #F1F6FA;
  border: 1px solid #F1F6FA;
  border-radius: 3px;
  padding: 1em;
}
.woocommerce .woocommerce-info a.showlogin, .woocommerce .woocommerce-info a.showcoupon {
  color: #000944;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: bold;
}
.woocommerce .woocommerce-info a.showlogin:hover, .woocommerce .woocommerce-info a.showlogin:focus, .woocommerce .woocommerce-info a.showcoupon:hover, .woocommerce .woocommerce-info a.showcoupon:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce .woocommerce-info::before {
  content: none;
}
.woocommerce .woocommerce-MyAccount-content [type=submit].button:not(.gform_button), .woocommerce-page .woocommerce-MyAccount-content [type=submit].button:not(.gform_button) {
  height: 45px;
}
@media (min-width: 1021px) {
  body.tax-product_cat .c__hero, body.woocommerce-shop .c__hero {
    min-height: 350px;
  }
  body.tax-product_cat .c__hero .c__hero__content, body.woocommerce-shop .c__hero .c__hero__content {
    padding-right: 0;
    max-width: 650px;
    width: 60%;
  }
}
.woocommerce .c__toolbar {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .woocommerce .c__toolbar {
    display: none;
  }
}
.woocommerce .c__toolbar--mobile {
  display: none;
  background: #7ad03a;
  margin: 0;
}
@media (max-width: 768px) {
  .woocommerce .c__toolbar--mobile {
    display: block;
  }
}
.woocommerce .c__shopWrap {
  padding-top: 2em;
  background: #F1F6FA;
}
@media (min-width: 1021px) {
  .woocommerce .c__shopWrap {
    padding-top: 4em;
  }
}
.woocommerce .c__shopWrap select {
  border-color: #F1F6FA;
  color: #494949;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}
.woocommerce .sale-flash {
  display: none;
  position: absolute;
  color: #fff;
  top: 2em;
  right: 2em;
  background: #000944;
  padding: 5px 10px;
  border-radius: 3px;
}
.woocommerce .woocommerce-ordering {
  width: 48%;
  text-align: right;
}
@media (min-width: 769px) {
  .woocommerce .woocommerce-ordering {
    width: 30.65%;
  }
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
}
.woocommerce .woocommerce-result-count {
  line-height: 50px;
  margin: 0;
  color: #494949;
  font-weight: 500;
}
@media (max-width: 1020px) {
  .woocommerce .woocommerce-result-count {
    display: none !important;
  }
}
@media (min-width: 1021px) {
  .woocommerce .woocommerce-result-count {
    font-size: 20px;
    line-height: 45px;
    display: block;
  }
}
.woocommerce ul.products[class*=columns-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media (min-width: 1021px) {
  .woocommerce ul.products[class*=columns-].columns-3 li.product {
    width: 30.65%;
  }
}
.woocommerce ul.products[class*=columns-] li.product {
  width: 21.95%;
  margin-bottom: 2em;
  background: #fff;
  padding: 1em 1em 5em;
  border-radius: 8px;
  text-align: center;
}
.woocommerce ul.products[class*=columns-] li.product.sale .sale-flash {
  display: block;
}
.woocommerce ul.products[class*=columns-] li.product:not(.last) {
  margin-right: 4%;
}
.woocommerce ul.products[class*=columns-] li.product .product__img {
  position: relative;
  background: url(../images/placeholder.jpg) center/contain no-repeat;
  margin: 0 0 1em 0;
}
.woocommerce ul.products[class*=columns-] li.product .product__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.woocommerce ul.products[class*=columns-] li.product h2, .woocommerce ul.products[class*=columns-] li.product h3, .woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 25px;
  padding: 0;
  margin: 0 0 0.5em;
}
.woocommerce ul.products[class*=columns-] li.product .quantity {
  display: none;
}
.woocommerce ul.products[class*=columns-] li.product .price {
  margin-bottom: 0.5em;
  color: #000944;
  font-size: 20px;
  font-weight: 500;
}
.woocommerce ul.products[class*=columns-] li.product .price ins {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.woocommerce ul.products[class*=columns-] li.product .product-link {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  padding: 10px 0;
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap {
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  opacity: 0;
  -webkit-transform: opacity 1s ease;
          transform: opacity 1s ease;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap a:not(.button) {
  display: none;
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .btn, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap a.button,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap button.button,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap input.button,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap #respond input#submit,
.woocommerce #respond ul.products[class*=columns-] li.product .c__basketWrap input#submit {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  max-width: 180px;
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .button, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap:hover {
  opacity: 1;
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap > span {
  color: #000944;
  font-weight: bold;
  font-size: 1.25em;
}
@media (max-width: 1020px) {
  .woocommerce ul.products[class*=columns-][class*=columns-] li.product {
    margin-right: 4%;
    width: 48%;
  }
  .woocommerce ul.products[class*=columns-][class*=columns-] li.product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-][class*=columns-] li.product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
body.woocommerce-checkout #worldpay_payment_form {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  padding: 0;
}
body.woocommerce-checkout .woocommerce {
  padding: 1em;
}
body.woocommerce-checkout .woocommerce h3 {
  color: #494949;
  margin-bottom: 1em;
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields {
  margin-bottom: 1em;
}
body.woocommerce-checkout .woocommerce form label {
  color: #005FAA;
}
body.woocommerce-checkout .woocommerce form textarea::-webkit-input-placeholder {
  color: #494949;
}
body.woocommerce-checkout .woocommerce form textarea::-moz-placeholder {
  color: #494949;
}
body.woocommerce-checkout .woocommerce form textarea:-ms-input-placeholder {
  color: #494949;
}
body.woocommerce-checkout .woocommerce form textarea::-ms-input-placeholder {
  color: #494949;
}
body.woocommerce-checkout .woocommerce form textarea::placeholder {
  color: #494949;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .woocommerce .form-row {
    width: 100%;
  }
}
@media (min-width: 769px) {
  body.woocommerce-checkout .woocommerce .form-row.form-row-last, body.woocommerce-checkout .woocommerce .form-row.form-row-first {
    width: 49%;
  }
  body.woocommerce-checkout .woocommerce .form-row .woocommerce-input-wrapper {
    width: 49%;
  }
  body.woocommerce-checkout .woocommerce .form-row.form-row-wide {
    width: 49%;
  }
  body.woocommerce-checkout .woocommerce .form-row#billing_address_1_field, body.woocommerce-checkout .woocommerce .form-row#billing_city_field, body.woocommerce-checkout .woocommerce .form-row#billing_phone_field {
    display: inline-block;
  }
  body.woocommerce-checkout .woocommerce .form-row#billing_address_2_field {
    padding-top: 22px;
  }
  body.woocommerce-checkout .woocommerce .form-row#billing_address_2_field, body.woocommerce-checkout .woocommerce .form-row#billing_state_field {
    width: 49%;
    float: right;
  }
}
body.woocommerce-checkout .woocommerce .select2-selection__rendered {
  padding-left: 1rem;
}
body.woocommerce-checkout .woocommerce .select2-selection__placeholder {
  font-family: inherit;
  font-weight: 400%;
}
body.woocommerce-checkout .woocommerce #payment #place_order {
  width: auto;
  background-color: #005FAA;
  border: solid 1px;
  border-radius: 0;
  color: #fff;
  min-width: 165px;
  text-align: center;
  height: 45px;
  border-color: #005FAA;
}
@media (min-width: 1021px) {
  body.woocommerce-checkout .woocommerce #payment #place_order {
    margin-left: 1em;
  }
}
body.woocommerce-checkout .woocommerce #payment #place_order:hover, body.woocommerce-checkout .woocommerce #payment #place_order.active {
  background-color: #fff;
  border-color: #005FAA;
  color: #005FAA;
}
body.woocommerce-order-received .woocommerce {
  max-width: 1232px;
  margin-bottom: 4em;
}
@media (max-width: 1366px) {
  body.woocommerce-order-received .woocommerce {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 1020px) {
  body.woocommerce-order-received .woocommerce {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details {
  margin-bottom: 2em;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details table.shop_table {
  border-bottom: solid 1px #F1F6FA;
  margin-bottom: 4em;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details table.shop_table thead {
  display: none;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details table.shop_table tr td:last-of-type {
  text-align: right;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details table.shop_table .order_item td {
  border-top: 0;
}
@media (min-width: 769px) {
  body.woocommerce-order-received .woocommerce .woocommerce-order-details table.shop_table .order_item td {
    padding: 0 0 1.5em;
  }
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details table.shop_table .order_item td > img {
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
@media (max-width: 768px) {
  body.woocommerce-order-received .woocommerce .woocommerce-order-details table.shop_table .order_item td > img {
    display: none;
  }
}
.woocommerce form .form-row {
  padding: 0;
}
.woocommerce form .form-row .input-checkbox {
  display: inline-block;
  vertical-align: baseline;
  vertical-align: initial;
  margin: 0 0.25em 0 0;
}
.woocommerce form .form-row textarea {
  height: 120px;
}
.woocommerce #ship-to-different-address {
  font-size: 1em;
  margin-top: 0.75em;
}
.woocommerce #order_review_heading {
  margin-top: 1.75em;
}
.woocommerce #basket-back {
  float: left;
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 0.5em 0;
}
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table td {
  border-top-color: #F1F6FA;
}
.woocommerce table.shop_table tr.cart_item:not(:first-of-type) td, .woocommerce table.shop_table tr.order_item:not(:first-of-type) td {
  border-top: 0;
  padding-top: 0;
}
.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
  background: 0;
  padding: 0;
}
.woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce .woocommerce-cart #payment ul.payment_methods,
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
  padding: 0 0 1em;
}
.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
  padding: 1em 0 0;
}
.woocommerce #add_payment_method #payment div.payment_box,
.woocommerce .woocommerce-cart #payment div.payment_box,
.woocommerce .woocommerce-checkout #payment div.payment_box {
  background: #005FAA;
  color: #fff;
}
.woocommerce #add_payment_method #payment div.payment_box::before,
.woocommerce .woocommerce-cart #payment div.payment_box::before,
.woocommerce .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #005FAA;
}
.woocommerce .woocommerce-order-downloads, .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details {
  margin-top: 2em;
}
.woocommerce .woocommerce-order-downloads address, .woocommerce .woocommerce-customer-details address, .woocommerce .woocommerce-order-details address {
  border: 0;
  padding: 0.5em 0;
}
.cod-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cod-options .form-row {
  display: inline-block;
}
#basket-display {
  display: none;
}
#basket-display:checked + .basket-overlay {
  opacity: 1;
  pointer-events: all;
  visibility: inherit;
}
#basket-display:checked + .basket-overlay .header-basket-minicart {
  right: 0px;
}
.header-basket-minicart {
  position: fixed;
  -webkit-transition: all 1s;
  transition: all 1s;
  top: 70px;
  bottom: 0;
  right: -500px;
  z-index: 999999;
  width: 100%;
  padding: 1.5em 20px;
  background: #F1F6FA;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .header-basket-minicart {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    width: 620px;
    top: 0;
    padding: 3em;
  }
}
.header-basket-minicart > h3 {
  margin: 0 0 0.5em;
  font-size: 28px;
  font-weight: bold;
}
.header-basket-minicart > h3 > span {
  font-family: "gilroy, san-serif";
  font-size: 16px;
  color: #494949;
  vertical-align: middle;
  font-weight: lighter;
  margin-left: 1em;
  display: inline-block;
}
.header-basket-minicart p.basket-sm {
  margin-bottom: 1.5em;
}
.header-basket-minicart .header-basket-minicart-close {
  position: absolute;
  right: 20px;
  top: 1.5em;
}
@media (min-width: 769px) {
  .header-basket-minicart .header-basket-minicart-close {
    right: 3em;
    top: 3em;
  }
}
.header-basket-minicart .woocommerce-mini-cart__empty-message {
  margin: 0;
}
.header-basket-minicart .woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding: 0 0 0.5em;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: solid 1px #F1F6FA;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-remove {
  font-size: 1em;
  float: left;
  clear: both;
  margin-top: 1em;
  letter-spacing: 0;
  min-width: auto;
  max-width: none;
  width: auto;
  color: #000944;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-remove:hover, .header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-remove:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  max-width: 20%;
  width: 100px;
  float: left;
  margin: 1em 0 0.5em;
  height: auto;
  border-radius: 5px;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
  display: none;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .product_name {
  float: left;
  clear: both;
  font-weight: bold;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  margin: 0.5em 0;
  float: left;
  clear: both;
  color: #494949;
  font-size: 15px;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .price {
  color: #2ea2cc;
  font-weight: 500;
  clear: both;
  display: block;
}
@media (min-width: 769px) {
  .header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .price {
    position: absolute;
    right: 0;
    top: 16px;
    margin: 0;
    font-size: 20px;
  }
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-inner {
  width: 77%;
  float: right;
  padding-top: 1em;
  position: relative;
}
@media (min-width: 769px) {
  .header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-inner {
    padding-right: 60px;
  }
}
.header-basket-minicart .woocommerce-mini-cart__total {
  float: left;
  margin: 1em 0 1.5em 0;
  width: 100%;
  text-align: right;
}
.header-basket-minicart .woocommerce-mini-cart__total > strong {
  color: #494949;
}
.header-basket-minicart .woocommerce-mini-cart__total .amount {
  color: #2ea2cc;
  font-weight: 500;
  margin-left: 0.5em;
}
@media (min-width: 769px) {
  .header-basket-minicart .woocommerce-mini-cart__total .amount {
    font-size: 20px;
  }
}
.header-basket-minicart .woocommerce-mini-cart__buttons {
  margin: 0;
  width: 100%;
  float: left;
}
.header-basket-minicart .woocommerce-mini-cart__buttons > .button {
  margin-bottom: 1em;
  width: 48%;
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header-basket-minicart .woocommerce-mini-cart__buttons > .button {
    width: 100%;
    display: block;
    max-width: none;
  }
}
@media (min-width: 769px) {
  .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type {
    margin-right: 2%;
  }
  .header-basket-minicart .woocommerce-mini-cart__buttons > .button:last-of-type {
    margin-left: 2%;
  }
}
.basket-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  visibility: hidden;
}
.basket-overlay-close {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
  padding: 1.5em 0 0;
  border-top: solid 1px #F1F6FA;
  border-bottom: solid 1px #F1F6FA;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .woocommerce ul.order_details,
  .woocommerce-page ul.order_details {
    padding: 2em 0 0.5em 0;
  }
}
.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
  margin: 0 0 1.5em;
  text-transform: none;
  font-size: 1em;
  padding-right: 3%;
  width: 33.333%;
  border: 0;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .woocommerce ul.order_details li,
  .woocommerce-page ul.order_details li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.order_details li,
  .woocommerce-page ul.order_details li {
    width: 100%;
    padding: 0;
  }
}
.woocommerce ul.order_details li strong,
.woocommerce-page ul.order_details li strong {
  font-size: 1em;
  text-transform: none;
  font-weight: lighter;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  text-align: left !important;
}
.woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 1em;
  color: #005FAA;
}
.woocommerce-order .order_details ul.wc-item-meta {
  margin-top: 0.5em;
}
.woocommerce-order .order_details ul.wc-item-meta li strong {
  width: 200px;
  color: #494949;
  font-family: "gilroy", "sans-serif";
}
.woocommerce-orders .woocommerce table.shop_table_responsive tr:nth-child(2n-1) td, .woocommerce-orders .woocommerce-page table.shop_table_responsive tr:nth-child(2n-1) td {
  background-color: #fff;
}
@media (min-width: 1021px) {
  .woocommerce-orders .woocommerce table.shop_table_responsive td, .woocommerce-orders .woocommerce table.shop_table_responsive th {
    padding-left: 0.5em;
  }
  .woocommerce-orders .woocommerce table.shop_table_responsive .woocommerce-orders-table__cell::before {
    content: "";
  }
}
@media (max-width: 1020px) {
  .woocommerce-orders .woocommerce table.shop_table_responsive td {
    padding-left: 1em;
  }
}
@media (min-width: 1021px) {
  .woocommerce-orders .woocommerce table.shop_table_responsive .woocommerce-orders-table__cell-order-actions::before {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1020px) {
  .woocommerce-orders thead {
    display: none !important;
  }
}
.woocommerce-orders .woocommerce table.shop_table_responsive thead, .woocommerce-orders .woocommerce-page table.shop_table_responsive thead {
  display: table-header-group;
}
@media (min-width: 1021px) {
  .woocommerce-orders .woocommerce table.shop_table_responsive thead tr, .woocommerce-orders .woocommerce-page table.shop_table_responsive thead tr {
    display: contents;
  }
  .woocommerce-orders .woocommerce table.shop_table_responsive tbody {
    display: table-row-group;
  }
  .woocommerce-orders .woocommerce table.shop_table_responsive tbody tr {
    display: table-row;
  }
  .woocommerce-orders .woocommerce table.shop_table_responsive tbody tr td {
    display: table-cell;
  }
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
  margin-top: 15px;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
  padding: 16px 1em;
}
.woocommerce-orders .woocommerce-info a {
  display: none;
}
.woocommerce, .woocommerce-page {
  /**
  * Product Page
    */
}
.woocommerce .c__productWrap, .woocommerce-page .c__productWrap {
  background: radial-gradient(circle, #24B668 0%, #027E40 100%);
  color: #fff;
}
.woocommerce .c__productWrap.blue, .woocommerce-page .c__productWrap.blue {
  background: radial-gradient(circle, #16A7E6 0%, #008CC8 100%);
}
.woocommerce .c__productWrap .product-breadcrumbs, .woocommerce-page .c__productWrap .product-breadcrumbs {
  margin-bottom: 2em;
}
.woocommerce .c__productWrap .price, .woocommerce-page .c__productWrap .price {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .woocommerce .c__productWrap .price, .woocommerce-page .c__productWrap .price {
    font-size: 20px;
  }
}
.woocommerce .c__productWrap .product_image_wrap, .woocommerce-page .c__productWrap .product_image_wrap {
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
@media (min-width: 1021px) {
  .woocommerce .c__productWrap .product_image_wrap, .woocommerce-page .c__productWrap .product_image_wrap {
    width: 40%;
  }
}
.woocommerce .c__productWrap .product_image_wrap .product-code, .woocommerce-page .c__productWrap .product_image_wrap .product-code {
  color: rgba(255, 255, 255, 0.7);
}
.woocommerce .product-breadcrumbs, .woocommerce-page .product-breadcrumbs {
  padding: 1em;
  margin-bottom: 4em;
}
.woocommerce div.product .onsale, .woocommerce-page div.product .onsale {
  display: none;
}
.woocommerce div.product .flex-direction-nav, .woocommerce-page div.product .flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce div.product .flex-direction-nav .flex-prev, .woocommerce div.product .flex-direction-nav .flex-next, .woocommerce-page div.product .flex-direction-nav .flex-prev, .woocommerce-page div.product .flex-direction-nav .flex-next {
  height: 50px;
  width: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  border: solid 2px #005FAA;
}
@media (max-width: 768px) {
  .woocommerce div.product .flex-direction-nav .flex-prev, .woocommerce div.product .flex-direction-nav .flex-next, .woocommerce-page div.product .flex-direction-nav .flex-prev, .woocommerce-page div.product .flex-direction-nav .flex-next {
    height: 50px;
    width: 50px;
  }
}
.woocommerce div.product .flex-direction-nav .flex-prev:hover, .woocommerce div.product .flex-direction-nav .flex-next:hover, .woocommerce-page div.product .flex-direction-nav .flex-prev:hover, .woocommerce-page div.product .flex-direction-nav .flex-next:hover {
  background: #fff;
}
.woocommerce div.product .flex-direction-nav .flex-prev::before, .woocommerce div.product .flex-direction-nav .flex-next::before, .woocommerce-page div.product .flex-direction-nav .flex-prev::before, .woocommerce-page div.product .flex-direction-nav .flex-next::before {
  content: "";
  display: block;
  background: url(../images/icons/arrow.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.woocommerce div.product .flex-direction-nav .flex-next, .woocommerce-page div.product .flex-direction-nav .flex-next {
  left: auto;
  right: 5px;
}
.woocommerce div.product .flex-direction-nav .flex-next::before, .woocommerce-page div.product .flex-direction-nav .flex-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.woocommerce div.product .flex-control-nav, .woocommerce-page div.product .flex-control-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 10px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.woocommerce div.product .flex-control-nav li, .woocommerce-page div.product .flex-control-nav li {
  display: inline-block;
}
.woocommerce div.product .flex-control-nav li:not(.woocommerce div.product .flex-control-nav li:last-of-type):not(.woocommerce-page div.product .flex-control-nav li:last-of-type), .woocommerce-page div.product .flex-control-nav li:not(.woocommerce div.product .flex-control-nav li:last-of-type):not(.woocommerce-page div.product .flex-control-nav li:last-of-type) {
  margin-right: 1em;
}
.woocommerce div.product .flex-control-nav li a, .woocommerce-page div.product .flex-control-nav li a {
  width: 10px;
  height: 10px;
  background: #F1F6FA;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.woocommerce div.product .flex-control-nav li a.flex-active, .woocommerce div.product .flex-control-nav li a:hover, .woocommerce-page div.product .flex-control-nav li a.flex-active, .woocommerce-page div.product .flex-control-nav li a:hover {
  background: #005FAA;
}
.woocommerce div.product div.images, .woocommerce-page div.product div.images {
  margin-bottom: 1em;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
  width: 100%;
  margin: 0 auto;
}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
  float: left;
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    max-width: none;
  }
}
.woocommerce div.product div.summary .product_meta, .woocommerce-page div.product div.summary .product_meta {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.woocommerce div.product div.summary .product_meta .posted_in, .woocommerce div.product div.summary .product_meta .tagged_as, .woocommerce-page div.product div.summary .product_meta .posted_in, .woocommerce-page div.product div.summary .product_meta .tagged_as {
  display: none;
}
.woocommerce div.product div.summary .single_add_to_cart_button, .woocommerce-page div.product div.summary .single_add_to_cart_button {
  width: 100%;
  min-width: auto;
  margin-top: 0;
}
.woocommerce div.product .woocommerce-variation, .woocommerce-page div.product .woocommerce-variation {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
}
.woocommerce div.product .woocommerce-variation .pp, .woocommerce-page div.product .woocommerce-variation .pp {
  color: #005FAA;
  font-size: 0.8em;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .quantity, .woocommerce-page div.product .woocommerce-variation-add-to-cart .quantity {
  width: -webkit-fill-available !important;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .quantity .quantity__wrap, .woocommerce-page div.product .woocommerce-variation-add-to-cart .quantity .quantity__wrap {
  width: 100%;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .quantity .quantity__wrap .input-text.qty, .woocommerce-page div.product .woocommerce-variation-add-to-cart .quantity .quantity__wrap .input-text.qty {
  width: calc(100% - 80px);
}
.woocommerce div.product form.cart.variations_form, .woocommerce-page div.product form.cart.variations_form {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .attendee-wrapper .attendee-item, .woocommerce-page div.product form.cart .attendee-wrapper .attendee-item {
  margin-bottom: 0.5em;
}
.woocommerce div.product form.cart .attendee-wrapper .attendee-item .validation_error, .woocommerce-page div.product form.cart .attendee-wrapper .attendee-item .validation_error {
  color: #aa000a;
  font-size: 14px;
}
.woocommerce div.product form.cart .attendee-wrapper .attendee-item h4, .woocommerce-page div.product form.cart .attendee-wrapper .attendee-item h4 {
  color: #494949;
  margin-bottom: 0.25em;
}
.woocommerce div.product form.cart .attendee-wrapper .attendee-item input, .woocommerce-page div.product form.cart .attendee-wrapper .attendee-item input {
  border-color: #494949;
  color: #005FAA;
  padding-left: 0.75em;
  margin-bottom: 0.5em;
}
.woocommerce div.product form.cart .attendee-wrapper .attendee-item input.error-input, .woocommerce-page div.product form.cart .attendee-wrapper .attendee-item input.error-input {
  border-color: #aa000a;
}
.woocommerce div.product form.cart #woo-member-status, .woocommerce-page div.product form.cart #woo-member-status {
  margin-bottom: 0.5em;
  border-color: #494949;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #005FAA;
}
.woocommerce div.product form.cart .woocommerce-variation-availability, .woocommerce-page div.product form.cart .woocommerce-variation-availability {
  display: none;
}
.woocommerce div.product form.cart .reset_variations, .woocommerce-page div.product form.cart .reset_variations {
  display: none !important;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    width: 50%;
  }
}
.woocommerce div.product form.cart div.quantity .quantity__label, .woocommerce-page div.product form.cart div.quantity .quantity__label {
  margin-bottom: 10px;
  line-height: 20px;
}
.woocommerce div.product form.cart .variations, .woocommerce-page div.product form.cart .variations {
  margin: 0;
}
.woocommerce div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select {
  border-color: #494949;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #005FAA;
}
.woocommerce div.product form.cart .variations tr, .woocommerce-page div.product form.cart .variations tr {
  margin-bottom: 1em;
}
@media (min-width: 1021px) and (max-width: 1366px) {
  .woocommerce div.product form.cart .variations tr, .woocommerce-page div.product form.cart .variations tr {
    width: 220px;
  }
}
@media (max-width: 1020px) {
  .woocommerce div.product form.cart .variations tr, .woocommerce-page div.product form.cart .variations tr {
    width: 100%;
  }
}
.woocommerce div.product form.cart .variations tr .label, .woocommerce div.product form.cart .variations tr .value, .woocommerce-page div.product form.cart .variations tr .label, .woocommerce-page div.product form.cart .variations tr .value {
  display: inline-block;
  margin-bottom: 0.5em;
  width: 100%;
}
.woocommerce div.product form.cart .variations tr .label, .woocommerce-page div.product form.cart .variations tr .label {
  display: none;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label, .woocommerce-page div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  font-weight: bold;
}
.woocommerce div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child, .woocommerce-page div.product form.cart .group_table td:first-child {
  text-align: left;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox, .woocommerce-page div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  width: 14px;
  left: 3px;
}
.woocommerce div.product form.cart .reset_variations, .woocommerce-page div.product form.cart .reset_variations {
  float: right;
  color: #000944;
  display: none;
}
.woocommerce div.product form.cart p, .woocommerce-page div.product form.cart p {
  float: left;
  width: 100%;
  margin: 1em 0 0;
  color: #494949;
}
.woocommerce div.product form.cart p a, .woocommerce-page div.product form.cart p a {
  color: #005FAA;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: bolder;
}
@media (min-width: 1021px) {
  .woocommerce .cross-sells > .btn, .woocommerce .cross-sells > a.button,
  .woocommerce .cross-sells > button.button,
  .woocommerce .cross-sells > input.button,
  .woocommerce #respond .cross-sells > input#submit, .woocommerce-page .cross-sells > .btn {
    right: 0px;
  }
}
.woocommerce .upsells.products,
.woocommerce .related.products, .woocommerce-page .upsells.products,
.woocommerce-page .related.products {
  background: #F1F6FA;
  width: 100%;
  float: left;
  padding: 2em 0;
}
@media (max-width: 1020px) {
  .woocommerce .upsells.products,
  .woocommerce .related.products, .woocommerce-page .upsells.products,
  .woocommerce-page .related.products {
    padding: 2em 20px;
  }
}
.woocommerce .upsells.products h2, .woocommerce .upsells.products ul,
.woocommerce .related.products h2,
.woocommerce .related.products ul, .woocommerce-page .upsells.products h2, .woocommerce-page .upsells.products ul,
.woocommerce-page .related.products h2,
.woocommerce-page .related.products ul {
  max-width: 1260px;
  margin: 0 auto;
}
.woocommerce .upsells.products > h2,
.woocommerce .related.products > h2, .woocommerce-page .upsells.products > h2,
.woocommerce-page .related.products > h2 {
  margin-bottom: 1em;
}
.woocommerce .pswp, .woocommerce-page .pswp {
  z-index: 99999;
}
.cross-sells,
.upsells.products,
.related.products,
.featured-products {
  position: relative;
}
.cross-sells > h2,
.upsells.products > h2,
.related.products > h2,
.featured-products > h2 {
  line-height: 55px;
  font-weight: bold;
  text-align: center;
}
.cross-sells > .btn, .woocommerce .cross-sells > a.button,
.woocommerce .cross-sells > button.button,
.woocommerce .cross-sells > input.button,
.woocommerce #respond .cross-sells > input#submit,
.upsells.products > .btn,
.woocommerce .upsells.products > a.button,
.woocommerce .upsells.products > button.button,
.woocommerce .upsells.products > input.button,
.woocommerce #respond .upsells.products > input#submit,
.related.products > .btn,
.woocommerce .related.products > a.button,
.woocommerce .related.products > button.button,
.woocommerce .related.products > input.button,
.woocommerce #respond .related.products > input#submit,
.featured-products > .btn,
.woocommerce .featured-products > a.button,
.woocommerce .featured-products > button.button,
.woocommerce .featured-products > input.button,
.woocommerce #respond .featured-products > input#submit {
  width: 100%;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .cross-sells ul.products li.product,
  .upsells.products ul.products li.product,
  .related.products ul.products li.product,
  .featured-products ul.products li.product {
    height: 100%;
  }
}
.cross-sells ul.products .slick-dots,
.upsells.products ul.products .slick-dots,
.related.products ul.products .slick-dots,
.featured-products ul.products .slick-dots {
  position: static;
  margin: 1em 0 0 0;
}
.cross-sells ul.products .slick-dots li:not(.slick-active) button,
.upsells.products ul.products .slick-dots li:not(.slick-active) button,
.related.products ul.products .slick-dots li:not(.slick-active) button,
.featured-products ul.products .slick-dots li:not(.slick-active) button {
  background: #494949;
}
.cross-sells .slick-track,
.upsells.products .slick-track,
.related.products .slick-track,
.featured-products .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cross-sells .slick-slide,
.upsells.products .slick-slide,
.related.products .slick-slide,
.featured-products .slick-slide {
  height: inherit;
}
.cross-sells .slick-slide > div,
.upsells.products .slick-slide > div,
.related.products .slick-slide > div,
.featured-products .slick-slide > div {
  height: 100%;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error, .single-product .woocommerce-notices-wrapper .woocommerce-info, .single-product .woocommerce-notices-wrapper .woocommerce-message {
  padding: 1em !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error, .single-product .woocommerce-notices-wrapper .woocommerce-info, .single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 2em;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error::before, .single-product .woocommerce-notices-wrapper .woocommerce-info::before, .single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  content: normal !important;
  content: initial !important;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error .wc-forward, .single-product .woocommerce-notices-wrapper .woocommerce-info .wc-forward, .single-product .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
  background: #fff;
  padding-left: 1.5em;
}
.woocommerce-notices-wrapper .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "";
}
.woocommerce-notices-wrapper .woocommerce-error .wc-forward, .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-notices-wrapper .woocommerce-info .wc-forward, .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-notices-wrapper .woocommerce-message .wc-forward, .woocommerce-notices-wrapper .woocommerce-message .button {
  display: none;
}
.product-icon {
  position: relative;
  padding-left: 60px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 1em;
}
.product-icon::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #005FAA url(../images/icons/info.svg) center/20px no-repeat;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-icon.delivery::before {
  background-image: url(../images/icons/delivery.svg);
}
.woocommerce .quantity .quantity__label, .cart .quantity .quantity__label {
  display: block;
}
.woocommerce .quantity .quantity__wrap, .cart .quantity .quantity__wrap {
  float: left;
  position: relative;
  width: 155px;
  height: 40px;
}
.woocommerce .quantity .quantity__wrap .plus,
.woocommerce .quantity .quantity__wrap .minus, .cart .quantity .quantity__wrap .plus,
.cart .quantity .quantity__wrap .minus {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  border: solid 1px #005FAA;
  background-color: #005FAA;
  border-radius: 3px 0 0 3px;
}
.woocommerce .quantity .quantity__wrap .plus:before,
.woocommerce .quantity .quantity__wrap .minus:before, .cart .quantity .quantity__wrap .plus:before,
.cart .quantity .quantity__wrap .minus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #fff;
}
.woocommerce .quantity .quantity__wrap .plus:hover,
.woocommerce .quantity .quantity__wrap .minus:hover, .cart .quantity .quantity__wrap .plus:hover,
.cart .quantity .quantity__wrap .minus:hover {
  opacity: 0.9;
  background: #005FAA;
  border-color: #005FAA;
}
.woocommerce .quantity .quantity__wrap .plus:hover::after, .woocommerce .quantity .quantity__wrap .plus:hover::before,
.woocommerce .quantity .quantity__wrap .minus:hover::after,
.woocommerce .quantity .quantity__wrap .minus:hover::before, .cart .quantity .quantity__wrap .plus:hover::after, .cart .quantity .quantity__wrap .plus:hover::before,
.cart .quantity .quantity__wrap .minus:hover::after,
.cart .quantity .quantity__wrap .minus:hover::before {
  background: #fff;
}
.woocommerce .quantity .quantity__wrap .plus, .cart .quantity .quantity__wrap .plus {
  right: 0;
  left: auto;
  border-radius: 0 3px 3px 0;
}
.woocommerce .quantity .quantity__wrap .plus::after, .cart .quantity .quantity__wrap .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background: #fff;
}
.woocommerce .quantity .quantity__wrap input, .cart .quantity .quantity__wrap input {
  position: absolute;
  width: 75px;
  height: 40px;
  top: 0;
  left: 40px;
  border-radius: 0;
  border-color: #494949;
  font-weight: bold;
}
.woocommerce .quantity .quantity__wrap input::-webkit-outer-spin-button, .woocommerce .quantity .quantity__wrap input::-webkit-inner-spin-button, .cart .quantity .quantity__wrap input::-webkit-outer-spin-button, .cart .quantity .quantity__wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 1021px) {
  .c__shop-sidebar {
    margin-bottom: 3em;
  }
}
.c__shop-sidebar #shop-sidebar {
  display: none;
}
.c__shop-sidebar #shop-sidebar:checked + .c__shop-sidebar__wrap {
  right: 0;
}
.c__shop-sidebar label.btn {
  display: none;
}
@media (max-width: 1020px) {
  .c__shop-sidebar label.btn {
    display: block;
  }
}
.c__shop-sidebar__wrap label {
  display: none;
}
@media (max-width: 1020px) {
  .c__shop-sidebar__wrap label.close-btn {
    position: absolute;
    right: 2em;
    top: 2em;
    display: block;
  }
  .c__shop-sidebar__wrap {
    display: block;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    z-index: 999999;
    padding: 4em 2em 10em 2em;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
}
h3.c__collpase-toggle {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  color: #494949;
  font-weight: bold;
  margin-top: 0.5em;
}
.c__collpase-wrap {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.c__collpase-wrap.open {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
.woocommerce .sidebar-filter-btn,
.woocommerce-page .sidebar-filter-btn {
  display: none;
}
@media (max-width: 1020px) {
  .woocommerce .sidebar-filter-btn,
  .woocommerce-page .sidebar-filter-btn {
    display: block;
    float: left;
    width: 48%;
    margin-bottom: 2em;
  }
}
.woocommerce .widget_product_categories,
.woocommerce-page .widget_product_categories {
  border-bottom: solid 1px #F1F6FA;
}
.woocommerce .widget_product_categories .c__collpase-toggle,
.woocommerce-page .widget_product_categories .c__collpase-toggle {
  cursor: pointer;
}
h3.woocommerce .widget_product_categories .c__collpase-toggle:before, .woocommerce-page .widget_product_categories .c__collpase-toggle:before {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../images/icons/arrow.svg) center/contain no-repeat;
}
h3.woocommerce .widget_product_categories .c__collpase-toggle.open:before, .woocommerce-page .widget_product_categories .c__collpase-toggle.open:before {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}
.woocommerce .widget_product_categories > ul,
.woocommerce .widget_layered_nav > ul,
.woocommerce .widget_price_filter > ul,
.woocommerce .widget_layered_nav_filters > ul,
.woocommerce-page .widget_product_categories > ul,
.woocommerce-page .widget_layered_nav > ul,
.woocommerce-page .widget_price_filter > ul,
.woocommerce-page .widget_layered_nav_filters > ul {
  padding: 0;
  margin-top: 0;
}
.woocommerce .widget_product_categories ul,
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_price_filter ul,
.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_product_categories ul,
.woocommerce-page .widget_layered_nav ul,
.woocommerce-page .widget_price_filter ul,
.woocommerce-page .widget_layered_nav_filters ul {
  list-style-type: none;
}
.woocommerce .widget_product_categories ul.product-categories,
.woocommerce .widget_layered_nav ul.product-categories,
.woocommerce .widget_price_filter ul.product-categories,
.woocommerce .widget_layered_nav_filters ul.product-categories,
.woocommerce-page .widget_product_categories ul.product-categories,
.woocommerce-page .widget_layered_nav ul.product-categories,
.woocommerce-page .widget_price_filter ul.product-categories,
.woocommerce-page .widget_layered_nav_filters ul.product-categories {
  max-height: 10000px;
  visibility: visible;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.woocommerce .widget_product_categories ul.product-categories.close,
.woocommerce .widget_layered_nav ul.product-categories.close,
.woocommerce .widget_price_filter ul.product-categories.close,
.woocommerce .widget_layered_nav_filters ul.product-categories.close,
.woocommerce-page .widget_product_categories ul.product-categories.close,
.woocommerce-page .widget_layered_nav ul.product-categories.close,
.woocommerce-page .widget_price_filter ul.product-categories.close,
.woocommerce-page .widget_layered_nav_filters ul.product-categories.close {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
.woocommerce .widget_product_categories ul li,
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_price_filter ul li,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_product_categories ul li,
.woocommerce-page .widget_layered_nav ul li,
.woocommerce-page .widget_price_filter ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  display: block;
  margin-bottom: 0.5em;
}
.woocommerce .widget_product_categories ul li.current-cat > a,
.woocommerce .widget_layered_nav ul li.current-cat > a,
.woocommerce .widget_price_filter ul li.current-cat > a,
.woocommerce .widget_layered_nav_filters ul li.current-cat > a,
.woocommerce-page .widget_product_categories ul li.current-cat > a,
.woocommerce-page .widget_layered_nav ul li.current-cat > a,
.woocommerce-page .widget_price_filter ul li.current-cat > a,
.woocommerce-page .widget_layered_nav_filters ul li.current-cat > a {
  color: #005FAA;
}
.woocommerce .widget_product_categories ul li .children,
.woocommerce .widget_layered_nav ul li .children,
.woocommerce .widget_price_filter ul li .children,
.woocommerce .widget_layered_nav_filters ul li .children,
.woocommerce-page .widget_product_categories ul li .children,
.woocommerce-page .widget_layered_nav ul li .children,
.woocommerce-page .widget_price_filter ul li .children,
.woocommerce-page .widget_layered_nav_filters ul li .children {
  margin-top: 0.5em;
}
.woocommerce .widget_product_categories ul li .count,
.woocommerce .widget_layered_nav ul li .count,
.woocommerce .widget_price_filter ul li .count,
.woocommerce .widget_layered_nav_filters ul li .count,
.woocommerce-page .widget_product_categories ul li .count,
.woocommerce-page .widget_layered_nav ul li .count,
.woocommerce-page .widget_price_filter ul li .count,
.woocommerce-page .widget_layered_nav_filters ul li .count {
  color: #005FAA;
  font-weight: 600;
}
.woocommerce .widget_product_categories ul li a,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_price_filter ul li a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_product_categories ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_price_filter ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  display: inline-block;
}
.woocommerce .widget_product_categories ul li a::after,
.woocommerce .widget_layered_nav ul li a::after,
.woocommerce .widget_price_filter ul li a::after,
.woocommerce .widget_layered_nav_filters ul li a::after,
.woocommerce-page .widget_product_categories ul li a::after,
.woocommerce-page .widget_layered_nav ul li a::after,
.woocommerce-page .widget_price_filter ul li a::after,
.woocommerce-page .widget_layered_nav_filters ul li a::after {
  width: 0;
}
.woocommerce .widget_product_categories ul li a:hover, .woocommerce .widget_product_categories ul li a:focus,
.woocommerce .widget_layered_nav ul li a:hover,
.woocommerce .widget_layered_nav ul li a:focus,
.woocommerce .widget_price_filter ul li a:hover,
.woocommerce .widget_price_filter ul li a:focus,
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce .widget_layered_nav_filters ul li a:focus,
.woocommerce-page .widget_product_categories ul li a:hover,
.woocommerce-page .widget_product_categories ul li a:focus,
.woocommerce-page .widget_layered_nav ul li a:hover,
.woocommerce-page .widget_layered_nav ul li a:focus,
.woocommerce-page .widget_price_filter ul li a:hover,
.woocommerce-page .widget_price_filter ul li a:focus,
.woocommerce-page .widget_layered_nav_filters ul li a:hover,
.woocommerce-page .widget_layered_nav_filters ul li a:focus {
  color: #005FAA;
}
.c__vat-toggle {
  display: inline-block;
  float: right;
}
.c__vat-toggle span {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: rgba(46, 162, 204, 0.6);
}
.c__vat-toggle__input {
  display: none;
}
.c__vat-toggle__input + .c__vat-toggle__btn {
  outline: 0;
  display: inline-block;
  width: 32px;
  height: 16px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #2ea2cc;
  border-radius: 2em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: -2px 0.75em;
}
.c__vat-toggle__input + .c__vat-toggle__btn:after, .c__vat-toggle__input + .c__vat-toggle__btn:before {
  position: relative;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
.c__vat-toggle__input + .c__vat-toggle__btn:after {
  left: 19px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c__vat-toggle__input + .c__vat-toggle__btn:before {
  display: none;
}
.c__vat-toggle__input:checked + .c__vat-toggle__btn:after {
  left: 3px;
}
@media (max-width: 1020px) {
  .c__vat-toggle {
    float: none;
    display: block;
    margin: 2em 0 1.5em 0;
  }
}
.m__accordion {
  width: 100%;
  float: left;
  color: #005FAA;
  padding: 2em 0;
  position: relative;
}
@media (max-width: 1020px) {
  .m__accordion {
    padding: 2em 0;
  }
}
.m__accordion:before {
  content: "";
  background-image: url("../images/accordion-pattern.svg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
@media (max-width: 1020px) {
  .m__accordion:before {
    display: none;
  }
}
.m__accordion.hide {
  display: none;
}
.m__accordion h2 {
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
.m__accordion p {
  position: relative;
  z-index: 1;
}
.m__accordion p a {
  color: #494949;
}
.m__accordion .m__accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 1em;
}
@media (max-width: 1020px) {
  .m__accordion .m__accordion-item:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1em;
  }
}
.m__accordion .m__accordion-item__heading {
  padding: 0 0 1em 0;
  display: block;
}
.m__accordion .m__accordion-item__heading h4 {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding-right: 40px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .m__accordion .m__accordion-item__heading h4 {
    line-height: 20px;
    font-size: 15px;
  }
}
.m__accordion .m__accordion-item__heading h4 > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
}
.m__accordion .m__accordion-item__heading h4 > span::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 9px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #005FAA;
  border-right: 2px solid #005FAA;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}
.m__accordion .m__accordion-item__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.m__accordion .m__accordion-item input[type=radio],
.m__accordion .m__accordion-item input[type=checkbox] {
  display: none;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4 > span::before,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4 > span::before {
  top: 16px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  right: 0px;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4 > span:after,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4 > span:after {
  display: none;
}
@media (max-width: 768px) {
  .m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4,
  .m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4 {
    color: #494949;
  }
}
.m__accordion .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.m__accordion .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body {
  max-height: 10000px;
}
