.anchor {
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}


#menu-toggle-button {
    font-family: 'Myriad Pro', 'Open Sans';
    font-size: 15px;
    line-height: 17px;
    padding: 13px 15px 9px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -moz-transition: inherit;
    -o-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #FFDE00;
}

#menu-toggle-button:hover {
    cursor: pointer;
}

.menu-toggle-div {
    margin: 30px;
    text-align: center;
}

.cart_block_list {
    bottom: 140px;
}

.drinks_rec {
    font-family: 'Exo 2', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.drinks_button_cont {
    font-family: 'Exo 2', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.drink_order_header {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
}

.drink_rec_add {
    background: white;
}

#adddrink {
    color: #FFDE00;
    text-decoration: none;
}

#adddrink:hover {
    color: #ccb200;
}

.close_rec {
    opacity: 0;
    position: absolute;
    z-index: 5;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 15px;
    padding: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.left-nav a {
    width: 200px;
}

.left-nav a:after {
    z-index: -1;
}


@media screen and (max-width: 600px) {
    .small-product-cont {
        width: 100%;

    }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
    .small-product-cont {
        width: 50%;
    }
}

.small-product-cont .product-title {
    margin: 10px 0 10px;
}

.small-product-cont div.product-price {
   width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.small-product-cont span.product-price {
    float: right;
    right: 60px;
    bottom: 10px;
}

.small-product-cont .ajax_add_to_cart_button {
    float: right;
}

.small-product-cont .product-inner-block {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

.small-product-cont .product-thumbnail {
    width: 40%;
    float: left;
    border-bottom: none;
    max-height: 190px;
}

.small-product-cont .product-info {
    width: 60%;
    float: right;
}

.productAdded span {
    font-weight: bold;
    position: relative;
    display: inline-block;
    background-color: white;
    text-align: center;
    padding-top: 5px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.price.productsCountAdded {

    right: 110px!important;

    webkit-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -moz-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -o-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220);
    transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -webkit-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -moz-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -o-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
    transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);

}

.btn-buy.productAdded {

    width: 100px;
    padding-top: 10px;

    webkit-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -moz-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -o-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220);
    transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -webkit-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -moz-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
    -o-transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
    transition-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);

}

.cart_block_list {
    display: block!important;
}

