@media (min-width: 576px) { 
    
}
@media (min-width: 768px) { 
    
}
@media (min-width: 992px) { 
    .header .navbar-brand {
        max-width: 330px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .container {
        padding: 0 50px;
    }
}
@media (min-width: 1300px) { 
    .header .navbar-brand {
        max-width: 400px;
    }
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandardTT-Bold.woff2') format('woff2'),
        url('../fonts/OldStandardTT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandardTT-Regular.woff2') format('woff2'),
        url('../fonts/OldStandardTT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandardTT-Italic.woff2') format('woff2'),
        url('../fonts/OldStandardTT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
.header_search button {
    border:none !important;
    background:none !important;
    outline: none !important;
    box-shadow: none !important;
}
.footer--content .footer--logo {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.underline {
    text-decoration: underline;
}
#stars {
    display: none;
}
.modal--pictureEdit {
    position:absolute;display:none;top:0;right:0;bottom:0;left:0;z-index:4;
}
.modal--pictureEdit h2 {
    font-size: 1.25rem;
}
.bazar h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    padding: 12px 10px 12px 15px;
    display: inline-block;
    background-image: url(../img/spodroh.png), url(../img/toproh.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    text-transform: uppercase;
}
.modal--pictureEditBox {
    position:absolute;width:auto;height:auto;min-height:200px;top:25%;left:25%;background-color:white;border:2px solid black;
}
.heightWidth100 {
    width:100%;height:100%;
}
.section-art {
    padding-bottom: 0rem;
}
.form-control.h-200 {
    height: 200px;
}
.page, .cart, .account, .category {
    padding-bottom: 3rem;
    min-height: 200px;
}
@media (max-width: 993px) {
    .dila {
        margin-top: 3rem;
    }
}

.page h2 {
    font-size: 1.25rem;
font-weight: bold;

}
.page h3 {
    font-size: 1rem;
font-weight: bold;

}
.
.account table {

}

/* GLOBAL CLASSES AND TAGS */
body, html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.bg-dark {
    background-color: #000 !important;
}
.bg-light {
    background-color: #f5f5f5 !important;
}
.w-fit {
    width: fit-content;
    width: -moz-fit-content;
}
.navbar-light .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
* {
    font-family: 'Montserrat', sans-serif;
}

/* HEADER */
.header {
    padding: 15px 0 0;
}
.header--content {
    padding: 10px 0 12px;
    border-bottom: 2px solid #000;
}
.header .navbar {
    padding: 0;
}
.header .navbar-brand {
    padding: 0;
}
.header .nav-item {
    margin-left: 10px;
}
.header .header--search, .header .header--search::placeholder {
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-style: italic;
}
.header nav a, .navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 14px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
@media (max-width: 576px) {
    .header nav a, .navbar-light .navbar-nav .nav-link {
        font-size: 22px;
    }
    .nav-lang .dropdown-item {
        font-size: 18px;
    }
}
.header .navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 44px;
    border: none;
    min-width: 5.7rem;
}
.header .navbar-nav .dropdown-toggle::after {
    content: none;
}
.header .navbar-nav .dropdown-toggle svg {
    margin-right: 5px;
}
.header .navbar-nav .dropdown-toggle:hover {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}
.header .header--menu {
    display: none;
}
@media (max-width: 993px) {
    .header--nav {
        width: 100%;
    }
    .header .nav-item {
        margin-left: 0;
    }
    .header .dropdown {
        padding: 0.5rem 1rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 12px !important;
    }
    .header .header--search {
        background-color: #f5f5f5;
        padding: 5px 10px;
    }
    .header .nav-item {
        width: 100%;
        text-align: center;
    }
    .header .header--menu {
        display: block;
        padding: 20px 0 10px;
        margin: 0 0 15px;
        list-style: none;
        text-align: center;
        width: 100%;
    }
}

/* BANNER */
.homepage--banner {
    margin-top: 21px;
}
@media (max-width: 993px) {
    .homepage--banner {
        display: none;
    }
}

/* HOMEPAGE MENU */
.menu ul {
    list-style: none;
    padding: 16px 0 15px;
    border-bottom: 2px solid #000;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu ul a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 22px;
}
@media (max-width: 993px) {
    .menu {
        display: none;
    }
}

/* HOMEPAGE DESCRIPTION */
body p {
    line-height: 32px;
}
.homepage--description p {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
}
.homepage--description .homepage--description-main {
    padding: 24px 0;
    border-bottom: 2px solid #000;
}

/* ART */
.section-art {
    overflow-x: hidden;
}
.section-art .row {
    margin-left: -25px;
    margin-right: -25px;
}
.section-art .row > .col-12 {
    padding-left: 25px;
    padding-right: 25px;
}
.artbox {
    margin-bottom: 40px;
}
.artbox--image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    margin-bottom: 5px;
}
.artbox--heading {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    padding: 5px 0;
    border-bottom: 2px solid #d6d6d6;
}
.artbox--heading:hover {
    color: #3b3b3b;
}
.artbox--autor {
    margin-top: 5px;
    color: #000;
    text-decoration: underline;
    display: block;
    font-style: italic;
    line-height: 30px;
}
.artbox--autor:hover {
    color: #3b3b3b;
}
.artbox--text {
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
}
.artbox--price {
    margin-top: 5px;
    color: #000;
    line-height: 20px;
    margin-bottom: 0;
    display: block;
    font-weight: 700;
    padding: 5px 8px 5px 10px;
    width: fit-content;
    width: -moz-fit-content;
    border: 2px solid transparent;
    position: relative;
}
.artbox--price:hover {
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
}
.artbox--price::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: -2px;
    bottom: -2px;
    width: 12px;
    height: 12px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #fff;
}
.artbox--price::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    background-color: #fff;
}
.section {
    padding: 30px 0 0;
}
.section--heading {
    padding-bottom: 30px;
}
.section--heading h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 28px;
    text-align: center;
    width: fit-content;
    padding: 6px 12px 6px 14px;
    width: -moz-fit-content;
    position: relative;
    margin: 0 auto;
}
.section--heading h2::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: -2px;
    bottom: -2px;
    width: 18px;
    height: 18px;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    background-color: transparent;
}
.section--heading h2::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    background-color: transparent;
}
.section-more {
    text-decoration: underline;
    display: block;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #000;
}
.section-more:hover {
    color: #3b3b3b;
}
/*
.owl-art .owl-nav button img {
    width: 6px;
}
.owl-art .owl-nav button {
    position: absolute;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    top: 50%;
    outline: none;
    background-color: transparent !important;
    border: 1px solid #646464 !important;
    width: 30px;
    height: 30px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.owl-art .owl-next {
    right: -80px;
}
.owl-art .owl-prev {
    left: -80px;
}
@media (max-width: 1200px) {
    .owl-art .owl-next {
        right: -50px;
    }
    .owl-art .owl-prev {
        left: -50px;
    }
}
*/
.flash.panel-success {
    padding-top: 22px;
}
.owl-carousel .owl-nav button::before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 18px;
    height: 18px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    background-color: transparent;
    transform: translateY(-50%) rotate(225deg);
}
.owl-carousel .owl-nav .owl-prev::before {
    /*transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    top: 7px;
    left: 10px;
    */
    transform: translateY(-50%) rotate(225deg);
    top: 50%;
    left: 10px;
}
.owl-carousel .owl-nav .owl-next::before {
    /*transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 7px;
    right: 10px;*/
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 10px;
}
.owl-carousel .owl-nav button img {
    visibility: hidden;
}

