.stories {
    padding-bottom: 10px;
}

.special a:before {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    content: "";
    background: url(bg/badge-special.png) no-repeat 0 0;
    width: 70px;
    height: 70px;
}

.soldout a:before {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    content: "";
    background: url(bg/badge-sold.png) no-repeat 0 0;
    width: 70px;
    height: 70px;
}

.cart-total.order-local {
    border-top: 1px solid #caba7c;
}

.btn.checkout-fb-login {
    background: #a6192e;
    color: white;
    padding: 10px 20px;
    width: 50%;
}

@media (min-width: 992px) {
    .btn.checkout-fb-login {
        width: 100%;
    }
}

.user-account-form .panel-sign-in .btn {
    width: 100%;
}

.btn.checkout-login, .btn.checkout-fb-login {
    width: 100%;
}

.btn.primary.fb-btn {
    background: #3b5998 url(bg/login-with-fb.png) no-repeat center center;
    height: 40px;
}

.checkout-fb-login.btn.large.fb-btn, .checkout-login.btn.large.fb-btn {
    background: #3b5998 url(bg/login-with-fb.png) no-repeat center center;
    height: 60px;
    background-size: auto;
}

.registration-holder .checkout-login.btn.large.fb-btn {
    width: 40%;
    margin-top: 20px;
    height: 40px;
}

#status {
    clear: left;
}

.plus20 img {
    position: relative;
    top: 13px;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .open-filter {
        right: 20px;
        top: 90px;
        width: 50px;
    }

    .open-filter span {
        display: none;
    }

    .open-filter::before {
        font-size: 50px;
    }

    .soldout a::before, .new a:after, .limited a:after {
        background-size: 65% 65%;
        right: -10px;
    }

    .registration-holder .checkout-login.btn.large.fb-btn {
        width: 100%;
    }

    .footer-sections .follow li, .mobile-social a {
        max-width: 17%;
    }

    .mobile-social a {
        max-width: 11%;
        margin: 0 3%;
    }

    .article .wine {
        margin: 20px auto;
        float: none;
    }
}

@media (max-width: 1170px) { /* bilo je 991px */
    .prev-article,
    .next-article {
        display: none;
    }
}

@media (max-width: 1380px) {
    .small-carousel .small-slide {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.loyalty-intro {
    margin-bottom: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: 'PT Serif';
}

.intro-featured {
    position: relative;
}

.intro-title {
    position: relative;
}

.intro-featured-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(to top,rgba(0,0,0,1),transparent,transparent);
    background: linear-gradient(to top,rgba(0,0,0,1),transparent,transparent);
}

.article ul,
.article ol {
    margin-bottom: 30px;
}

.article li {
    color: #666;
    font: normal 18px/1.5em Georgia;
}

.shipping-price-eur, .shipping-price-kn, .error {
    color: #333;
    font: 700 17px/32px 'Lora', serif;
    padding-left: 5px;
}

.shipping-price-kn {
    clear: right;
    color: #bdbdbd;
    font-size: 13px;
    padding-left: 5px;
}

@media (min-width: 992px) {
    .input-aligner {
        padding-top: 25px;
    }
}

.home-bottom {
    background-color: #fafafa;
    padding-bottom: 40px;
}

.home main {
    padding-bottom: 0;
}

.centered {
    padding-top: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-family: 'PT Serif';
    color: #222;
}

.story-inner {
    background-color: #fff;
}

header, .toolbar, .search-form {
    position: fixed;
}

@media (max-width: 991px) {
    header {
        margin-top: 0px;
    }

    .mobile-nav .toolbar {
        position: relative;
    }
}

.tabs h2 {
    display: inline-block;
    font: bold 32px/50px 'PT Serif';
    padding: 0 10px;
}

@media (min-width: 992px) {
    .tabs h2 {
        font-size: 48px;
        padding: 0 30px;
    }
}

.tabs h2.selected a {
    color: #333333;
}

.tabs h2.selected a:hover {
    color: inherit;
}

.stories .story .h2 { /* class instead element */
    font: 700 18px/24px 'PT Serif';
    color: #333;
    margin-bottom: 15px;
    height: 72px;
    max-height: 72px;
    overflow: hidden;
}

.wishlist .h2, .shopping-cart .h2 {
    text-align: center;
    font: normal 30px 'PT Serif';
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* class instead element */

.side-filter, .wishlist, .shopping-cart, .map-sidebar, .mobile-nav {
    padding-top: 71px;
}

@media (min-width: 992px) {
    .side-filter, .wishlist, .shopping-cart, .map-sidebar, .mobile-nav {
        padding-top: 110px;
    }
}

.main-nav > ul > li > a {
    padding: 0 25px;
}

.checkout-forgot {
    text-decoration: none;
    padding: 10px 0 20px;
    width: 100%;
    display: block;
    font-size: 13px;
}

.checkout-forgot:hover {
    text-decoration: underline;
}

.account-steps.error {
    font: bold 36px/1em 'PT Serif', sans-serif;
}

.notifications-holder {
    position: fixed;
    z-index: 1100;
}

@media (min-width: 992px) {
    .notifications-holder {
        margin-top: 40px;
    }
}

/* US popup */
@media (max-width: 991px) {
    #us-customer .mc-field-group input[type=submit] {
        display: block;
        width: 100% !important;
        float: none !important;
    }

    #us-customer .mc-field-group input[type=email] {
        display: block;
        width: 100% !important;
        float: none !important;
    }
}

.main-nav > ul > li > a {
    padding: 0 20px;
}

/* cart fix*/
@media(max-width:991px) {
    table.cart-table tbody td {
        font-size: 14px;
        padding: 10px 3px;
    }

    table.cart-table th {
        font-size: 9px;
    }

    table.cart-table tbody td img {
        max-width: 40px;
    }

    table.cart-table tbody td.order-product-name {
        font-size: 18px;
        font-family: 'Lora', serif;
        font-weight: bold;
    }

    .cart-discount .label-like {
        width: 100%;
        padding-right: 0;
    }

    .text-mobile-center {
        text-align: center;
    }
}

/* US stream */
.ship-destination {
    float: left;
    padding-left: 20px;
    line-height: 40px;
    color: #caba7c;
}

.ship-to-head {
    background: #222;
    border-color: #caba7c;
}

.us-cta {
    clear: left;
    padding-top: 50px;
    font: 700 32px 'PT Serif',serif
}

#account-notification {
    display: none;
}

/* embed responsively */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
