/*
Theme Name: B4U 2022
Author: Magicware
Author URI: https://www.magicware.cz/
Description: Šablona na míru
Version: 1.0
*/
/*                        
 * Reset
 * inspired normalize.css
 */
 html {
    font-family: Arial;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin-top: 0px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a:hover,
a:active {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

*:focus {
    outline: 0;
}

/*#_Inicialization/Style#*/
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    background: #fff;
    color: #2d2c2f;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    font-weight: 700;
    line-height: 1.4;
}

h1 {
    margin-bottom: 50px;
    font-size: 40px;
}

h2 {
    margin: 60px auto 10px;
    font-size: 30px;
}

h3 {
    margin: 60px auto 30px;
    font-size: 20px;
}

h1 span,
h2 span {
    font-weight: 400;
}

h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0px;
}

h1+p,
h2+p,
h3+p,
h4+p {
    margin-top: 5px;
}

p {
    line-height: 1.8;
}

p:first-child {
    margin-top: 0px;
}

strong {
    font-weight: 700;
}

table {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    border-collapse: collapse;
}

/*#_Inicialization/Classses#*/
.item-hidden {
    opacity: 0;
}

.item-visible {
    opacity: 1;
}

.link-download {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.link-download:before {
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url('images/sprite.png') no-repeat 0px -56px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
}

.perex {
    color: #9b9a9d;
    font-size: 16px;
    line-height: 1.8;
}

/*#_Inicialization/Buttons#*/
.button button,
.button input,
a.button {
    padding: 0px 25px;
    line-height: 50px;
    font-size: 17px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: 0px;
    border-radius: 10px;
}

.button {
    position: relative;
    border-radius: 8px;
}

.button-red button,
.button-red input,
a.button-red {
    background: #000;
    color: #fff;
}

.book-path span {
    font-weight: 600;
}

.button-red button:hover,
.button-red input:hover,
a.button-red:hover {
    opacity: 1;
}

.button-grey input,
a.button-grey {
    background: #ebeaed;
    color: #000;
    border: 1px solid #ebeaed;
}
.menu_grid_wrapper a[checked="checked"]:nth-child(1) {
    bottom: 4px;
}
.mb-40 {
    margin-bottom: 40px;
}

.button-grey input:hover,
a.button-grey:hover {
    background: #fff;
    color: #000;
}
.product-detail-column-left {
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(100px, max-content));
    gap: 15px;
}
.product-detail-column-left iframe {
    grid-column: 1 / 3;
    width: 100%;
}

.product-detail-column-left .gallery-item {
    display: none;
    margin-bottom: 0;
}

.product-detail-column-left .gallery-item:nth-child(1) {
    grid-column: 1 / 3;
}

.product-detail-column-left .gallery-item:nth-child(1),.gallery-item:nth-child(2),.gallery-item:nth-child(3) {
    display: block;
}

.button-back input,
a.button-back {
    padding: 0px 25px 0px 35px;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
}

.button-back:before {
    margin-top: -4px;
    width: 15px;
    height: 8px;
    background: url('images/arrow.svg') no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: rotate(90deg);
    filter: grayscale(1);
}

.button-download input,
a.button-download {
    padding: 0px 20px 0px 40px;
    font-size: 16px;
}

.button-download:before {
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url('images/sprite.png') no-repeat 0px -56px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
}

/*#Header#*/
header {
    width: 100%;
    height: 131px;
    background: #fff;
    box-shadow: 0px -1px 9px #919191;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
}

header+* {
    margin-top: 131px;
}

.header_search-form {
    display: flex;
}

.menu-item a {
    text-decoration: none;
}

.header_grid {
    display: grid;
    grid-template-columns: auto;
}

.header_facebook {
    background: url(./images/facebook.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 30px;
    filter: grayscale(1);
}

.header_twitter {
    background: url(./images/twitter.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 25px;
    filter: grayscale(1);
}

.header_instagram {
    background: url(./images/instagram.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    filter: grayscale(1);
}
.albatros_logo {
	position: relative;
	top: 5px;
    filter: grayscale(1);
}

.header_youtube {
    background: url(./images/youtube.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 25px;
    filter: grayscale(1);
}

#htmlTag {
    margin-top: 0 !important;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0px auto;
    height: 80px;
}

.block1 {
    background: url(https://www.albatrosbooks.com/wp-content/uploads/2023/03/indie.png);
    background-size: cover;
    border-radius: 8px;
    display: grid;
    justify-items: center;
    align-items: center;
}
.block2 {
    background: url(./images/kolaz.png);
    background-size: cover;
    border-radius: 8px;
    display: grid;
    justify-items: center;
    align-items: center;
}
.block3 {
    background: url(https://www.albatrosbooks.com/wp-content/uploads/2023/03/edelweiss.png);
    background-size: cover;
    border-radius: 8px;
    display: grid;
    justify-items: center;
    align-items: center;
}
.block4 {
    background: url(./images/vintage.jpg);
    background-size: cover;
    border-radius: 8px;
    display: grid;
    justify-items: center;
    align-items: center;
}
.col-xs-12.col-sm-4.text-right a {
    height: 54px;
}

.main_blocks button {
    background: ##D3D3D3;
    color: #000;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

#popup-wrapper .form-wrapper .button-red button {
    width: 200px;
}

.header_social_sites {
    display: grid;
    align-items: center;
    justify-items: end;
    grid-template-columns: auto auto auto auto;
    justify-content: end;
    gap: 10px;
    transform: scale(0.7);
}

.header_bottom {
    border-top: 1px solid rgb(225, 224, 227);
    display: grid;
    justify-items: center;
}

/*#Header/Menu#*/
#menu-main-wrapper #menu-main {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    position: relative;
}

#menu-main-wrapper #menu-main>li {
    margin: 0px 0px 0px 60px;
    padding: 0px;
    line-height: 50px;
    float: left;
    position: relative;
    cursor: pointer;
}

#menu-main-wrapper #menu-main>li:first-child {
    margin-left: 0px;
}


#menu-main-wrapper #menu-main>li>a {
    color: #2d2c2f;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

#menu-main-wrapper #menu-main>#menu-item-7094>a {
    color: #000;
    font-weight: 700;
}

/* #menu-main-wrapper #menu-main>li.current-menu-parent>a,
#menu-main-wrapper #menu-main>li.current-menu-item>a,
#menu-main-wrapper #menu-main>li>a:hover {
    padding-bottom: 28px;
    text-decoration: none;
} */

#menu-main-wrapper #menu-main ul {
    width: 100vw;
    margin: 0px;
    padding: 5px 20%;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.300);
    backdrop-filter: blur(10px);
    background-size: 100vw 100vh;
    background-size: cover;
    text-align: left;
    list-style-type: none;
    position: fixed;
    left: 0px;
    display: none;
}