/* FOOTER */
.footer-pad {
    padding-top: 50px;
}
.footer--content {
    padding: 50px 0 60px;
}
.footer .footer--logo {
    max-height: 250px;
}
.footer .footer--logo img {
    max-width: 380px;
    margin-top: -18px;
}
.footer .footer--contact {
    color: #fff;
}
.footer .footer--contact svg {
    fill: #fff;
    max-height: 20px;
    margin-right: 5px;
}
.footer .footer--links h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}
.footer .footer--links ul {
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
}
.footer .footer--links ul li a {
    color: white;
    font-size: 14px;
    line-height: 28px;
}
.footer .footer--socials ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.footer .footer--socials ul li {
    margin-right: 25px;
}
.footer .footer--socials img {
    max-height: 16px;
}
@media (max-width: 1500px) and (min-width: 1350px) {
    .footer .footer--contact svg {
        margin-right: 0;
    }
}
@media (max-width: 1360px) and (min-width: 993px) {
    .footer--contactbox {
        flex-direction: column !important;
    }
}
@media (max-width: 1200px) {
    .footer--contactbox {
        flex-direction: column !important;
    }
    .footer .footer--socials ul {
        justify-content: center;
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .footer .footer--socials ul {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) and (min-width: 550px) {
    .owl-carousel .owl-nav .owl-prev::before {
        left: -25px;
    }
    .owl-carousel .owl-nav .owl-next::before {
        right: -25px;
    }
}
@media (max-width: 550px) {
    .owl-carousel .owl-nav .owl-prev::before {
        left: 10px;
    }
    .owl-carousel .owl-nav .owl-next::before {
        right: 10px;
    }
}

/* COPYRIGHT */
.copyright {
    padding-bottom: 30px;
}
.copyright .copyright--text {
    color: #747474;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}
.copyright .copyright--text a {
    color: #747474;
}

h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    padding: 12px 10px 12px 15px;
    display: inline-block;
    background-image: url('../img/spodroh.png'), url('../img/toproh.png');
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    text-transform: uppercase;
}
.authors {
    margin-top: 3rem;
}
.authors-title {
    text-align: center;
}
.authors .category-filter-top {
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .authors .category-filter-top {
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .authors .category-filter-top-right{
        flex-direction: column;
        margin: .5rem 0 0 !important;
    }
    .authors .category-filter-top-right-order {
        flex-direction: column;
        margin-right: 0 !important;
    }
    .authors .category-filter-top {
        padding: 1rem;
    }
}
.authors .category-filter-top-left::before {
    opacity: 0;
    margin-right: 0;
    width: 1px;
}
.authors-letters {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.authors-letters h2 {
    margin-bottom: 0;
}
.authors-letters h2 a {
    font-size: 18px;
    line-height: 30px;
    color: #555;
    text-decoration: underline;
    display: flex;
    margin: 0 0.25rem;
}
.author-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.author-letter {
    text-align: left;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
}
.author-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    grid-gap: 1rem;
}
.author-letter-item {
    margin-top: 1rem;
}
.author-item {
    max-width: 185px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.author-item-image {
    height: 185px;
    width: 100%;
    display: block;
    position: relative;
}
.author-item-image:hover::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    border: 3px solid #000;
    background-color: transparent;
}
.author-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.author-item h3 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    padding-top: 8px;
}
.author-item h3 a {
    color: black;
    text-decoration: underline;
}
.author-item span {
    font-family: '';
    font-style: italic;
    font-size: 16px;
    padding-top: 2px;
    display: block;
    margin-bottom: .5rem;
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-style: italic;
}
.author-item svg {
    font-size: 16px;
    width: 57px;
    height: 10px;
    text-align: left;
}
.page__breadcrumb {

}
.page__breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.page__breadcrumb ul li {
    display: flex;
    align-items: center;
}   
.page__breadcrumb ul li::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/arrow-right-grey.svg);
    display: block;
    margin: 0 .5rem;
}
.page__breadcrumb ul li:last-child::after {
    display: none;
}
.page__breadcrumb ul li a {
    color: black;
    font-weight: 600;
}
.page__header {
    padding: 1rem 0; 
}
.kosik__steps {
    font-weight: 500;
    text-align: center;
    font-size: 24px;
}
.kosik__table table {
    min-width: 480px;
    width: 100%;
}
.kosik__table table thead th {
    font-weight: bold;
}
.kosik__table table th, .kosik__table table td {
    text-align: center;
    font-size: 14px;
    padding: 0.25rem;
    border: 1px solid black;
    vertical-align: middle;
}
.cart-trash, .cart-trash:hover {
    color: black;
    text-decoration: underline;
}
.kosik__cell--title a {
    color: black;
}
.cart-action {
    margin: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kosik__btn {
    display: block;
    max-width: 340px;
    text-align: center;
    text-transform: uppercase;
        background: grey;
    color: white;
    padding: 0.4rem 3.5rem;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.kosik__btn:hover {
    color: white;
}
.kosik__btn.kosik__btn--next {
    background: black;
}
.kosik__step h2 {
    font-size: 32px;
    font-weight: bold;
    padding: 0.25rem 1rem;
    background: black;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    max-width: fit-content;
    margin: 0 auto;

}
.kosik__step--shipping {
    max-width: 400px;
    margin: auto;
}
.kosik h1 {
    font-size: 36px;
    text-transform: uppercase;
}
 .form-group.custom {
    position: relative;
}
 .form-group.custom label {
    display: flex;
    padding-left: 3rem;
    flex-direction: column;
    min-height: 50px;
    cursor: pointer;
    justify-content: center;
}
.form-group.custom .rekapitulace label {
    flex-direction: row;
    justify-content: unset;
    align-items: center;
    min-height: 42px;
}
 .form-group.custom label .platby__item--description {
    font-style: italic;
}
.form-group.custom input{
    display: none;
}
.form-group.custom label::before {
    content: '';
    width: 35px;
    height: 35px;
    border: 1px solid black;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 5px;
}   
.form-group.custom label::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    width: 11px;
    height: 23px;
    border: solid black ;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-group.custom input:checked ~ label::after {
    /*background: black;*/
    display: block;
}
.platby, .dodani {
    margin-top: 3rem;
}

.cart-actions-separate {
    display: flex;
    justify-content: space-between;
}
.cart-actions-separate .kosik__btn {
    max-width: 300px;
}
.form-control, textarea {
    border-radius: 0;
    border: 1px solid black!important;
    outline: none!important;
    box-shadow: none!important;
    width: 100%;
}
.form-control::placeholder, textarea::placeholder {
    font-style: italic;
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-style: italic;
}

a, a:hover {
    color: black;
}
.page-auth {
    max-width: 380px;
    margin: auto;
    padding: 3rem 0;
}
.page-auth button {
    border: 1px solid black;
    padding-left: 10px;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    background: black;
    color: white;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: auto;
    font-weight: bold;
    padding: 1rem ;
}


.category-filters-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .category-filters-inner .form-group {
    margin: 0;
    margin-right: 1rem;
  }
  .category-filters-inner .form-group input, .newCatalog--filters--input input {
    display: none;
  }
  .category-filters-inner .form-group label, .newCatalog--filters--input label {
    display: flex;
    position: relative;
    padding-left: 1.5rem;
    color: black;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
  }
  .category-filters-inner .form-group label span {
    color: black;
  }
  .category-filters-inner .form-group label::after, .newCatalog--filters--input label::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid black;
    left: 0;
    top: 5px;
  }
  .category-filters-inner .form-group label::before, .newCatalog--filters--input label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: black;
    z-index: 5;
    display: none;
  }
  .newCatalog--filters--input label::after, .newCatalog--filters--input label::before {
    top: 7px;
  }
  .category-filters-inner .form-group input:checked ~ label::before, .newCatalog--filters--input input:checked ~ label::before {
    display: flex;
  }
  .category-filter {
    width: 100%;
    margin-bottom: 2rem;
  }
  .category-filter-content {
    background: #f0efef;
    margin-top: 1px;
    display: none;
    flex-wrap: wrap;
  }
  .category-filter-content h3 {
    font-weight: 400;
    font-size: 15px;
  }
  .category-filter-content.active {
    display: flex;
  }
  .category-filter-content-right {
    width: 100%;
    max-width: unset;
    padding: .5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .category-filter-down {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .category-filter-action {
    width: 100%;
    margin-bottom: 2rem;
    justify-content: center;
    display: flex;
    padding: 0 1rem;
  }
  @media screen and (min-width: 991px) {
    /*.category-filter-content-right {
      max-width: 30%;
    }*/
  }
  .category-filter-content-left {
    width: 100%;
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2rem;
    position: relative;
  }
  @media screen and (min-width: 991px) {
    .category-filter-content-left {
      max-width: 100%;
      grid-template-columns: repeat(5, 1fr);
      
    }
  }
  .category-filter-top {
    margin-top: 2rem;
    background: #f6f6f6;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .category-filter-top-left {
    color: black;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  .category-filter-top-left::before {
    content: "";
    background-image: url("../img/filter.svg");
    background-repeat: no-repeat;
    background-position: left center;
    width: 22px;
    height: 43px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
  }
  .category-filter-top-right {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .category-filter-top-right-toggle {
    width: 43px;
    height: 43px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
  }
  .category-filter-top-right-toggle::after {
    content: url(../img/filter-down.svg);
    transform: rotate(180deg);
  }
  .category-filter-top-right-order {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    position: relative;
  }
  .category-filter-top-right-order span {
    cursor: pointer;
    color: black;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  .category-filter-top-right-order span::after {
    margin-left: 0.5rem;
    content: url(../img/triangle.svg);
  }
  .category-filter-top-right-order-dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 145%;
    overflow: hidden;
    background: #fff;
    z-index: 50;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.1);
  }
  .category-filter-top-right-order-dropdown a {
    display: flex;
    padding: 0.5rem 1rem;
    color: black;
    font-weight: 600;
  }
  .category-filter-top-right-order-dropdown a:hover {
    text-decoration: none;
    background: black;
    color: white;
  }
  .category-filter-top-right-order:hover .category-filter-top-right-order-dropdown {
    display: flex;
  }
  .category-filter-content-right .category-filters {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  .category-filters-heading {
    text-transform: uppercase;

  }
  .category-filter-content-right .category-filters .form-control {
    border: 2px solid black!important;
    width: 100px;
    text-align: left;
    margin-right: 0.5rem;
  }
  .category-filter-content-right .category-filters  label {
    font-size: 13px;
    color: #747474;
    text-align: left;
    margin: 0;
    width: 100%;
    display: block;
  }
  .range-slider {
    width: 100%;
    background: #f6f6f6!important;
    height: 3px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    box-shadow: none;
    border: none;
    height: 3px;
  }
  .range-slider .noUi-handle {
    background: black;
    width: 6px;
    height: 24px;
    background: black !important;
    border-radius: 0;
    left: -3px;
    top: -12px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.range-slider .noUi-handle::before {
    display: none;
}
.range-slider .noUi-handle::after {
    display: none;
}

  .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    grid-gap: 2rem;
    margin-bottom: 3rem;
  }

  .product__item {
    max-width: 235px;
    height: 100%;
    margin: auto;
  }

  .product__item--image, .artbox--image {
    width: 100%;
    height: 235px;
    width: 235px;
    display: block;
    
  }

 /* @media (max-width: 576px) {
   .author-description .products-grid {
    width: fit-content;
    width: -moz-fit-content;
   }
  }*/

  .product__item--image img, .artbox--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .product__item--name {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
    padding: 0.5rem 0;
    display: block;

  }
  .product-info {
    border-top: 1px solid black;
    display: block;
    font-style: italic;
    padding: 0.5rem 0;
  }
  .product__item--price {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 6px 6px 8px 9px;
    display: inline-block;
    background-image: url('../img/spodroh2.png'), url('../img/toproh2.png');
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    margin: 8px 0;
  }
  /*.product__gallery {
    height: 555px;
    
  }*/
  .product__gallery img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 7px;
}
.product__detail {
    padding: 3rem 0 1.5rem;
}
.product h1 {
    background: none;
    text-transform: none;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    padding: 0;
    letter-spacing: 3px;
}
.product-info {
    border-top: 1px solid #bbb;
}
.product__rating svg {
    height: 20px;
width: 80px;
}
.product-box {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: 2px solid black;
    padding: .5rem 4rem;
    position: relative;
    max-width: fit-content;
    margin: 1rem 0;
    line-height: 29px;
}
.product-box span {
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    display: block;
    background: white;
    font-style: italic;
    font-size: 14px;
    padding: 0 0.5rem;
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-style: italic;
}
.product__priceform--main h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 8px 10px 13px;
    display: inline-block;
    background-image: url('../img/spodroh2.png'), url('../img/toproh2.png');
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    margin: 15px 0;
}
.bottomPrice button, .product__priceform--null button {
    display: block;
    color: white;
    background-color: black;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    padding: 1rem 3rem;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    margin: 1rem 0;
    margin-bottom: 1.5rem;
}
.product__tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border: 1px solid black;
    border-bottom: 0;
}

.product__tabs ul li a {
    display: flex;
    padding: 1rem 2rem;
    border-right: 1px solid black;
    border-bottom: 1px solid black;

}
.product__tabs ul li:hover a, .product__tabs ul li.active a {
    background: black;
    color: white;
}
.product__switch {
    display: none;
}
.product__switch--active {
    display: block;
}
.footer--socials a {
    transition: .25s all;
    display: block;
}
.footer--socials a:hover {
    transform: scale(1.2);
}
.product__carouselgallery {
    margin: 2rem 0;
}
.product__imginside {
    height: 100px;
}
.product__imginside a {
    display: block;
    height: 100%;
}
.product__imginside img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
}
.product__switch {
    /*margin: 2rem 0;*/
    border: 1px solid black;
    padding: 2rem;
    border-top: 0;

}
.btn-black {
    text-transform: uppercase;
    background: black;
    font-size: 16px;
    padding: 0.75rem 2rem;
    color: white!important;
    font-weight: 700;
    border: none;
    display: block;
    max-width: fit-content;
    max-width: -moz-fit-content;
    cursor: pointer;
}
.btn-border {
    text-transform: uppercase;
    background: none;
    border: 2px solid black!important;
    font-size: 16px;
    padding: 0.75rem 2rem;
    color: black!important;
    font-weight: 700;
    border: none;
    display: block;
    max-width: fit-content;
    max-width: -moz-fit-content;
    cursor: pointer;
}
.form-group textarea {
    padding: .5rem 1rem;
}
.product__switchers {
    margin-bottom: 2rem;
}
.product__table--params table td {
    border: 1px solid black;
    padding: 0.25rem 1rem;
    background: none;
}
.header_search form {
    border-bottom: 1px solid #e8e8e8;
    padding: 0.25rem 0;   
    display: flex;
}
.header_search form button {
    display: flex;
    align-items: center;
}
.header_search form span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-left: 0.25rem;
}
.author-heading h1 {
    text-transform: none;
    margin-bottom: 2rem;
}
.author-heading {
    margin: 2rem 0;
    text-align: center;
}
.author-heading-image {
    width: 206.88px;
    height: 206.88px;
    margin: auto;
}
.author-heading-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.author-description-heading {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.author-description p {
    font-size: 16px;
    line-height: 20px;
    text-align: justify !important;
    margin-bottom: 15px;
    line-height: 26px;
    word-break: break-word;
}
.author .tab-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.author .tab-container ul li a {
    border: 1px solid black;
    border-radius: 0;
}
.author .tab-container ul li a.active {
    border: 1px solid black!important;
    border-right: 0!important;
    border-radius: 0;
    background: black;
    color: white;
}
.artbox--text {
    font-style: italic;
}
.tab-container {
    margin-bottom: 2rem;
}
.products-grid {
    margin-top: 0rem;
}
.product__inputprice {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: 2px solid black;
    padding: .5rem 0.25rem;
    position: relative;
    max-width: fit-content;
    margin: 1rem 0;
    max-width: 100px;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__inputprice::after {
    content: 'Počet';
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    display: block;
    background: white;
    font-style: italic;
    font-size: 14px;
    padding: 0 0.5rem;
}
.product__inputprice input {
    border: none;
    width: 20px;
    text-align: center;
}
.product__inputprice span svg {
    height: 15px;
    cursor: pointer;
    width: 15px;
}
#loginPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loginPageModal {
    background: white;
    border: 1px solid black;
    width: 100%;
    max-width: 600px;
    padding: 2rem;
    text-align: center;
}
#loginPage {
    display: none !important;
}
#loginPage.active {
    display: flex !important;
}
#loginPage h2, #loginPage .loginTit {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    padding: 12px 10px 12px 15px;
    display: inline-block;
    background-image: url('../img/spodroh.png'), url('../img/toproh.png');
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.loginPageAction {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 576px) {
    .loginPageAction > button, .loginPageAction > input {
        padding: 0.75rem 1.5rem;
    }
}
.contact__form .form-group:last-child {
    margin: 0;
}
.contact__form--texarea .form-group {
    height: 100%;
}
.contact__form--texarea .form-group textarea {
    height: 100%;
}
.rating-table {
    width: 100%;
    margin-top: 1rem;
    border: 1px solid black;
}
.rating-table td {
    padding: 0.25rem 1rem
}
.rating-table svg {
    height: 15px;
    width: 100px;
}
.header-search {
    margin: 0 10px 0 auto;
}
.nav-lang {
    margin-left: auto;
}
.nav-lang svg {
    margin-right: 0.5rem;
}
.nav-lang .dropdown-menu {
    min-width: 5.8rem;
    left: 8px;
    border-radius: 0;
    margin-top: 0.5rem !important;
    padding: 0.65rem !important;
    border-color: #000;
    background-color: #fff !important;
}
.nav-lang .dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 800;
    padding: 0.175rem 0.5rem;
}
.nav-lang .dropdown-item:active {
    background-color: unset;
    color: #000;
}
.auth-header {
    margin: 0 1.5rem;
}
.auth-header-mobile {
    display: none;
    margin-left: auto;
}
.cart-header a {
    display: flex;

}
.cart-header a span {
    margin-left: 0.6rem;
}
.cart__nav {
    margin: 1rem 0;
    width: 100%;
    justify-content: center;
    display: flex;
}
.cart__nav a {
    padding: 0.75rem 2rem;
    border:1px solid black;
    font-size: 0.875rem;
    text-align: center;
    display: flex;
    align-items: center;
}
.cart__nav a.active {
    background: black;
    color: white;
}
.cart__nav a i {
    display: none;
}
.account .nav-tabs {
    display: flex;
    border: 1px solid black;
    border-bottom: 0;
}
.account .nav-tabs .nav-item {
    display: flex;
    border-right: 1px solid black;
}
.account .tab-content {
    border: 1px solid black;
    padding: 2rem;
}
.left-nav {
    display: flex;
    width: 100%;
}
.nav-detail {
    max-width: 30%;
}
.calculator-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
}
.product-boxes {
    display: flex;
    flex-wrap: wrap;
}
.product-boxes .product-box {
    margin-right: 0.5rem;
}
.tab-pane-actions {
    display: flex;
    justify-content: space-between;
}
.border-box {
    border: 1px solid black;
    padding: 1rem;
    margin-top: 1rem;
}
.i-checks input {
    display: none;
}
.i-checks {
    width: 35px;
    height: 35px;
    border: 1px solid black;
    display: block;
    cursor: pointer;
    pointer-events: none;
    position: relative;
}
.i-checks.checked::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 3px;
    width: 11px;
    height: 23px;
    border: solid black ;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
