@charset "UTF-8";
@import url('fontello.css');
@import url('font.css');

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@300&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;800&display=swap'); */


/* 
háttér
alapszín: #a1142d

betű
alapszin: #F4F4F4
sötétebb: #808080
*/

:root {
    --c-red: #9f142d;
    --c-red-dark: #5e091a;
    --c-red-light: #91404f;
    --c-red-lighter: #e7b3bc;
    --c-gray-lightest: #e7e7e7;
    --c-gray-lighter: #c7c7c7;
    --c-gray-light: #8f8487;
    --c-gray: #646061;
    --c-gray-dark: #2d3036;
    --c-black: #231f20;
    --c-yellow: #f0d512;
    --c-blue: #6ba7c3;
    --c-blue-dark: #377c9c;
    --c-error: #c21a1a;
    --c-error-bg: #b16464;
    --c-message: #031f02;
    --c-message-bg: #8bc789;
    --c-newsletter-bg: #d7d8dc;
    --c-newsletter-text: #144870;
}

body {
    background-color: white;
    background-image: none;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /* font-family: AkzidenzGrotesk; */
    /*font-family: 'Inter', sans-serif;*/
    font-size: 16px;
    line-height: 1.2em;
}

a {
    color: var(--c-gray-dark);
    text-decoration: none;
}

.book a:hover,
.book-more a:hover,
.book-short a:hover,
a:hover {
    color: var(--c-red);
    text-decoration: none;
}

img {
    max-width: 100%;
}

#btnGoToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

.to-top-icon {
    width: 5em;
    padding: 15px;
}

#message {
    position: fixed;
    top: 20px;
    left: 5%;
    z-index: 2000;
    display: none;
    width: 90%;
}

.message-error {
    color: black;
    background-color: var(--c-error-bg);
    border-color: var(--c-error);
}

.message-msg {
    color: var(--c-message);
    background-color: var(--c-message-bg);
    border-color: var(--c-message);
}

.page-message {
    padding: .5em;
}

.page-error {
    padding: .5em;
    color: var(--c-error);
}

.close {
    font-size: 1em;
}

.no-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-top,
.footer.no-padding-top {
    padding-top: 0;
}

.no-upper-margin {
    margin-top: -10px;
}