#menu-main-wrapper #menu-main .current_page_item a {
    font-weight: 700;
}

.menu-item-has-children:after {
    content: url(./images/arrow.svg);
    cursor: pointer;
    filter: grayscale(1);
}
.mean-nav .menu-item-has-children:after {
    content: none;
    cursor: none;
}

#menu-main-wrapper #menu-main ul li {
    margin: 0px 10px;
    padding: 0px;
}

#menu-main-wrapper #menu-main ul li:last-child {
    border-bottom: 0px;
}

#menu-main-wrapper #menu-main ul li a {
    padding: 10px;
    display: block;
    color: #2d2c2f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

#menu-main-wrapper #menu-main ul li.current-menu-item a,
#menu-main-wrapper #menu-main ul li a:hover,
.menu_grid_wrapper:hover a {
    color: #000 !important;
    /* font-weight: 600 !important; */
    text-decoration: none;
}

#CookiebotWidget:not(.CookiebotWidget-inactive) {
	bottom: 62px !important;
}

.mainButton:hover {
    background: rgba(228, 36, 19, 0.796);
}

#menu-main-wrapper #menu-main>li:hover ul {
    display: block;

}

/*#Homepage/Slider#*/
#slider {
    margin: 0px -15px 7px;
    color: #ebeaed;
    position: relative;
}

#slider .container {
    position: relative;
}

.slider-wrapper {
    margin: 0px 15px;
    height: 390px;
}

.slider-item {
    margin: 0px;
    width: 100% !important;
    height: 390px;
}

.slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-teaser {
    margin-left: -435px;
    max-width: none;
    position: absolute;
    top: 0px;
    left: 50%;
}

.slider-info {
    margin-top: 50px;
    font-size: 18px;
}

.hamburger {
	display: grid;
}

.slider-title {
    margin: 15px auto 30px;
    line-height: 1;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    word-wrap: break-word;
}

.slider-text-dark {
    color: #333;
}

.slider-text-dark .slider-title {
    color: #000;
}

.bx-prev,
.bx-next {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url("images/sprite.png") no-repeat;
    font-size: 0px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 89;
    opacity: 0.9;
    border-radius: 50%;
}

.bx-prev {
    background-position: 0px 0px;
    left: 0px;
}

.bx-next {
    background-position: -30px 0px;
    right: 0px;
}

.bx-prev:hover,
.bx-next:hover {
    opacity: 1;
}

/*#Homepage/Banner*/
#banner-wrapper {
    margin: 0px 0px 10px;
    position: relative;
    overflow: hidden;
}

#banner-1 {
    margin: 0px 7px 0px 0px;
    width: 578px;
    height: 390px;
}

#banner-2 {
    margin: 0px 0px 0px 0px;
    width: 285px;
    height: 390px;
}

#banner-3 {
    margin: 0px 0px 10px 0px;
    width: 285px;
    height: 190px;
}

#banner-4 {
    margin: 0px;
    width: 285px;
    height: 190px;
}

#banner-5 {
    margin: 0px 0px 0px 10px;
    width: 285px;
    height: 190px;
}

.banner-item {
    color: #2d2c2f;
    display: block;
    float: left;
    position: relative;
    text-align: left;
}

.banner-overlay {
    padding: 50px 20px;
    width: 100%;
    background: rgba(235, 234, 237, 0.85);
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

.banner-overlay h2 {
    margin: 0px;
}

.text-page #banner-wrapper {
    margin: 0px 0px 0px auto;
    display: inline-block;
}

.text-page .banner-item {
    margin: 0px 0px 10px 0px !important;
    float: none;
}

.category-item {
    /*display: none;*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #9b9a9d;
    color: #ebeaed;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
	z-index:1;
}

.label-new {
    /*display: none !important;*/
    width: 30px;
    height: 30px;
    background: url('images/sprite.png') no-repeat 0px -106px;
    font-size: 0px;
    display: block;
    position: absolute;
    top: 50px;
    left: 10px;
}

#banner-3 .banner-overlay,
#banner-4 .banner-overlay {
    height: 100%;
}

.banner-item:hover .banner-overlay {
    display: block;
}

/*#Homepage/SEO#*/
#seo h1 {
    margin: 50px 0px 30px;
}

/*#Content#*/
.content {
    padding-bottom: 70px;
}

