/*
Theme Name: Bootstrap + Wordpress
Theme URI: https://wordpress.org/
Author: PD
Description: Bootstrap + Wordpress
Version: 5.3.1
*/

body{
    background-color: #fff;
    font-family: 'Poppins', sans-serif !important;
}

.qib-button-wrapper{
    float: none !important;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a{
    text-decoration: none !important;
}

.related.products{
    clear: both;
}

.button{
    background-color: #000 !important;
    color: #fff !important;
}

footer{
    background-color: #fff;
}

.button:hover{
    background-color: #4f4f4f !important;
    color: #fff !important; 
}

a, .nav-link{
    color: #111;
}

.star-rating{
    margin: 3px auto !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: #fff;
}

.comment-form{
    max-width: 600px;
}

.pswp{
    z-index: 9999 !important;
}

.newsletter .tnp-subscription{
    position: absolute;
    bottom: 0; right: 50%; left: 50%;
}

.woocommerce .quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
  }

  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
  }

  .woocommerce .quantity .qty{
    text-align: center;
  }

  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
  }

  .input-group,
.woocommerce-cart .coupon,
.woocommerce .quantity {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    width: 140px;
}


span.woocommerce-Price-amount:nth-child(2){
  text-decoration: line-through;

}

@media (max-width: 767.98px) { .woocommerce-LoopProduct-link h2, .woocommerce-LoopProduct-link .price
	{font-size: 1rem !important;
	}
	.woocommerce-LoopProduct-link .wc-price-history{
		font-size: 0.5rem !important;
	}
}

.woocommerce span.onsale{
	background-color: #000;
	border-radius: 0;
}