.small-margin {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.red-color {
    color: var(--c-red);
}

input.long-with {
	width: 285px;
}

img.small-img {
    max-width: 200px;
}

.row.even {
    background-color: var(--c-gray-lightest);
}

.main {
    max-width: 1050px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 95%;
    max-height: 80000px;
}

.left {
    float: left;
}

.right {
    float: right;
}

p.small {
    font-size: .8rem;
}

p.normal {
    font-size: 1rem;
}

p.large {
    font-size: 1.2rem;
}

.icon-empty {
    width: 1.4em;
    display: inline-block;
}

.control-icon {
    color: var(--c-red);
    font-size: 1.7em;
}

.control-icon:hover {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.flip-icon {
    -moz-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    display: inline-block;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s;
}

.header-banner {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.header-menu {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-top: 10px;
}

.header-menu-upper {
    position: relative;
    padding-bottom: 15px;
}

.header-menu-lower {
    position: relative;
    font-size: 0.86rem;
}

.header-menu-lower a,
.header-menu-lower span {
    text-decoration: none;
    display: block;
    margin: 5px 8px 5px 0;
}

.header-menu-lower .header-menu-left a:hover {
    text-decoration: none;
    color: var(--c-red);
}

.header-menu-lower .header-menu-left .submenu a:hover {
    border-bottom: none;
    margin-bottom: 5px;
    color: var(--c-red);
}

.header-menu-lower ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu-lower>div>ul>li {
    float: left;
}

.header-menu-lower .right-menu {
    padding-top: 5px;
}

.empty-basket {
    font-size: .8em;
    text-align: center;
    line-height: 1.2em;
    width: 70px;
}

.login-menu {
    float: right;
}

.header-menu-lower .has-submenu {
    position: relative;
}

.header-menu-lower .has-submenu a {
    padding-right: 16px;
}

.header-menu-lower .has-submenu>a:first-child {
    padding: 5px 20px 5px 0
}

.header-menu-lower .submenu {
    position: absolute;
    width: 305px;
    display: none;
    z-index: 100;
    background: rgb(244, 244, 244);
    padding: 10px;
    line-height: .7em;
    border: 1px solid gray;
	border-radius: 11px;
}

.header-menu-lower div.submenu-admin {
    width: 400px;
    margin-left: -28px;
}

.header-menu-lower div.submenu-user {
    width: calc(100% + 27px);
    margin-left: -28px;
}

.header-menu-lower .header-menu-right .submenu {
    width: calc(100% + 77px);
    /*width: 205px;*/
}

.header-menu-lower .has-submenu:hover .submenu {
    display: block;
}

.header-menu-lower .submenu a {
    background-color: rgb(244, 244, 244);
    padding: 3px 15px;
    line-height: 1.3em;
}

.header-menu-lower .has-submenu>a::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #808080 transparent transparent transparent;
    position: absolute;
    top: 11px;
    margin-left: 5px;
}

.submenu-col {
    margin-top: -3px;
    margin-bottom: -3px;
}

.header-menu-right {
    font-size: 1em;
}

.header-menu-right .navbar {
    padding: 0;
}

.menu-margin-first {
    margin-left: 8px;
}

.header-menu-book {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.has-quantity::after {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--c-red);
    content: attr(data-cart-quantity);
    line-height: .9375rem;
    border: 2px solid #fff;
    font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: .625rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-left: -6px;
    vertical-align: super;
}

.menu-logo-social {
    margin-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .5);
    padding-top: 20px;
}

.menu-logo-social a {
    display: inline;
}

.menu-logo-social img {
    width: 8%;
}

div.menusearch {
    padding: 14px 0;
    margin: 0 0 20px 0;
}

form.menusearch {
    position: relative;
}

input.menusearch-field {
    width: 100%;
    border-radius: .9rem;
    border: 1px solid var(--c-red);
    padding: 5px 8px 5px 15px;
    position: absolute;
    right: 10px;
    margin-left: 10px;
}

input.menusearch-field:focus-visible {
    box-shadow: none;
    outline: none;
}

.menusearch fieldset {
    position: relative;
}

.menusearch-button {
    border-top-right-radius: .9rem;
    border-bottom-right-radius: .9rem;
    position: absolute;
    right: 8px;
    background: var(--c-red) url('../images/search.png') center center no-repeat;
    background-size: 64%;
    width: 34px;
    padding: 0 2px;
    line-height: 30px;
    border: none;
}

span.search-highlight {
    background-color: yellow;
    font-weight: 700;
}

div.mobile-menu {
    background-color: var(--c-red);
}

button.mobile-menu {
    float: left;
    padding-top: 8px;
}

.mobil-login-menu {
    float: right;
    padding-right: 0;
    font-size: 1.1em;
    padding-top: 4px;
}

.mobil-login-menu span {
    color: white;
}

.mobile-header-menu {
    text-align: right;
    height: 100%;
    margin-left: -10px;
}

.mobile-menu-right {
    text-align: right;
}

.navbar .action-form {
    width: 280px;
    padding: 20px;
    left: auto;
    right: 0;
    font-size: 14px;
}

.navbar .action-form a {
    color: var(--c-gray-dark);
    padding: 0 !important;
    font-size: 14px;
}

.navbar .action-form a:hover {
    color: var(--c-gray);
}

.form-control:focus {
    border-color: var(--c-red);
    box-shadow: 0 0 0 0.2rem rgba(161, 20, 45, .2);
}

.navbar .action-form .hint-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
}

.navbar .btn-primary,
.navbar .btn-primary:active {
    color: #fff;
    background: var(--c-red) !important;
    border: none;
}

.navbar .btn-primary:hover,
.navbar .btn-primary:focus {
    color: #fff;
    background: var(--c-red-light) !important;
}

.navbar .social-btn .btn,
.navbar .social-btn .btn:hover {
    color: #fff;
    margin: 0;
    padding: 0 !important;
    font-size: 13px;
    border: none;
    transition: all 0.4s;
    text-align: center;
    line-height: 34px;
    width: 47%;
    text-decoration: none;
}

.navbar .social-btn .facebook-btn {
    background: #507cc0;
}

.navbar .social-btn .facebook-btn:hover {
    background: #4676bd;
}

.navbar .social-btn .google-btn {
    background: #eb554b;
}

.navbar .social-btn .google-btn:hover {
    background: #f7483c;
    ;
}

.navbar .social-btn .btn i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.or-seperator {
    margin-top: 32px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    color: #666;
    padding: 0 8px;
    width: 50px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -15px;
    z-index: 1;
}

