button.popup-close {
    right: 2px;
}
.archive #lbx-plp-tabs.featured-products-tab {
    display: none;
}
.single-product-tabs-nav ul.nav li.nav-item.mobile-show {
    display: none;
}
.single-product-tabs-nav .nav .nav-link .mobile-show {
        display: none;
}
.single .tab .content-parametrs {
    padding-top: 20px;
    padding-bottom: 10px;
}

@media screen and (max-width: 964px) {
    
    .single-product-tabs-nav .nav .nav-link .pc-show {
        display: none;
    }
    .single-product-tabs-nav .nav .nav-link .mobile-show {
        display: block;
    }
    .single-product-tabs-nav ul.nav li.nav-item.mobile-show {
        display: block;
    }
    .single-product-tabs .tab #parametry {
        margin-top: 20px;
        padding-top: 20px;
    }
    .single-product-tabs .tab#tab-description .col-sm-7, 
    .single-product-tabs .tab#tab-description .col-sm-5 {
        width: 100%;
    }
}

.variation-price {
    min-height: 50px; /* Adjust this value to fit the tallest variation price content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.variation-price del {
    font-size: 14px; /* Optional: Adjust for styling */
    margin-bottom: 4px; /* Add space between del and ins */
}

.variation-price ins {
    font-size: 16px; /* Optional: Adjust for styling */
    font-weight: bold;
}

/* If additional spans like screen-reader-text affect layout, hide them visually */
.variation-price .screen-reader-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.variation-image {
    width: 64px;
}

@media (max-width: 450px) {
    .variation-image {
        width: 45px;
    }
}

@media (max-width: 420px) {
    .variation-image {
        width: 38px;
    }
}

@media (max-width: 400px) {
    .variation-image {
        width: 32px;
    }
}

@media (max-width: 490px) {
    .woocommerce-cart-form .product-thumbnail {
        display: none;
    }

    .woocommerce-cart-form {
        margin-left: -10px;
    }

    .woocommerce-cart-form .table-responsive thead,
    .woocommerce-cart-form .table-responsive tbody {
        font-size: 0.9rem;
    }

    .woocommerce-cart-form .table-responsive tbody .product-name {
        font-size: 0.8rem;
    }

    .woocommerce-cart-form .input-text.qty {
        width: 32px;
    }

    .woocommerce-cart-form .table>:not(caption)>*>* {
        padding: .5rem .5rem .5rem .1rem;
    }
}

.woocommerce-cart-form .table-responsive tbody .product-price,
.woocommerce-cart-form .table-responsive tbody .product-subtotal {
    text-align: end;
}

.woocommerce-cart-form .table-responsive thead .product-price,
.woocommerce-cart-form .table-responsive thead .product-subtotal,
.woocommerce-cart-form .table-responsive .product-quantity {
    text-align: center;
}

.days-to-stock {
    font-size: 0.9rem;
    color: #688294;
}

.rpishop-currency-dropdown {
    position: relative;
    display: inline-block;
    width: auto;
    font-family: sans-serif;
    cursor: pointer;
}

.rpishop-currency-dropdown .dropdown-selected {
    padding: 0 8px;
    height: 100%;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.rpishop-currency-dropdown .dropdown-selected img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.rpishop-currency-dropdown .dropdown-selected span {
    margin-right: 10px;
}

.rpishop-currency-dropdown .dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.rpishop-currency-dropdown .dropdown-options.show {
    display: block;
}

.rpishop-currency-dropdown .dropdown-options li {
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.rpishop-currency-dropdown .dropdown-options.show {
    padding-left: 0;
}

.rpishop-currency-dropdown .dropdown-options li:hover {
    background-color: #f0f0f0;
}

.rpishop-currency-dropdown .dropdown-options img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.dropdown-icon {
    padding-left: 4px;
    margin-left: auto;
}

/*oprava /jak-vybrat-laserovou-gravirku/ */
.icon {
    min-width: unset !important;
}