.contact-bottom h3 {
    margin-top: 70px;
}

.contact-top p {
    color: #9b9a9d;
    font-size: 16px;
}

.contact-bottom p {
    color: #9b9a9d;
    font-size: 15px;
}

.our_books {
    display: grid;
    margin-top: 70px;
}

/*#Content/Blog#*/
.post-item {
    margin-bottom: 50px;
    padding-bottom: 40px;
    background: url('images/bg-line.png') repeat-x bottom center;
}

.post-item a {
    color: #2d2c2f;
}

.post-item p {
    color: #9b9a9d;
    font-size: 16px;
}

p.post-date {
    margin: 0px 0px 20px;
    font-size: 13px;
    display: block;
}

.post-teaser {
    margin-bottom: 30px;
}

.post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: transparent;
}

/*#Content/Breadcrumbs#*/
#breadcrumbs {
    padding: 20px 0px 30px;
    color: #9b9a9d;
    font-family: Arial;
    font-size: 11px;
}

#breadcrumbs a {
    padding-right: 30px;
    color: #9b9a9d;
    display: inline-block;
    position: relative;
}

#breadcrumbs a:before {
    width: 10px;
    height: 1px;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
}

/*#Content/Form#*/
.form-checkbox>label,
.form-item label {
    margin: 10px 0px;
    font-weight: 400;
    display: block;
}

.form-item textarea,
.form-item input {
    padding: 0px 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ebeaed;
    color: #9b9a9d;
    font-size: 14px;
    border: 0px;
    border-radius: 10px;
}

#email.newSletterEmailInput {
    background: #fff;
}

.form-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
}
.form-button .button {
    width: 100%;
}

.form-item textarea {
    padding: 15px;
    height: 100px;
    line-height: 1.5;
}

.form-button {
    margin-top: 30px;
}

.form-checkbox input {
    display: none;
}

.form-checkbox .input-wrap label {
    width: 30px;
    height: 30px;
    background: url('images/sprite.png') no-repeat 0px -76px;
    font-size: 0px;
    display: block;
    cursor: pointer;
}

.form-checkbox .input-wrap input:checked+span label {
    background-position: -30px -76px;
}

.validator span {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    display: block;
}

.sidebar-right-item {
    margin: 0px 0px 0px auto;
    width: 285px;
    text-align: center;
}

.mc4wp-form-fields input {
    width: 100%;
}

.mc4wp-form-fields .form-button {
    margin-top: 10px;
    width: 70%;
}

.nav_grid_3 .books_wrapperUl {
    display: grid !important;
    grid-template-rows: repeat(8, 30px);
    row-gap: 0px !important;
    grid-template-columns: repeat(3, minmax(200px, 250px)) !important;
}

.nav_grid_3 .books_wrapperUl li a {
    font-weight: 400 !important;
}

/*#Content/Form/Search#*/
.search-wrapper {
    margin: 0px 0px 0px auto;
    width: 100%;
    height: 40px;
    position: relative;
}

.search-wrapper .form-item input {
    padding-right: 50px;
    padding-bottom: 5px;
}

.search-wrapper input[type="submit"] {
    margin-top: -8px;
    width: 18px;
    height: 18px;
    background: url('images/search-form.svg') no-repeat;
    font-size: 0px;
    border: 0px;
    position: absolute;
    top: 50%;
    right: 20px;
    filter: grayscale(1);
}

.hover-content p {
	word-break: break-all;
}

.hover-content {
	width: 100%;
}

/*#Content/Popup#*/
#popup-overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(235, 234, 237, 0.85);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    overflow: scroll;
    display: none;
}

#popup-wrapper {
    padding: 60px 40px 40px;
    width: 450px;
    max-width: 100%;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 999;
    border-radius: 10px;
    display: none;
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

#popup-close {
    width: 40px;
    height: 40px;
    background: #ebeaed;
    font-size: 0px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#popup-close:before {
    margin: -5px 0px 0px -5px;
    width: 10px;
    height: 10px;
    background: url('images/sprite.png') no-repeat 0px -30px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

/*#Content/Sidebar#*/
.sidebar-item {
    margin-bottom: 60px;
}

.sidebar-title {
    margin-bottom: 20px;
    color: #9b9a9d;
    font-size: 12px;
    text-transform: uppercase;
}

/*#Content/Sidebar/Menu#*/
#menu-sidebar {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu-sidebar li {
    margin: 0px 0px 20px;
    padding: 0px;
}

#menu-sidebar a {
    color: rgb(155, 154, 157);
    font-size: 13px;
    /* font-weight: 700; */
}

[class^="nav_grid"]:after {
    display: none;
}

#menu-main-wrapper #menu-main ul [class^="nav_grid"] {
    margin-left: 0;
}

#menu-main-wrapper #menu-main ul .nav_grid_3 .sub-menu-restyle {
    padding-left: 20px;
}

#menu-sidebar img {
    width: 150px;
}

/*#Content/Author#*/
#author-list {
    overflow: hidden;
}

.author-item {
    margin-left: 10px;
    width: 285px;
    height: 330px;
    position: relative;
    float: left;
}

#menu-main-wrapper #menu-main li:hover .books_wrapperUl {
    display: grid;
    grid-template-columns: 200px auto;
    row-gap: 20px;
    padding-bottom: 10px;
}

.mean-container .mean-nav {
	backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.sub-menu-restyle {
    display: inline-block !important;
}

.nav_grid_2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

#menu-main-wrapper #menu-main .sub-menu-restyle {
    position: relative;
    background: none;
    backdrop-filter: none;
    padding-left: 0;
}

