/**
Theme Name: overoptic
Author: Jakub Pesek
Author URI: https://www.jakubpesek.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: overoptic
Template: astra
*/

@import url("fonts.css");


a:hover {
    outline: none;
}
.site-content {
    background: #fafaff;
}
.site-footer {
    background:#ced0e9;
    padding: 16px;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
    margin-bottom: 0;
}
.wp-block-heading {
    margin-bottom:0 !important;
}
.woocommerce-tabs,
.related.products  {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 30px;
    margin-bottom:20px;
}

.archive .products li{
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 8px;

}

.wc-block-grid__product {
    background: #ffffff;
    border: 1px solid #e1e1e1 !important;
    padding: 8px;
    text-align: center !important;
}
.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    max-width: 31.333333% !important;
}

.wc-block-grid__products {
    column-gap: 20px;
}
.woocommerce-tabs {
    margin-top:80px;
    clear:both;
}

.wc-block-grid__product-image,
.astra-shop-thumbnail-wrap {
    min-height: 250px;
    padding:8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:40px;
    padding-right: 40px;
}
@media screen and (max-width: 640px){
    .wc-block-grid__product-image,
    .astra-shop-thumbnail-wrap {
        padding-left:5px;
        padding-right:5px;
    }

    .products.columns-4 {
        display: flex !important;
        flex-wrap: wrap;
    }
    .items {
        flex-wrap: wrap;
    }
}
.astra-shop-summary-wrap .price {
    font-size: 26px !important;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
    color: #3b4185 !important;
}
.woocommerce-price-suffix {
    font-size: 16px !important;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 0 26px;
    height: 45px;
    line-height: 45px;
    background: #24cf80 linear-gradient(top, #33ec79, #24cf80);
    border: 1px solid #24cf80;
    outline: 0;
    position: relative;
   transition: all ease 0.25s;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button:hover {
    background: #24cf80;
}


.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-weight:500;
}
.woocommerce-products-header__title {
    font-weight:bold;
}
.term-description {
    max-width: 700px;
}

.woocommerce-products-header {
    padding-bottom:16px;
    margin-bottom: 16px;
    border-bottom:1px solid #e1e1e1;
}
.custom-block-velikost {
    display: flex;
    flex-direction: column;
    margin-bottom:15px;
}
.custom-block-velikost .title{
    font-weight: bold;
    padding-right:10px;
}

.custom-block-velikost .title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.custom-block-velikost .velikost-select {
    line-height: 43px;
    padding-left: 15px;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 150px;
    background: white;
}

.custom-block-velikost .fake-select {
    line-height: 43px;
    padding-left: 15px;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #ddd;
    max-width: 150px;
    background: white;
}

.summary .woocommerce-Price-amount bdi {
    color: #24cf80;
}
.wc-block-grid__product-link {
    text-decoration: none !important;
}

.wc-block-grid__product-title {
    color: #3b4185 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size:16px !important;
}

.wc-block-grid__product .wc-block-grid__product-price.price {
    font-size:20px !important;
    font-weight: bold !important;
    color: #3b4185 !important;
}
.search-form {
    border-radius: 20px;
}


.woocommerce-product-gallery__wrapper {
    min-height: 500px;
    display: flex;
    align-items: center;
    background: white;
}

.woocommerce-product-gallery > .flex-viewport {
    min-height: 500px;
    background: white;
}

/* Base Styles */
.with-configurator form.cart {
    display: none;
}

#glass-configurator {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 20px;
    background-color: #ffffff;
    max-width: 100%;
    margin: 0 auto;
    clear:both;
}

#glass-configurator h3,
#glass-configurator h4 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.config-wrapper {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background-color: #fff;
}

.config-step {
    display: none;
}

.config-step.active {
    display: block;
}

/* Styling for Input Elements in Configurator Steps */
.config-step input[type="text"],
.config-step input[type="number"],
.config-step input[type="file"],
.config-step select,
.config-step textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.config-step input[type="text"]:focus,
.config-step input[type="number"]:focus,
.config-step input[type="file"]:focus,
.config-step select:focus,
.config-step textarea:focus {
    border-color: #5D8A7F;
    outline: none;
    box-shadow: 0 0 5px rgba(93, 138, 127, 0.5);
}

/* Radio and Checkbox Styling */
.config-step input[type="radio"],
.config-step input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 10px;
    cursor: pointer;
}

.config-step label {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 8px;
}