.navbar .action-buttons .dropdown-toggle::after {
    display: none;
}

.navbar-icon {
    background-color: white;
    width: 30px;
    height: 4px;
    margin: 4px 0;
}

.form-check-label input {
    position: relative;
    top: 1px;
}


/* content */

.warning {
	color: var(--c-error);
	font-size: 1.5em;
	padding: 1em 0;
	font-weight: bold;
	text-align: justify;
	line-height: 1.3em;
}

.subcontent {
    margin-top: 1.5em;
}

.award-content {
	margin-top: -20px;
	margin-bottom: -20px;
}

.left-banner {
    border-right: none;
}

.content-text {
    color: var(--c-gray);
    font-weight: bold;
    text-align: right;
    padding: 2px 30px 2px 0;
}

.main-container {
    background-color: white;
    padding: 17px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.myslide {
    margin-bottom: 15px;
}

.myslide:hover .carousel-mycontrol-prev-icon,
.myslide:hover .carousel-mycontrol-next-icon,
.myslide:hover .carousel-indicators {
    display: flex;
    background-image: none;
}

.carousel-mycontrol-prev-icon {
    width: 45px;
    height: 80px;
    display: none;
    background-image: none;
    font-size: 22px;
}

.carousel-mycontrol-next-icon {
    width: 45px;
    height: 80px;
    display: none;
    background-image: none;
    font-size: 22px;
}

span.carousel-mycontrol-next-icon,
span.carousel-mycontrol-prev-icon {
    display: none;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: .8;
    width: 5%;
}

.carousel:hover .carousel-control-prev {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

.carousel:hover .carousel-control-next {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

.carousel-indicators {
    margin-bottom: 0;
    display: none;
    bottom: 1px;
}

.carousel-indicators li {
    height: 15px;
    background-color: var(--c-gray-lighter);
    transition: background-color 0.6s ease;
    opacity: 1;
    border-bottom: 0;
}

.carousel-indicators .active {
    background-color: var(--c-red);
    opacity: 1;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.gray-font {
	color: var(--c-gray);
}

div.list-order-num {
	background-color: var(--c-red);
	border-radius: 50%;
	width: 27px;
	display: inline-block;
	text-align: center;
	height: 27px;
	margin-bottom: 34px;
	margin-right: 7px;
	color: white;
	font-size: 1.3em;
	padding: 4px;
	vertical-align: bottom;
	font-family: robot;
}

div.list-order {
	margin: 3px 20px;
}

.gift-feature {
	text-align: center;
	margin-top: 5px;
}

.list-order table {
	width: 90%; 
}

.denomination {
	color: var(--c-red);
	text-align: right;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 10px;
}

.left-banner {
    margin: 0 0 10px 0;
}

.left-banner a {
    height: 104px;
}

.left-banner img {
    max-width: 100%;
    max-width: 100%;
}

.left-banner-square img {
    height: 213px;
}

.slider {
    width: 100%;
    margin-bottom: 20px;
}

.title {
    width: 100%;
    margin: 15px auto 20px auto;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.2em;
}

.title-line {
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin-bottom: 40px;
}

.title span {
    background: #fff;
}

a.button {
    background-color: var(--c-red);
    color: white;
    border-radius: 1em;
    border: 1px var(--c-red) solid;
}

a.link {
	text-decoration: underline;
}

/* book */


/* .book - reszletes adatok */

.book .book-sample .button-icon {
    background-color: var(--c-gray);
    color: white;
    padding: 9px 2px 11px 5px;
    font-size: .5em;
    font-weight: 600;
    border-radius: 6px;
}

.book .book-sample .button-icon:hover {
    background-color: var(--c-red);
}

.social {
    float: right;
}

.book {
    font-size: 1.4rem;
    color: var(--c-gray);
}


/* .book-short - egymas mellett a kep es az adatok*/

.book-short {
    min-height: 210px;
    font-size: .9em;
}


/* .book-list - a kep alatt a reszletes adatok */

.book-list {
    text-align: center;
    margin: 0 10px;
}


/* .book-series - sorozatok */

.book-series {
    text-align: center;
    margin: 0 7px;
    font-size: .6em;
}

.book-series img {
    box-shadow: 12px 12px 6px rgba(0, 0, 0, .3);
}


/* .book-more - konyvek egymas alatti listaja */

.book-more {
    min-height: 14em;
}

.book-basket {
    margin-bottom: 1.5em;
}

.book-buttons .book-basket {
    margin-top: 1.5em;
}

/* a rendelesek kezelesenel */

.book-cassa {
    margin-bottom: 2em;
}

.book-basket .counter {
    font-size: 1.5em;
    padding: 0 .2em;
    cursor: pointer;
}

a.counter {
	vertical-align: bottom;
}

.counter-font {
	font-size: 1.1em;
}

.book-more>.container-fluid,
.book-basket>.container-fluid {
    border-top: 1px solid var(--c-gray);
    padding: .4em 0 0.7em 0;
    margin-top: 1em;
}

.container-fluid.book-more-no-border {
    border-top: none;
}

.book-short::after {
    content: "";
    clear: both;
    display: table;
}

.book a,
.book-more a,
.book-short a {
    color: var(--c-gray);
    font-size: 1.1em;
}

.book-img {
    width: 100%;
    margin: 6px 0x 6px 6px;
}

.preview {
    cursor: pointer;
}

.book-short .book-img,
.book-list .book-img,
.book-series .book-img {
    margin: 0 auto;
    transition: all .3s;
}

.book-list .book-img {
    width: 88%;
    margin: 0 auto 20px auto;
}

.book-series .book-img {
    margin: 0 auto 20px auto;
    height: 13em;
}

.book .book-img {
    margin-bottom: 1.5em;
    text-align: center;
}

.book-more .book-img {
    text-align: center;
    margin: .7em auto;
    max-width: 50%;
}

.book-more .book-img img {
    box-shadow: 12px 12px 6px rgba(0, 0, 0, .3);
}

.book .book-img img {
    max-width: 50%;
    box-shadow: 12px 12px 6px rgba(0, 0, 0, .3);
}

.book-series .book-img img {
    max-width: 100%;
    max-height: 10em;
}

.book-short .book-img img {
    box-shadow: 12px 12px 6px rgba(0, 0, 0, .3);
    border: 1px solid #bdb9b9;
    max-height: 15em;
}

.book-list .book-img img {
    box-shadow: 12px 12px 6px rgba(0, 0, 0, .3);
    border: 1px solid #bdb9b9;
    max-height: 9em;
}

.book-basket .row {
    position: relative;
}

.book-basket .bottom {
    position: absolute;
    bottom: 0px;
}

.book-basket .right {
    right: 10px;
}

.book-basket .center {
	width: 100%;
	text-align: center;
}

.book-attribute {
    font-size: .65em;
    padding-top: 20px;
    clear: both;
}

.book .book-attribute {
    padding-top: .3em;
}

.book-attribute-label {
    float: left;
    clear: both;
    font-weight: bold;
}

.book-attribute-label::after {
    content: ':';
}

.book-attribute-value {
    float: right;
}

.book .book-attribute-value {
    float: left;
}

.book-data,
.book-data-basket {
    white-space: normal;
}

.book-data-basket .book-title {
    font-size: 1.1em;
    font-weight: bold;
}

.book-data-basket .book-author {
    font-size: 1.1em;
}

.book-short .book-data {
    margin: 25px 0 20px 0;
}

.book-breadcrumb {
    font-size: .9em;
    margin: 1em 0 2em 0;
}

.book-breadcrumb-separator {
    margin: 0 1.5em;
}

.book .book-title {
    font-size: 1.3em;
    font-weight: 800;
    margin-bottom: 0;
}

.book .book-title-icon {
    text-align: left;
   	margin-bottom: .5em;
}

.book-title-icon > img {
    max-width: 3em !important;
    box-shadow: 0 0 0 0;
    height: 32px;
}

.book-more .book-title {
    font-size: 1.3em;
    font-weight: 800;
    margin: .5em 0 .3em 0;
    display: inline-block;
    max-width: 91%;
	line-height: 1.2em;
}

.book-more .book-title img {
    max-width: 3em;
}

.book-more .book-title-icon {
    float: right;
    max-width: 3.5em;
}

.book-more .book-title-text {
    color: var(--c-red);
    padding: .5em;
    font-weight: bold;
    margin-left: 8%;
}

.book-short .book-title-data {
    min-height: 6em;
}

.book-short .book-title {
    font-size: 1.1em;
    font-weight: 800;
    margin-bottom: .2em;
}

.book-list .book-title,
.book-series .book-title {
    font-size: .9em;
    font-weight: 700;
    margin-bottom: .2em;
    min-height: 3em;
    line-height: 1em;
}

.book-subtitle {
    margin-bottom: .5em;
    font-size: .8em;
}

.book-author {
    font-size: .9em;
    font-weight: 400;
    font-style: italic;
    margin-bottom: .8em;
}

.book .book-author {
    font-size: 1em;
    margin: .2em 0 .7em 0;
}

.book-list .book-author,
.book-series .book-author {
    font-size: .75em;
    height: 2.5em;
    line-height: 1.1em;
}

.book-seriesx {
    font-size: .8em;
    font-weight: 600;
    text-shadow: 0 0 rgb(149, 144, 144);
    color: #8C000E;
    margin-bottom: .2em;
}

.book-description {
    color: black;
    font-size: .7em;
    margin: 0.5em 0 1em 0;
    text-align: left;
    font-family: 'Roboto+Flex', sans-serif;
}

.book-more .book-description {
    font-size: .8em;
    line-height: 1.3em;
    color: var(--c-gray-dark);
}

.book-price-box {
    min-height: 2.6em;
}

.book-percent {
    font-size: 1.8em;
    white-space: nowrap;
    bottom: 0px;
    right: 30px;
    margin-bottom: 0;
}

.book-list .book-percent,
.book-series .book-percent {
    display: inline;
    float: none;
    position: inherit;
    font-size: 1.4em;
    color: var(--c-gray);
}

.book .book-percent {
    font-size: 1.7em;
    /*    float: right;
    padding-right: 30px;
    padding-top: 8px;*/
}

.book-series .book-percent {
    padding-right: 5px;
    padding-top: 0;
}

.book-more .book-percent {
    font-size: 1.7em;
    float: right;
    margin-top: .88em;
    right: 0px;
}

.book-percent .percent {
    font-size: .8em;
}

.book-price-text {
    font-size: .8em;
    margin: 0 0 .3em 0;
    font-weight: 700;
}

.book-price {
    text-decoration: line-through;
    white-space: nowrap;
    margin-bottom: .8em;
    font-style: italic;
}

.book-more .book-price {
    font-size: 1em;
    margin-bottom: .3em;
}

.book-list .book-price,
.book-series .book-price {
    display: inline;
    font-size: .9em;
    margin-right: .5em;
    color: var(--c-gray);
}

.book-price-action {
    float: left;
    font-size: 1.5em;
    font-weight: 800;
    white-space: nowrap;
    color: var(--c-red);
    margin-bottom: 1em;
    margin-right: .8em;
}

.book-price-action-sum {
    float: right;
    font-size: 1.3em;
    font-weight: 800;
    white-space: nowrap;
    color: var(--c-gray-dark);
    right: 15px;
}

.book .book-price-action {
    font-size: 1.7em;
    /*line-height: 1em;*/
    margin-bottom: 0;
    padding-top: 5px;
}

.book-more .book-price-action {
    font-size: 1.5em;
    margin-bottom: 0;
}

.book-list .book-price-action,
.book-series .book-price-action {
    font-size: 1em;
    float: none;
}

.book .book-buttons {
    margin-bottom: 1.5em;
}

.book-series .book-buttons {
    margin-top: 1em;
    padding-bottom: 3px;
}

.book-short .book-buttons {
    margin-bottom: 10px;
    float: left;
}

.book-more .book-buttons {
    text-align: right;
    padding-top: .9em;
}

.book-buttons .button {
    color: white;
    padding: 4px 10px;
    font-size: .65rem;
    font-weight: bold;
    letter-spacing: .1em;
    margin-right: 10px;
    text-transform: uppercase;
}

.book .book-buttons .button {
    font-size: .8em;
}

.book-list .book-buttons .button,
.book-series .book-buttons .button {
    font-size: .7em;
    letter-spacing: .03em;
    margin-right: 10px;
}

.book-buttons .button:hover {
    background-color: white;
    cursor: pointer;
    color: var(--c-red);
}

.book-buttons a {
    padding-top: 6px;
    display: inline-block;
}

.book-buttons a.icon {
    color: var(--c-gray);
    vertical-align: bottom;
}

.book-buttons a.icon:hover {
    color: var(--c-red);
}

.search-bar .list {
    margin: .3em 0 0 2em;
}

.remove-wishlist {
    font-size: 1.4em;
}

.book-slider-control {
    width: 4%;
}

.book-slider-control span {
    color: var(--c-gray);
}

.book-slider-control:hover span {
    color: var(--c-gray-dark);
}

.book-audio-block {
	border-top: 1px solid #CCCCCC;
}

.book-audio-header {
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
}

.book-audio-desc {
	margin: auto;
}

.category-offer .item {
    border: 2px white solid;
    padding-top: 15px;
}

.sort-box {
	position: absolute;
	background: var(--c-gray-lighter);
	float: right;
	right: 15px;
	z-index: 100;
	width: 47%;
}

.sort-box-item {
	font-size: .8em;
	color: black;
	padding-bottom: 3px;
	padding-left: 2em;
	cursor: pointer;
}


/*.category-offer .item:hover {
    border: 2px var(--c-red) solid;
    border-radius: 10px;
}*/

.modal {
    top: -10px;
}

.modal-body {
    padding: .1em;
}

.modal-dialog {
    margin: 1.75rem auto;
    width: 83%;
}

#imageModalAward .modal-dialog {
	width: 80%
}

#imagemodal {
    text-align: center;
}

.imagepreview {
    padding: 5px;
    border-radius: 5px;
}

.close {
    opacity: 1;
}

.close span {
    position: absolute;
    right: -32px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    padding: 6px;
    z-index: 2;
}

.horizontal-line {
    border-bottom: 1px solid var(--c-gray);
    margin-bottom: 24px;
    margin-right: 25px;
}

.book .button-icon {
    background-color: var(--c-red);
    color: white;
    padding: 9px 2px 11px 5px;
    font-size: .5em;
    font-weight: 600;
    border-radius: 6px;
}

.book .button-icon:hover {
    background-color: var(--c-gray-lighter);
}

.book .button-icon img {
    max-height: 1.2rem;
    padding: 0 15px 0 5px;
}

.book .button-icon span {
    padding: 0 15px 0 5px;
}

.book .preparation-date {
    color: var(--c-red);
    font-size: .8em;
    padding-top: 1.3em;
}

.book .preparation-text {
    color: var(--c-gray);
    margin-right: 1em;
    display: inline;
    font-size: .9em;
}

.search-detail {
    color: var(--c-blue-dark);
    text-decoration: underline;
}

.search-detail:hover {
    color: var(--c-blue);
    cursor: pointer;
}

/* NEWSLETTER */

.newsletter-subscribe {
    background-color: var(--c-red);
    color: white;
    margin-bottom: 20px;
}

.newsletter-subscribe form {
    padding: 15px;
}

.newsletter-subscribe .form-control:focus {
    background-color: var(--c-red-lighter);
}

.newsletter-subscribe .text {
    margin-bottom: 25px;
}

.newsletter-subscribe input[type='checkbox'] {
    float: left;
    width: 18px;
    margin-right: 20px;
}

.newsletter-subscribe input[type='submit'] {
    width: auto;
    background-color: var(--c-red);
    border: 2px white solid;
}

.success-order i {
	color: green;
	margin-right: 10px;
}

.success-order {
	font-size: 2em;
	margin-bottom: 24px;
}

/* FOOTER */

.footer {
    background: var(--c-gray-dark);
    padding: 15px 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: var(--c-gray-lighter);
}

.footer-topic {
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
    text-transform: uppercase;
}

.footer-topic.partner {
    font-size: 1em;
    margin-top: 20px;
}

.footer-topic.partner.first {
    text-align: left;
    margin-left: 1.2em;
}

.partner-width {
	width: 100%;
}

.footer-detail {
    font-weight: 400;
    margin: 0 0 5px 0;
    color: white;
    font-size: .86em;
}

.footer-supporter {
    border-top: 1px dotted rgba(0, 0, 0, .6);
    padding-top: 10px;
    color: #808080;
    font-size: .9rem;
    margin-top: 10px;
}

.footer-supporter div {
    margin: 0 0 5px 30px;
}

.footer-logo {
    max-width: 100px;
}

.footer-logo img {
    margin-bottom: 5px;
}

.footer-logo-small img {
    max-width: 50px;
}

.footer-logo-social img {
    max-width: 40px;
    margin: 1em 0 0 1em;
}

.icon {
    display: inline-block;
    width: 24px;
}

.amount-basket {
    font-size: .7em;
    vertical-align: bottom;
}

.amount-basket span {
    display: inline;
    margin: 0;
}

#footer {
    left: 0;
    bottom: 0;
    clear: both;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    color: white;
    padding: 10px 20px;
    z-index: 200;
}

#footer .btn {
    background-color: var(--c-yellow);
    color: black;
    padding: 2px 8px;
    margin: 0 0 0 20px;
    float: right;
}