#menu-main-wrapper #menu-main .nav_grid_2 a, #menu-main-wrapper #menu-main .nav_grid_1 a {
    font-weight: 600;
}

.nav_grid_3 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    /* border-left: 1px solid red; */
}

.nav_grid_3:before {
    content: ' ';
    height: 83%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    border-left: 1px solid #000;
}

.author-teaser {
    width: 100%;
    height: 240px;
    display: block;
    overflow: hidden;
}

.author-title {
    margin: 20px 0px 5px;
    color: #2d2c2f;
    font-size: 15px;
    font-weight: 700;
    display: block;
}

.no_children::before {
    border-left: none !important;
}

.author-item p {
    margin: 0px;
    line-height: 1;
    color: #9b9a9d;
    text-transform: uppercase;
}

.author-teaser img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

.author-item:hover .author-teaser img {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
}

.author-item:nth-child(4n+1) {
    margin-left: 0px;
}

.author-item:hover .author-title {
    color: #000;
    text-decoration: none;
}

.filter_bar {
    height: 300px;
    overflow: auto;
}
.row2-3 {
    grid-row: 2 / 3;
}

.hr {
    border: 1px solid rgb(155, 154, 157);
    opacity: 0.5;
}

.border-b-red {
    border-bottom: 1px solid #000;
}

.filter_bar::-webkit-scrollbar {
    width: 5px;
}

.filter_bar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.filter_bar::-webkit-scrollbar-thumb {
    background-color: rgb(155, 154, 157);
    border-radius: 100px;
}

/*#Content/Book#*/
/*#Content/Book/List#*/
#book-list {
    padding-bottom: 30px;
    overflow: hidden;
}

.book-item {
    margin-left: 10px;
    position: relative;
    float: left;
}

.book-teaser {
    width: 100%;
    display: block;
    overflow: hidden;
}

.book-title {
    margin: 10px 0px 5px;
    color: #2d2c2f;
    font-size: 15px;
    font-weight: 700;
    display: block;
}

.book-item p {
    margin: 0px;
    line-height: 1;
    color: #9b9a9d;
    text-transform: uppercase;
}

.book-teaser img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
	width:100%;	
}

.book-item:hover .book-teaser img {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
}

.book-item:hover .book-title {
    color: #000;
    text-decoration: none;
}

#book-list.no-border {
    padding-bottom: 0px;
    background: transparent;
}

.archive-list .book-item:nth-child(3n+1) {
    margin-left: 0px;
}

.full-list .book-item:nth-child(4n+1) {
    margin-left: 0px;
}

.category-description {
    margin-top: 30px;
}

/*#Content/Book/Detail#*/
.book-detail iframe {
    margin: 40px auto;
    max-width: 100%;
}

.gallery-item {
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.gallery-item span {
    width: 16px;
    height: 16px;
    background: url('images/sprite.png') no-repeat -16px -40px;
    font-size: 0px;
    border: 0px;
    position: absolute;
    top: 10px;
    right: 10px
}

.book-item {
    display: none;
}
#our_books {
    display: none;
}
.middle {
    margin: 0px auto;
}

.testbutton {
    margin: 0px auto;
    cursor: pointer;
    border-radius: 8px;
    outline: none;
    border: none;
    background: #000;
    color: rgb(255 255 255);
    padding: 11px 20px;
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
}

.testbutton::before {
    content: 'Show more';
}

#book-list .book-item {
    display: block;
}

.book-button-wrapper {
    margin: 40px 0px 50px;
}

.book-button-wrapper .button:first-child {
    margin-right: 10px;
}

.related-book-list {
    margin-top: 60px;
}

/*#Cookies#*/
#cookies {
    padding: 15px 0px;
    width: 100%;
    background: #9b9a9d;
    font-family: Arial;
    font-size: 11px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 50;
}

#cookies p {
    margin: 0px;
}

#cookies-close {
    width: 10px;
    height: 10px;
    background: url('images/sprite.png') no-repeat 0px -30px;
    font-size: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.newsletter_form {
    display: grid;
    grid-template-columns: 43% 57%;
    height: 300px;
    background: #EBEAEF;
    border-radius: 8px;
    margin: 105px 0px 105px 0px;
}

.newsletter_content {
    padding: 30px 100px 30px 60px;
    height: fit-content;
}

.newsletter_img {
    background: url(./images/newsletter_img.png);
    height: 390px;
    background-size: cover;
    position: relative;
    bottom: 45px;
}

.button-red {
    background: #000;
}

.button-red input {
    background: #000;
    opacity: 1;
}

.main_blocks .wp_bannerize_container {
	border-radius: 8px;
	position: relative;
	transition: 0.5s all;
	overflow: hidden;
}
.main_blocks .wp_bannerize_container img {
	transition: 1s all;
	transform: scale(1);
}
.main_blocks .wp_bannerize_container:hover img {
	transform: scale(1.1);
}
.main_blocks .wp_bannerize_container a {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
	box-shadow: 1px 1px 10px;
}

/*#Footer#*/
footer {
    width: 100%;
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
    background: #ffffff;
    border-top: 1px solid rgb(225, 224, 227);
}

.footer_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 5px 0px 15px 0px;
}

.content-homepage {
    margin-top: 131px;
}
#mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-0 {
    margin-bottom: 0;
}

.books_list {
    display: grid;
}

.gray-color {
    color: rgb(155, 154, 157);
}

.footer_left {
    display: grid;
    align-items: center;
    grid-template-columns: min-content min-content;
    gap: 50px;
	margin-top: 10px;
}

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

