/*
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 : Oct 16, 2018, 4:45:13 PM
    Author     : Pixy
*/

.woocommerce .cart_restriction_error {
    padding: 15px;
    background-color: #e2401c;
    padding: 1em 1.618em;
margin-bottom: 2.617924em;
background-color: #e2401c;
margin-left: 0;
border-radius: 2px;
color: #fff;
clear: both;
border-left: .6180469716em solid rgba(0,0,0,.15);
}
.woocommerce .cart_restriction_error p {
    color: #fff;
    font-family: "Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
line-height: 1.618;
text-rendering: optimizeLegibility;
margin:0
}

.primary .woocommerce .cart_restriction_error {
    display:none;
}