/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cart_front {
    margin-bottom: 0px;
}

.cart_front .quantity input[type="number"] {
    margin-top: 1em !important;
    font-size: .97em !important;
}

.cart_front button i {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.product_meta {
    font-size: 1.2em !important;
}

.product-small .product-title {
    text-align: center;
    margin-bottom: 10px;
}

.pim-stock {
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
}

.pim-stock img {
    height: 20px;
    width: 20px;
}

.pim-sku {

    overflow: hidden;
    border-bottom: 1px dashed #848484;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #000000;
}

.pim-sku-text {
    display: block;
    float: left;
}

.pim-sku-number {
    display: block;
    float: right;
}

.name.product-title {
    min-height: 4em;
}

.pim-expand{
    display:block;
}
.pim-expand-left{
    float:left;
}
.pim-expand-right{
    overflow: hidden;
    width: auto;
}

button.button.primary.is-outline.lowercase {
    width: 100%;
}

.box-text.box-text-products {
    padding-bottom: unset;
}

.stock {
    color: #53E703 !important;
    font-size: 1em !important;
}

.out-of-stock {
    color: #ff0000 !important;
    font-size: 1em !important;
}

.available-on-backorder {
    color: #ff0000 !important;
    font-size: 1em !important;
}

.custom-stock {
    color: #ffa500 !important;;
}

.price.product-page-price {
    font-size: 1.2em !important;
}