@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,latin-ext);
@font-face {
    font-family: "bitterregular";
    src: url("../fonts/../fonts/bitter-regular-webfont.eot");
    src: url("../fonts/bitter-regular-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/bitter-regular-webfont.woff2") format("woff2"),
        url("../fonts/bitter-regular-webfont.woff") format("woff"),
        url("../fonts/bitter-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "bitteritalic";
    src: url("../fonts/bitter-italic-webfont.eot");
    src: url("../fonts/bitter-italic-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/bitter-italic-webfont.woff2") format("woff2"),
        url("../fonts/bitter-italic-webfont.woff") format("woff"),
        url("../fonts/bitter-italic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "bitterbold";
    src: url("../fonts/bitter-bold-webfont.eot");
    src: url("../fonts/bitter-bold-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/bitter-bold-webfont.woff2") format("woff2"),
        url("../fonts/bitter-bold-webfont.woff") format("woff"),
        url("../fonts/bitter-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "bitterbold_italic";
    src: url("../fonts/bitter-bolditalic-webfont.eot");
    src: url("../fonts/bitter-bolditalic-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/bitter-bolditalic-webfont.woff2") format("woff2"),
        url("../fonts/bitter-bolditalic-webfont.woff") format("woff"),
        url("../fonts/bitter-bolditalic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "janda_romanticregular";
    src: url("../fonts/../fonts/jandaromantic-webfont.eot");
    src: url("../fonts/jandaromantic-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/jandaromantic-webfont.woff2") format("woff2"),
        url("../fonts/jandaromantic-webfont.woff") format("woff"),
        url("../fonts/jandaromantic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "kraftstoff_huregular";
    src: url("../fonts/kraftstoff-regular-hu-webfont.eot");
    src: url("../fonts/kraftstoff-regular-hu-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/kraftstoff-regular-hu-webfont.woff2") format("woff2"),
        url("../fonts/kraftstoff-regular-hu-webfont.woff") format("woff"),
        url("../fonts/kraftstoff-regular-hu-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome6';
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), 
        url("../fonts/fa-solid-900.ttf") format("truetype"); 
    font-style: normal;
    font-weight: 400;
    font-display: block;
}
body {
    overscroll-behavior: none;
}

/*BASIC==========================================================================*/

html,
body,
address,
blockquote,
div,
dl,
form,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
figure {
    margin: 0;
    padding: 0;
}
img,
fieldset {
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px dashed #c6c4b9;
}
textarea {
    resize: vertical;
    min-height: 34px;
}
html {
    height: 100%;
}
html,
body {
    -webkit-text-size-adjust: none;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.52857143;
    color: #534653;
    background-color: rgb(254 254 251);
    position: relative;
    padding-bottom: 200px;
    min-height: 100%;
}
body.x-body {
    font-size: 16px;
}
a {
    color: #e6874e;
    text-decoration: none;
}
a {
    text-decoration: none;
    outline: 0;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #cb7440;
}
a:not([href]):not([onclick]):hover,
a:not([href]):not([onclick]):focus {
    color: #e6874e;
}
.input-group label.error,
.form-group label.error {
    display: block;
    font-weight: normal;
    color: #a94442;
    background-color: #f2dede;
    border: 1px #ebccd1 solid;
    margin-top: 3px;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
}
.radiolabel {
    margin: 0 5px;
}

/*MAIN==========================================================================*/

.main {
    padding-top: 50px;
}
.mainsearch {
    padding-top: 20px;
}
p {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #534653;
    font-family: "bitterregular";
    margin: 50px 0 25px;
    font-weight: normal;
}
.simple-list {
    list-style: none;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.simple-list li {
    padding: 3px 0;
}
dt {
    font-family: "bitterregular";
    margin: 50px 0 25px;
    font-weight: normal;
    font-size: 2rem;
}
.topmargin {
    margin-top: 50px;
}
.btn-blue {
    background: url(../images/blue_btn_bg.png) 0px 0px repeat;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.61857;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
    padding: 7px 20px;
    margin-left: 1px;
    border-radius: 3px;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #375151;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.btn-blue:active {
    opacity: 0.9;
    background: url(../images/blue_btn_bg.png) 0px 0px repeat;
}
.btn-violet {
    background: url(../images/violet_btn_bg.png) 0px 0px repeat;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.61857;
    font-family: "bitterregular";
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
    padding: 7px 20px;
    border-radius: 3px;
}
.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active {
    color: #423c42;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.btn-violet:active {
    opacity: 0.9;
    background: url(../images/violet_btn_bg.png) 0px 0px repeat;
}
.btn-orange {
    background: url(../images/orange_btn_bg.png) 0px 0px repeat;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.61857;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
    padding: 7px 20px;
    border-radius: 3px;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #805840;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.btn-orange:active {
    opacity: 0.9;
    background: url(../images/orange_btn_bg.png) 0px 0px repeat;
}
.btn-gray {
    background-color: #c4c4c4;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.61857;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
    padding: 7px 20px;
    border-radius: 3px;
}
.btn-lg {
    padding: 7px 24px !important;
    font-size: 18px !important;
    height: 46px !important;
    line-height: 1.21857 !important;
}
.order-buttons .btn {
    margin-left: 1px;
}
.bold {
    font-weight: 500;
}

:root {
    --primary-red-600: hsl(26, 88%, 65%);
    --primary-red-550: hsl(29, 80%, 70%);
    --primary-blue-600: #8ccfd4;
    --primary-blue-550: hsl(184, 45%, 78%);
    --webshop-primary-color: var(--primary-blue-600);
}

/*CONTENT==========================================================================*/

header.webshop-header, .header {
    position: relative;
    padding-bottom: 5px;
    background-color: var(--webshop-primary-color);
    /* background-image: url(../images/noisy_bg.png), url(../images/header_bg.png); */
    background-image: url(../images/noisy_bg.png), url(../images/header_bg.png), linear-gradient(165deg, var(--webshop-primary-color) 50%, oklch(from var(--webshop-primary-color) calc(l * 1.1) c h) 100%);
    background-repeat: repeat, no-repeat, repeat;
    background-position: 0px 0px, top center , 0px 0px;
    background-blend-mode: multiply, normal, normal;
    background-size: contain, 1920px, contain;
    background-clip: content-box;
    width: 100vw;
    border-image:  url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ddd' stroke-width='2' stroke-dasharray='4%2c4.3' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-image-slice: 2;
    border-width: 0 0 3px 0;
    border-style: solid;
}
header.webshop-header {
    display: grid;
    --side-padding: calc(((100vw - 1170px) / 2) + 10px);
    grid-template-columns: minmax(8px, var(--side-padding)) repeat(10, 1fr) minmax(8px, var(--side-padding));
    grid-template-rows: auto 1fr auto;
    grid-template-areas: 
        'lmargin logo sitemenu sitemenu sitemenu sitemenu sitemenu sitemenu login login cart rmargin'
        'lmargin menu menu menu menu menu menu menu search search search rmargin'
        'lmargin slider slider slider slider slider slider slider slider slider slider rmargin';;
}
.webshop-header .top-logo {
    grid-area: logo;
}
.webshop-header .top-cart {
    grid-area: cart;
    position: relative;
}
.webshop-header .main-menu {
    grid-area: sitemenu;
}
.webshop-header .page-nav {
    grid-area: sitemenu;
}
.webshop-nav {
    grid-area: menu;
}
.top-slider {
    grid-area: slider;
}
header.webshop-header:after, .header:after {
    background: linear-gradient(-45deg, rgba(254, 254, 251, 1) 45%, rgba(11, 33, 36, 0.15) 55%, rgba(254, 254, 251, 0) 70%), linear-gradient(45deg, rgba(254, 254, 251, 1) 45%, rgba(11, 33, 36, 0.15) 55%, rgba(254, 254, 251, 0) 70%);
    background-position: top;
    background-repeat: repeat-x;
    background-size: 9px 9px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 4.5px;
}
.webshop-header .search-form {
    grid-area: search;
    display: flex;
}
.wrapper {
    margin: -16px auto 0 auto;
    min-height: 16px;
}
.top {
    background: #a5c5ca url(../images/top_bg.png) 0px 0px repeat;
    width: 100%;
}
.top-logo {
    margin-top: 10px;
}
img#top-logo {
    width: 80px;
}
img#top-logo:hover {
    width: 80px;
    filter: grayscale(0.8) contrast(0.8) brightness(1.3);
}
#landingpage .top-logo {
    float: none;
    margin-bottom: 10px;
}

/*DROPDOWNS==========================================================================*/

*:has(> .dropdown-menu) {
    position: relative;
}
@media (hover: hover) {
    *:has(> .dropdown-menu):hover > .dropdown-menu, .dropdown-menu:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }
}
@media (hover: none) {
    /*a:has(~ .dropdown-menu):focus ~ .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }*/
    .dropdown-menu-toggle:has(input:checked) ~ .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }
}
.dropdown-menu {
    left: 50%;
    right: auto;
    text-align: center;
    position: absolute;
    transform: translate(-50%, 0);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 1000;
    padding: 5px 0;
    margin: 2px 0 0;
    top: 95%;
    background-color: rgb(254 254 251);
}
.webshop-header .dropdown-menu-toggle {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    background-color: transparent;
    border: 0;
}
.webshop-header .dropdown {
    margin-top: 4px !important;
}
.webshop-header .dropdown-menu > li {
    text-align: center;
    display: block;
    border-top: 1px solid #efece7;
}
.webshop-header .dropdown-menu > li:first-child {
    border-top: none;
}
.webshop-header .dropdown-menu > li > a {
    clear: both;
    color: #8c858c;
    display: block;
    font-weight: normal;
    line-height: 1.92857;
    font-size: 1.3rem;
    padding: 0px 15px;
    white-space: nowrap;
    text-shadow: none;
}
.webshop-header .dropdown-menu > li > form > button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgb(254 254 251);
    border-top-color: #e0dcd4;
    clear: both;
    color: #8c858c;
    font-weight: normal;
    line-height: 1.92857;
    font-size: 1.3rem;
    padding: 0px 15px;
    white-space: nowrap;
    text-shadow: none;
    border: none;
}
.webshop-header .dropdown-menu > li > form > button:hover {
    color: #e6874e;
}
.webshop-header .dropdown-menu > li.logout {
    background: url(../images/th_bg.png) 0px 0px repeat;
    border-top-color: #e0dcd4;
}
.webshop-header .dropdown-menu > li > a:hover,
.webshop-header .dropdown-menu > li > a:focus {
    background-color: transparent !important;
    color: #e6874e;
    text-decoration: none;
}
.webshop-header .dropdown-menu > li > a:hover,
.webshop-header .dropdown-menu > li > form > button:focus {
    background-color: transparent !important;
    color: #e6874e;
    text-decoration: none;
}

/*NAVIGATION==========================================================================*/

.page-nav {
    list-style: none;
    padding-top: 18px;
    display: flex;
    justify-content: space-around;
}
.page-nav li {
    display: inline-block;
    font-family: "kraftstoff_huregular", "Avenir Next Condensed";
    font-size: 4.2rem;
    line-height: 2em;
    color: #534653;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
.page-nav li a {
    color: #534653;
    transition: all 0.35s ease 0s;
}
.page-nav li a:hover {
    text-decoration: none;
    color: #bd600c;
}

/*NAVBAR==========================================================================*/

.webshop-nav {
    margin-bottom: 2.5rem;
    position: relative;
    border-bottom: 1px solid transparent;
}
.webshop-nav > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 7rem;
}
.webshop-nav .dropdown-menu {
    flex-direction: column;
}
.webshop-nav > ul > li {
    list-style-type: none;
    text-align: center;
    flex: 1 1 auto;
    border-right: 1px solid rgba(10, 21, 28, 0.1);
}
.webshop-nav .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
.webshop-nav > ul > li a, .webshop-nav button, .webshop-nav > ul > li label {
    font-family: "bitterregular";
    display: block;
    position: relative;
    font-size: 1.75rem;
    color: #ffffff;
    margin-top: 0px;
    transition: all 0.25s ease 0s;
    text-shadow: 1px 1px 1.5px rgba(5, 18, 21, 0.85);
}
.webshop-nav > ul > li:last-child {
    border: none;
}
.webshop-nav ul > li > .dropdown-menu {
    border-radius: 3px;
}
.webshop-nav ul .dropdown-menu > li > a {
    padding: 7px 15px;
}
.webshop-nav button:hover, .webshop-nav > ul > li > a:hover
.webshop-nav button:focus, .webshop-nav > ul > li > a:focus {
    background-color: transparent;
    text-decoration: none;
    color: #4f7475;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.webshop-nav > ul, .webshop-header .search-form {
    border-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22a%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%223.5%22%20height%3D%223.5%22%20patternTransform%3D%22rotate(35)%22%3E%3Cpath%20stroke%3D%22%230B2124%22%20stroke-width%3D%223%22%20d%3D%22M0%200v3.5%22%2F%3E%3C%2Fpattern%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url(%23a)%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E");
    border-image-slice: 2;
    border-width: 3px 0 3px 0;
    border-style: solid;
}
.webshop-header .dropdown-menu > li > a {
    clear: both;
    color: #8c858c;
    display: block;
    font-weight: normal;
    line-height: 1.92857;
    font-size: 1.375rem;
    padding: 0px 15px;
    white-space: nowrap;
    text-shadow: none;
}
.navbar-collapse {
    padding: 0;
}
.search-form {
    height: 7rem;
    position: relative;
    padding: 12px 0 12px 20px;
    border-bottom: 1px solid transparent;
}
.form-control[name='search'],
.page-search {
    border: 1px dashed #699b9c;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    height: 40px;
    color: #5e8586;
    box-shadow: none;
}
.page-search {
    border: 1px dashed #699b9c;
    border-radius: 2px;
    background: #fdfdf2;
    height: 50px;
    color: #5e8586;
    box-shadow: none;
    font-size: 16px;
}
.form-control[name='search']::-moz-placeholder,
.page-search::-moz-placeholder {
    color: #7f737f;
    opacity: 1;
}
.form-control[name='search']:-ms-input-placeholder,
.page-search:-ms-input-placeholder {
    color: #7f737f;
}
.form-control[name='search']::-webkit-input-placeholder,
.page-search::-webkit-input-placeholder {
    color: #7f737f;
}
.form-control[name='search']:focus,
.page-search:focus {
    border-color: #7f737f;
    box-shadow: none;
    outline: 0 none;
}
.btn-searchbutton {
    background: #7f737f;
    border: none;
    color: #fcfaea;
    font-size: 16px;
    line-height: 1.61857;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
    padding: 7px 20px;
    border-radius: 3px;
    height: 40px;
}
.btn-searchbutton:hover {
    background: #655b65;
    color: white;
}
.btn-searchbutton .glyphicon-search {
    line-height: 15px;
    top: 2px;
}
.search-info {
    font-family: "janda_romanticregular";
    font-size: 1em;
    line-height: 1em;
    color: #7f737f;
    margin: 15px auto 0 auto;
    width: 100%;
    display: block;
}
.page-search-form-box {
    margin: 30px 10% 0 10%;
    width: calc(100% - 20%);
}
.page-search-form {
    background: url(../images/paper_bg.png) 0px 0px repeat;
    padding: 10px 0;
    border-radius: 3px;
    width: 100%;
    float: left;
}
.page-search-form .btn-searchbutton {
    height: 50px;
}

/*TOP BAG==========================================================================*/