#footer a {
    color: var(--c-blue);
}

#footer a:hover {
    color: var(--c-blue-dark);
}

#footer div {
    text-align: justify;
}

@media (min-width: 768px) {
	.footer-topic.partner {
	    font-size: .8em;
	    margin-top: 20px;
	}
	.partner-width {
		width: 93%;
	}
	.header-menu-lower .submenu {
        width: 605px;
        line-height: 1.3em;
    }
    .left-banner {
	    margin: 0 0 36px 0;
	}
	input.long-with {
		width: 366px;
	}
	.book-list {
	    padding-bottom: 3em;
	}
	.book-list .book-img {
	    height: 12em;
	}
    .book-data-wrap {
        min-height: 330px;
    }
	.book-list .book-title,
	.book-series .book-title {
	    font-size: .8em;
	}
	.book-list .book-author,
	.book-series .book-author {
	    font-size: .65em;
	}
	.book-list .book-price,
	.book-series .book-price {
	    font-size: .8em;
	}
	.book-list .book-price-action,
	.book-series .book-price-action {
	    font-size: .9em;
	}
	.book .book-title-icon {
	    text-align: right;
	}
    .book-short .book-data {
        margin: 0 0 0 -10px;
        font-size: 1em;
    }
    .book-buttons-wrap {
        min-height: 190px;
        position: relative;
    }
    .book .book-img img {
        max-width: 80%;
    }
    .book-series .book-img img {
        max-width: 100%;
    }
    .book-img img {
        max-width: 100%;
    }
    .book-more .book-img {
        margin-top: .7em;
        text-align: center;
        max-width: 100%;
    }
    .book-more .book-img img {
        max-height: 12em;
    }
    .book .book-buttons {
        position: absolute;
        /*bottom: 0;*/
        min-width: 316px;
    }
    .book .book-series .book-buttons {
        position: relative;
        min-width: 0px;
    }
    .book-short .book-title {
        font-size: 1em;
    }
    .book-list .book-img img {
        max-height: 9em;
    }
    .book-short .book-img img {
        max-height: 11em;
    }
    .book-price-action {
        font-size: 1.2em;
    }
    .footer-topic.partner {
        text-align: center;
    }
    .title span {
        padding: 0 10px;
    }
    .book-basket .right {
        left: 0px;
    }
	.book-buttons .book-basket {
	    margin-top: 1.5em;
	}
    .footer-logo,
    .footer-logo-small {
        margin: 0 auto;
        text-align: center;
    }
	.modal-dialog {
	    margin: 1.75rem auto;
	    width: 91%;
	}
	#imageModalAward .modal-dialog {
		width: 26%
	}
	.denomination {
		margin-right: 54px;
	}
}