/* Button Styling */
.config-step button {
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 16px;
    color: #fff;
    background-color: #5D8A7F;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.config-step button:hover {
    background-color: #496e64;
}

/* Navigation Buttons */
.config-step button.prev-step {
    background-color: #aaa;
}

.config-step button.prev-step:hover {
    background-color: #888;
}

/* File Upload Styling */
.config-step input[type="file"] {
    padding: 5px;
    font-size: 14px;
}

/* Select Dropdown */
.config-step select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'><path fill='%235D8A7F' d='M0 0h10L5 5z'/></svg>")
    no-repeat right 10px center;
    background-size: 10px 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .config-step input,
    .config-step select,
    .config-step textarea {
        font-size: 14px;
        padding: 8px;
    }

    .config-step button {
        font-size: 14px;
        padding: 8px 15px;
    }
}
.ast-single-tab {
    display: flex;
    flex-direction: column;
}
.woocommerce-tabs {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}
.woocommerce-tabs .ast-single-tab:first-child {
    flex-basis: 60%;
}
.woocommerce-tabs .ast-single-tab:nth-child(2) {
    flex-basis: 35%;
}
.ast-distributed-content {
    width: 100% !important;
}
table.woocommerce-product-attributes tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.03);
}
.woocommerce div.product .woocommerce-tabs .ast-distributed-wrap .shop_attributes th, .woocommerce div.product .woocommerce-tabs .ast-distributed-wrap .shop_attributes td {
    padding: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 8px;
}

.woocommerce-subcategories-container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom:18px;
}

.category-box {
    display: flex;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    min-height: 70px;
    font-size: 16px !important;
    line-height: 18px;
    flex-basis: calc(20% - 16px);
    padding: 16px;
    padding-right: 42px;
    align-items: center;
    transition: all 300ms ease-in-out;
    cursor:pointer;
}
.category-box:hover {
    color: #24cf80;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

.tabulka-prodejny td,
.tabulka-prodejny th{
    padding-top:0;
    padding-bottom: 0;
}
.tabulka-prodejny td {
    border: 1px solid #e1e1e1;
}
.tabulka-prodejny tr:first-child td {
    background: #3b4185;
    color: white;
}

.tabulka-prodejny tr td:first-child {
    background: #3b4185;
    color: white;
}



.size-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.size-popup .size-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.size-popup .size-inner {
    width: 100%;
    max-width: 600px;
    max-height: 100vh;
    background-size: cover;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-y: scroll;
}
.size-popup .size-inner .size-popup-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    max-height: 80%;
}
.size-popup .size-inner .size-popup-close {
    width: 40px;
    height: 40px;
    background-color: #3b4185;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 110;
}
.size-popup .size-inner .size-popup-close:hover {
    opacity: 0.8;
}
.size-popup .size-inner .size-popup-content {
    padding: 30px 20px;
}
.size-popup .size-inner .size-popup-content .how-to-pick .sizes {
    display: flex;
}
.size-popup .size-inner .size-popup-content .how-to-pick .sizes .size {
    text-align: center;
}
.size-popup .size-inner .size-popup-content .how-to-pick .sizes .size img {
    width: 80%;
    margin-bottom: 20px;
}
.size-popup .size-inner .size-popup-content .how-to-pick .head-size {
    display: flex;
}
.size-popup .size-inner .size-popup-content .how-to-pick .head-size .size {
    flex: 1;
    text-align: center;
}
.size-popup .size-inner .size-popup-content .how-to-pick .head-size .size img {
    width: 70%;
    margin-bottom: 20px;
}
.size-popup .size-inner .size-popup-content .how-to-pick .head-size .size .name {
    width: 30px;
    height: 30px;
    background-color: #f1f1f1;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 20px auto;
}
.size-popup .size-inner .size-popup-content .how-to-pick .head-size .size .description {
    line-height: 1.5;
    padding: 0 25px;
}
@media (max-width: 1024px) {
    .size-popup .size-inner .size-popup-close {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


#konfigurator-skel {
    /*display: block !important;*/
    clear: both;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 30px;
}

.config-krok {
    padding-top: 20px;
}

.prechod {
    text-align: center;
    border-top: 1px solid #e1e1e1;
    margin-top:16px;
    padding-top:16px;
}

.config-krok .predchozi-krok {
    background: white;
    color: #3b4185;
    font-weight: normal;
    text-decoration: underline;
}
.config-krok .predchozi-krok:hover {
    text-decoration: none;
}

.config-krok .dalsi-krok {
    border:1px solid #33ec79;
    background: #33ec79;
    color: black;
}
.config-krok .dalsi-krok:hover {
    color: white;
}

#krok-3 .row,
#krok-1 .row {
    display: flex;
    gap: 1%;
}

