@import "bootstrap.css";

@font-face {
    font-family: 'tasty';
    src: url('../fonts/tasty.eot');
    src: url('../fonts/tasty.eot?#iefix') format('embedded-opentype'),
    url('../fonts/tasty.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes loadingBar {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        left: 110%;
    }
}

@keyframes loadingBar {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        left: 110%;
    }
}

small {
    font-size: 80%;
}

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

.warning-msg {
    background-image: url(../images/warning-message.png);
}

/* Accordeon */
.faq {
    border: 1px solid #e5e5e5;
}

.faq .panel .title {
    box-sizing: border-box;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    font-size: 110%;
    background-color: #f2f2f2;
    text-align: left;
    outline: none;
    transition: 200ms;
    font-weight: bold;
}

.faq .panel .title {
    border-top: 1px solid #e5e5e5;
}

.faq .panel:first-child .title {
    border-top: 0;
}

.faq .panel.active .title,
.faq .panel .title:hover {
    background-color: #eaeaea;
}

.faq .panel .title:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq .panel.active .title:after {
    content: "\2212";
}

.faq .panel .body {
    padding: 18px;
    border-top: 1px solid #e5e5e5;
    display: none;
}



/* Accordeon */

hr {
    height: 1px;
    background: rgba(0,0,0,0.1);
    border: 0;
}

.header-reviews {
    background: #181818;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.header-reviews li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.full-width .header-reviews {
    margin-bottom: 0;
}

.header-reviews a {
    display: block;
    padding: 10px;
    margin: 0;
}

.header-reviews a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header-reviews img {
    display: block;
}

/* COOKIE */

#notice-cookie-block {
    z-index: 999;
    background: #1c1c1c;
    color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.global-site-notice .notice-inner {
    background: none;
    padding: 30px 0;
}

.global-site-notice .notice-inner a {
    color: #d8a44a;
}

.global-site-notice .notice-inner .actions {
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-left: 60px;
}

.global-site-notice .button {
    background: #0ac035;
    border: 2px solid #006017;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    line-height: 45px;
}

.global-site-notice .notice-inner {
    max-width: 90%;
}

.global-site-notice .notice-inner p {
    padding: 0;
    width: 100%;
    text-align: center;
}

.global-site-notice a.disallow {
    margin-left: 20px;
    color: #4b4b4b;
    font-size: 90%
}

@media only screen and (max-width: 767px) {
    .global-site-notice .notice-inner p {
        font-size: 60%;
        line-height: 1.5;
    }
}

/* COOKIE */

.turnjs {
    background-image: url('/skin/frontend/ultimo/tasting_collection/images/boekje.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 70px auto;
    padding-left: 90px !important;
}

.shipping-estimate {
    margin-top: 15px;
    font-style: italic;
}

/* FLEX HEIGHT */
.category-products-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.category-products-grid li.item {
    flex-shrink: 0;
    padding-bottom: 68px;
}

.category-products-grid li.item .actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: block;
}


/* CATEGORY DESCRIPTION */

.cat-description {
    font-size: 90%;
    max-width: 95%;
    margin-top: 2em;
    border-top: 2px dashed #f2f2f2;
    padding-top: 3.2em;
}

li.level0 > a > span > .cat-label-label2.pin-bottom:before {
    border-top-color: #d40000;
}

.cat-label-label2 {
    background: #d40000;
}

li > a:hover > span > .cat-label, .nav-regular li.level0:hover > a > span > .cat-label {
    background: #e10000;
}

li.level0 > a:hover > span > .pin-bottom:before, .nav-regular li.level0:hover > a > span > .pin-bottom:before {
    border-top-color: #e10000;
}

.cat-description p {
    margin-bottom: 1.5em;
    line-height: 1.5;
}

.cat-description h3 {
    font-size: 130%;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
    margin-top: 1.5em;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
}

.cat-description h4 {
    margin-bottom: 0;
    font-size: 110%;
    font-weight: 400;
}

/* CATEGORY DESCRIPTION */


/* LAYERED NAVIGATION */

.block-layered-nav dl dd ol > li > a, .block-layered-nav dl dd ol > li > span {
    padding: 6px 0 6px 15px;
}

.block-layered-nav .actions a {
    float: none;
}

.block-layered-nav .actions {
    background: none;
}

ol.single-choice {
    padding: 10px 10px 10px 0;
}

.block-layered-nav .block-content > dl > dt {
    background: #f5f5f5;
    padding: 5px 10px;
}

.block-layered-nav .block-content > dl > dd {
    border: 1px solid #f5f5f5;
    padding: 0 0 0 10px;
    margin-bottom: 25px;
}

