.loading-spinner {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
#product-fixed-bar p.price,
#product-fixed-bar span.price,
#product-fixed-bar span.amount,
#product-fixed-bar .wc-bookings-booking-cost {
    color: inherit;
    display: block;
    font-size: .9rem;
    line-height: 1;
}

.woocommerce a.added_to_cart{
    padding-top: 10px !important;
    display: table-cell !important;
}

.woocommerce .web-store-product ~ .web-store .flickity-slider img,
.woocommerce .web-store-cart .flickity-slider img {
    max-width: 100%;
}
.woocommerce .web-store-product .flickity-slider img,
.woocommerce-page .web-store-product .flickity-slider img,
.woocommerce-page .web-store .flickity-slider img {
    max-width: none;
}
.woocommerce .quantity .qty {
    width: auto !important;
    max-width: 64px;
}

#tab-additional_information table p{
    margin-bottom: 0;
}
/*cart*/
.web-widget-store-cart-actions svg {
    width: 13px !important;
    height: 13px !important;
}
.woocommerce table th,
.woocommerce table td{
    padding: inherit;
    border-top: none;
    border-left: none;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: auto !important;
}
.woocommerce table.shop_table{
    border: none !important;
}
.woocommerce table.shop_table.web-store-cart-order{
    border: 1px solid rgba(0,0,0,.1);
    border-collapse: collapse;
}
.web-wc-submit{
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    cursor: pointer;
}
#web-cart-update, .web-relative{
    position: relative;
}
.web-hide-border{
    border: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: inherit;
}



.widget_shopping_cart_content .web-nav-row-bottom {
    position: sticky;
    bottom: 0;
    height: auto !important;
    right: 15px;
    left: 15px;
}


/* fixed state input width if not other fields */
#calc_shipping_state_field[style*="display: none"] + .col-sm-6 {
    width: 100%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: none;
    padding: 0;
}
.woocommerce form.checkout_coupon {
    display: grid;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}
.woocommerce form .form-row textarea {
    height: auto;
}
.select2-choice{
    padding: 5px 20px!important;
}
.woocommerce form .form-row{
    padding: 0 0 30px 0;
    margin: 0 0 0;
}
/* woocommerce my account*/

.web-my-account-links ul {
    list-style: none;
    padding: 0;
    z-index: 1;
}
.woocommerce table.my_account_orders,
.woocommerce table.woocommerce-MyAccount-downloads{
    border: 1px solid #eceeef;
}
/* woocommerce notice*/
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before{
    content: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    padding: 0!important;
    margin: 0!important;
    position: relative;
    background-color: inherit !important;
    color: inherit;
    border-top: none;
    list-style: none!important;
    width: auto;
    word-wrap: normal;
}
.web-info-box.bg-main-1 a:not(.web-btn){
    color: #000000;
    text-decoration: underline;
}
/* Fixed logo on WooCommerce pages */
.woocommerce .web-navbar img,
.woocommerce-page .web-navbar img {
    max-width: none;
}
/* Fixed breadcrumb links*/
.web-breadcrumbs ul>li>span a{
    padding: 0 15px;
    transition: .2s opacity;
    color: inherit;
}
.web-breadcrumbs ul>li>span a:active, .web-breadcrumbs ul>li>span a:focus, .web-breadcrumbs ul>li>span a:hover{
    color: inherit;
    text-decoration: none;
}
.web-breadcrumbs ul>li>span a:hover{
    opacity: .8;
}
.woocommerce .order_details{
    margin: 0 0 0;
}
/* WooCommerce 3.0 price fixed*/
.web-store-product .web-product-addtocart .web-product-price.price {
    font-size: 1.7rem;
    height: auto;
    line-height: 1.2;
}
.price ins, .web-product-price ins {
    text-decoration: none;
}
.web-product-price del,
.price del {
    opacity: .5;
    font-size: .7em;
    margin-left: 15px;
}
.web-product-price del + ins,
.price del + ins {
    float: left;
}

/* Grouped product styles */
.group_table .product-type-grouped + .product-type-grouped {
    padding-top: 15px;
}
.group_table .product-type-grouped .web-product-price {
    margin-left: 15px;
}
.group_table .product-type-grouped .web-product-price:after {
    content: '';
    display: block;
    clear: left;
}