.pickwrap {
    display: flex;
    flex-direction: row;

}
.pick2.active,
.pick1.active {
    display: block;
}
.pick2.hide,
.pick1.hide {
    display: none;
}

.pick2 {
    padding:20px;
    border: 1px solid #3b4185;
    margin-top:10px;
    width:100%;
}

.pick-offset {
    flex-direction: column !important;
}
.pick-group {
    width: 100%;
    padding: 10px 10px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:8px;
}
.pick-group.side {
    flex-direction:column;
    max-width:50px;
    float: right;
}


.lenses-box .pick .pick-group .color.active:after {
    clear: both;
    display: block;
    content: '\f00c';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.lenses-box {
    position:relative;
}
.lenses-box.pr-60{
    padding-right:60px;
}
.lenses-box.advancement_subtype .pick,
.lenses-box.vylepseni-box .pick {
    display: none;
}

.lenses-box.advancement_subtype.active .pick {
    display: block;
}
.lenses-box.vylepseni-box.active .pick {
    display: block;
    position: absolute;
    right:0;
    top:0;
}
.pick-group.side .color {
    margin-right:0 !important;
    margin-bottom: 10px;
}
.pick-title {
    width: 130px;
}
.pick-group.hidden {
    display: none;
}
.tab-slunecni.hide {
    display: none;
}
.tab-fotochromaticke.hide {
     display: none;
}

.lenses-box .pick .pick-group .color {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    line-height: 1;
    cursor: pointer;
}
.lenses-box .pick {
    width: 100%;
}

.lenses-box .pick .pick-group .color.brown {
    background-color: #785f3b;
}
.lenses-box .pick .pick-group .color.gray {
    background-color: gray;
}
.lenses-box .pick .pick-group .color.gray-85 {
    background-color: rgba(0, 0, 0, 0.75);
}
.lenses-box .pick .pick-group .color.gray-75 {
    background-color: rgba(0, 0, 0, 0.65);
}
.lenses-box .pick .pick-group .color.gray-50 {
    background-color: rgba(0, 0, 0, 0.4);
}
.lenses-box .pick .pick-group .color.green {
    background-color: #627f57;
}
.lenses-box .pick .pick-group .color.blue {
    background-color: blue;
}
.lenses-box .pick .pick-group .color.silver {
    background-color: silver;
}
.lenses-box .pick .pick-group .color.purple {
    background-color: purple;
}
.lenses-box .pick .pick-group .color.gold {
    background-color: gold;
}
.lenses-box .pick .pick-group .color.orange {
    background-color: orange;
}
.lenses-box .pick .pick-group .color.pink {
    background-color: pink;
}

.lenses-box .pick .pick-group .color .hint {
    display: inline-block;
    position: relative;
    bottom: -3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 115%;
    padding: 5px;
    font-size: 13px;
    background-color: #fff;
}

.soubor {
    padding:16px;
    border: 1px solid #e1e1e1 ;
}

.bread-configurator {
    display: flex;
    flex-direction: row;
    margin-bottom:8px;
    padding-bottom:8px;
    border-bottom: 1px solid #e1e1e1 ;
}

.bread-configurator > div {
    font-size:20px;
    padding-right:40px;
}

.bread-configurator .active {
    color: #3b4185;
}

.bread-configurator .pred {
    color: black;
    text-decoration: underline;
}
.bread-configurator .dalsi {
    color: gray;
}



#krok-2 .left-pick {
    max-width: 35%;
}

#krok-2  .right-content {
    max-width: 64%;
    padding:16px;
}
.lenses-box input {
    display: none;
}

#krok-2 .lenses-box,
#krok-3 .lenses-box,
#krok-4 .lenses-box,
#krok-1 .lenses-box {
    display: flex;
    flex-basis: 19%;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding:16px;
    margin-top:8px;
    margin-bottom:8px;
    border: 1px solid #e1e1e1 ;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    min-width:180px;

}
.lenses-box:hover {
    border: 1px solid #3b4185 !important;
}


.lenses-box.active {
    border: 1px solid #33ec79 !important;
    background: #33ec7908;
}

.lenses-box.active:after {
    clear: both;
    display: block;
    content: '\f00c';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
    background: #33ec79;
    padding: 16px;
    border-radius: 30px;
}