.top-ribbon {
    background: url(../images/bag_ribbon.png) bottom center no-repeat;
    height: 95px;
    width: 95px;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 10;
    transition: all 0.15s linear 0s;
}
.top-ribbon:before {
    content: "";
    background: url(../images/top_cart_bg.png) 0px 0px repeat;
    position: absolute;
    top: -8px;
    height: 8px;
    left: 8px;
    right: 8px;
    display: block;
}
.cart-number {
    font-family: "bitterregular";
    color: #d56c2d;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    background: url(../images/bag_icon_top.png) top center no-repeat;
    padding: 34px 0px 0px 0px;
    font-size: 1.1em;
    position: relative;
    top: 40px;
    transition: all 0.15s linear 0s;
}
.mobile {
    display: none;
}
.cart-number:hover {
    color: #d56c2d;
}
.top-ribbon:hover {
    height: 100px;
}
.top-ribbon:hover .cart-number {
    top: 45px;
}
#cart-div {
    background: url(../images/top_cart_bg.png) 0px 0px repeat;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 3px;
    position: relative;
}
.collapse-cart {
    border-bottom: 1px dashed #c7c5ba;
}
.collapse-cart-item {
    width: 280px;
    height: 120px;
    padding: 10px;
    background: #fdfcf3;
    margin: 0 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    font-family: "bitterregular";
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    font-size: 1.4rem;
    display: inline-block;
}
.collapse-cart-item img {
    max-height: 100px;
    max-width: 80px;
}
.collapse-cart-item .image {
    width: 90px;
    float: left;
}
.collapse-cart-item .data {
    width: 170px;
    float: left;
}
.collapse-cart-item .price {
    margin-bottom: 2px;
    margin-top: 5px;
}
.collapse-cart-item .num {
    font-size: 80%;
    color: #7f737f;
    margin-bottom: 0px;
}
.collapse-cart-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
}
#collapse-cart {
    padding-top: 10px;
    padding-bottom: 10px;
}
#login-menu, #user-menu {
    grid-area: login;
    justify-self: end;
    color: rgb(254 254 251);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    min-width: 140px;
    text-align: center;
    padding-top: 5px;
    height: fit-content;
    border-bottom: 3px solid transparent;
}
#user-menu .dropdown-menu-toggle::before {
    font-family: FontAwesome6;
    content: "\f007";
    margin-inline-end: 0.5em;
}
#login-menu > ul > li:first-child::after {
    content: " /"
}
.dropdown-menu-toggle input {
    display: none;
}
label:has(+ .dropdown-menu) a::before, label:has(+ .dropdown-menu):before, button:has(+ .dropdown-menu)::before{
    font-family: FontAwesome6;
    content: "\f0c9";
    margin-inline-end: 0.5em;
}
#login-menu .dropdown-menu-toggle {
    display: none   ;
} 
#login-menu li {
    display: inline-block;
} 
#user-menu li {
    display: block;
    padding: 4px 1px;
}
#login-menu li a,
#user-menu > a {
    color: #fdfcf2;
    transition: all 0.25s ease 0s;
}
#login-menu li a:hover {
    color: #4f7475;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.login-form label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
    color: #534653;
    font-size: 1.5rem;
}

/*HEADER-MOBILE=================================================================*/

@media (max-width: 992px) {
    img#top-logo {
        width: 70px;
    }
    .page-nav li {
        font-size: 2.2em;
    }
    .webshop-nav > ul > li > a {
        font-size: 1.55rem;
    }
    .top-ribbon {
        height: 85px;
        width: 65px;
    }
    .cart-number {
        font-size: 0.9em;
    }
    .search-form {
        padding-left: 8px;
    }
    .search-form .form-control {
        height: 36px;
        font-size: 13px;
    }
    .btn-searchbutton {
        height: 36px;
        padding: 5px 7px;
        font-size: 13px;
    }
    #login-menu, #user-menu {
        grid-column-start: 8;
        grid-column-end: 11;
    }
    header.webshop-header {
        grid-template-areas:
        'lmargin logo sitemenu sitemenu sitemenu sitemenu sitemenu sitemenu login login cart rmargin'
        'lmargin menu menu menu menu menu menu menu menu search search rmargin'
        'lmargin slider slider slider slider slider slider slider slider slider slider rmargin';;
    }
}
@media (max-width: 768px) {
    header.webshop-header {
        grid-template-columns: 5px 1fr 4fr 2fr 1fr 5px;
        grid-template-rows: auto auto 1fr;
        grid-template-areas:
        'lmargin logo search login cart rmargin'
        'lmargin sitemenu sitemenu sitemenu sitemenu rmargin'
        'lmargin menu menu menu menu rmargin'
        'lmargin slider slider slider slider rmargin';
    }
    #login-menu, #user-menu {
        grid-area: login;
        align-self: center;
        position: relative;
    }
    .webshop-header .search-form {
        margin-top: 10px;
        height: auto;
    }
    .btn-searchbutton {
        padding: 5px 15px;
    }
    #login-menu > ul{
        display: none;
        left: 50%;
        right: auto;
        text-align: center;
        position: absolute;
        transform: translate(-50%, 0);
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        background-clip: padding-box;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        z-index: 1000;
        width: 200px;
        margin: 2px 0 0;
        top: 95%;
        background-color: rgb(254 254 251);
    }
    #login-menu > ul > li{
        text-align: center;
        display: block;
        border-bottom: 1px solid #efece7;
    }
    #login-menu > ul > li a{
        color: #8c858c;
        display: block;
        font-weight: normal;
        line-height: 5rem;
        padding: 0px 15px;
        white-space: nowrap;
        text-shadow: none;
    }
    #login-menu > ul > li a, .webshop-header .dropdown-menu > li > a, .webshop-header .dropdown-menu > li > form > button  {
        font-size: 1.5rem;
    } 
    #login-menu > ul > li a:hover{
        color: #e6874e;
    }
    #login-menu .dropdown-menu-toggle {
        display: block;
    }
    #login-menu .dropdown-toggle {
        margin-top: 10px;
        font-size: 2.5rem;
        min-width: auto;
        border-bottom: 3px solid transparent;
    }
    #login-menu .dropdown-menu-toggle::before {
        font-family: FontAwesome6;
        content: "\f007";
        font-size: 2.5rem;
    }
    #login-menu > ul > li:first-child::after {
        content: "";
    }
    #login-menu li a {
        color: rgb(83, 70, 83);
        font-weight: normal;
    }
    #user-menu .dropdown-menu-toggle::before {
        font-size: 2.5rem;
    }
    #user-menu .username {
        display: none;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.15);
        width: 200px;
        z-index: 1010;
        height: 3rem;
        padding: 0.3rem 0;
        left: 50%;
        right: auto;
        background-color: rgb(101 91 101);
        transform: translate(-50%, 0);
    }
    #user-menu .dropdown-menu {
        width: 200px;
        top: 6.2rem;
    }
    @media (hover) {
        #login-menu:hover > ul, #login-menu > ul:hover {
            display: block;
        }
        #user-menu:hover > .username {
            display: block;
        }
        .username:hover > .dropdown-menu {
            display: block;
        }
    }
    @media (pointer: coarse) {
        /*#user-menu .dropdown-menu-toggle:focus, #login-menu .dropdown-menu-toggle:focus {
            color: rgb(79, 116, 117);
            text-shadow: 1px 1px 1px rgba(254, 254, 251, 0.7);
        }
       #user-menu .dropdown-menu-toggle:focus ~ ul, #login-menu .dropdown-menu-toggle:focus ~ ul {
            display: block;
        }
        #user-menu .dropdown-menu-toggle:focus ~ .username, #login-menu .dropdown-menu-toggle:focus ~ .username {
            display: block;
        }*/
        .dropdown-menu-toggle:has(input:checked)  {
            color: rgb(79, 116, 117);
            text-shadow: 1px 1px 1px rgba(254, 254, 251, 0.7);
        }
        .dropdown-menu-toggle:has(input:checked) ~ .username{
            display: block!important;
        }
        .webshop-nav li, .login-menu li, .user-menu li {
            line-height: 5rem;
        }
        .webshop-nav li a, .login-menu li a, .user-menu li a{
            line-height: 5rem!important;
        }
        .webshop-nav > ul > li > .dropdown-menu-toggle:checked {
            color: rgb(79, 116, 117);
            text-shadow: 1px 1px 1px rgba(254, 254, 251, 0.7);
        }
        /* .webshop-nav:focus > ul {
            display: block;
            visibility: visible;
            opacity: 1;
            transition: all 0.5s ease;
        } */
        .webshop-header .dropdown-menu-toggle:has(input:checked) ~ ul {
            display: block!important;
            visibility: visible;
            opacity: 1;
            transition: all 0.5s ease;
        }
    }
    .top-ribbon {
        top: -2px;
        height: 90px;
    }
    .webshop-nav > ul {
        border-bottom: none;
        height: 5rem;
    } 
    .webshop-nav > ul > li > label {
        font-size: 16px;
    }
    .webshop-header .search-form {
        border: none;
    }
    .webshop-header .page-nav {
        padding-top: 0;
    }
    .webshop-header .page-nav > li {
        line-height: normal;
    }
    .webshop-nav {
        margin-bottom: 0.8rem;
        align-self: center;
    }
}
@media (max-width: 600px) {
    header.webshop-header {
        grid-template-columns: 5px 45px 10fr 1fr 1fr 1fr 5px;
        grid-template-areas:
        'lmargin logo search login menu cart rmargin'
        'lmargin sitemenu sitemenu sitemenu sitemenu sitemenu rmargin'
        'lmargin slider slider slider slider slider slider';
        z-index: 900;
    }
    img#top-logo {
        height: 45px;
        width: 45px;
    }
    #user-menu, #login-menu {
        grid-area: login;
        min-width: 12vw;
        padding-top: 0;
    }
    #user-menu .dropdown-menu-toggle::before {
        font-size: 2.5rem;
        margin-inline-end: 0;
    } 
    #user-menu .dropdown-menu, #user-menu .username {
        width: 60vw;
    }
    #login-menu .dropdown-menu-toggle::before {
        font-size: 2.5rem;
    }
    #login-menu .dropdown-toggle  {
        margin: 0;
    }
    .login-menu {
        top: 40px;
    }
    #login-menu > ul {
        display: none;
    }
    .page-nav {
        padding: 0;
    }
    .page-nav > li {
        line-height: 1.5em;
        font-size: 1.85em;
    }
    .webshop-header .top-ribbon {
        display: none;
    } 
    .webshop-header .top-cart {
        align-self: center;
        text-align: center;
        min-width: 12vw;
    }
    .webshop-header .top-cart::before {
        font-family: FontAwesome6;
        content: "\f290";
        font-size: 2.5rem;
        color: rgb(254 254 251);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        display: block;
        margin-bottom: 0.3em;
    }
    .webshop-header .top-cart:has(.cart-live)::before {
        color: rgb(230, 135, 78, 0.9);
    }
    .webshop-header .search-form {
        margin: 0;
    }
    .webshop-header .search-form .form-control {
        height: 40px;
    }
    .btn-searchbutton {
        height: 40px;
        padding: 3px 11px;
    }
    .btn-searchbutton .glyphicon-search {
        font-size: 16px;
    }
    .webshop-nav {
        position: relative;
        text-align: center;
        height: auto;
        min-width: 10vw;
        color: rgb(254 254 251);
    }
    .webshop-nav::before {
        background: none;
    }
    .webshop-nav .dropdown-menu-toggle::before {
        font-family: FontAwesome6;
        content: "\f0c9";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        font-size: 2.5rem;
        display: block;
        margin-top: 0.3em;
    }
    @media (hover) {
        .webshop-nav:hover > ul {
            display: block;
        }
    }
    @media (pointer: coarse) {
        .webshop-nav:focus {
            color: rgb(79, 116, 117);
        }
    }
    .webshop-nav::after {
        background: none;
    }
    .webshop-nav > ul {
        position: absolute;
        display: none;
        left: 50%;
        right: auto;
        text-align: center;
        transform: translate(-75%, 0);
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        background-clip: padding-box;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        z-index: 1020;
        width: 60vw;
        height: auto;
        margin: 2px 0 0;
        top: 95%;
        background-color: rgb(254 254 251);
    }
    .webshop-nav > ul > li{
        text-align: left;
        display: block;
        border-bottom: 1px solid #efece7;
    }
    .webshop-nav > ul > li a, .webshop-nav > ul .dropdown-menu-toggle {
        color: #8c858c;
        display: block;
        font-weight: normal;
        padding: 0px 15px;
        white-space: nowrap;
        text-shadow: none;
    }
    .webshop-nav > ul .dropdown-menu {
        border: 0;
        position: relative;
        box-shadow: none;
        -webkit-box-shadow: none;
        float: none;
    }
    .webshop-nav > ul .dropdown-menu li {
        text-align: left;
        text-shadow: none;
    }
    .webshop-nav > ul > li label {
        color: rgb(140, 133, 140);
        text-shadow: none;
    }
    .webshop-nav > ul .dropdown-menu > li > a {
        padding: 0.2rem 3rem;
    }
    .webshop-nav > ul > li a, .webshop-nav > ul > li label {
        font-family: "Roboto";
    }
    .webshop-nav > ul .dropdown-menu-toggle {

    }
    .webshop-nav > ul .dropdown-menu-toggle::before {
        content: none;
    }
    .webshop-nav > ul .dropdown-menu-toggle::after {
        content: "›";
        font-family: "Roboto";
        font-size: 2rem;
        display: inline-block;
        transform: rotate(90deg);
        transition: all 0.4s ease 0s;
        margin-left: 10px;
    }  
    .webshop-nav > ul .dropdown-menu-toggle:has(input:checked)::after {
        transform: rotate(0deg);
        transition: all 0.4s ease 0s;
    }
    .webshop-nav > ul > li > label  {
        display: inline-flex;
        flex-direction: row-reverse;
    }
    .top-slider {
        margin: 0!important;
    }
}

/*SLIDER==========================================================================*/

