@charset "UTF-8";
@import 'https://kit.fontawesome.com/028c371dc6.css';
@import 'https://use.typekit.net/ovd6pkx.css';
@font-face {
    font-family: "Funkis Norins Ost 01x";
    src: url("fonts/FunkisNorinsOst01-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Funkis Norins Ost 01x";
    src: url("fonts/FunkisNorinsOst01-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Funkis Norins Ost 01x";
    src: url("fonts/FunkisNorinsOst01-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* Firefox Android gradient fix */
.related-header {
    margin-top: 50px;
}

.box {
    padding: 0px;
    margin: 0px;
}

/*.box.dark {
background: rgba(0, 0, 0, 0.6);
color: #fff; }*/
HTML.ie8 .box.dark {
    filter: none;
}

.box.help,
.banner.help {
    background: #e42c34;
    color: #fff;
}

.footnote {
    color: #888;
    font-weight: normal;
    line-height: 10px;
    height: 15px;
}

.selector.gray ul {
    background: #fff;
}

.selector ul {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 2px;
    padding: 0px;
}

.selector .control ul {
    padding: 0px;
}

.selector ul a {
    display: block;
    border-radius: 0px;
    color: #444;
    padding: 5px 15px;
    font-size: 0.9em;
}

.selector ul a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.025);
}

.float-search {
    display: none;
    background: #fff;
    height: auto;
    border-bottom: 2px solid #ddd;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0px;
}

.float-search .topnavigation > li > a {
    line-height: 50px;
}

.float-search .input {
    display: none;
}

.box.tight-padding {
    padding: 0px;
}

form .validation-summary-errors li {
    color: #ed1c24;
}

/**************************************************
#1.1 Links
!a !links !help
**************************************************/
a:active, a:focus {
    -moz-outline-style: none;
    outline: none;
}

a.help {
    color: #cb232e;
}

a.help:hover {
    color: #cb232e;
}

a.help:active {
    color: #cb232e;
}

/**************************************************
#1.2 Input
!input
**************************************************/
input, textarea, select {
    border: 1px solid #ccc;
    border-radius: 3px;
}

/*.box.dark input {
border: none; }*/
input:disabled {
    background: #eee;
}

input[readonly] {
    background-color: #eee;
    color: #666;
}

input.input-validation-error,
textarea.input-validation-error {
    border: 1px solid #ed1c24;
}

/*input:required {
position: relative;
text-indent: 15px; }

input:required:before {
content: "*";
left: -10px;
top: 10px;
font-size: 30px;
color: #ed1c24;
position: absolute; }*/
/**************************************************
#1.3 Tooltip
!tooltip
**************************************************/
.tooltip:after, .tooltip-data:after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

/******************************************************************************************************
#2 Structural
******************************************************************************************************/
/**************************************************
#2.1 Main
**************************************************/
main {
    padding: 0;
}

/**************************************************
#2.2 Box
!box !arrow-up
**************************************************/
.box.arrow-up:before {
    border-width: 0 8px 10px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.6) transparent rgba(0, 0, 0, 0.6) transparent;
}

/**************************************************
#2.3 Clearfix
!clearfix
**************************************************/
/**************************************************
#2.4 Utility Classes
!utility !float-left !float-right
**************************************************/
/**************************************************
#2.5 Register Account
!choose-form
**************************************************/
/**************************************************
#2.6 Table
!table !table-header !table-row
**************************************************/
.table {
    width: 100%;
}

.table .table-header {
    font-weight: bold;
    background: #333;
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
    text-transform: uppercase;
}

.table-cell {
    width: 100%;
}

.table .table-row {
    border-bottom: 1px solid #eee;
}

.order-list .table-row a.row-link {
    color: #333;
}

.order-list .table-row a.row-link:hover {
    color: #fff;
    background: #E27C81;
}

.table.inner-table .table-header {
    background: #777;
}

.table.inner-table .table-header .table-cell {
    line-height: 10px;
}

/******************************************************************************************************
#3 Header
******************************************************************************************************/
.special-list-header h1 {
    margin-top: 0px;
}

/**************************************************
#3.1 Filter
**************************************************/
/**************************************************
#3.2 Search
!search !autocomplete
**************************************************/
/******************************************************************************************************
#4 Graphics
******************************************************************************************************/
/**************************************************
#4.1 Icons
!icons
**************************************************/
.icon {
    background-image: url("https://ostogram-static.digrad.site/v2/sprite.png");
}

/**************************************************
4.2 Flags
**************************************************/
/**************************************************
#4.3 High Resolution Sprites
!high !resolution !sprites !mobile
**************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon,
    .slideshow .slideshow-circle {
        background-image: url("https://ostogram-static.digrad.site/v2/sprite_x2.png");
    }
    .flag {
        /*background-image: url('https://ostogram-static.digrad.site/v2/flags_x2.png');*/
        background-size: auto;
    }
}
/******************************************************************************************************
#5 Buttons
******************************************************************************************************/
button, a.button,
span.button.on-off {
    border: none;
    background-color: #cb232e;
    color: #fff;
    border-radius: 3px;
}

button:hover,
a.button:hover,
span.button.on-off:hover {
    background-color: #cb232e;
}

button:active,
a.button:active,
span.button.on-off:active {
    background-color: #cb232e;
}

/**************************************************
#5.1 On-Off
!onoff !on-off
**************************************************/
a.on-off {
    border: 2px solid #eee;
    border-radius: 2px;
}

a.on-off.on {
    border: 2px solid #e42c34;
}

button.on-off:before,
span.button.on-off:before {
    background: #ddd;
    border-radius: 3px;
    left: 10px;
    top: 8px;
    width: 12px;
    height: 12px;
}

button.on-off.on:before,
span.button.on-off.on:before {
    background-color: #e42c34;
}

button.on-off.no-background,
span.button.on-off.no-background {
    background: none;
    color: #e42c34;
}

button.on-off.no-background:before,
span.button.on-off.no-background:before {
    border: 1px solid #e42c34;
    border-radius: 1px;
}

button.on-off.on.no-background:before,
span.button.on-off.on.no-background:before {
    border: 1px solid #e42c34;
    background-color: #e42c34;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

button.on-off.no-background:hover,
span.button.on-off.no-background:hover {
    background: none;
    color: #E27C81;
    text-decoration: underline;
}

button.on-off.no-background:hover:before,
span.button.on-off.no-background:hover:before {
    border: 1px solid #E27C81;
    border-radius: 1px;
}

button.on-off.on.no-background:hover:before,
span.button.on-off.on.no-background:hover:before {
    border: 1px solid #E27C81;
    background-color: #E27C81;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

/**************************************************
#5.2 Gray
!gray
**************************************************/
/**************************************************
#5.3 Buy
!buy
**************************************************/
/*    button.buy,
a.button.buy {
background-color: #e42c34; }

    button.buy:hover,
    a.button.buy:hover {
    background-color: #E27C81; }

    button.buy:active,
    a.button.buy:active {
    background-color: #e42c34; }*/
/**************************************************
#5.4 Help
!help
**************************************************/
button.help,
a.button.help {
    color: #fff;
    background-color: #e42c34;
}

button.help:hover,
a.button.help:hover {
    background-color: #E27C81;
}

button.help:active,
a.button.help:active {
    background-color: #e42c34;
}

/**************************************************
#5.4.5 Help - Live chat
!help
**************************************************/
#livechat-code {
    display: none;
}

#header li a.livechat.offline,
#elevatorRight a.livechat.offline {
    cursor: default;
    opacity: 0.5;
}

.chat-banner a.livechat hgroup.offline,
.chat-banner a.livechat.offline hgroup {
    display: none;
}

.chat-banner a.livechat.offline hgroup.offline {
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
}

.chat-banner a.livechat.offline {
    transition: none;
    height: 20px;
    background: none;
}

/**************************************************
#5.5 Link-Mode
!linkmode !link-mode !dark
**************************************************/
button.link-mode {
    background: none;
    color: #e42c34;
}

button.link-mode:hover {
    color: #E27C81;
}

button.link-mode:active {
    color: #e42c34;
}

.box.dark button.link-mode {
    background: none;
    color: #fff;
}

.box.dark button.link-mode:hover {
    color: #E27C81;
}

.box.dark button.link-mode:active {
    color: #e42c34;
}

/******************************************************************************************************
#7 Banner
******************************************************************************************************/
/**************************************************
#7.1 Float-Banner
**************************************************/
/**************************************************
#7.2 Chat-Banner
!chat !banner
**************************************************/
.chat-banner a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.chat-banner a:hover {
    text-decoration: none;
    background-color: #E27C81;
}