#krok-3 .lenses-box .inner,
#krok-2 .lenses-box .inner{
    display: flex;
    flex-direction: row;
    text-align: left;
}

#krok-3 .lenses-box {
    flex-basis: 49% !important;
    justify-content: flex-start;
}
.vyber-wrapper {
    display: flex;
    flex-direction: row;
    gap:16px;
    justify-content: space-between;
}


#krok-3 .vylepseni {
    flex-basis:73%;
}
#krok-3 .vylepseni img{
    margin-right:16px;
    max-width: 70px;
    min-width: 70px;
}

#krok-3 .summary {
    flex-basis:25%;
}
#krok-3 .vylepseni .row{
    display: flex;
    flex-wrap: wrap;
}

#krok-2 .lenses-box .inner .img {
    margin-right:15px;
}

#krok-3 .lenses-box .img,
#krok-1 .lenses-box .img {
    margin-bottom: 16px;
}

#krok-2 .lenses-box .title,
#krok-3 .lenses-box .title,
#krok-4 .lenses-box .title,
#krok-1 .lenses-box .title {
    font-size: 18px;
}
#krok-2 .lenses-box .subtitle,
#krok-3 .lenses-box .subtitle,
#krok-4 .lenses-box .subtitle,
#krok-1 .lenses-box .subtitle {
    font-weight: 400;
}

#krok-1 .row > div input {
    /*display: none;*/
}

#krok-4 .vylepseni .row {
    display: flex;
    flex-direction: row;
    width:100%;
}
#krok-4 .lenses-box img {
    max-height: 100px;
    margin-bottom: 10px;
}

#krok-4 .vyber-wrapper .summary {
    width: 100% !important;
    max-width: 320px;
}

@media screen and (max-width:640px) {
    .vyber-wrapper {
        flex-direction: column;
    }
    #krok-2 .lenses-box, #krok-3 .lenses-box, #krok-1 .lenses-box {
        display: flex;
        flex-basis: 100% !important;
        width: 100%;
    }
    .pick-group {
        flex-direction: column;
    }
}

.predpis .tabulka {
    background: #fafaff;
    margin-top:16px;
    margin-bottom:16px;
}
.predpis .tabulka .hlavicka{
    background: #3b4185;
    color: white;
}
.title-predpis {
    padding-left:16px;
}

.dioptrie,
.cylindr,
.osa {
    padding-elft:8px;
    padding-right:8px;
}

.tip {
    padding:8px;
    background: #e3eff7;
    font-style: italic;
}

.predpis .select2 {
    padding: 0;
    padding-left: 10px;
    padding-top: 2px;
}

.predpis .tabulka > div{
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}
.predpis .tabulka > div div {
    flex-basis: 25%;
}

@media screen and (max-width:640px) {
    .predpis .tabulka > div{
        flex-direction: column;
        gap: 6px;
    }
    .predpis .tabulka > div div {
        flex-basis: 100%;
        width:100%;
        padding-left:5px;
        padding-right: 5px;
    }
}
.redukce.hide {
    display: none;
}
.redukce {
    background: #fafaff;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
}

.redukce select {
    padding: 0;
    padding-left: 10px;
    padding-top: 2px;
}

.already-has-this {
    background: #fafaff;
    margin-top:16px;
    margin-bottom:16px;
    padding:16px
}

.already-has-this .title {
text-align: center;
    font-weight: bold;
    padding:5px;
}
.already-has-this img {
    margin-right: 0 !important;
    margin-bottom:10px;
}


.items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    text-align: center;
}

@media screen and (max-width: 640px){
    .bread-configurator {
        flex-direction: column;
    }
    #krok-3 .row, #krok-1 .row {
        display: flex;
        flex-wrap: wrap;
        gap: 1%;
    }
    .pickwrap {
        flex-direction: column;
    }
    #krok-2 .lenses-box,
    #krok-3 .lenses-box,
    #krok-1 .lenses-box {
        display: flex;
        flex-basis: 100%;
    }
    #krok-2 .left-pick {
        max-width: 100%;
    }
    #krok-2 .right-content {
        max-width: 100%;
        padding: 0px;
    }
    #krok-3 .lenses-box .inner, #krok-2 .lenses-box .inner {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}



.contact-block {
    padding-left: 50px;
}
.contact-block.phone::before {
    content: "\f095";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 20px;
    color: black;
    position: absolute;
    left: 10px;
    top: 8px;
}