@media (min-width: 1200px) {
    body {
        background: url(../images/background.jpg) no-repeat center fixed;
        background-size: cover;
    }
    input.menusearch-field {
        width: 60%;
    }
    .main-container {
        margin-left: 0;
        margin-right: -0;
    }
    .header-menu {
        padding-bottom: 11px;
    }
    .header-menu-lower .submenu {
        width: 805px;
        line-height: 1.3em;
    }
    .header-menu-lower .header-menu-left a:hover {
        border-bottom: 2px solid var(--c-red);
        margin-bottom: 3px;
        color: var(--c-gray-dark);
    }
    .amount-basket {
        font-size: .9em;
        padding: 2px 0 5px 0;
        display: block;
    }
    .left-border {
        border-left: 1px var(--c-gray-dark) solid;
        min-height: 742px;
    }
    .left-border-content {
        min-height: 710px;
    }
    .book-short .book-data {
        margin: 0 0 0 -10px;
        font-size: 1.2em;
    }
    .book-buttons-wrap {
        position: relative;
    }
    /*.book-data-wrap {
        min-height: 565px;
    }*/
    .book-img img {
        max-height: 15em;
    }
    .book-short .book-title {
        font-size: 1.1em;
    }
    .book-short .book-img img {
        max-height: 13em;
    }
    .book-short:hover .book-img {
        transform: scale(.9);
        transition: .5s;
    }
    .book-list:hover .book-img {
        transform: scale(.85);
        transition: .5s;
    }
    .book-series:hover .book-img {
        transform: scale(.85);
        transition: .5s;
    }
    .book-list .book-img img,
    .book-series .book-img img {
        max-height: 100%;
    }
    .book-list .book-title {
        font-size: 1em;
    }
    .book-series .book-title {
        font-size: 1em;
    }
    .book-list .book-author,
    .book-series .book-author {
        font-size: .9em;
    }
    .book-price-box {
        height: 1.3em;
    }
    .book .book-series .book-buttons {
        position: relative;
        min-width: 0px;
    }
    .book .book-buttons {
        position: absolute;
        /*bottom: 0;*/
        min-width: 316px;
    }
	.book-buttons .book-basket {
	    margin-top: 3.5em;
	}
    .book-percent {
        /*margin-top: 0.6em;
        position: relative;*/
        float: right;
    }
    .book-percent-offered {
        font-weight: normal;
		color: var(--c-gray);
		font-size: 1.6em;
        float: right;
        margin-top: -0.1em;
    }
    .book-series .book-percent {
        margin-top: 0;
    }
    .list .book-percent {
        margin-top: 0.6em;
        float: none;
    }
    .book-price-action {
        float: none;
    }
    .book .book-price-action {
        float: left;
    }
    .book-list .book-price,
    .book-series .book-price {
        font-size: 1em;
    }
    .book-price-box {
        height: 2.9em;
    }
    .book-list .book-price-action {
        font-size: 1.2em;
    }
    .book-series .book-price-action {
        font-size: 1.2em;
        display: inline-block;
        float: none;
    }
    .book-buttons .button {
        font-size: .8rem;
    }
    .footer-topic.partner {
        text-align: center;
    }
    .title span {
        padding: 0 10px;
    }
	.counter-font {
		font-size: 1.3em;
	}
	.modal-dialog {
	    margin: 1.75rem auto;
	    width: 100%;
	}

}


