/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 25, 2019, 7:24:06 PM
    Author     : gerardo
*/
.quantity-mini-cart,.price-mini-cart{

    font-size: 0.85em;
    width: 100%;
}

.quantity-mini-cart{
  margin: 7px 2% 0;
}
.price-mini-cart .col-6{
    float: left;
    width: 46%;
    margin: 2%;
}

p.total {
    padding: 2px 7px !important;
}
p.total-msg{
  font-size: 0.75em;
    color: #fff;
    font-weight: 800;
    padding: 7px;
}

.shop_table p.total-msg{
  color: #000;
}


.product_list_widget .quantity-mini-cart, .product_list_widget .price-mini-cart{
    color: #f9cbd0;
}
.wholesaler_price{
  color: #682a6d;
  font-size: 1em;
  margin: 5px 0px 5px 0px;
}
.retailer_price{
  color: #88578b;
  font-size: 1em;
  margin: 5px 0px 5px 0px;
}

p.wholesaler_price.cart-page,
p.retailer_price.cart-page {
    font-size: .65em;
}

p.wholesaler_price.cart-page .woocommerce-Price-amount.amount,
p.retailer_price.cart-page .woocommerce-Price-amount.amount {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
}

.product-subtotal{
  text-align: right;
}
span.p_old {
    text-decoration: line-through red;
}
span.p_new {
    color: red;
}

.search-suggestions-wrapp .product_after_shop_loop {
    height: 107px !important;
  }
.search-suggestions-wrapp .product_after_shop_loop_switcher{
    height: 107px !important;
  }
.search-suggestions-wrapp .product_after_shop_loop_price {
    height: 80px !important;
} 
@media only screen and (max-width: 1024px){
  .product_after_shop_loop {
    height: 107px !important;
  }
  .product_after_shop_loop_switcher{
    height: 107px !important;
  }
  .product_after_shop_loop_price {
    height: 80px !important;
}
}

