﻿/* GUI MOD */

/* messages */
.gui-messages, .messages {line-height: inherit;margin-bottom: 0px;}
#fixed-template .gui-messages {margin-bottom: 30px;}
.messages ul {margin-bottom: 0px;}
.gui-messages ul,.messages ul {border: none;text-align: center;}
#fixed-template .gui-messages ul.gui-success {border: 1px solid #d2e3cc;}
#fixed-template .gui-progressbar {background-color: #fff;border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;}

/* Afrekenen knop */
.gui .gui-div-cart-sum .gui-align-right a.gui-button-large.gui-button-action {
border: none;font-family: inherit;font-size: inherit;color: inherit;background: none;cursor: pointer;padding: 10px 20px;display: inline-block;letter-spacing: 1px;font-weight: 700;outline: none;position: relative;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;border-radius: 5px;background: #2ecc71;color: #fff;box-shadow: 0 6px #119e4d;-webkit-transition: none;-moz-transition: none;transition: none;}
.gui .gui-div-cart-sum .gui-align-right a.gui-button-large.gui-button-action:after {content: '';position: absolute;z-index: -1;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.gui .gui-div-cart-sum .gui-align-right a.gui-button-large.gui-button-action:hover {box-shadow: 0 4px #119e4d;top: 2px;}
.gui .gui-div-cart-sum .gui-align-right a.gui-button-large.gui-button-action:active {box-shadow: 0 0 #ab3c3c;top: 6px;}

/* Corrections */
#gui-wrapper label {font-weight: inherit;}
.gui-content-title {padding-bottom:20px;}