/*
#billing_state_field,#shipping_state_field{
    margin-bottom: 30px;
}*/
/* WooCommerce 3.0 rememberme checkbox fixed*/
#web_woocommerce_rememberme_label{
    padding-left: 20px;
}
/* WooCommerce 3.0 Thankyou page: order details fixed*/
.woocommerce ul.order_details{
    margin: 0 0 0;
}
/* WooCommerce 3.0 buttons fixed*/
.web-btn{
    position: relative;
}
.single_add_to_cart_button {
    padding: inherit;
    min-height: 42px;
}
/* WooCommerce categories widget fixed*/
.product-categories, .product-categories ul{
    list-style-type: none;
    padding: 0;
    margin: -14px 0 0;
}
.product-categories {
    font-size: .9rem;
}
.product-categories li {
    display: block;
}
.product-categories li a {
    display: block;
    text-decoration: none;
    padding: 14px 0;
}
.product-categories li a{
    transition: .3s opacity;
    color: inherit;
}
/* WooCommerce layered nav widgets fixed*/
.web-widget.woocommerce.widget_layered_nav select{
    color: #1c1c1c;
    background-color: rgba(204,204,204,.3);
    height: calc(2.25rem + 2px);
    padding: 6px 20px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    border: none;
    border-radius: 0;
    transition: .3s background-color;
    width: 100%;
}
.web-widget.woocommerce.widget_layered_nav ul{
    list-style-type: none;
    padding: 0;
    margin: -14px 0 0;
}
.wc-layered-nav-term a{
    float: left;
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span{
    padding: 14px 0;
}
.terms.wc-terms-and-conditions .custom-control-indicator{
    position: inherit;
    float: left;
    top: 0.5rem;
    margin-right: 1rem;
}

.single-icon.web-drop-item #web_small_cart .web_hide_small_cart,
.web-sidebar .woocommerce-mini-cart,
.web-sidebar .woocommerce-mini-cart__total,
.web-sidebar .woocommerce-mini-cart__buttons {
    display: block;
}
.woocommerce-mini-cart .web-widget-post .web-post-title {
    display: table;
}
.woocommerce-mini-cart .web-widget-post .web-post-title > a {
    display: table-cell;
}

.web-previously-purchased-container {
    width: 100%;
    padding: 20px 0;
}
.web-previously-purchased-title {
    text-align: center;
    font-weight: bold;
}
.web-previously-purchased-item {
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid #000;
    width: 100%;
    display: table;
}
.web-previously-purchased-item:last-child {
    border-bottom: none;
}
.web-previously-purchased-item-img img {
    width: 100%;
}
form.previously-ordered a.add_to_cart_button {
    float: right !important;
    height: 42px;
    margin-right: 5px;
    line-height: 25px;
}
form.previously-ordered .quantity {
    float: right;
}
form.previously-ordered a.added_to_cart {
    float: right;
    font-size: 100%;
    height: 42px;
    margin: 0 5px 0 0;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    content: none;
}
.default-different-address .woocommerce-shipping-fields__field-wrapper {
    display: none !important;
}
.default-different-address #ship-to-different-address {
    display: none !important;
}
.no-hidden #ship-to-different-address {
    display: initial;
}
#product-fixed-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 99;
    background-color: #fff;
}
#product-fixed-bar .web-product-button-clone {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
#product-fixed-bar .web-product-button-clone button,
#product-fixed-bar .web-product-button-clone .web-btn {
    width: 100%;
}

.woocommerce-customer-details .col2-set .col-1,
.woocommerce-customer-details .col2-set .col-2 {
    max-width: none;
}

/*------------------------------------------------------------------

  Store

 -------------------------------------------------------------------*/
.web-store-order {
    float: right;
    margin-top: -9px;
}

.web-store-count {
    padding-bottom: 9px;
}

.web-product-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.web-product-title > a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.web-product-title > a:hover, .web-product-title > a.hover {
    opacity: 0.8;
}

.web-product-image {
    position: relative;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
}

.web-product-image > img {
    opacity: 1;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
}

.web-product-image:hover > img,
.web-product-image.hover > img {
    opacity: 0;
    visibility: hidden;
}

.web-product-category {
    display: block;
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.8;
    margin-bottom: 5px;
    margin-top: 20px;
}

.web-product-category > a {
    text-decoration: none;
}

.web-product-price {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
}

.web-product-rating {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    vertical-align: text-bottom;
}

.web-store .web-product-rating {
    float: right;
}