.chat-banner hgroup {
    background-color: rgba(0, 0, 0, 0.5);
}

.chat-banner hgroup h3,
.chat-banner hgroup h4 {
    margin: 0;
    text-transform: uppercase;
}

.chat-banner hgroup h4 {
    font-size: 11px;
}

.chat-banner hgroup h3 {
    font-size: 16px;
}

/**************************************************
#8.1 Mobile Shopping Cart
!mobile !cart !mobile-cart
**************************************************/
/******************************************************************************************************
#9 Navigation
!navigation !expandeble
******************************************************************************************************/
.navigation {
    border-right: 1px solid #eee;
    padding-bottom: 50px;
    margin-right: -1px;
}

.navigation h3 {
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 0px;
    color: #777;
    border-bottom: 2px solid #eee;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.navigation h3 .icon {
    display: none;
}

.navigation.expandable li a, .navigation li a {
    color: #555;
    padding: 12px 20px 12px 0px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.navigation ul li:last-child a {
    border-bottom-width: 0px;
}

.navigation.expandable li a:hover, .navigation li a:hover, .navigation li.open a:hover, .navigation li.active > a {
    text-decoration: none;
    color: #cb232e;
}

.navigation li.active > a {
    font-weight: bold;
}

/*.navigation li.active > a:before, .navigation.expandable li a:before, .navigation li a:before  {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    font-size: 0.9em;
    margin-top: -1px;
    left: -15px;
    z-index: 1;
}*/
.navigation.expandable li.closed > a:before, .expandable li.closed > a:before, .navigation.expandable li.open > a:before, .expandable li.open > a:before {
    border-width: 0px;
}

/*.navigation.expandable li.closed > a::after, .navigation.expandable li.open > a::after
{
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
}*/
.navigation li:first-child {
    line-height: inherit;
    margin-bottom: 0px;
}

.navigation ul {
    margin-left: 20px;
    font-size: 0.9em;
    display: none;
}

.navigation .quantity {
    opacity: 0;
    float: right;
    padding: 0px 8px;
    font-size: 0.85em;
    font-weight: normal;
    border: 1px solid #eee;
    background: #fff;
    color: #999;
    border-radius: 100px;
}

.navigation .quantity.in {
    opacity: 1;
}

.navigation li.active > a .quantity {
    border-color: transparent;
    background: #cb232e;
    color: #fff;
}

.cookie-warning > div {
    font-weight: normal;
}

.filter-cell h5 {
    display: none;
}

.filter-cell .selector button {
    font-size: 1em;
}

.filter-cell .box.dark.arrow-up {
    background: #eee;
    color: inherit;
}

.filter-cell .box.dark.arrow-up::before {
    border: none;
}

.filter-cell .box.dark.arrow-up .list-filter {
    padding: 15px;
    display: none;
}

.filter-cell .box.dark.arrow-up .list-filter > ul {
    margin: 0px;
}

.filter-cell .box.dark.arrow-up .list-filter > ul > li {
    padding-top: 0px;
    font-size: 0.9em;
}

.filter-cell .box.dark.arrow-up {
    border-radius: 5px 5px 0 0;
}

.sort-cell .box {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 12px 0 8px 0;
    text-align: center;
    margin-bottom: 20px;
}

.sort-cell .box > section {
    display: inline-block;
}

.list-filter .selector.gray button,
.list-filter .selector.gray .native-control select {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
}

.list-filter .selector.gray button:hover,
.list-filter .selector.gray .native-control select:hover {
    background: #fff;
    border-color: #ccc;
}

.list-options a[data-style=product-list-style-list] {
    display: none;
}

.product-list-style-thumbs .product-list .buttons {
    width: 120px;
    top: 10px;
    right: 10px;
}

.product-list-style-thumbs .product-list .buttons button {
    width: 100%;
    margin: 2px 0px;
}

.product-list-header > h1 {
    margin-bottom: 20px;
}

.product-list-header > p {
    margin: 10px 0px;
    padding: 0px;
    float: none;
    width: auto;
}

.product-list-header em {
    font-style: normal;
}

.product .details {
    float: none;
}

.product .details b {
    font-weight: normal;
}

.product .price, .product .buttons {
    background: #eee;
    text-align: center;
}

.product .price.loading, .overbox .price.loading {
    opacity: 1;
}

.product .info .details {
    display: none;
}

.product .price {
    padding: 20px 20px 15px;
    line-height: 1;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #ddd;
}

.product .price .footnote {
    margin-top: 5px;
}

.product .buttons {
    border-radius: 0px 0px 5px 5px;
    padding: 15px;
}

.product button {
    min-width: 120px;
    text-align: center;
}

.product button.gray, .product button.gray.loading {
    color: #555;
    background: #ddd;
    margin-left: 5px;
}

.product input {
    padding: 4px;
}

/******************************************************************************************************
#10 Selector
!selector !native-control !native !link-mode
******************************************************************************************************/
.selector button, .search-extra button {
    font-size: 0.9em;
    border-radius: 3px;
}

.selector button:after {
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-top-width: 4px;
}

.selector .selector-filter {
    border-color: #eee;
}

/*.selector ul {
background-color: #e42c34;
color: #fff;
border-radius: 2px;
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4); }

    .selector ul a {
    display: block;
    color: #fff;
    border-radius: 2px; }

    .selector ul a:hover {
    background-color: #E27C81;
    color: #fff;
    text-decoration: none; }

    .selector ul a:active {
    background-color: #e42c34; }*/
.selector .native-control {
    background-color: #e42c34;
    color: #fff;
    border-radius: 2px;
}

.selector .native-control select {
    background: none;
    color: #fff;
}

.selector.link-mode button {
    background: none;
}

.selector.link-mode button:after,
.selector.link-mode.open button:after {
    border-top-color: #333;
    border-bottom-color: #333;
}

.selector.link-mode .native-control {
    background: none;
}

.selector.link-mode .native-control select {
    color: #000;
}

.selector.link-mode .native-control .icon.icon-arrow-down {
    background-position: -180px -80px;
}

.selector.help button,
.selector.help ul {
    background: #e42c34;
}

.selector.help button:hover {
    background: #E27C81;
}

/**************************************************
#10.1 Site Selector
!site !selector !site !selection
!site-section
**************************************************/
.selector.site-section ul {
    background-color: #000;
}

/*.selector.site-section li.section-1 {
background: url('../../user-images/section1.jpg'); }

.selector.site-section li.section-2 {
background: url('../../user-images/section2.jpg'); }

.selector.site-section li.section-3 {
background: url('../../user-images/section3.jpg'); }*/
.selector.site-section ul li a {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.selector.site-section ul li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.selector.site-section ul li a:active {
    color: #fff;
}

/**************************************************
#10.2 Gray Selector
!gray !selector !native !native-control !select
**************************************************/
.selector.gray button,
.selector.gray .native-control select {
    color: #555;
    background-color: #fff;
}

.selector.gray button:hover,
.selector.gray .native-control select:hover {
    background-color: #d5d5d5;
}

.selector.gray button:after,
.selector.gray button:hover:after {
    border-top-color: #555;
    border-bottom-color: #555;
}

/*.selector.gray ul {
background-color: #e8e8e8;
color: #e42c34; }

.selector.gray ul a {
color: #e42c34; }

.selector.gray ul a:hover {
color: #fff; }*/
.selector.gray .native-control .icon.icon-arrow-down {
    background-position: -180px -80px;
}

/**************************************************
#10.3 Help Selector
!help !selector
**************************************************/
.help-selector ul {
    min-width: 200px;
}

/******************************************************************************************************
#11 Lists
!lists
******************************************************************************************************/
dl dt, .dldt {
    font-size: 0.9em;
}

form dl dd {
    min-height: 34px;
}

/**************************************************
#11.1 Link List
!link !list !link-list
**************************************************/
.link-list.small-text a,
.link-list.small-text button,
.link-list.small-text select {
    font-size: 0.85em;
}

.link-list.inline > li > a {
    padding: 10px 12px;
}

/**************************************************
#11.2 List Bubble
!list !bubble !list-bubble
**************************************************/
.list-bubble {
    background: #333;
    opacity: 0.5;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.list-bubble:after {
    display: none;
    border-color: #333 transparent;
}

li:hover > .list-bubble {
    opacity: 1;
}

li:hover > .list-bubble:after {
    display: block;
}

/**************************************************
#11.3 List Options
!list !options !list-options
**************************************************/
.list-options {
    border-color: #eee;
}

.list-options a {
    border-radius: 3px;
}

.list-options a.active {
    background-color: #cb232e;
    color: #fff;
}

.list-options a:hover,
.list-options a.active:hover {
    background-color: #cb232e;
    color: #fff;
    text-decoration: none;
}

/**************************************************
#11.4 List Filter
!list !filter !list-filter
**************************************************/
.list-filter {
    padding: 10px;
}

.list-filter h5 {
    color: #333;
    font-size: 20px;
}

.list-filter p {
    border-bottom: 1px solid #aaa;
}

.list-filter dt {
    color: #fff;
    text-transform: none;
}

/******************************************************************************************************
#12 Overbox
!overbox
******************************************************************************************************/
.overbox {
    background: rgba(0, 0, 0, 0.8);
}

.overbox-content {
    background: #fff;
}

.overbox-content header {
    border-bottom: 1px solid #eee;
}

.overbox-content footer {
    background: none;
}

.overbox-content form,
.overbox-content footer {
    border-top: 1px solid #eee;
}

/*.overbox-content form.login*/
.fail-message {
    color: #ed1c24;
}

/**************************************************
#13.4 Product List Header
**************************************************/
/**************************************************
#13.5 Product Article
!product !article
**************************************************/
.product .image-container {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    width: 35%;
    margin-right: 5%;
    text-align: center;
    height: auto;
}

.product .image-container img {
    max-height: 240px;
}

span.product-image-selector a,
.product .image-container div.product-image-selector a {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    background-image: url("https://ostogram-static.digrad.site/v2/sprite.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.product .price .exchangenote {
    color: #000;
    font-weight: normal;
    line-height: 14px;
    height: 20px;
}

/*.product .data dt,
.product .data dd {
border-top: 1px solid #eee; }*/
.product .data dt.no-border,
.product .data dd.no-border {
    border-top: none;
}

.product .extra {
    color: #ed1c24;
}

.product .extra-label {
    color: #333;
}

.product .data {
    width: 35%;
}

.product .data h2 {
    margin-top: 20px;
}

.product .description {
    padding: 0px;
}

.product .description h2 {
    margin: 20px 0px 0px;
}

.product .data .milkorigin {
    text-align: center;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee;
    margin: 15px 0px;
    padding: 15px 0px;
}

/******************************************************************************************************
#15 Text Article
!article !text !text-article
******************************************************************************************************/
.nb {
    color: #ed1c24;
}

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

.text-article h1, .text-article.single-column h1 {
    margin-bottom: 25px;
}

.text-article p a {
    text-decoration: underline;
}

.text-article p.nomargin {
    margin: 10px 0;
}

.text-article p.important,
.text-article span.important {
    color: #ed1c24;
}

.text-article p.bold,
.text-article span.bold {
    font-weight: bold;
}

.text-article mark {
    color: #e42c34;
}

.text-article form h4 {
    margin-top: 20px;
}

/**************************************************
#15.1 Read More
!read !more !read-more !transitions
**************************************************/
.read-more .mask {
    transition: height 0.3s ease-out;
}

.read-more.fade-out button:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

/******************************************************************************************************
#16 Whislist & Cartlist
!wishlist !cartlist !cart
******************************************************************************************************/
.wishlist-button.tooltip-data:after {
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9em;
}

.wishlist-create {
    text-align: inherit;
}

.wishlist header h4:before,
.cartlist header h4:before {
    border-left-color: #333;
    border-right-color: #333;
}

.wishlist header p,
.wishlist .link,
.cartlist header p,
.cartlist .link {
    color: #777;
}

.wishlist-list .wishlist-header,
.cartlist-list .cartlist-header {
    font-weight: bold;
    background: #333;
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
    text-transform: uppercase;
}

.wishlist-list .wishlist-product,
.cartlist-list .cartlist-product {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
}

.wishlist-summery .total,
.wishlist-summery .sum,
.cartlist-summery .total,
.cartlist-summery .sum {
    font-weight: bold;
}

.cartlist-summery {
    background: rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
}

/******************************************************************************************************
#17 Checkout
!checkout
******************************************************************************************************/
.checkout h2 {
    font-size: 18px;
}

.checkout:not(.cart) h2 {
    border-top: 2px dotted rgba(52, 38, 35, 0.25);
    margin-top: 2rem;
    padding-top: 2rem;
}

/*.additional-box {
border-top: 1px solid #eee; }*/
.checkout .on-off h3 {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

.checkout .warning ul {
    list-style-position: inside;
    margin-left: 10px;
}

.checkout .warning li,
.checkout .invalid-code,
.checkout .discount {
    color: #ed1c24;
}

.checkout .valid-code {
    font-size: 11px;
    font-weight: bold;
}

.checkout .total.lowline,
.checkout .sum.lowline {
    line-height: 22px;
}

.checkout .lowline .normal {
    font-weight: normal;
}

/**************************************************
#17.1 Checkout status
!checkout !summery !shopping-cart !status
**************************************************/
.checkout-status,
.checkout-status h4 {
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
}

.checkout-status p {
    font-size: 13px;
    color: #333;
    text-transform: none;
}

.checkout-status span.missing {
    color: #ed1c24;
}

.checkout-status span.bold {
    font-weight: bold;
}

.checkout-status .total {
    font-weight: bold;
}

/**************************************************
#17.2 Cart
!checkout !cart !shopping-cart
**************************************************/
/**************************************************
#17.3 Payment
!checkout !payment !method
**************************************************/
/**************************************************
#17.4 Delivery
!checkout !delivery
**************************************************/
/**************************************************
#17.5 Address
!checkout !address !quick !login
**************************************************/
/**************************************************
#17.6 Summery
!checkout !summery
**************************************************/
/*.checkout.summery dl dt,
.checkout.summery dl dd {
border-bottom: 1px solid #eee;
line-height: 25px; }*/
.checkout.summery dl dt {
    font-size: 13px;
    font-weight: normal;
    color: #333;
}

/*.checkout.summery dl dt b,
.checkout.summery dl dd b {
font-size: 16px; }*/
.checkout.summery .total {
    font-weight: bold;
    /*font-size: 20px;*/
}

/*.checkout.summery .sum {
border: none; }
*/
.checkout.summery .end-checkout button,
.checkout-payment-provider button {
    font-size: 18px;
}

.checkout.summery .end-checkout span {
    line-height: 40px;
    padding-right: 20px;
}

/******************************************************************************************************
#18 My pages
!my-pages !mypages !my !pages !settings !order-list
******************************************************************************************************/
.order-history p.warning {
    color: #ed1c24;
    font-weight: bold;
}

.order-history .row-summery {
    border: none;
}

.order-history .row-summery .label.vat,
.order-history .row-summery .value.vat {
    color: #888;
}

.order-history .row-summery .label.total,
.order-history .row-summery .value.total {
    font-size: 18px;
    font-weight: bold;
}

.order-history .order .comment {
    font-size: 11px;
}

.order-history .order .comment b {
    color: #888888;
    text-transform: uppercase;
    font-weight: bold;
}

/******************************************************************************************************
#19 Flexslider
******************************************************************************************************/
.flex-direction-nav {
    display: none;
}

.flexslider {
    background: #000;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.flex-direction-nav a:before {
    background-image: url("https://ostogram-static.digrad.site/v2/sprite.png");
}

@media (min-width: 1240px) {
    .flexslider .slides img {
        width: auto;
        min-width: 100%;
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
.flex-control-nav {
    bottom: 20px;
    z-index: 10;
}

.flex-control-nav li {
    margin: 0px 5px;
}

.flex-control-paging li a {
    border-width: 0px;
    background: #fff;
    opacity: 0.2;
}

.flex-control-paging li a.flex-active {
    background: #fff;
    opacity: 1;
}

.flex-control-paging li a:hover {
    opacity: 1;
    background: #fff;
}

/******************************************************************************************************
#20 Responsivness fixes
******************************************************************************************************/
@media screen and (min-width: 768px) {
    .list-options {
        margin-left: 20px;
    }
    .overbox-content {
        max-width: 500px;
    }
    .flashShoppingCart {
        border-radius: 100px;
        margin: -3px;
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        -webkit-animation-duration: 1000ms;
        -webkit-animation-iteration-count: 2;
        -webkit-animation-name: flashShoppingCart;
        -moz-animation-duration: 1000ms;
        -moz-animation-iteration-count: 2;
        -moz-animation-name: flashShoppingCart;
        -o-animation-duration: 1000ms;
        -o-animation-iteration-count: 2;
        -o-animation-name: flashShoppingCart;
        -ms-animation-duration: 1000ms;
        -ms-animation-iteration-count: 2;
        -ms-animation-name: flashShoppingCart;
        animation-duration: 1000ms;
        animation-iteration-count: 2;
        animation-name: flashShoppingCart;
    }
    @-webkit-keyframes flashShoppingCart {
        0% {
            border-color: transparent;
        }
        50% {
            border-color: #ed4b31;
        }
        100% {
            border-color: transparent;
        }
    }
    @-moz-keyframes flashShoppingCart {
        0% {
            border-color: transparent;
        }
        50% {
            border-color: #ed4b31;
        }
        100% {
            border-color: transparent;
        }
    }
    @-o-keyframes flashShoppingCart {
        0% {
            border-color: transparent;
        }
        50% {
            border-color: #ed4b31;
        }
        100% {
            border-color: transparent;
        }
    }
    @-ms-keyframes flashShoppingCart {
        0% {
            border-color: transparent;
        }
        50% {
            border-color: #ed4b31;
        }
        100% {
            border-color: transparent;
        }
    }
    @keyframes flashShoppingCart {
        0% {
            border-color: transparent;
        }
        50% {
            border-color: #ed4b31;
        }
        100% {
            border-color: transparent;
        }
    }
}
@media screen and (max-width: 920px) {
    .product .price {
        clear: both;
    }
    .product-list-style-thumbs .product-list .buttons {
        width: 100%;
        position: static;
        display: flex;
    }
    .product-list-style-thumbs .product-list .buttons button {
        flex: 1;
        width: 100%;
        margin: 0px;
    }
    .product-list-style-thumbs .product-list .buttons button:first-of-type {
        width: 100%;
        margin: 0px 10px 0px 0px;
    }
    .product-list-style-thumbs .cell-product .box .product-list .price {
        top: 30px;
        right: 10px;
    }
    .product-list-style-thumbs .product-list .info {
        padding-right: 0px;
    }
}
/* Small */
@media screen and (max-width: 768px) {
    .search.in {
        display: block;
    }
    .box.dark {
        padding: 0px;
        margin: 0px;
    }
    .flexslider {
        border-radius: 0px;
    }
    .flex-control-nav {
        bottom: 8px;
    }
    .column-left, .column-right, .elevator {
        width: 100%;
        padding: 0px 25px;
    }
    .startpage main {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobile-navigation-button, .mobile-navigation-button:hover, .mobile-navigation-button:active, .mobile-navigation-button:focus {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
        text-transform: uppercase;
        background: #eee;
        color: #444;
    }
    .mobile-navigation-button .icon {
        display: none;
    }
    .product .image-container, .product .info, .product .details, .product .data, .product .description {
        width: 100%;
    }
    .product .image-container, .product .description {
        margin: 0px 0px 30px;
    }
    .button.giftcard {
        width: 100%;
        text-align: center;
        margin: 15px 0px 0px;
    }
    fieldset {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    legend {
        font-size: 1.2em;
        padding: 0px 15px;
    }
    .cartlist-list {
        font-size: 0.85em;
    }
    .cartlist-list .name {
        color: #999;
    }
    .cartlist-list .name > a {
        margin-left: 5px;
    }
    .product-list-style-thumbs .product-list .info {
        padding-right: 90px;
    }
}
@media screen and (max-width: 480px) {
    .cell-product .product-list {
        padding: 8px 10px 10px;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .product-list-style-tiles .product-list .buttons,
    .product-list-style-thumbs .product-list .buttons,
    .product-list-style-list .product-list .buttons,
    .product-list-style-tiles .product-list .image-container,
    .product-list-style-thumbs .product-list .image-container,
    .product-list-style-list .product-list .image-container,
    .product-list-style-tiles .product-list .info,
    .product-list-style-thumbs .product-list .info,
    .product-list-style-list .product-list .info {
        width: auto;
    }
    .product-list-style-tiles .product-list .info, .product-list-style-thumbs .product-list .info, .product-list-style-list .product-list .info {
        padding: 0px;
    }
    .product-list-style-tiles .product-list .buttons button, .product-list-style-thumbs .product-list .buttons button, .product-list-style-list .product-list .buttons button {
        margin: 0px;
    }
    .product-list-style-tiles .product-list .price, .product-list-style-tiles .product-list .buttons, .product-list-style-thumbs .product-list .price, .product-list-style-thumbs .product-list .buttons, .product-list-style-list .product-list .price, .product-list-style-list .product-list .buttons {
        position: static;
    }
    .product .buttons button {
        width: 100%;
        margin: 15px 0px 0px;
    }
    .product .buttons button:last-child {
        margin-top: 5px;
    }
    .product-list-style-thumbs .cell-product .box .price, .product-list-style-thumbs .product-list .info {
        text-align: center;
    }
    .product-list-style-thumbs .cell-product .box .price {
        margin: 5px 0px 10px;
    }
    .list-filter .selector.gray button, .list-filter .selector.gray .native-control select {
        margin-bottom: 5px;
    }
    .startpage .product-list .image-container {
        height: 100px;
    }
    .header-top .overflow-scroll .link-list:first-of-type {
        width: 64%;
        overflow-x: scroll;
        white-space: nowrap;
        border-right: 2px solid #ddd;
        box-shadow: inset -3px 0px 0px #eee;
    }
    .header-top .overflow-scroll .link-list:last-of-type {
        width: 36%;
        text-align: center;
    }
}
/******************************************************************************************************
#21 Ostogram extras
******************************************************************************************************/
dd.milkorigin > span {
    display: block;
    font-style: italic;
    font-size: 0.9em;
}

dd.milkinfo > span {
    display: block;
    font-size: 0.9em;
}

dd.milkinfo img {
    vertical-align: middle;
}

.text-article.single-column {
    margin: auto;
    max-width: 50rem;
}
.text-article.single-column span {
    font-family: inherit !important;
}

article.text-article h3 {
    margin: 30px 0px 20px;
}

.cell-giftcard-linked-product .item.comment {
    white-space: normal;
    font-size: 0.9em;
    font-style: italic;
    height: 60px;
    padding-top: 6px;
}

.gc-backbutton {
    clear: both;
    padding-bottom: 10px;
}

.giftcard-code-error-message {
    display: none;
}

article.giftcard-code-invalid .giftcard-code-error-message {
    display: block;
}

/* Comment upsale */
#productUpsaleOverbox .overbox-content {
    max-width: 500px;
}

#productUpsaleOverbox .image-container {
    width: 40%;
    float: left;
    padding: 10px;
}

#productUpsaleOverbox .image-container img {
    max-width: 100%;
}

#productUpsaleOverbox .info {
    margin: 0;
}

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

.upsale-product-info dl {
    float: right;
    width: 150px;
}

.upsale-product-info dt {
    width: 70px;
}

.upsale-product-info dd {
    text-align: right;
}

.upsale-product-info dd input {
    width: 70px;
}

.upsale-product-info .upsale-comment textarea {
    width: 100%;
    height: 100px;
}

#productUpsaleOverbox footer {
    clear: both;
}

#productUpsaleOverbox form div.product-list {
    float: left;
    margin-top: 5px;
}

#productUpsaleOverbox form div.product-list .price {
    margin: 0;
    text-align: left;
}

#productUpsaleOverbox form div.product-list .footnote {
    display: none;
}

#productUpsaleOverbox .info h4 {
    white-space: normal;
}

#productUpsaleOverbox .fail-message {
    padding: 0 10px 10px;
}

