/*!
Theme Name:   Mediarodzina2
Theme URI:    https://woocommerce.com/storefront/
Author:       A100
Author URI:   https://woocommerce.com/
Description:  Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      2.4.2
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/

@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600,800i&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,800&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:100,100i,400,400i&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);

/*body.home {
  filter:grayscale(1);
}*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

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

a {
    color: #212529;
}

a:hover {
    text-decoration: none;
}

.input-range__slider {
    appearance: none;
    background: #3f51b5;
    border: 1px solid #3f51b5;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 1rem;
    margin-left: -0.5rem;
    margin-top: -0.65rem;
    outline: none;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    width: 1rem;
}

.input-range__slider:active {
    transform: scale(1.3);
}

.input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}

.input-range--disabled .input-range__slider {
    background: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: none;
    transform: none;
}

.input-range__slider-container {
    transition: left 0.3s ease-out;
}

.input-range__label {
    color: #aaaaaa;
    font-family: "Helvetica Neue", san-serif;
    font-size: 0.8rem;
    transform: translateZ(0);
    white-space: nowrap;
}

.input-range__label--min,
.input-range__label--max {
    bottom: -1.4rem;
    position: absolute;
}

.input-range__label--min {
    left: 0;
}

.input-range__label--max {
    right: 0;
}

.input-range__label--value {
    position: absolute;
    top: -1.8rem;
}

.input-range__label-container {
    left: -50%;
    position: relative;
}

.input-range__label--max .input-range__label-container {
    left: 50%;
}

.input-range__track {
    background: #eeeeee;
    border-radius: 0.3rem;
    cursor: pointer;
    display: block;
    height: 0.3rem;
    position: relative;
    transition: left 0.3s ease-out, width 0.3s ease-out;
}

.input-range--disabled .input-range__track {
    background: #eeeeee;
}

.input-range__track--background {
    left: 0;
    margin-top: -0.15rem;
    position: absolute;
    right: 0;
    top: 50%;
}

.input-range__track--active {
    background: #3f51b5;
}

.input-range {
    height: 1rem;
    position: relative;
    width: 100%;
}

html {
    font-size: 16px;
}

h2 {
    margin-bottom: 2rem;
}

h2 span.grey {
    color: #ababab;
}

h2 span.red {
    color: #d9251c;
}

h6 {
    font-size: 0.8rem;
    font-family: "Libre Baskerville", serif;
    color: #ababab;
    margin-bottom: 1rem;
    font-style: italic;
}

p a {
    color: black;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

@media (max-width: 1999px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1330px;
    }
}

.inline {
    display: inline-block;
}

button {
    outline: 0 !important;
    cursor: pointer !important;
}

#primary {
    width: 100%;
    margin-top: 40px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hidden {
    display: none !important;
}

.btn--red {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #d9251c;
    width: 100%;
    color: white;
    font-family: "Roboto Slab", serif;
    margin-bottom: 50px;
}

.btn--red:hover {
    color: white;
}

.header #logo {
    background: url(assets/img/logo.jpg) no-repeat center;
    width: 248px;
    height: 54px;
    float: left;
    max-width: 100%;
    background-size: 248px auto;
}

.header input[type="text"] {
    padding: 0 15px;
    margin: 0 14px 0 0;
    width: calc(100% - 59px);
    font-size: 14px;
    font-style: italic;
    font-family: "Montserrat", serif;
    height: 45px;
    float: left;
    border: 1px solid black;
}

.header .btn--search {
    background: #d9251c url(assets/img/search-ico.jpg) no-repeat center;
    border: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.header .btn--black {
    background: black;
    color: white;
    padding: 11px;
    border: 0;
    float: left;
    width: calc(70% - 4rem);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.header--functional .list-inline {
    width: 30%;
    margin: 0 2rem;
}

.header--functional .list-inline-item {
    margin: 0 !important;
}

.header ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.header ul li a {
    width: 45px;
    height: 45px;
    float: left;
    margin: 0;
    padding: 0;
}

.header ul li #facebook-ico {
    background: url(assets/img/facebook-ico.jpg) no-repeat center 4px;
}

.header ul li #instagram-ico {
    background: url(assets/img/instagram-ico.jpg) no-repeat center 4px;
}

.header--search {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
}

.header--search .rbt {
    width: 90%;
}

.header--search .rbt .rbt-input-hint-container {
    width: 97%;
    float: left;
}

.header--search .rbt .rbt-input-hint-container input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header--search .rbt .rbt-input-hint-container>div {
    display: none !important;
}

.header--search .rbt .rbt-menu {
    padding-top: 15px;
}

.header--search .rbt .rbt-menu .dropdown-item {
    width: 100%;
}

.header--search .rbt .rbt-menu li {
    overflow: hidden;
    padding: 0 10px;
    width: 95%;
}

.header--functional {
    display: none;
}

@media screen and (min-width: 768px) {
    .header__logo {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .header--search {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .header--functional {
        display: block;
    }
    .header__logo {
        width: auto;
        max-width: 25%;
        flex: 0 0 25%;
    }
    .header--search {
        width: 100%;
        padding: 0;
        max-width: 41.666667%;
        flex: 0 0 41.666667%;
    }
}

.menu {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 1rem;
}

.menu a {
    font-size: 0.8rem;
    color: #0c0a08;
    padding: 1rem;
}

.menu a.active {
    border-bottom: 4px solid #d9251c;
    font-weight: bold;
}

.menu--content {
    width: 100%;
}

.menu #cart {
    background: url(assets/img/bag-ico.jpg) no-repeat 0;
    padding-left: 3rem;
    font-weight: bold;
    font-size: 0.8rem;
    color: #0c0a08;
    padding: 1rem;
    border: 0;
}

.menu .cart__items {
    position: absolute;
    left: 28px;
    background: red;
    bottom: 12px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 9px;
    color: white;
    padding-top: 3px;
}

.menu #profile,
.menu #profileLogged {
    background: url(assets/img/user-ico.jpg) no-repeat 0;
    padding-left: 3rem;
    font-weight: bold;
}

.menu {
    position: absolute;
    top: 85px;
    width: 100%;
    margin: 0 -15px;
    background: white;
    z-index: 999999;
}

.menu--content {
    display: flex;
}

@media screen and (max-width: 768px) {
    .menu--content {
        flex-wrap: wrap;
    }
}

.menu nav a {
    width: 100%;
    float: left;
}

.menu--functions {
    border: 0;
}

.menu #cart,
.menu #profile,
.menu #profileLogged {
    width: 50%;
}

.menu--toggle {
    background: url(assets/img/hamburger.jpg) no-repeat;
    width: 30px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 32px;
    background-size: contain;
    display: none;
}

.menu--toggle-opened {
    background: url(assets/img/close_cart.jpg) no-repeat;
    background-size: contain;
    top: 34px;
}

.menu.mobile {
    display: none;
}

.menu.mobile.show {
    display: block;
}

@media screen and (min-width: 1024px) {
    .menu {
        position: static;
        margin: 0;
    }
    .menu nav a {
        width: auto;
    }
    .menu--functions {
        border-left: 1px solid #d2d2d2;
        height: 100%;
    }
    .menu--fixed {
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
        max-width: 1300px;
    }
    .menu--fixed .menu--toggle {
        display: none;
    }
    .menu--content nav {
        flex-wrap: nowrap;
    }
}

footer {
    border-top: 12px solid #d9251c;
    padding: 2rem 0;
}

footer h2 {
    font-family: "Montserrat", sans-serif;
    color: black;
    font-size: 1.8rem;
}

footer p {
    font-size: 0.8rem;
    line-height: 1rem;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: -14px 0 0 0;
}

footer ul li a {
    font-size: 0.8rem;
    color: black;
    line-height: 2.6rem;
}

footer .info {
    padding-top: 2rem;
}

#facebook,
#instagram,
#youtube {
    color: black;
    font-size: 0.8rem;
}

#facebook::before,
#instagram::before,
#youtube::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -6px;
    float: left;
    background-position: center !important;
    margin-right: 15px;
}

#facebook::before {
    background: url(assets/img/facebook-ico.jpg) no-repeat;
}

#instagram::before {
    background: url(assets/img/instagram-ico.jpg) no-repeat;
}

#youtube::before {
    background: url(assets/img/youtube-ico.jpg) no-repeat;
}

#facebook,
#youtube,
#instagram {
    margin: 0.5rem 0;
    float: left;
    width: 100%;
}

footer h2 {
    font-size: 1.2rem;
}

footer .col-md-2 {
    /*display: none;*/
}

footer>.col-12 {
    margin: 0 -15px;
}

footer .copyright {
    margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
    #facebook,
    #youtube,
    #instagram {
        margin: 0.5rem 1rem;
        float: right;
        width: auto;
    }
    footer h2 {
        font-size: 1.2rem;
    }
    footer .col-md-2 {
        display: block;
    }
    footer>.col-12 {
        margin: 0;
    }
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px;
    border: 1px solid black;
    border-radius: 0;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    height: 50px;
    background: #d9251c url(assets/img/search-ico.jpg) no-repeat center;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    display: none;
}

.slider {
    margin-top: 2rem;
}

.slider__content {
    position: relative;
    width: 100%;
    margin: 0 15px;
}

.slider__content__slides__slide img {
    width: 100%;
    height: auto;
}

.slider__content__slides__slide__text {
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    position: absolute;
    left: 50%;
    width: 43%;
    top: 12%;
    line-height: 3rem;
    color: white;
}

.slider__content__slides__slide__button {
    position: absolute;
    left: 50%;
    bottom: 32%;
    line-height: 3rem;
    background: black;
    width: auto;
    padding: 0 2rem;
    color: white;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
}

.slider__content__slides__slide__button:hover {
    color: white;
}

.slider__content__navigation {
    position: absolute;
    right: -5px;
    z-index: 800;
}

.slider__content__navigation--prev,
.slider__content__navigation--next {
    width: 51px;
    height: 51px;
    border: 0;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
}

.slider__content__navigation--prev {
    background: #000 url(assets/img/left-arrow-ico.jpg) no-repeat center;
}

.slider__content__navigation--next {
    background: #000 url(assets/img/right-arrow-ico.jpg) no-repeat center;
}


/*.slider {
  display: none;
  margin: 0 -15px;
}*/

@media screen and (max-width: 1024px) {
    .slider__content__slides__slide {
        padding-bottom: 20px;
    }
    .slider__content__slides__slide__button {
        position: static;
        padding: 13px;
        margin: 0;
    }
    .slider__content__slides__slide__text {
        position: static;
        width: 100%;
        padding: 0 0;
        color: black;
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin: 15px 0;
    }
}

.slider__content__navigation {
    bottom: 0;
    transform: translateY(100%);
}

@media screen and (min-width: 768px) {
    .slider__content__slides__slide__button {
        display: none;
    }
    .slider__content__slides__slide__text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .slider__content__navigation {
        bottom: 0;
        transform: translateY(40%);
    }
    
}

@media screen and (min-width: 1024px) {
    .slider {
        display: block;
    }
    .slider__content__slides__slide__button {
        display: block;
    }
    .slider__content__slides__slide__text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .slider__content__navigation {
        bottom: 0;
        transform: translateY(0);
    }
}

@media screen and (min-width: 1280px) {
    .slider {
        margin: 2rem 0 0 0;
    }
    .slider__content {
        margin: 0;
    }
}

.colorSection--purple::after {
    background: #0057a6;
}

.colorSection--purple .colorSection__header h2 {
    color: #0057a6;
}

.colorSection--darkRed::after {
    background: #008090;
}

.colorSection--darkRed .colorSection__header h2 {
    color: #008090;
}

.colorSection--blue::after {
    background: #02c39a;
}

.colorSection--blue .colorSection__header h2 {
    color: #02c39a;
}

.colorSection {
    position: relative;
    margin: 2rem 0;
}

.colorSection::after {
    content: "";
    width: 100%;
    height: 33%;
    position: absolute;
    bottom: 120px;
    z-index: -1;
}

.colorSection__header {
    position: relative;
    z-index: 1;
}