.books_image {
    width: 100%;
	height: auto;
}

.footer_right {
    display: grid;
    justify-content: center;
    align-items: center;
}

.social-wrapper a {
    margin-left: 10px;
}

.social-wrapper a:hover {
    text-decoration: none;
    opacity: 0.75;
}

.social-wrapper svg {
    height: 30px;
}

.main_blocks {
    display: grid;
    justify-content: space-between;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    /* grid-template-rows: minmax(250px, 18vw) minmax(250px, 18vw); */
	grid-template-rows: minmax(250px, 18vw) minmax(5px, 1vw);
    gap: 30px;
    margin: 100px 0px 30px 0px;
}


/*#_Responsive#*/
@media (min-width: 1201px) {
    #banner-5 {
        display: none;
    }
}

@media (max-width: 700px) {
	.reviews .second_slider_email div p, .second_slider_title div, .second_slider_text div div p {
        text-align: center !important;
        margin-bottom: 20px !important;
    }
	.reviews #n2-ss-1item3, .reviewsText div div p, .reviewsContact div, .reviewsSubTitle div {
		text-align: center !important;
	}
	.reviews .n2-ss-layer.n2-ow.n2-ss-layer--block.n2-ss-has-self-align .n2-ss-layer-row.n2-ss-layer-with-background div {
		justify-content: center;
	}
	.reviews .n2-ss-slide.n2-ow {
		padding-top: 60px;
	}
}

@media (max-width: 1200px) {
    #slider {
        margin-left: auto;
        margin-right: auto;
        width: 905px;
    }

    .second_slider_button {
        margin: 0px auto !important;
    }

    .second_slider_title div {
        margin-bottom: 0px !important;
    }

    #banner-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 875px;
    }

    .text-page #banner-wrapper {
        width: 100%;
    }

    #banner-1 {
        margin-bottom: 10px;
    }

    #banner-2 {
        margin: 0px;
    }

    #banner-3 {
        margin-right: 10px;
    }

    .author-item:nth-child(4n+1),
    .archive-list .book-item:nth-child(3n+1),
    .full-list .book-item:nth-child(4n+1) {
        margin-left: 10px;
    }

    .author-item:first-child,
    .archive-list .book-item:first-child,
    .full-list .book-item:first-child,
    .author-item:nth-child(3n+1),
    .archive-list .book-item:nth-child(2n+1),
    .full-list .book-item:nth-child(3n+1) {
        margin-left: 0px;
    }
}

@media (max-width: 1100px) {
    #menu-main-wrapper #menu-main li {
        margin-left: 30px;
    }

    .slider-info {
        margin-top: 40px;
    }
}

@media (max-width: 993px) {
    .text-page .col-xs-12 {
        text-align: left;
    }

    .text-page #banner-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 920px) {
    #menu-main-wrapper #menu-main li {
        margin-left: 20px;
    }

    #menu-main-wrapper #menu-main li a {
        font-size: 13px;
    }

    #slider {
        width: 610px;
    }

    .slider-item {
        /*background: #12205F;*/
        text-align: center;
    }

    .slider-teaser {
        display: none;
    }

    .slider-info {
        margin-top: 80px;
        font-size: 16px;
    }

    .slider-title {
        font-size: 40px;
    }

    .slider-item .col-xs-12 {
        padding: 0px 20px;
        width: 100%;
        left: 0px;
    }

    #banner-wrapper {
        width: 580px;
    }

    #banner-1 {
        margin-right: 0px;
    }

    #banner-2 {
        margin-right: 10px;
    }

    #banner-3 {
        margin-right: 0px;
    }

    #banner-5 {
        display: none;
    }

    #book-list.homepage-list .book-item:nth-child(4) {
        display: block;
    }

    .author-item:nth-child(3n+1),
    .full-list .book-item:nth-child(3n+1) {
        margin-left: 10px;
    }

    .author-item:first-child,
    .full-list .book-item:first-child,
    .author-item:nth-child(2n+1),
    .full-list .book-item:nth-child(2n+1) {
        margin-left: 0px;
    }
}

.mobile-menu {
    display: none;
}

.mobile-top {
    display: grid;
    grid-template-columns: 1fr 1fr 35px;
    padding: 0px 15px;
    gap: 12px;
}

.mobile_nav_icon_opened {
    /* display: none; */
    color: #c22c1c;
}

.mobile_nav_icon_close, .mobile_nav_icon_opened {
    margin-top: 9px;
}

.mobile_nav_icons svg {
    cursor: pointer;
}

#navigation_checkbox {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.mobile-menu input[type="checkbox"] {
    display: none;
}

.mobile-bottom {
    min-height: 50px;
    background: rgba(255, 255, 255, 0.300);
    backdrop-filter: blur(7px);
}
.nav-mobile-dropdown {
    display: none;
    background: rgba(255, 255, 255, 0.500);
    position: relative;
    top: -10px;
}
.nav-mobile-dropdown div {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 160px;
    width: 90%;
    margin: 0px auto;
}

.nav-mobile-dropdown div::-webkit-scrollbar {
    width: 6px;
}
 
.nav-mobile-dropdown div::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}
 
.nav-mobile-dropdown div::-webkit-scrollbar-thumb {
    background-color: rgb(155, 154, 157);
    border-radius: 100px;
}

.red {
    color: #000;
    font-weight: 600
}

.bold {
    font-weight: 600
}

.mobile-bottom ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.mobile-bottom a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

