.woocommerce .woocommerce-result-count {
    font-size: 14px;
    margin: 0.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: 0;
}
.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;
}
.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 0 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.added_to_cart.wc-forward,
.woocommerce li.product a.button.add_to_cart_button,
.woocommerce li.product a.button.product_type_external,
.woocommerce li.product a.button.product_type_grouped,
.woocommerce li.product a.button.product_type_simple,
.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: 400;
    font-size: 12px;
    line-height: 2.5;
    text-align: center;
    min-height: auto;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.618em 1em;
    margin: 0;
}
.woocommerce li.product a.added_to_cart.wc-forward:hover,
.woocommerce li.product a.button.add_to_cart_button:hover,
.woocommerce li.product a.button.product_type_external:hover,
.woocommerce li.product a.button.product_type_grouped:hover,
.woocommerce li.product a.button.product_type_simple: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_external,
.woocommerce li.product a.button.product_type_grouped,
.woocommerce li.product a.button.product_type_simple,
.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: 0.757em;
    margin-bottom: 1em;
}
.woocommerce li.product .star-rating:before {
    content: "SSSSS";
}
.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: "SSSSS";
    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: 400;
    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;
    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: 0;
    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: 400;
    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:disabled:hover,
.woocommerce form button.button:disabled[disabled]:hover,
.woocommerce form button.button: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:active,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    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: -0.3em;
    cursor: pointer;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
    height: 0.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: 400;
    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: 400;
}
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 td,
.woocommerce table.shop_table th {
    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: 0 0;
    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: 0 0;
}
.woocommerce table.shop_table .coupon button.button,
.woocommerce table.shop_table .coupon input.button {
    background: #dedfe2;
    border-radius: 3px;
    border-left: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active,
.woocommerce table.shop_table .coupon input.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 button.button,
    .woocommerce table.shop_table .coupon input.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 td,
.woocommerce-cart .cart-collaterals table.shop_table th {
    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: 400;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.4;
    background: 0 0;
    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: 400;
    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,
.woocommerce #respond input#submit.alt,
.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: 0 0;
    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: 0.9375rem 0.9375rem;
    border: 0;
    margin-top: 0.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_layered_nav ul.product-categories li span.count,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list li span.count,
.widget_product_categories ul.product-categories li span.count,
.widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count {
    float: right;
    background: 0 0;
    box-shadow: none;
    color: #a3a5a9;
    padding: 0;
    letter-spacing: 0;
}
.widget_layered_nav ul.product-categories li ul.children,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list li ul.children,
.widget_product_categories ul.product-categories li ul.children,
.widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children {
    margin-top: 10px;
    padding: 0;
}
.widget_layered_nav ul.product-categories > li > a,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list > li > a,
.widget_product_categories ul.product-categories > li > a,
.widget_product_categories ul.woocommerce-widget-layered-nav-list > li > a {
    text-transform: uppercase;
}
.attribute-colors li,
.woocommerce-widget-layered-color li {
    display: inline-block;
    margin-right: 10px;
}
.attribute-colors .color-marker,
.woocommerce-widget-layered-color .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;
}
.attribute-colors .color-marker.checked,
.woocommerce-widget-layered-color .color-marker.checked {
    box-shadow: 0 0 0 1px #e7e9ec;
}
.attribute-colors .color-marker:hover:after,
.woocommerce-widget-layered-color .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 0.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 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_layered_nav ul.product-categories,
.wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color),
.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) {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.wc-widget-area aside.widget.widget_layered_nav > select,
.wc-widget-area aside.widget.widget_product_categories > select {
    width: 100%;
}
.wc-widget-area aside.widget.widget_layered_nav li,
.wc-widget-area aside.widget.widget_product_categories li {
    margin-bottom: 0;
    position: relative;
    min-height: 38px;
    line-height: 1;
}
.wc-widget-area aside.widget.widget_layered_nav li.current-cat > a,
.wc-widget-area aside.widget.widget_product_categories li.current-cat > a {
    background-color: #fafbfd;
    color: #122b46;
}
.wc-widget-area aside.widget.widget_layered_nav li.current-cat > .count,
.wc-widget-area aside.widget.widget_product_categories li.current-cat > .count {
    color: #122b46;
}
.wc-widget-area aside.widget.widget_layered_nav li a,
.wc-widget-area aside.widget.widget_product_categories 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_layered_nav li a:hover,
.wc-widget-area aside.widget.widget_product_categories li a:hover {
    background-color: #fafbfd;
}
.wc-widget-area aside.widget.widget_layered_nav li span.count,
.wc-widget-area aside.widget.widget_product_categories li span.count {
    display: inline-block;
    padding-top: 13px;
    padding-right: 0;
    position: absolute;
    right: 28px;
    top: 0;
    font-weight: 400;
    font-size: 13px;
}
.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent,
.wc-widget-area aside.widget.widget_product_categories 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_layered_nav li span.expand-parent.active i,
.wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wc-widget-area aside.widget.widget_layered_nav li ul.children,
.wc-widget-area aside.widget.widget_product_categories li ul.children {
    margin-top: 0;
}
.wc-widget-area aside.widget.widget_layered_nav li ul.children li a,
.wc-widget-area aside.widget.widget_product_categories li ul.children li a {
    padding-left: 1.5625rem;
}
.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a,
.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a {
    padding-left: 2.1875rem;
}
.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a,
.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a {
    padding-left: 2.8125rem;
}
.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a,
.wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a {
    padding-left: 3.4375rem;
}
.wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children,
.wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children {
    display: none;
}
.wc-widget-area aside.widget.widget_layered_nav 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_product_categories li.current-cat-parent.cat-parent.cat-expanded > ul.children,
.wc-widget-area aside.widget.widget_product_categories li.current-cat.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_layered_nav li span.count,
body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories 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 #max_price,
body:not(.bb-page-loaded) .bs_widget_price_filter #min_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: 30px;
    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: 0;
}
.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: 0;
    right: 16px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 8px solid #000;
    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: 30px;
    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: 400;
    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: 400;
}
.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: 400;
    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 #000;
    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: 400;
}
.woocommerce-shipping-destination {
    font-size: 12px;
}
.woocommerce-shipping-destination strong {
    font-weight: 400;
}
.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: 400;
    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: 400;
    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) {
    .woo-sidebar .content-area ul.products,
    body:not(.woo-sidebar) .content-area ul.products {
        margin-left: -1%;
        margin-right: -1%;
    }
    .woo-sidebar .content-area ul.products li.product,
    body:not(.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.added_to_cart.wc-forward,
    .woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button,
    .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-best-sellers 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 {
    -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-best-sellers 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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#content .wp-block-woocommerce-handpicked-products ul.products.columns-2 li.product,
#content .wp-block-woocommerce-product-best-sellers 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 {
    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-best-sellers 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 {
    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-best-sellers 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 {
    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-best-sellers 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 {
    -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-best-sellers 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 {
    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-best-sellers 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 {
    -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-best-sellers 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 {
    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-best-sellers ul.products li.product,
#content .wp-block-woocommerce-product-best-sellers 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 {
    margin: 0 10px 20px;
}
#content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale,
#content .wp-block-woocommerce-product-best-sellers 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 {
    margin: 0;
    left: 0;
    right: auto;
}
body .select2-container .select2-dropdown .select2-results__option {
    outline: 0;
}
.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-best-sellers 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 {
        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-best-sellers 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 {
        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-best-sellers 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 {
        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;
    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 0 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: 400;
    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:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
    background: 0 0;
    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: 400;
    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) td,
.woocommerce #content div.product .shop_attributes tr:nth-child(even) th {
    background-color: transparent;
}
.woocommerce #content div.product .shop_attributes td,
.woocommerce #content div.product .shop_attributes th {
    padding: 8px;
    font-size: 14px;
}
.woocommerce #content div.product .shop_attributes td p,
.woocommerce #content div.product .shop_attributes th p {
    padding: 0;
}
.woocommerce #content div.product .shop_attributes th {
    text-transform: uppercase;
    font-weight: 400;
}
.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: 700;
    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.active,
.woocommerce #content div.product #reviews p.stars.selected a:not(.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: 400;
    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: 0 0;
}
.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: 0.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: 700;
    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: 700;
}
.woocommerce-checkout .bb-wc-co table.shop_table {
    border: 0;
    font-size: 14px;
}
.woocommerce-checkout .bb-wc-co table.shop_table td,
.woocommerce-checkout .bb-wc-co table.shop_table th {
    border-bottom: 1px solid #e7e9ec;
    border-top: 0;
    font-weight: 400;
    color: #939597;
    padding-left: 0;
}
.woocommerce-checkout .bb-wc-co table.shop_table td:first-child,
.woocommerce-checkout .bb-wc-co table.shop_table th:first-child {
    padding-left: 0;
}
.woocommerce-checkout .bb-wc-co table.shop_table td:last-child,
.woocommerce-checkout .bb-wc-co table.shop_table th: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: 400;
    color: #a3a5a9;
    font-size: 14px;
}
.woocommerce-checkout .bb-wc-co table.shop_table tfoot td,
.woocommerce-checkout .bb-wc-co table.shop_table tfoot th {
    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 td,
.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th {
    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 td,
.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th {
    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: 400;
    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 .select2-container,
.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,
.woocommerce-checkout form .form-row.woocommerce-validated select {
    border-color: #dedfe2;
}
.woocommerce-checkout form .form-row.woocommerce-invalid .select2-container,
.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout form .form-row.woocommerce-invalid select {
    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: 400;
    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: 0;
}
.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--email:before,
.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone: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--email:before,
.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone: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 td,
.woocommerce-checkout .woocommerce-table--order-details th {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    border-bottom: 0;
    border-top: 1px solid #e7e9ec;
}
.woocommerce-checkout .woocommerce-table--order-details td.product-total,
.woocommerce-checkout .woocommerce-table--order-details th.product-total {
    width: 200px;
    color: inherit;
    text-align: right;
}
.woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount {
    font-weight: 700;
}
@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 td.product-total,
    .woocommerce-checkout .woocommerce-table--order-details th.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 td,
.woocommerce-checkout .woocommerce-table--order-details tfoot th {
    font-weight: 400;
}
.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td,
.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th {
    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 td,
.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th {
    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 td,
.woocommerce-checkout .woocommerce-table--order-details.order_details_total th {
    border-top: 0;
    border-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 400;
}
.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 td,
.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th {
    font-weight: 700;
    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 td,
    .woocommerce-checkout .woocommerce-table--order-details.order_details_total th {
        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: 400;
    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-checkout .payment_method_stripe #stripe-payment-data [for="wc-stripe-new-payment-method"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.woocommerce-checkout .payment_method_stripe #stripe-payment-data .form-row {
    margin-bottom: 0 !important;
    width: 100%;
}
.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method + 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;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    max-width: 20px;
    min-width: 20px;
}
.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked + label:before {
    background-color: #007cff;
    border-color: #007cff;
    content: "\e876";
    font-family: bb-icons;
    font-style: normal;
    font-weight: 400;
    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-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error li {
    line-height: 1.4;
}
.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error:before {
    color: #fff;
}
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: 400;
    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 div.woocommerce-message,
.mfp-content .bs_checkout_coupon ul.woocommerce-error {
    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: 700;
    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-first,
    .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last {
        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-first,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last {
        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 select,
.woocommerce .woocommerce-MyAccount-content form .form-row textarea {
    font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results,
.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single {
    font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single {
    outline: 0;
}
.woocommerce .woocommerce-MyAccount-content form .form-row span > em {
    font-size: 14px;
    font-style: normal;
    color: #a3a5a9;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper,
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-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: 400;
}
.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 td,
.woocommerce table.my_account_orders th {
    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 select,
.woocommerce #customer_login form.login textarea,
.woocommerce #customer_login form.register input,
.woocommerce #customer_login form.register select,
.woocommerce #customer_login form.register textarea,
.woocommerce .bb_customer_login form.login input,
.woocommerce .bb_customer_login form.login select,
.woocommerce .bb_customer_login form.login textarea,
.woocommerce .bb_customer_login form.register input,
.woocommerce .bb_customer_login form.register select,
.woocommerce .bb_customer_login form.register textarea {
    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 td,
.woocommerce .woocommerce-table--order-details th {
    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 td,
.woocommerce .woocommerce-table--order-details tfoot th {
    font-weight: 400;
}
.woocommerce .order_details_items thead tr:first-child td,
.woocommerce .order_details_items thead tr:first-child th {
    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 td,
.woocommerce .order_details_items tbody tr:last-child th {
    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 td.product-total,
.woocommerce .order_details_items th.product-total {
    width: 190px;
    text-align: right;
}
.woocommerce .order_details_items td.product-total span.woocommerce-Price-amount,
.woocommerce .order_details_items th.product-total span.woocommerce-Price-amount {
    font-weight: 700;
}
@media (max-width: 544px) {
    .woocommerce .order_details_items td.product-total,
    .woocommerce .order_details_items th.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 td,
.woocommerce table.order_details_total tfoot th {
    border-top: 0;
    border-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #a3a5a9;
    font-weight: 400;
}
.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 td,
.woocommerce table.order_details_total tfoot tr:last-child th {
    color: #4d5c6d;
    font-weight: 700;
}
@media (max-width: 992px) {
    .woocommerce table.order_details_total {
        width: 100%;
        float: none;
    }
    .woocommerce table.order_details_total td,
    .woocommerce table.order_details_total th {
        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--email:before,
.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone: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--email:before,
.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone: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 .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:after,
.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:before {
    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 table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb,
    .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb {
        text-align: center !important;
        width: 100%;
    }
    .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img,
    .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img {
        max-width: 100px;
        width: 100px;
    }
    .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before,
    .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before {
        display: none;
    }
    .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td,
    .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 {
        background-color: #fff;
    }
    .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td,
    .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 {
        border-bottom: 0;
    }
    .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item,
    .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 {
        margin-bottom: 30px;
    }
    .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note,
    .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 {
        position: relative;
        bottom: 30px;
    }
    .woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb,
    .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 {
        border-top: 0;
    }
}
body.woocommerce-account:not(.llms-pointer) header.entry-header {
    display: none;
}
.woocommerce-account .select2-container .select2-results,
.woocommerce-account .select2-container .select2-selection--single,
.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";
}
/*Customizeable css*/
.woocommerce-checkout .bb-wc-co #customer_details .custom-fields-wrapper{
    background: #e5f3ff;
    padding: 20px;
    border: 1px solid #a6a6a6;
    margin-bottom: 14px;
}
.custom-fields-wrapper h3{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.custom-fields-wrapper input[type=text],.custom-fields-wrapper input[type=email],.custom-fields-wrapper input[type=password]{
    height: 30px;
    border: 1px solid #a6a6a6;
    border-radius: 0px;
    background: transparent;
}
.custom-fields-wrapper select{
    height: 30px;
}
.custom-fields-wrapper p{
    margin-bottom: 12px !important;
}
.custom-fields-wrapper p label{
    margin-bottom: 2px !important;
    color: #000 !important;
}
.custom-fields-wrapper p label abbr{
    color: #000 !important;
}
.select2-container--default .select2-selection--single{
    background-color: transparent !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 0px !important;
}
.woocommerce-checkout form .form-row .password-input .show-password-input{
    top: 4px !important;
}
.header-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.header-sec img{
    width: auto !important;
    height: 40px !important;
}
.header-sec .dual-img{
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}