div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {
    padding-left: 20px;
    background-image: url('/skin/frontend/ultimo/tasting_collection/images/ln_checkbox.png');
}

div.block-layered-nav dd a.amshopby-attr-selected {
    padding-left: 20px;
    background-image: url('/skin/frontend/ultimo/tasting_collection/images/ln_checkbox_checked.png');
}

/* LAYERED NAVIGATION */


.inner-container {
    position: relative;
}

.col2-left-layout .shipping-notice {
    top: 0;
    right: 10px;
}

.add-to-box .price .symbol,
.price-box .price .symbol {
    display: none;
}

.product-view .product-shop .product-name h1 {
    text-align: left;
    font-size: 1.9em;
}

.product-view .btn-cart, .btn-checkout {
    border-radius: 4px;
    box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.product-view .product-shop .product-name {
    margin-bottom: 1em;
}

.checkbox-contents {
    float: right;
    width: calc(100% - 25px);
}

#notifier {
    background: #d8a44a;
    color: white;
    text-align: center;
    line-height: 1;
    padding: 15px;
    border-bottom: 2px solid #f0d8ae;
    margin-bottom: 10px;
}

.tc-footer {
    background: white;
    color: black;
}

.tc-footer-container {
    padding: 10px 0 20px;
}

.tc-footer .grid12-1 {
    width: 12.25%;
}

.tc-footer .grid-container {
    margin-top: 10px;
}

.category-contact .tc-footer {
    display: none;
}

.checkout-onepage-success .grid12-9 {
    width: 100%;
}

.printme {
    position: absolute;
    right: 0;
    top: 0;
}

.nogiftwrap {
    font-style: italic;
    color: #808080;
    font-size: 90%;
}

input.qty {
    width: 50px !important;
    text-align: left !important;
}

.visit {
    display: block;
    float: right;
    color: #d8a44a;
    text-decoration: underline;
}

.product-options-bottom {
    float: left;
    padding-right: 15px;
}

.pricebox {
    float: left;
}

h1 {
    font-size: 2.3em;
}

.product-name h1 {
    text-align: center;
}

.header-primary .dropdown .dropdown-heading,
.header-primary .links > li {
    font-size: 0.9em;
    line-height: 3;
}

.messages li li {
    font-size: 1.4em;
}

.products-grid.size-s .product-name {
    font-size: 1.09em;
    line-height: 1.2em;
}

.btn-cart {
    position: relative;
    overflow: hidden;
}

.btn-cart .loading {
    width: 100%;
    height: 5px;
    overflow: hidden;
    background: #be8c12;
    position: absolute;
    bottom: 0;
    left: 0;

    -webkit-animation: loadingBar 1400ms linear infinite;
    animation: loadingBar 1400ms linear infinite;
}

.hp-block #search-wrapper-regular {
    width: 60%;
    float: right;
}

.header-mobile .hp-blocks-holder .hp-block #search-wrapper-regular {
    width: 100%;
    float: none;
}

#mobile-message {
    display: none;
}

.col1-layout .col-main {
    overflow: hidden;
}

.premium,
.premium-large {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 2%;
    top: 2%;
    background: url(../images/seal.svg) no-repeat;
    background-size: cover;
    font-family: 'tasty';
    z-index: 150;
    font-weight: 300;
    display: table;
}

.premium-large {
    width: 110px;
    height: 110px;
    font-size: 130%;
    left: auto;
    right: 2%;
}

.premium span,
.premium-large span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2;
}

#shopping-cart-table thead th,
.shopping-cart-table thead th {
    background: #f8f8f8;
}

.shopping-cart-table td {
    vertical-align: middle;
}

.shopping-cart-table {
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

#shopping-cart-table thead tr,
.shopping-cart-table thead th {
    border: 0;
}

.cart .totals-inner {
    float: right;
    max-width: 700px;
}

.buttons-set .button, .title-buttons .button, .cart .btn-checkout, .mini-cart .actions .button, .mini-compare .actions .button {
    width: auto;
}

.cart-table .product-image {
    max-width: none !important;
}

.button-bg {
    margin-left: 30px;
}


#mini-cart-wrapper-regular {
    float: right;
}

#header-account .links {
    float: right;
}

.clubimage {
    background: none !important;
    padding: 0 !important;
    max-width: 150px !important;
    max-height: none !important;
}

.image-bottle {
    padding: 20px;
    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box; /* Firefox 1 - 28 */
    box-sizing: border-box; /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
    background: white;
    border: 1px solid #f3f3f3;
}

.product-image {
    border: 0 !important;
}

