.woocommerce .woocommerce-result-count {
  font-size: 14px;
  margin: .5em 0;
  margin-right: auto;
  color: #A3A5A9; }

.woocommerce form.woocommerce-ordering select::-ms-expand {
  display: none; }

.woocommerce form.woocommerce-ordering select {
  font-size: 14px;
  height: 36px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

.woocommerce ul.products {
  -webkit-column-count: auto;
          column-count: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .woocommerce ul.products li.product:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* iPad fix */ }
  .woocommerce ul.products.columns-2 li.product {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: calc(50% - 20px); }
  .woocommerce ul.products.columns-3 li.product {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    max-width: -webkit-calc(33.333% - 20px);
    max-width: calc(33.333% - 20px); }
  .woocommerce ul.products.columns-4 li.product {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    max-width: -webkit-calc(25% - 20px);
    max-width: calc(25% - 20px); }
    .woocommerce ul.products.columns-4 li.product .bs_after_shop_loop_item_links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .woocommerce ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward {
        width: 100%;
        border-right: 0;
        border-radius: 0; }
      .woocommerce ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button {
        -ms-flex-item-align: center;
            align-self: center;
        width: 100%; }
      .woocommerce ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added {
        border-radius: 0 0 4px 4px; }
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product.type-product {
    margin: 0 10px 20px; }
  .woocommerce ul.products li.product span.onsale {
    margin: 0;
    left: 0;
    right: auto; }

.woocommerce li.product {
  background-color: #fff;
  box-shadow: 0 0px 2px 0 rgba(18, 43, 70, 0.25);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 10px 20px;
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  max-width: -webkit-calc(33.333% - 20px);
  max-width: calc(33.333% - 20px); }
  .woocommerce li.product a.woocommerce-LoopProduct-link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .woocommerce li.product a.woocommerce-LoopProduct-link > img {
      border-radius: 4px 4px 0 0;
      margin: 0 0 0.5em;
      border: 0;
      border-bottom: 1px solid #E7E9EC; }
  .woocommerce li.product .woocommerce-loop-product__title {
    text-align: center;
    font-size: 16px;
    line-height: 24px; }
  .woocommerce li.product .star-rating {
    margin-left: auto;
    margin-right: auto; }
  .woocommerce li.product .price {
    text-align: center;
    color: #DC5525;
    font-weight: 500; }
    .woocommerce li.product .price ins {
      text-decoration: none;
      font-weight: 500; }
    .woocommerce li.product .price del {
      color: #C8CBCF;
      opacity: 1;
      font-weight: 400; }
  .woocommerce li.product .bs_after_shop_loop_item_separator {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E7E9EC;
    margin: 0.4em 0 0; }
  .woocommerce li.product .bs_after_shop_loop_item_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .woocommerce li.product a.button {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .woocommerce li.product a.button.add_to_cart_button,
  .woocommerce li.product a.added_to_cart.wc-forward,
  .woocommerce li.product a.button.product_type_simple,
  .woocommerce li.product a.button.product_type_grouped,
  .woocommerce li.product a.button.product_type_external,
  .woocommerce li.product a.button.product_type_variable {
    border-radius: 0 0 4px 4px;
    border: 0;
    background-color: #fff;
    float: right;
    color: #007CFF;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    line-height: 2.5;
    text-align: center;
    min-height: auto;
    white-space: nowrap;
    overflow: hidden;
    padding: .618em 1em;
    margin: 0 0 0 0; }
    .woocommerce li.product a.button.add_to_cart_button:hover,
    .woocommerce li.product a.added_to_cart.wc-forward:hover,
    .woocommerce li.product a.button.product_type_simple:hover,
    .woocommerce li.product a.button.product_type_grouped:hover,
    .woocommerce li.product a.button.product_type_external:hover,
    .woocommerce li.product a.button.product_type_variable:hover {
      background-color: #007CFF;
      color: #fff; }
  .woocommerce li.product a.button.product_type_external {
    white-space: normal;
    line-height: 2; }
  .woocommerce li.product a.button.add_to_cart_button.added {
    border-radius: 0 0 4px 0;
    margin-top: auto;
    border-top: 1px solid #E7E9EC; }
  .woocommerce li.product a.button.add_to_cart_button,
  .woocommerce li.product a.button.product_type_simple,
  .woocommerce li.product a.button.product_type_grouped,
  .woocommerce li.product a.button.product_type_external,
  .woocommerce li.product a.button.product_type_variable {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: auto;
    border-top: 1px solid #E7E9EC; }
  .woocommerce li.product a.added_to_cart.wc-forward {
    border-radius: 0 0 0 4px;
    border-right: 1px solid #E7E9EC;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    max-height: 50px;
    margin-top: auto;
    border-top: 1px solid #E7E9EC; }
  .woocommerce li.product .star-rating {
    font-size: .757em;
    margin-bottom: 1em; }
    .woocommerce li.product .star-rating:before {
      content: '\53\53\53\53\53'; }
    .woocommerce li.product .star-rating span {
      color: #FCAF00; }
  .woocommerce li.product:hover {
    box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); }

@media (min-width: 1200px) {
  .woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added:after,
  .woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added:after,
  .woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added:after {
    display: none; } }

.woocommerce ul.products.columns-5 a.added_to_cart.wc-forward,
.woocommerce ul.products.columns-6 a.added_to_cart.wc-forward,
.woocommerce.bb-has-wc-sidebar ul.products.columns-4 a.added_to_cart.wc-forward {
  width: 100%;
  border-right: 0; }

@media (max-width: 992px) {
  .woocommerce ul.products li.product a.added_to_cart.wc-forward {
    width: 100%;
    border-right: 0; } }

.woocommerce span.onsale {
  margin: 0;
  top: 0;
  left: 0;
  border-top: 1px solid #E7E9EC;
  border-left: 1px solid #E7E9EC;
  right: auto;
  border-radius: 4px 0 4px 0;
  padding: 10px 10px;
  background-color: #FE6F4B;
  min-height: auto;
  min-width: auto;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 12px; }

.woocommerce li.product span.onsale {
  border-top: 0;
  border-left: 0; }

.woocommerce .star-rating {
  font-size: 12px;
  margin-top: 2px;
  min-width: 90px; }
  .woocommerce .star-rating:before {
    content: '\53\53\53\53\53';
    letter-spacing: 5px; }
  .woocommerce .star-rating span {
    color: #FCAF00; }
    .woocommerce .star-rating span:before {
      letter-spacing: 5px; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top: 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E7E9EC;
  font-size: 16px;
  margin-bottom: 1em; }
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button {
    background-color: #007CFF;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-left: 1em;
    padding-right: 1em;
    min-height: auto;
    margin-left: 30px; }
    .woocommerce .woocommerce-error .button:hover,
    .woocommerce .woocommerce-info .button:hover,
    .woocommerce .woocommerce-message .button:hover {
      background-color: #007CFF;
      box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1);
      color: #fff; }

.woocommerce .woocommerce-error {
  background: #EF3E46;
  color: #fff;
  border: 0; }
  .woocommerce .woocommerce-error strong {
    color: #fff; }
  .woocommerce .woocommerce-error::before {
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'bb-icons';
    color: #EF3E46;
    content: "\E853";
    color: #fff; }

.woocommerce .woocommerce-info {
  color: inherit; }
  .woocommerce .woocommerce-info::before {
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'bb-icons';
    content: "\e882"; }

.woocommerce .woocommerce-message {
  color: inherit; }
  .woocommerce .woocommerce-message::before {
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'bb-icons';
    content: "\e875"; }

.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  color: #122B46; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #939597; }
    .woocommerce .woocommerce-breadcrumb a:hover {
      color: #122B46; }
  .woocommerce .woocommerce-breadcrumb .bc-delimiter {
    margin: 0 3px;
    position: relative;
    top: 1px; }

.woocommerce a.button {
  font-size: 15px;
  font-style: normal;
  color: #fff;
  background-color: #007CFF;
  /*min-height: $button-height;*/
  /*This makes an issue with various plugins button height*/
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  border: 1px solid transparent;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  min-height: 34px;
  padding: 6px 20px;
  border-radius: 100px;
  -webkit-transition: all linear 0.2s;
          transition: all linear 0.2s; }

.woocommerce a.button:hover {
  color: #fff; }

.woocommerce a.remove {
  font-weight: 100;
  color: #939597 !important;
  line-height: 0.9;
  font-size: 1.8em; }
  .woocommerce a.remove:hover {
    color: #fff !important;
    background-color: #E65454; }

.woocommerce form .form-row {
  padding: 3px 0; }
  .woocommerce form .form-row.form-row-first {
    width: 49%; }
  .woocommerce form .form-row.form-row-last {
    width: 49%; }
  .woocommerce form .form-row label {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px; }

.woocommerce form button.button {
  background-color: #007CFF;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  height: 40px; }
  .woocommerce form button.button:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }
  .woocommerce form button.button:hover, .woocommerce form button.button:disabled:hover, .woocommerce form button.button:disabled[disabled]:hover {
    box-shadow: none;
    color: #fff; }
  .woocommerce form button.button:disabled, .woocommerce form button.button:disabled[disabled] {
    color: #fff;
    padding-left: 2em;
    padding-right: 2em; }

.woocommerce nav.woocommerce-pagination ul {
  border: 0; }

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  overflow: visible; }
  .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 13px;
    border-radius: 4px;
    width: 25px;
    height: 25px; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background-color: #007CFF;
      color: #fff; }
  .woocommerce nav.woocommerce-pagination ul li a {
    font-size: 13px;
    background-color: #fff;
    color: #007CFF;
    border-radius: 4px;
    width: 25px;
    height: 25px; }
    .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:active, .woocommerce nav.woocommerce-pagination ul li a:focus {
      background-color: #007CFF;
      color: #fff; }
    .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
      font-size: 12px; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #EBEBEB;
  background-image: none; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: #007CFF;
  background-image: none; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #007CFF;
  background-image: none;
  border: 0;
  width: 0.8em;
  height: 0.8em;
  top: -.3em;
  cursor: pointer; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: .2em; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  color: #fff;
  background-color: #007CFF;
  border-radius: 100px;
  padding: 7px 20px 6px;
  min-height: 20px;
  height: 30px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
    background-color: #0F74E0; }

@media (max-width: 800px) {
  .woocommerce-cart #content .woocommerce table.cart td.product-thumbnail {
    display: block;
    text-align: center !important; }
    .woocommerce-cart #content .woocommerce table.cart td.product-thumbnail:before {
      display: none; } }

.woocommerce-cart .select2-container .select2-search {
  display: none; }

.woocommerce-cart .woocommerce {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E7E9EC;
  margin-bottom: 20px;
  padding: 15px 20px; }

.woocommerce-cart .woocommerce table.shop_table th {
  font-weight: normal; }

body.woocommerce-cart p.cart-empty {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
  padding: 0 0 30px;
  overflow: hidden; }

body.woocommerce-cart p.cart-empty:before {
  display: inline-block;
  width: 100%;
  height: 60px;
  content: '';
  background-image: url(../images/svg/cart.svg);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center;
  margin-bottom: 20px;
  margin-top: 30px;
  position: static; }

body.woocommerce-cart p.cart-empty + p.return-to-shop {
  text-align: center; }
  body.woocommerce-cart p.cart-empty + p.return-to-shop .button.wc-backward {
    padding: 10px 2em;
    margin-bottom: 1.6875rem; }

.woocommerce-notices-wrapper + p.return-to-shop {
  text-align: center; }

.woocommerce table.shop_table {
  border: 0;
  font-size: 14px; }
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-bottom: 1px solid #E7E9EC;
    border-top: 0; }
  .woocommerce table.shop_table th {
    text-transform: uppercase;
    color: #A3A5A9;
    font-size: 14px; }
    .woocommerce table.shop_table th.product-subtotal {
      text-align: right; }
  .woocommerce table.shop_table td.product-name a {
    color: #122B46;
    font-weight: 500; }
    .woocommerce table.shop_table td.product-name a:hover {
      color: #007CFF; }
  .woocommerce table.shop_table td.product-quantity div.quantity {
    display: inline-block; }
    .woocommerce table.shop_table td.product-quantity div.quantity input.qty {
      color: #122B46; }
  .woocommerce table.shop_table td.product-price {
    color: #122B46; }
  .woocommerce table.shop_table td.product-subtotal {
    color: #122B46;
    text-align: right; }
  @media (max-width: 800px) {
    .woocommerce table.shop_table td {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .woocommerce table.shop_table td.actions > button.button {
    border: 1px solid #007CFF;
    background: transparent;
    color: #007CFF;
    font-size: 14px;
    font-weight: 500;
    min-height: 34px;
    padding: 6px 20px;
    line-height: 1.4;
    margin-top: 0; }
    .woocommerce table.shop_table td.actions > button.button:hover {
      background: transparent; }
  .woocommerce table.shop_table .coupon input.button,
  .woocommerce table.shop_table .coupon button.button {
    background: #DEDFE2;
    border-radius: 3px;
    border-left: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400; }
    .woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active,
    .woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active {
      box-shadow: 0 0 100px 30px rgba(0, 0, 0, 0.2) inset; }
  .woocommerce table.shop_table .coupon input.input-text {
    font-size: 14px;
    min-width: 150px; }
  @media (max-width: 544px) {
    .woocommerce table.shop_table .coupon input.button,
    .woocommerce table.shop_table .coupon button.button {
      width: 100% !important;
      margin-bottom: 10px; }
    .woocommerce table.shop_table .coupon input.input-text {
      width: 100% !important;
      margin-bottom: 5px !important; } }

@media (max-width: 800px) {
  .woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td {
    background-color: #FAFBFD; }
    .woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td div.quantity input.qty {
      background-color: #FAFBFD; }
  .woocommerce table.shop_table.shop_table_responsive tr td::before {
    padding-right: 5px; } }

.woocommerce .bb_sku_wrapper {
  display: block;
  color: #A3A5A9;
  font-size: 13px;
  line-height: 1; }

@media (max-width: 800px) {
  .woocommerce .bb_sku_wrapper {
    display: none; } }

.woocommerce .bb-header-buttons a.button:hover {
  background-color: transparent; }

.woocommerce .bb-header-buttons a.button.singup:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }

.woocommerce .bb-login-section a.button {
  margin-bottom: 16px; }

.woocommerce-cart .wc_empty_cart {
  text-align: center; }
  .woocommerce-cart .wc_empty_cart .cart_message_wrap {
    padding: 3rem;
    width: 60%;
    margin: 0 auto; }
  .woocommerce-cart .wc_empty_cart .wc-cart-sub-icon {
    margin-bottom: 25px; }
    .woocommerce-cart .wc_empty_cart .wc-cart-sub-icon img {
      max-width: 60px; }
  .woocommerce-cart .wc_empty_cart p.cart-empty {
    font-size: 22px;
    color: #4D5C6D;
    margin-bottom: 5px; }
  .woocommerce-cart .wc_empty_cart p.wc_empty_cart_description {
    font-size: 14px;
    color: #939597; }
  .woocommerce-cart .wc_empty_cart a.button {
    padding: 10px 2em; }
    .woocommerce-cart .wc_empty_cart a.button:hover {
      background-color: #0F74E0;
      color: #fff; }

@media (max-width: 800px) {
  .woocommerce-cart .wc_empty_cart .cart_message_wrap {
    width: 80%; } }

@media (max-width: 544px) {
  .woocommerce-cart .wc_empty_cart .cart_message_wrap {
    padding: 3rem 2rem;
    width: 90%; } }

.woocommerce-cart .bs-quantity {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  min-width: 72px; }
  .woocommerce-cart .bs-quantity input.qty {
    font-size: 14px; }
  .woocommerce-cart .bs-quantity .qty-nav {
    height: 35px; }
  .woocommerce-cart .bs-quantity .quantity-button {
    font-size: 0;
    line-height: 20px; }
  .woocommerce-cart .bs-quantity .quantity-button:before {
    font-family: "bb-icons";
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: 9px; }
  .woocommerce-cart .bs-quantity .quantity-up:before {
    content: '\e827'; }
  .woocommerce-cart .bs-quantity .quantity-down:before {
    content: '\E8AB'; }
  .woocommerce-cart .bs-quantity.bs-quantity-individually .num-individually {
    display: inline-block;
    width: 3.631em;
    min-width: 32px;
    max-width: 32px;
    text-align: center; }
  .woocommerce-cart .bs-quantity.bs-quantity-individually .qty-nav {
    opacity: 0.3;
    cursor: default; }
  .woocommerce-cart .bs-quantity.bs-quantity-individually .qty-nav .quantity-button {
    cursor: default; }

.woocommerce-cart table.cart img {
  width: 100px; }

.woocommerce-cart .cart-collaterals table.shop_table th, .woocommerce-cart .cart-collaterals table.shop_table td {
  border-bottom: 0;
  border-top: 0;
  color: #122B46; }

.woocommerce-cart .cart-collaterals table.shop_table th {
  padding-left: 0; }

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%; }
  .woocommerce-cart .cart-collaterals .cart_totals > h2 {
    display: none; }

.woocommerce-cart .cart-collaterals table.shop_table {
  float: right;
  width: 50%; }

@media (max-width: 800px) {
  .woocommerce-cart .cart-collaterals table.shop_table {
    float: none;
    width: 100%; } }

@media (max-width: 544px) {
  .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .wc-proceed-to-checkout {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 0; }
    .woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .cart_shop {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-left: auto;
      margin-right: 0; } }

.woocommerce-cart .bb_cart_totals_ctrls {
  clear: both; }
  .woocommerce-cart .bb_cart_totals_ctrls .cart_shop {
    margin-right: auto;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .woocommerce-cart .bb_cart_totals_ctrls a.button {
    font-size: 14px;
    margin-bottom: 2em;
    height: 40px;
    padding: 9px 2em;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.4;
    background: transparent;
    border: 1px solid #007CFF;
    color: #007CFF;
    font-weight: 500; }
    .woocommerce-cart .bb_cart_totals_ctrls a.button:hover {
      border-color: #0F74E0; }

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
  clear: both; }
  .woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button {
    background-color: #007CFF;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    height: 40px;
    padding: 9px 2em;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: 500;
    color: #fff; }
    .woocommerce-cart .wc-proceed-to-checkout a.button.checkout-button:hover {
      background-color: #0F74E0;
      box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }

.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #007CFF;
  color: #fff; }

.woocommerce-cart.woocommerce-page .bb_cart_totals_ctrls a.button.outline {
  background: transparent;
  color: #007CFF; }

@media (max-width: 992px) {
  body.woocommerce-cart #secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

body.archive.woocommerce .grid.wc-grid-wrap {
  display: block;
  margin: 0; }
  body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header {
    display: block;
    padding-top: 1.875rem; }
    body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header h1 {
      margin: 0 0 0.3125rem; }
  body.archive.woocommerce .grid.wc-grid-wrap > .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.archive.woocommerce .grid.wc-grid-wrap > .grid #secondary {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 0; }
    body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 0.9375rem; }

#secondary.wc-widget-area .widgets_expand {
  background: #fff;
  border-radius: 4px;
  padding: .9375rem .9375rem;
  border: 0;
  margin-top: .9375rem;
  margin-bottom: 0;
  display: none;
  border-bottom: 1px solid #fff; }
  #secondary.wc-widget-area .widgets_expand h4.widget-title {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #secondary.wc-widget-area .widgets_expand h4.widget-title span.wc-widget-area-expand {
      margin-left: auto; }
  #secondary.wc-widget-area .widgets_expand.active {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #E7E9EC; }

@media (min-width: 800px) {
  #secondary.wc-widget-area .wc-widget-area-expandable {
    display: block !important; } }

@media (max-width: 800px) {
  #secondary.wc-widget-area .widgets_expand {
    display: block; }
  #secondary.wc-widget-area .wc-widget-area-expandable {
    display: none; }
    #secondary.wc-widget-area .wc-widget-area-expandable aside.widget h4.widget-title span.collapse-widget {
      display: none; }
  #secondary.wc-widget-area aside.widget:first-of-type {
    margin-top: 0;
    border-radius: 0; } }

@media (max-width: 799px) {
  body.archive.woocommerce .grid.wc-grid-wrap > .grid #secondary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0.9375rem; }
    body.archive.woocommerce .grid.wc-grid-wrap > .grid #primary ul.products {
      margin-bottom: 0; } }

.widget_product_categories ul.product-categories li span.count,
.widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count,
.widget_layered_nav ul.product-categories li span.count,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list li span.count {
  float: right;
  background: transparent;
  box-shadow: none;
  color: #A3A5A9;
  padding: 0;
  letter-spacing: 0; }

.widget_product_categories ul.product-categories li ul.children,
.widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children,
.widget_layered_nav ul.product-categories li ul.children,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list li ul.children {
  margin-top: 10px;
  padding: 0 0 0 0; }

.widget_product_categories ul.product-categories > li > a,
.widget_product_categories ul.woocommerce-widget-layered-nav-list > li > a,
.widget_layered_nav ul.product-categories > li > a,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list > li > a {
  text-transform: uppercase; }

.woocommerce-widget-layered-color li,
.attribute-colors li {
  display: inline-block;
  margin-right: 10px; }

.woocommerce-widget-layered-color .color-marker,
.attribute-colors .color-marker {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #fff;
  cursor: pointer;
  position: relative;
  z-index: 1; }
  .woocommerce-widget-layered-color .color-marker.checked,
  .attribute-colors .color-marker.checked {
    box-shadow: 0 0 0 1px #E7E9EC; }
  .woocommerce-widget-layered-color .color-marker:hover:after,
  .attribute-colors .color-marker:hover:after {
    border: 1px solid #E7E9EC;
    font-size: 12px;
    padding: 2px 7px;
    background: #fff;
    color: #939597;
    border-radius: 4px;
    content: attr(data-name);
    position: absolute;
    left: -50%;
    margin: 0 auto;
    top: -27px;
    z-index: 9; }

.attribute-colors .color-marker {
  cursor: default;
  margin-right: 6px; }

.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li {
  padding: 7px .9375rem; }
  .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on {
    background-color: #FAFBFD; }
    .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on label,
    .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on span.count {
      color: #122B46; }
  .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label {
    font-size: 14px;
    color: #A3A5A9;
    line-height: 1.95; }
    .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox {
      z-index: 5;
      display: inline-block;
      width: 17px;
      height: 17px;
      background: #fff;
      border: 1px solid #E7E9EC;
      margin: 4px 0 0 0;
      top: 2px;
      float: left;
      border-radius: 2px;
      margin-right: 7px;
      line-height: 1.35; }
    .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on {
      background-color: #007CFF;
      border-color: #007CFF; }
    .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on:before {
      color: #fff;
      content: "\E809";
      width: 16px;
      height: 16px;
      line-height: 17px;
      font-family: bb-icons;
      font-size: 17px;
      position: relative;
      top: -2px;
      right: 1px;
      font-weight: 400; }

.bs_widget_price_filter .price_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px; }
  .bs_widget_price_filter .price_label .from {
    margin-right: auto; }

.wc-widget-area aside.widget {
  /*border: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-radius: 0;
    padding-top: rem-calc(30px);

    &:first-of-type {
        border-radius: 4px 4px 0 0;
        padding-top: rem-calc(20px);
    }

    &:last-of-type {
        border-radius: 0 0 4px 4px;
        margin-bottom: .9375rem;
        padding-bottom: 1.25rem;
    }*/ }
  .wc-widget-area aside.widget h4.widget-title {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    border-bottom: 1px solid #E7E9EC;
    padding-bottom: 15px;
    padding: 0 0.9375rem 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wc-widget-area aside.widget.widget_product_categories h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E9EC;
    margin-bottom: 10px; }
  .wc-widget-area aside.widget.widget_product_categories ul.product-categories,
  .wc-widget-area aside.widget.widget_product_categories ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color), .wc-widget-area aside.widget.widget_layered_nav ul.product-categories,
  .wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color) {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .wc-widget-area aside.widget.widget_product_categories > select, .wc-widget-area aside.widget.widget_layered_nav > select {
    width: 100%; }
  .wc-widget-area aside.widget.widget_product_categories li, .wc-widget-area aside.widget.widget_layered_nav li {
    margin-bottom: 0;
    position: relative;
    min-height: 38px;
    line-height: 1; }
    .wc-widget-area aside.widget.widget_product_categories li.current-cat > a, .wc-widget-area aside.widget.widget_layered_nav li.current-cat > a {
      background-color: #FAFBFD;
      color: #122B46; }
    .wc-widget-area aside.widget.widget_product_categories li.current-cat > .count, .wc-widget-area aside.widget.widget_layered_nav li.current-cat > .count {
      color: #122B46; }
    .wc-widget-area aside.widget.widget_product_categories li a, .wc-widget-area aside.widget.widget_layered_nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 7px;
      padding-left: 0.9375rem;
      padding-right: 50px;
      width: 100%;
      line-height: 24px;
      max-height: 38px;
      height: 38px;
      white-space: nowrap;
      margin: 0;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .wc-widget-area aside.widget.widget_product_categories li a:hover, .wc-widget-area aside.widget.widget_layered_nav li a:hover {
        background-color: #FAFBFD; }
    .wc-widget-area aside.widget.widget_product_categories li span.count, .wc-widget-area aside.widget.widget_layered_nav li span.count {
      display: inline-block;
      padding-top: 13px;
      padding-right: 0;
      position: absolute;
      right: 28px;
      top: 0;
      font-weight: normal;
      font-size: 13px; }
    .wc-widget-area aside.widget.widget_product_categories li span.expand-parent, .wc-widget-area aside.widget.widget_layered_nav li span.expand-parent {
      display: inline-block;
      font-size: 1.3rem;
      padding-top: 9px;
      padding-right: 5px;
      padding-left: 7px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }
      .wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i, .wc-widget-area aside.widget.widget_layered_nav li span.expand-parent.active i {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .wc-widget-area aside.widget.widget_product_categories li ul.children, .wc-widget-area aside.widget.widget_layered_nav li ul.children {
      margin-top: 0; }
      .wc-widget-area aside.widget.widget_product_categories li ul.children li a, .wc-widget-area aside.widget.widget_layered_nav li ul.children li a {
        padding-left: 1.5625rem; }
      .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a {
        padding-left: 2.1875rem; }
      .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a {
        padding-left: 2.8125rem; }
      .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a, .wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a {
        padding-left: 3.4375rem; }
    .wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children, .wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children {
      display: none; }
    .wc-widget-area aside.widget.widget_product_categories li.current-cat.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_product_categories li.current-cat-parent.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_layered_nav li.current-cat.cat-parent.cat-expanded > ul.children, .wc-widget-area aside.widget.widget_layered_nav li.current-cat-parent.cat-parent.cat-expanded > ul.children {
      display: block; }
  .wc-widget-area aside.widget.widget_layered_nav li {
    line-height: 1.35; }

.no-js .wc-widget-area .widget.widget_product_categories li ul.children {
  display: block; }

body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories li span.count,
body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_layered_nav li span.count {
  display: none; }

body:not(.bb-page-loaded).woocommerce form.woocommerce-ordering {
  display: none; }

body:not(.bb-page-loaded) .bs_widget_price_filter #min_price,
body:not(.bb-page-loaded) .bs_widget_price_filter #max_price {
  display: none; }

.bs-quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DEDFE2;
  border-radius: 100px;
  padding: 0 10px 0 10px; }
  .bs-quantity input[type=number]::-webkit-inner-spin-button,
  .bs-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .bs-quantity input[type=number] {
    width: auto;
    min-width: 32px;
    max-width: 32px;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-appearance: textfield; }
    .bs-quantity input[type=number]:focus {
      outline: 0; }
  .bs-quantity .qty-nav {
    position: relative;
    height: 40px; }
  .bs-quantity .quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .bs-quantity .qty-nav .quantity-button.limit {
    opacity: 0.3;
    cursor: default; }

.cart_totals table.shop_table td {
  text-align: right; }

.cart_totals table.shop_table tr.order-total th {
  color: #122B46;
  font-weight: bolder; }

.cart_totals table.shop_table form.woocommerce-shipping-calculator {
  margin-bottom: 0; }
  .cart_totals table.shop_table form.woocommerce-shipping-calculator > p {
    margin-bottom: 5px; }

.cart_totals table.shop_table .shipping-calculator-form {
  text-align: left; }

.woocommerce-page .select2-container .select2-selection--single {
  height: 40px;
  border-color: #DEDFE2;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  padding-right: 35px;
  font-size: 15px; }
  .woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
    display: none; }
  .woocommerce-page .select2-container .select2-selection--single.wc-order-by {
    background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23A1ACB8;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E");
    border: 0;
    background-color: transparent;
    font-size: 14px;
    outline: none; }
  .woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style='fill:%23122b46;' d='M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z'%3E%3C/path%3E%3C/svg%3E"); }

.woocommerce-page .select2-container .select2-search {
  font-size: 15px; }

.woocommerce-page .select2-container .select2-results {
  font-size: 15px; }

.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below {
  border-radius: 4px;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  padding: 7px 0;
  margin-top: 8px; }
  .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: 16px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 8px solid black;
    border-color: #fff #fff transparent transparent;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
    -webkit-transition: all linear 0.2s;
            transition: all linear 0.2s;
    z-index: 101; }
  .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option {
    padding: 3px 12px;
    font-size: 14px; }
    .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option[aria-selected=true] {
      background-color: #FAFBFD;
      color: #007CFF; }

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-right: 3px;
  padding-left: 12px;
  color: inherit; }
  .woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered[title~=Select] {
    color: #C3C6C9; }

.woocommerce-page form.woocommerce-ordering .select2-selection--single .select2-selection__rendered {
  text-align: right;
  color: #7F868F; }

.site-header a.header-cart-link {
  position: relative;
  padding-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site-header a.header-cart-link span.count {
    background-color: #FE6F4B;
    line-height: 1.6;
    font-size: 9px;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    right: -4px;
    padding: 1px 6px;
    position: absolute; }

.header-mini-cart {
  overflow: hidden; }
  .header-mini-cart ul.cart_list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0; }
    .site-header .header-mini-cart ul.cart_list {
      max-width: -webkit-calc(100vw - 20px);
      max-width: calc(100vw - 20px);
      overflow: auto;
      max-height: -webkit-calc(100vh - 210px);
      max-height: calc(100vh - 210px); }
    .header-mini-cart ul.cart_list li.mini_cart_item {
      padding: 15px 20px;
      border-bottom: 1px solid #E7E9EC;
      position: relative;
      background-color: #F7FAFE;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-mini-cart ul.cart_list li.mini_cart_item > a {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: auto;
      color: #122B46;
      font-weight: normal;
      margin-bottom: 0; }
      .header-mini-cart ul.cart_list li.mini_cart_item > a:hover {
        color: #007CFF; }
    .header-mini-cart ul.cart_list li.mini_cart_item > a:not(.remove) {
      max-width: 290px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .header-mini-cart ul.cart_list li.mini_cart_item span.quantity {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      color: #A3A5A9;
      font-size: 12px;
      margin-right: 10px;
      white-space: nowrap; }
    .header-mini-cart ul.cart_list li.mini_cart_item > a.remove {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-right: 0;
      color: #939597;
      font-size: 16px;
      line-height: 1;
      width: auto; }
      .header-mini-cart ul.cart_list li.mini_cart_item > a.remove:hover {
        color: #007CFF !important;
        background-color: transparent; }
    .header-mini-cart ul.cart_list li.mini_cart_item .blockUI.blockOverlay {
      opacity: 0.12 !important; }
  .header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail,
  .header-mini-cart ul.cart_list img.woocommerce-placeholder {
    max-width: 36px;
    width: 36px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 0;
    float: none; }
  .header-mini-cart p.woocommerce-mini-cart__total {
    width: 50%;
    float: left;
    color: #A3A5A9;
    font-size: 14px;
    margin: 0;
    line-height: 35px;
    padding: 7px 0 7px 20px; }
    .header-mini-cart p.woocommerce-mini-cart__total strong {
      font-weight: normal; }
  .header-mini-cart p.woocommerce-mini-cart__buttons {
    width: 50%;
    float: right;
    text-align: right;
    margin: 0;
    line-height: 35px;
    padding: 7px 20px 7px 0; }
    .header-mini-cart p.woocommerce-mini-cart__buttons a.button {
      padding: 0 0 0 10px;
      background-color: transparent;
      box-shadow: none;
      color: #007CFF;
      font-size: 14px;
      min-height: auto; }
    .header-mini-cart p.woocommerce-mini-cart__buttons a.button:hover {
      color: #0F74E0; }
  .header-mini-cart p.woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    color: #A3A5A9; }

.woocommerce-cart .woocommerce-shipping-calculator {
  position: relative; }
  .woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button {
    position: relative;
    padding-right: 20px; }
    .woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button:after {
      content: '\e826';
      font-family: 'bb-icons';
      font-weight: normal;
      speak: none;
      display: inline-block;
      color: #939597;
      position: absolute;
      right: -5px;
      top: 0;
      font-size: 22px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.shipping-calculator-form {
  position: absolute;
  width: 250px;
  top: 37px;
  left: 14px;
  z-index: 9;
  background-color: #fff;
  padding: 1.25rem 1.25rem;
  border-radius: 4px;
  box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.12); }
  .shipping-calculator-form:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 8px solid black;
    border-color: #fff #fff transparent transparent;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
    -webkit-transition: all linear 0.2s;
            transition: all linear 0.2s;
    z-index: 1002; }
  .shipping-calculator-form p:last-of-type {
    margin-bottom: 0; }
  .shipping-calculator-form button.button {
    width: 100%; }

.woocommerce ul#shipping_method label {
  font-size: 14px; }
  .woocommerce ul#shipping_method label .amount {
    font-weight: normal; }

.woocommerce-shipping-destination {
  font-size: 12px; }
  .woocommerce-shipping-destination strong {
    font-weight: normal; }

.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  content: '\e8f7';
  font-family: "bb-icons";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #939597;
  position: relative;
  top: 1px; }

.woocommerce ul.product_list_widget li {
  padding: 8px 0; }

.woocommerce ul.product_list_widget li a {
  font-weight: normal;
  margin-bottom: 10px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.woocommerce ul.product_list_widget li a img {
  border-radius: 3px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto; }

.woocommerce ul.product_list_widget li a .product-title {
  line-height: 1.35;
  display: block;
  display: -webkit-box;
  max-height: 3em;
  margin: 0;
  margin-right: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.woocommerce ul.product_list_widget li .star-rating {
  height: 1.5em;
  width: 7.2em; }

.woocommerce ul.product_list_widget li > del {
  color: #A3A5A9; }

.woocommerce ul.product_list_widget li > ins {
  float: right;
  text-decoration: none; }

.woocommerce .widget_rating_filter ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px; }

.woocommerce .widget_rating_filter ul li .star-rating {
  width: 7.2em;
  margin-right: auto; }

.woocommerce.widget_shopping_cart a.button,
.woocommerce.widget_shopping_cart a.button:hover {
  color: #fff;
  background-color: #007CFF; }

.woocommerce.widget_shopping_cart a.button:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }

@media (max-width: 1200px) {
  .woo-sidebar .content-area ul.products {
    margin-left: -1%;
    margin-right: -1%; }
    .woo-sidebar .content-area ul.products li.product {
      width: 31.333%;
      max-width: 31.333%;
      margin: 0 1% 2%; }
  .woocommerce ul.products.products li.product {
    width: 31.333%;
    max-width: 31.333%; } }

@media (max-width: 992px) {
  body:not(.woo-sidebar) .content-area ul.products,
  .woo-sidebar .content-area ul.products {
    margin-left: -1%;
    margin-right: -1%; }
    body:not(.woo-sidebar) .content-area ul.products li.product,
    .woo-sidebar .content-area ul.products li.product {
      width: 48%;
      max-width: 48%;
      margin: 0 1% 2%; }
  .woocommerce ul.products.products li.product {
    width: 48%;
    max-width: 48%; }
  .woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button,
  .woo-sidebar .content-area ul.products li.product a.added_to_cart.wc-forward,
  .woo-sidebar .content-area ul.products li.product a.button.product_type_simple {
    font-size: 12px;
    letter-spacing: -0.5px; }
  .woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added:after {
    vertical-align: baseline;
    font-size: 10px; } }

@media (max-width: 544px) {
  .woocommerce .woocommerce-result-count {
    float: none;
    width: 100%; }
  .woocommerce form.woocommerce-ordering {
    float: none; }
  .woocommerce ul.products {
    margin-left: 0;
    margin-right: 0; }
    .woocommerce ul.products li.product.product {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
      max-width: -webkit-calc(50% - 10px);
      max-width: calc(50% - 10px);
      margin: 0 5px 10px; }
  body.archive.woocommerce .grid.wc-grid-wrap > .grid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  body.archive.woocommerce .grid.wc-grid-wrap > .grid #secondary {
    padding-left: 5px;
    padding-right: 5px; } }

#content .wp-block-woocommerce-handpicked-products ul.products,
#content .wp-block-woocommerce-product-category ul.products,
#content .wp-block-woocommerce-product-new ul.products,
#content .wp-block-woocommerce-product-on-sale ul.products,
#content .wp-block-woocommerce-product-top-rated ul.products,
#content .wp-block-woocommerce-products-by-attribute ul.products,
#content .wp-block-woocommerce-product-best-sellers ul.products {
  -webkit-column-count: auto;
          column-count: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  #content .wp-block-woocommerce-handpicked-products ul.products li.product:first-of-type,
  #content .wp-block-woocommerce-product-category ul.products li.product:first-of-type,
  #content .wp-block-woocommerce-product-new ul.products li.product:first-of-type,
  #content .wp-block-woocommerce-product-on-sale ul.products li.product:first-of-type,
  #content .wp-block-woocommerce-product-top-rated ul.products li.product:first-of-type,
  #content .wp-block-woocommerce-products-by-attribute ul.products li.product:first-of-type,
  #content .wp-block-woocommerce-product-best-sellers ul.products li.product:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* iPad fix */ }
  #content .wp-block-woocommerce-handpicked-products ul.products.columns-2 li.product,
  #content .wp-block-woocommerce-product-category ul.products.columns-2 li.product,
  #content .wp-block-woocommerce-product-new ul.products.columns-2 li.product,
  #content .wp-block-woocommerce-product-on-sale ul.products.columns-2 li.product,
  #content .wp-block-woocommerce-product-top-rated ul.products.columns-2 li.product,
  #content .wp-block-woocommerce-products-by-attribute ul.products.columns-2 li.product,
  #content .wp-block-woocommerce-product-best-sellers ul.products.columns-2 li.product {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: calc(50% - 20px); }
  #content .wp-block-woocommerce-handpicked-products ul.products.columns-3 li.product,
  #content .wp-block-woocommerce-product-category ul.products.columns-3 li.product,
  #content .wp-block-woocommerce-product-new ul.products.columns-3 li.product,
  #content .wp-block-woocommerce-product-on-sale ul.products.columns-3 li.product,
  #content .wp-block-woocommerce-product-top-rated ul.products.columns-3 li.product,
  #content .wp-block-woocommerce-products-by-attribute ul.products.columns-3 li.product,
  #content .wp-block-woocommerce-product-best-sellers ul.products.columns-3 li.product {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    max-width: -webkit-calc(33.333% - 20px);
    max-width: calc(33.333% - 20px); }
  #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product,
  #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product,
  #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product,
  #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product,
  #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product,
  #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product,
  #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    max-width: -webkit-calc(25% - 20px);
    max-width: calc(25% - 20px); }
    #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links,
    #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links,
    #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links,
    #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links,
    #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links,
    #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links,
    #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,
      #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,
      #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,
      #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,
      #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,
      #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward,
      #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward {
        width: 100%;
        border-right: 0;
        border-radius: 0; }
      #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,
      #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,
      #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,
      #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,
      #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,
      #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button,
      #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button {
        -ms-flex-item-align: center;
            align-self: center;
        width: 100%; }
      #content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,
      #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,
      #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,
      #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,
      #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,
      #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added,
      #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added {
        border-radius: 0 0 4px 4px; }
  #content .wp-block-woocommerce-handpicked-products ul.products li.product,
  #content .wp-block-woocommerce-handpicked-products ul.products li.product.type-product,
  #content .wp-block-woocommerce-product-category ul.products li.product,
  #content .wp-block-woocommerce-product-category ul.products li.product.type-product,
  #content .wp-block-woocommerce-product-new ul.products li.product,
  #content .wp-block-woocommerce-product-new ul.products li.product.type-product,
  #content .wp-block-woocommerce-product-on-sale ul.products li.product,
  #content .wp-block-woocommerce-product-on-sale ul.products li.product.type-product,
  #content .wp-block-woocommerce-product-top-rated ul.products li.product,
  #content .wp-block-woocommerce-product-top-rated ul.products li.product.type-product,
  #content .wp-block-woocommerce-products-by-attribute ul.products li.product,
  #content .wp-block-woocommerce-products-by-attribute ul.products li.product.type-product,
  #content .wp-block-woocommerce-product-best-sellers ul.products li.product,
  #content .wp-block-woocommerce-product-best-sellers ul.products li.product.type-product {
    margin: 0 10px 20px; }
  #content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale,
  #content .wp-block-woocommerce-product-category ul.products li.product span.onsale,
  #content .wp-block-woocommerce-product-new ul.products li.product span.onsale,
  #content .wp-block-woocommerce-product-on-sale ul.products li.product span.onsale,
  #content .wp-block-woocommerce-product-top-rated ul.products li.product span.onsale,
  #content .wp-block-woocommerce-products-by-attribute ul.products li.product span.onsale,
  #content .wp-block-woocommerce-product-best-sellers ul.products li.product span.onsale {
    margin: 0;
    left: 0;
    right: auto; }

body .select2-container .select2-dropdown .select2-results__option {
  outline: none; }

.woocommerce-product-search button {
  font-size: 14px;
  margin: 10px 0 0; }

@media (max-width: 1024px) {
  #content .wp-block-woocommerce-handpicked-products ul.products.products li.product,
  #content .wp-block-woocommerce-product-category ul.products.products li.product,
  #content .wp-block-woocommerce-product-new ul.products.products li.product,
  #content .wp-block-woocommerce-product-on-sale ul.products.products li.product,
  #content .wp-block-woocommerce-product-top-rated ul.products.products li.product,
  #content .wp-block-woocommerce-products-by-attribute ul.products.products li.product,
  #content .wp-block-woocommerce-product-best-sellers ul.products.products li.product {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    max-width: -webkit-calc(33.333% - 20px);
    max-width: calc(33.333% - 20px); } }

@media (max-width: 768px) {
  #content .wp-block-woocommerce-handpicked-products ul.products.products li.product,
  #content .wp-block-woocommerce-product-category ul.products.products li.product,
  #content .wp-block-woocommerce-product-new ul.products.products li.product,
  #content .wp-block-woocommerce-product-on-sale ul.products.products li.product,
  #content .wp-block-woocommerce-product-top-rated ul.products.products li.product,
  #content .wp-block-woocommerce-products-by-attribute ul.products.products li.product,
  #content .wp-block-woocommerce-product-best-sellers ul.products.products li.product {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: calc(50% - 20px); } }

@media (max-width: 480px) {
  #content .wp-block-woocommerce-handpicked-products ul.products.products li.product,
  #content .wp-block-woocommerce-product-category ul.products.products li.product,
  #content .wp-block-woocommerce-product-new ul.products.products li.product,
  #content .wp-block-woocommerce-product-on-sale ul.products.products li.product,
  #content .wp-block-woocommerce-product-top-rated ul.products.products li.product,
  #content .wp-block-woocommerce-products-by-attribute ul.products.products li.product,
  #content .wp-block-woocommerce-product-best-sellers ul.products.products li.product {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px); } }

.woocommerce #content div.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  width: 100%;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .woocommerce #content div.product > div,
  .woocommerce #content div.product > section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 100%;
    box-sizing: border-box; }
  .woocommerce #content div.product div.woocommerce-product-gallery.images {
    width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    min-width: 55%;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    border: 1px solid #E7E9EC;
    border-right-width: 0;
    padding-bottom: 0; }
  .woocommerce #content div.product div.summary {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    min-width: 45%;
    margin-top: 0;
    padding: 2em 2% 0 4%;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    border: 1px solid #E7E9EC;
    border-left-width: 0; }
    .woocommerce #content div.product div.summary h1.product_title {
      line-height: 2rem; }
    .woocommerce #content div.product div.summary h4.pr-sub-heading {
      text-transform: uppercase;
      font-size: 0.75rem;
      font-weight: 600;
      margin-bottom: 10px;
      border-bottom: 1px solid #E7E9EC; }
    .woocommerce #content div.product div.summary .product_meta {
      font-size: 16px;
      margin-bottom: 20px; }
      .woocommerce #content div.product div.summary .product_meta > span {
        display: block;
        font-size: 14px;
        color: #A3A5A9;
        padding: 0 0 3px;
        margin: 0 0 0; }
        .woocommerce #content div.product div.summary .product_meta > span:last-of-type {
          border-bottom: 0; }
      .woocommerce #content div.product div.summary .product_meta .pr-atts-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .woocommerce #content div.product div.summary .product_meta .pr-atts-row .pr-atts-title {
        width: 30%;
        padding-right: 5px; }
      @media (max-width: 544px) {
        .woocommerce #content div.product div.summary .product_meta .pr-atts-row .pr-atts-title {
          width: 40%; } }
      .woocommerce #content div.product div.summary .product_meta .pr-atts-row p {
        display: inline;
        margin: 0;
        font-size: 1em; }
      .woocommerce #content div.product div.summary .product_meta .pr-atts-row p.out-of-stock {
        color: #EF3E46; }
    .woocommerce #content div.product div.summary .attribute-colors {
      margin: 0 0 20px; }
    .woocommerce #content div.product div.summary .quantity {
      margin-right: 10px;
      margin-bottom: 10px; }
    .woocommerce #content div.product div.summary .quantity.hidden {
      margin-right: 0; }
    .woocommerce #content div.product div.summary .quantity.hidden .qty-nav {
      display: none; }
    .woocommerce #content div.product div.summary > p.stock {
      display: none; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .woocommerce #content div.product div.summary {
      width: 38%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 38%;
              flex: 0 0 38%;
      min-width: 38%; } }
  .woocommerce #content div.product .flex-control-thumbs {
    width: 70%;
    overflow: visible;
    display: none; }
    .woocommerce #content div.product .flex-control-thumbs.slick-initialized {
      display: block;
      min-height: 100px; }
    .woocommerce #content div.product .flex-control-thumbs .slick-list .slick-slide {
      margin: 0 5px; }
      .woocommerce #content div.product .flex-control-thumbs .slick-list .slick-slide li img {
        opacity: 1; }
  .woocommerce #content div.product .flex-control-thumbs {
    width: 70%;
    margin: 10px auto 15px; }
    .woocommerce #content div.product .flex-control-thumbs .slick-slide {
      margin: 0 5px; }
    .woocommerce #content div.product .flex-control-thumbs .slick-arrow {
      background-color: #fff;
      opacity: 1;
      box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.09); }
      .woocommerce #content div.product .flex-control-thumbs .slick-arrow i {
        color: #828D98; }
      .woocommerce #content div.product .flex-control-thumbs .slick-arrow.slick-disabled {
        cursor: default; }
        .woocommerce #content div.product .flex-control-thumbs .slick-arrow.slick-disabled i {
          opacity: 0.3; }
    .woocommerce #content div.product .flex-control-thumbs .slick-arrow.bb-slide-next {
      right: -15px; }
    .woocommerce #content div.product .flex-control-thumbs .slick-arrow.bb-slide-prev {
      left: -15px; }
  .woocommerce #content div.product div.images .woocommerce-product-gallery__trigger img.emoji {
    display: none; }
  .woocommerce #content div.product div.images .woocommerce-product-gallery__trigger:before {
    border: 1.5px solid #9CA8B4;
    top: 10px;
    left: 10px; }
  .woocommerce #content div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #9CA8B4;
    width: 1.5px; }
  .woocommerce #content div.product p.price {
    color: #122B46;
    font-weight: 500;
    margin-top: 1.2em;
    margin-bottom: 1.2em; }
    .woocommerce #content div.product p.price ins {
      text-decoration: none;
      font-weight: 500; }
    .woocommerce #content div.product p.price del {
      color: #C8CBCF;
      opacity: 1;
      font-weight: 400; }
  .woocommerce #content div.product .woocommerce-product-details__short-description {
    font-size: 16px; }
  .woocommerce #content div.product form.cart .button {
    background-color: #007CFF;
    font-size: 14px;
    font-weight: normal;
    padding-left: 3em;
    padding-right: 3em;
    height: 40px; }
    .woocommerce #content div.product form.cart .button:hover {
      box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs {
    padding: 0; }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li {
      border: 0;
      background-color: transparent; }
      .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
      .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
        background: transparent;
        border-bottom: 1px solid #007CFF; }
      .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a {
        color: #122B46; }
      .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:hover {
        color: #122B46; }
      .woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
        font-weight: normal;
        font-size: 14px;
        color: #939597; }
      .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover {
        color: #007CFF; }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span {
      display: inline-block;
      background-color: #C8CBCF;
      color: #fff;
      padding: 2px 9px;
      border-radius: 100px;
      line-height: 1.2;
      font-size: 0.9em;
      margin-left: 4px; }
  .woocommerce #content div.product .woocommerce-tabs .panel {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E7E9EC;
    padding: 1.25rem 1.25rem;
    font-size: 14px; }
    .woocommerce #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description p {
      font-size: 16px; }
  .woocommerce #content div.product .shop_attributes tr:nth-child(even) th,
  .woocommerce #content div.product .shop_attributes tr:nth-child(even) td {
    background-color: transparent; }
  .woocommerce #content div.product .shop_attributes th, .woocommerce #content div.product .shop_attributes td {
    padding: 8px;
    font-size: 14px; }
    .woocommerce #content div.product .shop_attributes th p, .woocommerce #content div.product .shop_attributes td p {
      padding: 0; }
  .woocommerce #content div.product .shop_attributes th {
    text-transform: uppercase;
    font-weight: normal; }
  .woocommerce #content div.product #reviews #comments ol.commentlist li img.avatar {
    border-radius: 100%;
    border: 0;
    padding: 0; }
  .woocommerce #content div.product #reviews .comment-respond {
    box-shadow: none; }
  .woocommerce #content div.product #reviews .comment-reply-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px; }
  .woocommerce #content div.product #reviews p.stars a {
    color: #d3ced2;
    margin: 0 2px; }
    .woocommerce #content div.product #reviews p.stars a:hover {
      color: #FCAF00; }
  .woocommerce #content div.product #reviews p.stars.selected a:not(.active),
  .woocommerce #content div.product #reviews p.stars.selected a.active {
    color: #FCAF00; }
  .woocommerce #content div.product #reviews p.stars.selected a.active ~ a {
    color: #d3ced2; }
  .woocommerce #content div.product #reviews p.form-submit input#submit {
    background-color: #007CFF;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
    color: #fff; }
  .woocommerce #content div.product #reviews p.form-submit input#submit:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }
  .woocommerce #content div.product #reviews .comment-form label {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 12px;
    color: inherit; }
  .woocommerce #content div.product form.cart .variations td.value {
    padding: 0 0 0.5rem; }
  .woocommerce #content div.product form.cart .variations td.label {
    background: transparent; }
  .woocommerce #content div.product form.cart .variations label {
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 2.5rem; }