.mobile-bottom-inside {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-bottom label {
    text-align: left;
    width: 90%;
    transform: translate(-50%, 0%);
    position: relative;
    left: 50%;
    margin-bottom: 0;
    min-height: 30px;
    cursor: pointer;
    font-weight: 400;
}

.mobile-list-items li {
    display: grid;
    min-height: 30px;
    align-items: center;
}

#nav-books:checked ~ .nav-mobile-dropdown {
    display: grid;
}

#nav-books:checked ~ label i {
    transform: rotate(0deg);
    user-select: none;
}

#nav-authors:checked ~ .nav-mobile-dropdown {
    display: grid;
}

#nav-authors:checked ~ label i {
    transform: rotate(0deg);
    user-select: none;
}

#nav-purchase:checked ~ .nav-mobile-dropdown {
    display: grid;
}

#nav-purchase:checked ~ label i {
    transform: rotate(0deg);
    user-select: none;
}

.mobile-bottom i {
    content: url(./images/arrow.svg);
    cursor: pointer;
    transform: rotate(-90deg);
    user-select: none;
}

.nav-mobile-dropdown ul li {
    min-height: 25px;
}

.mobile-bottom {
    display: none;
}

#navigation_checkbox:checked ~ .mobile-bottom {
    display: grid;
}

.menu-navigation-logo-search {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
}

.search-wrapper form .form-item input {
    box-sizing: border-box;
}

.meanmenu-reveal {
    right: 0px !important;
	display: grid !important;
}

.meanmenu-reveal svg {
	filter: grayscale(1);
}

.main_slider_title div {
    text-align: left !important;
}
.title-not-desktop {
    display: none;
}
.title-on-desktop {
    display: none;
}

body {
    overflow-x: hidden;
}

.book-button-wrapper a {
    margin-bottom: 10px;
}

.books_image {
    margin-top: 51px;
}

.special-margin {
    margin: 20px 0px 0px 0px;
}

.content {
    margin-top: 80px;
}

@media (min-width: 769px) {
    .title-on-desktop {
        display: block;
    }
    .mobile-youtube {
        display: none;
    }
}

.newsletterButton {
    width: fit-content;
}
.books_image {
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    .title-not-desktop {
        display: block;
    }

    header #menu-main .menu_grid_wrapper .books_wrapperUl li ul li:last-child  {
        margin-bottom: 15px;
    }

    .books_image {
        height: auto;
    }

    .justify-center.mobile_width {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }
    .justify-center.mobile_width svg {
        width: 50%;
        max-width: 280px;
    }

    .categorySerie {
        grid-template-columns: 1fr !important;
    }

    .nav_grid_3 .books_wrapperUl {
        max-height: none;
    }

    .content {
        margin-top: 50px;
    }

    .books_image {
        margin-top: 0px;
    }

    .main_slider_title div {
        font-size: calc(20px + 4vw) !important; 
    }

    .product-detail-column {
        grid-template-columns: 1fr !important;
    }

    .product-detail-column-left iframe {
        display: none;
    }

    .product-detail-column-right {
        display: grid;
    }
    .book-button-wrapper {
        grid-row: 1 / 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
    }
    .book-button-wrapper a {
        padding: 0;
    }
    .mobile-youtube {
        display: block;
        max-width: 100%;
    }
    .mobile-youtube iframe {
        max-width: 100%;
    }
    .menu-mobile-open .mean-bar .mean-nav::before {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 11px 10px;
        border-color: transparent transparent #cccccc transparent;
        position: absolute;
        right: 24px;
        top: -13px;
    }
    .main_slider_title div {
        text-align: center !important;
    }

    .menu-mobile .mean-nav .mean-expand {
        color: #2d2c2f !important;
        font-weight: 100 !important;
    }

    .main_slider_subtitle {
        display: none;
    }

    .main_slider_button, .main_slider_title {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* Header */
    header {
        height: 50px;
        position: fixed;
        text-align: center;
    }
    .content-homepage {
        margin-top: 49px;
    }

    .menu-mobile-open .mean-nav {
        padding-top: 10px !important;
    }

    .mean-nav {
        transition: padding-top 0.5s;
        position: relative;
    }

    .search-wrapper {
        width: 200px;
        height: 25px;
        display: grid;
        margin-top: 6px;
    }

    .search-wrapper form {
        height: 100%;
    }
    .search-wrapper input[type="submit"] {
        top: 13px;
        right: 7px;
    }

    .search-wrapper .form-item input {
        width: 100%;
        height: 30px;
    }

    .search-wrapper .form-item {
        margin: 0;
        height: 100%;
    }

    .mobile-menu {
        display: grid;
    }

    .nav_grid_3:before {
        display: none;
    }

    .mean-container .mean-nav ul li {
        float: none;
        width: unset;
    }

    .mean-expand {
        position: relative !important;
        top: 2px !important;
    }

    .mean-clicked {
        top: 3px !important;
    }

    .books_wrapperUl {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 200px;
        position: relative;
        background: rgb(255 255 255 / 30%);
        box-sizing: border-box !important;
    }
    #menu-main a {
        left: 25px !important;
        position: relative;
    }
    #menu-main .mean-expand {
        left: 20px !important;
    }
    #menu-main .mean-expand.mean-clicked {
        left: 0px !important;
    }

    .books_wrapperUl::-webkit-scrollbar {
        width: 6px;
    }
     
    .books_wrapperUl::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
        
    }
     
    .books_wrapperUl::-webkit-scrollbar-thumb {
        background-color: rgb(155, 154, 157);
        border-radius: 100px;
    }
    .mean-container .mean-nav {
        padding: 0;
        /* padding-top: 10px; */
    }

    /* .mean-container .mean-nav {
        width: inherit;
    } */

    .no_children {
        display: none !important;
    }

    .desktop_nav {
        display: none;
    }

    header+* {
        margin-top: 0px;
    }

    #logo {
        margin: 25px auto;
    }

    /* Content */
    .content-header .col-xs-12 {
        margin: 0px 0px 20px;
        text-align: left;
    }

    .content-header h1 {
        margin-bottom: 0px;
    }

    #menu-sidebar {
        overflow: hidden;
    }

    /* #menu-sidebar li {
        width: 33.33%;
        float: left;
        display: block;
    } */

    #author-list,

    .author-item:nth-child(3n+1),
    .archive-list .book-item:nth-child(3n+1),
    .full-list .book-item:nth-child(3n+1) {
        margin-left: 10px;
    }

    .author-item:first-child,
    .archive-list .book-item:first-child,
    .full-list .book-item:first-child,
    .author-item:nth-child(2n+1),
    .archive-list .book-item:nth-child(2n+1),
    .full-list .book-item:nth-child(2n+1) {
        margin-left: 0px;
    }

    .wp-post-image {
        margin-bottom: 20px;
    }

    .gallery-item span {
        right: inherit;
        left: 10px;
    }

    .contact-top {
        margin-bottom: 0px;
    }

    .contact-top .col-xs-12,
    .contact-bottom .col-xs-12 {
        margin-bottom: 30px;
        word-wrap: break-word;
    }

    /* Footer */
    footer .col-xs-12 {
        margin-bottom: 10px;
        text-align: left;
    }
}