.form-list input.input-text {
    width: 100%;
}

.count-1 {
    display: none;
}

.turnjsc #cboxContent {
    padding: 0;
    background: black;
}

.turnjsc #cboxClose {
    background: black;
    color: white;
    float: none !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

.turnjsc #cboxLoadedContent {
    margin-bottom: 0;
}

.turnjsc .cboxIframe {
    background: black;
}

.turnjsc #cboxClose:hover {
    color: white;
}

.is-blog .sidebar {
    display: none;
}

.space-below {
    margin: 20px 0;
}

.is-blog .no-gutter.grid-col2-main {
    width: 100%;
}

.is-blog .main {
    background: none;
    color: white;
}

.is-blog #post-list .item {
    padding-bottom: 30px;
    margin-bottom: 50px !important;
    border-bottom: 1px solid #444;
}

.is-blog a {
    color: white;
}

.is-blog .pager {
    border: 0;
}

.is-blog .featured-image {
    padding: 0;
    border: 1px solid #151515;
}

.is-blog .item h2 {
    text-align: center;
    margin-bottom: 30px;
}

.is-blog .post-meta {
    display: none;
}

.is-blog .page-title.first-page {
    height: 220px;
    background: url(https://www.tastingcollection.com/media/wysiwyg/Slideshow/Tasting-Collection-Home_new.jpg) no-repeat center;
    background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
}

.preorder {
    padding-left: 22px;
    font-size: 110%;
    font-weight: bold;
    color: #2a0060 !important;
    background: url(../images/clock.svg) no-repeat top left;
    background-size: auto 17px !important;
    margin-bottom: 5px;
}

.stock {
    padding-left: 22px;
    font-size: 110%;
    font-weight: bold;
    color: #008500 !important;
    background: url(../images/check.svg) no-repeat top left;
    background-size: auto 17px !important;
    margin-bottom: 5px;
}

.gift {
    padding-left: 22px;
    font-size: 110%;
    background: url(../images/gift.svg) no-repeat top left;
    background-size: auto 17px !important;
    margin-bottom: 5px;
}

.grey {
    color: #a0a0a0;
    font-size: 90%;
    font-style: oblique;
}

.ship {
    padding-left: 22px;
    font-size: 110%;
    background-size: auto 17px !important;
    background: url(../images/truck.svg) no-repeat top left;
    margin-bottom: 5px;
}

body {
    background-color: black;
    /*font: 75%/150% Tahoma, Arial, Helvetica, sans-serif;*/
    font: 100%/150% 'Lato', sans-serif;
}

body.cms-index-index .main, body.cms-index-defaultindex .main {
    padding-top: 15px;
}

.caption button {
    margin-left: 5px;
}

.caption .heading {
    line-height: 1.2;
    font-size: 3em;
}

.nav-container {
    padding-top: 10px;
    padding-bottom: 5px;
}

.header-mobile .header-collateral + .logo-wrapper--mobile {
    width: 100%;
    text-align: center;
}

.header-mobile .logo-wrapper--mobile .logo {
    width: 250px;
    display: inline-block;
    margin: 20px 0;
}

.header-mobile .header-collateral {
    text-align: center;
    float: none;
    width: 100%;
}

#header-collateral .dropdown {
    display: inline-block;
}

button {
    font-weight: bold !important;
}

.user-menu .line-break-after {
    margin-bottom: 20px;
}

.header .logo-wrapper .logo {
    width: 90%;
    margin: 0;
}

.grey-me-out p.required {
    display: none;
}

.main {
    padding-top: 0;
    padding-bottom: 15px;
}

.icon-home {
    width: 15px;
    height: 50px;
    background: url(../images/icon-tc.png) no-repeat;
    background-position: center;
    background-size: auto 30px;
    z-index: 2001;
    position: relative;
    margin: 0 10px;
    float: left;
    display: none;
}

.sticky-header .icon-home {
    display: block;
}

.feature .above-heading {
    line-height: 11px;
}

.icon-tc {
    background: url(../images/icon-tc.png) no-repeat;
    background-position: center !important;
    background-color: transparent !important;
    background-size: auto 32px;

    height: 32px;
    width: 20px;
    float: left;
    margin-right: 10px;
    display: block;
}

.skip-link .count {
    background-color: #b5a079;
}

/* MENU MOBILE */

.header-mobile .skip-link {
    background: black;
    color: white;
}

.header-mobile .skip-link:hover {
    color: #c9b793;
}

.header-mobile .skip-link.skip-active {
    background: black;
    color: #c9b793;
}

.nav-mobile .nav-item--home {
    display: block !important;
}