.slider {
    padding-bottom: 5px;
}
.slider-info {
    display: block;
    font-family: "janda_romanticregular";
    font-size: 1.06em;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    color: #4f7475;
}
.slider-inner {
    background: url(../images/carousel_bg.png) 0px 0px repeat;
    max-width: 945px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 4px;
}
.slider-inner-content {
    border: 1px dashed #c7c5ba;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.promo-picture {
    max-width: 200px;
}
.expiry-warning {
    color: #e6874e;
}
.author {
    color: #534653;
    font-family: "bitterregular";
    font-size: 1.8rem;
}
.slider-inner-content h2 {
    color: #e88245;
    font-family: "bitterregular";
    font-size: 2.8rem;
    margin-top: 5px;
    margin-bottom: 15px;
}
.slider-inner-content p {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.slider-inner-content .item-price {
    color: #7f737f;
    font-family: "bitterregular";
    font-size: 1.6rem;
    margin-bottom: 0px !important;
    text-align: left;
    margin-top: 0;
    display: inline-block;
}
.left-float {
    float: left;
}
.right-float {
    float: right;
}
.slider-inner-content .left-float {
    padding-right: 30px;
}
.slider-inner-content .btn-default {
    background: url(../images/blue_btn_bg.png) 0px 0px repeat;
    border: none;
    height: 40px;
    color: #fff;
    font-size: 1.6rem;
    font-family: "bitterregular";
    line-height: 28px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
    padding: 6px 16px;
    margin-top: 5px;
    border-radius: 3px;
}
.slider-inner-content .btn-default:hover,
.slider-inner-content .btn-default:focus,
.slider-inner-content .btn-default:active {
    color: #375151;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.slider-picture {
    padding-right: 20px;
    display: table;
    float: left;
}
.slider-picture img {
    background: url(../images/prod_pic_bg.png) 0px 0px repeat;
    text-align: center;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
    padding: 5px;
    max-height: 220px;
    max-width: 180px;
}
.slider-content {
    display: table;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 45px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bxslider li {
    padding: 5px 0;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
@media(max-width: 768px) {
    .bx-viewport {
        max-width: 80%;
        margin: auto;
    }
}

/*MAIN===================================*/

main {
    max-width: 1170px;
    margin: -1rem auto 1rem auto;
    padding: 0 10px;
}

/** THEME===================================*/

.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../images/bx_pager.png) left center no-repeat;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: url(../images/bx_pager.png) right center no-repeat;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0px;
    background: url("../images/controls.png") no-repeat 0 0;
    opacity: 0.9;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    opacity: 1;
}
.bx-wrapper .bx-next {
    right: 0px;
    background: url("../images/controls.png") no-repeat -74px -55px;
    opacity: 0.8;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    outline: 0;
    width: 74px;
    height: 55px;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("../images/controls.png") -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("../images/controls.png") -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}

/*LEFT SIDE==========================================================================*/

.sidebar {
    padding-top: 50px;
}
.affix {
    top: 20px;
}
.use-bubble {
    background: url(../images/use_bubble_bg.png) top center no-repeat;
    color: #ffffff;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 12px;
    text-align: center;
    font-family: "janda_romanticregular";
    font-size: 1.26em;
    line-height: 3.2em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.use-bubble a,
.speech-bubble a {
    color: #ffffff;
}
.speech-bubble {
    position: relative;
    background: #e7a278 url(../images/orange_btn_bg.png) 0px 0px;
    border-radius: 0.4em;
    color: #ffffff;
    padding: 15px 10px 15px 10px;
    text-align: center;
    /*font-family: 'janda_romanticregular';*/
    font-size: 1.26em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.speech-bubble:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #e7a278;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -15px;
}
h2.left-side-title {
    font-family: "bitterregular";
    color: #534653;
    font-size: 2.4rem;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-bottom: 18px;
    margin-top: 10px;
    background: url(../images/head_strip.png) left bottom repeat-x;
}
h3.category-title {
    font-family: "bitterregular";
    color: #7f737f;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0 12px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.list-group-item {
    background-color: transparent;
    border: none;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
    font-family: "bitterregular";
    color: #7f737f;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    transition: all 0.15s ease 0s;
    border-bottom: 1px dashed #c6c4b9;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    background-color: transparent;
    color: #e97530;
    text-decoration: none;
}
.panel {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}
#category-menu-group .glyphicon {
    font-size: 0.7em;
    top: -1px;
    color: #7f737f;
}
.category-menu,
.category-menu-type {
    list-style: none;
    display: block;
    text-align: center;
    border-bottom: 1px dashed #c6c4b9;
    padding-bottom: 10px;
    margin-top: 20px;
}
.category-menu li {
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    display: inline-block;
    color: #78abac;
    font-size: 1.3rem;
}
.category-menu li a,
.category-menu li span.button,
.category-menu li label {
    cursor: pointer;
    background: url(../images/paper_bg.png) 0px 0px repeat;
    border-radius: 3px;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    transition: all 0.35s ease 0s;
    max-width: 44px;
    margin: 0 auto;
    text-decoration: none;
    color: #78abac;
    font-size: 1.3rem;
    transition: all 0.35s ease 0s;
    overflow: hidden;
}
.category-menu-type li {
    margin: 0 0 10px 0;
    text-align: left;
    width: 100%;
    display: inline-block;
    color: #78abac;
    font-size: 1.3rem;
}
.category-menu-type li a,
.category-menu-type li label.button {
    cursor: pointer;
    text-decoration: none;
    color: #534653;
    font-size: 16px;
    transition: all 0.35s ease 0s;
    line-height: 73px;
    font-family: "Roboto Slab", serif;
    font-weight: normal;
    width: 58%;
}
.category-menu-type li a,
.category-menu-type li label.button input {
    position: absolute;
    left: -9999px;
}
.category-menu-type li a .background,
.category-menu-type li label.button .background {
    background: url(../images/paper_bg.png) 0px 0px repeat;
    border-radius: 3px;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: table;
    transition: all 0.35s ease 0s;
    margin: 0 10px 0 0;
    float: left;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 0px;
}
.category-menu-type li a .filtervouchericon,
.category-menu-type li label.button .filtervouchericon {
    background: url(../images/voucher_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
    vertical-align: bottom;
}
.category-menu-type li:hover a .filtervouchericon,
.category-menu-type li:hover label.button .filtervouchericon {
    background: url(../images/voucher_icon.png) bottom center no-repeat;
}
.category-menu-type li a .filterbookicon,
.category-menu-type li label.button .filterbookicon {
    background: url(../images/book_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
    vertical-align: bottom;
}
.category-menu-type li:hover a .filterbookicon,
.category-menu-type li:hover label.button .filterbookicon {
    background: url(../images/book_icon.png) bottom center no-repeat;
}
.category-menu-type li a .filtertoyicon,
.category-menu-type li label.button .filtertoyicon {
    background: url(../images/game_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
    vertical-align: bottom;
}
.category-menu-type li:hover a .filtertoyicon,
.category-menu-type li:hover label.button .filtertoyicon {
    background: url(../images/game_icon.png) bottom center no-repeat;
}
.category-menu-type li a .filterdiaicon,
.category-menu-type li label.button .filterdiaicon {
    background: url(../images/dia_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
    vertical-align: bottom;
}
.category-menu-type li:hover a .filterdiaicon,
.category-menu-type li:hover label.button .filterdiaicon {
    background: url(../images/dia_icon.png) bottom center no-repeat;
}
.category-menu-type li a .filtercdicon,
.category-menu-type li label.button .filtercdicon {
    background: url(../images/dvd_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
    vertical-align: bottom;
}
.category-menu-type li:hover a .filtercdicon,
.category-menu-type li:hover label.button .filtercdicon {
    background: url(../images/dvd_icon.png) bottom center no-repeat;
}
.category-menu-type li a .filter,
.category-menu-type li label.button .filter {
    width: 12px;
    height: 12px;
    margin: 7px auto;
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    border-radius: 50px;
    text-indent: -999em;
    vertical-align: bottom;
}
.category-menu li.action a,
.category-menu li.action span.button {
    color: #e96861;
}
.category-menu li a:hover,
.category-menu li span.button:hover {
    color: #e97530;
}
.category-menu-type li a svg {
    margin: 7px;
}
.category-menu-type li a svg path {
    transition: all 0.35s ease 0s;
}
.category-menu-type li a:hover svg path {
    fill: #e97530;
}
.btn-filter {
    background: url(../images/paper_bg.png) 0px 0px repeat;
    height: 38px;
    color: #549f75 !important;
    font-size: 14px !important;
    line-height: 1.61857;
    font-family: "Roboto Slab", serif;
    transition: all 0.25s ease 0s;
    padding: 7px 10px;
    border-radius: 3px;
    text-align: center;
    border: 1px dashed #64ad84;
}
.btn-filter:hover {
    background: #64ad84;
    color: #ffffff !important;
    border-style: solid;
}
.btn-clear {
    background: url(../images/paper_bg.png) 0px 0px repeat;
    height: 38px;
    color: #cd565b !important;
    font-size: 14px !important;
    line-height: 1.61857;
    font-family: "Roboto Slab", serif;
    transition: all 0.25s ease 0s;
    padding: 7px 10px;
    border-radius: 3px;
    text-align: center;
    border: 1px dashed #cd565b;
}
.btn-clear:hover {
    background: #cd565b;
    color: #ffffff !important;
    border-style: solid;
}
.btn-filter-basic {
    background: url(../images/paper_bg.png) 0px 0px repeat;
    height: 38px;
    color: #7f737f !important;
    font-size: 14px !important;
    line-height: 1.61857;
    font-family: "Roboto Slab", serif;
    transition: all 0.25s ease 0s;
    padding: 7px 10px;
    border-radius: 3px;
    text-align: center;
    border: 1px dashed #908390;
}
.btn-filter-basic:hover {
    background: #7f737f;
    color: #ffffff !important;
    border-style: solid;
    border-color: #7f737f;
}
.category-menu-type .btn-filter,
.category-menu-type .btn-clear {
    /*display: inline-block;*/
    width: auto;
    line-height: 18px;
    margin: 2px 0;
}
.category-menu-type .btn-group {
    float: right;
}
.filter-form .control-label {
    font-weight: 400;
    padding-top: 3px;
    text-align: left;
    font-size: 14px;
}
.filterblocklabel {
    margin: 25px 0 25px;
}
.filter-form .control-label {
    font-weight: 400;
    padding-top: 3px;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
}
.price-input,
.gender-rating-box {
    border-bottom: 1px dashed #c6c4b9;
    padding: 10px 20px;
}
.price-input .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d8d2c5;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #8c858c;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 6px 6px;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.price-input .input-group-addon {
    padding: 6px 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #7f737f;
    text-align: center;
    background-color: #f2e7d7;
    border: 1px solid #d8d2c5;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: rgb(204, 204, 204);
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.unchecked-filter {
    background: #ccc8ba;
}
.category-menu-type input:checked + .filter,
.checked-filter {
    background: #64ad84;
}
.category-menu li a:hover .icon,
.category-menu li span.button:hover .icon {
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.category-menu li a .book-icon,
.category-menu li span.button .book-icon {
    display: none;
}
.category-menu li a .book-icon + label,
.category-menu li span.button .book-icon + label {
    background: url(../images/book_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .book-icon:checked + label,
.category-menu li span.button .book-icon:checked + label {
    background: url(../images/book_icon.png) bottom center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .book-icon,
.category-menu li span.button:hover .book-icon {
    background: url(../images/book_icon.png) bottom center no-repeat;
}
.category-menu li a .voucher-icon + label,
.category-menu li span.button .voucher-icon + label {
    background: url(../images/voucher_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .voucher-icon:checked + label,
.category-menu li span.button .voucher-icon:checked + label {
    background: url(../images/voucher_icon.png) bottom center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .voucher-icon,
.category-menu li span.button:hover .voucher-icon {
    background: url(../images/voucher_icon.png) bottom center no-repeat;
}
.category-menu li a .game-icon,
.category-menu li span.button .game-icon {
    display: none;
}
.category-menu li a .game-icon + label,
.category-menu li span.button .game-icon + label {
    background: url(../images/game_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .game-icon:checked + label,
.category-menu li span.button .game-icon:checked + label {
    background: url(../images/game_icon.png) bottom center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .game-icon,
.category-menu li span.button:hover .game-icon {
    background: url(../images/game_icon.png) bottom center no-repeat;
}
.category-menu li a .dia-icon,
.category-menu li span.button .dia-icon {
    display: none;
}
.category-menu li a .dia-icon + label,
.category-menu li span.button .dia-icon + label {
    background: url(../images/dia_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .dia-icon:checked + label,
.category-menu li span.button .dia-icon:checked + label {
    background: url(../images/dia_icon.png) bottom center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .dia-icon,
.category-menu li span.button:hover .dia-icon {
    background: url(../images/dia_icon.png) bottom center no-repeat;
}
.category-menu li a .e-audiobook-icon,
.category-menu li span.button .dia-icon {
    display: none;
}
.category-menu li a .e-audiobook-icon + label,
.category-menu li span.button .dia-icon + label {
    background: url(../images/e-audiobook_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .e-audiobook-icon:checked + label,
.category-menu li span.button .dia-icon:checked + label {
    background: url(../images/e-audiobook_icon.png) bottom center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .e-audiobook-icon,
.category-menu li span.button:hover .dia-icon {
    background: url(../images/e-audiobook_icon.png) bottom center no-repeat;
}
.category-menu li a .cd-icon,
.category-menu li span.button .cd-icon {
    display: none;
}
.category-menu li a .cd-icon + label,
.category-menu li span.button .cd-icon + label {
    background: url(../images/cd_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .cd-icon:checked + label,
.category-menu li span.button .cd-icon:checked + label {
    background: url(../images/cd_icon.png) bottom center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .cd-icon,
.category-menu li span.button:hover .cd-icon {
    background: url(../images/cd_icon.png) bottom center no-repeat;
}
.category-menu li a .dvd-icon,
.category-menu li span.button .dvd-icon {
    display: none;
}
.category-menu li a .dvd-icon + label,
.category-menu li span.button .dvd-icon + label {
    background: url(../images/dvd_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .dvd-icon:checked + label,
.category-menu li span.button .dvd-icon:checked + label {
    background: url(../images/dvd_icon.png) bottom center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .dvd-icon,
.category-menu li span.button:hover .dvd-icon {
    background: url(../images/dvd_icon.png) bottom center no-repeat;
}
.category-menu li a .filter,
.category-menu li span.button .filter {
    position: absolute;
    left: -9999px;
}
.category-menu li a .filter + span,
.category-menu li span.button .filter + span {
    background: #ccc8ba;
    width: 12px;
    height: 12px;
    margin: 7px auto 0 auto;
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    border-radius: 50px;
    text-indent: -999em;
}
.category-menu li a .filter:checked + span,
.category-menu li span.button .filter:checked + span {
    background: #64ad84;
    width: 12px;
    height: 12px;
    margin: 7px auto 0 auto;
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    border-radius: 50px;
    text-indent: -999em;
}
.category-menu li a:hover .action-icon + span + div > span,
.category-menu li span.button:hover .action-icon + span + span > span {
    background: url(../images/action_icon.png) bottom center no-repeat;
}
.category-menu li a .action-icon + span + div > span,
.category-menu li span.button .action-icon + span + span > span {
    background: url(../images/action_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .like-icon + span + div > span,
.category-menu li span.button .like-icon + span + span > span {
    background: url(../images/like_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .like-icon + span + div > span,
.category-menu li span.button:hover .like-icon + span + span > span {
    background: url(../images/like_icon.png) bottom center no-repeat;
}
.category-menu li a .boy-icon + span + div > span,
.category-menu li span.button .boy-icon + span + span > span {
    background: url(../images/boy_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .boy-icon + span + div > span,
.category-menu li span.button:hover .boy-icon + span + span > span {
    background: url(../images/boy_icon.png) bottom center no-repeat;
}
.category-menu li a .toy-icon + label + div > span,
.category-menu li span.button .toy-icon + label + span > span {
    background: url(../images/puppet_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .toy-icon + label + div > span,
.category-menu li span.button:hover .toy-icon + label + span > span {
    background: url(../images/puppet_icon.png) bottom center no-repeat;
}
.category-menu li a .girl-icon + span + div > span,
.category-menu li span.button .girl-icon + span + span > span {
    background: url(../images/girl_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .girl-icon + span + div > span,
.category-menu li span.button:hover .girl-icon + span + span > span {
    background: url(../images/girl_icon.png) bottom center no-repeat;
}
.category-menu li a .unisex-icon + span + div > span,
.category-menu li span.button .unisex-icon + span + span > span {
    background: url(../images/unisex_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .unisex-icon + span + div > span,
.category-menu li span.button:hover .unisex-icon + span + span > span {
    background: url(../images/unisex_icon.png) bottom center no-repeat;
}
.category-menu li a .icon2 + span + div > span,
.category-menu li span.button .icon2 + span + span > span {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    width: 44px !important;
    margin: 8px 0px;
}
.category-menu li a .top-icon,
.category-menu li span.button .top-icon {
    display: none;
}
.category-menu li a .top-icon + label,
.category-menu li span.button .top-icon + label {
    background: url(../images/top_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a .top-icon:checked + label,
.category-menu li span.button .top-icon:checked + label {
    background: url(../images/top_icon.png) bottom center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 8px;
}
.category-menu li a:hover .top-icon,
.category-menu li span.button:hover .top-icon {
    background: url(../images/top_icon.png) bottom center no-repeat;
}
.back-to-top {
    position: fixed;
    bottom: 50px;
    background: url(../images/back_to_top.png) top center no-repeat;
    display: none;
    text-align: center;
    font-family: "janda_romanticregular";
    font-size: 1.06em;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    padding-top: 36px;
    margin-top: 30px;
    z-index: 1000;
    color: #78abac;
}

/*PRODUCTS==========================================================================*/

.products .empty-list {
    display: none;
    text-align: center;
}
.products .row {
    margin-left: -7px;
    margin-right: -7px;
}
.products .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}
.item {
    margin-bottom: 14px;
    transition: all 0.25s ease 0s;
}
.products .item h3 {
    font-size: 1em;
    line-height: 20px;
    margin: 15px;
    display: block;
    height: 60px;
    max-height: 60px;
    text-align: center;
    overflow: hidden;
}
.products .item h3 a {
    color: #534653;
    transition: all 0.25s ease 0s;
}
.products .item h3 a:hover {
    color: #e97530;
}
.products .item.package-promotion h3 a {
    color:#e6874e;
}
.products .item.package-promotion h4 {
    color:#534653;
    padding: 0 10px;
    height: 40px;
    margin-top: 0px;
    font-size: 14px;
}
.products .item.package-promotion .item-price {
    border-top: 1px dashed #c6c4b9;
    padding-top: 10px;
}
.product-details-modal {
    width: 70%;
}
.item {
    min-height: 499px;
    margin-bottom: 28px;
    transition: all 0.25s ease 0s;
}
.item-bg {
    background: url(../images/paper_bg.png) 0px 0px repeat;
    padding-bottom: 10px;
}
.item-picture {
    background: url(../images/prod_pic_bg.png) 0px 0px repeat;
    text-align: center;
    position: relative;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.15);
    min-height: 250px;
}
.item-picture img {
    max-height: 230px;
    max-width: 180px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.item-caption,
.toplist-item-caption {
    color: #ffffff;
    font-size: 1em;
    padding: 80px 15px 15px 15px;
    background: rgba(101, 93, 101, 0.8);
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-family: "janda_romanticregular";
    transition: all 0.25s ease 0s;
}
.item-caption {
    font-size: 1em;
    opacity: 0;
}
.toplist-item-caption {
    font-size: 3em;
    opacity: 0.8;
}
.item:hover .item-caption,
.top-list-item:hover .item-caption {
    opacity: 1;
}
.item:hover .toplist-item-caption {
    opacity: 0;
}
.top-list-item h3 {
    font-size: 1.2em;
    margin-top: 10px;
}
.top-list-item .category-icon-list {
    margin-bottom: 15px;
}
.top-list-item .category-icon-list,
.top-list-item .item-price {
    text-align: left;
    margin-bottom: 15px !important;
}
.category-icon-list {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px dashed #c6c4b9;
    padding-bottom: 12px;
    margin: 6px 0px 6px 0px;
    height: 55px;
}
.category-icon-list li span {
    height: 28px;
    width: 28px;
    margin: 5px;
    display: block;
}
.category-icon-list li span img {
    width: 28px;
    height: 28px;
}
.category-icon-list li {
    margin-left: 0.25em;
    margin-right: 0.25em;
    text-align: center;
    display: inline-block;
    border: 1px dashed #78abac;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}
.category-icon-list li.action {
    border: 1px dashed #e96861;
}
.category-icon-list .book-icon {
    background: url(../images/book_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .voucher-icon {
    background: url(../images/voucher_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .pen-icon {
    background: url(../images/pencil_icon.svg) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .game-icon {
    background: url(../images/game_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .dia-icon {
    background: url(../images/dia_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .e-audiobook-icon {
    background: url(../images/e-audiobook_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .cd-icon {
    background: url(../images/cd_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .dvd-icon {
    background: url(../images/dvd_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .girl-icon {
    background: url(../images/girl_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .unisex-icon {
    background: url(../images/unisex_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .boy-icon {
    background: url(../images/boy_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .toy-icon {
    background: url(../images/puppet_icon.svg) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .action-icon {
    background: url(../images/action_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.action-icon-static {
    background: url(../images/action_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 30px;
    width: 30px;
    float: left;
    margin: 5px;
}
.transport-icon-static {
    background: no-repeat url(../images/status_duringorder.png) top center;
    display: inline-block;
    text-indent: -999em;
    height: 25px;
    width: 32px;
    float: left;
    margin: 5px;
}
.gift-icon-static {
    background: no-repeat url(../images/gifts_icon.svg) top center;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 32px;
    float: left;
    margin: 5px;
}
.delivery-icon-static {
    background: no-repeat url(../images/atadvafutarszolgalatnak_icon.svg) top
        center;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 32px;
    float: left;
    margin: 5px;
}
.category-icon-list .gift-icon {
    background: url(../images/gifts_icon.svg) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .audiobook-icon {
    background: url(../images/audiobook_icon.svg) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .filmstrip-icon {
    background: url(../images/dia_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .like-icon {
    background: url(../images/like_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .stationery-icon {
    background: url(../images/paperthings_icon.svg) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .top-icon {
    background: url(../images/top_icon.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .age-icon {
    font-size: 1.35rem;
    line-height: 1.8em;
    display: inline-block;
    text-align: center;
    height: 28px;
    width: 38px !important;
    margin: 5px 0px;
    color: #6e9fa0;
    font-family: "Roboto Slab", serif !important;
}
.item-price {
    text-align: center;
    color: #7f737f;
    font-family: "bitterregular";
    font-size: 1.5rem;
    margin-bottom: 0px !important;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    margin-top: 0;
    position: relative;
}
.item-price .fa-info-circle {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
}
.orange {
    color: #e97530;
}
.blue {
    color: #629c9e;
}
.over {
    text-decoration: line-through;
}
.btn-bag {
    font-family: "bitterregular";
    color: #ffffff;
    border-radius: 0;
    background: url(../images/bag_zig_zag_bg.png) left bottom repeat-x;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease 0s;
    height: 44px;
    font-size: 1.6rem;
    line-height: 38px;
    padding: 0 12px;
    margin-top: 0;
}
.btn-bag:hover,
.btn-bag:focus,
.btn-bag:active {
    color: #375151;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.btn-bag:active {
    opacity: 0.9;
    background: url(../images/bag_zig_zag_bg.png) left bottom repeat-x;
}

/*OPEN_PRODUCTS==========================================================================*/

.product-view {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9;
    background: url(../images/paper_bg.png) 0px 0px repeat;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    margin: 15px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.product-view .slide-controls a {
    height: 52px;
    margin-top: -26px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
    z-index: 99;
}
.slide-controls .slide-next {
    background: url("../images/arrow-right-new.png") no-repeat scroll;
    background-size: 30px 30px;
    right: -15px;
}
.slide-controls .slide-next:hover {
    background: url("../images/arrow-right-new.png") no-repeat scroll;
    background-size: 30px 30px;
    right: -15px;
}
.slide-controls .slide-prev {
    background: url("../images/arrow-left-new.png") no-repeat scroll;
    background-size: 30px 30px;
    left: -15px;
}
.slide-controls .slide-prev:hover {
    background: url("../images/arrow-left-new.png") no-repeat scroll;
    background-size: 30px 30px;
    left: -15px;
}
.product-view .slide-close a {
    height: 20px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 20px;
    right: 20px;
    width: 20px;
    z-index: 99;
}
.slide-close .close {
    background: url("../images/open_prod_close.png") no-repeat scroll 0px 0px;
}
.slide-close .close:hover {
    background: url("../images/open_prod_close.png") no-repeat scroll 0px -20px;
}
.product-view p {
    line-height: 1.38em;
}
.product-view .author-name {
    margin-top: 5px;
    margin-bottom: 10px;
}
.product-view .series-name {
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-view .product-title {
    margin-top: 0px;
    margin-bottom: 0px;
}
.illustrator,
.publisher {
    font-family: "bitterregular";
    font-size: 1.35rem;
    color: #7f737f;
    margin-bottom: 10px;
}
.product-dashed-box {
    border-bottom: 1px dashed #c6c4b9;
    border-top: 1px dashed #c6c4b9;
    padding: 5px 0;
    margin-bottom: 15px;
}
.product-dashed-box.info {
    margin-top: 15px;
}
.product-dashed-box p {
    margin: 0;
    font-style: italic;
    color: #7f737f;
    font-size: 1.35rem;
}
.product-view-picture {
    width: 260px;
    max-height: 360px;
    object-fit: contain;
    background: #ffffff;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
    /* float: left;
    margin: 0 0 15px 0; */
    padding: 5px;
}
.product-view-picture.three-d {
    background: transparent;
    box-shadow: none;
}
.product-view-large-picture {
    width: 100%;
    max-height: 55vh;
    object-fit: contain;
    /* background: #ffffff;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15); 
    float: left; */
    margin: 0 0 15px 0;
    padding: 5px;
}
.product-view-image {
    width: 100%;
    /* display: inline-block; */
    text-align: center;
}
.prod-description {
    text-align: justify;
}
.prod-description iframe {
    max-width: 100%;
}
.ebook-formats .formats {
}
.ebook-formats .formats span {
    margin-left: 3px;
}
.ebook-formats .formats span:after {
    content: ",";
}
.ebook-formats .formats span:last-child:after {
    content: "";
}
.book-data {
    color: #534653;
    font-size: 85%;
}
.product-view .page-header {
    margin-bottom: 15px;
    margin-top: 15px;
}
.product-view .simple-list {
    font-family: "bitterregular";
}
.product-view .read-more {
    font-size: 90%;
}
.article p,
.article .post-title {
    font-size: 90%;
    line-height: 135%;
}
.social-list {
    list-style: none;
    margin: 5px 0;
}
.social-list li {
    display: inline-block;
    margin: 0 2px;
}
.social-list a {
    transition: all 0.2s ease 0s;
}
.social-list li a:hover {
    opacity: 0.7;
}
.book-action-box {
    border-radius: 3px;
    border: 1px solid #e2d9ca;
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.4);
    padding: 15px;
    text-align: center;
}
.book-action-box h2,
.book-action-box h3,
.book-action-box h4 {
    margin-top: 0;
    margin-bottom: 15px;
}
.book-action-box .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d8d2c5;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #8c858c;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 6px;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 10px;
}
.avilable-shop {
    font-family: "bitterregular";
    background: url(../images/shop_icon.png) top center no-repeat;
    padding-top: 50px;
    display: block;
    font-size: 90%;
    margin-bottom: 15px;
}
.book-action-box .product-dashed-box {
    padding: 15px 0;
}
.book-action-box .dropdown-menu {
    background-color: #fbfaf4;
    padding: 5px 0;
    text-align: left;
    min-width: 240px;
}
.book-action-box .dropdown-menu > li {
    color: #8c858c;
    font-weight: normal;
    line-height: 1.92857;
    font-size: 1.3rem;
    padding: 2px 10px;
}
.book-action-box .dropdown-menu > li.search-loader {
    margin-top: 0;
}
.book-action-box .dropdown-menu > li > a {
    clear: both;
    color: #8c858c;
    display: block;
    font-weight: normal;
    line-height: 1.92857;
    font-size: 1.3rem;
    padding: 0px;
    white-space: nowrap;
    text-shadow: none;
}
.book-action-box .dropdown-menu > li > a:hover,
.book-action-box .dropdown-menu > li > a:focus {
    background-color: transparent !important;
    color: #e6874e;
    text-decoration: none;
}
.book-action-box .dropdown-menu .fa {
    width: 16px;
}
.green {
    color: #6cb04a;
}
.red {
    color: #e96861;
}
.real-red {
    color: red;
}
.book-action-box .dropdown-menu .btn-blue {
    font-size: 14px;
    padding: 0;
    margin-top: 0;
    padding: 0 8px;
    height: 34px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.book-action-box .dropdown-menu .form-control {
    margin-bottom: 0;
}
.book-action-box .item-price {
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 110%;
}
.book-action-box .item-price .origprice, .book-action-box .item-price .prev-price{
    text-decoration: line-through;
    font-size: 0.9em;
}
.book-action-box .item-price .saleprice {
    color: #e97530;
    font-size: 1em;
    margin: 2px 0 6px 0;
}
.book-action-box .fa-info-circle {
    font-size: 20px;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/*SIZE==========================================================================*/

.a4-box {
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
}
.a4-box-v {
    background: url(../images/book_size_ruler_v.png) top left no-repeat;
    width: auto;
    display: inline-block;
    padding-left: 24px;
}
.a4-box-h {
    background: url(../images/book_size_ruler_h.png) bottom right no-repeat;
    width: auto;
    display: inline-block;
    padding-bottom: 24px;
}
.a4-size {
    width: 210px;
    height: 297px;
    position: relative;
    background: #f6f5f0;
    border: 1px dashed #c6c4b9;
    margin: 0 auto;
}
.book-size {
    background: url(../images/book_size_bg.png) 0px 0px repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: block;
}
.book-size p {
    position: relative;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    font-size: 105%;
}
.a4-text {
    background: #fdfcf3 url("../images/page_bg.png") repeat scroll 0 0;
    position: absolute;
    bottom: -32px;
    left: -30px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
}

/*MODAL==========================================================================*/

#addToListModal {
    z-index: 5000;
}
#loginalertmodal {
    z-index: 5000;
}
#loginalertmodal .modal-body {
    text-align: center;
}
#addtocartmodal {
    z-index: 2000;
}

/*MODAL==========================================================================*/

.modal-content {
    background-clip: padding-box;
    background: #fdfcf3 url("../images/page_bg.png") repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    outline: 0 none;
    position: relative;
    border: 10px solid #95c6c7;
}
.modal-warning {
    border: 10px solid #e06161;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.close {
    color: #534653;
    float: right;
    font-size: 27px;
    font-weight: normal;
    line-height: 1;
    opacity: 0.7;
    text-shadow: 0 1px 0 #ffffff;
}

/*.modal-header {
	border-bottom: none;
	min-height: 16.4286px;
	padding: 15px;
}
.modal-header p {
    margin: 10px 0 0 0;
}
.modal-title {
	line-height: 1.42857;
	margin: 0;
	border-bottom: 1px dashed #c6c4b9;
	padding-bottom: 9px;
}
.modal-footer {
	border-top: 1px solid #e7e3d9;
	padding: 15px;
	text-align: right;
}
.modal-dialog {
	position: relative;
	display: table;
	overflow-y: auto;
	overflow-x: auto;
	width: auto;
	min-width: 300px;
}
.modal-body {
	padding: 5px 15px 15px 15px;
}
.modal-body .transport-table td, .modal-body .transport-table th {
    padding: 7px 5px;
}
.modal-body .author-name {
    margin: 0;
}
.modal-body h2 {
    margin: 5px 0 10px;
    font-size: 140%;
}
.modal-prod-pic {
	float: left;
	max-height: 120px;
	margin-right: 15px;
}
.modal-footer .btn {
	margin-top: 0 !important;
}*/

.modal-header {
    border-bottom: none;
    min-height: 16.4286px;
    padding: 15px;
}
.modal-header p {
    margin: 10px 0 0 0;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
    border-bottom: 1px dashed #c6c4b9;
    padding-bottom: 9px;
    font-size:18px;
}
.modal-footer {
    border-top: 1px solid #e7e3d9;
    padding: 15px;
    text-align: right;
}
.modal-dialog {
    position: relative;
    overflow-y: initial !important;
    overflow-x: auto;
}
.modal-mid {
    width: 600px;
    margin: 30px auto;
}
.modal-filter {
    width: 800px;
    margin: 30px auto;
    overflow-y: hidden !important;
}
.modal-body {
    padding: 5px 15px 15px 15px;
    overflow-y: auto;
    max-height: 60vh;
}
#lookinside-body {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
.modal-body .transport-table td,
.modal-body .transport-table th {
    padding: 7px 5px;
}
.modal-body .author-name {
    margin: 0;
    font-size:18px;
    color: #534653;
    font-family: "bitterregular";
    font-weight: normal;
}
.modal-body h2 {
    margin: 5px 0 10px;
    font-size: 140%;
}
.modal-prod-pic {
    float: left;
    max-height: 120px;
    margin-right: 15px;
}
.modal-footer .btn {
    margin-top: 0 !important;
}

/*AUTHOR==========================================================================*/

.bigger {
    font-size: 1.7rem !important;
}
.page-header {
    font-family: "bitterregular";
    border-bottom: 1px dashed #c6c4b9;
    margin: 50px 0 25px;
    padding-bottom: 9px;
}
.content-header {
    font-family: "bitterregular";
    border-bottom: 1px dashed #c6c4b9;
    margin: 0px 0 25px;
    padding-bottom: 9px;
}
.content-holder {
    padding-top: 40px;
    padding-bottom: 10px;
    color: #616172;
    font-size: 1.4rem;
    font-family: "bitterregular";
}
.page-header a {
    color: #616172;
}
.page-header .glyphicon {
    text-align: right;
    font-size: 1.4rem;
    float: right;
    line-height: 2.4rem;
}
.main-picture {
    background: rgba(0, 0, 0, 0) url("../images/prod_pic_bg.png") repeat scroll
        0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
    padding: 5px;
    text-align: right;
    float: left;
    margin: 0 20px 20px 0;
}
.author-picture {
    max-height: 370px;
    max-width: 260px;
    float: left;
    border-radius: 2px;
    position: relative;
}
.post-title {
    color: #e6874e;
    font-family: "bitterregular";
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
}
.tags {
    font-size: 1.2rem;
    padding-bottom: 10px;
}
.read-more {
    font-family: "bitteritalic";
    color: #67999a;
    font-size: 1.5rem;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.brown-strip {
    height: 5px;
    background: url(../images/brown_strip.png) 0px 0px repeat-x;
    width: 100%;
    display: inline-block;
}
.author-text p {
    font-size: 1.1em;
}

/*USERMENU==========================================================================*/

.user-menu {
    list-style: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    background: url(../images/th_bg.png) 0px 0px repeat;
    border: 1px solid #e3e2d8;
    border-radius: 3px;
    margin: 50px 0;
    padding: 5px 15px;
}
.user-menu li {
    border-bottom: 1px solid #d8d2c5;
    text-align: center;
    font-size: 1.5rem;
}
.user-menu li:last-child {
    border-bottom: none;
}
.user-menu li a {
    padding: 8px 0;
    display: block;
    color: #8c858c;
}
.user-menu li a:hover {
    color: #e6874e;
}
.user-menu li button {
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d2c5;
    padding: 8px 0;
    color: #8c858c;
    text-align: center;
    font-size: 1.5rem;
}
.user-menu li button:hover {
    color: #e6874e;
}
.user-menu li button:last-child {
    border-bottom: none;
}

/*MYORDER==========================================================================*/

.order-table {
    width: 100%;
    border-collapse: collapse;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    color: #534653;
    font-family: "bitterregular";
}
.order-table td {
    background: #fefef9;
    padding: 15px 10px;
    vertical-align: middle;
}
.order-table td.price {
    color: #e6874e;
}
.order-table td.title {
    text-align: left;
}
.order-table .promo_codes span + span:before {
    content: ", ";
}
.order-table td,
.order-table th {
    border: 1px solid #d8d2c5;
    text-align: center;
}
.order-table td.separator,
.order-table th.separator {
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
    border-top: 1px transparent solid;
    text-align: center;
    background: transparent;
}
.order-table td.text-right,
.order-table th.text-right {
    text-align: right;
}
.order-table th {
    background: #f8f3e9 url(../images/th_bg.png) 0px 0px repeat;
    color: #817d74;
    font-weight: normal;
    text-align: center !important;
    font-size: 1.5rem;
    padding: 10px;
}
.order-table th.title {
    text-align: left !important;
}
.order-table td img {
    height: 100px;
    margin-right: 10px;
    float: left;
}
.order-table td.order-sum,
.order-table td.order-allsum {
    background: #f8f3e9 url(../images/th_bg.png) 0px 0px repeat;
    text-align: right;
    padding: 10px;
    font-size: 1.4rem;
}
.order-table td.order-allsum {
    font-size: 1.8rem;
}
.order-allsum {
    font-size: 1.8rem;
    padding-top: 10px;
}
.order-table .sum-price {
    min-width: 130px;
    display: inline-block;
    color: #e6874e;
}
.order-table .fa-refresh {
    opacity: 0;
}
.order-table .fa-refresh.loading {
    opacity: 1;
}
.order-status {
    text-align: center;
    color: #709fa0;
    font-size: 1.2rem;
    line-height: 16px;
}
.table-price-over {
    color: #8c858c;
    text-decoration: line-through;
    font-size: 1.3rem;
    text-align: center;
}
.table-price-sale {
    font-size: 1.3rem;
    color: #8c858c;
    font-family: "bitteritalic";
    text-align: center;
}
.not-started {
    background: url(../images/status_notstarted.png) top center no-repeat;
    padding-top: 42px;
}
.take-out {
    background: url(../images/status_takeout.png) top center no-repeat;
    padding-top: 36px;
}
.taken-out {
    background: url(../images/status_takenout.png) top center no-repeat;
    padding-top: 36px;
}
.during-order {
    background: url(../images/status_duringorder.png) top center no-repeat;
    padding-top: 32px;
}
.ready-order {
    background: url(../images/status_ready.png) top center no-repeat;
    padding-top: 32px;
}
.top-order-status .order-status {
    text-align: right;
    display: inline-block;
    color: #709fa0;
    font-size: 1.2rem;
    line-height: 48px;
    font-family: "bitterregular";
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
.top-order-status {
    text-align: right;
}
.top-order-status .not-started {
    background: url(../images/status_notstarted.png) left center no-repeat;
    padding-left: 36px;
    padding-top: 0;
}
.top-order-status .take-out {
    background: url(../images/status_takeout.png) left center no-repeat;
    padding-left: 38px;
    padding-top: 0;
}
.top-order-status .taken-out {
    background: url(../images/status_takenout.png) left center no-repeat;
    padding-left: 36px;
    padding-top: 0;
}
.top-order-status .during-order {
    background: url(../images/status_duringorder.png) left center no-repeat;
    padding-left: 38px;
    padding-top: 0;
}
.top-order-status .ready-order {
    background: url(../images/status_ready.png) left center no-repeat;
    padding-left: 37px;
    padding-top: 0;
}
.order-number {
    font-family: "bitterregular";
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.order-date {
    font-family: "bitterregular";
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #8c858c;
}
.stacktable {
    width: 100%;
}
.st-head-row {
    padding-top: 1em;
}
.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}
.st-val {
    width: 49%;
    padding-left: 1%;
}
.stacktable.large-only {
    display: table;
}
.stacktable.small-only {
    display: none;
}
.inside {
    border: none;
    margin: 0 auto;
    width: auto;
}
.inside td {
    border: none;
    padding: 0 7px;
}
.inside td:first-child {
    padding-left: 0;
}
.inside td:last-child {
    padding-right: 0;
}
.inside td a.refresh {
    color: #69c290;
    transition: all 0.2s ease 0s;
}
.inside td a.refresh:hover {
    color: #549f75;
}
.st-head-row {
    padding-top: 1em;
}
.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}
.st-val {
    width: 49%;
    padding-left: 1%;
}
.stacktable.large-only {
    display: table;
}
.stacktable.small-only {
    display: none;
}

/*MYFORM==========================================================================*/

.myform {
    border-bottom: 1px dashed #c6c4b9;
    padding-bottom: 15px;
}
.favourite-form {
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-bottom: none;
}
.myform .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d8d2c5;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #8c858c;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.myform textarea.form-control {
    height: auto;
    margin-top: 5px;
}
.myform .control-label {
    margin-bottom: 0;
    padding-top: 3px;
    text-align: left;
    font-weight: normal;
    color: #534653;
    font-size: 1.5rem;
}
.myform .radio label,
.myform .checkbox label {
    font-size: 95%;
}
.myform .radio label {
    margin-right: 10px;
    line-height: 2.2rem;
}
.myform .small {
    color: #8c858c;
    font-size: 85%;
}
.data-list {
    list-style: none;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.data-list li {
    border-bottom: 1px solid #eceae1;
    padding: 7px 0;
}
.data-list-left {
    color: #8c858c;
    width: 28%;
    display: inline-table;
}
.data-list-right {
    width: 70%;
    display: inline-table;
}
.spinner {
    width: 60px;
    margin: 0 auto;
}
.spinner input {
    text-align: right;
}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 2px;
}
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 2px;
}
.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}
.spinner .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d8d2c5;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #8c858c;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.spinner .btn-default {
    color: #6f6d68;
}
.noborder-right {
    border-right: none !important;
    text-align: left !important;
}
.noborder-left {
    border-left: none !important;
}
.coupon-row {
    padding: 10px;
}
.coupon-row > *:not(:last-child) {
    margin-bottom: 20px;
}
.coupon-row > span,
.coupon-label {
    font-weight: bold;
}
.coupon {
    display: inline-block;
    min-width: 130px;
    height: 60px;
    margin: 12px 30px 12px 0;
    background-color: white;
    background-image: url(../images/coupon_bg_left.png),
        url(../images/coupon_bg_right.png);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px dashed rgb(167, 163, 163);
    padding: 15px;
    text-align: center;
    position: relative;
}
@media (max-width: 768px) {
    .coupon-row {
        flex-direction: column;
    }
    .coupon-row:first-child {
        margin-top: 20px;
    }
    .slide-controls .slide-next,
    .slide-controls .slide-next:hover {
        right: 0px;
    }
    .slide-controls .slide-prev,
    .slide-controls .slide-prev:hover {
        left: 0px;
    }
    .coupons {
        text-align: center;
    }
}
.promocode-label {
    text-align: left !important;
}
.remove-coupon {
    position: absolute;
    top: -9px;
    right: -9px;
}
.remove-coupon button {
    background-image: url(../images/btn_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
.coupon .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d8d2c5;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #8c858c;
    font-size: 14px;
    height: 36px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
    margin-top: -5px;
}
.coupon label {
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    max-width: 100%;
    font-size: 16px;
    line-height: 36px !important;
}
.coupon .btn-violet {
    height: 36px;
    margin-top: -2px;
    font-size: 15px;
    line-height: 1.5;
}
.share {
    border-bottom: 1px dashed #c6c4b9;
    padding-bottom: 15px;
}
.share .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d8d2c5;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #8c858c;
    font-size: 14px;
    height: 36px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
}
.share label {
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    max-width: 100%;
    font-size: 16px;
    line-height: 36px !important;
}
.share .btn-violet {
    height: 36px;
    margin-top: -3px;
    font-size: 15px;
    line-height: 1.5;
}
.bagtable {
    margin-bottom: 15px;
    margin-top: 0;
}
@media (max-width: 425px) {
    .bagtable .table-responsive {
        border-color: #d8d2c5;
        border-top: none;
        border-bottom: none;
    }
    .bagtable .table-responsive table tr th:last-child,
    .bagtable .table-responsive table tr td:last-child {
        border-right: none;
    }
    .bagtable .table-responsive table tr th:first-child,
    .bagtable .table-responsive table tr td:first-child {
        border-left: none;
    }
}
.bag-info {
    background: rgba(0, 0, 0, 0) url("../images/bag_arrow.png") no-repeat scroll
        top center;
    color: #8c858c;
    display: inline-block;
    font-family: "janda_romanticregular";
    font-size: 1em;
    line-height: 1.2em;
    padding-top: 30px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}
.bagform-padding {
    padding: 0 18px;
}
.bagform-padding img {
    margin-top: 10px;
}
.transport-table {
    width: 100%;
    border-collapse: collapse;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    color: #534653;
    font-size: 1.3rem;
}
.transport-table td {
    background: #fefef9;
    padding: 12px 10px;
    vertical-align: middle;
}
.transport-table td.free {
    color: #55a955;
}
.transport-table td,
.transport-table th {
    border: 1px solid #d8d2c5;
    text-align: center;
}
.transport-table th {
    background: #f8f3e9 url(../images/th_bg.png) 0px 0px repeat;
    color: #817d74;
    font-weight: normal;
    text-align: center !important;
    font-size: 1.3rem;
    padding: 10px;
}
.gift-select input {
    position: absolute;
    left: -9999px;
}
.gift-select input + i {
    border: 3px #6d646d solid;
    border-radius: 3px;
    padding: 2px;
    font-size: 2rem;
    cursor: pointer;
}
.gift-select input + i:hover {
    border-color: #e6874e;
    color: #e6874e;
}
.gift-select input + i:before {
    opacity: 0;
}
.gift-select input:checked + i:before {
    opacity: 1;
}
.delete {
    text-align: center;
}
.delete button {
    color: #6d646d;
    font-size: 2.4rem;
    border: none;
    background: none;
    display: inline;
}
.delete button:hover {
    color: #e6874e;
}
button.refresh {
    color: #69c290;
    transition: all 0.2s ease 0s;
    border: none;
    background: none;
}
button.refresh:hover {
    color: #549f75;
}

/*SHOP INFO==========================================================================*/

.step-list {
    list-style: none;
    color: #877c87;
    font-size: 95%;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
.step-list li {
    padding: 14px 0 14px 0;
}
.step-list li .steps {
    color: #e6874e;
    font-family: "bitterregular";
    font-size: 125%;
    display: table-cell;
    width: 40px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    background: url(../images/step_list_bg.png) left top no-repeat;
}
.step-list li .step-text {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

/*TABS==========================================================================*/

.products .nav-tabs {
    border-bottom: 1px solid #c6c4b9;
}
.products .nav-tabs > li {
    float: left;
    background: none;
    margin-bottom: -1px;
}
.products .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    color: #7f737f;
    display: block;
    padding: 12px 30px;
    font-size: 1em;
    text-shadow: none;
}
.products .nav-tabs > li.active > a,
.products .nav-tabs > li.active > a:focus {
    color: #e88245;
    border: 1px solid #c6c4b9;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
    background-color: #fdfdf2;
}
.products .nav-tabs > li.active > a:hover {
    color: #e88245;
    border: 1px solid #c6c4b9;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
    background-color: #fdfdf2;
    background-image: none;
}
.products .nav-tabs > li > a:hover {
    border-color: #c6c4b9 #c6c4b9 #c6c4b9;
    color: #7f737f;
    background: url(../images/paper_bg.png) 0px 0px repeat;
}
.products .nav > li > a:focus,
.products .nav > li > a:hover {
    text-decoration: none;
}
.checkout .nav-tabs {
    border-bottom: 1px solid #c6c4b9;
}
.checkout .nav-tabs > li {
    float: left;
    background: none;
    margin-bottom: -1px;
}
.checkout .nav-tabs > li > a,
.checkout .nav-tabs > li > .tab {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    color: #7f737f;
    display: block;
    padding: 12px 30px;
    font-size: 1em;
    text-shadow: none;
    margin-bottom: 0px;
    cursor: pointer;
}
.checkout .nav-tabs > li > label.tab input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.checkout .nav-tabs > li.active > a,
.products .nav-tabs > li.active > a:focus,
.checkout .nav-tabs > li.active > .tab,
.products .nav-tabs > li.active > .tab:focus {
    color: #e88245;
    border: 1px solid #c6c4b9;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
    background-color: #fdfdf2;
}
.checkout .nav-tabs > li.active > a:hover,
.checkout .nav-tabs > li.active > .tab:hover {
    color: #e88245;
    border: 1px solid #c6c4b9;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
    background-color: #fdfdf2;
    background-image: none;
}
.checkout .nav-tabs > li > a:hover,
.checkout .nav-tabs > li > .tab:hover {
    border-color: #c6c4b9 #c6c4b9 #c6c4b9;
    color: #7f737f;
    background: url(../images/paper_bg.png) 0px 0px repeat;
}
.checkout .nav > li > a:focus,
.checkout .nav > li > a:hover,
.checkout .nav > li > .tab:focus,
.checkout .nav > li > .tab:hover {
    text-decoration: none;
}
.postcode-helper .postcode-helper-suggestion {
    margin-top: -1px;
}
.postcode-helper .postcode-helper-suggestion .list-group-item {
    border: 1px dashed #c6c4b9;
    background: #fff;
    font: inherit;
    text-transform: inherit;
    font-size: 14px;
    padding: 6px 12px;
    text-align: left;
}
.checkout .international-shipping {
    display: none;
}
.my-tabs {
    margin-top: 50px;
}
.my-tabs .nav > li {
    background: none;
}
.my-tabs .nav > li > a {
    color: #8c858c;
    display: block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 40px !important;
    margin-top: 0;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    padding: 0px 20px;
}
.my-tabs .nav-tabs > li > a {
    border-radius: 0;
}
.my-tabs .nav-tabs > li.active > a,
.my-tabs .nav-tabs > li.active > a:hover,
.my-tabs .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fdfcf3 url("../images/page_bg.png") repeat scroll 0 0;
    border-color: #d8d2c5 #d8d2c5 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #e6874e;
    cursor: default;
}
.my-tabs .nav-tabs > li > a,
.my-tabs .nav-tabs > li > a:hover {
    border-color: #d8d2c5 #d8d2c5 #d8d2c5;
    background: rgba(0, 0, 0, 0) url("../images/th_bg.png") repeat scroll 0 0;
}
.my-tabs .nav-tabs > li > a:hover {
    color: #e6874e;
}
.my-tabs .tab-content {
    padding: 15px 0;
}
.select-prod {
    background: url(../images/selected_prod_bg.png) 0px 0px repeat;
    height: auto;
    padding: 5px 10px;
    margin-bottom: 2px;
}
.select-prod label {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.44rem;
    line-height: 24px;
}
.select-prod .checkbox {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
}
.select-prod-menu {
    list-style: none;
    padding-bottom: 20px;
}
.select-prod-menu li {
    display: inline;
    color: #534653;
    font-size: 1.3rem;
    padding-right: 20px;
    line-height: 20px;
}
.select-prod-menu li.delete {
    text-align: right;
    padding-left: 20px;
    padding-right: 0;
    float: right;
    padding-top: 3px;
}
.select-prod-menu li a {
    color: #534653;
}
.select-prod-menu li a:hover {
    color: #e6874e;
}
.select-prod-menu .btn {
    padding: 0 !important;
    font-size: 1.3rem;
}
.select-prod-menu li.delete a {
    color: #b66161;
}
.select-prod-menu li img {
    margin-right: 2px;
    margin-bottom: 2px;
}

/*FOOTER==========================================================================*/

.footer {
    background: url(../images/footer_bg.png) bottom center repeat-x;
    padding-bottom: 100px;
    padding-top: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-container {
    border-top: 2px dotted #c8c7bf;
    padding-top: 20px;
    color: #ada89c;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    font-family: "bitterregular";
}
.footer-menu {
    list-style: none;
}
.footer-menu li {
    display: inline-block;
    padding: 0 20px 0 0;
}
.footer-menu li a {
    color: #ada89c;
    transition: all 0.35s ease 0s;
}
.footer-menu li a:hover {
    color: #8c887d;
}
@media (max-width: 991px) {
    .page-search-form-box {
        margin: 30px 10% 130px 10%;
        width: calc(100% - 20%);
    }
}
@media (max-width: 768px) {
    .navbar {
        background: none;
        padding: 0 15px;
        margin: 0;
        min-height: 0;
        height: 0;
    }
    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 4px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 8px;
        padding: 9px 10px;
        position: relative;
        width: 100%;
        background: url(../images/search_btn_bg.png) 0px 0px repeat;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    .toggle-text {
        text-align: center;
        margin: 0 auto;
        font-family: "bitterregular";
        display: block;
        position: relative;
        font-size: 1.9rem;
        color: #ffffff;
        line-height: 30px;
        margin-top: 0px;
        transition: all 0.25s ease 0s;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        overflow-x: visible;
        padding-left: 15px;
        padding-right: 15px;
        background: url(../images/page_bg.png) 0px 0px repeat;
        position: relative;
        z-index: 100;
        border-radius: 3px;
    }
    .navbar-collapse {
        text-align: center;
    }
    .nav > li {
        background: none;
    }
    .nav > li > a {
        font-family: "bitterregular";
        display: block;
        position: relative;
        font-size: 1.7rem;
        color: #ffffff;
        line-height: 50px;
        margin-top: 0px;
        transition: all 0.25s ease 0s;
        color: #675e66;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    }
    .search-info {
        display: none;
    }
    .top-cart {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
        margin-right: 0;
    }
    .login-m {
        display: block !important;
    }
    .login-m a {
        text-transform: none !important;
        color: #6098a4 !important;
    }
    .footer-menu {
        margin-bottom: 30px;
    }
    .footer-menu li {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px dotted #c8c7bf;
    }
    .footer-menu li a {
        color: #ada89c;
        transition: all 0.35s ease 0s;
    }
    .select-prod-menu li {
        display: block;
        color: #534653;
        font-size: 1.3rem;
        padding: 10px 0px 10px 0px;
        line-height: 20px;
        border-bottom: 1px dotted #c8c7bf;
    }
    .select-prod-menu li.delete {
        text-align: left;
        padding: 8px 0px 8px 0px;
        float: none;
    }
    .share .btn-violet {
        display: block;
        width: 100%;
    }
    .product-view-picture {
        float: none;
    }
    .product-view-data {
        display: block;
        height: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .product-view-data .book-data {
        float: none !important;
        margin: 0 20px;
    }
    .mobile {
        display: inherit;
        top: 10px;
    }
    .nomobile {
        display: none;
    }
    .modal .order-table td {
        text-align: left;
    }
    .modal .order-table h4.author-name,
    .modal .order-table h2,
    .modal .order-table .publisher {
        font-size: 90%;
    }
    .modal .order-table .order-allsum,
    .modal .order-table .price {
        text-align: right;
    }
    .mobile-text-center {
        text-align: center !important;
    }
    .mobile-text-center .text-right {
        text-align: center !important;
    }
    .mobile-block {
        width: 100%;
    }
    .slider {
        display: none;
    }
    .order-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .mobile-no-padding {
        padding: 0;
    }
    .mobile-small {
        line-height: 1.8;
        font-size: 14px;
        padding: 6px;
    }
    .item-price .fa-info-circle {
        font-size: 14px;
    }
    .book-action-box .fa-info-circle {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 768px) {
    .list-filters {
        height: 70px !important;
    }
    .bx-wrapper .bx-next {
        background: url(../images/arrow-right-new.png) no-repeat;
        background-size: contain;
    }
    .bx-wrapper .bx-prev {
        background: url(../images/arrow-left-new.png) no-repeat;
        background-size: contain;
    }
    .bx-controls .bx-controls-direction {
        padding: 2px 5px;
    }
    .bx-pager.bx-default-pager {
        position: absolute !important;
        bottom: -20px;
        left: 0;
        right: 0;
    }
    .bx-controls .bx-controls-direction a {
        width: 40px;
        height: 30px;
        transform: none;
        margin-top: 0;
    }
    .top-slider {
        margin: 0 -20px;
    }
    .bx-wrapper .bx-next {
        float: right;
    }
    .slider-inner {
        width: 100%;
    }
    li[class="open"] .dropdown-menu {
        transform: none;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .slider-inner {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
    .table-title {
        display: block;
        margin-top: 10px;
    }
    .top-order-status {
        text-align: left !important;
    }
    .bx-wrapper .bx-next {
        transform: translate(50%, 0);
    }
    .bx-wrapper .bx-prev {
        transform: translate(-50%, 0);
    }
}

/* Pick Pack Pont*/

#PPPList table {
    margin: 20px 0px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
#PPPList table tr td {
    border-bottom: 1px dashed #aaa;
    padding: 5px 0px;
}
#PPPList table tr:hover {
    background: #9dcb5d;
}
#popupWin,
#cobbleMessage {
    display: none;
    position: absolute;
    top: 0px;
    left: 10px;
    overflow: hidden;
    width: auto;
    height: auto;
    z-index: 3000;
}
.pw_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/btn_close.png);
    cursor: pointer;
}
.flashobject {
    position: relative;
    z-index: 1;
    top: -10px;
    width: 800px;
}
.active-filters {
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: #7f737f;
    background-color: #fdfdf2;
    font-family: "Roboto Slab", serif;
    margin-top: -5px;
    border-bottom: 1px solid #c6c4b9;
}
.active-filters .row {
    margin-left: -15px;
    margin-right: -15px;
}
.active-filters .col-md-9,
.active-filters .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.selected-filters {
    width: auto;
    display: inline-block;
}
.selected-filters li {
    display: inline;
    font-size: 15px;
    line-height: 38px;
}
.selected-filters li:last-child {
    margin-right: 30px;
}
.selected-filters li:before {
    display: inline-block;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #d3c6d3;
    content: "/";
}
.selected-filters li:first-child:before {
    content: inherit;
}
.selected-filters span {
    color: #a699a6 !important;
}
.list-filters {
    border-bottom: 1px dashed #c6c4b9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.4rem;
    color: #7f737f;
    height: 40px;
}
.list-filters label {
    font-weight: normal;
    color: #7f737f;
    margin-right: 5px;
}
.list-filters .price-range {
    /*float: right;*/
    margin-right: 2px;
    margin-top: 2px;
}
.list-filters .slider.slider-horizontal {
    /*width: 170px;*/
    width: 90%;
    height: 20px;
    margin: 0px 6px 0 12px;
}
.list-filters .slider-handle {
    position: absolute;
    top: 0;
    /*width: 16px;*/
    height: 16px;
    background-color: #7f737f !important;
    background-image: none;
}
.list-filters .slider.slider-horizontal .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -4px;
    top: 50%;
    left: 0;
}
.list-filters .slider-track {
    position: absolute;
    cursor: pointer;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #e6dfcc;
}
.list-filters .slider-selection {
    position: absolute;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #91cec5;
}
.list-filters .slider .tooltip.top {
    margin-top: -36px;
    background: none;
}
.list-filters .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #7f737f;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #7f737f;
}
.list-filters .filter-content {
    float: right;
    line-height: 28px;
}
.list-filters .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d8d2c5;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #8c858c;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 1.42857;
    padding: 4px 30px 4px 4px;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.list-filters select + i.fa {
    float: right;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: -16px;
    pointer-events: none;
    background-color: transparent;
    color: #8c858c !important;
    padding-right: 3px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
}
.list-filters span {
    line-height: 28px;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.login-m > form {
    line-height: 50px;
    padding: 0px 15px;
}
.login-m > form > button {
    font-family: "bitterregular";
    position: relative;
    font-size: 1.7rem;
    line-height: 50px;
    margin-top: 0px;
    transition: all 0.25s ease 0s;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
    color: #6098a4 !important;
    border: none;
    background-color: transparent;
}
.login-m > form > button:hover {
    color: #6098a4;
}
.login-m > form > button:focus {
    background-color: transparent !important;
    color: #6098a4;
    text-decoration: none;
}
.activelink {
    text-decoration: none;
    color: #bd600c !important;
}
.fielderror {
    color: red;
    float: right;
    font-size: small;
    margin: 0 20px 5px 0;
}
.favourite-list {
    cursor: pointer;
}

/*#viewerModal .modal-dialog {
	min-width: 70%;
}
#viewerModal .modal-dialog,
#viewerModal .modal-content{
	height: 90% !important;
}
#viewerModal .modal-body {
	min-height: 80%;
}
.rel {
	position: relative;
}*/


/*BOOK========================================================================== */

#flipbook-lookinside {
    margin: 10px auto;
    /*width: 90%;
	height: 90%;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#flipbook-lookinside .page {
    height: 100%;
}
#flipbook-lookinside .page img {
    max-width: 100%;
    height: 100%;
}
.collapse {
    display: none;
}
.slider-inner-content h3 {
    margin: 0px 0 15px 0;
}
.disabled-btn:hover {
    cursor: default;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.search-loader {
    margin: 0 auto;
    margin-top: 60px;
    width: 50px;
    display: block;
}
.top-list-item {
    margin-bottom: 30px;
    display: block;
    float: left;
    width: 100%;
    background: url(../images/paper_bg.png) 0px 0px repeat;
    padding: 15px 0;
    border-radius: 3px;
}
.item-top-list-no {
    text-align: center;
    padding-bottom: 10px;
    font-family: "kraftstoff_huregular";
    font-size: 5.2rem;
    line-height: 240px;
    margin: 0 auto;
}
.top-list-item .item-picture {
    background: none;
    text-align: center;
    position: relative;
    box-shadow: none;
    min-height: 250px;
}

@media screen and (max-width: 768px) {
    .top-list-item .item-picture {
        min-height: fit-content;
        padding-bottom: 1rem;
    }
    .top-list-item .item-picture img {
        position: relative;
    }
    .item-top-list-no {
        line-height: 1.5em;
    }
}

.top-list-item .category-icon-list {
    display: block;
}
.item-picture img {
    max-width: 100%;
}
.item-top-list-no span {
    color: #e6874e;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    font-size: 125%;
    display: block;
    width: 40px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    background: url(../images/step_list_bg.png) left top no-repeat;
    margin: 0 auto;
}
.offer .item {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    min-height: 1px;
}
.offer .item .offerimage {
    height: 239px;
    /*width: 170px;*/
    display: inline-block;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    line-height: 230px;
}
.offer .item .offerimage a {
    display: block;
    line-height: 230px;
    width: 100%;
}
.offer .item a img {
    max-height: 230px;
    max-width: 170px;
    width: inherit;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.offer .item img {
    margin: 0 auto 10px auto;
}
.products .item h3 a,
.top-list-item h3 a {
    color: #534653;
    transition: all 0.25s ease 0s;
}
.products .item h3 a:hover,
.top-list-item h3 a:hover {
    color: #e97530;
}
.offer p {
    margin-bottom: 10px;
}
.offer .prodlink {
    color: #e6874e;
    font-family: "Roboto Slab", serif;
    font-size: 1em;
    margin: 15px 10px;
}
.offer .prodlink:hover {
    color: #cb7440;
}
.slide-next {
    display: block;
    background: url("../images/open_prod_slider.png") no-repeat scroll -28px 0px;
    right: 10px;
    height: 52px;
    margin-top: -26px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
    z-index: 99;
    cursor: pointer;
}
.slide-next:hover {
    display: block;
    background: url("../images/open_prod_slider.png") no-repeat scroll -28px -52px;
}
.slide-prev {
    display: block;
    background: url("../images/open_prod_slider.png") no-repeat scroll 0px 0px;
    left: 10px;
    height: 52px;
    margin-top: -26px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
    z-index: 99;
    cursor: pointer;
}
.slide-prev:hover {
    display: block;
    background: url("../images/open_prod_slider.png") no-repeat scroll 0px -52px;
}
.desc,
.billingaddress {
    margin-left: 20px;
    margin-top: -10px;
}
.fieldinfo {
    margin-top: 10px;
}
.not-available {
    display: none;
}
.open-hours {
    line-height: 30px;
    background: url(../images/i-clock.svg) left center no-repeat;
    padding-left: 45px;
}
.place {
    line-height: 30px;
    background: url(../images/i-map-pin.svg) left center no-repeat;
    padding-left: 41px;
}
.about-shop {
    line-height: 30px;
    background: url(../images/i-speech-bubble.svg) left center no-repeat;
    padding-left: 45px;
}
[data-gallery][data-component][data-id] a,
.component-images figure {
    width: 30%;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #e2e1da;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 10px 10px;
}

/*.open-product {
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #c6c4b9;
	padding-bottom: 12px;
	margin: 0px 0px 15px 0px;
	height: 54px;
}
.category-icon-list {
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #c6c4b9;
	padding-bottom: 12px;
	margin: 15px 0px 6px 0px;
	height: 54px;
}*/

.turn-page img {
    min-width: 100% !important;
    max-height: 100% !important;
}
.discounttext {
    font-style: italic;
}
.sidebar.sidebar-hidden {
    visibility: hidden;
    height: 1px;
    padding-top: 0px;
    display: block;
}
.origprice {
    text-decoration: line-through;
    font-size: 0.9em;
    margin-right: 18px;
}
.saleprice {
    font-size: 15px;
}
.saleprice .price {
    display: block;
}
.multiselect-container.dropdown-menu,
.typeahead.dropdown-menu {
    width: 100%;
    text-align: left;
    left: 0;
    transform: none;
}
.gdpr-text {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 260px;
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 15px;
}
.gdpr-text h3 {
    margin-top: 0;
}
.form-check-label {
    font-weight: normal;
}
.required-label:after {
    content: " *";
    font-size: 12px;
    display: inline;
}
.barcodes .barcode {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d8d2c5;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #8c858c;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
    margin: 15px auto;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.barcodes .barcode img {
    display: block;
    margin: 3px auto;
}
.membercard-view {
    background: #fff url("../images/proba_regkartya_front_300.png") no-repeat
        center center;
    background-size: contain;
    position: relative;
    display: block;
    margin: 0px auto;
    width: 250px;
    height: 139px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid #cccccc;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transform: rotate(3deg);
}
.form-control {
    border-style: dashed;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #699b9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(204, 204, 204, 0.6);
}
.input-group-addon {
    border-style: dashed;
    background-color: #fff;
}
.multiselect-native-select .btn-default {
    border-style: dashed;
}
.multiselect-native-select .dropdown-menu > .active > a,
.multiselect-native-select .dropdown-menu > .active > a:hover,
.multiselect-native-select .dropdown-menu > .active > a:focus {
    background-color: #699b9c;
}
.multiselect-native-select .dropdown-menu > .active > a label,
.multiselect-native-select .dropdown-menu > .active > a:hover label,
.multiselect-native-select .dropdown-menu > .active > a:focus label {
    padding-left: 20px;
}
.multiselect-native-select .dropdown-menu > .active > a label:before,
.multiselect-native-select .dropdown-menu > .active > a:hover label:before,
.multiselect-native-select .dropdown-menu > .active > a:focus label:before {
    position: relative;
    top: 1px;
    left: -5px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e013";
}
.multiselect-container > li > a > label.checkbox,
.multiselect-container > li > a > label.radio {
    overflow: hidden;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
    left: -300px;
    position: absolute;
}
.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu > .active > a:hover,
.typeahead.dropdown-menu > .active > a:focus {
    background-color: #699b9c;
}
.placeholder {
    position: absolute;
    border-color: transparent;
    background-color: transparent;
    pointer-events: none;
    box-shadow: none;
    margin-top: 1px;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.placeholder.focus {
    opacity: 1;
}
.placeholder.loading {
    opacity: 1;
}
.placeholder.loading:before {
    float: right;
    margin-top: 3px;
    color: #555555;
    content: "\f021";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome6;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
form.loading {
    position: relative;
}
form.loading .loading-layover{
    position: absolute;
    background-color: #fdfcf3;
    opacity: 0.7;
    left: -15px; /* bootstrap row fix */
    right: -15px;
    top: 0;
    bottom: 0;
    z-index: 100;
}
#fs_newbilling .tab-content{
    padding: 1em;
    position: relative;
}
#fs_newcompany .form-group {
    position: relative;
}
#kh_label {
    height: 80px;
    margin-bottom: 20px;
}
.membercardform input::-webkit-outer-spin-button,
.membercardform input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.membercardform input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.toplistbuttons {
    margin-bottom: 20px;
}
.toplistbuttons a {
    margin: 5px;
}
.fav-buttons #next-page {
    float: right;
}
.fav-buttons #prev-page {
    float: left;
    display: none;
}
.toplistrow .item-price {
    border-top: 1px dashed #c6c4b9;
    padding-top: 6px;
    margin-top: 6px;
}
.toplistrow h3 {
    margin-top: 24px;
    margin-bottom: 18px;
}
.toplistrow h4 {
    color: #e7a278;
    margin-top: 0px;
    margin-bottom: 12px;
}
.toplistrow .item {
    min-height: 394px;
    margin-bottom: 14px;
    transition: all 0.25s ease 0s;
}
.toplistcard-desc {
    text-align: justify;
    min-height: 60px;
    padding-right: 20px;
}
.top-list-item .category-icon-list {
    justify-content: left;
}
.top-list-item .category-icon-list {
    display: flex;
}
.category-icon-list li:first-child {
    margin-left: 0;
}
.category-icon-list li:last-child {
    margin-right: 0;
}
.cartpage-title {
    text-align: center;
    margin-top: 35px;
}
.cart-item {
    background-color: #f5f3e8;
    margin: 5px;
    margin-bottom: 15px;
    box-shadow: 3px 3px 4px 0px #dad8cc;
    padding: 20px 0px 20px 5px;
    /* border: 1px solid #e8e7dc; */
}
#finalizeorderpage .cart-item,
#finalizeorderpage .price-row {
    font-family: "bitterregular";
}
#finalizeorderpage .price-row .row {
    margin-bottom: 20px;
}
#finalizeorderpage .coupon {
    margin-left: 5px;
    /* margin-right: 0; */
    display: inline-block;
}
.voucher-row {
    border: 1px dashed #534653;
    padding: 10px 5px;
    text-align: center;
    background-color: #f5f3e8;
    margin: 5px;
    margin-bottom: 15px;
}
@media (max-width: 576px) {
    .cart-item {
        padding: 5px 0px 5px 5px;
    }
}
.cart-item > div {
    min-height: 100px;
}
.cart-item .title img {
    height: 100%;
    margin-right: 15px;
    float: left;
    object-fit: contain;
}
.input-group-btn {
    font-size: 1em;
}
.cartform .input-group {
    display: flex;
}
.cartform .btn {
    background-color: inherit;
}
.cartform .btn:hover,
.btn:focus,
.btn.focus {
    background-color: #e8e7dc;
}
.cartform input[type="text"] {
    width: 30px !important;
    text-align: center;
    padding: 0;
}
.prodrow-pricerow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.prodrow-pricerow > div {
    margin: 5px;
}
.cart-item .title .image-container {
    width: 100px;
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.availability {
    margin-top: 5px;
    font-size: 15px;
}
@media (max-width: 425px) {
    .prodrow-pricerow {
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: 14px;
    }
    .prodrow-pricerow .btn {
        padding: 6px;
    }
    .availability {
        font-size: 14px;
    }
    .cartpage-title {
        font-size: 25px;
    }
}
.mt-10 {
    margin-top: 10px;
}
#cart .summary {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.summary div {
    font-size: 1.4rem;
}
.summary > div span {
    float: right;
    margin-right: 10px;
}
#cart-content {
    font-family: "bitterregular";
}
.summary .order-allsum {
    font-size: 1.8rem;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dashed rgb(167, 163, 163);
}
.sum-price {
    color: #e6874e;
}
.price-row {
    margin: 30px 0 0 0;
}
@media (min-width: 992px) {
    #cart .price-row {
        display: flex;
        justify-content: stretch;
    }
    .order-buttons {
        margin-top: 0;
    }
}
.order-buttons {
    margin-top: 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.discount-sep {
    text-align: center;
    font-size: 18px;
    margin: 30px 0 20px 0;
}
#unavailable_product_modal .collapse-cart-item {
    display: flex;
    justify-content: space-around;
    width: initial;
    max-width: 350px;
    margin: auto;
    margin-bottom: 10px;
    background-color: #f5f3e8;
}
#unavailable_product_modal .collapse-cart-item .delete {
    align-self: center;
}
#unavailable_product_modal .modal-body {
    text-align: center;
}
.optinbox {
    margin: 10px;
    padding: 20px;
    border: 1px dashed grey;
    border-radius: 5px;
}
.optinbox .desc {
    margin: 10px;
}
.optin-title {
    text-align: center;
    margin-bottom: 40px;
}
.optin-title h3 {
    font-size: 2em;
    margin: 40px 0 10px 0;
}
.optin-title h4 {
    font-size: 1.2em;
    margin: 0 20px;
}
.optinswitch {
    text-align: right;
}
@media (max-width: 768px) {
    .optinbox,
    .optinswitch {
        text-align: center;
    }
}
.unsubscribe_reasons {
    padding-left: 20px;
    margin: 5px 0 20px;
}
input[name="data[telnum_prefix]"] {
    padding: 4px;
    text-align: center;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-0 {
    padding: 0;
}
.switchcb {
    visibility: hidden;
}
.mobile-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #96cfce url(../images/top_bg.png) 0px 0px repeat-x;
    padding: 0 15px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.mobile-header.scroll {
    /* border-bottom: 1px dashed #699b9c; */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 10px) {
    .mobile-header {
        display: none;
    }
}
.mobile-only {
    display: none;
}
.promotion_products .item-holder.not-available {
    display: none;
}
.promotion-banner {
    width: 100%;
}
.promotion-banner img {
    margin: auto;
    object-fit: contain;
    width: 100%;
}
.desktop-promotion-banner {
    display: none;
}
@media (min-width: 768px) {
    .desktop-promotion-banner {
        display: block;
    }
    .mobile-promotion-banner {
        display: none;
    }
}
@media (max-width: 576px) {
    .mobile-only {
        display: block;
    }
    .promotion-slider h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .promotion-slider h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .promotion-slider .date,
    .promotion-slider .discount {
        display: none;
    }
    .promotion-slider .btn {
        font-size: 12px;
        line-height: 1;
    }
    .promotion-slider .heading {
        text-align: center;
        font-size: 16px;
        color: #534653;
        font-family: "bitterregular";
        margin: 2px 0;
    }
    .promotion-slider .btn-container {
        text-align: right;
        margin-top: 10px;
    }
    .promotion-slider .slider-inner-content {
        padding: 10px;
    }
    .promotion-slider .banner-container {
        padding: 0;
    }
    .slider-inner-content .row {
        display: flex;
    }
    .prom-desc {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .prom-desc h2,
    .prom-desc h3 {
        text-align: center;
    }
    .prom-desc .btn-container {
        align-self: flex-end;
    }
    .promotion-slider .slider-picture {
        display: flex;
        padding-right: 0px;
        height: 140px;
    }
    .promotion-slider .slider-picture img {
        margin: auto;
        max-height: 140px;
        padding: 2px;
        object-fit: contain;
    }
    .promotion-slider .bx-wrapper {
        /* margin-bottom: 10px; */
    }
    .promotion-slider .slider-info {
        display: none;
    }
    .promotion-slider .bx-pager {
        position: initial;
        padding: 0;
        font-size: 8px;
    }
    .promotion-slider .bx-pager-item {
        margin: 0 2px;
    }
    .item,
    .toplistrow .item {
        min-height: 100%;
        margin-bottom: 10px;
    }
    .item .item-picture {
        min-height: 140px;
        height: 140px;
    }
    .item .item-picture img {
        max-height: 140px;
    }
    .item .item-caption {
        display: none;
    }
    .item .item-bg > h3 {
        font-size: 12px;
        margin: 10px;
        height: 3em;
        max-height: 3em;
        line-height: 18px;
    }
    .item-bg {
        padding-bottom: 5px;
    }
    .category-icon-list {
        height: 100%;
        padding-bottom: 6px;
    }
    .category-icon-list li {
        width: 30px;
        height: 30px;
    }
    .category-icon-list li span {
        height: 22px !important;
        width: 22px !important;
        margin: 4px 2px !important;
        background-size: 22px !important;
    }
    .category-icon-list .age-icon {
        font-size: 0.66em;
        width: 30px !important;
        margin-left: 0 !important;
    }
    .item .item-price {
        font-size: 0.75em;
    }
    .item .btn-bag {
        padding: 0 5px;
        font-size: 12px;
        height: 40px;
        line-height: 33px;
    }
    .toplistrow h3 {
        font-size: 18px;
        margin: 18px 0 10px 0;
    }
    .toplistrow h4 {
        font-size: 12px;
    }
    .toplist-item-caption {
        font-size: 2em;
        padding: 55px 15px 15px 15px;
        opacity: 0.6;
    }
    .toplistbuttons a {
        font-size: 12px;
        margin-bottom: 0;
    }
    .slide-controls .slick-arrow {
        top: 40%;
    }
    .tab-content > .tab-pane {
        padding: 0;
    }
    .page-search-form-box {
        display: none;
    }
    .slick-slide {
        padding: 0 7px;
    }
    .slide-controls .slick-arrow,
    .slide-controls .slick-arrow:hover {
        background-size: 25px;
    }
    .main {
        padding-top: 0;
    }
    .products .nav-tabs > li > a {
        padding: 12px;
        font-size: 14px;
    }
    .sidebar {
        padding-top: 0px;
    }
    .speech-bubble {
        display: none;
    }
    h3.category-title {
        margin: 10px 0;
        font-size: 13px;
    }
    .category-menu {
        margin-top: 10px;
    }
    .toplistbuttons .btn {
        font-size: 13px;
    }
    .category-menu .age {
        width: 35px !important;
    }
    .collapse-button {
        margin: 5px;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        font-family: "bitterregular";
        text-transform: uppercase;
        background-color: #f1e8d8;
        border: 1px dashed #c6c4b9;
        border-radius: 5px;
        width: 100%;
    }
    .category-menu {
        border-bottom: 0;
    }
    .category-menu-type {
        display: flex;
        margin-top: 0;
    }
    .category-menu-type .button {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .category-menu-type .button .background {
        margin: auto !important;
    }
    .cat-label {
        font-size: 13px;
        line-height: initial;
        margin-top: 7px;
    }
    .category-menu-type > li {
        margin-bottom: 0;
    }
    .btn-filter-basic {
        font-size: 12px !important;
        padding: 4px;
        line-height: 16px;
    }
    .category-menu-type li label.button {
        width: 100%;
    }
    .category-menu li {
        margin-right: 14px;
    }
    .category-menu .button-label {
        font-size: 12px;
        display: inline-block;
        margin: 0 -15px;
    }
    .product-search-form .collapse-button .less,
    .product-search-form .collapse-button[aria-expanded="true"] .more {
        display: none;
    }
    .product-search-form .collapse-button .more,
    .product-search-form .collapse-button[aria-expanded="true"] .less {
        display: initial;
    }
    /* .product-search-form .collapse-button[aria-expanded="true"] {
        display: none;
    } */
    .list-filters {
        height: 40px !important;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .category-menu,
    .category-menu-type {
        border-bottom: 0;
    }
    .price-input {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .category-menu-type li .btn-group {
        float: none;
        display: block;
        text-align: center;
    }
    .modal-filter {
        max-width: 100%;
    }
    .toplistrow .products .item h3 a {
        font-size: 12px;
    }

/* PROMOTIONPAGE========================================================================== */

    #promotionpage .page-header {
        text-align: center;
        margin-top: 30px;
        font-size: 26px;
    }
    #promotionpage .main-desc img {
        max-width: 33%;
        margin: 0 15px 0 0;
    }
    #promotionpage .main-desc p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #promotionpage #prodlist-header {
        font-size: 22px;
    }
}
@media (min-width: 576px) {
    .product-search-form .collapse-filterbox {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}
.list-filters .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.list-filters .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.list-filters .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group > .form-control {
    width: 100%;
}
#lookinsidepage .header-graphic {
    padding-bottom: 8px;
}
#lookinsidepage .top-logo {
    margin-top: 8px;
    width: 50px;
    height: 50px;
}
#lookinsidepage .header-graphic .page-nav {
    padding-top: 8px;
}
#lookinsidepage .header-graphic .page-nav li {
    font-size: 1.9em;
}
#newslettermodal {
    max-width: 100%;
}
.game-data > div {
    margin: 5px 0;
    font-weight: bold;
}
.game-data i {
    font-size: 2rem;
    margin-right: 10px;
    color: #77a9a9;
}
.download .flag {
    max-width: 40px;
}
.download a {
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    max-width: 400px;
    justify-content: space-evenly;
    border: 1px dashed #534653;
    align-content: center;
    color: #534653;
    font-weight: bold;
}
.download-label {
    color: #534653;
    font-weight: bold;
}
.download a > * {
    margin: 0 5px;
}
.download i {
    color: #77a9a9;
    font-size: 2.5rem;
    margin-right: 10px;
}
@media (min-width: 992px) {
    .download {
        text-align: center;
    }
    .download i {
        margin-right: 30px !important;
    }
    .game-description:before {
        content: "~   ~   ~";
        font-weight: bold;
        font-size: 2rem;
        text-align: center;
        display: block;
    }
}
.game-description h1,
.game-description h2,
.game-description h3,
.game-description h4,
.game-description h5,
.game-description h6 {
    font-weight: bold;
}
.game-description {
    margin-top: 30px;
    padding: 10px;
}
.game-description ul {
    margin-left: 30px;
}
#rulebookpage h1 {
    margin-bottom: 15px;
}
#rulebookpage .product-link {
    text-align: center;
    margin-bottom: 15px;
}
#rulebookpage .product-link a {
    font-weight: bold;
}
.package-row {
    margin-top: 30px;
}
.mt-0 {
    margin-top: 0;
}
.pp-price {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 25px;
}
.oldprice {
    text-decoration: line-through;
}
.newprice {
    font-size: 26px;
    font-weight: bold;
}
.transparent {
    opacity: 0.65;
}
.package-discount {
    font-size: 20px;
    color: #e97530;
    display: block;
}
.package-label {
    color: #e97530;
    font-weight: bold;
}
@media (min-width: 992px) {
    .pp-price {
        min-height: 200px;
    }
}
.package-row {
    padding: 20px 0 35px 0;
    background: url(../images/paper_bg.png) 0px 0px repeat;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.package-row h1 {
    margin-top: 10px;
}
.no-float {
    float: none;
}
.package-picture {
    max-width: 100%;
    max-height: 40vh;
}
.orderlist-item-header:hover {
    cursor: pointer;
    background-color: #f5f3e8;
    position: relative;
    box-shadow: 3px 3px 4px 0px #dad8cc;
}
.myorders-info {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: "bitterregular";
    font-weight: bold;
}
.myorders-info::before {
    content: "";
    width: 60px;
    height: 70px;
    display: inline-block;
    background-image: url("../images/shop_graph_01.png");
    background-size: 60px;
    margin-right: 12px;
}
.product-view-image .product-view-picture {
    cursor: zoom-in;
}
#product-carousel-wrapper {
    position: relative;
    padding: 10px;
}
.product-view .slide-controls .slide-prev-prod {
    background: url(../images/arrow-left-gray.png) no-repeat scroll 0px 0px;
    background-size: 18px;
    left: -10px;
    top: 50%;
    margin-top: 0;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 14px;
    height: 20px;
    z-index: 99;
    cursor: pointer;
    transform: translate(0, -50%);
}
.product-view .slide-controls .slide-next-prod {
    background: url(../images/arrow-right-gray.png) no-repeat scroll 0px 0px;
    background-size: 18px;
    right: -10px;
    top: 50%;
    margin-top: 0;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 14px;
    height: 20px;
    z-index: 99;
    cursor: pointer;
    transform: translate(0, -50%);
}
#product-carousel-wrapper .slick-track {
    display: flex;
    align-items: center;
}
#product-carousel-wrapper .img-wrapper {
    padding: 3px;
}
#product-carousel-wrapper .img-wrapper img {
    margin: auto;
}
#product-carousel-wrapper .slick-active:focus {
    outline: 2px solid #6e9fa0 !important;
}
#product-carousel-wrapper .carousel-img {
    cursor: pointer;
}
#product-carousel-wrapper .slick-list {
    padding: 3px 3px;
}
@media (min-width: 992px) {
    .slide-controls a {
        display: block !important;
    }
}
#product-large-image-preview .modal-dialog .modal-content {
    border: 4px solid #95c6c7;
}
.product-carousel {
    display: none;
}
.product-carousel.slick-initialized {
    display: block;
}
.product-carousel + .slide-controls {
    display: none;
}
.product-carousel.slick-initialized + .slide-controls {
    display: block;
}
@media (max-width: 992px) {
    .slide-controls {
        display: none !important;
    }
    #product-large-image-preview {
        padding-right: 0 !important;
        z-index: 999999999;
    }
    #product-large-image-preview .modal-dialog,
    #product-large-image-preview .modal-dialog .modal-content {
        height: 100%;
        width: 100%;
    }
    #product-large-image-preview .modal-dialog {
        margin: 0;
    }
    #product-large-image-preview .modal-dialog .modal-content {
        border: 1px solid #95c6c7;
    }
    #product-large-image-preview .modal-header {
        text-align: right;
    }
    #product-large-image-preview .modal-header .close {
        margin-right: 0;
        float: none;
        width: 40px;
        height: 40px;
        background-color: #a7a9a9;
        color: white;
        border-radius: 5px;
    }
}
.wallet-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wallet-header img {
    height: 34px;
    align-self: flex-end;
}
.wallet-container .button-row {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
}
.wallet-data:first-child {
    color: #e6874e;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.wallet-data {
    display: flex;
    justify-content: space-between;
    font-family: "bitterregular";
    font-size: 1.5rem;
    margin-bottom: 3px;
    color: #8c858c;
}
.justify-content-center {
    justify-content: center;
}
.open-list {
    background-image: url(../images/arrow-up-gray.png);
    background-size: 22px 12px;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #dddddd;
    transform: rotate(180deg);
}
.open .open-list {
    transform: none;
}
.btn-intocart {
    margin-bottom: 20px;
}
.product-loyalty-points {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7f737f;
    font-family: "bitterregular";
    font-size: 1.4rem;
}
.product-loyalty-points img {
    height: 3rem !important;
}
.cart-item .product-loyalty-points  img{
    margin-right: 0;
}
.cart-item .product-loyalty-points  {
    justify-content: flex-start;
    font-size: inherit;
    font-family: inherit;
    font-size: 15px;
}
.cart-item .availability:not(:last-child) {
    margin-bottom: 5px;
}
.d-flex {
    display: flex;
}
.sum-row {
    padding: 10px 0;
}
.sum-row .d-flex {
    min-height: unset !important;
    justify-content: space-between;
    padding: 0 30px;
    font-size: 1.4rem;
}
.sum-row .d-flex:last-child .over {
    text-decoration: none;
}
.cart-right {
    font-size: 1.5rem;
}
.cart-right section:first-child {
    border-top: 1px dashed gray;
}
.cart-right section {
    border-bottom: 1px dashed gray;
}
.cart-right section .d-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.cart-right .icon {
    max-height: 4rem;
}
.cart-left {
    margin-bottom: 10px;
}
.col-6 {
    width: 50%;
}
.discount-item {
    display: flex;
    color: #e6874e;
    justify-content: flex-end;
}
.discount-item:not(:first-child) {
    margin-top: 5px;
}
.remove-discount button {
    width: 20px;
    border: none;
    background-color: rgb(177, 177, 177);
    color: white;
    margin-left: 5px;
    border-radius: 3px;
}
.text-grey {
    color: #8c858c;
}
#vouchermodal .col-sm-12 {
    text-align: right;
}
#loyaltypointmodal .points-info {
    padding-left: 15px;
}
.recommendation .title {
    margin-bottom: 10px;
}
#addpoints .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#addpoints .form-group div, #addpoints .form-group label {
    margin: 5px 0;
}
.loyaltypoint-history {
    color: #8c858c;
    padding: 12px 0 8px 0;
    margin: 0;
    border-bottom: 1px solid #8C858CCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loyaltypoint-history > div {
    width: 30%;
}
.loyaltypoint-history > div:first-child {
    padding-left: 0;
}
.loyaltypoint-history > div:last-child {
    padding-right: 0;
}
.loyaltypoint-history .source {
    font-size: 1.9rem;
}
.loyaltypoint-history .date {
    font-size: 1.4rem;
    color: #8C858CCC;
}
.loyaltypoint-history .item-type {
    text-align: center;
    font-style: italic;
    font-size: 1.4rem;
}
.loyaltypoint-history .points {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
}
.loyaltypoint-history .points {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.points .sign {
    font-size: 2rem;
    margin-right: 10px;
}
.point-added .points {
    color: #E6874E;
}
.history-btn .text-hidden {
    display: none;
}
.history-btn[aria-expanded='true'] .text-hidden{
    display: inline;
}
.banner-container {
    padding: 0;
}
.banner-container > .row {
    margin: 0;
}
#changepassmodal .container {
    width: 100% !important;
}
#changepassmodal .myform {
    border: none;
}
.recommendation .title {
    font-size: 18px;
}
.recommended-prods {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 25px 0;
}
.recommended-prods .prod {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recommended-prods img {
    height: 100%;
    max-height: 100px;
    object-fit: contain;
}
.shipping-price {
    margin-bottom: 15px;
}
.btn-pagination {
    margin-top: 20px;
}
input.es-input {
    padding-right: 20px !important;  }
input.es-input.open {
	-webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; }
.es-list {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 1px solid #d1d1d1;
    display: none;
    z-index: 1000;
    background: #fff;
    max-height: 160px;
    overflow-y: auto;
	-moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
}
.es-list li {
    display: block;
    padding: 5px 10px;
    margin: 0;
}
.es-list li.selected {
    background: #f3f3f3;
}
.es-list li[disabled] {
    opacity: .5;
}
.loyalty-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../common/images/pecset_2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transform: translate(20%, -20%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    line-height: 1em;
}
.loyalty-badge img {
    position: relative;
}
.loyalty-badge-bottom-left {
    position: absolute;
    bottom: -25px;
    left: -20px;
    background: url(../../common/images/pecset_2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transform: translate(20%, -20%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 20;
    line-height: 1em;
}
.loyalty-badge-bottom-left img {
    position: relative;
}
.featured-info-top {
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-top: 90px solid #e97530;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 20;
    line-height: 1em;
}
.featured-info-top span {
    width: 80px;
    height: 20px;
    position: absolute;
    top: -74px;
    right: -16px;
    transform: rotate(45deg);
}
.featured-info-bottom {
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-top: 90px solid #e97530;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 20;
    line-height: 1em;
    transform: rotate(180deg);
}
.featured-info-bottom span {
    width: 80px;
    height: 20px;
    position: absolute;
    top: -66px;
    right: 10px;
    transform: rotate(180deg);
    text-align: left;
}
#pricemodal h5 {
    margin: 15px 0 30px 0;
    font-weight: bold;
    font-size: 1.1em;
}
#pricemodal p {
    margin: 5px 0;
    font-weight: bold;
}
#pricemodal .price {
    font-weight: 400;
}
#pricemodal .saleprice {
    font-size: 1.1em;
    color: #e97530;
}
#pricemodal .more-info {
    margin-top: 20px;
    font-weight: normal;
}
#pricemodal .modal-header {
    padding: 15px 15px 10px 15px;
    font-size: 18px;
    border-bottom: 1px dashed #c7c5ba;
}
.author-products .pagination-wrapper {
    display: flex;
    justify-content: center;
}
.author-products .pagination a, .author-products .pagination a:hover {
    color: #534653;
    border-color: #c6c4b9;
}
.author-products .pagination li.active a {
    background-color: #6b9c9c;
    color: white;
}
.author-products .pagination a:focus {
    background-color: #6b9c9c;
    color: white;
}
.category-menu-type li a .filterebookicon,
.category-menu-type li label.button .filterebookicon {
    background: url(../images/ebook_ikonok.png) top center no-repeat;
    display: inline-block;
    text-indent: -999em;
    height: 33px;
    width: 28px;
    margin: 8px;
    vertical-align: bottom;
}
.category-menu-type li:hover a .filterebookicon,
.category-menu-type li:hover label.button .filterebookicon {
    background: url(../images/ebook_ikonok.png) bottom center no-repeat;
}
.category-icon-list .ebook-icon {
    background: url(../images/ebook_icon.png) top center no-repeat;
    background-size: contain;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.category-icon-list .ebook-icon {
    background: url(../images/ebook_icon.png) top center no-repeat;
    background-size: contain;
    display: inline-block;
    text-indent: -999em;
    height: 28px;
    width: 28px;
    margin: 5px;
}
.google-button{
    height: 50px;
    background-color: mediumpurple;
    cursor: pointer;
}
.fb_login{
    width: 100%;
    height: 40px;
    font-size: 16px;
    /*margin-bottom: 25px;*/
    text-decoration: none;
    color: #fff;
    padding: 6px;
    display: block;
    font-weight: 300;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.2);
    background: #3a589a;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*.fb_login:hover{
    text-shadow: 1px 1px 1px rgb(255 255 255 / 10%);
    color: #d3d5d7;
}*/
.fb_login span{
    margin-left: 10px;
}
.divider{
    background: #fdfcf3;
    height: 1px;
    border-bottom: 1px solid #cccccc;
    border-bottom-style: dashed;
    display: block;
    position: relative;
    width: 100%;
    margin: 30px auto;
    /*line-height: 1.42857;*/
}
.divider span{
    width: 46px;
    height: 20px;
    background: #fdfcf3;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -12px;
    text-align: center;
    color: #999;
}
#appleid-signin{
    width: 100px;
    height: 35px;
    background-color: #2f2f2f;
    cursor: pointer;
}
.google-button{
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    gap: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 8px;
    text-decoration: none;
    color: #3c4043;
    padding: 6px;
    font-weight: 300;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f8fafe;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.google-icon{
    width: 20px;
    aspect-ratio: 1;
}
#loginmodal .modal-dialog{
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.social-container{
    margin-bottom: -10px;
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.social-media-text {
    margin-bottom: 3px;
    font-size: 17px;
}
.button-container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.button-container > *{
    flex: 1;
}
.no-vertical-padding{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.attention-red-text{
    color: darkred;
}
.attention-text-margin-top{
    margin-top: 50px;
}
.forgetten_pw_text{
    color: #e6874e;
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
}
.application_container{
    margin: auto;
    width: 85%;
    max-width: 1150px;
}
.application_title{
    margin-top: 50px;
}
.application_answer_row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
}
.application_answer_row:nth-child(2n){
    background-color: #F3F3F3;
}
.application_answer_row>*{
    padding: 2px 5px;
    flex: 2;
}
.application_answer_row>*:first-child{
    flex:1;
}
.application_answer_row>*:last-child{
    text-align: right;
}
@media screen and (max-width: 600px) {
    .application_answer_row{
        display: block;
    }
    .application_answer_row>*{
        display: block;
        text-align: center !important;
    }
}
.radio-container{
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.radio-container label{
    margin-bottom: 10px;
    text-align: left;
}
@media screen and (max-width: 750px){
    .radio-container label{
        width: 100% !important;
    }
    .radio-container{
        gap: 0;
    }
}
.radio-container input[type=radio]{
    margin-right: 10px;
    display: inline-block;
}
.completed-container{
    padding-top: 15px;
    display: flex;
    justify-content: center;
}
.quiz-button {
    width: calc(100% - 40px);
    max-width: 500px;
    text-transform: uppercase;
    border: 2px solid rgb(226, 226, 226);
    /*color: #48bdb3;*/
    border-radius: 0;
    padding: 0 25px 2px 25px;
    height: 42px;
    line-height: 40px;
    font-family: "museo_sans500";
    background-color: transparent;
}
.quiz-button:hover {
    border: 2px solid black;
    color: black;
}
.quiz-border {
    width: 80%;
    max-width: 800px;
   margin: 50px auto 0;
    border: 1px solid rgba(226, 226, 226);
    /*border-radius: 10px;*/
    padding: 30px;
    background-color: #ffffffa3;
}
.quiz-title{
    margin-top: 25px;
}
.no_applications_text{
    margin-top: 40px;
}
.ml-10{
    margin-left: 10px;
}
.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.desc-margin{
margin-top: 15px;
}
.bold{
    font-weight: bold;
}
.application-button{
    margin:auto;
    margin-top: 30px;
    width: 80%;
    max-width: 800px;
}
.file-upload-button{
    width: 25px;
    margin-left: 5px;
}
p.product-unavailable-msg {
    text-align: center;
    font-size: 1.125em;
}
span.copyright {
    font-size: 0.6em;
    writing-mode: sideways-lr;
    position: absolute;
    top: 8px;
    right: 4px;
    color: rgba(0, 0, 0, 0.6)
}
/* div:not([data-file-path=yyyyyy])>.display-controls>.display-input{
    color: green;
} */