/* Small */
@media screen and (max-width: 480px) {
    #productUpsaleOverbox .upsale-product-info {
        width: 100%;
        float: none;
    }
    #productUpsaleOverbox form div.product-list,
    #productUpsaleOverbox form div.product-list .price {
        position: static;
    }
}
#shoppingCartList .comment-text {
    color: #555;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-upsale-comment {
    color: #555;
    font-size: 12px;
    font-style: italic;
    padding: 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cartlist-product .no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Date picker */
.datepicker {
    white-space: normal;
    display: inline-block;
}

.datepicker select {
    border: none;
    padding: 0;
}

.datepicker button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    vertical-align: auto;
}

.datepicker div.pika-single {
    min-height: 230px;
}

.datepicker .pika-single,
.datepicker .pika-label {
    z-index: 92;
}

.datepicker .pika-title select {
    z-index: 91;
}

.datepicker .is-today .pika-button {
    color: #e42c34; /*33aaff*/
}

.datepicker .pika-button {
    background: #f5f5f5;
}

.datepicker .is-selected .pika-button {
    color: #fff;
    background: #e42c34; /*33aaff*/
    box-shadow: inset 0 1px 3px #e27c81; /*178fe5*/
}

.datepicker .is-startrange .pika-button {
    background: #e42c34; /*6CB31D*/
}

