/*
 * @author           Valérie Isaksen <https://www.alatak.net>
 * @copyright       Copyright (C) 2020, https://www.alatak.net, All Rights Reserved
 * @license           GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
 *
 */
.vm-price-value{
    white-space: nowrap;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

.vmLoadingDiv {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2) url('../images/vm-preloader.gif') 50% 45% no-repeat;
}

/* Anytime the body has the loading class, our
   modal element will be visible */

.vmLoading .vmLoadingDiv {
    display: block;
}

.vmLoadingDiv .vmLoadingDivMsg {
    position: relative;
    top: 50%;
}

span.cart-images img {
    float: left;
    margin: 0;
    width: 45px;
}



.formError .formErrorContent {
    width: 100%;
    background: #E44E56;
    border: 1px solid #E44E56;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    padding: 4px 10px 4px 10px;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.formError .formErrorArrow div {
    border-left: 1px solid #E44E56;
    border-right: 1px solid #E44E56;
    box-shadow: none;
    -moz-box-shadow:  none;
    -webkit-box-shadow:  none;
    -o-box-shadow:  none;
    background: #E44E56;

}
.formError .formErrorContent {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    color: #E44E56;
}
.formError .formErrorArrowBottom {
    display: none;
}

label.invalid, label.required span {
    color: #B94A48;
    background: none;
}
.invalid {
    border-color: #B94A48 !important;
}
.output-shipto label {
    display: block;
}
.alk-img-center img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:960px) {
    .products-view {
        margin-left:-10px;
    }
}
/* ADD TO CART BUTTON */
/*
input.addtocart-button {
    padding-left: 42px;
}*/
/* alk_infinite_scroll */
.vmmscroll-page {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Prices */
.line-through,
.PricebasePriceWithTax .PricebasePriceWithTax {
    text-decoration: line-through;
}