/**
 * 2021 Anvanto
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Anvanto <anvantoco@gmail.com>
 *  @copyright  2021 Anvanto
 *  @license    Valid for 1 website (or project) for each purchase of license
 *  International Registered Trademark & Property of Anvanto
 */

.an_stickyAddToCart-add .spinner-icon {
  display: none;
}

.an_stickyAddToCart-add.processing-add .spinner-icon {
  display: inline-block;
}

.an_stickyAddToCart-add.processing-add .bag-icon {
  display: none;
}


.an_stickyAddToCart[data-hidden="1"] {
    opacity: 0;
    visibility: hidden;
}
.an_stickyAddToCart {
    transition: .3s;
}
.an_stickyAddToCart-content {
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}
.an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-content .an_stickyAddToCart-add {
        flex: 1 1;
    }
.an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-qty-add .btn-primary {
  padding: 9px 20px;
}
.an_stickyAddToCart-add {
        width: 50%;
    }
.an_stickyAddToCart-product-price-and-shipping.product-price-and-shipping {
    width: 150%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.an_stickyAddToCart-content .an_stickyAddToCart-btnadd {
  width: 100%;
  flex: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
span.an_stickyAddToCart-regular-price.regular-price {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.an_stickyAddToCart {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 5px 15px 0px rgba(1, 2, 4, 0.15);
  background: #fff;
}

.an_stickyAddToCart-btnadd {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1px;
  /*margin-left: auto;*/
}
.an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-qty-add {
    display: flex;
    height: 44px;
    align-items: stretch;
}
    .an_stickyAddToCart form {
        padding: 10px 10px;
    }
    .an_stickyAddToCart.an_stickyAddToCart .an_stickyAddToCart-qty-add .btn-primary {
    margin: 0;
    width: 100%;
    padding: 5px 23px;
    font-size: 14px;
    outline: none !important;
    height: 100%;
    line-height: 24px;
}
.an_stickyAddToCart-price .price, .an_stickyAddToCart-product-price-and-shipping .price {
    font-weight: 700;
    font-size: 18px;
    color: #334864;
}
@media (min-width: 1024px) {
  .an_stickyAddToCart {
    display: none;
  }
}