/* *********** */

#module {
    font-size: 1rem;
    line-height: 1.5;
}

#module #collapseExample.collapse:not(.show) {
    display: block;
    height: 4.5em;
    overflow: hidden;
}

#module #collapseExample.collapsing {
    height: 3rem;
}

#module a.collapsed::after {
    content: '+ Show More';
}

#module a:not(.collapsed)::after {
    content: '- Show Less';
}


/* ****** */

a.collapse-button {
    color: var(--c-red);
    text-decoration: underline;
    font-weight: 700;
    position: absolute;
    right: 15px;
}

.collapse-close-button {
    position: absolute;
    top: .7em;
    right: .7em;
    color: black;
    font-size: 1.3em;
}

.collapsible-content.is-collapsed .collapse-close-button {
    display: none;
}

.collapsible-content {
    position: relative;
    max-height: 10000px;
    overflow: hidden;
    padding-bottom: 1.125rem;
}

.collapsible-content:not(.is-collapsed) {
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: -1px 5px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: -1px 5px 8px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    border: 1px solid #e2e2e3;
    padding: 1.8em .95em .9em 1.8em;
    margin-top: -1.875rem;
    margin-left: -1.875rem;
    min-height: 14em;
}

.collapsible-content.is-collapsible:after {
    -webkit-transition: all .3s;
    transition: all .3s;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    height: 3em;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: none
}