#sortable_images td {
    position: relative;
}

 
.multiple-checkbox label input {
    display: none;
}
.multiple-checkbox label {
    position: relative;
    padding-left: 3rem;
    min-height: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
    break-inside: avoid-column;
}
.multiple-checkbox label::before {
    content: '';
    width: 35px;
    height: 35px;
    border: 1px solid black;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0px;
}
.multiple-checkbox label.active::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 3px;
    width: 11px;
    height: 23px;
    border: solid black ;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.multiple-checkbox br {
    display: none;
}
/*
.form-group.custom label {
    display: flex;
    padding-left: 3rem;
    flex-direction: column;
    min-height: 50px;
    cursor: pointer;
    justify-content: center;
}
.form-group.custom label::before {
    content: '';
    width: 35px;
    height: 35px;
    border: 1px solid black;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 5px;
}   
.form-group.custom label::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    width: 11px;
    height: 23px;
    border: solid black ;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.pagination  li {
    margin-bottom: 7px;
}
.pagination  li a {
    width: 33px;
    height: 30px;
    background-color: #fff;
    border: 2px solid black;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: 0 0.25rem;
}
.pagination li.active a {
    background: black;
    color: white;
}
.pagination li a:not([href]) {
    display: none;
}
.pagination li a[rel='prev'] {
    font-size: 0;
    background: url(./../img/left.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}
.pagination li a[rel='next'] {
    font-size: 0;
    background: url(./../img/right.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}
@media (max-width: 576px) {
    .navbar-light .navbar-toggler {
        padding-right: 0 !important;
    }
    .header .navbar-brand {
        max-width: 120px;
        margin-right: 0;
    }
    .auth-header-mobile {
        margin-left: 0;
    }
    .pagination li a[rel='prev'] {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .pagination li a[rel='next'] {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .pagination {
        padding: 0 40px;
    }
}
#snippet--catalog form, #snippet--paginator form, .newCatalog--pagination form {
    display: flex;
    justify-content: center;
    font-weight: 600;
    align-items: center;
}
#snippet--paginator .pagination {
    margin-top: 2rem;
}
#snippet--catalog form input[type='number'], #snippet--paginator form input[type='number'], .newCatalog--pagination form input[type='number']{
    font-weight: bold;
    height: 30px;
    width: 33px!important;
    border: 2px solid black;
    margin: 0.35rem;
    outline: none;
    text-align: center;
    box-shadow: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
#snippet--catalog form input[type='submit'], #snippet--paginator form input[type='submit'], .newCatalog--pagination form input[type='submit'] {
    background: black;
    color: white;
    height: 30px;
    border: none;
    border: 2px solid black;
    font-weight: bold;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.category-filter-content h3 {
    font-weight: bold;
}
.products-grid {
    position: relative;
}
.products-grid .owl-nav, .product-detail-related .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 110%;
    display: flex;
    justify-content: space-between;
}
.search-header-icon {
    display: none;
}
@media screen and (max-width: 1300px) { 
    .products-grid .owl-nav { 
        width: 105%;
    }
}
@media screen and (max-width: 1200px) {
    .header .header--search {
        width: 100px;
    }
    .header_search form span {
        display: none;
    }
    .navbar-brand {
        max-width: 200px;
    }
    .auth-header a {
        font-size: 13px!important;
    }
    .category-filter-content-left {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1200px) and (min-width: 100px) {
    .auth-header a {
        font-size: 12px!important;
    }
}
@media screen and (max-width: 991px) {
    .products-grid .owl-nav { 
        width: 115%;
    }
    .page__header.mobile {
        display: none;
    }
    .auth-header {
        display: none;
    }
    .category-filter-down {
        grid-template-columns: 1fr 1fr;
    }
    .auth-header-mobile {
        display: flex;
    }
    .nav-lang svg {
        display: none;
    }
    .nav-lang .dropdown {
        padding: 0;
    }
    .header-search {
        order: 7;
        
        display: none;
        text-align: center;
        
        justify-content: center;
        margin: auto;
        width: 100%;
    }
    .header-search.active {
        display: flex;
    }
    .header_search {
        width: 100%;

    }
    .nav-lang {
        order: 3;
    }
    .search-header-icon {
        order: 5;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .auth-header-mobile {
        order: 4;
    }
    .cart-header {
        order: 5;
    }
    .navbar-toggler {
        order: 6;
    }
    #head-nav {
        order: 7;
        width: 100%;
    }
    .product__tabs ul {
        flex-direction: column;
    }
    .header .header--search {
        width: 100%;
        background: none;
    }
    .contact__form--texarea {
        margin-top: 1rem;
    }
    .account table thead th {
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }
    
    .product__interier_tab, #pinterier  {
        display: none;
    }
    .author-item {
        margin: auto;
    }
}

@media screen and (max-width: 850px) { 
    .products-grid .owl-nav, .owl-art  .owl-nav {
        width: 115%;
    }
}
@media screen and (max-width: 776px) {
    .products-grid .owl-nav, .owl-art .owl-nav {
        width: 100%;
    }
    .cart__nav {
        display: flex;
        flex-direction: column;
    }
    .cart__nav a {
        padding: 0.25rem 1rem;
        font-size: 13px;
    }
    #sortable_images img {
        width: 150px;
    }
    
    .kosik__btn {
        font-size: 16px;
        display: flex;
        align-items: center;
        margin: 0.5rem;

    }
    .kosik h1 {
        font-size: 24px;
    }
    .category-filter-content-left {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) { 
    .cart-actions-separate {
        flex-direction: column;
    }
    .category-filter-down {
        grid-template-columns: 1fr ;
        grid-gap: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 2rem;
    }
    .category-filter-down h3 {
        margin-top: 0;
    }
    .category-filter-content-right {
        align-items: flex-start;
    }
    .kosik__btn {
        width: 100%;
        text-align: center;
        max-width: 100%;
        justify-content: center;
    }
    .kosik__btn--prev {
        order: 2;
    }
    .navbar-brand {
        max-width: 160px;
    }
    .category-filter-content-left { 
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 450px) { 
} 

#back-top {
    z-index: 1030;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid black;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    background: black;

}
#back-top:hover {
    color: white;
    background: white;
}
#back-top svg {
    width: 15px;
}
#back-top:hover svg path {
    fill: black;
}
.owl-nav img {
    width: 20px;
    height: 20px;
}
.owl-nav button {
    background: none!important;
    outline: none!important;
}

/* CERTIFIKAT */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;900&display=swap');
#main {
    max-width: 800px;
    margin: auto;
    margin-bottom: 3rem;
}
#main-image-right {

}
#main-image-left {
    text-align: right;
}
#main-image {
    margin: auto;
    text-align: center;
    margin: 1rem auto;
    max-width: 500px;
}
#main-text {
    max-width: 500px;
    width: 100%;
    margin: 1rem auto;
}
#main-image img {
    width: 100%;
}
#main h1 {
    color: #600000;
    font-weight: 900;
    font-size: 24px;
    /*font-family: 'Raleway', sans-serif;*/
    letter-spacing: 2px;
    margin-top: 1rem;
    background: none;
    text-align: left;
    padding: 0;
}
#main table {
    margin-top: 2rem;
    width: 100%;
    max-width: 600px;
}
#main td {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 18px;
    
}
#main td:last-child {
    text-align: right;
}
.product__info .product__info-heading {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
#snippet--variantImage #main {
    margin-bottom: 1.5rem;
}
.product__info-pbox strong {
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-style: italic;
    font-size: 0.95rem;
    width: 100%;
    text-align: justify;
    display: block;
}
@media (max-width: 450px) {
    .product__info-pbox strong {
        text-align: left;
    }
}
.product__info .product__info-desciption {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #000;
}
.product__info .product__info-author {
    margin-bottom: 3rem;
}
.product__info .product__info-ratings svg {
    font-size: 16px;
    width: 81px;
    height: 15px;
    text-align: left;
}
.product__info .product__info-ratingtext {
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
}
.product__info .product__info-ratingsrow {
    padding-right: 220px;
}
.product__info .product__info-ratingsrow .col-inner {
    padding-right: 30px;
}
.product__info .product__info-ratingsrow {
    margin-bottom: 1.25rem;
}
.product__info-products .product__info-ratingsrow  {
    padding-right: 0;
}
@media (max-width: 1500px) {
    .product__info .product__info-ratingsrow {
        padding-right: 100px;
    }
    .product__info-products .product__info-ratingsrow  {
        padding-right: 0;
    }
}
@media (max-width: 1200px) {
    .product__info .product__info-ratingsrow {
        padding-right: 0px;
    }
}
@media (max-width: 768px) {
    .product__info .product__info-ratingsrow .col-inner {
        padding-right: 0px;
    }
    .footer .footer--logo img {
        max-width: 100%;
    }
}
.product__info-ratingadd {
    position: relative;
}
.product__info-ratingadd #frm-productRatingForm {
    display: none;
}
.product__info-ratingadd.active #frm-productRatingForm {
    display: block;
}
.product__info-ratingadd.active #addrating {
    display: none;
}
.product__info-ratingadd #addrating-close {
    display: none;
}
.product__info-ratingadd.active #addrating-close {
    display: block;
}
#addrating-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.product-show {
    margin-bottom: 0.5rem;
}
.product-show a {
    max-width: 245px;
    text-align: center;
    line-height: 28px;
    display: block;
    height: 58.5px;
}
.product-show.active a {
    background-color: #000;
    color: #fff !important;
}
.fb-share-button {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.product-interier-content,
.product-ram-content {
    display: none;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #000;
}
.product-ram-content  {
    padding-bottom: 2.5rem;
}
.product-interier-content.active,
.product-ram-content.active {
    display: block;
}
.category-filter-top-right-perPage-dropdown .active {
    font-weight: 600;
}
.category-filter-top-right-perPage-dropdown a:hover {
    text-decoration: none;
}
.category-filter-top-right-perPage-dropdown a:not(:last-of-type)::after {
    content: " | ";
    font-weight: 400 !important;
    text-decoration: none !important;
}
.bottomPrice button {
    border: 2px solid black!important;
    transition-duration: 0.1s;
}
.bottomPrice button:hover {
    background-color: #fff;
    color: #000 !important;
}
#snippet--productToCart .btn-border {
    transition-duration: 0.1s;
}
#snippet--productToCart .btn-border:hover {
    background-color: #000;
    color: #fff !important;
}
.product-ram-content--form {
    padding: 0rem;
}
.product-ram-content--form label {
    font-weight: 500;
}
.product-ram-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.product-ram-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.product-ram-content--recommended {
    position: absolute;
    background-color: #000;
    color: #fff;
    top: 0;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 0.1rem 0;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 50px;
    margin-bottom: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom radio button */
  .custom-checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #000;
}
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .custom-checkbox .checkmark:after {
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #000;
}
.product-ram-content--productsrow {
    display: flex;
    margin-top: 3rem;
    flex-wrap: wrap;
    cursor: pointer;
    margin: 0.75rem -10px 0;
}
.product-ram-content--col {
    width: calc(100% / 5);
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.product-ram-content--product {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 2rem 5rem;
    position: relative;
}
.product-ram-content--product-old {
    padding: 2rem 2rem 1.5rem;
}
.product-ram-content--smallproducts {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    width: calc(100% - 16px);
}
.product-ram-content--smallproductsRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.product-ram-content--smallproductsCol {
    padding: 0 2px;
    width: 20%;
}
.product-ram-content--smallproductsCol > a {
    background-color: #fff;
    display: block;
    padding: 3px;
    border: 1px solid #fff;
}
.product-ram-content--smallproductsCol > a:hover {
    border: 1px solid #000;
}
.product-ram-content--smallproductsCol > a img {
    height: 33px !important;
    width: 33px;
    display: block;
    margin: auto;
}
@media (max-width: 576px) {
    .product-ram-content--smallproductsCol > a {
        padding: 8px 4px;
    }
}
.product-ram-content--blackrow {
    border: 1px solid #000;
}
.product-ram-content--product img {
    height: 210px;
    object-fit: scale-down;
}
.product-ram-content--product.selected {
    background-image: url("../img/tick-selected.png");
    background-repeat: no-repeat;
    background-position: left 22px bottom 72px;
    border: 0;
}
.product-ram-content--product-old.selected {
    background-position: left 22px bottom 22px;
}
.product-ram-content--product p {
    margin-bottom: 0;
}
.product-ram-content--price {
    font-weight: bold;
}
.product-ram-content--head {
    margin-top: 1rem;
    font-weight: bold;
    display: block;
    line-height: 32px;
}
@media (max-width: 1500px) {
    .product-ram-content--col {
        width: calc(100% / 4);
    }
}
@media (max-width: 1200px) {
    .product-ram-content--col {
        width: calc(100% / 3);
    }
}
@media (max-width: 993px) {
    .product-ram-content--col {
        width: calc(100% / 2);
    }
}
@media (max-width: 768px) {
    .product-ram-content--col {
        width: calc(100% / 1);
    }
}
@media (max-width: 576px) {
    .custom-checkbox {
        width: calc(100%);
    }
    .product-ram-content h3 {
        margin-bottom: 1.5rem;
    }
}
.flowchart {    
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.flowchart .flowchart--img {
    margin-bottom: 2.5rem;
    position: relative;
}
.flowchart .flowchart--img img {
    height: 65px;
    object-fit: scale-down;
    object-position: center;
}
.flowchart .flowchart--img::after {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    right: 0;
    content: "";
    background-image: url("../img/flowicons/arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 20px;
    width: 100%;
}
@media (max-width: 1300px) {
    .flowchart .flowchart--img::after {
        background-image: url("../img/flowicons/arrow2.png");
        background-position: right 33px center;
    }
}
@media (max-width: 1200px) {
    .flowchart .flowchart--img::after {
        background-image: url("../img/flowicons/arrow2.png");
        background-position: right 0px center;
    }
}
@media (max-width: 993px) {
    .flowchart .flowchart--img::after {
        content: none;
    }
    .flowchart .flowchart--box {
        padding-bottom: 1rem;
    }
}
.flowchart .row > .col-12:last-of-type .flowchart--img::after {
    content: none;
}
.flowchart h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1.5rem;
    max-width: 90%;
}
.flowchart p {
    font-weight: 500;
    line-height: 28px;
}
.statistiky-acc p {
    font-weight: bold;
    font-size: 1.5rem;
}
.statistiky-acc .btn-black {
    margin-top: 1.3rem;
}
.statistiky-acc input[type="date"] {
    border: 1px solid #000;
    padding: 0.25rem 0.4rem;
    margin-right: 0.5rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.statistiky-acc .statistiky-row {
    display: flex;
}
#removeFrame {
    text-decoration: underline;
}
#modal {
    z-index: 50!important;
}
.bottomPrice button{
    width: 100%;
    max-width: 315px;
}
.bottomSize {
    display: flex;
    align-items: stretch;
}
.bottomSize input:first-child {
    border-bottom: 0px!important;
}
.bottomSizeInput {
    display: flex;
    flex-direction: column;
}
#finalPrice {
    margin-top: 1rem;
}
#search-products-autosuggest ul {
    position: absolute;
    max-width: 400px;
    padding: 0;
    background: #fff;
    width: 100%;
    z-index: 9999;
    margin-bottom: 0;
}
#search-products-autosuggest ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 13px;
}
#search-products-autosuggest ul li a {
    display: flex;
    color: #7a7a7a;
    font-weight: 500;
    align-items: center;
    text-align: left;
    transition: 0.2s all;
    font-size: 13px;
    text-transform: none;
    text-align: right;
}
#search-products-autosuggest ul li a:hover {
    text-decoration: none;
}
#search-products-autosuggest ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 2px 0;
    margin-right: 15px;
    background: #f6f6f6;
    padding: 2px;
}
#search-products-autosuggest ul li .search-products-price {
    cursor: default;
    font-weight: 500;
    justify-content: flex-end;
}
#search-products-autosuggest ul li .search-products-price:hover {
    text-decoration: none;
}
.max-315 {
    max-width: 350px;
}
.max-315 .bottomPrice button {
    width: 100%;
    max-width: unset;
}