.woocommerce .woocommerce-product-rating a.woocommerce-review-link {
  font-size: .757em;
  color: #A3A5A9; }
  .woocommerce .woocommerce-product-rating a.woocommerce-review-link:hover {
    color: #A3A5A9; }

.woocommerce div.product .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4em;
  margin-bottom: 0; }
  .woocommerce div.product .woocommerce-product-rating .star-rating {
    margin-top: 0; }
  .woocommerce div.product .woocommerce-product-rating span.count {
    background-color: transparent;
    color: inherit;
    letter-spacing: 0;
    box-shadow: none;
    padding: 0 3px; }

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #A3A5A9; }

.woocommerce #review_form #respond p.comment-form-author {
  margin-right: 5px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px); }

.woocommerce #review_form #respond p.comment-form-email {
  margin-left: 5px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px); }

@media (max-width: 992px) {
  .woocommerce .has-sidebar #review_form #respond p.comment-form-author {
    margin-left: 0;
    width: 100%; }
  .woocommerce .has-sidebar #review_form #respond p.comment-form-email {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 800px) {
  .woocommerce #review_form #respond p.comment-form-author {
    margin-left: 0;
    width: 100%; }
  .woocommerce #review_form #respond p.comment-form-email {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 1200px) {
  body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images {
    width: 52%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    min-width: 52%; }
  body.has-sidebar.woocommerce #content div.product div.summary {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    min-width: 48%; }
  body.has-sidebar.woocommerce #content div.product .flex-control-thumbs.slick-initialized {
    min-height: 50px; } }

