/* Floating Cart Styles */
.wfc-floating-cart {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3sease, opacity 0.3sease;
}
.wfc-floating-cart 
.wpa-test-msg {
  display: none;
}
.wfc-floating-cart .cart-inner {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.wfc-floating-cart .cart-actions table.variations tr {
  display: flex;
  align-items: center;
}
.wfc-floating-cart  .cart-product-image img {
  width: 90px;
  border-radius: 10px;
}
.wfc-floating-cart  .cart-product-info h3 {
  font-size: 22px;
  margin: 0px;
}
.wfc-floating-cart  .product-availability ul li {
  font-size: 15px;
}
.wfc-floating-cart  .cart-product-info {
  width: 527px;
}
.wfc-floating-cart  .cart-actions {
  width: 545px;
}
.wfc-floating-cart  table.variations td {
  margin: 0px;
  padding: 0px;
}
.wfc-floating-cart  li.variable-item.button-variable-item {
   padding: 4px 5px!important;
   height: auto!important;
   width: auto!important;
  font-size:15px!important;
}
.wfc-floating-cart  table.variations label {
  font-size: 15px;
}
.wfc-floating-cart  button.single_add_to_cart_button.button.alt {
  height: 20px;
}
.wfc-floating-cart  .quantity input[type='number'] {
  height: auto;
}
.wfc-floating-cart  table.variations {
  margin-bottom: 5px;
}

.wfc-floating-cart .cart-inner {
  padding: 8px 19px 6px 19px;
} 
.mobile-scroll-up a {
  width: 300px;
  margin: 0 auto;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 55px !important;
  background: #868585 !important;
  height: 50px;
  text-transform: inherit;
}

.mobile-scroll-up {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  width: 100%;
}
a.button.choose-options-button {
    display: flex;
    width: 437.214px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 55px !important;
    background: #000 !important;
    height: 50px;
    text-transform: inherit;
    line-height: 100%;
	margin: 0px;
    float: right;
}

a.button.choose-options-button:hover {
    background: #e43945;
}

a.button.choose-options-button {
    gap: 10px;
}

a.button.choose-options-button span {
    color: white;
}
a.button.choose-options-button 
del bdi {
    text-decoration: line-through;
}
.wfc-floating-cart .cart-product-image img {
    width: 70px;
}
.wfc-floating-cart .quantity {
    display: none;
}

.wfc-floating-cart form.cart {
    margin: 0px;
}

.wfc-floating-cart .ux-quantity.quantity.buttons_added.form-flat {
    height: 43px;
}

.wfc-floating-cart form.cart {
    margin-bottom: 7px;
}
@media (max-width: 849px) {
.wfc-floating-cart .cart-product-info {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wfc-floating-cart .cart-inner {
    width: 100%!important; 
}

.wfc-floating-cart .cart-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wfc-floating-cart .cart-inner {
    border: none;
}
.wfc-floating-cart .cart-product-info {
    width: 579px;
}

.wfc-floating-cart {
    bottom: 0px;
    border-radius: 0px;
    left: 0px;
}
	.cart-inner li.list-item2 {
    display: none!important; 
}
	.wfc-floating-cart button.single_add_to_cart_button.button.alt {
		width:100%;
	}
}
