/*
Theme Name: Adam
Theme URI: http://pixi.li/
Author: Niels Gesquiere
Author URI: http://pixi.li/
Description: A custom theme developed by Pixili. Contact niels.gesquiere@gmail.com  with question and inquiries
Version: 2.0
License: Copyright 2016 Niels Gesquiere
Text Domain: eden
Tags:

*/

.btn-group.catnav.hidden-sm.pull-left {
    border-radius: 20px;
    margin-right: 15px;
    background-color: #37104C;
    border: 1px solid rgba(255, 255, 255, 0.19);
}

.minicart {
    width: 320px;
    max-height: 80vh;
    overflow: scroll;
}

.activetext a {
    font-weight: bold !important;
}

.alert, .woocommerce-message {
    margin-bottom: 40px;
    list-style: none;
}

.alert .button {
    padding: 0;
    background-color: transparent;
    display: initial;
    text-decoration: underline;
    padding-right: 15px;
    font-weight: 400;
    font-style: italic;
}

.catnav .caret {
    text-align: right;
    float: right;
    top: -2px;
    position: relative;
    left: -9px;
}

.catnav a {
    color: #fff !important;
    top: -2px;
    position: relative;
}

.react-autosuggest__input {
    width: 295px;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 4px;
}