.contact-block.mail::before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 20px;
    color: black;
    position: absolute;
    left: 10px;
    top: 8px;
}

section.advantages  {
    display: flex;
    flex-direction: row;
    padding-top:40px;
    padding-bottom:40px;
    flex-wrap: wrap;
}
section.advantages .advantage-box {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;

}
section.advantages .advantage-box .icon {
    height: 50px;
    line-height: 50px;
}
section.advantages .advantage-box .icon i {
    color: #8c94f2;
    font-size: 28px;
}
section.advantages .advantage-box .title {
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}
section.advantages .advantage-box .description {
    line-height: 1.5;
    color: #696969;
    margin: 10px 0;
}
section.advantages .advantage-box a {
    color: #24cf80;
    font-size:14px;
}


/*brand list*/
.brands-list .row {
    display: flex;
    flex-wrap: wrap;
    gap:16px;
}
.brands-list h3 {
    padding-bottom:16px;
}
.col-sm-15 {
    flex-basis: 15%;
}
.bestsellers .col-sm-3 {
    flex-basis:24%;
}
.text-center {
    text-align: center;
    justify-content: center;
}
.bestsellers {
    padding-bottom:30px;
}
section.brands-list a.brand-box {
    display: block;
    line-height: 150px;
    height: 150px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ececec;
}
section.brands-list a.brand-box:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
section.brands-list a.brand-box img {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
}
section.brands-list a.brand-box-small {
    height: 110px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.brands-list a.brand-box-small:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
section.brands-list a.brand-box-small img {
    margin-right: 10px;
    max-width: 50px;
    height: auto;
}

.loop-wrapper {
    display: flex;
}
@media screen and (max-width:700px){
    .loop-wrapper {
        flex-direction: column;
    }
}
@media (max-width: 544px) {
    .ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid), .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.loop-sidebar-filter {
    flex-basis: 24%;
    min-width:24%;
    margin-right:16px;
}
.product-loop {
    flex-strech: 1;
}
.sub-menu {
    border: 0;
}

.sub-menu a {
    color: black;
    padding-top:1px !important;
    padding-bottom: 1px !important;
}
.sub-menu a .menu-text {
    color: black;
}

.summary-block {
    background: #ffffff;
    border: 1px solid #3b4185;
    padding: 16px;
    margin-bottom: 16px;
}

.summary-block .name {
    font-weight: bold;
}

.celkem {
    font-size:18px;
    font-weight: bold;
    border-top: 1px solid #e1e1e1;
    margin-top: 8px;
    padding-top: 8px;

}

.extratvrzeniwrap > div,
.celkem,
.cocky > div,
.obroucky {
    display: flex;
    justify-content: space-between;
}

.tvrzeni-block.hide {
    display: none !important;
}

#lens-options {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.filter {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}
.filter .section {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 0;
}
.filter .section:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.filter .section.no-bottom-border {
    border-bottom: 0;
}
.filter .section .label {
    font-size: 16px;
    margin-bottom: 10px;
}
.filter .section .label i {
    display: none;
}
.filter .section .items ul li a.check {
    clear: both;
    padding: 7px 0;
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 15px;
}
.filter .section .items ul li a.check.disabled {
    display: none;
}
.filter .section .items ul li a.check:hover {
    color: #24cf80;
}
.filter .section .items ul li a.check.active .square {
    background-color: #24cf80;
    border: 1px solid #24cf80;
}
.filter .section .items ul li a.check.active .square i {
    display: block;
}
.filter .section .items ul li a.check .square {
    float: left;
    width: 17px;
    height: 17px;
    margin-top: -2px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 10px;
    position: relative;
}
.filter .section .items ul li a.check .square i {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
}
.filter .section .items ul li a.check .dot {
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.filter .section .items ul li a.check .dot:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.filter .items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    text-align: left;
}
.items ul {
    margin-left: 0;
}
.items ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter .white-bg {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 20px;
}

.custom-filter-sidebar {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter-group {
    margin-bottom: 15px;
}

.filter-group h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.filter-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

button[type="submit"] {
    background: #5d8a7f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}

button[type="submit"]:hover {
    background: #4a6f66;
}

.filter-wrapper {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 20px;
}

.filter-group {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 0;
}

.filter-group h3 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 8px;
}

.filter-group a.check {
    clear: both;
    padding: 0;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    width: 100%;
}

.filter-group a.check .square {
    float: left;
    width: 17px;
    height: 17px;
    margin-top: -2px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 10px;
    position: relative;
}

.filter-group a.check .square i {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
}

.filter-group a.check.checked .square i {
    display: block;
}

.filter-group a.check.checked .square {
    background-color: #24cf80;
    border: 1px solid #24cf80;
}


.filter-group a.check .dot {
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#twosize {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
#twosize label{
    width: 100%;
}

.product-loop .product{
    transition: all 300ms ease-in-out;
}
.product-loop .product:hover{
    border-color: #3b4185;
}
.color-index-products h3{
    font-size:18px;
}

.color-slider {
    display: flex;
    margin-bottom:16px;
}

.product-box-small  {
    float: left;
    list-style: none;
    position: relative;
    width: 123px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    border: 1px solid #e1e1e1;
    padding-bottom: 10px;
    background: white;
}

.product-box-small .image {
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.product-box-small.active {
    /*background-color: rgba(36, 207, 128, 0.05);*/
    border: 1px solid #24cf80;
}

.product-box-small .price {
    font-size:14px;
}
.product-box-small .color {
    font-size:14px;
    font-weight: bold;
}
.product_title {
    font-size: 24px !important;
}

.vyber-vzdalenost {
    display: flex;
    justify-content: center;
    text-align: center;
    gap:20px;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}
.vyber-vzdalenost span {
    text-decoration: underline;
    cursor: pointer;
}
.vyber-vzdalenost span:hover {
    text-decoration: none;
}
.vyber-vzdalenost span.active {
    color: #3b4185;
    font-weight: bold;
    text-decoration: none;
}

#twosize,
#onesize {
    display: none;
}

#twosize.active,
#onesize.active {
    display: flex;
}

@media screen and (max-width:640px) {
    #twosize.active {
        flex-wrap:wrap;
    }
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong{
    color: white !important;
}

.zornice-title {
    text-decoration: underline;
}

.zornice-title:hover {
    text-decoration: none;
}

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

#otevrit-konfigurator {
    color: #004c1d;
}
#otevrit-konfigurator:hover,
#otevrit-konfigurator:focus {
    color: white;
}