#login {
    cursor: pointer;
}
.product__detail .bottomPrice {
    max-width: 325px;
}
.product__detail .bottomPrice button {
    width: 100%!important;
    max-width: unset!important;
}
.product__detail .bottomPrice .btn-border {
    width: 100%!important;
    max-width: unset!important;
    height: unset;
}
.product-boxes {
    display: flex;
    justify-content: space-between;
}
.product-boxes .product-box {
    margin-right: 0;
}
.product-boxes .product-box:first-child {
    width: 100%;
    max-width: 75%;
}
@media (max-width: 767px) {

    #search-products-autosuggest ul {
        max-width: 100%;
        left: 0;
        top: 55px;
    }
    #search-products-autosuggest ul li {
        padding: 10px 35px;
    }
}
.frameFilters {
    margin-top: 2.5rem;
}
@media (max-width: 1200px) {
    .statistiky-acc {
        margin-top: 2rem;
    }
}
@media (min-width: 1500px) {
    .tab-pane #modal > div {
        left: 30% !important;
        right: 30% !important;
    }
}
@media (min-width: 993px) {
    .tab-pane #modal > div {
        left: 20% !important;
        right: 20% !important;
    }
}
@media (max-width: 993px) {
    .tab-pane #modal > div {
        left: 10% !important;
        right: 10% !important;
    }
}
@media (max-width: 768px) {
    #perspective-container {
        min-height: 340px !important;
    }
    .tab-pane #modal > div {
        left: 10px !important;
        right: 10px !important;
    }
    .cropper-container {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    #perspective-container {
        min-height: 300px !important;
    }
}
@media (max-width: 450px) {
    #perspective-container {
        min-height: 280px !important;
    }
    .small-change {
        display: flex;
        flex-direction: column;
    }
    .small-change .form-group {
        margin: 0!important;
    }
    .small-change .form-group:last-child {
        margin: 1rem 0!important;
    }
    /*.statistiky-row {
        flex-direction: column;
    }
    .statistiky-row div {
        margin-top: 0.5rem;
        display: flex;
        align-items: center;
    }
    .statistiky-row span {
        width: 34px;
        display: block;
    }*/
}
.cartbtn {
    background-color: #000;
    padding: 7px 9px;
    border-radius: 0;
    border: 1px solid black;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#slevovy_kupon form {
    display: flex;
}
#slevovy_kupon input {
    height: 38px;
    border: 1px solid black;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 5px;
    outline: none;
    box-shadow: none;
}
#slevovy_kupon input[type="submit"] {
    padding: 7px 9px;
}
.colors-checkbox-row {
    column-count: 3;
}
.cart-header-number {
    position: absolute;
    left: 8px;
    line-height: 10px;
    top: 1px;
    background-color: #000;
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#snippet-shoppingCartBoxComponent-shoppingCart, #snippet--paramBox {
    position: relative;
}
.remove-filters {
    position: absolute;
    top: 18px;
    left: 32px;
    font-size: 15px;
}
.account #snippet--flashes .col-xs-12 > .flash {
    font-weight: 600;
}
.account #snippet--flashes .col-xs-12 > .flash:last-of-type {
    margin-bottom: 1rem;
}
.removeFilter {
    display: block;
    text-decoration: underline;
    position: absolute;
    top: 1rem;
    left: 2.5rem;
}
@media (max-width: 993px) {
    .account .tab-container .nav-item .nav-link.active {
        background-color: #000;
        color: #fff;
        border-radius: 0;
        border-color: #000;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}
@media (max-width: 576px) {
    .account .nav-tabs .nav-link {
        padding: 0.4rem;
        font-size: 15px;
    }
    .colors-checkbox-row {
        column-count: 2;
    }
    .removeFilter {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: black;
        padding: .5rem 1rem;
        color: white;
        text-decoration: none;
        z-index: 9999;
        border-radius: 50px;
        font-weight: bold;
        top: unset;
        left: unset;
    }
}
.product__carouselgallery .owl-nav span {
    display: none;
}
.product__carouselgallery .owl-nav {
    height: 0;
    margin: 0;
}
.btn-black.smaller, .btn-clear.smaller, .btn-border.smaller {
    text-transform: none;
    font-size: 13px;
    padding: 0.5rem 1rem;
}
.price__button {
    width: 20px;
    display: flex;
}
.kosik__cell--input {
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-selected {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 2rem;
}
.filter-selected-item {
    margin: 10px;
    padding: 0.5rem 1rem;
    padding-right: 0.5rem;
    border: 1px solid #dedddd;
    display: flex;
    align-items: center;

}
.filter-selected-item:hover {
    text-decoration: none;
    background: #f6f6f6;
}
.filter-selected-item::after {
    content: url(./../img/close.svg);
    width: 16px;
    display: flex;
    align-items: center;
    margin-left: .5rem;
    height: 16px;
    background: url(./../img/close.svg);
    background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.homepage-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin-top: 2rem;
}
.homepage-numbers-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.homepage-numbers-item span:first-child {
    font-size: 42px;
    color: black;
    font-weight: bold;
}
.homepage-numbers-item span:last-child {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .kosik__table table {
        display: flex;
        flex-direction: column;
    }
    .kosik__table.table-responsive {
        overflow: unset;
    }
    .kosik__table table thead {
        display: none;
    }
    .kosik__table table tbody {
        display: flex;
        flex-direction: column;
    }
    .kosik__table table tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: .5rem;
    }
    .kosik__table table tbody tr td {
        width: 100%!important;
        
    }
    .kosik__table table tbody tr td:not(:first-child) {
        border-top: 0;
    }
    .kosik__table table {
        min-width: unset;
    }
    .empty {
        display: none;
    }
    .auth-header-mobile {
        display: flex;
        align-items: center;
    }
    .auth-header-mobile span {
        margin-left: 5px;
        font-size: 14px;
        border: 2px solid black;
        display: block;
        padding: 1px 5px;
    }
}
@media screen and (max-width: 576px) {
    #slevovy_kupon input {
        width: 100%;
    }
    .homepage-numbers-item span:first-child {
        font-size: 20px;
    }
    .homepage-numbers-item span:last-child {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) { 
    .navbar-brand {
        max-width: 120px;
    }
    .homepage-numbers-item span:first-child {
        font-size: 14px;
    }
    .homepage-numbers-item span:last-child {
        font-size: 11px;
    }
}

.control-layer__point {
    display: none;
}
.blog .blog__box {
    margin-bottom: 5rem;
}
.blog .blog__image {
    width: 355px;
    height: 220px;
    object-fit: cover;
    display: block;
    margin-bottom: 1rem;
}
.blog .blog__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: .6rem;
    display: block;
    line-height: 25px;
}
.blog .blog__date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: .6rem;
    color: #8a8a8a;
}
.blog .blog__desc {
    font-family: 'Old Standard TT';
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.3rem;
}
.blog .blog__tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.blog h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.6rem;
    display: block;
    font-size: 20px;
    line-height: 25px;
}
.blog .blog__pageimage {
    float: right;
    max-width: 500px;
    max-height: 350px;
    margin: 0 0 2rem 2rem;
}
.blog .blog__tags p {
    margin: 0 4px 8px;
    border: 1px solid #000;
    padding: 0rem .5rem;
    font-weight: 600;
    font-size: 14px;
}.bazar input[type="submit"]
.blog .blog__tags.blog__pagetags {
    margin: 4rem -4px 4rem;
}
.bazar .bazar__form .bazar__form-content {
    max-width: 500px;
    margin: 0 auto 0;
    padding-top: 2rem;
}
.bazar .bazar__files {
    display: flex;
    align-items: center;
    margin: 1.75rem 0 1.5rem;
}
.bazar .bazar__files p {
    margin-bottom: 0;
}
.bazar .bazar__files label {
    cursor: pointer;
    border: 2px solid #000;
    padding: 0.25rem 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    transition-duration: 0.1s;
    margin: 0 0 0 1rem;
}
.bazar .bazar__files label:hover {
    color: #fff;
    background-color: #000;
}
.bazar .bazar__files input {
    opacity: 0;
    width: 0;
    position: absolute;
    z-index: -1;
}
.bazar input[type="submit"] {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    padding: 1rem 4.5rem;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 1rem auto 2.5rem;
    transition-duration: 0.1s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.bazar input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}