@media (max-width: 992px) {
  body.has-sidebar.woocommerce #content div.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      min-width: 100%;
      border-right-width: 1px;
      border-radius: 4px;
      float: none; }
    body.has-sidebar.woocommerce #content div.product div.summary {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      min-width: 100%;
      border-left-width: 1px;
      border-radius: 4px;
      padding: 1.5em 1.5em 1.5em 1.5em;
      float: none; } }

@media (max-width: 800px) {
  .woocommerce #content div.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce #content div.product div.images {
      margin-bottom: 15px; }
    .woocommerce #content div.product div.woocommerce-product-gallery.images {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 100%;
      border-right-width: 1px;
      border-radius: 4px;
      float: none; }
    .woocommerce #content div.product div.summary {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 100%;
      border-left-width: 1px;
      border-radius: 4px;
      padding: 1.5em 1.5em 1.5em 1.5em;
      float: none; }
    .woocommerce #content div.product .flex-control-thumbs.slick-initialized {
      min-height: 50px; } }

@media (max-width: 544px) {
  .content-area .related.products ul.products li.product {
    margin-bottom: 20px; }
  .woocommerce .woocommerce-message {
    font-size: 14px;
    line-height: 150%; }
    .woocommerce .woocommerce-message .button {
      margin-left: 10px;
      font-size: 13px; }
    .woocommerce .woocommerce-message[role=alert] {
      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-message[role=alert] .button.wc-forward {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 10px 0 0 0;
        max-width: 230px; }
  .woocommerce .woocommerce-error li {
    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-error li .button.wc-forward {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 10px 0 0 0;
      max-width: 230px; } }

.wpb_wrapper li.product-category a {
  display: block;
  width: 100%; }

.wpb_wrapper li.product-category h2.woocommerce-loop-category__title {
  text-align: center;
  padding: 5px 10px; }

.woocommerce-checkout form.checkout .col2-set .col-1 {
  width: 100%;
  float: none; }

.woocommerce-checkout form.checkout .col2-set .col-2 {
  width: 100%;
  float: none; }

.woocommerce-checkout form.checkout .col2-set .col-2 .woocommerce-shipping-fields {
  margin-bottom: 10px; }

.woocommerce-checkout form.checkout .col2-set h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 1rem 0; }

.woocommerce-checkout .bb-wc-co {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px; }
  .woocommerce-checkout .bb-wc-co .bb-wc-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
  .woocommerce-checkout .bb-wc-co #customer_details {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E7E9EC;
    margin-bottom: 20px;
    padding: 15px 20px; }
  .woocommerce-checkout .bb-wc-co .bb-order-review {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E7E9EC;
    margin-bottom: 20px;
    padding: 15px 20px; }
    .woocommerce-checkout .bb-wc-co .bb-order-review h3 {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold; }
  .woocommerce-checkout .bb-wc-co table.shop_table {
    border: 0;
    font-size: 14px; }
    .woocommerce-checkout .bb-wc-co table.shop_table th, .woocommerce-checkout .bb-wc-co table.shop_table td {
      border-bottom: 1px solid #E7E9EC;
      border-top: 0;
      font-weight: normal;
      color: #939597;
      padding-left: 0; }
      .woocommerce-checkout .bb-wc-co table.shop_table th:first-child, .woocommerce-checkout .bb-wc-co table.shop_table td:first-child {
        padding-left: 0; }
      .woocommerce-checkout .bb-wc-co table.shop_table th:last-child, .woocommerce-checkout .bb-wc-co table.shop_table td:last-child {
        padding-right: 0;
        text-align: right; }
    .woocommerce-checkout .bb-wc-co table.shop_table td.product-name {
      width: 65%; }
    .woocommerce-checkout .bb-wc-co table.shop_table td.product-total {
      color: #122B46;
      width: 35%; }
    .woocommerce-checkout .bb-wc-co table.shop_table th {
      text-transform: uppercase;
      font-weight: normal;
      color: #A3A5A9;
      font-size: 14px; }
    .woocommerce-checkout .bb-wc-co table.shop_table tfoot th, .woocommerce-checkout .bb-wc-co table.shop_table tfoot td {
      color: #A3A5A9;
      border-bottom: 0;
      vertical-align: top; }
    .woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child {
      padding-left: 30%;
      padding-top: 6px;
      padding-bottom: 6px; }
    .woocommerce-checkout .bb-wc-co table.shop_table tfoot td {
      width: 50%; }
    .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th,
    .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td {
      color: #122B46;
      font-weight: 500; }
    .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td strong {
      font-weight: 500; }
    .woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th,
    .woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child td {
      padding-top: 15px; }
    .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-thumbnail img {
      max-width: 65px;
      height: auto;
      margin-right: 20px; }
    .woocommerce-checkout .bb-wc-co table.shop_table .check-name {
      color: #122B46;
      font-weight: 500;
      line-height: 1.4; }
    .woocommerce-checkout .bb-wc-co table.shop_table .bs-product-remove {
      margin-right: 10px; }
    .woocommerce-checkout .bb-wc-co table.shop_table .qty {
      color: #A3A5A9;
      text-transform: uppercase;
      font-size: 13px; }
      .woocommerce-checkout .bb-wc-co table.shop_table .qty strong {
        color: #122B46;
        font-weight: normal;
        margin-left: 5px; }
  @media (max-width: 544px) {
    .woocommerce-checkout .bb-wc-co table.shop_table td.product-name {
      width: 70%; }
    .woocommerce-checkout .bb-wc-co table.shop_table td.product-total {
      color: #122B46;
      width: 30%; } }