.uagb-faq-questions-button {
    color: #0a0a0a;
    background-color: #ffffff;
    font-size: 20px;
}
.uagb-faq-child__outer-wrap {
    background-color: #ffffff;
    border: 1px solid #e1e1e1 !important;
}

.uagb-faq-content {
    font-size: 16px;
    padding: 20px !important;
    padding-top: 30px !important;
}

.uagb-faq-item-active .uagb-faq-questions-button{
    color: #444444;
    background-color: #ced0e9;
}
.uagb-faq-item-active .uagb-faq-content {
    background-color: #ffffff;
}

.site-header-above-section-center .sub-menu li{
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-header-above-section-center .sub-menu li a:hover {
    color: #3b4185 !important;
}

.box-nav {
    border-radius:4px;
    min-height:84px;
    line-height:20px;
    transition: all 300ms ease-in-out;
    background: #ced0e9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.box-nav.active { 
    background: #3b4185;
    color: #ffffff;
}
.box-nav.active a{
    color: #ffffff;
} 
.box-nav:hover {
    background: #3b4185;
    color: #ffffff;
}

.box-nav:hover a{
    color: #ffffff;
}

.box-nav a {
    text-decoration: none !important;
}

.megamenu-container p {
    margin: 0 !important;
}

.megamenu-container .wp-block-uagb-container {
    gap: 5px;
}

.open-size-popup {
    margin-bottom: 0;
    cursor: pointer;
    display: block;
}
.open-size-popup:hover {
    color: #24cf80;
}

/* Modal Background */
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.custom-modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
}

/* Close Button */
.custom-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Button Style */
.custom-modal-button {
    cursor: pointer;
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
}

.custom-modal-button:hover {
    background: #005a7a;
}


.price del bdi {
    color: red !important;
}

.price del {
    font-size:12px;
    clear: both;
    display: block !important;
}

