/*personalize*/

.parsley-errors-list {
    position: absolute;
    right: 0;
    top: -10px;
    color: #fff;
    border: 1px solid #e12000;
    padding: 2px 5px;
    list-style-type: none;
    border-radius: 3px;
    background: #e12000;
    font-size: 14px;
    max-width: 250px;
}
.parsley-errors-list:empty {
    display: none
}

.border .button button {
    padding: 15px 35px;
    display: inline-block;
    background-color: #7ed321;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all 0.4s;
    border-radius: 30px;
    border: 1px solid #7ed321;
    position: unset;
}

.border .button button:hover {
    border: 1px solid #7ed321;
    background-color: transparent;
    color: #7ed321;
}

.border .modal-text p a {
    color: #3366ff;
}

a.deal-cart {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background-color: #007fc2;
    padding: 10px 20px;
    border-radius: 30px;
    margin-left: 10px;
    border: 2px solid #007fc2;
}

a.deal-cart_in {
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background-color: #007fc2;
    padding: 20px 40px;
    border-radius: 30px;
    margin-left: 10px;
    border: 2px solid #007fc2;
}

a.deal-cart_in:hover,a.deal-cart:hover {
    background: #fff;
    color: #007fc2;
    border: 2px solid #007fc2;
}
.product-list-cart input{
    width: 70px;
}

.cart-item .cart-item-hover .cart-total p {
    font-size: 14px;
    color: #007fc2;
    font-weight: bold;
}
.shopping-cart p span {
    color: #007fc2;
    padding-left: 4px;
    padding-right: 5px;
    font-weight: 700;
    font-size: 14px;
}

.element-table .totallabel {
    font-size: 20px;
    clear: both;
    margin-top: 5px;
}

.element-table .totalvalue {
    font-size: 20px;
    float:right;
    margin-top: 5px;
}

.hidden-isempty{
    display: none;
}
.detail-row .label{
    color: #007fc2;
    margin-bottom: 5px;
    margin-top: 15px;
}
.detail-row .price{
    color: #007fc2;
    font-weight: bold;
    font-size: 40px;
    margin-top: 15px;
}

#preloadcart{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0006;
    z-index: 999999999999;
    text-align: center;
    padding-top: 20%;
    color: #fff;
    display: none;    
}

.prod-minicart {
	height: 230px;
	overflow-y: scroll;
	overflow-x: hidden;
}