.mobnav-trigger, .nav-mobile .nav-item.level0 > a {
    text-transform: none;
}

.header-mobile .skip-content--style {
    color: white;
    background: black;
}

.header-mobile .skip-content--style a {
    color: white;
}


/* BANNERS */

.caption p {
    line-height: 1.5;
    font-size: 1.3em;
}

#cboxCurrent {
    display: none !important;
}

.caption button {
    margin-top: 20px;
}

.category-image {
    margin: 0;
}

.category-image .caption {
    margin: 2%;
    font-size: 90%;
}

.category-title {
    display: none;
}

.caption.dark3 .heading, .caption.dark3 p {
    background: none;
}

.caption {
    width: auto;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px;
}

.catalog-category-view .category-description .caption,
.cms-page-view .category-description .caption {
    background: none;
    padding: 0;
    position: static;
    margin: 0;
}

.category-image-header {
    margin: 10px 0;
    width: 100%;
}

.category-description {
    margin: 0;
}

.category-image-content {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 35px 15px;
    color: white;
}

.category-description a {
    color: white;
}

.block .actions, .section-line, .buttons-set, .toolbar {
    border: 0;
}

.button {
    font-size: 14px;
    padding: 0 20px;
    line-height: 50px;
}

.button.btn-inline {
    padding: 0 10px;
}

#contactForm .button {
    background: #d8a44a;
    margin: 0;
    font-size: 120%;
}

.category-image-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-image-content h1 {
    margin: 0;
    padding: 0;
}

.catalog-category-view .category-description .caption p,
.cms-page-view .category-description .caption p {
    padding: 0;
    margin: 0;
}

.shop-banner-ov {
    position: relative;
}

.shop-banner-ov h2 {
    left: 37%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    top: 0;
    position: absolute;
    margin-top: 8%;
    font-size: 230%;
}


/* FOOTER */

.swfooter {
    background: #050505 url('/skin/frontend/ultimo/tasting_collection/images/Pattern-TC.png') center;
    padding-top: 30px;
    line-height: 22px;
    overflow: hidden;
}

.swfooter li {
    margin-bottom: 2px;
}

.swfooter h6 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2em;
    cursor: default;
}

.swfooter a {
    color: #a1a1a1;
}

.swfooter .grid12-3 {
    min-height: 180px;
    margin-bottom: 20px;
}

.swfooter a:hover {
    color: white;
    text-decoration: underline;
}


.swfooter-bottom {
    border-top: 1px solid #1b1b1b;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}

.swfooter-bottom .grid12-6-sw {
    width: 48%;
    margin: 0 1% 0 1%;
    float: left;
}

.swfooter a.facebook {
    background: url(../images/social/facebook.png) no-repeat center left;
    background-size: 12px 12px;
    padding-left: 16px;
}

.swfooter a.instagram {
    background: url(../images/social/instagram.png) no-repeat center left;
    background-size: 12px 12px;
    padding-left: 16px;
}


.swfooter a.twitter {
    background: url(../images/social/twitter.png) no-repeat center left;
    background-size: 12px 12px;
    padding-left: 16px;
}

.swfooter a.googleplus {
    background: url(../images/social/googleplus.png) no-repeat center left;
    background-size: 12px 12px;
    padding-left: 16px;
}

.swfooter a.pinterest {
    background: url(../images/social/pinterest.png) no-repeat center left;
    background-size: 12px 12px;
    padding-left: 16px;
}

.swfooter a.blog {
    background: url(../images/social/blog-icon.png) no-repeat center left;
    background-size: 12px 12px;
    padding-left: 16px;
}

.swfooter a.newsletter {
    background: url(../images/social/mail.png) no-repeat center left;
    background-size: 12px 12px;
    padding-left: 16px;
}

/* CLUB PAGINA */

.club-teaser {
    background: url(../images/club-teaser.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
}

.club-teaser-content {
    margin-left: 3%;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.65);
}


.subscribe-grid-container {
    padding: 0;
    border-left: 0;
    margin-top: 20px;

    background: url(../images/fireplace.jpg) no-repeat center;
    background-size: cover;
}

.subscribe-grid-header {
    position: relative;
    margin-bottom: 30px;
}

.subscribe-grid-header h4 {
    margin-top: 30px;
    font-size: 250%;
    color: white;
    text-align: center;
    z-index: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.subscribe-grid {
    width: 20%;
    float: left;
    display: block;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */

    text-align: center;
    background: url(../images/cream_dust.png);
    padding: 15px;
    border: 1px solid #c3c3c3;

    color: black;
}

.subscribe-grid-first {
    margin: 0 4% 0 4%;
}

.subscribe-grid-second,
.subscribe-grid-third {
    margin: 0 4% 0 0;
}

.subscribe-grid-fourth {
    margin: 0 4% 0 0;
}

.subscribe-grid .cart-button {
    display: block;
    text-align: center;
    font-size: 120%;
    text-transform: uppercase;
    padding: 5px;
    font-family: 'tasty';
    color: white !important;
    line-height: 200%;
    font-weight: 400;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;

    -moz-box-shadow: inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fed897;
    box-shadow: inset 0px 1px 0px 0px #fed897;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105));
    background: -moz-linear-gradient(center top, #f6b33d 5%, #d29105 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color: #f6b33d;
    border: 1px solid #eda933;
    text-shadow: 1px 1px 0px #b17816;
}

.subscribe-grid .cart-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d));
    background: -moz-linear-gradient(center top, #d29105 5%, #f6b33d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
    background-color: #d29105;
}

.subscribe-grid-fancy {
    width: 350px;
    float: none;
}

.hidden {
    display: none;
}

.buyBox #cboxContent {
    padding: 0;
}