.datepicker .is-endrange .pika-button {
    background: #e42c34; /*33aaff*/
}

.datepicker .pika-button:hover {
    color: #fff;
    background: #e27c81; /*ff8000*/
}

.datepicker.loading #deliverydateloading {
    display: none;
}

.datepicker.loading #deliverydateloading {
    display: block;
    height: 230px;
    line-height: 220px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    width: 260px;
    z-index: 94;
    font-weight: bold;
    background-position: center 60px;
}

.datepicker.loading #deliverydatecontainer {
    opacity: 0.2;
}

/* Checkout giftcard */
/*.giftcard-checkout .cartlist-list .operations,*/
.giftcard-checkout .cartlist-list .image {
    width: 15%;
    padding: 5px;
}

.giftcard-checkout .cartlist-list .name {
    width: 85%;
    padding: 10px 5px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flashCart {
    50% {
        box-shadow: 0 0 0 1px #492e32, 0 0 0 0.75rem rgba(73, 46, 50, 0.25);
    }
}
header .header-top {
    background: rgba(52, 38, 35, 0.0375);
    display: block;
}
header .header-top .center-content {
    display: flex;
    gap: 1rem;
}
header .header-top .link-list.inline {
    display: flex;
    gap: 1.5rem;
}
header .header-top .link-list.inline > li {
    position: relative;
}
header .header-top .link-list.inline > li > a {
    color: inherit;
    padding: 0.5rem 0;
}
header .header-top .link-list.inline > li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40%;
    background: #000;
    top: 50%;
    right: -0.75rem;
    opacity: 0.25;
    transform: translateY(-50%);
}
header .header-top .link-list.inline.align-right {
    margin-left: auto;
}
header .header-top .link-list.inline.align-right li:not(:last-child) {
    display: none;
}
header .header-top .id-button-login .icon {
    display: none;
}
header .header-top .selector.link-mode button {
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    color: inherit;
    font-weight: normal;
}
header .header-top .selector.link-mode button:after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
header .header-bottom {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(52, 38, 35, 0.125);
}
header .header-bottom .center-content {
    display: flex;
    align-items: center;
}
header .header-bottom .nav-control {
    color: #342623;
    font-size: 2.25rem;
    width: 12rem;
}
@media (min-width: 992px) {
    header .header-bottom .nav-control {
        display: none;
    }
}
header .header-bottom .logo {
    margin: 0 auto;
    float: none;
    width: auto;
    max-width: none;
}
header .header-bottom .logo a {
    text-indent: 0;
    font-size: 0;
    height: auto;
    width: 7rem;
}
header .header-bottom .logo a:before {
    content: url("/v2/img/logo.svg");
}
@media (min-width: 992px) {
    header .header-bottom .logo {
        width: 12rem;
        margin: 0;
    }
    header .header-bottom .logo a {
        width: 9rem;
    }
}
header .header-bottom .top-menu {
    margin: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.375s;
}
header .header-bottom .top-menu.in {
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
}
header .header-bottom .top-menu.in .box {
    transform: translateX(0);
}
header .header-bottom .top-menu .box {
    padding: 7rem 4rem 4rem;
    background: #FFF3F3;
    width: 100%;
    height: 100%;
    overflow: auto;
    transform: translateX(-100%);
    transition: transform 0.375s;
}
header .header-bottom .top-menu .box .mobile-menu-toggle {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #342623;
    font-size: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    background: rgba(52, 38, 35, 0.075);
}
header .header-bottom .top-menu .box .topnavigation {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
}
header .header-bottom .top-menu .box .topnavigation li {
    float: none;
}
header .header-bottom .top-menu .box .topnavigation li a {
    color: inherit;
    font-size: 2.25rem;
    padding: 0.25rem 0;
    margin: 0.25rem 0;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.25s;
}
header .header-bottom .top-menu .box .topnavigation li a:hover {
    border-color: rgba(52, 38, 35, 0.25);
}
@media (min-width: 992px) {
    header .header-bottom .top-menu .box .topnavigation li a {
        font-size: 1.125rem;
        border-bottom: 1px solid transparent;
    }
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu {
    position: relative;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu > a {
    display: flex;
    gap: 0.5rem;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    transition: transform 0.25s;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu {
    display: none;
    padding: 0.5rem 0 1rem;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu .navigation {
    display: block;
    margin: 0;
    padding: 0;
    border-width: 0;
    border-radius: 0;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu .navigation li:first-child {
    display: none;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu .navigation li a {
    display: inline-block;
    font-size: 1.375rem;
    border-width: 0;
    padding: 0.375rem 0;
    margin: 0;
    opacity: 0.85;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu .navigation li a:hover {
    border-color: inherit;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu .navigation li a .quantity {
    display: none;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu.open > a {
    border-color: transparent;
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu.open > a:after {
    transform: rotate(-180deg);
}
header .header-bottom .top-menu .box .topnavigation li.has-sub-menu.open .sub-menu {
    display: block;
}
@media (min-width: 992px) {
    header .header-bottom .top-menu .box .topnavigation {
        flex-direction: row;
        gap: 1.5rem;
    }
    header .header-bottom .top-menu .box .topnavigation li.has-sub-menu > a {
        gap: 0.25rem;
    }
    header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu {
        position: absolute;
        left: -1.25rem;
        z-index: 10;
        padding: 1.5rem;
        background: #FFF3F3;
        border-radius: 0.5rem;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(52, 38, 35, 0.125);
        width: 15rem;
    }
    header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu .navigation li a {
        font-size: 1rem;
        padding: 0;
        border-bottom: 1px solid transparent;
        transition: all 0.25s;
    }
    header .header-bottom .top-menu .box .topnavigation li.has-sub-menu .sub-menu .navigation li:last-child {
        border-top: 1px solid rgba(52, 38, 35, 0.125);
        padding-top: 0.75rem;
        margin-top: 0.75rem;
        display: none;
    }
}
@media (min-width: 992px) {
    header .header-bottom .top-menu {
        position: relative;
        visibility: visible;
    }
    header .header-bottom .top-menu .box {
        transform: translateX(0);
        padding: 0;
        height: auto;
        overflow: visible;
    }
    header .header-bottom .top-menu .box .mobile-menu-toggle {
        display: none;
    }
}
header .header-bottom .search {
    float: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.25rem);
    margin: 0;
    padding: 2rem;
    display: none;
}
header .header-bottom .search.in {
    display: block;
    animation: fadeIn 0.25s;
}
header .header-bottom .search .box {
    position: relative;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
    max-width: 35rem;
    margin: auto;
}
header .header-bottom .search .box > .button {
    display: none;
}
header .header-bottom .search .box .label {
    display: none;
}
header .header-bottom .search .box .input {
    padding: 0;
    position: relative;
}
header .header-bottom .search .box .input .search-input {
    font-size: 1.25rem;
    position: relative;
}
header .header-bottom .search .box .input .search-input:before {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.5);
}
header .header-bottom .search .box .input .search-input input[type=text] {
    padding: 1.75rem 2.25rem 1.75rem 4rem;
    border-radius: 0.5rem 0.5rem 0 0;
    border-width: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    font-size: inherit;
}
header .header-bottom .search .box .input .search-input input[type=text]::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
header .header-bottom .search .box .input .search-input .close-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
    font-size: 1.5rem;
    background: transparent;
    padding: 0;
    color: #492e32;
}
header .header-bottom .search .box .search-extra {
    padding: 1.5rem 2.25rem 2rem;
}
header .header-bottom .search .box .search-extra.in {
    display: block;
}
header .header-bottom .search .box .search-extra button {
    border-width: 0;
    border-radius: 0;
    padding: 0.675rem 0;
    font-size: 1rem;
}
header .header-bottom .search .box .search-extra button:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    margin-left: auto;
    text-align: center;
}
header .header-bottom .search .box .search-extra button:hover {
    background: transparent;
}
header .header-bottom .search .box .search-extra button.on-off {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    text-indent: 0;
    align-items: center;
    padding: 0.25rem 0;
}
header .header-bottom .search .box .search-extra button.on-off:before {
    display: none;
}
header .header-bottom .search .box .search-extra button.on-off:after {
    content: "\e5b1";
    font-size: 1.5rem;
    transform: scaleX(-1);
}
header .header-bottom .search .box .search-extra button.on-off.on {
    background: transparent;
}
header .header-bottom .search .box .search-extra button.on-off.on:after {
    transform: scaleX(1);
    color: green;
}
header .header-bottom .search .box .search-extra .selector button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
}
header .header-bottom .search .box .search-extra .selector button:after {
    position: relative;
    content: "\f0d7";
    border-width: 0;
    width: 1.75rem;
    top: auto;
    right: auto;
}
header .header-bottom .search .box .search-extra .selector.open button:after {
    transform: rotate(-180deg);
}
header .header-bottom .search .box .search-extra .selector ul {
    margin-top: -5px;
    left: -15px;
    right: -15px;
    max-width: none;
}
header .header-bottom .mobile-cart {
    order: 3;
    width: 12rem;
    justify-content: flex-end;
    position: relative;
    padding-left: 0.5rem;
    display: none;
}
header .header-bottom .mobile-cart .flashShoppingCart {
    animation: none;
}
header .header-bottom .mobile-cart .flashShoppingCart .cart-summery {
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-name: flashCart;
}
header .header-bottom .mobile-cart.show {
    display: flex;
}
header .header-bottom .mobile-cart .box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
header .header-bottom .mobile-cart a {
    color: inherit;
    font-size: 1.25rem;
    padding: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    box-shadow: 0 0 0 1px rgba(52, 38, 35, 0.125);
}
header .header-bottom .mobile-cart a.cart-summery {
    font-size: 0;
    position: relative;
    text-align: center;
    line-height: inherit;
}
header .header-bottom .mobile-cart a.cart-summery:before {
    content: "\f290";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 1.25rem;
}
header .header-bottom .mobile-cart a.cart-summery .icon {
    display: none;
}
header .header-bottom .mobile-cart a.cart-summery .quantity {
    font-size: 0.75rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 1.25rem;
    min-width: 1.25rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(25%, -25%);
    background: #342623;
    color: #FFF3F3;
}
header .header-bottom .mobile-cart a:hover {
    text-decoration: none;
    box-shadow: 0 0 0 1px #342623;
}
@media (min-width: 992px) {
    header .header-bottom {
        padding: 1.25rem 0;
    }
}

.autocomplete-suggestions {
    background: #342623;
    padding: 1rem 0;
    color: #FFF3F3;
    transform: translate(1px, -3px);
    border-radius: 0.5rem;
}
.autocomplete-suggestions .autocomplete-suggestion {
    padding: 0.125rem 1rem;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background: rgba(255, 255, 255, 0.05);
}

.breadcrums {
    padding: 1.25rem 0;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.breadcrums li {
    font-size: 0.85rem;
}
.breadcrums li:after {
    content: "·";
    display: inline-block;
    font-size: inherit;
    width: 1.75rem;
    text-align: center;
    opacity: 0.75;
}
.breadcrums li:first-child a {
    font-size: 0;
}
.breadcrums li:first-child a:before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 0.85rem;
}
.breadcrums li:last-child:not(:first-child) {
    opacity: 0.75;
}

footer {
    background: #342623;
    color: #FFF3F3;
    padding: 3rem 0;
}
footer a {
    color: inherit;
    display: inline-block;
    padding: 0.125rem 0;
    opacity: 0.85;
    border-bottom: 1px solid transparent;
    transition: all 0.25s;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
    opacity: 1;
}
footer .cell.group-4 {
    width: 100%;
}
footer .cell:not(:first-child) {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 243, 243, 0.25);
}
footer .link-list {
    padding: 0;
    margin: 0;
}
footer .link-list li {
    margin-bottom: 0.25rem;
}
footer .link-list li h6 {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
footer .link-list li a .fa {
    margin-right: 0.5rem;
}
footer address {
    margin: 0;
}
footer address dl dt {
    display: none;
}
footer address dl dd {
    margin-bottom: 0.25rem;
}
footer address .footnote {
    font-size: 0.85rem;
    opacity: 0.85;
    display: inline-block;
    margin-top: 1rem;
}
footer .footer-logo {
    clear: both;
    padding-top: 4rem;
}
footer .footer-logo fieldset {
    border-color: #FFF3F3;
    padding: 0;
    margin: 0;
}
footer .footer-logo fieldset img {
    width: 100%;
    max-width: 8rem;
}
@media (min-width: 992px) {
    footer {
        padding: 6rem 0;
    }
    footer .cell.group-4 {
        width: 25%;
    }
    footer .cell:not(:first-child) {
        margin-top: 0;
        padding-top: 0;
        border-top-width: 0;
    }
    footer .footer-logo fieldset img {
        max-width: 20rem;
    }
}

.product-group {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
}
.product-group.justify-center {
    justify-content: center;
}
.product-group .group-1 {
    flex: 0 0 100%;
}
.product-group .group-6 {
    float: none;
    width: 100%;
}
@media (min-width: 768px) {
    .product-group .group-6 {
        flex: 0 0 50%;
    }
}
@media (min-width: 992px) {
    .product-group .group-6 {
        flex: 0 0 33.333%;
    }
}
.product-group .cell-product {
    padding: 0 0 2rem;
}
.product-group .cell-product .box {
    height: 100%;
}
.product-group .cell-product .product-list {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-group .cell-product .product-list .campaign-banner-wrap {
    position: absolute;
    z-index: 1;
    left: 1rem;
    top: 1rem;
}
.product-group .cell-product .product-list .campaign-banner-wrap .campaign-banner {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 100%;
    background: #cc0018;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #cc0018;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.product-group .cell-product .product-list a {
    color: inherit;
}
.product-group .cell-product .product-list a .image-container {
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 2rem;
}
.product-group .cell-product .product-list a .image-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-group .cell-product .product-list a h4 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
    max-width: 20rem;
    text-wrap: balance;
    margin: 0 auto 0.25rem;
    text-align: center;
    white-space: normal;
    text-overflow: inherit;
    overflow: visible;
}
.product-group .cell-product .product-list a dl {
    display: none;
}
.product-group .cell-product .product-list a .price {
    opacity: 0.675;
    font-size: 1rem;
    text-align: center;
    line-height: inherit;
}
.product-group .cell-product .product-list a .price span {
    font-size: inherit;
}
.product-group .cell-product .product-list a .price.extra {
    font-weight: bold;
    color: #cc0018;
    opacity: 1;
    font-size: 2rem;
    margin-top: 0.5rem;
}
.product-group .cell-product .product-list a .price.extra .extra-label {
    display: none;
}
.product-group .cell-product .product-list a .price .footnote {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.product-group .cell-product .product-list .buttons {
    text-align: inherit;
    margin-top: auto;
    padding-top: 0.25rem;
    display: flex;
    align-content: center;
    justify-content: center;
}
.product-group .cell-product .product-list .buttons button {
    display: block;
    background: #fff;
    border: 1px solid rgba(52, 38, 35, 0.25);
    color: #342623;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    min-width: 10rem;
    text-align: center;
    transition: all 0.25s;
}
.product-group .cell-product .product-list .buttons button:hover {
    border-color: #342623;
}
.product-group .cell-product .product-list .buttons button:active {
    background: rgba(52, 38, 35, 0.125);
}
.product-group .cell-product .product-list .buttons button.id-overbox-wishlist {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    min-width: 0;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
}
.product-group .cell-product .product-list .buttons button.id-overbox-wishlist:before {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.25rem;
    font-weight: 300;
}
.product-group .cell-product .product-list .buttons button.id-overbox-wishlist .icon {
    display: none;
}
.product-group .cell-product .product-group-footer {
    text-align: center;
    padding-top: 1rem;
}
.product-group .cell-product .product-group-footer a {
    font-size: 1rem;
    background: #342623;
    color: #FFF3F3;
    border-radius: 10rem;
    padding: 0.85rem 1.5rem;
    text-decoration: none;
}
.product-group .cell-product .product-group-footer a .fa:before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}
.product-group .cell-product .product-group-footer a:hover {
    color: #fff;
}
@media (min-width: 768px) {
    .product-group {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .product-group .cell-product {
        padding: 0 1.25rem 2.5rem;
    }
}

.product {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem;
    position: relative;
}
.product .image-container {
    border-width: 0;
    margin: 0;
    padding: 0;
}
.product .image-container img {
    max-height: none;
}
@media (min-width: 768px) {
    .product .image-container {
        margin-right: 5%;
        margin-bottom: 2rem;
    }
}
.product button.print-btn {
    float: right;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    min-width: 0;
    font-size: 0.75rem;
}
@media (min-width: 768px) {
    .product button.print-btn {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }
}
.product h1 {
    font-size: 2rem;
    font-style: normal;
    font-family: inherit;
    text-align: center;
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .product h1 {
        text-align: left;
        font-size: 3rem;
        letter-spacing: -0.075rem;
    }
}
.product .price.extra {
    color: #cc0018;
}
.product .price .footnote {
    font-size: 1rem;
}
.product .price .footnote:empty {
    display: none;
}
.product .buttons form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}
.product .buttons form label {
    width: auto;
}
.product .buttons form button {
    border-radius: 10rem;
}
.product .buttons form button.buy {
    margin-left: 0.5rem;
    background: #492e32;
    border: 1px solid;
}
.product .buttons form button.buy.disabled {
    color: #fff;
    opacity: 0.5;
}
.product .buttons form button.small-text {
    font-size: inherit;
    background: transparent;
    order: 2;
}
.product .description {
    margin-top: 2rem;
}
.product .description h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}
.product .data h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}
.product:after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 992px) {
    .product {
        padding: 4rem;
    }
}

a.gray, button.gray, .button.gray, span.gray, span.button.gray {
    color: #555;
    background-color: transparent;
    border: 1px solid rgba(52, 38, 35, 0.125);
    border-radius: 10rem;
    transition: all 0.25s;
}
a.gray:hover, button.gray:hover, .button.gray:hover, span.gray:hover, span.button.gray:hover {
    background-color: transparent;
    border-color: #342623;
}
a.gray.disabled, button.gray.disabled, .button.gray.disabled, span.gray.disabled, span.button.gray.disabled {
    cursor: default;
    opacity: 0.5;
}
a.gray.disabled.on, button.gray.disabled.on, .button.gray.disabled.on, span.gray.disabled.on, span.button.gray.disabled.on {
    color: #e42c34;
}
a a, button a, .button a, span a, span.button a {
    text-decoration: underline;
    margin-left: 0.25rem;
}
a.on-off, button.on-off, .button.on-off, span.on-off, span.button.on-off {
    display: flex;
    align-items: center;
    text-indent: 0;
}
a.on-off:before, button.on-off:before, .button.on-off:before, span.on-off:before, span.button.on-off:before {
    position: static;
    background: #342623 !important;
    opacity: 0.25;
    border-radius: 10rem;
    margin-right: 0.5rem;
}
a.on-off.on, button.on-off.on, .button.on-off.on, span.on-off.on, span.button.on-off.on {
    background: rgba(52, 38, 35, 0.075);
    border-color: #342623;
}
a.on-off.on:before, button.on-off.on:before, .button.on-off.on:before, span.on-off.on:before, span.button.on-off.on:before {
    opacity: 1;
}

.buttons {
    display: flex;
    gap: 0.5rem;
}

.question {
    display: flex;
    gap: 1rem;
    border-top: 1px solid rgba(52, 38, 35, 0.125);
    padding: 1rem 0;
    align-items: center;
    font-size: 1.125rem;
    cursor: pointer;
}
.question:hover {
    color: #492e32;
}
.question p {
    margin: 0;
}
.question:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 1.25rem;
    font-weight: 300;
    margin-left: auto;
    transition: all 0.25s;
}
.question.open {
    font-weight: bold;
}
.question.open:after {
    transform: rotate(180deg);
}

.answer {
    display: none;
    padding-bottom: 1rem;
    opacity: 0.85;
}
.answer p {
    margin: 0 0 1rem;
}
.answer.show {
    display: block;
    animation: fadeIn 0.5s;
}

.flexslider {
    display: none !important;
}

html {
    font-size: clamp(0.85rem, 0.913vw + 0.02rem, 1rem);
}
html.menu-open {
    overflow: hidden;
}

body {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    font-family: "Funkis Norins Ost 01x", "Helvetica Neue", sans-serif;
    background: #FFF3F3;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

main {
    padding: 0;
}

a {
    color: #492e32;
    text-decoration: none;
    transition: all 0.25s;
}

.center-content {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    max-width: 100rem;
}
@media (min-width: 992px) {
    .center-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.column-right,
.startpage .text-article,
.column-left,
.mobile-help,
.startpage .breadcrums,
.column-left .cell.mq-medium-hide {
    display: none;
}

.startpage {
    display: none;
}
.startpage .header-bottom {
    border-width: 0;
}
.startpage .product-group .cell.group-1 .banner div {
    display: none;
}
.startpage .product-group .cell-product:nth-child(n+8):not(:last-child) {
    display: none;
}
.startpage .card-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem 5rem;
}
.startpage .card-group .card-column {
    flex: 0 0 50%;
    padding: 1rem;
}
.startpage .card-group .card {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(52, 38, 35, 0.125);
    border-radius: 0.5rem;
}
.startpage .card-group .card .card-image {
    position: relative;
    padding-bottom: 56.25%;
    background: #000;
}
.startpage .card-group .card .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.startpage .card-group .card .card-body {
    padding: 1rem 2rem;
}
.startpage .card-group .card .card-body h3 {
    font-weight: 500;
    font-size: 1.75rem;
}
.startpage.show {
    display: block;
    animation: fadeIn 0.5s;
}

.column-middle {
    overflow: visible;
    padding-bottom: 6rem;
}

.text-article {
    padding: 3rem 0;
    font-size: 1rem;
    max-width: 50rem;
    margin: auto;
}
.text-article h1 {
    font-family: "citrus-gothic-inline";
    margin: 0 0 1rem;
}
.text-article span[style*="font-size: 24pt"] {
    font-family: "citrus-gothic-inline" !important;
    font-size: 5rem !important;
}
.text-article span[style*="font-size: 24pt"] strong {
    font-weight: normal;
}
.text-article h4 {
    font-size: 1.25rem;
}
.text-article .text-right {
    margin-left: 3rem;
}
.text-article .giftcard-code {
    margin: 2rem 0;
}
.text-article .giftcard-code form {
    display: flex;
    gap: 0.5rem;
}
.text-article .giftcard-code form input {
    border-radius: 10rem;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    min-width: 20rem;
}
.text-article .column-1 {
    max-width: none;
    padding: 0;
}
.text-article .id-register-form dl {
    display: flex;
    flex-wrap: wrap;
}
.text-article .id-register-form dl dt {
    float: none;
}
.text-article .id-register-form dl dd {
    float: none;
    flex: 0 0 100%;
    margin: 0 0 0.25rem;
}
.text-article .id-register-form dl dd input, .text-article .id-register-form dl dd textarea {
    width: 100%;
    padding: 0.675rem 0.75rem;
    border: 1px solid rgba(52, 38, 35, 0.25);
    border-radius: 0.375rem;
    transition: all 0.25s;
}
.text-article .id-register-form dl dd input:focus, .text-article .id-register-form dl dd textarea:focus {
    border-color: #342623;
    box-shadow: 0 0 0 2px rgba(52, 38, 35, 0.125);
}
.text-article .id-register-form dl dd button {
    width: auto;
    min-width: 0;
}
.text-article .id-register-form dl dd .selector {
    width: 100%;
    max-width: none;
}
.text-article .id-register-form dl dd .selector button {
    width: 100%;
    padding: 0.675rem 0.75rem;
    border: 1px solid rgba(52, 38, 35, 0.25);
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.text-article .id-register-form dl dd .selector button:after {
    position: static;
    margin-left: auto;
}
@media (min-width: 992px) {
    .text-article .id-register-form dl {
        align-items: center;
    }
    .text-article .id-register-form dl dd {
        flex: 0 0 70%;
        margin: 0.5rem 0;
    }
}
.text-article .id-register-form .form-buttons .submit-form {
    background: #492e32;
    color: #fff;
    border-width: 0;
}
@media (min-width: 992px) {
    .text-article h1 {
        font-size: 5rem;
    }
}

.hero {
    background: #121418;
    color: #FEF496;
    margin: 0 0 4rem;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1480px) {
    .hero {
        margin: 0 3rem 5rem;
        border-radius: 0.75rem;
    }
}
.hero .hero-alert {
    position: relative;
    z-index: 1;
    background: #ffc283;
    color: #000;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    display: none;
}
.hero .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: calc(4rem + 4vw) 0;
}
@media (min-width: 992px) {
    .hero .hero-content {
        padding: calc(8rem + 4vw) 0;
    }
}
.hero .hero-content h1 {
    font-size: 6rem;
    font-style: italic;
    text-wrap: balance;
    line-height: 1.125;
}
@media (min-width: 992px) {
    .hero .hero-content h1 {
        font-size: 8rem;
    }
}
.hero .hero-content p {
    font-size: 1.25rem;
    text-wrap: balance;
    max-width: 60rem;
    margin: auto;
}
@media (min-width: 992px) {
    .hero .hero-content p {
        font-size: 1.5rem;
    }
}
.hero .hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}

.teaser-group {
    display: flex;
    margin: 1rem -1rem 5rem;
    flex-direction: column;
}
.teaser-group .teaser-column {
    flex: 0 0 50%;
    padding: 1rem;
}
.teaser-group .teaser {
    display: block;
    color: #342623;
    text-decoration: none;
}
.teaser-group .teaser .teaser-image {
    padding-bottom: 60%;
    background: #000;
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem;
}
.teaser-group .teaser .teaser-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    transition: all 0.25s;
}
.teaser-group .teaser .teaser-text {
    padding: 1.5rem;
    text-align: center;
    background: #FFF3F3;
    position: relative;
    margin: -3rem 15% 0;
    border-radius: 0.375rem;
}
.teaser-group .teaser .teaser-text h3 {
    font-size: 1.75rem;
    margin: 0;
}
.teaser-group .teaser .teaser-text p {
    font-size: 1rem;
    color: #492e32;
    margin: 0;
}
.teaser-group .teaser:hover .teaser-image img {
    opacity: 0.75;
    transform: scale(1.05);
}
@media (min-width: 992px) {
    .teaser-group {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.teaser-group .teaser-group-footer {
    flex: 0 0 100%;
    text-align: center;
    padding-top: 3rem;
}
.teaser-group .teaser-group-footer a {
    font-size: 1rem;
    background: #342623;
    color: #FFF3F3;
    border-radius: 10rem;
    padding: 0.85rem 1.5rem;
    text-decoration: none;
}
.teaser-group .teaser-group-footer a .fa:before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}
.teaser-group .teaser-group-footer a:hover {
    color: #fff;
}

fieldset {
    text-align: center;
    border-width: 0;
    border-top: 0.375rem double #000;
}
fieldset legend {
    font-size: 2rem;
    font-style: italic;
    padding: 0 1rem;
    font-family: "citrus-gothic-inline";
}
@media (min-width: 992px) {
    fieldset legend {
        font-size: 3rem;
    }
}

.product-list-header, .search-header {
    text-align: center;
    padding-bottom: 3rem;
}
.product-list-header h1, .search-header h1 {
    margin: 0;
    font-style: italic;
}
@media (min-width: 992px) {
    .product-list-header h1, .search-header h1 {
        font-size: 6rem;
    }
}
.product-list-header .intro, .search-header .intro {
    max-width: 55rem;
    margin: auto;
}
.product-list-header .intro p, .search-header .intro p {
    font-size: 1.25rem;
    display: inline;
}
.product-list-header .quick-links, .search-header .quick-links {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}
.product-list-header .quick-links li a, .search-header .quick-links li a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #342623;
    border: 1px solid rgba(52, 38, 35, 0.25);
    text-decoration: none;
    border-radius: 10rem;
}
.product-list-header .quick-links li a .quantity, .search-header .quick-links li a .quantity {
    display: none;
}
.product-list-header .quick-links li a:hover, .search-header .quick-links li a:hover {
    border-color: #342623;
}