.bazar .bazar__howto h2 {
    text-transform: uppercase;
    font-size: 16px;
    padding: 1rem 0;
    margin: 0;
    display: block;
    line-height: 26px;
}
.bazar .bazar__form .form-control {
    margin-bottom: 0.75rem;
}
.author .author-heart {
    border: 1px solid black;
    margin: 1rem auto;
}
.author .author-heart img {
    margin-right: 0.2rem;
}
.author .author-heart a {
    padding: .2rem .6rem !important;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .blog .blog__pageimage {
        float: unset;
        display: block;
        max-width: 100%;
        margin: 0 0 2rem 0;
    }
}
@media (max-width: 768px) {
    .bazar .bazar__form {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .blog .blog__box {
        margin-bottom: 3rem;
    }
    .blog .row .col-12:last-of-type .blog__box {
        margin-bottom: 1rem;
    }
    .blog__pagetags {
        margin-top: 3rem;
    }
}
.product__popup {
    width: 950px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 4rem 7rem;
    text-align: center;
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: 0 auto;
    box-shadow: 0 0 0 5000px rgb(255 255 255 / 83%);
    -webkit-box-shadow: 0 0 0 5000px rgba(255 255 255,0.83);
    -moz-box-shadow: 0 0 0 5000px rgba(255 255 255,0.83);
}
.product__popup2 {
    width: 950px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 4rem 7rem;
    text-align: center;
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    box-shadow: 0 0 0 5000px rgb(255 255 255 / 83%);
    -webkit-box-shadow: 0 0 0 5000px rgba(255 255 255,0.83);
    -moz-box-shadow: 0 0 0 5000px rgba(255 255 255,0.83);
    max-width: 950px;
    width: 100%;
    display: none;
}
.product__popup2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 700;
}
.product__popup p {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 700;
}
.product__popup-ram {
    border: 2px solid #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 2rem auto;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0.4rem 0.75rem 0.4rem 2.75rem;
    background-image: url("../img/vybrat-ram.png");
    background-repeat: no-repeat;
    background-position: left 12px center;
    transition-duration: 0.1s;
    cursor: pointer;
}
.product__popup .row a {
    border: 2px solid black;
    background-color: #000;
    color: #fff;
    transition-duration: 0.1s;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    padding: 1.125rem 0;
    margin-top: 1rem;
}
.product__popup-close {
    position: absolute;
    top: -36px;
    right: -84px;
    cursor: pointer;
}
.product__popup .row a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.product__popup-ram:hover {
    background-color: #ebebeb;
    text-decoration: none;
}
.product__popup-line {
    background-color: #e6e6e6;
    height: 8px;
    border-radius: 4px;
    width: 73%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    margin: 2rem 0 2rem 1rem;
}
.product__popup-line span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    background-color: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
@media (max-width: 1200px) {
    .product__popup {
        width: unset;
        max-width: 930px;
    }
}
@media (max-width: 993px) {
    .product__popup {
        left: 15px;
        right: 15px;
        top: 25px;
    }
    .product__popup {
        padding: 4rem 1.5rem 4rem;
    }
    .product__popup-close {
        right: -9px;
        top: -46px;
    }
    .product__popup .row a {
        margin: 1rem auto 0;
    }
    .product__popup-line {
        width: 84%;
    }
}
/*
.control-layer circle {
    display: none;
}
.control-layer:hover circle {
    display: block;
}*/
/*.control-layer__point {
    display: none;
}

.control-layer__path:hover ~ .control-layer__point, .control-layer__point:hover ~ .control-layer__point {
    display: block;
}
.control-layer__path:hover + .control-layer__point, .control-layer__point:hover + .control-layer__point  {
    display: block;
}
*/
.nav-lang .dropdown-item img {
    width: 16px;
    height: 10px;
    margin-right: .5rem;
}
.filter-frame-border {
    margin-top: 2rem;
    padding: 1rem;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
}
.filter-frame-border .custom-checkbox {
    display: flex;
    align-items: center;
    padding-right: 0;
}
.filter-frame-border .name-field {

}
.filter-frame-border .price-field {
    margin-left: auto;
    font-weight: 600;
}
.filter-frame-border .custom-checkbox:last-child {
    margin: 0;
}
.filter-framer-border-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.menu--catalog .menu--dropdown {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 10px;
    z-index: 1;
}
.menu--catalog .menu--dropdown > .menu--dropdown-content {
    border: 1px solid #000;
    background-color: #fff;
    padding: 3rem 2.5rem 1rem;
}
.menu .menu--catalog {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 0 !important;
}
.menu--catalog .nav-link {
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 0px;
}
@media (max-width: 1500px) {
    .menu .menu--catalog {
        border-bottom: 0;
        margin: 0 -5px;
        justify-content: flex-start;
    }
    .menu--catalog-div {
        border-bottom: 2px solid #000;
    }
    .menu--catalog .nav-link { 
        padding: 10px 5px;
    }
}
.menu--catalog > li.menu--hasDropdown .nav-link::before  {
    display: inline-block;
    margin-right: 0.45em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-bottom: 0;
    border-left: 0.25em solid transparent;
}
.menu--catalog .menu--hasDropdown:hover .menu--dropdown {
    display: block;
}
.menu--catalog .menu--dropdown-item--box {
    display: flex;
}
.menu--catalog .menu--dropdown-item--img {
    min-width: 80px;
    max-width: 80px;
    max-height: 85px;
    object-fit: scale-down;
    padding-right: 1.25rem;
}
.menu--catalog .menu--dropdown-item--title {
    font-size: 16px;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 0.25rem;
}
.menu--catalog .menu--dropdown-item--subtitle {
    text-transform: initial;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 500;
}
.menu--catalog .menu--dropdown-item--box {
    margin-bottom: 2rem;
}
.menu--catalog .menu--dropdown-item-subcats {
    line-height: 20px;
}
.menu--catalog .menu--dropdown-item--box .menu--dropdown-item--subtitle:not(:last-of-type)::after {
    content: ",";
}
.newCatalog--product {
    border: 1px solid #000;
    padding: 2rem 1.15rem 6rem;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
}
.newCatalog--product a {
    display: flex;
    flex-direction: column;
}
.newCatalog--product .newCatalog--product-image {
    height: 260px;
    object-fit: scale-down;
    object-position: center;
    margin-bottom: 1.5rem;
}
.newCatalog--product .newCatalog--product-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.newCatalog--product .newCatalog--product-price {
    position: absolute;
    bottom: 37px;
    left: 0;
    right: 0;
    text-align: center;
}
.newCatalog--product .newCatalog--product-price span {
    width: fit-content;
    width: -moz-fit-content;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url(../img/spodroh3.png), url(../img/toproh3.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    padding: 10px 12px 10px 14px;
}
.newCatalog--pagination {
    margin-top: 1.5rem;
}
.newCatalog--filters .newCatalog--filters-category--button {
    width: 100%;
    border: 2px solid #000;
    position: relative;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
}
.newCatalog--filters .newCatalog--filters-category--button span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}
.newCatalog--filters .newCatalog--filters-category--button::before {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-bottom: 0;
    border-left: 0.25em solid transparent;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.newCatalog--filters .newCatalog--filters-category--content {
    background-color: #f2f2f2;
    padding: 0.8rem 1.2rem;
    margin-bottom: 1.5rem;
    display: none;
}
.newCatalog--filters .newCatalog--filters-category.newCatalog--filters-category--active .newCatalog--filters-category--content {
    display: block;
}
.newCatalog--filters .newCatalog--filters-category--content a, .newCatalog--filters .newCatalog--filters-category--content label {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
}
.newCatalog--filters .newCatalog--filters-category--content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (min-width: 1200px) {
    .newCatalog > .row > .col-xl-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .newCatalog > .row > .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}
#newCatalog-priceslider {
    margin: 1rem 0 4rem;
}
#newCatalog-priceslider.noUi-target {
    background: #000;
    border: none;
    box-shadow: none;
    height: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#newCatalog-priceslider.noUi-horizontal .noUi-handle {
    background: #000;
    border: none;
    box-shadow: none;
    width: 5px;
    height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    left: 0;
    top: -9px;
}
#newCatalog-priceslider .noUi-handle:after, #newCatalog-priceslider .noUi-handle:before {
    display: none;
}
#newCatalog-priceslider .noUi-tooltip {
    top: 120%;
    left: 0;
    bottom: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    border: none;
    background: transparent;
    padding: 0;
    font-weight: 600;
}
#newCatalog-priceslider .noUi-handle-upper .noUi-tooltip {
    background-color: #f2f2f2;
    left: unset;
    right: 0;
}
@media (max-width: 993px) {
    .newCatalog--filters {
        margin-bottom: 2rem;
    }
}
.newProduct .product__largeimage {
    border: 1px solid #000;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}
.newProduct .product__largeimage img {
    max-height: 460px;
    object-fit: scale-down;
}
.newProduct .product__priceform--main h2 {
    font-size: 20px;
}
.newProduct .product__priceform--main h3 {
    font-weight: 500;
}
.newProduct .product__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.product__rating--stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 25px;
  font-family: Times;
  line-height: 1;
}
.product__rating--stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #ffac4a var(--percent), #e1e1e1 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product__buttons {
    margin-bottom: 1.5rem;
}
.product__buttons ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.product__buttons a {
    text-transform: uppercase;
    background: none;
    border: 2px solid black!important;
    font-size: 16px;
    padding: 0.75rem 0.25rem;
    color: black!important;
    font-weight: 700;
    border: none;
    display: block;
    max-width: fit-content;
    max-width: -moz-fit-content;
    cursor: pointer;
    text-align: center;
    min-width: 205px;
    transition-duration: 0.1s;
}
.product__buttons ul li {
    margin-bottom: 0.5rem;
}
.product__buttons ul li:not(:last-child) {
    margin-right: 0.5rem;
}
.product__buttons a:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff !important;
}
.product__buttons--content > div:not(.active) {
    display: none;
}
.product__buttons li.active a {
    background-color: #000;
    color: #fff !important;
}
.product__info--variant-image {
    width: 75px;
    height: 75px;
    object-fit: scale-down;
    margin-right: 1rem;
}
.product__info--variants-row {
    border: 1px solid #000;
}
.product__info--variant > .row {
    align-items: center;
}
.product__info--variant-text {
    font-size: 16px;
    font-weight: 700;
}
.product__info--variant-price {
    font-size: 20px;
    font-weight: 700;
}
.product__info--variant-availability {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    min-width: 90px;
    text-align: center;
    padding: 0.25rem 0;
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
}
.product__info--variant-amount input {
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.product__info--variant-amount {
    display: flex;
    align-items: center;
}
.product__info--variant-amount-btn {
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
}
.product__info--variant-amount-btn a {
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.1s;
}
.product__info--variant-amount-btn a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.product__info--variant-amount-plus {
    border-bottom: 1px solid #000;
}
.product__info--variants-row .product__info--variant {
    padding: 0.5rem;
}
.product__info--variants-row .product__info--variant:not(:last-child) {
    border-bottom: 1px solid #000;
}
.product__info--variant-submit {
    margin-left: auto;
    margin-top: 2rem;
    padding: 1.25rem 8rem;
}
@media (max-width: 1200px) {
    .product__info--variant-amount {
        justify-content: center;
    }
    .product__info--variants-row .product__info--variant {
        padding: 1rem 0.5rem 1.5rem;
    }
    .product__info--variant-price, .product__info--variant-availability, .product__info--variant-ks, .product__info--variant-text {
        margin: 0.25rem auto !important;
        text-align: center;
        display: block;
    }
    .product__info--variant-image {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .product__info--variant-submit {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .newProduct .product__largeimage {
        margin-bottom: 1.5rem;
    }
    .product__buttons ul li:not(:last-child) {
        margin-right: 0;
        width: 100%;
    }
    .product__buttons ul {
        flex-direction: column;
    }
    .product__buttons a {
        width: 100%;
        max-width: 100%;
    }
    .newProduct .product__priceform--main h2 {
        margin-top: 0;
    }
}
@media (max-width: 576px) {
    .product__info--variant-submit {
        width: 100%;
        max-width: 100%;
        padding: 1.25rem 4rem;
    }
}
.newProduct--images {
    padding: 1rem 1px;
    margin: 0 -1px;
}
.newProduct--images .owl-item {
    border: 1px solid #000;
    padding: 0.5rem;
}
.newProduct--images .owl-item img {
    max-height: 150px;
    object-fit: scale-down;
}
.eshop--paragraph, .eshop--paragraph p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}
.eshop--paragraph-nostrong, .eshop--paragraph-nostrong p {
    font-weight: 400;
}
.eshop--paragraph p {
    margin-bottom: 0;
}
.eshop--paragraph {
    margin-bottom: 3.5rem;
}
.eshop--boxes {
    display: flex;
    justify-content: center;
    margin: 0 2rem 4rem;
    flex-wrap: wrap;
}
@media (max-width:1200px) {
    .eshop--boxes {
        margin: 0 0 4rem;
    }
}
.eshop--boxes > div {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem;
    width: calc(100% / 3 - 2rem / 3);
    margin-right: 1rem;
}
.eshop--boxes > div:last-child {
    margin-right: 0;
}
.eshop--boxes > div img {
    margin-right: .5rem;
}
.eshop--boxes > div span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.eshop--recommended h2 {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 4rem;
}
@media (max-width:768px) {
    .eshop--boxes > div {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 1rem;
        min-height: 70px;
    }
    .eshop--boxes > div:last-child {
        margin-bottom: 0;
    }
    .eshop--boxes {
        margin: 0 0 2.5rem;
    }
    .eshop--recommended h2 {
        margin-bottom: 2.5rem;
    }
    .eshop--paragraph {
        margin-bottom: 2.5rem;
    }
}
.eshop--catBox {
    border: 1px solid #000;
    display: flex;
    padding: 0.5rem 1rem;
    align-items: center;
    margin-bottom: 16px;
}
.eshop--catBoxes .row {
    margin: 0 -8px;
}
.eshop--catBoxes .col-12, .eshop--catBoxes .col-6 {
    padding: 0 8px;
}
.eshop--catBox span {
    font-weight: 600;
    font-size: 15px;
}
.eshop--catBox img {
    height: 50px;
    width: 40px;
    object-fit: scale-down;
    margin-right: 0.5rem;
}
.eshop--catBoxes {
    margin-bottom: 3rem
}
@media (max-width: 576px) {
    .eshop--catBox {
        padding: 0.5rem;
        height: calc(100% - 1rem);
    }
    .eshop--catBox img {
        margin-right: 0.4rem;
        width: 35px;
    }
}
.product__info--variants-cart {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin-left: 1rem;
}
.variants-eshop .product__info--variant-price {
    text-align: right;
    display: block;
}
.variants-eshop {
    margin-bottom: 2rem;
}
.eshop--bestselling h2 {
    text-transform: uppercase;
}
.variants-eshop--more {
    font-style: italic;
    text-align: center;
    margin-bottom: 3.5rem;
}
.product__buttons.noactive {
    margin-bottom: 4rem;
}
.variants-eshop--price {
    display: flex;
}
.product__info--relative {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 13px;
    left: 28px;
    z-index: 1;
}
.product__info--relative .product__info--variant-availability {
    padding: 0.25rem 0.5rem;
    min-width: unset;
    margin-bottom: 0.25rem;
    font-size: 11px;
}
.newCatalog--categories-level-1, .newCatalog--categories-level-2 {
    display: none;
}
.newCatalog--categories-level-1.active, .newCatalog--categories-level-2.active {
    display: block;
}
.newCatalog--categories-level-1.active > li > a {
    background-image: url("../img/eshop-subcat.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.33rem;
}
.newCatalog--categories-level-1.active > li > ul {
    padding-left: 1.33rem;
}
.newCatalog--categories-level-2.active > li > a {
    padding-left: 1.33rem;
}
@media (max-width: 1200px) {
    .variants-eshop .product__info--variant-price {
        margin: 0 1rem 0 0!important;
    }
    .variants-eshop--price {
        justify-content: center;
        align-items: center;
        margin-top: .75rem;
    }
    .product__info--variants-cart {
        height: 40px;
    }
    .product__info--relative .product__info--variant-availability  {
        margin: 0 0 0.25rem !important;
    }
    .variants-eshop--price form {
        display: flex;
        align-items: center;
    }
    .eshop--catBoxes-back {
        margin-bottom: 2rem;
        font-weight: 500;
    }
}
@media (max-width: 993px) {
    .eshop--catBoxes {
        margin-bottom: 1rem;
    }
    .variants-eshop {
        margin-top: 1.5rem !important;
    }
    .variants-eshop--more {
        display: none;
    }
    .eshop--paragraph, .eshop--paragraph p {
        font-size: 16px;
    }
    .eshop--paragraph-nostrong {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 768px) {
    .product__buttons.noactive a{
        min-width: unset;
        font-size: 14px;
    }
    .product__buttons.noactive ul {
        flex-direction: row;
    }
    .product__buttons.noactive ul li {
        width: calc(100%/3 - 3px);
    }
    .product__buttons.noactive ul li:not(:last-of-type) {
        margin-right: 4px;
    }
    .product__buttons.noactive {
        margin-bottom: 1.5rem;
    }
}
.buyVariant {
    background: black;
    padding: 0.25rem 0.75rem;
    border: none;
    -webkit-appearance: none;
    margin-left: 0.5rem;
}
.buyVariant svg {
    fill: white;
}
.buyVariant:hover {
    background: white;
    border: 1px solid #000;

}
.buyVariant:hover svg path {
    fill: black;
}
.product__info--variant-amount-plus,.product__info--variant-amount-minus {
    border: 1px solid #000;
}
.product__info--variant-amount-plus {
    margin-bottom: 2px;
}
.product__info--variant-amount-btn {
    border: none;
    margin: 0 5px;
}
.newCatalog--product {
    position: relative;
}
.moreVariants {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f1f1f1;
    padding: 0.75rem 1rem;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.variantProduct .newCatalog--product-price {
    bottom: 65px;
}
.variantProduct {
    padding-bottom: 8rem;
}
.menu--catalog .menu--dropdown {
    z-index: 998;
}
.product__info--skladem-clear {
    background: white;
    border: 1px solid black;
    color: black;
    font-weight: 800;
    padding: 3px 7px!important;
    text-transform: none;
}
#search-products-autosuggest ul li a {
    text-align: left;
}
.search-products-price {
    white-space: nowrap;
}
.bazar-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.bazar-navigation-item {
    border: 1px solid black;
    width: 100%;
    padding: 0.5rem 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;


}
.bazar-navigation-item::after {
    content: '';
    width: 20px;
    height: 12px;
    background: url(./../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.bazar-navigation-item.active::after {
    transform: none;
}
#how-it-work {
    display: none;
}
#how-it-work.active {
    display: block;
}
#insert-frame {
    display: none;
}
#insert-frame.active {
    display: block;
}

@media screen and (max-width: 776px) {
    .bazar-navigation-item {
        font-size: 13px;
    }
}
@media screen and (max-width: 576px) {
    .bazar-navigation-item {
        font-size: 11px;
    }
}
.payments-logo {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.payments-icons {
    margin-left: 2rem;
    display: flex;
    flex-direction: column;

}
.payments-icons span {
    color: white;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
    .payments-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }   
    .payments-icons { 
        margin: 0;
        margin-top: 2rem;
    }    
}
.price-register {
    display: flex;
    align-items: center;
    border: 1px solid black;
    padding: 0.5rem;
    max-width: fit-content;
    margin-top: 1rem;
}
.price-register span:first-child {
    font-weight: bold;
    display: block;
    margin-right: 0.5rem;
}
.price-register span:nth-child(2) {
    font-weight: 500;
}
.price-register::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(./../images/how-to.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 0.5rem;
}
.artbox--image-eshop img {
    object-fit: contain;
}
.artbox--content-eshop {
    padding: 1rem 0;
}
.artbox--content-eshop-heading {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.5rem;
    display: block;
}
.artbox--content-eshop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.artbox--content-eshop li {

}
.artbox--content-eshop a {
    font-weight: 600;
}
.product-eshop-next {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: 1.5rem;
}
.product-eshop-next::after {
    content: '';
    margin-left: .5rem;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    background-color: transparent;
    transform: rotate(45deg);
}
.price-register {
    cursor: pointer;
}
.product__item--recommended {
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    font-size: 13px;
}
.product__item--recommended--container {
    height: 20px;
}
.product__item--recommended::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(./../images/info.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
    color: #89898d;
}

.table-bordered thead td, .table-bordered thead th {
    font-size: 13px;
}
.table-bordered td, .table-bordered th {
    font-size: 13px;
} 
.table td, .table th {
    padding: 0.5rem;
}
.controls-table {
    display: flex;
    justify-content: space-between;

}
.controls-table a {
    display: block;
    padding: 5px;
}
.controls-table img {
    width: 15px;
}
.user-confirm-div p {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
}