.buyBox #cboxLoadedContent {
    margin-bottom: 0;
}

#cboxClose {
    border: 0;
}

.buyBox #cboxClose {
    bottom: auto;
    top: 10px;
}

label.required:after, span.required:after {
    content: "";
}

.subscribe-grid h6 {
    border-bottom: 2px dotted #AAAAAA;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'tasty';
    font-weight: 400;
    font-size: 160%;
}

.subscribe-grid h5 {
    font-size: 200%;
    display: block;
    border-bottom: 2px dotted #AAAAAA;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 35px;
    background: url(../images/icon-tc.png) no-repeat center top;
    background-size: 13px auto;
}

.subscribe-grid h5.smaller {
    font-size: 180%;
}

.subscribe-grid .price {
    font-size: 230%;
    color: black;
    margin-bottom: 20px;
    display: block;
    font-family: Georgia, serif;
}

.subscribe-grid .price sup {
    font-size: 60%;
    position: relative;
    line-height: 0;
    top: 0.5em;
    left: 0.1em;
}

.subscribe-grid .price em {
    font-size: 50%;
}

.subscribe-grid p.i {
    width: 70%;
    margin: 0 auto;
}

.club-opsomming {
    margin-top: 10px;
}

.club-opsomming li {
    margin-top: 20px;
    padding-left: 20px;
    background: url(../images/icon-tc.png) no-repeat;
    background-size: auto 20px;
    font-size: 15px;
    line-height: 21px;
}

#cboxLoadedContent .subscribe-grid {
    width: 100% !important;
    margin: 0 !important;
}

#uitgaven .year {
    margin-bottom: 40px;
}

#uitgaven .year .year-title {
    display: block;
    cursor: pointer;
    font-size: 150%;
    padding: 15px 10px;
    background: #1a1a1a;
}

#uitgaven .year .year-title:after {
    content: "+";
    float: right;
}

#uitgaven .year .year-title.open:after {
    content: "-";
    float: right;
}


.uitgave h4 {
    color: #c9b793;
}

.uitgave h4 a {
    text-decoration: underline;
}

#uitgaven span {
    font-family: 'tasty';
    font-weight: 400;
    border-bottom: 1px dashed #202020;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px;
    cursor: pointer;
}

#uitgaven {
    margin-bottom: 20px;
}

.grid-tryp {
    margin: 20px 0;
}

.category-image-content {
    vertical-align: middle;
}

.uitgave .content {
    min-height: 150px;
    margin-left: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

.uitgave h4 {
    font-size: 25px;
    margin-top: 5px;
    line-height: 1.2;
}

.uitgave img {
    max-width: 130px;
    margin: 23px 20px 25px 0;
    max-height: 150px;
    padding: 10px;
    background: white;
    position: absolute;
    left: 0;
}

#uitgaven span:hover {
    background: #171717;
}

.uitgave {
    display: none;
    position: relative;
}

.uitgave h5 {
    font-size: 17px;
    line-height: 1.2;
    color: #c9b793;
}

.uitgave hr {
    background: none;
    border: 0;
    border-top: 1px dashed #202020;
    display: block;
    clear: both;
}

#uitgaven span.active {
    background: #202020;
}


/* ACCORDEON */

.accordeon {
    margin: 0;
    width: 85%;

    color: black;
    background: white;

    border: 1px solid #eee;
    border-top: 1px solid #f9f9f9;
    border-bottom: 0;
}