.special-list-header {
    text-align: center;
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .special-list-header {
        margin-bottom: 4rem;
    }
    .special-list-header h1 {
        font-size: 6rem;
    }
}

.list-options {
    margin-bottom: 2rem;
    display: none;
}

.id-product-list-filter, .id-product-list-options {
    display: none;
}

.pager {
    padding-top: 1rem;
}
.pager ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.pager ul li a {
    width: 2.5rem;
    height: 2.5rem;
    color: #342623;
    border-radius: 10rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px rgba(52, 38, 35, 0.125);
    text-decoration: none;
}
.pager ul li a.active {
    background: #342623;
    box-shadow: 0 0 0 1px #342623;
    color: #FFF3F3;
}
.pager ul li a.symbol {
    font-size: inherit;
}
.pager ul li span.symbol {
    display: none;
}
.pager ul li a:hover {
    box-shadow: 0 0 0 1px #342623;
}

.checkout-page main .cell:not(.group-1) {
    max-width: 50rem;
    float: none;
    margin: auto;
}
.checkout-page .checkout-info-text h1 {
    margin: 0;
    font-style: italic;
}
@media (min-width: 992px) {
    .checkout-page .checkout-info-text h1 {
        font-size: 5rem;
    }
}
.checkout-page .checkout-info-text span {
    font-family: inherit !important;
}
.checkout-page .checkout-info-text a {
    text-decoration: underline;
}
.checkout-page .checkout h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.checkout-page a.on-off.no-background {
    flex-direction: column;
    border-radius: 0.25rem;
    width: 8rem;
}
.checkout-page a.on-off.no-background img {
    margin-top: 1rem;
}