.collapsible-content-small.is-collapsed {
    max-height: 7em
}

.collapsible-content-normal.is-collapsed {
    max-height: 9em
}

.collapsible-content-long.is-collapsed {
    max-height: 10em
}

.collapsible-content.is-collapsed:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.collapsible-content-small.is-collapsed>div {
    height: 4em;
}

.collapsible-content-normal.is-collapsed>div {
    height: 7em;
}

.collapsible-content-long.is-collapsed>div {
    height: 14em;
}

@media (min-width: 768px) {
    .collapsible-content-long.is-collapsed {
        max-height: 27em
    }
}


/* katalogus */

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

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

#yp_edit_embed_img,
#embedCategoryLink {
    display: none;
}

/* captcha */
#captchaBackground {
	padding: 15px;
	background-color: #cccfd2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 15px;
	max-width: 360px;
	align-items: center;
	margin: auto;
}

#captcha {
	height: 80%;
	width: 80%;
	font-size: 30px;
	letter-spacing: 3px;
	margin: auto;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#refreshButton {
	background-color: #B8252D;
	border: 0px;
}

#textBox {
	height: 25px;
	margin: 7px;
	width: 30%;
	text-align: center;
	font-size: 1.2em;
}

#captchaText {
	color: darkblue;
	margin: 5px 0;
}

#captchaHeading {
	padding: 5px;
}