.colorSection__header h2 {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.colorSection__header a {
    color: #000;
    font-family: "Roboto Slab", sans-serif;
    text-decoration: underline;
    font-size: 0.8rem;
    font-weight: 300;
    padding-top: 0.5rem;
}

.colorSection__header--black::before {
    content: "";
    display: block;
    height: 1px;
    background: #d2d2d2;
    width: calc(100% - 100px);
    left: 100px;
    position: absolute;
}

.colorSection__header--black h2 {
    background: black;
    color: white;
    float: left;
    font-weight: 500;
    padding: 5px 50px 5px 10px !important;
}

.colorSection__header--black>div {
    padding: 0;
}

.colorSection__books {
    position: relative;
    z-index: 2;
    margin-top: -1.5rem;
}

.colorSection__books .row {
    min-height: 20px;
}

.colorSection__books__list a:hover {
    text-decoration: none;
}

.colorSection__books__list a:hover .book__title {
    color: #c01d2d !important;
}

.colorSection__books__list .book {
    max-width: calc(100% / 4);
    padding: 0 15px;
}

.colorSection--main .book img {
    margin: 0 !important;
}

.colorSection--undefined .colorSection__books {
    margin-top: 10px;
}

.colorSection--undefined .book {
    margin-top: 40px;
}

.colorSection {
    margin: 5rem 0;
    height: 400px;
    width: 100%;
}

.page-template-katalog .colorSection:first-of-type {
    margin-top: 2rem;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #000;
}

.button.wc-backward {
    display: inline-block;
    padding: 10px 20px;
}

.cart-empty {
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .colorSection--main {
        margin: 0;
    }
    .colorSection--main::after {
        bottom: 104px;
    }
    .colorSection--main .colorSection__books {
        margin: 0;
        height: 330px;
    }
    .colorSection--main .colorSection__books .book {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .colorSection--main {
        margin: 0;
    }
    .colorSection--main .colorSection__books {
        margin-top: -30px;
        height: 330px;
    }
    .colorSection--main .colorSection__books .book {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .colorSection--main .colorSection__books .book__thumbnail {
        margin: 0 auto 20px auto;
    }
}

.colorSection__header h2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
}

.colorSection__header a {
    font-size: 0.7rem;
    padding: 0;
    text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
    .colorSection__header a {
        margin: 0 0 13px 0 !important;
    }
}

@media screen and (min-width: 1025px) {
    .colorSection__header a {
        margin: 13px 0 0 0 !important;
    }
}

.colorSection__books {
    overflow-x: scroll;
    margin-top: 1.5rem;
    position: relative;
    height: 400px;
}

.colorSection__books .row {
    display: block;
}

.colorSection__books__list {
    position: absolute;
    width: 810px !important;
    height: 300px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-flow: nowrap;
}

.colorSection__books__list .book {
    width: 230px !important;
}

.colorSection__books__list .book:hover {
    cursor: pointer;
}

.colorSection__books__list .book:hover h4 {
    color: #d9251c;
}

@media screen and (max-width: 768px) {
    .book__thumbnail {
        align-items: flex-end !important;
    }
    .colorSection--main .book img {
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
    .book img {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 591px) and (max-width: 767px) {
    .colorSection::after {
        bottom: 85px;
    }
}

@media screen and (min-width: 768px) {
    .colorSection::after {
        content: "";
        width: 100%;
        height: 33%;
        position: absolute;
        bottom: 125px;
        z-index: -1;
    }
    .colorSection__books {
        margin-top: -25px;
    }
}

@media screen and (min-width: 1024px) {
    .colorSection::after {
        bottom: 95px;
    }
    .colorSection:nth-child(2) {
        margin-top: 30px;
    }
    .colorSection__books {
        overflow: visible;
        border: 0;
        height: auto;
    }
    .colorSection__books .row {
        display: flex;
    }
    .colorSection__books__list {
        height: auto;
        width: 100% !important;
    }
    .colorSection__header h2 {
        padding-bottom: 7px;
        font-size: 1.6rem;
    }
    .colorSection__header--main h2 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 1280px) {
    .colorSection::after {
        bottom: 125px;
    }
}

.news {
    margin: 2rem 0;
}

.news img {
    width: 100%;
    margin-bottom: 1.5rem;
    height: auto;
}

.news h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 0.8rem;
    color: #8f8f8f;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.news h2 a {
    color: #252525;
}

.news h1 {
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #252525;
    margin-bottom: 3rem;
}

.news h1 a {
    color: #252525;
}

.news__sneakPeak {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 2rem;
    color: #252525;
}

.news--list {
    width: 100%;
}

.news--list h2 {
    margin-bottom: 7px;
}

.news--list h1 {
    margin-bottom: 0.5rem;
}

.newsList {
    margin: 2rem 0;
}

.newsList__item img {
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.newsList__item h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 0.8rem;
    color: #8f8f8f;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.newsList__item h2 a {
    color: #252525;
}

.newsList__item h1 {
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #252525;
    margin-bottom: 3rem;
}

.newsList__item h1 a {
    color: #252525;
}

.newsList__item__sneakPeak {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 2rem;
    color: #252525;
}

.newsList__item--list h2 {
    margin-bottom: 7px;
}

.event__date {
    margin-bottom: 2rem;
}

.event__date__day {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 3rem;
    color: #d9251c;
    margin: 0;
    padding: 0;
    text-align: center;
}

.event__date__month {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    color: #d9251c;
    padding: 0 0 2rem 0;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    width: 80%;
    margin: 0 auto;
    text-transform: lowercase;
}

.news h3 a,
.event__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    color: #000;
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.event__place {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 0.8rem;
    color: #8f8f8f;
    display: block;
}

.newsletter {
    margin: 40px 0 60px 0;
}

.newsletter>.row {
    margin: 0;
    background: #db251b;
    padding: 2rem 4rem 0 4rem;
}

.newsletter button {
    cursor: pointer;
}

.newsletterThankYou {
    background: url(assets/img/newsletter_thanks.jpg) no-repeat;
    width: 100%;
    height: 340px;
    background-size: cover;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletterThankYou h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.newsletterThankYou p {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
}

.newsletterThankYou a {
    background: black;
    color: white;
    padding: 10px 15px;
    margin: 20px 0;
    float: left;
}

@media screen and (min-width: 1040px) {
    .newsletterThankYou {
        height: 550px;
        align-items: flex-start;
        padding-top: 30px;
    }
    .newsletterThankYou .container {
        max-width: 1040px;
    }
}

.newsletter>.row {
    padding: 30px 10px;
}

.newsletter input.error {
    border: 2px solid red;
}

.newsletter h2,
.newsletter p {
    color: white;
    font-family: "Open Sans", sans-serif;
}

.newsletter h2 {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
    line-height: 1.5rem;
}

.newsletter p {
    font-weight: 500;
    font-size: 0.85rem;
}

.newsletter input {
    width: 100%;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #8f8f8f;
    font-size: 0.9rem;
}

.newsletter input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.newsletter .privacy {
    margin: 1rem -15px;
}

.newsletter .privacy.error {
    position: relative;
}

.newsletter .privacy.error::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: red;
    left: 13px;
    top: -2px;
}

.newsletter .privacy>div.col-12 {
    display: flex;
}

.newsletter .privacy p {
    font-size: 0.7rem;
    font-weight: 300;
    padding-left: 1rem;
}

.newsletter .privacy p,
.newsletter .privacy input {
    float: left;
}

.newsletter button[type="submit"] {
    background: black;
    color: white;
    font-weight: 300;
    font-style: italic;
    border: 0;
    padding: 15px 40px;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    box-shadow: 1px 11px 18px rgba(0, 0, 0, 0.5);
    font-family: "Libre Baskerville", serif;
}

@media screen and (min-width: 1024px) {
    .newsletter h2 {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .newsletter p {
        font-size: 1.2rem;
    }
    .newsletter .privacy {
        width: 150%;
    }
    .newsletter input[type="email"] {
        padding: 0.7rem;
    }
    .newsletter input[type="checkbox"] {
        width: auto;
        height: auto;
    }
    .newsletterThankYou h2 {
        font-size: 50px;
    }
}

.book {
    text-align: center;
    padding: 0;
    margin-top: 0;
}

.book>a {
    width: 100% !important;
    position: relative;
}

.book .product__gallery__labels {
    top: -20px;
    left: 10px;
}

.book .product__gallery__labels__label {
    padding: 1px 10px;
    font-size: 12px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.book .product__gallery__labels {
    top: -12px !important;
}

.book__thumbnail img {
    max-width: 220px !important;
}

.book .product__gallery__labels {
    top: -12px !important;
    width: inherit;
    left: auto;
    right: calc(100% + 10px);
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.75;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.book img {
    margin: 0 auto 3rem auto;
    max-width: 100%;
}

.book:hover .book__title {
    color: #c01d2d !important;
}

.book__author {
    font-size: 0.8rem;
    color: #8f8f8f;
    font-family: "Open Sans", sans-serif;
    margin: 0.5rem 0 0 0;
    min-height: 40px;
}

.book__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2rem;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black !important;
}

.book__prices {
    display: flex;
    align-items: center;
}

.book__prices__price {
    color: #d9251c;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    float: left;
}

.book__prices__price:hover {
    text-decoration: none !important;
}

.book__prices__oldPrice {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    color: #ababab;
    text-decoration: line-through !important;
    font-size: 1rem;
    float: left;
}

.book {
    margin-bottom: 30px;
    padding: 0 5px;
}

.book>a:hover {
    text-decoration: none;
}

.book__author {
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 30px;
    overflow: hidden;
    text-align: center;
}

.book__title {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    color: black !important;
}

.book__price {
    float: left;
    width: 100%;
    text-align: left;
}

.book__oldPrice {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.book__prices {
    justify-content: center;
}

.book__prices__oldPrice {
    margin-left: 10px;
}

.book__prices__price {
    font-size: 1.1rem;
}

.book__thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*@media screen and (max-width: 1024px) {
  .book__thumbnail {
    height: 230px !important;
  }
}*/

.book__thumbnail img {
    max-height: 100%;
    margin: 0 auto;
    max-width: 130px;
    height: auto;
}

.book {
    margin-top: 20px !important;
}

.book__prices {
    margin-top: 25px !important;
}

.book__author {
    height: 15px !important;
    overflow: hidden !important;
    float: left !important;
    padding: 0 !important;
    margin: 9px 0 5px 0 !important;
    text-overflow: ellipsis !important;
    min-height: 0 !important;
}

.book__title {
    line-height: 1.4rem !important;
    height: 45px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

@media screen and (max-width: 1024px) {
    .book .product__gallery__labels {
        top: 0;
    }
}

@media screen and (min-width: 768px) {
    .book__author {
        float: left;
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }
    .book__title {
        float: left;
        width: 100%;
        font-size: 0.9rem;
        text-align: center;
        color: black !important;
    }
    .book .col {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        min-height: 10px;
    }
    .book__price {
        float: left;
        width: auto;
        text-align: left;
        padding: 0 30px 0 0;
        margin: 0;
    }
    .book__oldPrice {
        float: left;
        width: auto;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .book__thumbnail {
        height: auto;
        min-height: 200px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .book__author,
    .book__title {
        text-align: left;
    }
    .book__prices {
        justify-content: flex-start;
        padding: 0;
    }
    .book__author {
        float: left;
        width: 100%;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 1000px;
        overflow: hidden;
    }
    .book__title {
        white-space: normal;
        color: black !important;
    }
}

.categories>.row,
.book__thumbnail+.row {
    margin-left: 0;
    margin-right: 0;
}

.colorHeader h2 {
    background: black;
    color: white;
    width: 200px;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .colorHeader h2 {
        font-size: 1.6rem;
    }
}

.colorHeader h2 a {
    font-size: 1rem;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: white;
    margin: 0;
    text-align: left;
    text-decoration: none;
    float: left;
}

@media screen and (min-width: 768px) {
    .colorHeader h2 a {
        font-size: 1.6rem;
    }
}

.results__header::before {
    display: none;
}

.results__header.colorHeader {
    margin-bottom: 30px;
}

.results__header.colorHeader .results__header__sort {
    margin: 0;
}

.results__header.colorHeader h2 {
    padding: 0.2rem 1rem;
}

.colorHeader {
    position: relative;
}

.colorHeader::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #d2d2d2;
    width: 100%;
    left: 15px;
}

.colorHeader h2 {
    font-size: 1rem;
    width: auto;
    padding: 8px 20px;
    font-family: "Montserrat", sans-serif;
    float: left;
}

@media screen and (min-width: 768px) {
    .colorHeader h2 {
        font-size: 1.6rem;
        width: auto;
    }
}

.colorHeader h3 {
    font-size: 1rem;
    padding: 8px 20px;
    font-family: "Montserrat", sans-serif;
    float: left;
    background: black;
    color: white;
}

.colorHeader h2 {
    background: black !important;
    color: white !important;
}

.colorHeader .more-link-home,
.colorHeader .col-6>a {
    font-size: 0.7rem;
    text-align: right;
    float: right;
    margin-top: 10px;
    text-decoration: underline;
    font-family: "Roboto Slab", serif;
    color: black;
    font-weight: 300;
}

#fullcontent a:not(.more-link-home) {
    color: #d9251c;
}

.authors__menu {
    justify-content: center;
    margin: 1rem 0;
}

.authors__menu__button {
    cursor: pointer;
    max-width: 120px;
    background: white;
    margin: 0.3rem 1rem;
    border: 1px solid black;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.authors__menu__button.active {
    background: black;
    color: white;
}

.authors__alphabet {
    border-top: 1px solid #d2d2d2;
    padding: 1rem 0 3rem 0;
}

/* .authors__list:first-of-type,
.authors__list:last-of-type,
.authors__list:nth-last-child(2),
.authors__alphabet .btn:first-of-type,
.authors__alphabet .btn:last-of-type,
.authors__alphabet .btn:nth-last-child(2) {
    display: none;
} */

.authors__alphabet span {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.authors__alphabet--fixed {
    position: fixed;
    top: 56px;
    z-index: 9999;
    background: white;
    width: 100%;
    max-width: 1300px;
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
    .authors__alphabet--fixed {
        left: 0;
        top: 0;
        padding: 15px 0;
    }
}

.authors__list {
    padding: 0 0 7rem 0;
    position: relative;
}

.authors__list__groupName {
    position: absolute;
    font-size: 15rem;
    font-family: "Montserrat", sans-serif;
    color: #efefef;
    font-weight: bold;
    top: -120px;
    left: -69px;
}

.authors__list__author {
    padding: 0 3rem;
}

.authors__list__author:hover a {
    text-decoration: none !important;
}

.authors__list__author:hover h2 {
    color: #c01d2d !important;
}

.authors__list__author:hover img {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.authors__list__author img {
    border: 1px solid #d2d2d2;
    margin: 2rem 0 1rem 0;
    max-width: 100%;
}

.authors__list__author h2 {
    color: #252525;
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin: 0.2rem 0;
}

.authors__list__groupName {
    position: absolute;
    font-size: 15rem;
    font-family: "Montserrat", sans-serif;
    color: #efefef;
    font-weight: bold;
    top: -120px;
    left: -39px;
    z-index: -1;
}

.authors__mobileNavi__separator {
    display: inline-block;
    width: 40px;
}

.authors__mobileNavi__separator::before {
    content: "";
    background: black;
    height: 4px;
    width: 10px;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 5px);
}

.authors__mobileNavi__leftArrow,
.authors__mobileNavi__rightArrow {
    background: url(assets/img/left_arrow_authors.jpg) no-repeat;
    width: 15px;
    height: 18px;
    position: absolute;
    background-size: contain;
}

.authors__mobileNavi__leftArrow {
    margin-left: -30px;
    margin-top: 5px;
}

.authors__mobileNavi__rightArrow {
    margin-left: 12px;
    margin-top: 5px;
    transform: rotateZ(180deg);
}

.product {
    text-align: center;
}

.product__gallery {
    padding: 1rem 0;
    text-align: center;
    position: relative;
    background: #f6f6f6;
    margin-top: 40px;
    height: 560px;
}

.product__gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__gallery .gallery-top .swiper-slide img {
    max-width: 90%;
    width: auto;
    margin: 0 auto;
    cursor: pointer;
    max-height: 100%;
    border: 2px solid #d2dadc;
}

.product__gallery .gallery-top .swiper-slide>a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__gallery .gallery-thumbs .swiper-slide img {
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000 !important;
    background: none !important;
}

.gallery-thumbs {
    margin-top: 20px;
}

.product__gallery img.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    top: 0;
    left: 0;
}

.product__gallery__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
}

.product__gallery__navigation__prev,
.product__gallery__navigation__next {
    width: 49px;
    height: 49px;
    border: 0;
    cursor: pointer;
}

.product__gallery__navigation__prev {
    background: url(assets/img/white-prev.jpg) no-repeat;
}

.product__gallery__navigation__next {
    background: url(assets/img/white-next.jpg) no-repeat;
}

.product__gallery__labels {
    position: absolute;
    z-index: 9999;
    top: 2rem;
    left: 30px;
    font-size: 14px;
}

.product__details__shop__addToCartButton {
    font-family: "Roboto Slab", serif;
    background: none;
    border: 0;
    color: black;
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    padding: 0.4rem 0;
}

.product__details__shop__addToCartButton a {
    color: black;
}

.product__gallery__labels__label {
    background: black;
    padding: 6px 10px;
    color: black;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    /*display: block;*/
    margin-bottom: 5px;
    width: auto;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.product__trial {
    float: left;
    background: black;
    color: white;
    border: 0;
    padding: 0.5rem 2rem;
    width: 100%;
    font-family: "Roboto Slab", sans-serif;
    margin: 1.2rem auto;
    font-weight: 300;
}

.product__trial:hover {
    color: white;
}

.product__info {
    /*border-top: 1px solid #d2d2d2;*/
    padding: 1rem 0;
    margin: 1rem -15px;
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-align: left;
}

.product__info a {
    color: #000;
}

.product__info td {
    width: 50%;
    line-height: 1.8rem;
}

.product__info td:nth-child(2n + 1) {
    font-weight: bold;
}

.product__details {
    text-align: left;
    padding: 4rem;
}

.product__details__categories h2 {
    background: #f39419;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: white;
    padding: 0.5rem;
    margin: 0.5rem 5px 0.5rem 0;
    float: left;
}

.product__details__categories h2 a {
    color: white;
}

.product__details__title h1 {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 2.8rem;
}

.product__details__author {
    margin-bottom: 40px;
}

.product__details__author h2 {
    font-size: 1rem;
    color: #8f8f8f;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-right: 15px;
}

.product__details__author a:hover h2 {
    text-decoration: underline !important;
}

.product__details__shop__price {
    color: #d9251c;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    float: left;
}

.product__details__shop__price--old {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    color: #ababab;
    text-decoration: line-through;
    font-size: 1.4rem;
    padding-top: 6px;
    padding-left: 30px;
    float: left;
}

.product__details__shop__infoMeButton {
    width: 100%;
    background: black;
    color: white;
    padding: 0.8rem;
    border: 0;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
}

.product__details__shop__buyButton {
    width: 100%;
    background: #d9251c;
    color: white;
    border: 0;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
}

.product__details__shop__buyButton a {
    color: #fff;
    display: block;
    padding: 0.8rem;
}

.product__details__shop__buyButton a:hover {
    color: #d9251c;
}

.product__details__shop__addToCartButton {
    font-family: "Roboto Slab", serif;
    background: none;
    border: 0;
    color: black;
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    padding: 0.4rem 0;
}

.product__details__description {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 3rem 0;
}

.product__details__description p {
    margin-bottom: 30px;
}

.product__details__description blockquote {
    margin: 1em 40px;
    padding: 0 1em;
    border-left: 3px solid rgba(0, 0, 0, 0.05);
    font-style: italic;
    box-shadow: none;
}

.product__details__testimonials {
    margin: 6rem 0 0 0;
}

.product__details__testimonials__testimonial {
    position: relative;
    padding-bottom: 3rem;
}

.product__details__testimonials__testimonial::before {
    content: ",,";
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    color: #e1e1e1;
    font-size: 11rem;
    position: absolute;
    left: -20px;
    top: 40px;
    padding: 0;
    margin: 0;
    line-height: 0;
    letter-spacing: -13px;
    z-index: -1;
}

.product__details__testimonials__testimonial h3 {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    color: black;
    font-size: 1.4rem;
    width: 70%;
    line-height: 2rem;
}

.product__details__testimonials__testimonial h3 a {
    color: black;
}

.product__details__testimonials__testimonial h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    color: #8f8f8f;
    margin-top: 20px;
}

.product__details {
    padding: 15px;
}

.product__details__title h1 {
    font-size: 1.3rem;
    line-height: 2rem;
}

.product__details__author h2 {
    margin-bottom: 0;
    margin-right: 0;
}

.product__details__shop__prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product__details__shop__prices label {
    font-size: 0.9rem;
    color: #ababab;
}

.product__details__shop__prices:nth-child(1) label {
    margin-bottom: 0;
}

.product__details__shop__prices:nth-child(1) h3 {
    margin-bottom: 0;
}

.product__details__shop__prices:nth-child(2) {
    margin-bottom: 15px;
}

.product__details__description {
    font-size: 0.9rem;
    text-align: left;
    margin: 15px 0;
}

.product__details__description iframe {
    margin: 0 auto;
    display: block;
}

.product__details__testimonials {
    margin: 30px 0 0 0;
}

.product__details__testimonials__testimonial h3 {
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
}

.product__details__testimonials__testimonial h4 {
    text-align: left;
}

.product__details__testimonials__testimonial:before {
    top: 35%;
}

.product__info table {
    width: 100%;
}

.product__info table tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product__gallery__preview {
    position: fixed;
    z-index: 99999999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #efefef;
}

.product__gallery__preview button {
    cursor: pointer !important;
}

.product__gallery__preview .container {
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.product__gallery__preview .container .row:nth-child(1) {
    height: 10vh;
    justify-content: flex-end;
}

.product__gallery__preview .container .row:nth-child(2) {
    height: 70vh;
}

.product__gallery__preview .container .row:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.product__gallery__preview .container .row:nth-child(3) {
    height: 10vh;
}

.product__gallery__preview .product__gallery__navigation {
    position: static;
    margin: 10% auto;
    justify-content: space-between;
    display: flex;
    width: 80%;
}

.product__gallery__preview__close {
    width: 40px;
    height: 40px;
    background: white url(assets/img/close_cart.jpg) no-repeat;
    background-position: center;
    float: right;
    display: block;
    visibility: visible !important;
    margin: 40px;
    border: 0;
}

@media screen and (min-width: 1024px) {
    .product__details {
        padding: 4rem 4rem 0 4rem;
    }
    .product__details__testimonials__testimonial:before {
        top: -20px;
    }
    .product__gallery__preview {
        justify-content: center;
        display: flex;
    }
    .product__gallery__preview .row:nth-child(3) {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .product__gallery__preview .product__gallery__navigation {
        margin: 0 auto;
    }
    .productsSection  .swiper-button-next{
        right: -30px !important;
    }
    .productsSection  .swiper-button-prev {
        left: -30px !important;

    }
}
@media screen and (max-width: 768px) {
.productsSection  .swiper-button-next{
    right: -10px !important;
}
.productsSection  .swiper-button-prev {
    left: -10px !important;

}
}
.productsSection {
    position: relative;
    margin: 2rem 0;
}

.productsSection::after {
    content: "";
    width: 100%;
    height: 33%;
    position: absolute;
    bottom: 8rem;
    z-index: -1;
}

.productsSection__header {
    position: relative;
    z-index: 9;
}

.productsSection__header h2 {
    font-size: 3.5rem !important;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.productsSection__header a {
    color: #000;
    font-family: "Roboto Slab", sans-serif;
    text-decoration: underline;
    font-size: 0.8rem;
    font-weight: 300;
    padding-top: 0.5rem;
}

.productsSection__books {
    margin-top: -1.5rem;
}

.productsSection__books .book {
    padding-top: 20px;
}

.productsSection::after {
    bottom: 6rem;
}

.productsSection__header h2 {
    font-size: 2rem !important;
    margin: 0;
    padding: 0;
}

.productsSection__header a {
    font-size: 0.7rem;
    margin: 13px 0 0 0;
    padding: 0;
}

.productsSection__books {
    overflow: hidden !important;
    margin-top: 1.5rem;
    position: relative;
    height: 420px;
}

.productsSection__books .row {
    display: block;
}

.productsSection__books__list {
    /* overflow: hidden !important;
    overflow-x: auto !important; */
    padding: 0 30px;
    position: absolute;
    width: 100%;
    height: 420px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-flow: nowrap;
}

.productsSection__books__list a:hover {
    text-decoration: none !important;
}

.productsSection__books__list .book {
    width: 230px !important;
}

@media screen and (min-width: 1024px) {
    .productsSection {
        margin: 0 0 5rem 0;
        height: 390px;
    }
    .productsSection::after {
        bottom: 6rem;
    }
    .productsSection__header h2 {
        font-size: 2.2rem !important;
        margin: 0;
        padding: 0;
    }
    .productsSection__header a {
        font-size: 0.7rem;
        margin: 0;
        padding: 0;
    }
    .productsSection__books {
        margin-top: -0.8rem;
        overflow-x: hidden;
        border: 0;
    }
    .productsSection__books .row {
        display: flex;
    }
}

.textPage {
    padding-bottom: 100px;
}

.textPage h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 30px 0;
}

.textPage h2 {
    margin-bottom: 1rem;
}

.textPage h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.textPage p {
    font-size: 0.9rem;
    line-height: 2rem;
}

.textPage__button--black {
    background: black;
}

.textPage__attachments {
    list-style: none;
    padding: 0;
}

.textPage__attachments li {
    position: relative;
    padding: 15px 36px;
}

.textPage__attachments li a {
    color: black;
    font-weight: 600;
    font-size: 0.9rem;
}

.textPage__attachments li::before {
    content: "";
    background: url(assets/img/pdf.png) no-repeat;
    width: 19px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}
.textPage__attachments.video_download li::before {
    background: url(https://www.mediarodzina.pl/wp-content/themes/mr/assets/images/mp4.png) no-repeat;
    background-size: 97%;
}

.textPage__btn--black {
    background: black;
    padding: 10px 20px;
    border: 0;
    margin: 0 0 30px 0;
}

.textPage__btn--black a {
    color: white;
    font-family: "Roboto Slab", serif;
    font-size: 0.9rem;
}

.categories .colorSection {
    margin: 3rem 0 0 0;
    float: left;
}

.categories__list {
    margin: 2rem 0 5rem 0;
}

.categories__list__section {
    padding-bottom: 3rem;
    border-top: 1px solid #d2d2d2;
}

.categories__list__section h2 {
    font-size: 1.6rem;
    padding-top: 0.5rem;
    margin: 0 0 1.5rem 0;
}

.categories__list__section ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories__list__section ul li {
    margin-bottom: 1rem;
}

.categories__list__section ul li.current-menu-item a {
    color: #d9251c;
}

.categories__list__section ul li>button {
    background: none;
    border: 0;
    cursor: pointer;
}

.categories__list__section ul li>button:hover {
    text-decoration: underline;
}

.categories__list__section ul li:hover {
    cursor: pointer;
    text-decoration: underline;
}

.categories__list__section ul li a {
    color: black;
    font-family: "Montserrat", sans-serif;
}

.categories__filters .input-range {
    margin-bottom: 30px;
}

.categories__filters .input-range__slider {
    background: #c01d2d;
    border: 1px solid #c01d2d;
    z-index: 9;
}

.categories__filters .input-range__track--background {
    height: 2px;
}

.categories__filters .input-range__track--background:before,
.categories__filters .input-range__track--background:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #d8d8d8;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
}

.categories__filters .input-range__track--background:before {
    left: 0;
    top: -3px;
}

.categories__filters .input-range__track--background:after {
    right: 0;
    top: -3px;
}

.categories__filters .input-range__track--active {
    background: transparent;
}

.categories__filters .input-range__label-container {
    display: none;
    top: 4px;
}

.categories__filters label {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    color: #000;
}

.categories__filters .rangeInputs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 50px 0;
}

.categories__filters .rangeInputs>div:nth-child(1),
.categories__filters .rangeInputs>div:nth-child(2) {
    width: calc((100% / 2) - 30px);
}

.categories__filters .rangeInputs>div:nth-child(3) {
    width: 40px;
}

.categories__filters .rangeInputs button {
    height: 28px;
    cursor: pointer;
    float: right;
}

.categories__filters ul {
    list-style: none;
    padding: 0 0 10px 3px;
}

.categories__filters ul li {
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}

.categories__filters ul li::before {
    content: "";
    display: block;
    background: #ababab;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
    transform: translateY(-50%);
}

.categories__filters ul li a {
    color: #000;
}

.categories__filters ul li.active {
    font-weight: 600;
}

.categories__filters ul li.active::before {
    background: #c01d2d;
}

.categories__filters input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid black;
    color: black;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.categories__filters button {
    background: #c01d2d;
    color: white;
    border: 0;
}

.categories__filters .widgettitle {
    display: none;
}

.categories .rangeInputs {
    flex-wrap: wrap;
}

.categories .rangeInputs div:nth-child(3) {
    width: 100%;
    margin-top: 10px;
}

.categories .rangeInputs div:nth-child(3) button {
    width: 100%;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
    background: #c01d2d !important;
}

.categories__list {
    margin-bottom: 0rem;
}

.categories__list__section {
    padding-bottom: 1rem;
    position: relative;
}

.categories__list__section h2 {
    margin-bottom: 0;
}

.categories__list__section.show ul {
    display: block;
}

.categories__list__section.show h2 {
    margin-bottom: 1.5rem;
}

.categories__list__section.show::after {
    transform: rotateZ(180deg);
}

.categories__list__section ul {
    display: none;
}

.categories__list__section ul li.active {
    font-weight: bold;
}

.categories__list__section::after {
    content: "";
    display: block;
    background: url(assets/img/arrow-down.png);
    width: 20px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 5px;
    cursor: pointer;
    z-index: -1;
    top: 16px;
}

.categories__list__section.hideArrow::after {
    display: none !important;
}

.categories__filters label.canToggle {
    width: 100%;
    position: relative;
}

.categories__filters label.canToggle:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 24px;
    background: url(assets/img/arrow-down.png) no-repeat;
    right: 0;
    top: 0;
    background-size: contain;
}

.categories__filters label.canToggle.toggled:after {
    transform: rotateX(180deg);
}

@media screen and (min-width: 1024px) {
    .categories {
        padding-bottom: 80px;
    }
    .categories .rangeInputs {
        flex-wrap: nowrap;
    }
    .categories .rangeInputs div:nth-child(3) {
        width: 40px;
        margin-top: 0;
    }
    .categories__list {
        margin-bottom: 0rem;
    }
    .categories__list__section {
        padding-bottom: 1rem;
    }
    .categories__list__section h2 {
        margin-bottom: 1.5rem;
    }
    .categories__list__section:after {
        display: none;
    }
    .categories__list__section.show ul {
        display: block;
    }
    .categories__list__section ul {
        display: block;
    }
}

.results {
    padding-bottom: 3rem;
    border-top: 1px solid #d2d2d2;
    margin: 2rem 0 5rem 0;
}

.results h2 {
    font-size: 1.6rem;
    padding-top: 0.5rem;
    margin: 0 0 1.5rem 0;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}

.results__info p {
    font-weight: 500;
}

.results__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.results__header__sort {
    display: flex;
    align-items: center;
}

.results__header__sort span {
    font-family: "Roboto Slab";
    font-size: 0.8rem;
    margin-right: 10px;
    font-weight: 300;
}

.results__header__sort__select {
    border: 1px solid;
    padding: 5px 50px 5px 10px;
    cursor: pointer;
    position: relative;
}

.results__header__sort__select select {
    background: none;
    border: 0;
    float: left;
    width: 100%;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0.8rem;
    outline: 0;
}

.results__header__sort__select select::-ms-expand {
    display: none;
}

.results__header__sort__select::after {
    content: "";
    display: block;
    background: url(assets/img/arrow-down.png);
    width: 13px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 5px;
    cursor: pointer;
    z-index: -1;
}

.results__content>.row {
    width: 100%;
    margin: 0;
}

.results__content>.row .book {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.results__content>.row .book>.row {
    margin: 0;
}

.results__content>.row:nth-last-child(1) {
    margin-bottom: 0;
}

.results {
    padding-bottom: 0;
    float: left;
    width: 100%;
}

.results__header>div:first-child {
    order: 1;
    min-height: 40px;
}

.results__header__sort {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.results__header__sort span {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.results__header__sort__select {
    padding: 10px 0 10px 10px;
    width: 100%;
    margin-bottom: 30px;
}

.results__header__sort__select:after {
    width: 18px;
    height: 18px;
    right: 15px;
}

.results__header.colorHeader>div:first-child {
    position: relative;
}

.results__header.colorHeader>div:first-child:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #d2d2d2;
}

.results>h2 {
    margin: 1rem 0 0 0;
}

.results__info {
    margin: 1rem 0;
}

.results__info h2 {
    line-height: 2.5rem;
}

.results__info p {
    margin: 2rem 0;
}

@media screen and (min-width: 1024px) {
    .results__content>.row .book {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .results__content>.row .book>.row {
        margin: 0;
    }
    .results__content>.row:nth-last-child(1) {
        margin-bottom: 0;
    }
    .results__header>div:first-child {
        order: 0;
        min-height: 40px;
    }
    .results__header__sort {
        margin: 2rem 0 1rem 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .results__header__sort span {
        margin-bottom: 0;
        font-size: 0.9rem;
    }
    .results__header__sort__select {
        padding: 5px 0 5px 5px;
        margin: 0;
        width: 150px;
    }
    .results__header__sort__select:after {
        width: 18px;
        height: 18px;
        right: 15px;
    }
    .results__header__sort__select::after {
        content: "";
        display: block;
        background: url(assets/img/arrow-down.png);
        width: 13px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 5px;
        cursor: pointer;
        z-index: -1;
        top: 10px;
    }
    .results__header.colorHeader>div:first-child:before {
        display: none;
    }
    .results>h2 {
        margin: 1rem 0 0 0;
    }
    .results__info {
        margin: 1.5rem 0;
    }
    .results__info h2 {
        line-height: 2.5rem;
    }
    .results__info p {
        margin: 1rem 0;
    }
}

.partners {
    padding: 2rem 0;
}

.partners__info h1 {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1.5rem;
}

.partners__info p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    font-family: "Montserrat", sans-serif;
}

.partners .customSelect {
    margin-bottom: 1.5rem;
    border: 2px solid;
    padding: 10px;
}

.partners .customSelect.disabled {
    opacity: 0.5;
}

.partners__content {
    padding-top: 2rem;
    margin: 0;
}

.partners__content__places {
    display: flex;
    justify-content: space-between;
}

.partners__content__places__place {
    width: 100%;
    margin-bottom: 70px;
}

.partners__content__places__place h2 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1rem;
}

.partners__content__places__place p {
    margin-bottom: 0.2rem;
    font-weight: 300;
}

.partners__content__places__place>p:nth-child(4) {
    height: 1rem;
}

.partners__content__places__place button {
    background: black;
    color: white;
    font-family: "Roboto Slab", sans-serif;
    padding: 15px 40px;
    font-weight: 300;
    margin-top: 20px;
}

.partners__content__places__place button a {
    color: white;
}

@media screen and (min-width: 1024px) {
    .partners__content__places__place {
        width: 45%;
    }
}

.customSelect {
    border: 1px solid;
    padding: 10px 50px 37px 10px;
    cursor: pointer;
    position: relative;
    min-height: 30px;
}

.customSelect select {
    text-align-last: left;
    background: none;
    border: 0;
    float: left;
    width: calc(100% + 50px);
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px;
    outline: 0;
    font-family: "Roboto Slab", serif;
}

.customSelect select::-ms-expand {
    display: none;
}

.customSelect::after {
    content: "";
    display: block;
    background: url(assets/img/select_arrow.jpg);
    width: 15px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 18px;
    z-index: -1;
}

.goTop {
    margin: 3rem 0 1rem 0;
    border: 0;
    background: #fff;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: fixed;
    padding: 15px 65px;
    cursor: pointer;
    outline: 0;
    right: 20px;
    bottom: 20px;
    border: 3px solid #fff;
    display: none;
    z-index: 9999;
}

.goTop::before {
    content: "";
    background: url(assets/img/arrow-down.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    border: 2px solid black;
    left: 0;
    top: 0;
    background-size: 50%;
    background-position: center;
    transform: rotateZ(180deg);
}

.paginator {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.paginator nav {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.paginator a {
    color: black;
    border: 0 !important;
    box-shadow: none !important;
    font-family: "Roboto Slab", serif;
}

.page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
}

.paginator .current {
    color: #d9251c;
    text-decoration: underline;
}

.paginator a:hover {
    background: none;
    color: #d9251c;
}

.paginator a.prev span {
    background: url(assets/img/arrow-down.png);
    width: 20px;
    height: 20px;
    display: block;
    background-size: 80%;
    background-repeat: no-repeat;
    transform: rotateZ(90deg);
    background-position: 2px 6px;
}

.paginator a.next span {
    background: url(assets/img/arrow-down.png);
    width: 20px;
    height: 20px;
    display: block;
    background-size: 80%;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg);
    background-position: 2px 6px;
}

#loader {
    padding: 10% 0;
    text-align: center;
}

.newsList {
    padding: 2rem 0;
}

.newsList .book a div:nth-child(2) .row:nth-child(1) {
    margin: 15px 0 0 0;
    padding: 0;
}

.newsList .book__prices__oldPrice {
    margin-top: 6px;
}

.newsPage {
    padding: 2rem 0;
}

.newsPage__date {
    font-size: 0.8rem;
    color: #8f8f8f;
    font-style: italic;
    font-family: "Libre Baskerville", serif;
    margin: 0 0 1rem 0;
}

.newsPage__title {
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.newsPage__content p {
    font-size: 0.9rem;
    color: black;
    line-height: 1.8rem;
    font-family: "Open Sans", sans-serif;
}

.newsPage__related {
    padding-top: 3rem;
}

.newsPage__related h2 {
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.newsPage__sneakPeak {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.6rem;
    margin: 60px 0;
}

.newsPage {
    padding-top: 0;
}

.newsPage img {
    max-width: 100%;
}

.newsPage img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.newsPage img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.newsPage img.aligncenter {
    float: none;
    margin: 5px auto 20px auto;
    display: block;
}

.newsPage>.col-12.col-md-4 .attachment-post-thumbnail {
    width: 100%;
    height: auto;
}

.newsPage__date {
    padding-top: 20px;
}

.newsPage__sneakPeak {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.6rem;
    margin: 40px 0;
}

@media screen and (min-width: 768px) {
    .newsPage {
        padding: 2rem 0;
    }
    .newsPage__date {
        font-size: 0.8rem;
        color: #8f8f8f;
        font-style: italic;
        font-family: "Libre Baskerville", serif;
        margin: 0 0 1rem 0;
        padding-top: 20px;
    }
    .newsPage__title {
        font-size: 1.6rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }
    .newsPage__content p {
        font-size: 0.9rem;
        color: black;
        line-height: 1.8rem;
        font-family: "Open Sans", sans-serif;
    }
    .newsPage__related {
        padding-top: 3rem;
    }
    .newsPage__related h2 {
        font-size: 1.6rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
    }
    .newsPage--vertical>.col:nth-child(1) {
        text-align: center;
        padding-bottom: 3rem;
    }
    .newsPage--vertical>.col:nth-child(1) img {
        max-width: 100%;
        margin: 0 auto;
    }
    .newsPage--vertical>.col:nth-child(2) {
        padding: 0 20%;
    }
    .newsPage__sneakPeak {
        font-family: "Open Sans", sans-serif;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 2.6rem;
        margin: 60px 0;
    }
}

@media screen and (min-width: 1024px) {
    .newsPage__date {
        padding-top: 0px;
    }
}

.authorPage {
    padding: 30px 0;
}

.authorPage>div:nth-child(1) img {
    max-width: 80%;
}

.authorPage__title {
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 1rem;
}

.authorPage__content p {
    margin-bottom: 40px;
    font-size: 0.9rem;
    color: black;
    line-height: 2rem;
    font-family: "Open Sans", sans-serif;
}

.authorPage__related {
    padding: 85px 30px 0 30px;
}

.authorPage__related .book {
    margin-bottom: 80px;
    text-align: left;
}

.authorPage__related__more {
    cursor: pointer;
    border: 0;
    background: none;
    text-align: left;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: black !important;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-top: 19px;
}

.authorPage__related__more::after {
    content: "";
    display: block;
    background: url(assets/img/more_arrow.png) no-repeat center;
    width: 33px;
    height: 34px;
    margin-top: 40px;
}

.seriesPage {
    padding: 30px 0;
}

.seriesPage>div:nth-child(1) img {
    max-width: 80%;
    height: auto;
    margin-bottom: auto;
}

.seriesPage__title {
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 1rem;
}

.seriesPage__content p {
    margin-bottom: 40px;
    font-size: 0.9rem;
    color: black;
    line-height: 2rem;
    font-family: "Open Sans", sans-serif;
}

.seriesPage__related {
    padding: 120px 30px 0 30px;
    position: relative;
}

.seriesPage__related h2 {
    position: absolute;
    top: 50px;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    z-index: 9999;
}

.seriesPage__related .header2 {
    position: absolute;
    top: 35px;
    font-weight: bolder;
    z-index: 9999;
}

.seriesPage__related .book {
    margin-bottom: 80px;
    text-align: left;
}

.seriesPage__related__more {
    cursor: pointer;
    border: 0;
    background: none;
    text-align: left;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: black !important;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-top: 19px;
}

.seriesPage__related__more::after {
    content: "";
    display: block;
    background: url(assets/img/more_arrow.png) no-repeat center;
    width: 33px;
    height: 34px;
    margin-top: 40px;
}

@media screen and (min-width: 1024px) {
    .seriesPage__related h2 {
        font-size: 2.8rem;
    }
}

.downloads {
    padding: 2rem 0;
}

.downloads h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.downloads h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.downloads p {
    font-size: 0.8rem;
    line-height: 1.6rem;
}

.downloads__logo__thumb {
    border: 1px solid #d2d2d2;
    text-align: center;
    width: 200px;
    height: 98px;
}

.downloads__logo__thumb img {
    margin: 0 auto;
}

.downloads__logo h2 {
    font-size: 0.9rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 15px 0 30px 0;
}

.downloads__logo h3 {
    font-size: 0.8rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.downloads__logo ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.downloads__logo ul li {
    padding-right: 30px;
}

.downloads__logo ul li a {
    font-size: 0.8rem;
    font-family: "Open Sans", sans-serif;
    color: black;
}

.downloads__pdfs {
    padding: 2rem 0;
}

.downloads__pdfs h3 {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.downloads__pdfs .textPage__attachments a {
    font-size: 0.9rem;
    font-weight: 200;
}

.downloads .textPage__attachments {
    margin-bottom: 70px !important;
}

.downloads .textPage__attachments {
    margin-bottom: 40px !important;
}

@media screen and (min-width: 1024px) {
    .downloads .textPage__attachments {
        margin-bottom: 70px !important;
    }
}

.contact {
    padding: 2rem 0;
}

.contact h1 {
    font-size: 2.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 4rem;
}

.contact p,
.contact table,
.contact a {
    font-size: 0.8rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    color: black;
}

.contact td {
    min-width: 50px;
}

.contact h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
    margin-top: 30px;
    min-height: 17px;
}

.contact div>.row:nth-last-child(1) div {
    padding-top: 30px;
}

.grey,
.grey * {
    color: #8f8f8f !important;
}

.contact {
    padding: 2rem 0 !important;
}

.contact h1 {
    font-size: 2rem;
    line-height: 2.8rem;
}

.contact__sales>div h2 {
    display: none;
}

.contact__sales>div:first-child h2 {
    display: block;
}

.contact div>.row:nth-last-child(1) div {
    padding-top: 0 !important;
}

.contact h2.contact__departmentName {
    margin-top: 30px !important;
}

@media screen and (min-width: 1024px) {
    .contact {
        padding: 2rem 0 4rem 0 !important;
    }
    .contact h2 {
        margin-top: 0 !important;
    }
    .contact__sales>div h2 {
        display: block;
    }
    .contact div>.row:nth-last-child(1) div {
        padding-top: 30px !important;
    }
    .contact h2.contact__departmentName {
        margin-top: 0 !important;
    }
}

.pdfList.toggle .pdfList__attachments {
    display: none;
}

.pdfList__attachments {
    display: block;
}

.pdfList.toggle h3::after {
    transform: rotateZ(0) !important;
}

.pdfList h3 {
    cursor: pointer;
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
}

.pdfList h3::after {
    content: "";
    background: url(assets/img/arrow-down.png) no-repeat;
    width: 20px;
    height: 11px;
    float: right;
    background-size: contain;
    margin-right: 10px;
    transform: rotateZ(180deg) !important;
}

@media screen and (min-width: 1024px) {
    .pdfList.toggle .pdfList__attachments {
        display: block;
    }
    .pdfList__attachments {
        display: block;
    }
    .pdfList.toggle .pdfList__attachments {
        display: none;
    }
    .pdfList h3 {
        cursor: auto;
        border-top: 0;
        padding-top: 0;
    }
    .pdfList h3::after {
        display: none;
    }
}

.eventsList {
    padding: 2rem 0;
}

.eventsList__group:last-of-type {
    border-bottom: 0;
}

.eventsList__group {
    border-bottom: 1px solid #d2d2d2;
}

.eventsList__group .day,
.eventsList__group .month {
    color: #d9251c;
    width: 100%;
    text-align: left;
    font-family: "Roboto Slab", serif;
}

.eventsList__group .day {
    font-size: 2.6rem;
}

.eventsList__group .month {
    font-size: 0.9rem;
    font-weight: 300;
}

.eventsList__group .news--list {
    margin: 15px 0;
}

.eventsList__group .news--list h1 {
    margin: 15px 0;
}

.eventsList__group .news--list h2 {
    margin-bottom: 30px;
}

.eventsList__newsListItem {
    margin-bottom: 30px;
}

.eventsList__newsListItem h3 {
    font-family: "Libre Baskerville", serif;
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #8f8f8f;
}

.eventsList__newsListItem h2 {
    margin-bottom: 25px;
}

.eventsList__newsListItem h2 a {
    color: #252525;
    font-size: 0.9rem;
    font-family: "Open Sans";
    font-weight: 600;
}

.eventsList__newsListItem__sneakPeak {
    color: #252525;
    font-size: 0.8rem;
    padding-bottom: 40px;
    border-bottom: 1px solid #d2d2d2;
}

.eventsList__newsListItem:nth-child(5) .eventsList__newsListItem__sneakPeak {
    border: 0;
}

@media screen and (min-width: 1024px) {
    .eventsList__group {
        border-bottom: 0;
    }
    .eventsList__group .day,
    .eventsList__group .month {
        color: #d9251c;
        color: #d9251c;
        width: 100%;
        text-align: center;
        font-family: "Roboto Slab", serif;
    }
    .eventsList__group .day {
        font-size: 2.6rem;
    }
    .eventsList__group .month {
        font-size: 0.9rem;
        font-weight: 300;
    }
    .eventsList__group .news--list {
        margin: 16px 0 60px 0;
    }
    .eventsList__group .news--list h1 {
        margin-bottom: 15px;
    }
    .eventsList__group .news--list h2 {
        margin-bottom: 30px;
    }
}

.seriesList {
    padding: 0 10px;
}

.seriesList__category>div {
    justify-content: center;
}

.seriesList__category h2 {
    text-align: center;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.seriesList__category img {
    max-width: 100%;
}

@media screen and (min-width: 400px) {
    .seriesList__category img {
        max-width: 45%;
    }
}

.seriesList__category--other {
    padding: 15px;
    border-top: 1px solid #d2d2d2;
}

.seriesList__category__item--normal a,
.seriesList__category__item--featured a {
    color: black !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.seriesList__category__item--normal {
    max-width: 50%;
    display: inline-block;
    flex: 0 0 50%;
    text-align: center;
    margin: 25px 0;
    height: 210px;
}

@media screen and (max-width: 768px) {
    .seriesList__category__item--normal a {
        float: left !important;
    }
}

.seriesList__category__item--normal h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .seriesList__category__item--normal h3 {
        height: 43px;
    }
}

.seriesList__category__item--normal img {
    margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
    .seriesList__category__item--normal img {
        float: left !important;
    }
}

.seriesList__category__item--featured {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}

.seriesList__category__item--featured h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
}

.seriesList__category__item--featured img {
    margin: 0 0 20px 0;
}

.seriesList__category__item--featured p {
    font-size: 0.8rem;
    color: #000;
    line-height: 1.6rem;
}

@media screen and (min-width: 1024px) {
    .seriesList {
        padding: 30px 60px;
    }
    .seriesList__category {
        margin: 80px 0 30px 0;
    }
    .seriesList__category h2 {
        text-align: center;
        font-size: 3rem;
    }
    .seriesList__category--other {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 30px;
        border-top: 1px solid #d2d2d2;
    }
    .seriesList__category--other>.row {
        flex: auto;
    }
    .seriesList__category__item--normal {
        max-width: calc(100% / 5) !important;
        width: calc(100% / 5) !important;
        flex: auto;
        text-align: center;
        margin: 25px 0;
    }
    .seriesList__category__item--normal a {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .seriesList__category__item--normal h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 1.2rem;
    }
    .seriesList__category__item--normal img {
        margin: 20px 0;
        max-width: 45%;
    }
    .seriesList__category__item--featured {
        width: calc(100% / 3);
        max-width: calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        text-align: center;
    }
    .seriesList__category__item--featured h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 1.4rem;
    }
    .seriesList__category__item--featured img {
        margin: 0 0 20px 0;
    }
    .seriesList__category__item--featured p {
        font-size: 0.8rem;
        color: #000;
        line-height: 2rem;
    }
}

.aboutCompany {
    margin-bottom: 30px;
}

.aboutCompany img {
    max-width: 100%;
}

.aboutCompany__section h2 {
    font-size: 1.8rem;
    margin: 30px 0;
}

.aboutCompany__section img {
    margin: 30px 0;
}

.aboutCompany__section__sneakPeak,
.aboutCompany__section__content {
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.aboutCompany__section__sneakPeak {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.aboutCompany__section__content {
    font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 1024px) {
    .aboutCompany {
        margin: 30px 0;
    }
    .aboutCompany__section {
        padding: 40px;
    }
    .aboutCompany__section__sneakPeak {
        font-size: 1.3rem;
        line-height: 2.6rem;
        margin: 30px 0;
    }
    .aboutCompany__section__content {
        font-size: 0.9rem;
        line-height: 1.8rem;
    }
}

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

.cart .book img {
    margin: 0 auto 3rem auto;
    max-width: 100%;
}

.cart .book__author {
    text-align: left;
    font-size: 0.8rem;
    color: #8f8f8f;
    font-family: "Open Sans", sans-serif;
    margin: 0.5rem 0 0 0;
}

.cart .book__title {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2rem;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black !important;
}

.cart .book__prices {
    display: flex;
    align-items: center;
}

.cart .book__prices__price {
    color: #d9251c;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    float: left;
}

.cart .book__prices__oldPrice {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    color: #ababab;
    text-decoration: line-through;
    font-size: 1rem;
    float: left;
}

table.cart td,
table.cart th {
    font-family: "Montserrat", serif;
    color: #000;
}

.cart button {
    color: white;
    background: #d9251c;
    font-family: "Roboto Slab", serif;
    padding: 10px;
    text-align: center !important;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
}

.cart {
    z-index: 99999;
}

table.cart td.actions input[type="text"] {
    height: 44px;
}

@media screen and (max-width: 768px) {
    .cart {
        display: block !important;
        position: absolute;
    }
}

.cart h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.cart__summary {
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
}

.cart__summary label:first-child {
    padding: 30px 0;
}

.cart__summary label:last-child {
    padding: 30px 15px;
    color: #d9251c;
    text-align: right;
}

.cart__summary label {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
}

.cart__product {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
    flex-wrap: wrap;
    background: none !important;
}

.cart__product .quantity {
    display: none !important;
}

.cart__product * {
    margin: 0;
    padding: 0;
}

.cart__product div {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .cart__product div {
        margin-bottom: 15px;
    }
}

.cart__product div img {
    max-height: 70px;
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .cart__product div img {
        max-width: 80%;
    }
}

.cart__product label {
    color: black;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .cart__product label {
        width: 80%;
    }
}

.cart__product label a {
    color: black;
    text-decoration: none !important;
}

.cart__product p {
    text-align: center;
    width: 20%;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

.cart__product strong {
    font-family: "Roboto Slab", serif;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .cart__product strong {
        width: 75%;
        padding-right: 10px;
    }
}

.cart__product button {
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: transparent !important;
}

.cart__product__minusButton,
.cart__product__plusButton {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: transparent !important;
}

.cart__product__minusButton {
    background: url(assets/img/basket_minus.jpg) no-repeat center;
}

.cart__product__plusButton {
    background: url(assets/img/basket_plus.jpg) no-repeat center;
}

.cart__product__xButton {
    width: 20px;
    height: 20px;
    background: url(assets/img/basket_x.jpg) no-repeat center;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .cart__product .total {
        width: 60% !important;
    }
}

.cart__buttons {
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.cart__buttons div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart__buttons__black {
    background: black;
    color: white;
    font-family: "Roboto Slab", serif;
    width: 100%;
    border: 0;
    padding: 10px 20px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
}

.cart__buttons__black:hover {
    color: white;
}

.cart__buttons__red {
    font-family: "Roboto Slab", serif;
    color: white;
    background: #d9251c;
    width: 100%;
    border: 0;
    padding: 10px 20px;
    font-weight: 300;
    text-align: center;
}

.cart__buttons__red:hover {
    color: white;
}

.cart__close {
    background: url(assets/img/close_cart.jpg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    border: 0;
    cursor: pointer;
    z-index: 99999 !important;
}

@media screen and (min-width: 1024px) {
    .cart h2 {
        font-size: 3rem;
    }
    .cart__summary {
        width: 70%;
        justify-content: flex-start;
    }
    .cart__summary label:first-child {
        width: 62%;
        text-align: right;
    }
    .cart__summary label:last-child {
        width: 29%;
        text-align: right;
        margin-right: 9%;
    }
    .cart__product {
        flex-wrap: nowrap;
        width: 70%;
    }
    .cart__product div {
        width: 10%;
    }
    .cart__product div img {
        max-width: 100%;
        padding-right: 10px;
    }
    .cart__product label {
        width: 50%;
    }
    .cart__product p {
        width: 10%;
    }
    .cart__product strong {
        width: 20%;
        text-align: right;
    }
    .cart__product button {
        width: 10%;
    }
    .cart__buttons {
        width: 70%;
    }
    .cart__buttons__black {
        width: calc(30% - 40px);
        margin-bottom: 0;
        margin-right: 30px;
        text-align: center;
        color: white;
    }
    .cart__buttons__black:hover {
        color: white;
    }
    .cart__buttons__red {
        width: calc(30% - 40px);
        text-align: center;
        color: white;
    }
    .cart__buttons__red:hover {
        color: white;
    }
}

.order #rulesLink {
    font-family: "Montserrat", sans-serif;
    color: black;
    text-decoration: underline;
}

.order input[type="text"],
.order input[type="email"],
.order input[type="phone"],
.order textarea {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 0.8rem;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    background: none;
    box-shadow: none;
}

.order #shipping_last_name {
    margin-bottom: 34px;
    float: left;
}

.order__details__summary {
    width: 100%;
}

.order__details__summary .order__summary {
    width: 100%;
    padding: 0 0 0 30px;
    margin-bottom: auto;
}

.order__empty {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order__menu {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.order__menu button:nth-child(1) {
    background: url(assets/img/basket_step_1_black.jpg) no-repeat 15px center !important;
    padding-left: 50px;
}

.order__menu button.active:nth-child(1) {
    background: url(assets/img/basket_step_1_red.jpg) no-repeat 15px center !important;
}

.order__menu button:nth-child(2) {
    background: url(assets/img/basket_step_2_black.jpg) no-repeat 15px center !important;
    padding-left: 50px;
}

.order__menu button.active:nth-child(2) {
    background: url(assets/img/basket_step_2_red.jpg) no-repeat 15px center !important;
}

.order__menu button:nth-child(3) {
    background: url(assets/img/basket_step_3_black.jpg) no-repeat 15px center !important;
    padding-left: 50px;
}

.order__menu button.active:nth-child(3) {
    background: url(assets/img/basket_step_3_red.jpg) no-repeat 15px center !important;
}

.order__menu button:nth-child(4) {
    background: url(assets/img/basket_step_4_black.jpg) no-repeat 15px center !important;
    padding-left: 50px;
}

.order__menu button.active:nth-child(4) {
    background: url(assets/img/basket_step_4_red.jpg) no-repeat 15px center !important;
}

.order__menu button {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 15px;
    background: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #0c0a08;
    border-right: 0;
    border-left: 0;
    text-align: left;
}

.order__menu button a {
    color: #0c0a08;
}

.order__back {
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    background: none;
    border: 0;
    background-color: white !important;
    width: 100% !important;
    display: flex;
    align-items: center;
}

.order__back a {
    font-family: "Roboto Slab", serif;
    font-size: 1.1rem;
    color: black;
    padding-left: 60px;
}

.order__back::before {
    content: "";
    background: url(assets/img/basket_arrow.jpg) no-repeat center;
    width: 32px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
}

.order__discount {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 15px 0;
    padding: 15px 0;
}

.order__discount--error input {
    border: 1px solid #d9251c !important;
}

.order__discount p,
.order__discount input,
.order__discount button {
    width: 100%;
}

.order__discount p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
}

.order__discount input {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 0.8rem;
    padding: 10px 20px;
    border: 1px solid black;
}

.order__discount input::placeholder {
    color: #8f8f8f;
}

.order__discount button {
    color: white;
    background: black;
    padding: 10px;
    font-family: "Roboto Slab", serif;
    width: 100%;
    border: 0;
    margin: 20px 0;
}

.order__summary {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 15px 0;
}

.order__summary>label {
    font-family: "Montserrat", sans-serif;
    color: black;
    width: 50% !important;
}

@media screen and (max-width: 768px) {
    .order__summary>label:nth-last-of-type(2) {
        font-size: 1rem !important;
    }
}

.order__summary>label:nth-last-of-type(2),
.order__summary>label:nth-last-of-type(4),
.order__summary>label:nth-last-of-type(6) {
    text-align: left;
}

.order__summary>label:nth-last-of-type(1),
.order__summary>label:nth-last-of-type(3),
.order__summary>label:nth-last-of-type(5) {
    text-align: right;
}

.order__summary>label:nth-last-of-type(1),
.order__summary>label:nth-last-of-type(2) {
    font-weight: 500;
    font-size: 1rem;
}

.order__summary>label:nth-last-of-type(2),
.order__summary>label:nth-last-of-type(4),
.order__summary>label:nth-last-of-type(6) {
    color: #d9251c;
}

.order__summary>label:nth-last-of-type(1),
.order__summary>label:nth-last-of-type(2) {
    font-weight: 800;
    font-size: 1.4rem;
}

.order__summary a.redButton {
    color: white;
    background: #d9251c;
    font-family: "Roboto Slab", serif;
    padding: 10px;
    width: 150px !important;
    text-align: center !important;
    font-size: 1rem;
    border: 0;
    margin-top: 10px;
    margin-bottom: auto;
}

.order__summary button[disabled] {
    opacity: 0.5;
}

.order__summary__products {
    width: 100%;
    margin-bottom: 30px;
}

.order__summary__products .cart__product div {
    width: 20%;
}

.order__summary__products .cart__product label {
    width: 50%;
    text-align: left;
}

.order__summary__products .cart__product strong {
    width: 30%;
}

.order__summary h5,
.order__summary p {
    width: 100%;
}

.order .colorHeader::before {
    width: 100%;
}

.order .colorHeader {
    margin-bottom: 30px;
}

.order .colorHeader h2 {
    width: auto;
    margin-bottom: 0;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .order .colorHeader h2 {
        font-size: 1.6rem;
    }
}

.order .colorHeader h2,
.order .colorHeader h3 {
    width: 265px !important;
}

.order__userData__labelBox>label {
    display: none;
}

.order__userData__labelBox__checkbox {
    position: relative;
}

.order__userData__labelBox__checkbox label {
    cursor: pointer;
}

.order__userData__labelBox__checkbox label>span {
    padding-left: 0;
}

.order__userData__labelBox__checkbox label>span::before {
    top: -2px;
    content: "";
    display: block;
    border: 1px solid #d2d2d2;
    width: 30px;
    height: 30px;
    position: absolute;
}

.order__userData__labelBox__checkbox label input:checked+span::before {
    -webkit-box-shadow: inset 0px 0px 0px 3px white;
    -moz-box-shadow: inset 0px 0px 0px 3px white;
    box-shadow: inset 0px 0px 0px 3px white;
    background: #d9251c;
}

.order__userData__labelBox__checkbox--active span:after {
    content: "";
    display: block;
    background: #d9251c;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 5px;
    position: absolute;
}

.order__userData__labelBox__checkbox--active .order__userData__form__field span:after {
    display: none;
}

.order__userData p {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
}

.order__userData p a {
    color: #d9251c;
    font-weight: bold;
}

.order__userData label {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.order__userData label span {
    /*font-weight: 300;*/
    font-size: 0.9rem;
}

.order__userData label a {
    color: black;
    text-decoration: underline;
}

.order__userData input,
.order__userData textarea {
    outline: 0;
}

.order__userData input {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 0.8rem;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    margin-bottom: 0;
    position: relative;
    left: -2px;
    top: -2px;
}

.order__userData input[type="checkbox"] {
    float: left;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.order__userData textarea {
    width: 100%;
    resize: none;
    height: 200px;
    padding: 10px;
    border: 1px solid #d2d2d2;
}

.order__userData button {
    background: #d9251c;
    color: white;
    padding: 10px;
    width: 100%;
    border: 0;
    margin: 30px 0 30px 0;
    font-family: "Montserrat", sans-serif;
}

.order__userData__form__field {
    width: 100%;
}

.order__userData__twoFields {
    float: right;
    width: 100% !important;
}

.order__userData__twoFields label {
    width: 100% !important;
    text-align: left !important;
}

.order__shipping {
    width: 100% !important;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order__shipping #payment {
    width: 100%;
    float: left;
}

.order__shipping__choose__option.checked {
    border: 1px solid black !important;
}

.order__shipping__choose__option {
    border: 1px solid #d2d2d2;
    margin: 30px 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.order__shipping__choose__option label {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 100% !important;
}

.order__shipping__choose__option label div span::before {
    top: 2px;
    left: 0;
    content: "";
    display: block;
    border: 1px solid #d2d2d2;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
}

.order__shipping__choose__option label div {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.order__shipping__choose__option label div span {
    width: 100%;
}

.order__shipping__choose__option label div span:nth-child(1) {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.order__shipping__choose__option label div span:nth-child(2) * {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    color: #d9251c;
}

.order__shipping__choose__option label input {
    width: 20px;
    opacity: 0;
}

.order__shipping__choose__option label input:checked+div span::before {
    -webkit-box-shadow: inset 0px 0px 0px 3px white;
    -moz-box-shadow: inset 0px 0px 0px 3px white;
    box-shadow: inset 0px 0px 0px 3px white;
    background: #d9251c;
}

.order__shipping__choose__option__extras {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.order__shipping__choose__option__extras__option {
    padding-left: 50px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.order__shipping__choose__option__extras__option div {
    display: flex;
    flex-direction: column;
}

.order__shipping__choose__option__extras__option div span {
    font-family: "Montserrat", sans-serif;
}

.order__shipping__choose__option__extras__option div span:first-child {
    font-weight: bold;
}

.order__shipping__choose__option__extras__option span {
    width: 100%;
}

.order__shipping__choose__option__extras__option span::before {
    top: 2px;
    left: 15px;
    content: "";
    display: block;
    border: 1px solid #d2d2d2;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
}

.order__shipping__choose__option__extras__option input {
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 20px;
    float: left;
    left: 16px;
    top: 6px;
}

.order__shipping__choose__option__extras__option input:checked+div span::before {
    -webkit-box-shadow: inset 0px 0px 0px 3px white;
    -moz-box-shadow: inset 0px 0px 0px 3px white;
    box-shadow: inset 0px 0px 0px 3px white;
    background: #d9251c;
}

.order__shipping__choose button {
    background: #d9251c;
    color: white;
    padding: 10px;
    width: 100%;
    border: 0;
    margin: 30px 0 30px 0;
    font-family: "Montserrat", sans-serif;
    float: none !important;
}

.order__finalSummary .order__summary__products {
    width: 100%;
}

.order__finalSummary .order__summary__products .cart__product {
    width: 100%;
    flex-wrap: nowrap;
}

.order__finalSummary .order__summary__products .cart__product strong {
    width: 20%;
}

.order__finalSummary .order__summary p:last-of-type {
    margin-bottom: 50px;
}

.order__products__update {
    width: 100% !important;
    margin: 15px 0;
    padding: 9px 15px;
    background: #bbbbbb;
    color: white;
    font-family: "Roboto Slab", serif;
    border-radius: 0;
    font-weight: 300;
}

.woocommerce-Button.button,
.order #place_order {
    color: white !important;
    background: #d9251c !important;
    font-family: "Roboto Slab", serif !important;
    padding: 10px !important;
    width: 250px !important;
    text-align: center !important;
    font-size: 1rem !important;
    border: 0 !important;
    margin-top: 10px !important;
}

.woocommerce-Button.button {
    width: auto !important;
}

.form-row label {
    clear: both;
    width: 100%;
}

.password-input {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .order__userData__form__field>span {
        float: left;
        width: 100%;
        color: red;
        margin: 0 0 15px 0;
        position: relative;
    }
    .order__userData__form__field>small {
        margin: 0;
        padding: 5px 0 10px !important;
    }
    .order__userData__labelBox__checkbox>label {
        position: relative;
    }
    .order__userData__form__field>label {
        float: left;
        margin: 0;
        padding: 0;
    }
    .order__userData input[type="checkbox"] {
        margin: 0;
    }
    .order__userData__form__field .select2-selection.select2-selection--single {
        padding: 7px 0 0 0 !important;
        margin: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 41px !important;
    }
    .select2.select2-container.select2-container--default {
        margin-top: 0 !important;
    }
    .order__userData label span {
        padding-left: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .order__details__summary {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        display: flex;
    }
    .order>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .order form>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .order .colorHeader {
        width: 100%;
    }
    .order__menu {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .order__menu button {
        width: 25%;
        background-position: 15px !important;
        padding-left: 65px !important;
    }
    .order__menu button {
        border-right: 1px solid #d2d2d2;
    }
    .order__menu button:last-child {
        border-right: 0;
        /*border-bottom: 0;*/
    }
    .order__products {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .order__products button {
        width: 15px;
    }
    .order__products .cart__product {
        width: 100%;
    }
    .order__back,
    .order__discount,
    .order__summary {
        width: calc(40% - 30px);
    }
    .order__back,
    .order__summary {
        order: 1;
    }
    .order__discount {
        margin: 0;
        width: 100%;
        padding-right: 30px;
    }
    .order__discount p {
        width: 60%;
        font-size: 1rem;
        line-height: 2rem;
        margin: 0 0 15px 0;
    }
    .order__discount input {
        padding: 6px 20px;
        height: 40px;
    }
    .order__discount button {
        width: 150px;
        height: 50px;
    }
    .order__summary {
        flex-direction: row;
        flex-wrap: wrap;
        float: left;
        width: 50%;
        margin: 0;
    }
    .order__summary label:nth-child(1),
    .order__summary label:nth-child(2) {
        margin: 0;
    }
    .order__summary>h5:nth-child(1),
    .order__summary>h5:nth-of-type(3) {
        font-weight: bold !important;
    }
    .order__summary>h5:nth-child(1),
    .order__summary>h5:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }
    .order__summary>h5:nth-child(2) {
        font-weight: 500;
    }
    .order__summary>p {
        margin-bottom: 40px;
    }
    .order__summary h5,
    .order__summary p {
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .order__summary button {
        width: 290px;
    }
    .order__back {
        padding: 0;
        margin: 0;
        width: 260px;
        height: 140px;
    }
    .order__userData__form,
    .order__userData__summary,
    .order__shipping__form,
    .order__shipping__summary {
        width: 50%;
        float: left;
        padding-right: 50px;
    }
    .order__userData__labelBox,
    .order__shipping__labelBox {
        display: flex;
        justify-content: space-between;
    }
    .order__userData__labelBox>label,
    .order__shipping__labelBox>label {
        display: block;
        width: 30%;
        text-align: left;
    }
    .order__userData__labelBox p,
    .order__shipping__labelBox p {
        width: 70%;
    }
    .order__userData__labelBox__checkbox {
        width: 100% !important;
    }
    .order__shipping__labelBox__checkbox {
        width: 70% !important;
    }
    .order__userData__labelBox__checkbox label,
    .order__shipping__labelBox__checkbox label {
        width: 70% !important;
    }
    .order__userData__labelBox__checkbox label span,
    .order__shipping__labelBox__checkbox label span {
        margin-left: 15px;
        padding-top: 5px;
    }
    .order__userData__labelBox:last-of-type label,
    .order__shipping__labelBox:last-of-type label {
        width: 30%;
    }
    .order__userData__labelBox:last-of-type div,
    .order__shipping__labelBox:last-of-type div {
        width: 70%;
    }
    .order__userData label,
    .order__shipping label {
        width: calc(30% - 20px);
        text-align: right;
    }
    .order__userData input,
    .order__shipping input {
        width: 70%;
    }
    .order__userData__form>div,
    .order__shipping__form>div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .order__userData__form>div.colorHeader,
    .order__shipping__form>div.colorHeader {
        margin-bottom: 30px;
    }
    .order__userData__form div>div,
    .order__shipping__form div>div {
        width: 50%;
    }
    .order__userData__form div>div label,
    .order__shipping__form div>div label {
        width: 60%;
        padding-right: 19px;
        font-size: 14px;
    }
    .order__userData__form div>div input,
    .order__shipping__form div>div input {
        width: calc(30% + 9px);
    }
    .order__userData__form__field,
    .order__shipping__form__field {
        width: 70% !important;
    }
    .order__userData__form__field input,
    .order__userData__form__field span,
    .order__shipping__form__field input,
    .order__shipping__form__field span {
        width: 100% !important;
    }
    .order__userData__form__field span,
    .order__shipping__form__field span {
        margin: -15px 0 20px 0;
        color: #d9251c;
        float: left;
    }
    .order__userData .order__summary,
    .order__shipping .order__summary {
        margin: 0;
        padding: 0;
        display: block;
    }
    .order__userData .order__summary h3,
    .order__shipping .order__summary h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .order__userData .order__summary__products .cart__product,
    .order__shipping .order__summary__products .cart__product {
        width: 100%;
    }
    .order__userData button,
    .order__shipping button {
        width: 230px;
        float: right;
        margin-right: calc(70% - 230px);
    }
    .order__shipping h5 {
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
    .order__shipping__choose {
        width: 50%;
        padding-right: 50px;
    }
    .order__shipping__choose__option__extras {
        flex-wrap: nowrap;
    }
    .order__shipping__choose__option__extras__option {
        width: 35%;
    }
    .order__shipping__choose button {
        background: #d9251c;
        color: white;
        padding: 10px;
        border: 0;
        margin: 30px 0 30px 0;
        font-family: "Montserrat", sans-serif;
        float: left !important;
        width: calc(70% - 230px);
    }
    .order__shipping__summary__address {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .order__finalSummary .order__summary__products {
        width: 100%;
    }
    .order__finalSummary .order__summary__products .cart__product {
        width: 100%;
        flex-wrap: nowrap;
    }
    .order__products__update {
        float: right;
        width: 150px !important;
        margin: 15px 0;
        padding: 9px 15px;
        background: #bbbbbb;
        color: white;
        font-family: "Roboto Slab", serif;
        border-radius: 0;
        font-weight: 300;
    }
    .order__userData__twoFields {
        width: 70% !important;
    }
    .order__userData__labelBox__checkbox>label {
        width: 100% !important;
        padding: 0;
    }
    .order__userData__labelBox__checkbox>label>div {
        float: left;
        width: 10% !important;
    }
    .order__userData__labelBox__checkbox>label>span {
        float: left;
    }
    .order__userData__labelBox__checkbox>label>span:before {
        left: 0;
    }
}

.promotion img {
    width: 100%;
}

.page404 {
    background: url(assets/img/page404.jpg) no-repeat;
    background-position: -280px;
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.page404 #logo {
    margin: 30px 0;
}

.page404__label {
    position: relative;
    height: 75px;
    margin-bottom: 40px;
}

.page404__label span {
    background: #faf9fa;
    font-family: "Roboto Slab", sans-serif;
    color: black;
    font-size: 16px;
    position: relative;
    z-index: 2;
    padding: 1px 10px;
}

.page404__label:before {
    font-size: 110px;
    font-weight: bold;
    position: absolute;
    content: "404";
    font-family: "Montserrat", sans-serif;
    color: black;
    top: -50px;
    z-index: 1;
}

.page404__description {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: black;
}

.page404 a {
    background-color: #d9251c;
    color: white;
    font-family: "Roboto Slab", serif;
    padding: 10px;
    float: left;
    margin: 10px 0;
}

@media screen and (min-width: 866px) {
    .page404 {
        background-position: center bottom;
        padding-bottom: 450px;
        background-size: 70% auto;
    }
    .page404 .container {
        max-width: 866px;
    }
    .page404__label {
        height: 100px;
    }
    .page404__label:before {
        font-size: 160px;
        top: -80px;
    }
}

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

    .page404 {
        background-size: 100% auto;
        background-position: center bottom;
        height: auto;
        min-height: 0;
        padding-bottom: 160px;
    }

}

.popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.popup:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
}

.popup__content {
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    padding: 30px;
    max-width: 600px;
    transform: translateX(-50%) translateY(-50%);
}

.popup__content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
}

.popup__content p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

.popup__content__close {
    background: url(assets/img/close_cart.jpg) no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    position: absolute;
    right: 10px;
    top: 20px;
}

.woocommerce-message {
    margin: 0;
    width: 100%;
}

.cart_totals.calculated_shipping {
    margin: 0 auto !important;
    float: none !important;
}

.cart_totals.calculated_shipping h2,
.cart-collaterals .cross-sells {
    display: none;
}

.step {
    width: 100%;
}

.cart-collaterals {
    margin-top: 40px;
}

.woocommerce-cart-form {
    max-width: 960px;
    margin: 0 auto;
}

.woocommerce table.cart {
    margin: 0 auto;
    width: 100%;
}

.woocommerce-cart-form button[name="update_cart"] {
    float: right;
    margin-left: auto;
    display: inline-block;
    padding: 0.7em 2em;
}

.woocommerce table.shop_table_responsive tr td {
    text-align: left;
    padding: 10px;
}

table.shop_table_responsive tr td a {
    color: #000;
}

.shop_table--static {
    position: static;
}

table.shop_table_responsive tbody th {
    padding: 15px;
}

.cart-collaterals h2 {
    font-family: "Montserrat", serif;
}

.shipping-calculator-form .button,
ul.products li.product .button {
    color: white;
    background: #d9251c;
    font-family: "Roboto Slab", serif;
    padding: 6px 10px;
    text-align: center !important;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
}

.wc-proceed-to-checkout .button.checkout-button {
    color: white;
    background: #000;
    font-family: "Roboto Slab", serif;
    padding: 10px;
    text-align: center !important;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
}

.woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.order__userData__labelBox__checkbox a {
    color: #d9251c;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type="radio"]:first-child:checked+label:before {
    content: "" !important;
    border: 0;
    background: #d9251c;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.woocommerce-cart #shipping_method li input[type="radio"] {
    left: -1px;
    position: relative !important;
    z-index: 0 !important;
    top: 0;
}

.form-row input,
.form-row select {
    height: 40px;
    border:1px solid black;
}

.woocommerce-shipping-totals.shipping {
    vertical-align: top;
}

.woocommerce-shipping-totals.shipping th {
    display: none;
}


.woocommerce-form-login-toggle {
    display: none !important;
}


.thankyou-header {
    border-top: 1px solid #d2d2d2;
}

.woocommerce-notice {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    width: 400px;
}

.thankyou-header,
.thankyou-data {
    width: 100%;
}

.thankyou-data {
    padding-bottom: 50px;
}

.thankyou-summary {
    width: 100%;
}

.thankyou-summary .pull-left {
    color: black !important;
    text-align: right !important;
}

.thankyou-summary .pull-right {
    color: #d9251c !important;
    text-align: right !important;
}

.woocommerce-message {
    background: none !important;
    border: 0 !important;
    padding-left: 0 !important;
    font-weight: bold !important;
    color: black !important;
    border-top: 1px solid #d2d2d2 !important;
}

.cart-empty {
    border-top: 1px solid #d2d2d2 !important;
}

.woocommerce-error {
    background: none;
    color: black;
    border: 0;
    padding: 15px;
    margin-bottom: 30px;
}

.woocommerce-form input[type="text"],
.woocommerce-form input[type="email"],
.woocommerce-form input[type="password"] {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 0.8rem;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    background: none;
    box-shadow: none;
    width: 100%;
}

.select2-container {
    margin-bottom: 0 !important;
}

.select2-container--open {
    margin-top: -30px !important;
}

.select2-container--below {
    margin-top: 0 !important;
}

.order__userData__form__field .select2 {
    margin-top: -15px !important;
    margin-bottom: 0 !important;
}
#place_order,
.submitRegisterButton {
    background: #d9251c;
    color: white;
    font-family: "Montserrat", sans-serif;
    margin-right: -10px !important;
}
[name="apply_coupon"] {
    background: #d9251c !important;
    color: white;
    font-family: "Montserrat", sans-serif;
}
.submitRegisterButton:hover {
    background: #d9251c;
    color: white !important;
    text-decoration: underline !important;
}

#place_order {
    padding: 10px;
    border: 0;
    margin-top:20px;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
    font-weight: bold !important;
}

#vat_checkbox label,
#rules_checkbox label {
    font-weight: normal !important;
}

.woocommerce-MyAccount-navigation {
    width: 27% !important;
}

.woocommerce-MyAccount-navigation {
    margin: 60px 0 30px 0;
}

@media screen and (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
        margin: 0 0 30px 0;
    }
}

.woocommerce-MyAccount-navigation ul {
    /*width: 50%;*/
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 0.875em 0.5em !important;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    border: 3px solid #d9251c;
    color: #d9251c;
}

.woocommerce-MyAccount-navigation ul li a {
    border: 3px solid black;
    font-weight: bold;
    color: black;
    font-family: "Montserrat", sans-serif;
    padding: 5px 10px;
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: none !important;
}

.woocommerce-Address h3 {
    font-family: "Montserrat", sans-serif;
}

.woocommerce-Address address {
    font-family: "Open Sans", sans-serif;
}

.woocommerce-Address .edit {
    border: 0;
    font-family: "Roboto Slab", sans-serif;
    background: black;
    color: white;
    text-align: center;
    padding: 10px 40px;
    margin: 30px 0;
    font-weight: 300;
    float: left;
}

.dashboard {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    align-items: center;
}

.dashboard__hello,
.dashboard__description {
    width: 100%;
    float: left;
}

.dashboard__hello {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.dashboard__description {
    padding-top: 30px;
}

.no-orders {
    text-align: center;
    padding: 30px 0;
    font-size: 2rem;
    border: 0 !important;
}

.space-from-top {
    margin-top: 30px;
    width: 100%;
}

#addressForm h3 {
    font-family: "Montserrat", sans-serif;
}

#addressForm #billing_country~.select2 .select2-selection--single,
#addressForm #shipping_country~.select2 .select2-selection--single {
    padding: 7px 10px !important;
}

#addressForm #billing_country~.select2 .select2-selection__arrow,
#addressForm #shipping_country~.select2 .select2-selection__arrow {
    height: 44px !important;
}

.addressFormContainer {
    width: 80% !important;
    margin: 0 auto !important;
}

.edit-account .row,
.addressFormContainer .row {
    margin-bottom: 15px;
}

.edit-account .row input[type="tel"],
.edit-account .row input[type="email"],
.edit-account .row input[type="text"],
.addressFormContainer .row input[type="tel"],
.addressFormContainer .row input[type="email"],
.addressFormContainer .row input[type="text"] {
    height: 40px;
}

.edit-account .row .col-md-4,
.addressFormContainer .row .col-md-4 {
    display: flex;
    align-items: center;
}

.addressFormContainer .cancelButton {
    padding: 9px 60px;
    color: black;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
}

.addressFormContainer #submitFormButton {
    font-family: "Roboto Slab", sans-serif;
    color: white;
    background: black;
    font-weight: 400;
    border: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
}

.addressFormContainer #submitFormButton:hover {
    color: white;
    background: black;
}

.addressFormContainer label {
    margin: 0;
    text-align: right;
    width: 100%;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.addressFormContainer input[type="tel"] {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 0.8rem;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    margin-bottom: 0;
    background: none;
    box-shadow: none;
}

.profileMessages .woocommerce-message {
    border: 0 !important;
}

.order-status-bulb {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px;
}

.order-status-bulb--onHold {
    background: #ffa200;
}

.order-status-bulb--completed {
    background: #3dde63;
}

.order-status-bulb--cancelled {
    background: #d9251c;
}

.ordersList {
    margin-bottom: 50px;
}

.orderListItem {
    border: 1px solid #d2d2d2;
    padding: 10px 0;
    margin: 10px -15px;
}

.orderListItem .statusDescription {
    font-weight: 300;
}

.orderListItem .infoData {
    font-weight: 300;
}

.orderListItem>div:first-of-type {
    margin-bottom: 25px;
}

.orderListItem>div:last-of-type label {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 10px;
}

.orderListItem h2 {
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
}

.orderListItem h2 span {
    color: #d9251c;
}

.orderListItem h4 {
    font-size: 0.9rem;
}

.orderListItem .detailsButton {
    background: black;
    color: white;
    font-family: "Roboto Slab", sans-serif;
    text-align: center;
    font-weight: 400;
    padding: 10px;
}

.woocommerce-MyAccount-content h2 {
    font-size: 16px !important;
}

.woocommerce-MyAccount-content h2 span {
    font-size: 24px;
    display: block;
}

.order-products-table {
    margin: 20px -15px;
    width: calc(100% + 30px);
    padding: 0 15px;
}

.order-products-table tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 15px 20px 15px;
}

.order-products-table tr img {
    max-width: 70px !important;
}

.order-products-table tr td {
    padding: 0;
    margin: 0;
}

.order-products-table tr td:nth-child(1) {
    width: 70px;
}

.order-products-table tr td:nth-child(2) {
    width: 40%;
    color: black !important;
    font-weight: bold;
    padding-left: 20px;
}

.order-products-table tr td:nth-child(2) a {
    color: black !important;
}

.order-products-table tr td:nth-child(3) {
    width: 10%;
    text-align: center;
    font-weight: 300;
}

.order-products-table tr td:nth-child(4) {
    width: 35%;
    text-align: right;
    font-weight: bold;
}

.orderSummaryDetails h3 {
    font-size: 1.2rem !important;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.orderSummaryDetails h3 span:first-of-type {
    float: left;
}

.orderSummaryDetails h3 span:last-of-type {
    float: right;
    color: #d9251c;
}

.orderSummaryDetails h3:last-of-type span {
    font-weight: bold;
}

.edit-account {
    padding-right: 50px;
}

.edit-account input[type="password"] {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 0.8rem;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    margin-bottom: 0;
    background: none;
    box-shadow: none;
}

.saveProfileButton {
    background: black;
    color: white;
    font-family: "Roboto Slab", sans-serif;
    text-align: center;
    font-weight: 400;
}

.saveProfileButton:hover {
    background: black;
    color: white;
}

.woocommerce-Button.button {
    background: black;
    color: white;
}

.woocommerce-Button.button:hover {
    background: black;
    color: white;
}

.woocommerce-ResetPassword p {
    padding: 15px 0;
    font-size: 1rem;
    line-height: 1.9rem;
    font-family: "Montserrat", sans-serif;
}

.woocommerce-ResetPassword label {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.resetPassword-confirm {
    padding: 0 15px;
}

.resetPassword-confirm .woocommerce-message {
    border-top: 0 !important;
}

#customer_login {
    padding: 30px 0;
}

.woocommerce .required {
    text-decoration: none !important;
}

.woocommerce-thankyou-order-received {
    padding: 40px 0 !important;
}

.shipping_methods {
    padding: 10px 0 30px 0 !important;
}

.total_tax {
    font-size: 13px !important;
    font-weight: normal !important;
}
.product__details__shop ins {
    text-decoration: none;
}
.woocommerce-Price-amount {
    padding-right: 10px !important;
}
.woocommerce-Price-amount bdi {
    color: #d9251c;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    font-size: 1.1rem;
}
del .woocommerce-Price-amount bdi {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    color: #ababab;
    text-decoration: line-through !important;
    font-size: 1rem;
}
.product__details__shop .woocommerce-Price-amount bdi,
.product__details__shop del .woocommerce-Price-amount bdi {
    font-size:24px;
}

@media screen and (max-width: 768px) {
    .order__userData__form__field .select2 {
        margin: 0 !important;
        width: 100% !important;
    }
    .select2-selection--single {
        padding: 7px 0 !important;
        height: 43px !important;
    }
    .select2-selection__arrow {
        height: 44px !important;
    }
    .woocommerce-MyAccount-navigation ul {
        width: 100%;
    }
    .woocommerce-Address-title h3 {
        font-size: 1.4rem !important;
    }
    .woocommerce-cart-form {
        width: 100%;
    }
    .order__discount {
        width: 100%;
    }
    .order__back {
        padding: 0;
    }
    .woocommerce-table__line-item.order_item {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-table__line-item.order_item td:first-of-type {
        width: 100%;
        padding-bottom: 15px;
    }
    .woocommerce-table__line-item.order_item td:nth-child(2) {
        width: 100%;
        padding: 0 0 15px 0;
    }
    .woocommerce-table__line-item.order_item td:nth-child(4) {
        width: 90%;
    }
}

.woocommerce-Price-currencySymbol {
    white-space: nowrap !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-address-fields__field-wrapper.addressFormContainer {
        width: 100% !important;
    }
    .addressFormContainer label {
        text-align: left !important;
    }
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(11) .col-12.col-md-4 label,
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(13) .col-12.col-md-4 label {
        text-align: left !important;
        padding: 0 !important;
    }
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(11) .col-12.col-md-8 .row,
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(13) .col-12.col-md-8 .row {
        margin: 0 !important;
    }
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(11) .col-12.col-md-8 .row .col-12.col-md-4,
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(13) .col-12.col-md-8 .row .col-12.col-md-4 {
        padding: 0 !important;
    }
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(16) .col-12.col-md-8 .row {
        padding: 0 !important;
        margin: 0 !important;
    }
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(16) .col-12.col-md-8 .row .col-12 {
        display: flex;
        padding: 0;
    }
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(16) .col-12.col-md-8 .row .col-12 button {
        width: 50%;
    }
    .woocommerce-address-fields__field-wrapper.addressFormContainer .row:nth-child(16) .col-12.col-md-8 .row .col-12 a {
        width: 50%;
        padding: 10px;
        text-align: center;
    }
    .woocommerce-EditAccountForm.edit-account {
        padding: 0 !important;
    }
    .woocommerce-EditAccountForm.edit-account .row {
        margin: 0 !important;
    }
    .woocommerce-EditAccountForm.edit-account .row div {
        margin: 0 !important;
        padding: 0 !important;
    }
    .woocommerce-EditAccountForm.edit-account .row div label {
        text-align: left !important;
        padding: 0 !important;
    }
    .woocommerce-EditAccountForm.edit-account .saveProfileButton {
        float: left !important;
    }
    .orderListItem .woocommerce-column__title {
        padding-left: 15px !important;
    }
    .orderListItem address {
        padding-left: 15px !important;
        width: 100% !important;
    }
    .woocommerce-Price-amount {
        padding-right: 0 !important;
    }
    .woocommerce-table__line-item.order_item {
        padding-top: 15px !important;
    }
    .ordersList {
        padding: 0 !important;
        margin: 0 !important;
    }
    .ordersList>div.col-12 {
        padding: 0 !important;
        margin: 0 !important;
    }
    .ordersList>div.col-12 .orderListItem {
        margin: 10px 0 !important;
    }
}

.order__shipping__choose .select2-selection.select2-selection--single {
    padding: 6px 0 !important;
    margin: 0;
}

.order__shipping__choose .select2-selection__arrow {
    height: 43px !important;
}

#open-geowidget {
    color: #d9251c !important;
    margin-bottom: 30px !important;
    float: left !important;
    font-size: 12px !important;
}

li.order__shipping__choose__option {
    position: relative;
}

li.order__shipping__choose__option::before {
    left: 20px !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .gallery-item {
        width: 100%;
    }
    .gallery-item a {
        float: left;
        width: 100%;
    }
    .gallery-item a img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .gallery-item {
        width: 25%;
    }
}

.loginForm {
    position: fixed;
    right: -350px;
    top: 0;
    background: white;
    width: 350px;
    height: 100vh;
    z-index: 9999999;
    padding: 15px 30px 15px 30px;
    transition: 1s;
}

.loginForm.show {
    right: 0;
}

.loginForm h2 {
    font-size: 1.1rem;
    font-weight: bold;
}

.loginForm label {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.loginForm input[type="text"],
.loginForm input[type="password"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: none;
}

.loginForm p {
    font-size: 0.9rem;
    font-family: "Roboto Slab", serif;
}

.loginForm p a {
    color: #d9251c;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
}

.loginForm .error {
    color: red;
    font-size: 11px;
    padding: 10px 0;
    float: left;
}

.loginForm #loginButton {
    margin: 0;
}

.loginForm #loginButton a {
    color: #fff;
}

.animated {
    transition: 1s;
    left: 0;
    position: relative;
}

.animated.side {
    left: -350px;
}

.login-submit .button.button-primary {
    color: white !important;
    background: #d9251c !important;
    font-family: "Roboto Slab", serif !important;
    padding: 10px !important;
    width: 250px !important;
    text-align: center !important;
    font-size: 1rem !important;
    border: 0 !important;
    margin-top: 10px !important;
}

.footer-nav a {
    color: #333 !important;
}

.footer-nav .menu {
    border: 0;
    margin-bottom: 30px;
    position: static;
}

.footer-nav h6 {
    margin-bottom: .5rem;
}

footer .footer-nav ul.menu li a,
.footer-nav .menu a {
    padding: .5rem 0;
    line-height: 2em;
}

.footer-nav-container {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1300px) {
    .animated.side {
        left: -60px;
    }
}

.main-container {
    overflow: hidden;
}

#homePage .colorSection--main .colorSection__books {
    margin-top: 20px;
}

.woocommerce-password-strength {
    text-align: left !important;
}

.woocommerce-password-hint {
    padding-bottom: 20px;
    float: left;
}

.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .menu #cart {
        position: relative;
    }
    .menu .cart__items {
        left: 10px;
    }
    .menu--functions {
        padding: 0;
    }
}

.row {
    width: 100%;
}

.header input[type="text"] {
    background: none;
    box-shadow: none;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.results__content {
    display: flex;
    flex-wrap: wrap;
}

.results__content .col.col-xl-3.book {
    flex: 1 0 25%;
}

.woocommerce-checkout ul#shipping_method {
    margin-bottom: 0;
    padding: 0;
}

#open-geowidget {
    display: none;
}

.hero-title {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #0c0a08;
    font-weight: bold;
}

#shortcontent,
#fullcontent {
    font-size: 0.9rem;
    color: black;
    line-height: 1.8rem;
    font-family: "Open Sans", sans-serif;
}

.categories__filters ul li a.current-cat {
    font-weight: bold;
    color: #d9251c;
}

.categories__list__section h2.parent-name {
    margin-bottom: 10px;
}

.back-to-parent {
    margin-bottom: 20px;
}

.back-to-parent a {
    color: #d9251c;
}

.back-to-parent a:hover {
    color: #212529;
}

@media screen and (max-width: 414px) {
    .categories__list__section ul {
        margin-top: 20px;
    }
    .header #logo {
        background: url(assets/img/logo.jpg) no-repeat center;
        background-size: 100% auto;
    }
    .header>.row {
        margin: 0;
    }
    .header .col-9.col-md-3.header__logo {
        padding-left: 0;
    }
    .header--search.col-md-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .product__gallery {
        margin-top: 0;
    }
    .single-product div.product.row {
        margin-left: 0;
        margin-right: 0;
    }
    .newsletter .privacy .col-12,
    .newsletter .col-12.col-xl-8>.row>div,
    #newsletterForm>.row>div,
    .product__details,
    .product__details__description>.col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .productsSection__header.row {
        flex-direction: column;
    }
    .productsSection__header h2 {
        font-size: 1.6rem !important;
    }
    .productsSection__header h2.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .newsletter .privacy input {
        width: 20px;
        height: 20px;
        flex: 1 0 20px;
        padding: 0;
        display: inline-block;
    }
    .productsSection__header a.text-right {
        text-align: left !important;
    }
    .newsletter .privacy.row,
    .newsletter .col-12.col-xl-8>.row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    #newsletterForm>.row {
        margin: 0;
    }
    .newsletter .privacy p {
        padding-left: 9px;
    }
    .productsSection__books__list {
        padding: 0;
    }
    .book .book__prices {
        display: flex;
        width: 100%;
        text-align: center;
    }
    .book__prices__oldPrice {
        margin-left: auto;
    }
    .row.seriesList__category,
    .row.seriesList__category .row,
    .row.home-news-container .col-12 .row,
    .row.product__info,
    .row.product__details__categories,
    .row.product__details__title,
    .row.product__details__author,
    .productsSection__books__list.row,
    .productsSection__books,
    .row.home-news-container .row.seriesList__category {
        margin-left: 0;
        margin-right: 0;
    }
    .row.home-news-container .col-12,
    .row.product__info .col-12,
    .single-product .product .col-12.col-md-4,
    .row.product__details__categories .col-12,
    .row.product__details__title .col-12,
    .row.product__details__author .col-12,
    .row.product__details__categories .col,
    .row.product__details__title .col,
    .row.product__details__author .col {
        padding-left: 0;
        padding-right: 0;
    }
    .col-12.seriesList__category--other {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }
    .authors__list.row,
    .downloads>div>.row,
    .aboutCompany>.row,
    .authors__list__groupName .col-12 .row {
        margin: 0;
    }
    .dl-logo.col-6,
    .downloads>div>.row,
    .downloads>div>.col-12 {
        padding: 0;
    }
    .authors__list__author {
        padding: 0 15px;
    }
    #letter- {
        display: none;
    }
    .authors__list__author img {
        height: auto;
    }
    .aboutCompany img {
        height: auto;
    }
    .goTop {
        position: fixed;
        right: 0;
        bottom: 0;
        background: #fff;
    }
    .pdfList h3::after {
        display: none;
    }
    .dl-logo .col-12 {
        padding: 0;
    }
    .downloads__logo__thumb {
        width: 100%;
        border: none;
    }
    .seriesPage__content img {
        max-width: 100%;
        height: auto;
    }
    .row.seriesPage__related {
        padding: 40px 0 0 0;
        margin: 0;
    }
    .seriesPage__related .book {
        margin-bottom: 30px;
    }
    .book__thumbnail img {
        max-width: 100% !important;
    }
    .book__thumbnail {
        height: 230px !important;
        display: flex;
        align-items: center;
    }
    .seriesPage__related h2 {
        top: 0;
    }
    .seriesPage .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .book__title {
        white-space: normal;
        text-align: left;
    }
    .book__prices__price {
        font-size: 1.2rem;
    }
    .book__prices__oldPrice {
        font-size: 0.9rem;
    }
    .colorSection__books__list .book {
        width: 50% !important;
        max-width: 50%;
        flex: 1 0 50%;
        padding: 0 10px;
    }
    .results__content .col.col-xl-3.book {
        flex: 1 0 50%;
    }
    .results__content .col.col-xl-3.book .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .results__header.colorHeader>div:first-child:before {
        display: none;
    }
    .goTop {
        right: 0;
        bottom: 0;
        margin: 0;
        padding-right: 20px;
    }
    .colorHeader::before {
        left: 0;
    }
    .colorSection__header .col-10,
    .event__date .col-6 {
        padding-left: 0;
    }
    .colorSection__header a.text-right {
        padding-right: 0;
    }
    .colorSection__header .col-10 {
        width: 50%;
        flex: 1 0 50%;
        max-width: 50%;
    }
    .colorSection--main::after {
        bottom: auto;
        top: 175px;
        height: 25%;
        display: none;
    }
    .book__title {
        font-size: .9rem;
    }
    .colorSection__header a {
        width: 50%;
        flex: 1 0 50%;
        max-width: 50%;
        display: inline-block;
    }
    .book__title {
        height: auto !important;
    }
    .colorSection__books__list {
        height: auto;
    }
    .colorSection__header {
        align-items: center;
    }
    .book__author {
        white-space: normal;
        text-align: left;
    }
    .colorSection__books .row {
        display: block;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    .book .product__gallery__labels {
        top: 12px !important;
        left: 0;
    }
    .home .book {
        margin-bottom: 0;
    }
    .authors__alphabet {
        padding-bottom: 20px;
    }
    .authors__alphabet .btn {
        flex: 1 0 11.11111%;
        max-width: 11.11111%;
        padding: .375rem .55rem;
    }
    .authors__list {
        padding-bottom: 3rem;
    }
    .authors__list__author h2 {
        font-size: 1rem;
    }
    .authors__list__groupName {
        font-size: 9rem;
        top: -90px;
    }
    .authors__list>.col-12,
    .colorSection>.col-12,
    .book a>.row .col-12,
    .colorSection--main>.col-12,
    .colorSection__header.row,
    .colorHeader>.col-6,
    .row.home-news-container>.col-12,
    .page-template-katalog .colorSection:first-of-type>.col-12,
    .categories__list__section>.col-12,
    .main-container>.container,
    .main-container>.container>.row>.col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .authors__list>.col-12>.row,
    .authors__alphabet.row,
    .menu,
    .row.home-news-container,
    .colorSection__books.row,
    .colorSection__header.row,
    .main-container>.container>.row,
    .seriesPage.row,
    .seriesPage__related .book .row {
        margin-left: 0;
        margin-right: 0;
    }
    .book>a {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .authors__list:last-of-type,
    .authors__list:nth-last-child(2),
    .authors__alphabet .btn:last-of-type,
    .authors__alphabet .btn:nth-last-child(2) {
        display: none;
    }
    .footer-nav-container {
        display: block;
        padding-top: 20px;
    }
    .col-md-3.footer-nav,
    .col-md-4.footer-nav,
    .col-md-5.footer-nav {
        padding-left: 0 !important;
    }
    footer .col-md-2 {
        padding-left: 0 !important;
    }
    .row.slider {
        margin: 0 !important;
    }
    .row.slider h1 {
        font-size: 1.5rem;
    }
    .row.slider .slider__content {
        margin: 0;
    }
}

.wp-pagenavi {
    clear: both;
    width: 100%;
}

.crp_related {
    margin: 20 0 0 0 !important;
}

.crp_related h3 {
    margin-bottom: 35px !important;
}

.image__author {
    font-size: .8rem;
    color: #8f8f8f;
    font-family: "Open Sans", sans-serif;
    margin: .5rem 0 0 0;
    min-height: 40px; }

.book__prices {
    width:100%;
    display:flex;
    text-decoration:none;
    margin-bottom:5px;
}
.book__prices del {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    color: #ababab;
    text-decoration: line-through !important;
    font-size: 1rem;
    order:2;
}
.book__prices ins {
    color: #d9251c;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    font-size: 1.1rem;
    order:1;
    text-decoration:none;
}
.parent-name,
.newsPage__content h1,
.seriesPage__content h1,
.seriesPage__title,
.product__details__title h1,
.newsPage__title {
    font-size:30px !important;
}
.newsPage__content h2,
.seriesPage__content h2,
.seriesPage__content h2,
.seriesList__category h2,
.authors__list__author h2,
.newsletter h2,
.newsPage__related h2,
.event__date__day,
.colorHeader h2,
.colorSection__header--main h2 {
    font-size:26.5px !important;
}

/* timeline */

.wrapper-30-lat h1 {
    font-size: 67px;
    font-family: "Poppins";
    color: rgb(218, 32, 50);
    font-weight: bold;
    line-height: 1.2;
}

.content-30-lat {
    font-size: 20px;
    font-family: "Poppins";
    line-height: 1.3em;
    margin: 0 auto 100px auto;
    width: 100%;
    max-width: 1020px;
    color: #000;
}

.hero-30-lat {
    margin: 30px auto 60px auto;
    width: 100%;
    max-width: 1270px;
}

.timeline-container {
    position: relative;
    margin-bottom: 75px;
}

.timeline:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    display: block;
    content: '';
    background: url(assets/images/30-lat/shadow-left.png) repeat-y left top;
    background-size:100% auto;
    z-index: 2;
}

.timeline:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    display: block;
    content: '';
    background: url(assets/images/30-lat/shadow-right.png) repeat-y left top;
    background-size:100% auto;
    z-index: 2;
}

.timeline-container h1 {
    margin: 0 auto 75px auto;
    width: 100%;
    max-width: 1020px;
}

.timeline .swiper-wrapper {
    height: inherit;
}

.timeline .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 10px 30px 10px;
    height: inherit;
    cursor:pointer;
}

.timeline .swiper-slide img {
    position: relative;
    width: auto;
    max-width: 100%;
    margin-right: auto;
}

.timeline-year {
    font-size: 72px;
    font-family: "Poppins";
    color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    line-height: 0.8;
    position: absolute;
    left: 0;
    writing-mode: vertical-lr;
    height: 100%;
    transform: rotate(180deg);
    transform-origin: center;
    text-align: right;
}

.timeline-seria {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0;
}

.timeline-title {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-top: auto;
    height:120px;
}
.timeline-image {
    width:100%;
    height:230px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.team-row {
    margin-bottom: 120px;
    position: relative;
}

.team-row-name {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(218, 32, 50);
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    right: 100%;
    /* writing-mode: vertical-rl; */
    /* height: 176px; */
    transform: rotate(270deg);
    transform-origin: right bottom;
    bottom: 100%;
}

.team-row-items {
    display: flex;
    flex-wrap: wrap;
}

.team-row-item {
    margin: 0 17px;
    flex: 1 0 calc(25% - 34px);
    max-width: calc(25% - 34px);
}

.team-row-item-name {
    font-size: 21px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 30px 0 0 0;
}

.team-row-item-position {
    color: #da2032;
    font-size:13px;
}

.team-30-lat,
.movie-30-lat {
    margin: 0 auto 75px auto;
    width: 100%;
    max-width: 1020px;
}

.team-30-lat {
    margin-bottom: 0;
    display:flex;
    flex-direction: column;
}

.team-30-lat h1,
.movie-30-lat h1 {
    margin-bottom: 50px;
}

.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%;
}

.timeline-bar {
    height: 15px;
    background-color: rgb(222, 6, 6);
    position: absolute;
    left: 0;
    top: 28%;
    transform: translateY(-50%);
    width: 100%;
}

.timeline a {
    color:#212529;
}
.timeline a:hover {
    color: rgb(218, 32, 50);
}
.timeline-popup {
    width:100%;
    height:100%;
    max-width:960px;
    max-height:calc(100vh - 100px);
    position:fixed;
    left:50%;
    top:50px;
    border-radius:30px;
    background:rgba(255, 255, 255, .85);
    transform:translateX(-50%);
    z-index:9999;
    display:flex;
    flex-direction: column;
    padding:30px;
}
.timeline-popup-overlay {
    width:100%;
    height:100vh;
    position:fixed;
    left:0;
    top:0;
    background:rgba(0, 0, 0, .45);
    display:block;
    content:'';
    z-index:9998;
}
.timeline-popup-close {
    cursor:pointer;
    margin-left:auto;
}
.timeline-popup .entry-content {
    font-size: 20px;
    font-family: "Poppins";
    line-height: 1.2;
    color: #000;
    overflow:hidden;
}
.timeline-popup .entry-title {
    font-size: 32px;
    font-family: "Poppins";
    line-height: 1.2;
    margin-bottom:30px;
    color:#000;
}
.timeline-entry-content {
    overflow-x:hidden;
    overflow-y:auto;
}
.timeline .swiper-slide .timeline-image img {
    transition:all .3s ease-in-out;
}
.timeline .swiper-slide:hover .timeline-image img {
    transform: scale(1.1);
}
.popup-30-lat {
    width:100%;
    max-width:862px;
    position:fixed;
    left:50%;
    top:50%;
    background:#fff;
    transform:translate(-50%, -50%);
    z-index:9999;
    display:none;
    font-family: 'Poppins';
}
.popup-30-lat .timeline-popup-close {
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
}
.popup-30-lat-btn {
    font-weight:bold;
    width:100%;
    border-radius:3px;
    border:0;
    text-align:center;
    color:#fff;
    font-weight:bold;
    background:#dc0203;
    height:60px;
    font-size:18px;
}
.popup-30-lat input[type=email],
.popup-30-lat input[type=text] {
    border:1px solid #8e8d92;
    border-radius:3px;
    height:36px;
    padding:0 10px;
}
.popup-30-lat .privacy {
    font-size:13px;
    color:#5a5a5a;
}
.team-row {
    order:2;
}
.team-row.zarzad,
.team-row.redakcja,
.team-row.handlowy,
.team-row.dzial-marketingu,
.team-row.media-spolecznosciowe {
    order:1;
}


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

    .popup-30-lat { 
        display:block;
        height:100vh;
        transform:none;
        left:0;
        top:0;
        overflow-y:scroll;
    }
    .team-row-item {
        margin: 0 17px;
        flex: 1 0 100%;
        max-width: 100%;
    }

    .hero-30-lat img {
        display: block;
        width: 100%;
        height: auto;
    }

    .content-30-lat {
        font-size: 17px;
        font-family: "Poppins";
        line-height: 1.4;
        margin: 0 auto 50px auto;
        width: 100%;
        max-width: 1020px;
        color: #000;
        padding: 0 20px;
    }
    .timeline-popup .entry-content {
        font-size: 17px;
        font-family: "Poppins";
        line-height: 1.4;
    }
    .timeline-container h1 {
        margin: 0 auto 30px auto;
    }

    .wrapper-30-lat h1 {
        font-size: 36px;
    }

    .team-row-name {
        position: static;
        writing-mode: unset;
        transform: none;
        height: auto;
        margin-bottom: 20px;
        text-align:left;
    }

    .team-row-item {
        margin: 0 auto 30px auto;
    }

    .wrapper-30-lat {
        padding: 0 15px;
    }

    .team-row-item-name {
        margin-top: 15px;
    }

    .team-row {
        margin-bottom: 50px;
    }

    .timeline:before,
    .timeline:after {
        display: none;
    }

    .timeline-year {
        font-size: 72px;
    }

    .timeline-title {
        font-size: 22px;
        height:120px;
    }

    .team-row-item-name {
        font-size: 18px;
    }

    .team-30-lat,
    .movie-30-lat {
        margin-bottom: 50px;
    }
    .timeline-popup .entry-title {
        font-size: 30px;
        font-family: "Poppins";
        line-height: 1.2;
        margin-bottom:15px;
    }
    .timeline-popup {
        border-radius:5px;
        height:100vh;
    }

}

.swiper-slide .iworks-omnibus {
    display:none !important;
}
.woocommerce-shipping-methods {
    li {
        position:relative;
    }
}
#customer_details {
    .col-1,
    .col-2 {
        max-width: 100%;
    }
}
.form-row {
    margin-left:0;
    margin-right:0;
    label {
        font-family: "Montserrat", serif;
        color: #000;
        font-weight: 600;
    }
}
.woocommerce-checkout {
    h3 {
        font-family: "Montserrat", serif;
        color: #000;
    }
}
span.required {
    display:none;
}
.shop_table.woocommerce-checkout-review-order-table {
    background-color: #f8f8f8;
    th, td {
        padding:8px;
        background-color: #f8f8f8;
    }
    th {
        font-family: "Montserrat", serif;
        color: #000;
    }
}
.form-row #woo_ml_subscribe_field label,
.form-row label.checkbox {
    display:flex;
    gap:8px;
    [type="checkbox"] {
        appearance: none;
        margin:0;
        width:24px;
        height:24px;
        flex:1 0 24px;
        max-width: 24px;
        background:white;
        border:1px solid black;
        display:block;
        &:checked {
            border-color:#d9251c;
            background:#d9251c;
        }
    }
}
#billing_email_field {
    #woo_ml_subscribe {
        display:none;
        &+label {
            display:none;
        }
    }
}
#ship-to-different-address label {
    width:100%;
    display:flex;
    align-items:center;
    gap:8px;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
    position:relative !important;
    appearance: none;
    top:13px !important;
    margin:0;
    width:24px;
    height:24px;
    flex:1 0 24px;
    max-width: 24px;
    background:white;
    border:1px solid black;
    display:block;
    &:checked {
        border-color:#d9251c;
        background:#d9251c;
    }
}
#order_comments_field .woocommerce-input-wrapper {
    width:100%;
}
.product-name {
    a {
        color:black;
    }
}
.product-quantity {
    button, .quantity {
        float:left;
    }
}
.cart-nav {
    .checkout-button {
        order:2;
        margin:auto 0;
        background:black !important;
        padding:12px 24px;
        white-space: nowrap;
        &:after {
            display:none;
        }
    }
}
#shipping_method {
    li {
        display:flex;
        gap:8px;
        width:100%;
    }
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus, 
input[type="submit"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus,
input[type="search"]:focus {
    outline:black;
}
button,
.button.alt,
input,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="url"], 
input[type="password"],
input[type="search"] {
    border-radius:0;
    border-style: solid;
}
.select2-container--default .select2-selection--single {
    border:1px solid black;
    border-radius:0;
    height:40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:40px;
}
.woocommerce form .form-row .select2-container {
    width:auto !important;
    min-width: 280px;
}
#ship-to-different-address {
    margin-bottom:20px;
}
ul#shipping_method input {
    appearance: none;
    border-radius:100%;
    background:white;
    border:1px solid black;
    width:15px;
    height:15px;
    flex:1 0 15px;
    max-width:15px;
    position: relative;
    top: 6px;
    &:checked {
        border:1px solid #d9251c;
        background:#d9251c;
    }
}