@media (max-width: 992px) {
  .woocommerce-checkout .bb-wc-co {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce-checkout .bb-wc-co .bb-wc-col {
      width: 100%; } }

@media (max-width: 544px) {
  .woocommerce-checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child {
    padding-left: 0; } }

.woocommerce-checkout form .form-row {
  margin: 0 0 1.2rem; }
  .woocommerce-checkout form .form-row label {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #4D5C6D; }
  .woocommerce-checkout form .form-row .required {
    color: #E65454;
    text-decoration: none; }
  .woocommerce-checkout form .form-row #order_comments {
    height: 120px;
    overflow-x: hidden; }
  .woocommerce-checkout form .form-row.woocommerce-validated input.input-text,
  .woocommerce-checkout form .form-row.woocommerce-validated select,
  .woocommerce-checkout form .form-row.woocommerce-validated .select2-container {
    border-color: #DEDFE2; }
  .woocommerce-checkout form .form-row.woocommerce-invalid input.input-text,
  .woocommerce-checkout form .form-row.woocommerce-invalid select,
  .woocommerce-checkout form .form-row.woocommerce-invalid .select2-container {
    border-color: #EF3E46; }
  .woocommerce-checkout form .form-row.woocommerce-invalid label {
    color: #EF3E46; }
  .woocommerce-checkout form .form-row .password-input .show-password-input {
    top: 9px; }

.woocommerce-checkout form #ship-to-different-address label {
  font-size: 16px; }

.woocommerce-checkout #payment {
  background-color: transparent; }
  .woocommerce-checkout #payment ul.payment_methods {
    background-color: #F4F5F7;
    border-radius: 4px;
    border-bottom: 0; }
  .woocommerce-checkout #payment div.payment_box {
    font-size: 13px; }
  .woocommerce-checkout #payment #place_order {
    background-color: #007CFF;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
    height: 40px; }
    .woocommerce-checkout #payment #place_order:hover {
      box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }
  .woocommerce-checkout #payment li.wc_payment_method input.input-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 2px solid #D6DCE6;
    color: #666;
    top: -2px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none; }
  .woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked {
    background-color: #fff; }
  .woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #007CFF;
    border-radius: 100%; }