.web-product-rating,
.web-product-rating:hover,
.web-product-rating:active,
.web-product-rating:focus {
    color: #bea175;
    text-decoration: none;
}

.web-review-rating {
    display: inline-block;
    font-size: 0.8rem;
    margin-left: 5px;
    color: #bea175;
}

.web-product-button {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #fff;
}

.web-product-button > div {
    display: table;
    width: 100%;
}

.web-product-button > div > a {
    display: table-cell;
    text-decoration: none;
    padding: 10px;
    width: 100%;
}

.web-product-button > div > a .icon {
    margin-right: 5px;
}

.web-product-button > div > .web-product-quick-view {
    width: 50px;
    min-width: 50px;
}

.web-product-button > div > .web-product-quick-view .icon {
    margin: 0;
}


/* Single product */
.web-store-product .web-product-carousel {
    position: relative;
    padding-left: 100px;
}

.web-store-product .web-product-carousel.web-product-carousel-after {
    padding-left: 0;
    padding-right: 100px;
}

.web-store-product .web-product-carousel.web-product-carousel-above,
.web-store-product .web-product-carousel.web-product-carousel-under {
    padding: 0;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    padding-right: 15px;
    max-height: 100%;
    user-drag: none;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.web-product-carousel-above .web-product-carousel-thumbs,
.web-product-carousel-under .web-product-carousel-thumbs {
    position: relative !important;
}

.web-store-product .web-product-carousel.web-product-carousel-after .web-product-carousel-thumbs{
    right: 0;
    left: auto;
    padding-right: 0;
    padding-left: 15px;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs.thumbs-horizontal{
    padding: 0;
    width: 100%;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div {
    cursor: pointer;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs.thumbs-horizontal > div > div {
    display: inline-block;
    max-width: 100px;
    margin: 4px;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div img {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div:hover img,
.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div.hover img {
    opacity: 0.7;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div.active img {
    opacity: 1;
}

.web-store-product .web-product-carousel .web-product-carousel-thumbs > div > div + div {
    margin-top: 15px;
}

.web-store-product .web-product-category {
    margin-top: 0;
}

.web-store-product .web-product-title {
    margin-bottom: 1.2rem;
}

.web-store-product .web-product-description {
    margin-top: 1.2rem;
}

.web-store-product .web-product-addtocart {
    margin-top: 1.7rem;
    padding: 40px;
    background-color: #f7f7f7;
}

.web-store-product .web-product-addtocart:after {
    content: '';
    display: table;
    clear: both;
}

.web-store-product .web-product-addtocart .web-product-price {
    display: block;
    font-size: 1.7rem;
}

.web-store-product .web-product-addtocart .input-group .web-btn {
    flex: 1;
}

.web-store-product .web-product-addtocart .web-form-control-number,
.web-store-product .web-product-addtocart .web-form-control-number .form-control {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    width: auto;
}

.web-store-product .web-product-rating {
    font-size: 1.2rem;
}

.web-store-product .web-product-progress {
    margin-top: 20px;
}

.web-store-product .web-product-progress table {
    width: 100%;
}

.web-store-product .web-product-progress table td:first-child {
    width: 60px;
}

.web-store-product .web-product-progress .web-progress {
    margin-bottom: 16px;
    margin-top: 16px;
}

/* Store Cart */
.web-store-cart .table-responsive .web-store-cart-products {
    min-width: 680px;
}

.web-store-cart .web-store-cart-products td {
    vertical-align: middle;
}

.web-store-cart .web-store-cart-products tbody .web-product-cart-thumb {
    width: 150px;
    padding: 40px 20px;
}

.web-store-cart .web-store-cart-products .web-product-cart-title > * {
    margin: 0;
}

.web-store-cart .web-store-cart-products .web-product-cart-remove a {
    color: inherit;
    text-decoration: none;
    font-size: 1.2rem;
}

.web-store-cart .web-store-cart-products .web-product-cart-quantity {
    width: 105px;
}

.web-store-cart .web-store-cart-products .web-product-cart-price,
.web-store-cart .web-store-cart-products .web-product-cart-total {
    width: 150px;
}

.web-store-cart .web-store-cart-products .web-product-cart-remove {
    width: 40px;
}

.web-store-cart .web-store-cart-products .web-product-cart-price,
.web-store-cart .web-store-cart-products .web-product-cart-quantity,
.web-store-cart .web-store-cart-products .web-product-cart-total,
.web-store-cart .web-store-cart-products .web-product-cart-remove {
    text-align: center;
}

@media (max-width: 767px) {
    .web-store-cart .table-responsive .web-store-cart-products {
        min-width: 0;
        width: 100%;
    }
    .web-store-cart .web-store-cart-products .web-product-cart-quantity,
    .web-store-cart .web-store-cart-products .web-product-cart-price,
    .web-store-cart .web-store-cart-products .web-product-cart-total,
    .web-store-cart .web-store-cart-products .web-product-cart-remove {
        width: 100%;
    }
    .web-store-cart .web-store-cart-products .web-product-cart-title > .web-post-title {
        font-size: 0.9em;
    }
    .web-store-cart .web-store-cart-products .web-product-cart-thumb {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        padding: 20px 10px !important;
    }
    .web-store-cart .web-store-cart-products .web-product-cart-thumb img {
        max-width: 90px;
    }
    .web-store-cart .web-store-cart-products .web-product-cart-thumb:before {
        display: none;
    }
}

.web-store-cart .web-store-cart-totals {
    margin-top: 30px;
}

.web-store-cart .web-store-cart-totals tr td:first-child {
    padding-left: 0;
}

.web-store-cart .web-store-cart-totals tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.web-store-cart .web-store-cart-totals .web-store-cart-totals-total td {
    position: relative;
    padding-top: 50px;
    font-weight: bold;
    font-size: 1.1rem;
}

.web-store-cart .web-store-cart-totals .web-store-cart-totals-total td:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px dotted;
    opacity: 0.3;
}

/* Checkout */
.web-store-checkout .web-store-cart-order tr td:first-child,
.web-store-checkout .web-store-cart-order tr th:first-child {
    padding-left: 20px;
    border-right: 0;
}

.web-store-checkout .web-store-cart-order tr td:last-child,
.web-store-checkout .web-store-cart-order tr th:last-child {
    padding-right: 20px;
    text-align: right;
    border-left: 0;
}

.web-store-checkout .web-store-cart-order .web-store-cart-totals-total td {
    font-weight: bold;
    font-size: 1.1rem;
}

.web-store-checkout .web-store-cart-order td {
    background-color: #FAFAFA;
}

.web-store-checkout .web-store-cart-order .web-store-cart-totals-subtotal td,
.web-store-checkout .web-store-cart-order .web-store-cart-totals-shipping td,
.web-store-checkout .web-store-cart-order .web-store-cart-totals-total td {
    background-color: transparent;
}

.coupon input[name="apply_coupon"] {
    width: 300px !important;
}

.related.products {
    width: 100%;
}

#variable-product-popup .single_add_to_cart_button {
    width: 100%;
}

#request-info-popup .modal-header {
    padding: 15px;
}
#request-info-popup .modal-body {
    padding: 30px;
}

.inline-subcategories.subcategories > div {
    display: inline-block;
    margin: 10px 5px;
}

[id^=variable-product-popup] [name="quantity"] {
    width: 100%;
}

[id^=variable-product-popup] .popup-image-wrapper {
    float: left;
    padding-right: 40px;
}

[id^=variable-product-popup] .modal-body > div:nth-child(2) {
    float: right;
    width: 50%;
}

[id^=variable-product-popup] .popup-image-wrapper {
    width: 50%;
}

@media (max-width: 575px) {
    [id^=variable-product-popup] .popup-image-wrapper {
        display: none;
    }

    [id^=variable-product-popup] .modal-body > div:nth-child(2) {
        width: 100%;
    }
}


span.previous-step {
    cursor: pointer;
}
#checkout-progress {
    margin: 0 auto 30px;
    padding: 0;
    display: table;
    overflow: visible;
    counter-reset: step; /*CSS counters to number the steps*/
    width: 100%;
}

#checkout-progress li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#checkout-progress li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #000;
    border-radius: 20px;
    margin: 0 auto 5px auto;
}

#checkout-progress li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#checkout-progress li:first-child:after {
    /* connector not needed before the first step */
    content: none;
}

/* marking active/completed steps green */
/* The number of the step and the connector before it = green */
#checkout-progress li.active:before,
#checkout-progress li.active:after,
#checkout-progress li.filled:before,
#checkout-progress li.filled:after {
    background: green;
    color: white;
}

.woocommerce-checkout-payment {
    margin-bottom: 30px;
}