.accordeon h5 {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.accordeon .content {
    padding: 10px;
    background: white;
}

.accordeon h5 span {
    float: right;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordeon h5.open span {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/* BLACK */

body.black .main {
    background: none;
    color: white;

    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

body.black .hideme-content h4 {
    color: #c9b793;
}

body.black .main a :not(.category-products-grid a) {
    color: #c9b793;
}

body.black .black_list li {
    list-style: square;
    margin-left: 16px;
    margin-bottom: 4px;
}

body.black .black_list li a {
    color: white;
}

body.black .black_list li a:hover {
    color: #c9b793;
}

/* OVERIG */
.product-view .short-description {
    line-height: 1.5em;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.sepme {
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    overflow: hidden;
    margin: 10px 0 20px 0;
}

.product-view .price {
    font-size: 32px !important;
}

.special-price .price, .special-price .price-label, .minimal-price-link .price {
    color: #d8a44a !important;
}

.product-view .add-to-cart {
    float: left;
    padding-right: 15px;
}

.data-table tr.odd.last {
    border-bottom: 0;
}

#subscribe-form label {
    float: none;
    display: block;
}

.cta-background {
    background-color: #f0d8ae;
    padding: 20px;
}

.cta-background button.button span {
    background: #d8a44a;
    color: white;
}

.cta-background .buttons-set .required {
    display: none;
}

.cta-background .buttons-set {
    margin: 0;
    padding-bottom: 10px;
}

.cta-background button.button {
    float: left;
}

.cat-footer {
    border-top: 1px solid #ecebeb;
    padding-top: 25px;
    margin-top: 30px;
}


.block-account li > * {
    text-transform: none;
}

.block-account .block-content ul {
    list-style: none;
    padding: 10px 5px;
}

.tabs-panels {
    border: 1px solid #e5e5e5;
    background: url(../images/cream_dust.png) !important;
    padding: 20px !important;
    border-style: solid !important;
}

.tabs a.current,
.tabs a:hover,
.tabs a:focus {
    background: url(../images/cream_dust.png);
}

.block-account .block-content li {
    background: url(../images/img/bullet.png) no-repeat 0 10px;
    padding-left: 10px;
}

.spinner {
    display: block;
    height: 36px;
    margin-top: 20px;
    background: url(../images/302.GIF) center no-repeat;
    background-size: 25px 25px;
}

.underline {
    text-decoration: underline;
}

.wrapper {
    border-top-width: 0;
}

.add-to-links li {
    display: none;
}

.additional-bg-color, .block-layered-nav .currently, .cart .totals {
    background: none;
}

#shopping-cart-table .col-img {
    width: 50px;
}

.cart .totals-inner {
    padding: 0;
}

#shopping-cart-totals-table td {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #f9f9f9;
}


.form-list textarea {
    width: 262px;
}

#nav > li > a, #mobnav-trigger {
    font-size: 18px;
}

body.cms-index-index .main, body.cms-index-defaultindex .main {
    padding-top: 15px;
}

.feature .icon {
    width: 13px !important;
    height: 35px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
    max-height: 35px !important;
}

h4 {
    font-size: 1.5em;
}

.feature .above-heading {
    margin: 0;
}


.feature .icon {
    width: 27px;
    height: 27px;
    max-width: 27px;
    max-height: 27px;
    margin: 0 7px 7px 0;
}

.header-main .v-grid {
    vertical-align: top;
    position: relative;
}

.price {
    font-size: 110%;
}

.cart-left-column {
    width: 64.67%;
}

.contact-form .required {
    text-align: left;
}

.klantenservice-header {
    position: relative;
    margin-bottom: 2em;
}

.klantenservice-header h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 9%;
}

.klantenservice-body img {
    margin-right: 5px;
    vertical-align: middle;
}

.klantenservice-body p a {
    color: #d8a44a;
}

.klantenservice-body p a:hover {
    font-weight: bold;
}

.contact-form .buttons-set button.button {
    float: left;
}

.contact-form .buttons-set {
    margin: 10px 0;
}

.footer-bottom .grid-full {
    width: 100%;
    margin: 0;
}

.footer-copyright {
    margin-left: 0;
}

.block_footer_payment {
    margin-right: 0;
}

.link-button {
    display: inline-block;
    background-color: #f0d8ae;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #333;

    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;

    line-height: 45px;
    padding: 0 25px;
    font-weight: bold;
}

.link-button:hover {
    color: white;
    background-color: #d8a44a;
}

.clear {
    clear: both;
}


.share-buttons {
    float: left !important;
    margin-right: 10px !important;
    height: 30px;
}

