.filter-open {
    display: block;
}

.filter-close {
    display: none;
}

.product-list-container {
    min-height: 880px;
}

.applied-filters {
    color: #fff;
    margin-left: 15px;
}

.applied-filters a {
    min-height: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.applied-filters span.close {
    line-height: 18px !important;
}

.articles-list-container {
    padding-top: 30px;
    margin-top: 30px;
}

#wish-list-popup-container {
    display: none;
}

.popover {
    background-color: #333;
    border-radius: 0;
}
.popover-content {
    background-color: #333 !important;
    color: #fff;
}

.popover.bottom .arrow:after {
    border-bottom-color: #333;
}

.wish-list-popup-content li {
    border: none;
}

.wish-list-popup-content .filter-checkboxes {
    padding: 0;
    border: none;
}

.wish-list-item-disabled {
    opacity: 0.2;
}

.wish-list-item-disabled .box {
}


/**
 * Autocomplete
 */
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    color: #333;
    font-weight: normal;
    font-family: "Roboto",sans-serif;
    text-align: left !important;
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
    color: #fff;
    background-color: #eb8408;
}

.tt-suggestion p {
    margin: 0;
}

.tt-highlight {
}

#landing-slideshow .carousel-inner img {
    margin: 0 auto;
}

.other-packagings a {
    font-size: 11px !important;
}

.article-list .dropdown-menu {
    max-height: 210px !important;
}

.loading {
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    position: absolute;;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.top-search-field {
    margin-top: 20px;
}

.top-search-field .twitter-typeahead {
    width: 100%;
}

.top-search-field input {
    top: 2px !important;
}

.selections {
    min-height: 150px;
}

.ads {
    min-height: 150px;
}

/* Small Devices, Tablets */
@media (min-width: 992px) and (max-width : 1200px) {
    .article-grid .article-overlay button {
        font-size: 10px !important;
    }

    .article-grid .other-packagings a {
        font-size: 9px !important;

    }
}

.tooltip.in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=96)" !important;
    filter: alpha(opacity=96) !important;
    -moz-opacity: 0.96  !important;
    -khtml-opacity: 0.96  !important;
    opacity: 0.96  !important;
}

.filter-heading-wrapper .tooltip {
    top: 0 !important;
}

.filter-heading-wrapper .tooltip-arrow {
    top: 28% !important;
}

.toggle-password-btn {
    background-color: #ccc !important;
    color: #444 !important;
    border-radius: 0 4px 4px 0 !important;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .responsive-width{
        font-size: 2vmin;
    }

    .responsive-width-input{
        font-size: 3vmin;
    }
}

#sticky-wrapper {
    position: relative;
    z-index: 100;
}

.header-container {
    background-color: #fff;
}

.header .logo img {
    height: 60px;
    margin-top: -5px;
}
@media (min-width: 767px){
    .is-sticky .header-container {
        margin-top: -30px;
        transition: all 700ms;
    }

    .is-sticky .logo img {
        margin-top: 9px;
        transition: all 700ms;
    }
}


.sold-out{
    position:absolute;
    top:0;
    left:0;
    display: block;
    height:104px;
    width:104px;
    z-index: 10;
    background: transparent url('/img/tmp-design/corner-temporarily-unavailable.png');
}

.orders .emphasis {
    color: #8dc63f;
}

.category-menu .category-thumb {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 172px;
    height: 200px;
    text-align: center;
}

.category-menu .category-thumb .thumb {
    height: 172px;
}

@media screen and (max-width: 760px){
    .category-menu .category-thumb{
        display:none;
    }
}

.category-menu .category-thumb .category-label {
    margin-top: 10px;
    text-transform: uppercase;
}

.category-menu .category-thumb .thumb img {
    width: 100%;
    height: 100%;
}


@media (max-width: 767px){
    .header-bigscreen{
        display: none;
    }
}

@media (min-width: 767px){
    .header-mobile{
        display: none;
    }
}