@media (max-width: 620px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    #slider,
    #banner-wrapper {
        width: 100%;
        overflow: hidden;
    }

    #banner-1 {
        margin-right: 0px;
        max-width: 100%;
        height: auto;
    }

    #banner-2 {
        margin: 0px 0px 10px;
    }

    .banner-overlay {
        height: 100%;
    }

    #author-list,
    #book-list {
        width: 100% !important;
    }

    .author-item,
    .book-item {
        margin-left: 0px !important;
    }
}

@media (max-width: 500px) {
    .book-button-wrapper .button {
        margin: 0px 0px 10px;
        width: 100%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		min-height: 50px;
		line-height: 1.25;
    }
}

@media (max-width: 700px) {
    .mobile_width svg {
        width: 30%;
    }
}

@media only screen and (max-width: 1100px) {
    .remove-margin {
        margin: 70px 0px 0px 0px !important;
    }
}


@media (max-width: 400px) {
    .slider-info {
        margin-top: 40px;
    }

    #menu-sidebar li {
        width: 50%;
    }

    #popup-wrapper {
        padding: 60px 15px 20px;
        top: 0px;
    }

    #cookies .col-xs-1,
    #cookies .col-xs-11 {
        position: static;
    }

    #cookies-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.albatros_logo {
    width: 220px;
}

#mimoto_logo {
    width: 110px;
}

#B4U_logo {
    width: 170px;
}

.content_grid {
    display: grid;
    grid-template-columns: minmax(1000px, 70%);
    justify-content: center;
}

.content_stats {
    display: grid;
    margin-top: 50px;
    position: relative;
    align-items: end;
}
.content_stats img {
	width: 100%;
}

.books-from-the-series {
    grid-column: 1 / 3;
    margin-top: 60px;
}

.books-from-the-series h2 {
    margin-bottom: 40px;
}
.product-detail-column-right h1 {
    margin-bottom: 20px;
}

.middle_stats {
    height: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
}
.detail-parameters {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.detail-params strong {
    color: rgb(147, 147, 147);
    font-weight: 600;
}
.detail-params p {
    font-size: 16px;
    color: rgb(155, 154, 157);
}
.product-detail {
    font-size: 16px;
    color: rgb(155, 154, 157);
}
.product-detail-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
    column-gap: 30px;
}

.middle_stats div {
    display: grid;
    justify-items: center;
}

.middle_stats h3 {
    margin: 0;
    color: #fff;
    font-size: 50px;
}

.middle_stats p {
    color: #fff;
    font-size: 16px;
}

.mb-40 {
    margin-bottom: 40px;
}

.no-border::before {
    border: none !important;
}

.left_book {
    height: 170px;
    background: url(./images/book.png) no-repeat;
    background-position: 10px;
}

.right_book {
    height: 147px;
    background: url(./images/book1.png) no-repeat;
    background-position: 0px 13px;
}

#book-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.opacity {
    opacity: 0.6;
}
.justify-center {
    display: flex;
    justify-content: center;
    gap: 10%;
}
.mt-80 {
    margin-top: 80px;
}
.book-item {
    margin: 0;
}

@media only screen and (min-width: 1101px) {
    footer .header_social_sites {
        display: none;
    }
	
	#CookiebotWidget:not(.CookiebotWidget-inactive) {
		bottom: 15px !important;
	}
}