.breadcrumbs {
    margin-bottom: 0;
    font-size: 0.9em;
}

.breadcrumbs li span.description {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    display: inline;
    float: none;
    text-indent: 0;
}

.share-buttons-fb-like {
    width: 160px;
    overflow: hidden;
}

.share-buttons-twitter {
    width: 90px;
    overflow: hidden;
}

.product-view .product-type-data > .price-box {
    border: 0;
}


.availability {
    margin: 10px 0;
}

#product-options-wrapper .label-title {
    line-height: 100%;
    padding-bottom: 5px;
}

#product-options-wrapper label {
    cursor: pointer;
    display: block;
    font-size: 110%;
    margin-bottom: 10px;
}

#product-options-wrapper label input[type="radio"] {
    margin-right: 3px;
}

#product-options-wrapper label.label-title {
    font-size: 115%;
    font-family: 'tasty';
    font-weight: 400;
    cursor: default;
}

.product-table {
    margin: 15px 0;
}

.product-table td {
    vertical-align: middle;
    line-height: 1;
}

.product-table td.product-table-price {
    padding-right: 20px;
}

.notify {
    border: 1px solid #f5c6cb;
    background: #f8d7da;
    padding: 10px;
    margin: 15px 0;
    border-radius: 3px;
    color: #721c24;
}