.overbox h3 .icon {
    display: none;
}
.overbox a {
    color: #492e32;
}
.overbox a.help {
    text-decoration: underline;
}

button, a.button {
    background: #492e32;
    padding: 0.5rem 1.25rem;
    border-radius: 10rem;
    font-size: 1rem;
    font-weight: 500;
}
button:hover, a.button:hover {
    background: rgb(104.2857142857, 65.7142857143, 71.4285714286);
}
button.giftcard, a.button.giftcard {
    font-size: inherit;
}

input, textarea, button {
    outline: 0;
}

h1 {
    font-family: "citrus-gothic-inline", Georgia;
    font-style: italic;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

button {
    background-image: none;
}

@media print {
    body {
        background: transparent;
    }
    header, .breadcrums, footer {
        display: none;
    }
    .center-content {
        padding: 0;
        max-width: none;
    }
    .product {
        padding: 0;
        max-width: 50rem;
        margin: 0 auto;
    }
    .product button.print-btn {
        display: none;
    }
    .product:before {
        content: url(logo.svg);
        display: block;
        max-width: 10rem;
        margin: auto;
    }
    .product .image-container {
        border-width: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    .product .image-container img {
        max-height: 10rem;
    }
    .product .info {
        width: 100%;
    }
    .product .info h1 {
        text-align: center;
        font-size: 2rem;
    }
    .product .info .price {
        border-width: 0;
        border-radius: 0.25rem;
        font-size: 1.5rem;
        padding: 0 0 3rem;
        margin-bottom: 2rem;
        background: transparent;
        width: 100%;
        border-bottom: 2px solid #eee;
    }
    .product .info .price .footnote {
        display: block;
        font-size: 1rem;
    }
    .product .info .buttons {
        display: none;
    }
    .product .description h2 {
        font-size: 1.5rem;
    }
    .product .description .table-style {
        display: flex;
        flex-wrap: wrap;
    }
    .product .description .table-style dt {
        float: none;
        width: auto;
        flex: 0 0 25%;
        margin: 0;
        font-weight: bold;
        display: flex;
    }
    .product .description .table-style dt:after {
        content: "";
        flex: 1;
        display: block;
        border-bottom: 1px dotted #aaa;
        margin: 0.25rem 0.5rem;
    }
    .product .description .table-style dd {
        flex: 0 0 25%;
        margin: 0;
    }
    .product .data h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .product .data dl {
        display: flex;
        flex-wrap: wrap;
    }
    .product .data dl dt {
        float: none;
        flex: 0 0 25%;
        margin: 0;
        font-weight: bold;
        display: flex;
    }
    .product .data dl dt:after {
        content: "";
        flex: 1;
        display: block;
        border-bottom: 1px dotted #aaa;
        margin: 0.25rem 0.5rem;
    }
    .product .data dl dd {
        flex: 0 0 75%;
        margin: 0;
    }
    .product .data dl dd.milkorigin {
        border-width: 0 !important;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .product .data dl dd.milkorigin span {
        font-style: normal;
    }
    .product .data dl dd.milkorigin img {
        display: none;
    }
    .product .data dl dd.milkinfo {
        display: flex;
    }
    .product .data dl dd.milkinfo > span:not(:last-child) span:after {
        content: ",";
        margin-right: 0.25rem;
    }
    .product .data dl dd.milkinfo img {
        display: none;
    }
    .product .image-container, .product .description, .product .data {
        width: 100%;
    }
}

.mobile-menu.mq-medium-show.mq-small-show { display: none; }
