/*

Theme Name: Astra Child

Theme URI: https://wpastra.com/

Description: Astra Child Theme

Author: Brainstorm Force

Template: astra

Version: 4.13.6

Text Domain: astra-child

*/


.woocommerce-product-gallery {
    display: flex;
    gap: 20px;
}

.flex-control-thumbs {
    order: -1;
/*    width: 100px;*/
    display: flex;
    flex-direction: column;
}

.flex-control-thumbs li {
    width: 100%;
}

.woocommerce-product-gallery__wrapper {
    flex: 1;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	width:100%;
}
 .single-product .woocommerce-error{
    display: none;
 }
.qlwapp__button{
    width: 40px !important;
}
.qlwapp__button--button{
    padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .qlwapp__container.qlwapp__container--bottom-left,
  .qlwapp__container.qlwapp__container--bottom-right {
    top: auto !important;
    bottom: 50px !important;
  }
  .qlwapp__container.qlwapp__container--middle-right .qlwapp__button, .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button {
    margin-right: 0px !important;
}
}
.top_wishlist-heart {
    position: relative !important;
    display: inline-block !important;
}

.top_wishlist-heart .wishlist_products_counter_number {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: #472325 !important;
    color: #fff !important;
    border-radius: 50% !important;
    min-width: 16px !important;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    z-index: 10 !important;
}
.tinv-wishlist .product-action {
    width: 196px !important;
    text-align: center;
}