.link-button a{
    background: -webkit-linear-gradient(top, #33ec79, #24cf80);
    border: 1px solid #24cf80;
    color: black !important;
    padding: 9px 25px;
    text-decoration: none !important;
    display: inline-block;
}

.link-button a:hover {
    background: #24cf80;
}

.menu-barvy {
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.astra-megamenu .wp-block-list {
    margin-left: 0 !important;
}


.kolecko a{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    border-radius: 20px;
    border: 1px solid rgb(213, 213, 213);
    overflow: hidden;
    text-indent: -9999px;
}
.kolecko a:hover {
    border: 1px solid black;
}

.kolecko.zluta a {
    background: #eeee22;
}
.kolecko.zlata a {
    background: gold;
}
.kolecko.zelena a {
    background: #81d742;
}
.kolecko.vinova a {
    background: #673147;
}
.kolecko.stribrna a {
    background: silver;
}
.kolecko.seda a {
    background: grey;
}
.kolecko.ruzova a {
    background: #f727f0;
}
.kolecko.pruhledne a {
    background: #ffffff;
}
.kolecko.oranzova a {
    background: #f9a004;
}
.kolecko.modra a {
    background: #1e73be;
}
.kolecko.hnedaa {
    background: #914d00;
}
.kolecko.havana a {
    background: rgb(36, 3, 3);
}
.kolecko.fialova a {
    background: #8224e3;
}
.kolecko.cervena a {
    background: #dd3333;
}
.kolecko.cerna a {
    background: #0a0a0a;
}
.kolecko.bronzova a {
    background: #a05d11;
}
.kolecko.bila a {
    background: #fcfcfc;
}

.kolecko.bezova a {
    background: beige;
}



.ico-pilot::before {
    content:'';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2022/04/pilot.svg') no-repeat center center;
    margin-right:5px;
    margin-bottom: -7px;
}

.ico-oversize::before {
    content:'';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2022/06/oversize-1.png') no-repeat center center;
    background-size: contain;
    margin-right:5px;
    margin-bottom: -7px;
}

.ico-ovalne::before {
    content:'';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2022/04/pilot.svg') no-repeat center center;
    margin-right:5px;
    margin-bottom: -7px;
}

.ico-obdelnik::before {
    content:'';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2022/04/obdelnikove.svg') no-repeat center center;
    margin-right:5px;
    margin-bottom: -7px;
}

.ico-kulate::before {
    content:'';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2022/04/okrouhle.svg') no-repeat center center;
    margin-right:5px;
    margin-bottom: -7px;
}

.ico-hranate::before {
    content:'';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2022/04/ctvercove.svg') no-repeat center center;
    margin-right:5px;
    margin-bottom: -7px;
}

.ico-cateye::before {
    content:'';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/wp-content/uploads/2022/05/Cat-eye.png') no-repeat center center;
    background-size: contain;
    margin-right:5px;
    margin-bottom: -7px;
}


li.product {
    overflow: visible !important;
}

.right-content {
    width: 100%;
}

.row.tvrzeni-block {
        display: flex;
        flex-basis: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        padding: 16px;
        margin-top: 8px;
        margin-bottom: 8px;
        border: 1px solid #e1e1e1;
        cursor: pointer;
        transition: all 300ms ease-in-out;
        min-width: 180px;
        position:relative;
}

.row.tvrzeni-block .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.row.tvrzeni-block .price {
    font-weight: bold;
}
.row.tvrzeni-block .checkbox-wrapper {
    display: none;
}

.row.tvrzeni-block.active {
    border: 1px solid #33ec79 !important;
    background: #33ec7908;
}

.row.tvrzeni-block.active:after {
    clear: both;
    display: block;
    content: '\f00c';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
    background: #33ec79;
    padding: 16px;
    border-radius: 30px;
}

.testimonial-slider {
    list-style: none;
    position: relative;
}

/* Swiper viewport equivalent */
.nt-vc-testimonials .testimonial-slider .swiper-wrapper {
    z-index: 5;
}

/* Swiper controls container */
.nt-vc-testimonials .swiper-button-next,
.nt-vc-testimonials .swiper-button-prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    pointer-events: auto;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro'; /* Only if you're using FontAwesome */
    font-weight: 300;
    font-size: 24px;
    color: #007cba;
}
.nt-vc-testimonials .swiper-button-next::after,
.nt-vc-testimonials .swiper-button-prev::after {
    font-size: 18px;
    color:#007cba;
}

/* Align prev/next buttons */
.nt-vc-testimonials .swiper-button-prev {
    left: 0;
}
.nt-vc-testimonials .swiper-button-next {
    right: 0;
}

/* Testimonial box styling */
.nt-vc-testimonials .testimonial-box {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0px 10px 10px 130px;
    min-height: 110px;
}

/* Adjust when no profile image */
.nt-vc-testimonials .testimonial-box.no-image {
    padding-left: 0;
    text-align: center;
}

/* Profile image as background */
.nt-vc-testimonials .testimonial-box .profile {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

/* Citation & author */
.nt-vc-testimonials .testimonial-box .citation p {
    font-style: italic;
    line-height: 1.7;
    font-weight: 400;
}

.nt-vc-testimonials .testimonial-box .author {
    font-weight: bold;
    margin-top: 15px;
}

/* Optional Swiper pagination bullets styling */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: blue;
}


.title-wrapper:after {
    clear: both;
    display: block;
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: calc((100vw - 1240px) / -2);
    width: 100vw;
    background-color: #dcdcdc;
    height: 1px;
}
.title-wrapper h2{
    position: relative;
    text-align: center;
    z-index: 5;
    display: block  !important;
    background: #fafaff;
    width: auto !important;
    padding-left: 16px;
    padding-right: 16px;
}

.advancement_subtype.disallow,
.lenses-box.vylepseni-box.disallow {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
    border: 1px solid #c66262;
}


.dalsi-krok.current1 { pointer-events: none; cursor: not-allowed; opacity: 0.8;}
.dalsi-krok.current2 {  opacity: 0.8;}
.dalsi-krok.current3 { pointer-events: none; cursor: not-allowed; opacity: 0.8;}

.infoButton.current3::after,
.infoButton.current2::after,
.infoButton.current1::after {
    color: rgb(228, 70, 70);
    border:1px solid rgb(228, 70, 70);
    padding:5px 8px;
    border-radius:3px;
    background: rgb(243, 224, 224);
    font-size: 12px;
    width: 130px;
    margin: 8px auto;
}

.infoButton.current3::after {
    content:'Vyberte vylepšení';
    display: block;
}
.infoButton.current2::after {
    content:'Vyberte všechna povinná pole';
    display: block;
}
.infoButton.current1::after {
    content:'Vyberte typ čoček';
    display: block;
}

.dalsi-krok.current1.valid { pointer-events: auto; cursor: pointer; opacity: 1;}
.dalsi-krok.current2.valid { pointer-events: auto; cursor: pointer; opacity: 1;}
.dalsi-krok.current3.valid { pointer-events: auto; cursor: pointer; opacity: 1;}

.infoButton.current3.valid::after,
.infoButton.current2.valid::after,
.infoButton.current1.valid::after {
    content:'Vše vybráno';
}

.infoButton.current3.valid::after,
.infoButton.current2.valid::after,
.infoButton.current1.valid::after {
    color: rgb(57, 189, 57);
    border:1px solid rgb(57, 189, 57);
    padding:5px 8px;
    border-radius:3px;
    background: rgb(230, 246, 230);
}

.lenses-size.notHnede {
    pointer-events: none; cursor: not-allowed; opacity: 0.8;
    position: relative;
}

.lenses-size.notHnede::before {
   content:'Xtractive pouze v šedé barvě';
   position: absolute;
   left:0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(248, 213, 213, 0.874);
   display: flex;
   align-items: center;
   justify-content: center;
}

.label-bryle {
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    background: #3b4185;
    padding: 3px 10px;
    border-radius: 4px;
}

.tab .col-sm-12 {
    width:100%;
}

/* For offer-index-16 (recommended 1.6) */
body.offer-index-tenke label[data-value="tenke"]::before {
    content: "Doporučujeme";
    display: block;
    background: white;
    color: #3b4185;
    font-weight: bold;
    margin-bottom: 5px;
    position: absolute;
    bottom: -15px;
    padding: 2px 7px;
}

/* For offer-index-15 (recommended 1.5) */
body.offer-index-standard label[data-value="standard"]::before {
    content: "Doporučujeme";
    display: block;
    background: white;
    color: #3b4185;
    font-weight: bold;
    margin-bottom: 5px;
    position: absolute;
      bottom: -15px;
    padding: 2px 7px;
}

/* For offer-index-167 (recommended 1.67) */
body.offer-index-extratenke label[data-value="extratenke"]::before {
    content: "Doporučujeme";
    display: block;
    background: white;
    color: #3b4185;
    font-weight: bold;
    margin-bottom: 5px;
    position: absolute;
    bottom: -15px;
    padding: 2px 7px;
}

/* For offer-index-174 (recommended 1.74) */
body.offer-index-ultratenke label[data-value="ultratenke"]::before {
    content: "Doporučujeme";
    display: block;
    background: white;
    color: #3b4185;
    font-weight: bold;
    margin-bottom: 5px;
    position: absolute;
     bottom: -15px;
    padding: 2px 7px;
}


.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: block;
}

.success-message {
    color: #28a745;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.error-message-general {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}