.content_drop {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.sepme_dd {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-view .action-box {
    margin: 0;
}

.product-view .container1-wrapper, .product-view .container2-wrapper, .product-view .add-to-box {
    border-bottom: 0;
}

.product-view .container2-wrapper {
    margin-bottom: 10px;
}

.product-view .product-type-data > .price-box {
    margin: 0;
}

.grey-me-out {
    background: url(../images/cream_dust.png);
    padding: 20px !important;
}

.product-view .product-type-data {
    margin-top: 0;
}

.social-media {
    margin-top: 15px;
}

.product-options p.required {
    display: none;
}

.set-notice {
    font-weight: bold;
    color: red;
    display: none;
    margin-left: 25px;
}

.qty-wrapper {
    padding-left: 20px;
}


.categorypath-tasting-club-html .breadcrumbs {
    display: none;
}

.categorypath-tasting-club-html .main {
    padding-top: 0;
    padding-bottom: 0;
}

.section-line, .toolbar {
    border: 0;
}

.category-products-grid .item {
    border: 0;
}


.shipping-notice {
    position: absolute;
    right: 0;
    font-weight: bold;
    top: -21px;
}

.uitgave_res_title {
    display: none;
    cursor: pointer;
    background: url(https://www.tastingcollection.com/skin/frontend/ultimo/tasting_collection/images/cream_dust.png);
    padding: 18px;
    color: black;
    border-bottom: 1px solid #ddd;
    font-size: 150%;
    font-family: 'tasty';
    font-weight: 400;
    clear: both;
}

.category-tasting-club .category-image-header-adaptive {
    display: none;
    margin-bottom: 20px;
}

/* RESPONSIVE */

@media only screen and (max-width: 1024px) {
    .visit {
        float: none;
    }
}

@media only screen and (max-width: 978px) {
    .show-below-960 {
        display: block !important;
    }
}

@media only screen and (max-width: 640px) {

    .subscribe-grid {
        width: 90%;
        float: none;
        margin: 0 5%;
    }

    .subscribe-grid-first,
    .subscribe-grid-second,
    .subscribe-grid-third {
        margin-bottom: 20px;
    }

    .subscribe-grid-container {
        margin-bottom: 20px;
    }

    .caption button {
        display: block !important;
    }


    .caption .club-opsomming {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .category-tasting-club .category-image-header {
        display: none;
    }

    #mobile-message {
        display: block;
    }

    .category-tasting-club .category-image-header-adaptive {
        display: block;
    }

    #uitgaven {
        display: none;
    }

    .uitgave h4 {
        display: block;
        text-align: center;
        margin-top: 1em;
    }

    .uitgave_res_title {
        display: block;
    }

    .printme {
        display: none;
    }

    .swfooter .grid12-3 {
        padding: 0 20px !important;
        min-height: auto;
    }

    .swfooter a {
        padding: 3px 0;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .header .logo-wrapper .logo {
        margin-left: 0;
    }

    .subscribe-grid {
        width: 44%;
    }

    .subscribe-grid-first,
    .subscribe-grid-second {
        margin-bottom: 30px;
    }

    .subscribe-grid-first,
    .subscribe-grid-third {
        margin-left: 4%;
        margin-right: 4%;
    }

    .subscribe-grid-second,
    .subscribe-grid-fourth {
        margin-right: 4%;
        margin-left: 0%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    .caption button {
        display: block !important;
    }

    .caption .club-opsomming {
        display: block !important;
    }

    .category-image-content {
        background: none;
        font-size: 85%;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .header .logo {
        width: 250px;
        max-width: 250px;
    }

    .subscribe-grid {
        width: 44%;
    }

    .subscribe-grid-first,
    .subscribe-grid-second {
        margin-bottom: 30px;
    }

    .subscribe-grid-first,
    .subscribe-grid-third {
        margin-left: 4%;
        margin-right: 4%;
    }

    .subscribe-grid-second,
    .subscribe-grid-fourth {
        margin-right: 4%;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 376px) {
    #notifier {
        padding: 10px 21px;
        border-bottom-width: 1px;
        font-size: 11px;
        line-height: 15px;
    }

    .global-site-notice .notice-inner {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 639px) {
    .header .logo {
        width: 200px;
        max-width: 200px;
    }

    .category-image-content {
        background: none;
        font-size: 85%;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        width: 325px;
    }

}

@media only screen and (max-width: 600px) {
    .product-view .add-to-cart {
        float: none;
        padding: 0;
        width: 100%;
    }

    .product-view .btn-cart {
        margin: 0 auto;
    }

    .pricebox {
        float: none;
    }

    .product-options-bottom {
        float: none;
        padding: 0;
        padding-top: 30px;
    }

    .v-centered-content .v-center {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .product-view .product-type-data > .price-box {
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .uitgave img {
        width: 100%;
        box-sizing: border-box;
        float: none;
        position: static;
        margin: 10px 0;
        max-width: 100%;
        max-height: 100%;
    }

    .uitgave .content {
        margin-left: 0;
        float: none;
    }

    .header .left-column .item-left {
        float: right !important;
    }

    .klantenservice-header h1 {
        font-size: 1.5em;
    }

}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catsubblock a:link {

    text-decoration: underline;

}

.catsubblock a:hover {

    text-decoration: underline;
    color: #c9b793;

}


.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe478), color-stop(1, #c29d0b));
    background: -moz-linear-gradient(top, #ffe478 5%, #c29d0b 100%);
    background: -webkit-linear-gradient(top, #ffe478 5%, #c29d0b 100%);
    background: -o-linear-gradient(top, #ffe478 5%, #c29d0b 100%);
    background: -ms-linear-gradient(top, #ffe478 5%, #c29d0b 100%);
    background: linear-gradient(to bottom, #ffe478 5%, #c29d0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe478', endColorstr='#c29d0b', GradientType=0);
    background-color: #ffe478;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 29px 41px;
    text-decoration: none;
    text-shadow: 2px 2px 2px #cc9f52;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c29d0b), color-stop(1, #ffe478));
    background: -moz-linear-gradient(top, #c29d0b 5%, #ffe478 100%);
    background: -webkit-linear-gradient(top, #c29d0b 5%, #ffe478 100%);
    background: -o-linear-gradient(top, #c29d0b 5%, #ffe478 100%);
    background: -ms-linear-gradient(top, #c29d0b 5%, #ffe478 100%);
    background: linear-gradient(to bottom, #c29d0b 5%, #ffe478 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c29d0b', endColorstr='#ffe478', GradientType=0);
    background-color: #c29d0b;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.sticker-wrapper.top-right {
    left: 2%;
}

.sticker-wrapper.top-left, .sticker-wrapper.top-right {
    top: 2%;
}

.success-me {
    background: url(../images/success-icon.png) no-repeat left;
    background-size: auto 46px;
    padding-left: 60px;
}

@media screen {
    .hidden-screen {
        display: none;
    }
}

@media print {
    .show-print {
        display: block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

@media only screen and (max-width: 639px) {
    .header-mobile .skip-link.skip-nav .label {
        display: inline !important;
    }
}

.btn-cart-grey {
   background-color: #f4f4f4;
}

/* Modal */
#country-notify-modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 99999999999999999999; /* Sit on top */
    padding: 20px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

#country-notify-modal-content {
    box-sizing: border-box;
    background-color: white;
    margin: auto;
    padding: 30px;
    width: 100%;
    max-width: 480px;
    position: relative;
    top: 50%;
    border: 5px solid #d8a44a;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    transform: translateY(-50%);
}

#notifier-country {
    background: #d8a44a;
    color: white;
    display: none;
    text-align: center;
    line-height: 1;
    padding: 15px;
    border-bottom: 2px solid #f0d8ae;
    margin-bottom: 10px;
}

.product-img-column {
    margin-bottom: 0 !important;
}