.woocommerce-checkout .woocommerce-order-over {
  text-align: center; }
  .woocommerce-checkout .woocommerce-order-over > p {
    font-size: 16px;
    color: #A3A5A9; }
  .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success {
    margin-bottom: 5px; }
    .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success i {
      color: #1CD991;
      border: 1px solid #1CD991;
      border-radius: 100%;
      padding: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin-right: 8px;
      position: relative;
      bottom: 2px; }
    .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span {
      display: block;
      margin: 1em 0; }
      .woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span i {
        color: #1CD991;
        border: 1px solid #1CD991;
        border-radius: 100%;
        padding: 0 10px;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px; }

.woocommerce-checkout ul.woocommerce-order-overview {
  display: inline-block;
  margin: 1em 0 2em; }
  .woocommerce-checkout ul.woocommerce-order-overview li {
    float: none;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 0;
    text-align: left;
    display: inline-block;
    color: #A3A5A9; }
    .woocommerce-checkout ul.woocommerce-order-overview li > span {
      display: block;
      font-weight: 500;
      font-size: 14px;
      white-space: nowrap;
      padding: 0.6em 0 0;
      text-transform: none;
      color: #4D5C6D; }

@media (max-width: 800px) {
  .woocommerce-checkout ul.woocommerce-order-overview {
    margin: 0.5em 0 1em; }
  .woocommerce-checkout ul.woocommerce-order-overview li {
    display: block;
    text-align: center;
    margin-bottom: 20px; } }

.woocommerce-checkout .woocommerce-order-details-wrapper {
  background: #fff;
  border: 1px solid #EEF0F3;
  border-radius: 4px;
  padding: 20px; }
  .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again {
    text-align: right; }
    .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button {
      padding: 8px 2em; }
      .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button:hover {
        background-color: #0F74E0;
        color: #fff; }
  .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details {
    padding: 0 12px; }
    .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details h2.woocommerce-column__title {
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 0.5rem; }
    .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title {
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 0.5rem; }
    @media (max-width: 992px) {
      .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column {
        width: 100%;
        float: none; }
      .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 {
        margin-bottom: 30px; } }
    .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address {
      border: 0;
      padding: 0;
      font-size: 14px; }
      .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone:before,
      .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email:before {
        line-height: 2.15; }
    .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn {
      font-size: 14px; }
      .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before,
      .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before {
        line-height: 2.15; }

.woocommerce-checkout table.shop_table.woocommerce-table--order-details td {
  vertical-align: top; }

.woocommerce-checkout .woocommerce-table--order-details {
  border: 0; }
  .woocommerce-checkout .woocommerce-table--order-details th, .woocommerce-checkout .woocommerce-table--order-details td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    border-bottom: 0;
    border-top: 1px solid #E7E9EC; }
  .woocommerce-checkout .woocommerce-table--order-details th.product-total,
  .woocommerce-checkout .woocommerce-table--order-details td.product-total {
    width: 200px;
    color: inherit;
    text-align: right; }
  .woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount {
    font-weight: bold; }
  @media (max-width: 1200px) {
    .woocommerce-checkout .woocommerce-table--order-details td.product-total {
      width: auto; } }
  @media (max-width: 544px) {
    .woocommerce-checkout .woocommerce-table--order-details th.product-total,
    .woocommerce-checkout .woocommerce-table--order-details td.product-total {
      text-align: right; } }
  .woocommerce-checkout .woocommerce-table--order-details thead th {
    text-transform: uppercase;
    font-size: 14px;
    color: #939597;
    font-weight: 500; }
  .woocommerce-checkout .woocommerce-table--order-details tfoot th, .woocommerce-checkout .woocommerce-table--order-details tfoot td {
    font-weight: normal; }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th, .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td {
    border-top: 0; }
  @media (max-width: 544px) {
    .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th.product-thumb {
      display: none; } }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th, .woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td {
    border-bottom: 1px solid #E7E9EC; }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a {
    color: #122B46;
    font-weight: 500; }
    .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a:hover {
      color: #007CFF; }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_items tr.product-purchase-note td {
    padding-top: 8px; }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_items td:not(.product-thumb) {
    padding-top: 20px; }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb {
    width: 120px; }
    .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img {
      max-width: 100px; }
  @media (max-width: 992px) {
    .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb {
      width: 80px; }
      .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img {
        max-width: 70px; } }
  @media (max-width: 544px) {
    .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb {
      display: none; } }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper {
    display: block;
    color: #939597;
    font-size: 13px;
    line-height: 1; }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_total {
    width: 70%;
    float: right; }
    .woocommerce-checkout .woocommerce-table--order-details.order_details_total th, .woocommerce-checkout .woocommerce-table--order-details.order_details_total td {
      border-top: 0;
      border-bottom: 0;
      padding-top: 6px;
      padding-bottom: 6px;
      font-weight: normal; }
    .woocommerce-checkout .woocommerce-table--order-details.order_details_total th {
      text-transform: uppercase; }
    .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child {
      width: 200px;
      color: inherit;
      text-align: right; }
    .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th,
    .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child td {
      font-weight: bold;
      color: inherit; }
    @media (max-width: 800px) {
      .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child {
        text-align: right; } }
  @media (max-width: 992px) {
    .woocommerce-checkout .woocommerce-table--order-details.order_details_total {
      width: 100%;
      float: none; }
      .woocommerce-checkout .woocommerce-table--order-details.order_details_total th, .woocommerce-checkout .woocommerce-table--order-details.order_details_total td {
        padding-top: 4px;
        padding-bottom: 4px; } }
  .woocommerce-checkout .woocommerce-table--order-details.order_details_note {
    clear: both; }
    .woocommerce-checkout .woocommerce-table--order-details.order_details_note th {
      color: #4D5C6D; }

.woocommerce-checkout .woocommerce-order-end {
  text-align: center;
  margin: 2rem 0;
  padding: 0 3rem; }
  .woocommerce-checkout .woocommerce-order-end h3 {
    margin-bottom: 5px; }
  .woocommerce-checkout .woocommerce-order-end p {
    font-size: 14px;
    color: #A3A5A9; }

.woocommerce-checkout label.checkbox {
  position: relative; }

.woocommerce-checkout input[type=checkbox] {
  position: absolute;
  opacity: 0; }
  .woocommerce-checkout input[type=checkbox] + span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #C9CBCA;
    box-shadow: none; }
  .woocommerce-checkout input[type=checkbox]:checked + span:before {
    background-color: #007CFF;
    border-color: #007CFF;
    content: '\e876';
    font-family: "bb-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none; }

input[type=checkbox]#wp-comment-cookies-consent {
  position: absolute;
  opacity: 0; }
  input[type=checkbox]#wp-comment-cookies-consent + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #C9CBCA;
    box-shadow: none; }
  input[type=checkbox]#wp-comment-cookies-consent:checked + label:before {
    background-color: #007CFF;
    border-color: #007CFF;
    content: '\e876';
    font-family: "bb-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none; }

.woocommerce form.checkout_coupon {
  background-color: #fff;
  border: 1px solid #E7E9EC;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 14px; }
  .woocommerce form.checkout_coupon .form-row-first {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-right: 15px; }
  .woocommerce form.checkout_coupon .form-row-last {
    width: 150px; }
    .woocommerce form.checkout_coupon .form-row-last button.button {
      width: 100%; }
    .woocommerce form.checkout_coupon .form-row-last button.button:hover {
      box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1); }
  @media (max-width: 800px) {
    .woocommerce form.checkout_coupon > p {
      margin-bottom: 5px;
      line-height: 150%; }
    .woocommerce form.checkout_coupon .form-row-first {
      padding-right: 0; } }

@media (max-width: 992px) {
  .woocommerce-checkout.has-sidebar form.checkout_coupon .form-row-first {
    padding-right: 0; }
  .woocommerce-checkout.has-sidebar form.checkout_coupon > p {
    margin-bottom: 5px;
    line-height: 150%; } }

.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 14px;
  color: #4D5C6D;
  background-color: transparent !important;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px; }

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "\e929";
  top: 0;
  left: 0;
  color: #4D5C6D; }

@media (max-width: 1200px) {
  body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview {
    margin: 0.5em 0 1em; }
  body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview li {
    display: block;
    text-align: center;
    margin-bottom: 20px; } }

@media (max-width: 1200px) {
  .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col {
      width: 100%; } }

@media (max-width: 992px) {
  .woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child {
    padding-left: 0; } }

.woocommerce-checkout.woocommerce-order-received header.entry-header {
  display: none; }

.mfp-content .bs_checkout_coupon {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .mfp-content .bs_checkout_coupon ul.woocommerce-error,
  .mfp-content .bs_checkout_coupon div.woocommerce-message {
    width: 100%; }
  .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 0;
    min-height: 50px !important;
    width: 100%; }
    .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-first {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 0; }
    .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last {
      width: auto;
      margin-left: 15px;
      margin-bottom: 0; }
  .mfp-content .bs_checkout_coupon button {
    color: #A3A5A9; }
    .mfp-content .bs_checkout_coupon button:hover {
      color: #122B46;
      background-color: transparent; }
  @media (max-width: 544px) {
    .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 92px !important; }
      .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p {
        width: 100%; }
      .mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last {
        margin-left: 0;
        text-align: center; } }

.woocommerce .woocommerce-MyAccount-navigation {
  min-width: 230px;
  float: none;
  width: 230px; }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0; }
    .woocommerce .woocommerce-MyAccount-navigation ul li {
      display: block; }
      .woocommerce .woocommerce-MyAccount-navigation ul li a {
        display: block;
        padding: 9px 15px;
        font-size: 14px;
        color: #939597; }
        .woocommerce .woocommerce-MyAccount-navigation ul li a.is-active {
          color: #007CFF;
          background-color: #FAFBFD; }
        .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
          color: #007CFF;
          background-color: rgba(77, 92, 109, 0.1); }
        .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
          font-size: 18px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: 'bb-icons';
          margin-right: 15px; }
      .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #007CFF;
        background-color: rgba(77, 92, 109, 0.1); }
      .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
        content: '\e89f'; }
      .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
        content: '\e8bd'; }
      .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
        content: '\e889'; }
      .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
        content: '\e893'; }
      .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
        content: '\e92a'; }
      .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
        content: '\e8b4'; }
      .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a:before {
        content: '\e825'; }
  @media (min-width: 800px) {
    .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu {
      display: block !important; } }
  .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading {
    padding: 15px 15px;
    text-transform: uppercase; }
    .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 {
      margin-bottom: 0;
      font-weight: bold;
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
        margin-left: auto;
        color: #939597;
        display: none; }
        .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover {
          color: #007CFF; }

.woocommerce .woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E7E9EC;
  min-height: 400px;
  width: auto;
  padding: 30px; }
  .woocommerce .woocommerce-MyAccount-content input[type="submit"][name="apply_for_vendor_submit"] {
    border-radius: 100px;
    padding: 10px 20px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    border: 1px solid transparent;
    font-size: 15px;
    color: #fff; }
  .woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p {
    font-size: 14px; }
  .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content {
    padding: 20px 0; }
    .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields {
      width: 70%;
      margin: 2em auto; }
    @media (max-width: 1200px) {
      .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields {
        width: 90%; } }
    @media (max-width: 992px) {
      .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last,
      .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first {
        width: 100%;
        float: none; } }
  @media screen and (max-width: 860px) and (min-width: 800px) {
    .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content {
      padding: 20px 0; } }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields {
    width: 70%;
    margin: 2em auto; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset {
      border: 0;
      padding: 1.5rem 0 1rem;
      margin-top: 3rem;
      margin-bottom: 0; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend {
      font-weight: 500;
      font-size: 16px;
      color: #122B46; }
  @media (max-width: 1200px) {
    .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields {
      width: 90%; } }
  @media (max-width: 992px) {
    .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first {
      width: 100%;
      float: none; } }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    font-size: 14px;
    padding: 0; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0.2rem; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
      line-height: 21px;
      margin-bottom: 1em; }
  @media (max-width: 992px) {
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
      float: none;
      width: 100%; }
      .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1 {
        padding-bottom: 30px; } }
  .woocommerce .woocommerce-MyAccount-content form .form-row {
    margin-bottom: 1.3em; }
    .woocommerce .woocommerce-MyAccount-content form .form-row .required {
      color: #EF3E46;
      text-decoration: none; }
    .woocommerce .woocommerce-MyAccount-content form .form-row label {
      font-size: 14px; }
    .woocommerce .woocommerce-MyAccount-content form .form-row input, .woocommerce .woocommerce-MyAccount-content form .form-row textarea, .woocommerce .woocommerce-MyAccount-content form .form-row select {
      font-size: 14px; }
    .woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single,
    .woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results {
      font-size: 14px; }
    .woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single {
      outline: none; }
    .woocommerce .woocommerce-MyAccount-content form .form-row span > em {
      font-size: 14px;
      font-style: normal;
      color: #A3A5A9; }
  .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper,
  .woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper {
    text-align: right; }
  .woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input {
    top: 0.4em; }
    .woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input:after {
      content: '\e8be';
      font-family: bb-icons; }
    .woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password:after {
      content: '\e8fc';
      color: inherit; }

.woocommerce .wc-MyAccount-sub-heading {
  padding: 0 0 10px;
  border-bottom: 1px solid #E7E9EC; }
  .woocommerce .wc-MyAccount-sub-heading h2 {
    margin-bottom: 10px; }
    .woocommerce .wc-MyAccount-sub-heading h2 strong {
      font-weight: normal; }
  .woocommerce .wc-MyAccount-sub-heading p {
    font-size: 14px;
    margin-bottom: 0;
    color: #A3A5A9; }

.woocommerce table.my_account_orders {
  border: 0; }
  .woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    border-bottom: 0; }
  .woocommerce table.my_account_orders thead th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500; }
  .woocommerce table.my_account_orders tbody td {
    border-top: 1px solid #E7E9EC;
    color: #A3A5A9; }
    .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions {
      width: 95px; }
    @media (max-width: 800px) {
      .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions {
        width: auto; } }
    .woocommerce table.my_account_orders tbody td a.button {
      min-height: auto;
      padding: 5px 1.2em;
      margin: 0 0 5px 5px;
      font-size: 13px;
      line-height: 1;
      max-width: 100px;
      width: 100%; }
      .woocommerce table.my_account_orders tbody td a.button:hover {
        background-color: #0F74E0;
        color: #fff; }
    @media (max-width: 800px) {
      .woocommerce table.my_account_orders tbody td a.button {
        width: auto; } }
    .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a {
      color: #939597; }
      .woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover {
        color: #007CFF; }
  @media (max-width: 800px) {
    .woocommerce table.my_account_orders tbody tr:nth-child(even) td {
      background-color: #FAFBFD; }
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row {
      margin-bottom: 30px; }
    .woocommerce table.my_account_orders tbody tr:last-child {
      margin-bottom: 0; } }
  .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button {
    padding: 6px 15px;
    display: block;
    max-width: 90%;
    margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button {
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 800px) {
    .woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button {
      display: inline-block;
      margin-left: 0;
      margin-right: 5px; } }

.woocommerce .bsMyAccount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #E7E9EC;
  border-radius: 4px;
  margin-bottom: 30px; }

@media (max-width: 800px) {
  .woocommerce .bsMyAccount {
    margin-bottom: 0; } }

@media (max-width: 1200px) {
  .woocommerce-account.has-sidebar .woocommerce .bsMyAccount {
    margin-bottom: 0; } }

.woocommerce .wc-MyAccount-fix-center {
  width: 60%;
  margin: 2em auto;
  text-align: center; }
  .woocommerce .wc-MyAccount-fix-center.woocommerce-info {
    border: 0;
    padding: 0; }
    .woocommerce .wc-MyAccount-fix-center.woocommerce-info:before {
      display: none; }
    .woocommerce .wc-MyAccount-fix-center.woocommerce-info .button {
      float: none;
      padding: 1em 3em;
      font-weight: 500;
      margin: 0 auto; }
  .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-tagline {
    font-size: 22px;
    margin-bottom: 25px; }
  .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon {
    margin-bottom: 25px; }
    .woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon img {
      max-width: 60px; }

@media (max-width: 992px) {
  .woocommerce .wc-MyAccount-fix-center {
    width: 85%; } }

.woocommerce #customer_login,
.woocommerce .bb_customer_login {
  padding: 3rem; }
  .woocommerce #customer_login form.login,
  .woocommerce #customer_login form.register,
  .woocommerce .bb_customer_login form.login,
  .woocommerce .bb_customer_login form.register {
    border: 0;
    padding: 10px 0;
    font-size: 14px; }
    .woocommerce #customer_login form.login label,
    .woocommerce #customer_login form.register label,
    .woocommerce .bb_customer_login form.login label,
    .woocommerce .bb_customer_login form.register label {
      font-size: 14px; }
    .woocommerce #customer_login form.login input, .woocommerce #customer_login form.login textarea, .woocommerce #customer_login form.login select,
    .woocommerce #customer_login form.register input,
    .woocommerce #customer_login form.register textarea,
    .woocommerce #customer_login form.register select,
    .woocommerce .bb_customer_login form.login input,
    .woocommerce .bb_customer_login form.login textarea,
    .woocommerce .bb_customer_login form.login select,
    .woocommerce .bb_customer_login form.register input,
    .woocommerce .bb_customer_login form.register textarea,
    .woocommerce .bb_customer_login form.register select {
      font-size: 14px; }
  .woocommerce #customer_login .woocommerce-LostPassword,
  .woocommerce .bb_customer_login .woocommerce-LostPassword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,
    .woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label {
      margin-right: auto; }
  @media (max-width: 544px) {
    .woocommerce #customer_login .woocommerce-LostPassword,
    .woocommerce .bb_customer_login .woocommerce-LostPassword {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label,
      .woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px; } }
  .woocommerce #customer_login .woocommerce-LoginBtn,
  .woocommerce #customer_login .woocommerce-RegisterBtn,
  .woocommerce .bb_customer_login .woocommerce-LoginBtn,
  .woocommerce .bb_customer_login .woocommerce-RegisterBtn {
    text-align: right; }
    .woocommerce #customer_login .woocommerce-LoginBtn button.button,
    .woocommerce #customer_login .woocommerce-RegisterBtn button.button,
    .woocommerce .bb_customer_login .woocommerce-LoginBtn button.button,
    .woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button {
      padding-left: 3em;
      padding-right: 3em; }
  @media (max-width: 544px) {
    .woocommerce #customer_login .woocommerce-LoginBtn,
    .woocommerce #customer_login .woocommerce-RegisterBtn,
    .woocommerce .bb_customer_login .woocommerce-LoginBtn,
    .woocommerce .bb_customer_login .woocommerce-RegisterBtn {
      text-align: center; } }
  .woocommerce #customer_login.col2-set .col-1,
  .woocommerce #customer_login.col2-set .col-2,
  .woocommerce .bb_customer_login.col2-set .col-1,
  .woocommerce .bb_customer_login.col2-set .col-2 {
    padding: 0 20px; }
    .woocommerce #customer_login.col2-set .col-1 .bb_customer_login,
    .woocommerce #customer_login.col2-set .col-2 .bb_customer_login,
    .woocommerce .bb_customer_login.col2-set .col-1 .bb_customer_login,
    .woocommerce .bb_customer_login.col2-set .col-2 .bb_customer_login {
      padding: 0; }

.woocommerce .woocommerce-MyAccount-content .bb_customer_login {
  width: 50%;
  margin: 0 auto;
  padding: 3rem; }
  .woocommerce .woocommerce-MyAccount-content .bb_customer_login > h2 {
    display: none; }

@media (max-width: 1200px) {
  .has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login {
    width: 80%; } }

@media (max-width: 992px) {
  .woocommerce .woocommerce-MyAccount-content .bb_customer_login {
    width: 80%; }
  .has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login {
    width: 95%;
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 544px) {
  .woocommerce .woocommerce-MyAccount-content .bb_customer_login {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem; } }

.woocommerce .wc-LostPassword {
  padding: 3rem;
  width: 50%;
  margin: 0 auto; }
  .woocommerce .wc-LostPassword .bs_woocommerce_reset_message {
    font-size: 14px;
    color: #939597;
    margin-bottom: 1rem;
    line-height: 1.3rem; }
  .woocommerce .wc-LostPassword .bs_woocommerce_reset_ctrls {
    text-align: right; }

@media (max-width: 800px) {
  .woocommerce .wc-LostPassword {
    width: 80%; } }

@media (max-width: 544px) {
  .woocommerce .wc-LostPassword {
    width: 100%; } }

.woocommerce section.woocommerce-order-details p.order-again {
  text-align: right; }
  .woocommerce section.woocommerce-order-details p.order-again a.button {
    padding: 8px 2em; }
    .woocommerce section.woocommerce-order-details p.order-again a.button:hover {
      background-color: #0F74E0;
      color: #fff; }

.woocommerce .woocommerce-table--order-details {
  border: 0; }
  .woocommerce .woocommerce-table--order-details th, .woocommerce .woocommerce-table--order-details td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    border-bottom: 0;
    vertical-align: top;
    border-top: 1px solid #E7E9EC; }
  .woocommerce .woocommerce-table--order-details thead th {
    text-transform: uppercase;
    font-size: 14px;
    color: #A3A5A9;
    font-weight: 500; }
  .woocommerce .woocommerce-table--order-details tfoot th, .woocommerce .woocommerce-table--order-details tfoot td {
    font-weight: normal; }

.woocommerce .order_details_items thead tr:first-child th, .woocommerce .order_details_items thead tr:first-child td {
  border-top: 0; }

@media (max-width: 544px) {
  .woocommerce .order_details_items thead tr:first-child th.product-thumb {
    display: none; } }

.woocommerce .order_details_items tbody tr:last-child th, .woocommerce .order_details_items tbody tr:last-child td {
  border-bottom: 1px solid #E7E9EC; }

.woocommerce .order_details_items td.product-name a {
  color: #122B46;
  font-weight: 500; }
  .woocommerce .order_details_items td.product-name a:hover {
    color: #007CFF; }

.woocommerce .order_details_items th.product-total,
.woocommerce .order_details_items td.product-total {
  width: 190px;
  text-align: right; }
  .woocommerce .order_details_items th.product-total span.woocommerce-Price-amount,
  .woocommerce .order_details_items td.product-total span.woocommerce-Price-amount {
    font-weight: bold; }

@media (max-width: 544px) {
  .woocommerce .order_details_items th.product-total,
  .woocommerce .order_details_items td.product-total {
    text-align: right; } }

@media (max-width: 1200px) {
  .woocommerce .order_details_items td.product-total {
    width: auto; } }

.woocommerce .order_details_items tr.product-purchase-note td {
  padding-top: 8px; }

.woocommerce .order_details_items td:not(.product-thumb) {
  padding-top: 15px;
  padding-bottom: 15px; }

.woocommerce .order_details_items td.product-thumb {
  width: 120px; }
  .woocommerce .order_details_items td.product-thumb img {
    max-width: 100px; }

@media (max-width: 992px) {
  .woocommerce .order_details_items td.product-thumb {
    width: 90px; }
    .woocommerce .order_details_items td.product-thumb img {
      max-width: 80px; } }

.woocommerce .order_details_items .bb_sku_wrapper {
  display: block;
  color: #A3A5A9;
  font-size: 13px;
  line-height: 1; }

.woocommerce table.order_details_total {
  width: 70%;
  float: right; }
  .woocommerce table.order_details_total tfoot th, .woocommerce table.order_details_total tfoot td {
    border-top: 0;
    border-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #A3A5A9;
    font-weight: normal; }
  .woocommerce table.order_details_total th {
    text-transform: uppercase; }
  .woocommerce table.order_details_total tfoot td:last-child {
    width: 190px;
    color: #4D5C6D;
    text-align: right; }
  @media (max-width: 800px) {
    .woocommerce table.order_details_total tfoot td:last-child {
      text-align: right; } }
  .woocommerce table.order_details_total tfoot tr:last-child th,
  .woocommerce table.order_details_total tfoot tr:last-child td {
    color: #4D5C6D;
    font-weight: bold; }

@media (max-width: 992px) {
  .woocommerce table.order_details_total {
    width: 100%;
    float: none; }
    .woocommerce table.order_details_total th, .woocommerce table.order_details_total td {
      padding-top: 4px;
      padding-bottom: 4px; } }

.woocommerce .order_details_note {
  clear: both; }
  .woocommerce .order_details_note th {
    color: #4D5C6D; }

.woocommerce section.woocommerce-customer-details {
  padding: 0 12px; }
  .woocommerce section.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 {
    width: 64%; }
  .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 {
    width: 32%; }
  @media (max-width: 992px) {
    .woocommerce section.woocommerce-customer-details .woocommerce-column,
    .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1,
    .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 {
      width: 100%;
      float: none; }
    .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 {
      margin-bottom: 30px; } }
  .woocommerce section.woocommerce-customer-details address {
    border: 0;
    padding: 0;
    font-size: 14px; }
    .woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone:before,
    .woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email:before {
      line-height: 2.15; }
  .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn {
    font-size: 14px; }
    .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before,
    .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before {
      line-height: 2.15; }
  .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
      margin-right: 50px; }
  @media (max-width: 1200px) {
    .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
      margin-right: 25px; } }
  @media (max-width: 992px) {
    .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
        margin-right: 0; } }

.woocommerce mark {
  background-color: #FAFBFD;
  color: #4D5C6D; }

@media (max-width: 800px) {
  .woocommerce .bsMyAccount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%; }
    .woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
      display: block; }
    .woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu {
      display: none; }
  .woocommerce .woocommerce-MyAccount-content {
    border-left: 0; } }

.woocommerce .bsMyAccount--dashboard {
  /*        @media( min-width: 860px ) {
            .wc-MyAccount-dashboard-block {
                margin-left: -20px;
                margin-right: -20px;
            }
        }*/ }
  .woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content {
    padding-bottom: 10px; }
  .woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading {
    border-bottom: 0;
    padding-bottom: 0; }
  .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading {
    border-bottom: 1px solid #E7E9EC;
    padding-top: 10px;
    padding-bottom: 5px; }
    .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2 {
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 0;
      font-weight: 500; }
  .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders {
    margin-bottom: 0; }
  .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields {
    width: 100%;
    margin: 0; }
    .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -10px; }
      .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col {
        width: 50%;
        margin: 0 10px; }
      .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset {
        margin: 0;
        padding: 0; }
    @media (max-width: 1200px) {
      .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0; }
        .woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col {
          width: 100%;
          margin: 0; } }
  .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    padding: 0; }
    .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:before, .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:after {
      display: none; }
  @media (max-width: 992px) {
    .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 992px) {
    .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address {
      width: 100%; }
      .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1 {
        margin-right: 0;
        margin-bottom: 20px; }
      .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2 {
        margin-left: 0; } }
  .woocommerce .bsMyAccount--dashboard .woocommerce-Address {
    width: 50%;
    margin: 0;
    float: none; }
    .woocommerce .bsMyAccount--dashboard .woocommerce-Address address {
      padding: 20px; }
    .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1 {
      margin-right: 10px; }
    .woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2 {
      margin-left: 10px; }
  .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title {
    border-bottom: 1px solid #EEF0F3;
    padding: 10px 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3 {
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 0;
      font-weight: 500; }
    .woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit {
      margin-left: auto; }

@media (max-width: 800px) {
  .woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard > .wc-MyAccount-inner-content {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1200px) {
  .logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .logged-in.woocommerce-account.has-sidebar:not(.profile-sidebar):not(.group-sidebar):not(.sfwd-sidebar):not(.llms-pointer) #primary {
    max-width: 100%; } }

@media (max-width: 800px) {
  .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb,
  .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb {
    text-align: center !important;
    width: 100%; }
  .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img,
  .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img {
    max-width: 100px;
    width: 100px; }
  .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before,
  .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before {
    display: none; }
  .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td,
  .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td {
    background-color: #fff; }
  .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td,
  .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td {
    border-bottom: 0; }
  .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item,
  .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item {
    margin-bottom: 30px; }
  .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note,
  .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note {
    position: relative;
    bottom: 30px; }
  .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb,
  .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb {
    border-top: 0; } }

body.woocommerce-account:not(.llms-pointer) header.entry-header {
  display: none; }

.woocommerce-account .select2-container .select2-selection--single,
.woocommerce-account .select2-container .select2-results,
.woocommerce-account .select2-container input {
  font-size: 14px; }

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a:before {
  content: '\e96e'; }

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: '\e8b5'; }

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before {
  content: '\e976'; }
