/* Minification failed. Returning unminified contents.
(19,36): run-time error CSS1046: Expect comma, found '0'
(19,40): run-time error CSS1046: Expect comma, found '/'
(25,39): run-time error CSS1046: Expect comma, found '93'
(25,45): run-time error CSS1046: Expect comma, found '/'
 */
.material-icons {
    vertical-align: -0.2em;
    padding-right: 3px;
}

.material-icon-button {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border: none;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    color: #696969;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
    transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;                
}

    .material-icon-button:hover {
        background: rgba(255,255,255,0.9);
        box-shadow: 0 6px 20px rgb(93 93 93 / 23%);
        color: #696969;
    }

    .material-icon-button > .material-icons{
        padding: 0;
    }

button.material-icon-button-icon-only{
    border: none;
}

.short-message-summary {
    overflow: hidden;
    height: 9em;
}

.full-message-summary {
    height: auto;
}

div.toggle-message-summary {
    position: relative;
    padding-top: 1em;
    text-align: right;
}

a.toggle-message-summary-link h3 {
    font-size: .15em;
    line-height: .2em;
    display: inline;
}

a.toggle-message-summary-link span.icon {
    font-size: 1.2em;
}

/* This needs to be hidden otherwise the default message will always be visible */
.validation-summary-valid {
    display: none;
}

label.mce-charcount {
    font-size: .7em;
    float: right;
    vertical-align: top;
}

.item-quantity {
    padding: .2em .5em .2em .5em
}

/* Cart */

.cart-item-details .product-title a.operation {
    font-size: .8em;
}

.cart-item-action.edit {
    cursor: pointer;
    font-size: 1.2em;
}

    .cart-item-action.edit:hover {
        color: gray;
    }
/* End Cart*/

/* Checkout */
.cart-list .cart-item .remove {
    position: absolute;
    right: 0px;
    top: 10px;
}

    .cart-list .cart-item .remove:hover {
        cursor: pointer;
    }

.cart-item-actions {
    margin-top: 0.2em;
    position: initial;
}

    .cart-item-actions > li {
        cursor: pointer;
    }

    .cart-item-actions > li:hover {
        color: gray;
    }

.shipping-edit, .billing-edit{
    cursor: pointer;
}
    .shipping-edit:hover, billing-edit:hover{
        color: gray;
    }

/* End Checkout*/

.alert ul {
    margin-top: 0;
}

.alert ul li {
    list-style: none;
    margin-left: 0;
}

    .alert ul li::after {
        content: "";
        display: block;
        border-bottom: 1px solid #CCC;
        padding-top: .5rem;
    }

    .alert ul li:last-child::after {
        display: none;
    }

.login-form {
    width: 40%;
}

    .login-form .lg-btn {
        margin-bottom: 20px;
    }

    .login-form .registration .registration-text {
        display: block;
        padding-bottom: 10px;
    }

    /* Search overwrite*/
    #main-nav #search #searchbox {
        width: 290px;
    }

    #main-nav #search #searchbox input {
        display: block;
        background: white;
    }

        #main-nav #search #searchbox input:focus {
            background: white;
        }

#main-nav #search {
    width: 290px;
}

.fp-preview-box .product-form .field-hint {
    font-size: 1.2em;
}

    .fp-preview-box .product-form .field-hint:hover {
        font-size: 1.2em;
    }

.item-management-item-image {
    display: inline-block;
    width: 5em;
    height: 5em;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}