@media only screen and (max-width: 1100px) {
    .main_blocks {
        margin: 30px 30px 30px 30px;
    }

    .footer_container {
        margin: 5px 0px 15px 0px;
    }

    .albatros_logo {
        width: 149px;
    }

    footer {
        grid-template-columns: 90%;
    }

    .header_top {
        width: 90%;
    }

    #book-list {
        grid-template-columns: repeat(3, 1fr);
    }
    #book-list .book-item:nth-of-type(9),
    #book-list .book-item:nth-of-type(10),
    #book-list .book-item:nth-of-type(11),
    #book-list .book-item:nth-of-type(12) {
        display: block;
    }

    .newsletter_form {
        grid-template-rows: auto 215px;
        grid-template-columns: 1fr;
        height: unset;
        margin: 70px 30px 0px 30px;
        background: none;
    }
    .form-button {
        grid-template-columns: 1fr;
    }

    .newsletter_content {
        background: rgb(235, 234, 239);
        padding: 0;
        width: 85%;
        z-index: 10;
        margin: 0 auto;
        padding: 20px;
        display: grid;
        border-radius: 8px;
        position: relative;
        top: -130px;
    }

    .form-item {
        text-align: center;
        margin-bottom: 20px;
    }

    .form-item input {
        text-align: center;
        border-radius: 20px;
    }

    header .form-item input {
        text-align: left;
        border-radius: 20px;
    }

    .form-button {
        width: 24%;
        justify-items: center;
        margin: 0px auto 0px auto;
        gap: 30px;
    }
}

.button-red, .button-red input, .main_slider_button div a {
    transition: background 0.3s !important;
}
.block2, .block1, .block3, .block4 {
    transition: opacity 0.3s;
}

.block2:hover, .block1:hover, .block3:hover, .block4:hover {
    opacity: 0.8;
}

.button-red:hover, .button-red input:hover, .main_slider_button div a:hover {
    background: #000 !important;
}
.second_slider_button div a {
    transition: background 0.3s !important;
}
.second_slider_button div a:hover {
    background: rgb(49, 49, 49) !important;
}

@media only screen and (max-width: 1100px) {
    footer .footer_left #mimoto_logo, #B4U_logo {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .content_grid {
        grid-template-columns: minmax(300px, 853px);
    }

    .content_stats {
        grid-template-columns: auto;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .content_stats {
        margin: 50px 30px 0px 30px;
    }
    .left_book, .right_book {
        position: absolute;
    }
    .left_book {
        width: 303px;
        height: 266px;
        left: -70px;
        bottom: -85px;
    }
    .right_book {
        width: 200px;
        right: 0;
        top: 130px;
    }
    .middle_stats {
        grid-template-columns: auto;
        padding-top: 40px;
    }
    .our_books {
        margin: 70px 30px 0px 30px;
    }
}

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

    .right_book {
        right: -107px;
    }

    .middle_stats {
        padding-bottom: 140px;
    }

    .middle_stats p {
        margin-bottom: 0;
    }

    .albatros_logo {
        width: 120px;
		margin-left: 20px;
    }

    .main_blocks {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(180px, 40vw) minmax(180px, 40vw);
    }

    #book-list .book-item:nth-of-type(9),
    #book-list .book-item:nth-of-type(10),
    #book-list .book-item:nth-of-type(11),
    #book-list .book-item:nth-of-type(12) {
        display: none;
    }

    .newsletter_form {
        margin: 70px 0px 0px 0px;
    }

    .newsletter_img {
        height: 320px;
    }

    .form-button {
        justify-content: center;
        gap: 10px;
    }
    .form-item input {
        width: 85%;
    }
}

@media only screen and (max-width: 700px) {
    #book-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .seriePage#book-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .second_slider_image {
        max-width: 217px !important;
    }
}

@media (max-width: 480px) {

    .search-wrapper {
        width: 150px;
    }
}
.mean-container .mean-nav ul .menu_grid_wrapper a[checked="checked"]:nth-child(1) a {
    padding-left: 10px !important; 
}

.red-text a, #menu-main .red-text .mean-expand {
    color: #000 !important;
    font-weight: 600;
}

#menu-main .books_wrapperUl a {
    color: #000 !important;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .nav_grid_3 .books_wrapperUl {
        grid-template-rows: unset;
        grid-template-columns: repeat(2, minmax(200px, 250px)) !important;
    }
}

@media (max-width: 1000px) {
    .nav_grid_3 .books_wrapperUl {
        grid-template-rows: unset;
        grid-template-columns: repeat(1, minmax(200px, 250px)) !important;
    }
}

@media (min-width: 1200px) {
    .second_slider_image  {
        position: absolute !important;
        max-width: 260px !important;
        left: -133px !important;
        top: 50% !important;
        transform: translate(0%, -50%);
    }
}
.black-text a {
    color: #000 !important;
}

.countCategory {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.serieCategories {
    color: rgb(110, 110, 110);
    background: #EBEAEF;
    font-size: 12px;
    border-radius: 8px;
    padding: 6px 12px;
    text-align: center;
}

.bookCount {
    color: #000;
    font-weight: 600;
}

.black-text {
    color: rgb(155, 154, 157);
    font-weight: 400;
}

.categorySerie {
    color: #000;
    font-weight: 700;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.dis-none {
    display: none;
}

.serieCategories:hover {
    text-decoration: none;
}

.serieCategories strong {
    font-weight: 400;
}

.flex-direction-down .books_wrapperUl {
    display: flex !important;
    flex-direction: column !important;
}

div .hover-content button {
    background: #9b9a9d;
}
div .hover-content button {
    backdrop-filter: none;
}

@media (max-width: 768px) {
	div article a {
		grid-template-rows: auto auto;
	}
	div article img {
		position: relative;
	}
	div .wp-post-image {
		margin-bottom: 0px;
	}
}
div article a {
	grid-template-rows: auto auto;
}
div article img {
    position: relative;
    transform: scale(1);
}
@media (max-width: 768px) {
	div#n2-ss-5 .main_slider_title a {
		font-size: unset;
	}	
}
@media (max-width: 700px) {
	div#n2-ss-5 .main_slider_title a {
		text-align: center;
	}	
}