body #PrimeProductCarousel-165-iw {
    margin-bottom: 20px;
}


div#PrimeProductCarousel-166-mw {
    overflow: hidden;
    box-sizing: content-box;
    padding: 20px 0 20px;
    margin: 0px 0;
    height: auto !important;
    margin-bottom: 0 !important;
}

/* ==========================================================
   CATEGORY PRODUCTS - PRODUCT CARD
========================================================== */

.category-view .product-card {
    display: flex;
    flex-direction: column;
    height: 100%;

    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;

    overflow: hidden;

    transition: .25s ease;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .05);
}

.category-view .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}


/* ==========================================================
   TOP
========================================================== */

.category-view .product-top-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* ==========================================================
   IMAGE
========================================================== */

.category-view .product-image-wrapper {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 250px;

    padding: 60px 30px 0;
    overflow: hidden;
}

.category-view .product-list-images {
    width: 100%;
}

.category-view .product-image-default {
    text-align: center;
}

.category-view .product-thumbnail {
    max-width: 100%;
    max-height: 170px;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* ==========================================================
   BADGE
========================================================== */

.category-view .product-badge {
    position: absolute;
    top: 18px;
    right: 18px;

    background: #5cb531;
    color: #fff;

    padding: 5px 15px;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;

    z-index: 20;
}

.category-view .product-badge.badge-new {
    background: #f35321;
}


/* ==========================================================
   CONTENT
========================================================== */

.category-view .product-content {
    padding: 0 25px;
}

.category-view .product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
    margin-bottom: 5px;
}

.category-view .product-meta {
    flex: 1;
}


/* ==========================================================
   STOCK
========================================================== */

.category-view .product-stock {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 5px 20px;
    border-radius: 25px;
    background: #63c132;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.category-view .product-stock.out-of-stock {
    background: #f35321;
    color: #fff;
}


/* ==========================================================
   SKU
========================================================== */

.category-view .product-sku {
    font-size: 12px;
    color: #777;
}


/* ==========================================================
   UTILITIES
========================================================== */

.category-view .product-utilities {
    position: static;

    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;
}

.category-view .product-list-utilities {
    position: static !important;

    top: auto !important;
    right: auto !important;

    display: flex !important;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin: 0;
    padding: 0;

    background: transparent;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
    transition: none !important;
}

.category-view .product-list-utility-item {
    margin: 0 !important;
    padding: 0;

    order: 0;
}

/* Wishlist dáme pod compare stejně jako na homepage */
.category-view .product-list-utility-item:first-child {
    order: 1;
}

/* Quick view schováme */
.category-view .product-list-utility-item:last-child {
    margin-bottom: 0 !important;
    display: none;
}

.category-view .product-list-utility-item form {
    margin: 0;
}

.category-view .btn-vme-round {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 24px;

    padding: 0;
    margin: 0;

    border: 0;
    border-radius: 0;

    background: transparent;
    color: #8d8d8d;

    box-shadow: none;
    outline: 0;

    transition: color .2s ease;
}

.category-view .btn-vme-round:hover,
.category-view .btn-vme-round:focus {
    border: 0;
    background: transparent;
    color: #63c132;
    box-shadow: none;
}

.category-view .btn-vme-round i,
.category-view .btn-vme-round.btn-item-added:hover i {
    font-size: 20px;
    line-height: 1em;

    color: #000;

    background-color: transparent;
    border: 0;

    height: 1rem;
    width: 1rem;
}

.category-view .btn-vme-round.btn-item-added i,
.category-view .btn-vme-round.btn-item-added:hover i,
.category-view .btn-vme-round:hover i {
    color: #63c132;
}


/* ==========================================================
   TITLE
========================================================== */

.category-view .product-name {
    margin: 0 0 15px;
    line-height: 1.35;
}

.category-view .product-name a {
    color: #222;
    text-decoration: none;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.2em;
    letter-spacing: -1px;
}

.category-view .product-name a:hover {
    color: #63c132;
}


/* ==========================================================
   CATEGORY
========================================================== */

.category-view .product-categories {
    color: #888;
    font-size: 14px;

    margin-bottom: 15px;
}


/* ==========================================================
   SHORT DESCRIPTION
========================================================== */

.category-view .product-short-description {
    font-size: 13px;
    line-height: 1.4;
    color: #555;

    margin-bottom: 15px;
}


/* ==========================================================
   RATING
========================================================== */

.category-view .product-rating {
    margin-bottom: 20px;
}


/* ==========================================================
   BOTTOM / FOOTER
========================================================== */

.category-view .product-bottom-container {
    position: static !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;

    opacity: 1 !important;
    visibility: visible !important;

    margin-top: auto;
    padding: 25px;
}

.category-view .product-footer {
    display: flex;
    flex-direction: column;

    gap: 18px;

    position: relative;
}


/* ==========================================================
   REMOVE ORIGINAL VP HOVER BEHAVIOUR
========================================================== */

.category-view .product-backdrop {
    display: none !important;
}

.category-view .product-container {
    transform: none !important;
}

.category-view .product-container:hover {
    transform: translateY(-5px) !important;
}


/* ==========================================================
   PRICE
========================================================== */

.category-view .product-price-wrapper {
    border-top: 1px solid #ececec;
    padding-top: 25px;
}

.category-view .agrobazar .product-price-wrapper {
    position: relative;
}

.category-view .product-price-grid {
    display: flex;

    justify-content: space-between;
    align-items: stretch;

    gap: 20px;
}

.category-view .product-price-before-discount {
    position: absolute;
    right: 0;
    top: 45px;
}

.category-view .product-discount-amount {
    display: none;
}


/* ---------- bez DPH ---------- */

.category-view .price-without-tax {
    flex: 0 0 auto;

    display: flex;
    flex-direction: column;
}


/* ---------- s DPH ---------- */

.category-view .price-with-tax {
    flex: 1;

    text-align: right;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    justify-content: flex-end;
}


/* ---------- PRICE LABEL ---------- */

.category-view .price-label {
    display: block;

    margin-bottom: 6px;

    font-size: 12px;
    color: #666;

    line-height: 1.2;

    order: 1;

    letter-spacing: -1px;
}

.category-view .price-with-tax .price-label {
    margin-bottom: 0;
    margin-left: 5px;

    font-size: 15px;

    color: #63c132;

    line-height: 1.2;

    order: 1;

    letter-spacing: -1px;
}


/* ---------- PRICE VALUE ---------- */

.category-view .price-value {
    display: block;

    line-height: 1.1;
    letter-spacing: -1px;
}


/* bez DPH */

.category-view .price-without-tax .price-value {
    font-size: 12px;
    font-weight: 500;

    color: #2c2c2c;

    letter-spacing: -1px;
}


/* s DPH */

.category-view .price-with-tax .price-value {
    font-size: 16px;
    font-weight: 700;

    color: #63c132;

    letter-spacing: -1px;
}


/* ==========================================================
   CART
========================================================== */

.category-view .product-cart-wrapper {
    position: absolute;

    right: 0;
    top: -17px;
}

.category-view .agrobazar .product-cart-wrapper {
    position: relative;
    right: 0;
    top: 0;
}

.category-view .addtocart-bar {
    display: flex;

    justify-content: flex-end !important;
    align-items: center;
}

.category-view .quantity-box {
    display: none !important;
}

.category-view .addtocart-button {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    padding: 0;

    background: #63c132;
    border: 0;

    color: #fff;
}

.category-view .addtocart-button .cart-icon {
    width: 22px;
    height: 22px;

    transform: scaleX(-1);
}

.category-view .addtocart-button:hover {
    background: #55b42b;
}

.category-view .addtocart-button .visually-hidden {
    display: none;
}


/* ==========================================================
   PRODUCT GRID SPACING
========================================================== */

.category-view .product-grid-row {
    row-gap: 30px;
}

.category-view .product-grid-view {
    display: flex;
}

.category-view .product-grid-view>.product-card {
    width: 100%;
}

a.btn.btn-notify.btn-info {
    background: #63c132;
    border-color: #63c132;
    padding: 5px 10px;
}

a.btn.btn-notify.btn-info:hover {
    background: #55b42b;
}

/*
.category-view a.btn.btn-notify.btn-info {
    display: none;
}
*/
/* ==========================================================
   END CATEGORY PRODUCTS - PRODUCT CARD
========================================================== */

/* ==========================================================
   PRODUCT CARD
========================================================== */

.vpprime-product-carousel .product-card {
    display: flex;
    flex-direction: column;
    height: 100%;

    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;

    overflow: hidden;

    transition: .25s ease;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .05);
}

.vpprime-product-carousel .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}

/* ==========================================================
   TOP
========================================================== */

.vpprime-product-carousel .product-top-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* ==========================================================
   IMAGE
========================================================== */

.vpprime-product-carousel .product-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 60px 30px 0px;
    overflow: hidden;
}

.vpprime-product-carousel .product-list-images {
    width: 100%;
}

.vpprime-product-carousel .product-image-default {
    text-align: center;
}

.vpprime-product-carousel .product-thumbnail {
    max-width: 100%;
    max-height: 170px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ==========================================================
   BADGE
========================================================== */

.vpprime-product-carousel .product-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #5cb531;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    z-index: 20;
}

.vpprime-product-carousel .product-badge.badge-new {
    background: #f35321;
}

/* ==========================================================
   CONTENT
========================================================== */

.vpprime-product-carousel .product-content {
    padding: 0 25px;
}

.vpprime-product-carousel .product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.vpprime-product-carousel .product-meta {
    flex: 1;
}

/* ==========================================================
   STOCK
========================================================== */

.vpprime-product-carousel .product-stock {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 5px 20px;
    border-radius: 25px;
    background: #63c132;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

/* ==========================================================
   SKU
========================================================== */

.vpprime-product-carousel .product-sku {
    font-size: 12px;
    color: #777;
}

/* ==========================================================
   UTILITIES
========================================================== */

.vpprime-product-carousel .product-utilities {
    position: static;
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;
}

.vpprime-product-carousel .product-list-utilities {
    position: static !important;
    top: auto !important;
    right: auto !important;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin: 0;
    padding: 0;

    background: transparent;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
    transition: none !important;
}

.vpprime-product-carousel .product-list-utility-item {
    margin: 0 !important;
    padding: 0;
    order: 0;
}

.vpprime-product-carousel .product-list-utility-item:first-child {
    order: 1;
}

.vpprime-product-carousel .product-list-utility-item:last-child {
    margin-bottom: 0 !important;
    display: none;
}

.vpprime-product-carousel .product-list-utility-item form {
    margin: 0;
}

.vpprime-product-carousel .btn-vme-round {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8d8d8d;
    box-shadow: none;
    outline: 0;
    transition: color .2s ease;
}

.vpprime-product-carousel .btn-vme-round:hover,
.vpprime-product-carousel .btn-vme-round:focus {
    border: 0;
    background: transparent;
    color: #63c132;
    box-shadow: none;
}

.vpprime-product-carousel .btn-vme-round i,
.vpprime-product-carousel .btn-vme-round.btn-item-added:hover i {
    font-size: 20px;
    line-height: 1em;
    color: #000000;
    background-color: transparent;
    border: 0;
    height: 1rem;
    width: 1rem;
}

.vpprime-product-carousel .btn-vme-round.btn-item-added i,
.vpprime-product-carousel .btn-vme-round.btn-item-added:hover i,
.vpprime-product-carousel .btn-vme-round:hover i {
    color: #63c132;
}



/* ==========================================================
   TITLE
========================================================== */

.vpprime-product-carousel .product-name {
    margin: 0 0 15px;
    line-height: 1.35;
}

.vpprime-product-carousel .product-name a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
}

.vpprime-product-carousel .product-name a:hover {
    color: #63c132;
}

/* ==========================================================
   CATEGORY
========================================================== */

.vpprime-product-carousel .product-categories {
    color: #888;
    font-size: 14px;

    margin-bottom: 15px;
}

/* ==========================================================
   RATING
========================================================== */

.vpprime-product-carousel .product-rating {
    margin-bottom: 20px;
}

/* ==========================================================
   FOOTER
========================================================== */

.vpprime-product-carousel .product-cart-wrapper {
    position: absolute;
    right: 0;
    top: -17px;
}

.vpprime-product-carousel .product-bottom-container {
    margin-top: auto;
    padding: 25px;
}

.vpprime-product-carousel .product-footer {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
}

/* Zrušení hover footeru VirtuePlanet */

.vpprime-product-carousel .product-bottom-container {
    position: static;
    top: auto;
    left: auto;
    right: auto;

    opacity: 1;
    visibility: visible;

    margin-top: auto;
    padding: 25px;
}

.vpprime-product-carousel .product-backdrop {
    display: none;
}

.vpprime-product-carousel .product-container {
    transform: none !important;
}

.vpprime-product-carousel .product-container:hover {
    transform: translateY(-5px) !important;
}

/* ==========================================================
   PRICE
========================================================== */

.vpprime-product-carousel .product-price-wrapper {
    border-top: 1px solid #ececec;
    padding-top: 25px;
}

.vpprime-product-carousel .product-price-grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.vpprime-product-carousel .price-without-tax {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}

.vpprime-product-carousel .price-with-tax {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

/* ---------- Popisky ---------- */

.vpprime-product-carousel .price-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color: #666;
    line-height: 1.2;
    order: 1;
    letter-spacing: -1px;
}

.vpprime-product-carousel .price-with-tax .price-label {
    margin-bottom: 0px;
    font-size: 15px;
    color: #63c132;
    line-height: 1.2;
    order: 1;
    margin-left: 5px;
    letter-spacing: -1px;
}

/* ---------- Hodnoty ---------- */

.vpprime-product-carousel .price-value {
    display: block;
    line-height: 1.1;
    letter-spacing: -1px;
}

/* bez DPH */

.vpprime-product-carousel .price-without-tax .price-value {
    font-size: 12px;
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: -1px;
}

/* s DPH */

.vpprime-product-carousel .price-with-tax .price-value {
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: 700;
    color: #63c132;
}

/* ==========================================================
   CART
========================================================== */

.vpprime-product-carousel .addtocart-bar {
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
}

.vpprime-product-carousel .quantity-box {
    display: none !important;
}

.vpprime-product-carousel .addtocart-button {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    padding: 0;

    background: #63c132;
    border: 0;

    color: #fff;
}

.vpprime-product-carousel .addtocart-button .cart-icon {
    width: 22px;
    height: 22px;
    transform: scaleX(-1);
}

.vpprime-product-carousel .addtocart-button:hover {
    background: #55b42b;
}

.vpprime-product-carousel .addtocart-button .visually-hidden {
    display: none;
}

.tns-controls {
    position: absolute;
    top: -40px;
    right: 20px;
    left: auto;
    display: flex;
    gap: 10px;
    z-index: 100;
}

.tns-controls button {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
    opacity: 1 !important;
    transition: .2s;
    font-size: 12px;
    box-shadow: 0 0 5px rgb(0 0 0 / 18%);
}

.tns-controls button:hover {
    background: #63c132;
    border-color: #63c132;
    color: #fff;
}

/* ==========================================================
   SEARCH
========================================================== */

.mod-vpprime-ajax-search {
    position: static;
}

.vpprimeajaxsearch-container {
    top: 95%;
    width: auto !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

/* ==========================================================
   VP ONEPAGE
========================================================== */

div#ProOPC {
    margin-bottom: 50px;
}

div#ProOPC .proopc-btn-info,
div#ProOPC .proopc-btn {
    background-color: #67bd38;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    color: #000000;
    text-shadow: none;
    border: 0;
    transition: all 0.4s;
}

div#ProOPC .proopc-btn-info:hover,
div#ProOPC .proopc-btn-info:focus,
div#ProOPC .proopc-btn-info:active,
div#ProOPC .proopc-btn-info.active,
div#ProOPC .proopc-btn:hover,
div#ProOPC .proopc-btn:focus {
    background-color: #5fa03c;
    color: #000000;
}

div#ProOPC .proopc-btn-info.disabled,
div#ProOPC .proopc-btn-info[disabled] {
    background-color: #838382;
    color: #000000;
}

body #ProOPC .proopc-process-title {
    background: #67bd38;
}

.cart-summary.proopc-table-striped .grand-total td,
.cart-summary.proopc-table-striped .grand-total-p-currency td,
.continue-checkout-box {
    background-color: #67bd38;
    border-top: 1px solid #67bd38;
    border-bottom: 1px solid #67bd38;
}

table.cart-summary.proopc-table-striped tr th {
    color: #333;
    background-color: #67bd38;
}

/* ==========================================================
   CATEGORY TOOLBAR
========================================================== */

.category-view .top-toolbar {
    display: flex;
    align-items: center;

    margin-bottom: 30px !important;
    padding: 12px 16px;

    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 12px;
    margin: 0;
    gap: 10px;
    margin-top: 28px;
}


/* ==========================================================
   RESULTS
========================================================== */

.category-view .productlist-results {
    font-size: 12px;
    font-weight: 600;
    color: #555;

    white-space: nowrap;
}


/* původní oddělovače nepotřebujeme */

.category-view .toolbar-seprator {
    display: none;
}


/* ==========================================================
   ORDER + MANUFACTURER
========================================================== */

.category-view .orderby-container,
.category-view .manufacturer-filter-container {
    padding: 0;
}

.category-view .orderby-container>.row,
.category-view .manufacturer-filter-container>.row {
    margin: 0;
}

.category-view .orderby-container .col-auto,
.category-view .manufacturer-filter-container .col-auto {
    padding-left: 4px;
    padding-right: 4px;
}


/* LABEL */

.category-view .top-toolbar .col-form-label {
    padding: 0;

    font-size: 12px;
    font-weight: 600;

    color: #555;

    white-space: nowrap;
}


/* ==========================================================
   CHOICES SELECT
========================================================== */

.category-view .top-toolbar .choices {
    margin: 0;
    min-width: 140px;
}

.category-view .manufacturer-filter-container .choices {
    min-width: 150px;
}

.category-view .top-toolbar .choices__inner {
    display: flex;
    align-items: center;

    min-height: 36px;

    padding: 6px 34px 6px 12px;

    background: #fff;

    border: 0px solid #ddd;
    border-radius: 8px;

    font-size: 12px;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.category-view .top-toolbar .choices.is-focused .choices__inner,
.category-view .top-toolbar .choices.is-open .choices__inner {
    border-color: #63c132;
    box-shadow: 0 0 0 2px rgba(99, 193, 50, .12);
}

.category-view .top-toolbar .choices__list--single {
    padding: 0;
}

.category-view .top-toolbar .choices__item {
    font-size: 12px;
}


/* šipka selectu */

.category-view .top-toolbar .choices[data-type*="select-one"]::after {
    border-color: #777 transparent transparent;
}

.category-view .top-toolbar .choices[data-type*="select-one"].is-open::after {
    border-color: transparent transparent #63c132;
}


/* ==========================================================
   DROPDOWN
========================================================== */

.category-view .top-toolbar .choices__list--dropdown {
    margin-top: 5px;

    background: #fff;

    border: 1px solid #e5e5e5;
    border-radius: 8px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .10);

    overflow: hidden;

    z-index: 50;
}

.category-view .top-toolbar .choices__list--dropdown .choices__item {
    padding: 9px 12px;

    font-size: 12px;
}

.category-view .top-toolbar .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #f1f8ed;
    color: #4da824;
}


/* ==========================================================
   ASC / DESC BUTTON
========================================================== */

.category-view .btn-switch {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    padding: 0;

    background: #fff;
    color: #333;

    border: 1px solid #ddd;
    border-radius: 8px;

    box-shadow: none;

    transition: .2s ease;
}

.category-view .btn-switch:hover {
    background: #63c132;
    border-color: #63c132;
    color: #fff;
}

.category-view .btn-switch i {
    font-size: 14px;
}


/* ==========================================================
   GRID / LIST
========================================================== */

.category-view .productlist-viewmodes {
    margin-left: auto !important;
}

.category-view .productlist-viewmodes>.row {
    gap: 5px;
}

.category-view .productlist-viewmodes .col-auto {
    padding: 0;
}

.category-view .link-switch {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border-radius: 8px;

    background: #fff;
    border: 1px solid #ddd;

    color: #777;

    text-decoration: none;

    transition: .2s ease;
}

.category-view .link-switch:hover {
    color: #63c132;
    border-color: #63c132;
}

.category-view .link-switch.active {
    background: #63c132;
    border-color: #63c132;
    color: #fff;
}

.category-view .link-switch .fas {
    font-size: 14px;
}


/* ==========================================================
   PAGINATION
========================================================== */

.category-view .vm-pagination {
    margin-top: 35px;
    padding-top: 20px;

    border-top: 1px solid #eee;
}


/* ==========================================================
   LIMIT BOX
========================================================== */

.category-view .display-limitbox {
    position: relative;
    align-items: center;
}

.category-view .display-limitbox::before {
    content: "Produktů na stránku:";

    margin-right: 10px;

    font-size: 12px;
    font-weight: 600;

    color: #666;

    white-space: nowrap;
}

.category-view .display-limitbox .choices {
    width: 75px;
    margin: 0;
}

.category-view .display-limitbox .choices__inner {
    display: flex;
    align-items: center;

    min-height: 36px;

    padding: 6px 28px 6px 12px;

    background: #fff;

    border: 0px solid #ddd;
    border-radius: 8px;

    font-size: 12px;
}

.category-view .display-limitbox .choices.is-focused .choices__inner,
.category-view .display-limitbox .choices.is-open .choices__inner {
    border-color: #63c132;

    box-shadow: 0 0 0 2px rgba(99, 193, 50, .12);
}

.category-view .display-limitbox .choices__list--single {
    padding: 0;
}

.category-view .display-limitbox .choices__item {
    font-size: 12px;
}


/* dropdown limitu */

.category-view .display-limitbox .choices__list--dropdown {
    border: 1px solid #e5e5e5;
    border-radius: 8px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .10);

    overflow: hidden;
}

.category-view .display-limitbox .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #f1f8ed;
    color: #4da824;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767.98px) {

    .category-view .top-toolbar {
        padding: 12px;
        gap: 10px;
    }

    .category-view .orderby-container {
        flex: 1;
    }

    .category-view .orderby-container>.row {
        flex-wrap: nowrap;
    }

    .category-view .orderby-container .choices {
        width: 100%;
        min-width: 120px;
    }

    .category-view .productlist-viewmodes {
        margin-left: 0 !important;
    }

    .category-view .display-limitbox::before {
        display: none;
    }

    .category-view .product-image-wrapper {
        height: 180px;
    }

    .category-view .product-thumbnail {
        height: 120px;
    }

    .virtuemart-categories.category-cards.mb-5 {
        display: none;
    }
}

/* ==========================================================
   CATEGORY CARDS - SUBCATEGORIES
========================================================== */

.category-cards {
    margin: 25px 0 30px;
}

.category-cards .row {
    row-gap: 12px;
}


/* karta */

.category-cards .category-card {
    display: flex;
    flex-direction: row;
    align-items: center;

    min-height: 54px;

    padding: 7px 14px;

    background: #fff;

    border: 0;
    border-radius: 14px;

    color: #222;
    text-decoration: none;

    box-shadow: 0 3px 12px rgba(0, 0, 0, .10);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


/* hover */

.category-cards .category-card:hover {
    transform: translateY(-2px);

    border: 0;

    box-shadow: 0 7px 18px rgba(0, 0, 0, .14);

    color: #63c132;
    text-decoration: none;
}


/* ==========================================================
   IMAGE
========================================================== */

/* ==========================================================
   SUBCATEGORY IMAGE
========================================================== */

.category-cards .category-card-image {
    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    margin-right: 14px;
    padding: 0;

    border-radius: 50%;

    background: #e9f4ff;

    overflow: hidden;
}

.category-cards .category-card-image img,
.category-cards .category-thumbnail {
    display: block;

    width: 46px !important;
    height: 46px !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50%;

    object-fit: cover;

    transform: none;
}


.category-cards .category-card:hover .category-card-image img {
    transform: scale(1.06);
}


/* ==========================================================
   FOOTER
========================================================== */

.category-cards .category-card-footer {
    flex: 1;

    display: flex;
    align-items: center;

    min-height: 0;

    padding: 0;

    border: 0;
}


/* ==========================================================
   CATEGORY NAME
========================================================== */

.category-cards .category-name {
    margin: 0;

    color: #222;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;

    transition: color .2s ease;
}


.category-cards .category-card:hover .category-name {
    color: #63c132;
}


/* původní zelená šipka vpravo už v návrhu není */

.category-cards .category-arrow {
    display: none;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .category-cards .category-card {
        min-height: 50px;
        padding: 6px 12px;
    }

    .category-cards .category-card-image {
        flex-basis: 38px;

        width: 38px;
        height: 38px;

        margin-right: 10px;
    }

    .category-cards .category-card-image img,
    .category-cards .category-thumbnail {
        width: 38px;
        height: 38px;
    }

    .category-cards .category-name {
        font-size: 14px;
    }

    .category.col-6 {
        width: 100%;
    }
}

/* ==========================================================
   CATEGORY - TITLE
========================================================== */

.category-view .page-header {
    margin: 0 0 0px;
    padding-top: 28px;
}

.category-view .page-header h1,
.category-view .page-header .h1 {
    margin: 0;
    padding: 0;

    color: #222;

    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
}

/* žádná čára pod H1 */
.category-view .page-header h1::after,
.category-view .page-header .h1::after {
    display: none !important;
}

.category_description.mb-5 {
    margin-top: 1rem;
    margin-bottom: 0 !important;
}

/* ==========================================================
   PRODUCT DETAIL
========================================================== */

.agro-product-detail {
    margin-top: 45px;
}

.agro-product-main {
    align-items: flex-start;
    margin-bottom: 50px;
}


/* ==========================================================
   GALLERY
========================================================== */

.agro-product-gallery {
    padding-right: 35px;
}

.agro-product-gallery-inner {
    position: sticky;
    top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.agro-product-gallery .product-image-gallery {
    width: 100%;
    margin-bottom: 0 !important;
}

.agro-product-gallery .product-image-gallery__main-wrapper {
    width: 100%;
}

.agro-product-gallery .product-image-gallery__main {
    margin: 0;
}

.agro-product-gallery .product-image-gallery__item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.agro-product-gallery .product-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.agro-product-gallery-inner {
    position: sticky;
    top: 30px;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    background: transparent;
    box-shadow: none;
}

.agro-product-gallery .product-image-gallery__main-wrapper {
    width: 100%;

    padding: 35px;

    background: #fff;

    border: 1px solid #ededed;
    border-radius: 2px;

    box-shadow: 0 4px 18px rgba(0, 0, 0, .10);

    box-sizing: border-box;

    margin-bottom: 16px;
    position: relative;
}

.agro-product-gallery .product-image-gallery__thumb-wrapper {
    width: 100%;
    padding: 10px 30px;
    background: transparent;
    border: 0px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 16px;
    margin-top: 0px;
    position: relative;
}

/* ==========================================================
   PRODUCT DETAIL - GALLERY HORIZONTAL
   hlavni obrazek nahore + nahledy pod nim
========================================================== */

@media (min-width: 992px) {

    /* zrusime desktopove rozdeleni 9/3 */
    .agro-product-gallery .product-image-gallery>.row {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    /* hlavni obrazek */
    .agro-product-gallery .product-image-gallery>.row>.col-lg-9 {
        order: 1 !important;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /* thumbnails */
    .agro-product-gallery .product-image-gallery>.row>.col-lg-3 {
        order: 2 !important;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }


    /* ======================================================
       HLAVNI OBRAZEK
    ====================================================== */

    .agro-product-gallery .product-image-gallery__main-wrapper {
        width: 100%;
        margin-bottom: 0;
    }

    /* ======================================================
       THUMBNAILS WRAPPER
    ====================================================== */

    .agro-product-gallery .product-image-gallery__thumbnails-wrapper {
        position: relative;

        width: 100%;

        padding: 0 45px 0;

        /* zrusime vysku pro puvodni vertical layout */
        height: auto !important;
    }

    /*
     * TinySlider vytvari dalsi wrappery.
     * Puvodni vertical slider ma na nich inline vysky.
     */
    .agro-product-gallery .product-image-gallery__thumbnails-wrapper .tns-outer,
    .agro-product-gallery .product-image-gallery__thumbnails-wrapper .tns-ovh,
    .agro-product-gallery .product-image-gallery__thumbnails-wrapper .tns-inner {
        height: auto !important;
    }


    /* ======================================================
       THUMBNAILS
    ====================================================== */

    .agro-product-gallery .product-image-gallery__thumbnails {
        height: auto !important;
    }

    .agro-product-gallery .product-image-gallery__thumbnails .product-image-gallery__item {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        height: 90px !important;
        margin: 0 !important;
        overflow: visible;
    }

    .agro-product-gallery .product-image-gallery__thumbnails .product-image-gallery__item .product-image-gallery__item-inner {
        position: static !important;
        width: calc(100%);
        max-width: 100%;
        margin: 0 auto !important;
        height: 80px;
        min-height: 0;
        margin: 0 !important;
        padding: 5px;
        border: 1px solid #eeeeee;
        background: #fff;
        box-shadow: 0 0px 10px rgba(0, 0, 0, .10);
    }

    .agro-product-gallery .product-image-gallery__thumbnails .product-image-gallery__item img {
        display: block;

        width: 100%;
        height: 100%;

        max-width: 100%;
        max-height: 100%;

        object-fit: contain;
    }


    /* aktivni nahled */
    .agro-product-gallery .product-image-gallery__thumbnails .tns-nav-active .product-image-gallery__item-inner {
        border-color: #63c132;
    }


    /* puvodni VP snizuje opacity aktivniho obrazku */
    .agro-product-gallery .product-image-gallery__thumbnails .tns-nav-active {
        opacity: 1;
    }


    /* ======================================================
       SIPKY THUMBNAILU
    ====================================================== */

    .agro-product-gallery .product-image-gallery__thumbnails-controls {
        display: block !important;

        position: static;

        padding: 0;
        transform: none;
    }

    .agro-product-gallery .product-image-gallery__thumbnails-controls .btn-nobg {
        position: absolute;

        top: calc(50% - 5px);

        display: flex;
        align-items: center;
        justify-content: center;

        width: 42px;
        height: 72px;

        padding: 0;

        border: 0;
        background: transparent;

        color: #222;

        transform: translateY(-50%);

        z-index: 10;
    }

    .agro-product-gallery .product-image-gallery__thumbnails-controls .btn-nobg:first-child {
        left: -10px;
    }

    .agro-product-gallery .product-image-gallery__thumbnails-controls .btn-nobg:last-child {
        left: auto;
        right: -10px;
    }

    .agro-product-gallery .product-image-gallery__thumbnails-controls .btn-nobg i {
        font-size: 22px;
    }

    /*
     * Na desktopu VP zobrazuje up/down ikony.
     * Chceme left/right jako v grafice.
     */
    .agro-product-gallery .product-image-gallery__thumbnails-controls .d-none.d-lg-inline-block {
        display: none !important;
    }

    .agro-product-gallery .product-image-gallery__thumbnails-controls .d-lg-none {
        display: inline-block !important;
    }
}

/* ==========================================================
   PRODUCT DETAIL - IMAGE GALLERY
   ========================================================== */


/* ----------------------------------------------------------
   HLAVNI OBRAZEK - samostatny box
   ---------------------------------------------------------- */

.product-image-gallery__main-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);

    padding: 30px;
    margin-bottom: 20px;

    height: 300px;
    overflow: hidden;
}


/* slider musí mít výšku boxu */
.product-image-gallery__main,
.product-image-gallery__main .tns-outer,
.product-image-gallery__main .tns-ovh,
.product-image-gallery__main .tns-inner {
    height: 100%;
}


/* jednotlivý slide */
.product-image-gallery__main .product-image-gallery__item {
    height: 100%;
}


/* centrování obrázku */
.product-image-gallery__main .product-image-gallery__item-inner {
    height: 100%;
    min-height: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* samotný obrázek */
.product-image-gallery__main .product-image-gallery__item-inner img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    max-height: 230px;
}


/* ----------------------------------------------------------
   THUMBNAILY - druhy samostatny box
   ---------------------------------------------------------- */

.product-image-gallery__thumbnails-wrapper {
    position: relative;

    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);

    padding: 18px 55px;

    margin-top: 0;
    margin-bottom: 30px;
}


/* prostor slideru */
.product-image-gallery__thumbnails-wrapper .tns-ovh {
    overflow: hidden !important;
}


/* thumbnail */
.product-image-gallery__thumbnails .product-image-gallery__item-inner {
    height: 85px;
    min-height: 85px;

    background: #fff;
    border: 1px solid #e5e5e5;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 6px;
}


/* obrázek thumbnailu */
.product-image-gallery__thumbnails .product-image-gallery__item-inner img {
    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


/* aktivni thumbnail */
.product-image-gallery__thumbnails .tns-nav-active .product-image-gallery__item-inner {
    border-color: #59c32e;
}

/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media (max-width: 991.98px) {

    .product-image-gallery__main-controls button.btn-nobg:first-child {
        padding-left: 10px;
    }

    .product-image-gallery__main-controls button.btn-nobg:last-child {
        padding-right: 10px;
    }

    .agro-product-detail {
        margin-top: 10px;
    }

    .product-image-gallery__main .product-image-gallery__item-inner img {
        max-height: 230px;
    }

    .virtuemart-categories.category-cards.mb-5 {
        display: none;
    }
}

/* ----------------------------------------------------------
   MOBIL
   ---------------------------------------------------------- */

@media (max-width: 767.98px) {

    .product-image-gallery__main-wrapper {
        height: 220px;
        padding: 20px;
    }

    .product-image-gallery__thumbnails-wrapper {
        padding: 12px 45px;
    }

    .product-image-gallery__thumbnails .product-image-gallery__item-inner {
        height: 70px;
        min-height: 70px;
    }

    .product-image-gallery__main .product-image-gallery__item-inner {
        height: 150px;
    }

    .product-image-gallery__main .product-image-gallery__item-inner img {
        max-height: 150px;
    }
}

/* ==========================================================
   TOP META
========================================================== */
.product-navigation.d-flex.ms-auto.ps-2.py-1 {
    display: none !important;
}

/* ==========================================================
   PRODUCT DETAIL - INFO
   VSE JE SCOPED POUZE POD .agro-product-info
========================================================== */

.agro-product-info {
    padding-left: 35px;
}

.agro-product-info .agro-product-info-inner {
    width: 100%;
    max-width: 620px;
}


/* ==========================================================
   TITLE
========================================================== */

.agro-product-info .agro-product-title-container {
    margin: 0 0 10px;
}

.agro-product-info .agro-product-title {
    margin: 0 0 20px;
    color: #111;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.2px;
}


/* ==========================================================
   SHORT DESCRIPTION
========================================================== */

.agro-product-info .agro-product-short-description {
    margin: 0 0 0px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.agro-product-info .agro-product-short-description p {
    margin: 0 0 8px;
}

.agro-product-info .agro-product-short-description p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   BUY BOX
========================================================== */

.agro-product-info .agro-product-buy-box {
    width: 100%;
    margin-top: 10px;
}


/* ==========================================================
   COMMON ROW
========================================================== */

.agro-product-info .agro-product-buy-row,
.agro-product-info .agro-product-info-row {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    align-items: center;
    column-gap: 25px;
}


/* ==========================================================
   LABEL
========================================================== */

.agro-product-info .agro-product-buy-label,
.agro-product-info .agro-product-info-label {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}


/* ==========================================================
   PRICE ROW
========================================================== */

.agro-product-info .agro-product-price-row {
    padding: 15px 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .75);
}


/* zrusime stare chovani wrapperu */

.agro-product-info .agro-product-price-wrapper {
    margin: 0;
    padding: 0;

    border: 0;
}


/* VirtueMart price */

.agro-product-info .product-price {
    margin: 0;
}


/* price grid */
/* ==========================================================
   PRICE - layout jako v grafice
========================================================== */

.agro-product-info .agro-product-price-row {
    padding: 14px 0;
    border-bottom: 1px solid #d6f2c8;
}

.agro-product-info .agro-product-price-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
}

.agro-product-info .product-price-grid {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;

    gap: 10px;

    width: 100%;
}


/* bez DPH necháme jako menší pomocnou cenu */

.agro-product-info .price-without-tax {
    display: flex;
    flex-direction: row;
    align-items: baseline;

    gap: 4px;

    width: auto;
}

.agro-product-info .price-without-tax .price-label {
    order: 1;

    margin: 0;

    color: #777;

    font-size: 10px;
    font-weight: 400;
}

.agro-product-info .price-without-tax .price-value {
    order: 2;

    color: #333;

    font-size: 12px;
    font-weight: 500;
}


/* hlavní cena */

.agro-product-info .price-with-tax {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    gap: 5px;

    width: auto;
}

.agro-product-info .price-with-tax .price-value {
    order: 1;
    color: #111;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: -.7px;
}

.agro-product-info .price-with-tax .price-label {
    order: 2;
    margin: 0;
    color: #111111;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.agro-product-info .base-price-with-tax {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    gap: 5px;
    width: auto;
    text-decoration: line-through;
}

/* cena bez DPH */

.agro-product-info .price-without-tax {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: auto;
    justify-content: flex-end;
}

.agro-product-info .price-without-tax .price-value {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}


/* ==========================================================
   CART ROW
========================================================== */

.agro-product-info .agro-product-cart-row {
    padding: 12px 0;
    border-bottom: 1px solid #d6f2c8;
}


/* odstraneni stareho marginu */

.agro-product-info .agro-product-cart {
    margin: 0;
}


/* addtocart wrapper */

.agro-product-info .addtocart-area,
.agro-product-info .addtocart-area form {
    margin: 0;
}


/* hlavni radek kosiku */

.agro-product-info .addtocart-bar {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    margin: 0;
}


/* ==========================================================
   QUANTITY
========================================================== */

.agro-product-info .quantity-box {
    display: flex;
    width: auto !important;
    height: 38px;
}

.agro-product-info .quantity-box .quantity-controls,
.agro-product-info .quantity-box .quantity-input {
    height: 38px;
    border-color: #d7dce0;
    background: #fff;
    box-shadow: none;
}

.agro-product-info .quantity-box .quantity-input {
    width: 48px;
}


/* minus / plus */

.agro-product-info .quantity-box .quantity-controls {
    width: 34px;
    padding: 0;
    color: #555;
    font-size: 12px;
}


/* cislo */

.agro-product-info .quantity-box .quantity-input {
    width: 55px;
    padding: 0 5px;
    color: #222;
    font-size: 14px;
    text-align: center;
}


/* ==========================================================
   ADD TO CART BUTTON
========================================================== */

.agro-product-info .addtocart-button-container {
    display: block;
}

.agro-product-info .addtocart-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: auto;
    min-width: 130px;
    height: 38px;
    padding: 0 18px;
    border: 0;
    border-radius: 22px;
    background: #63c132;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
}

.agro-product-info .addtocart-button .addtocart-icon {
    font-size: 16px;
    color: #fff;

    transform: scaleX(-1);
}

.agro-product-info .addtocart-button svg.cart-icon {
    width: 22px;
    height: 22px;
    transform: scaleX(-1);
    left: 0px;
    position: relative;
}

.agro-product-info .addtocart-button:hover,
.agro-product-info .addtocart-button:focus {
    background: #55ae2d;
    color: #fff;
}


/* ==========================================================
   AVAILABILITY + PRODUCT CODE
========================================================== */

.agro-product-info .agro-product-availability-row,
.agro-product-info .agro-product-code-row {
    min-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #d6f2c8;
}

.agro-product-info .agro-product-availability-row {
    padding-top: 10px;
}

.agro-product-info .agro-product-code-row {
    padding-bottom: 10px;
}

.agro-product-info .agro-product-info-label {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 700;
}

.agro-product-info .agro-product-info-value {
    text-align: right;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 1em;
}


/* ==========================================================
   STOCK
========================================================== */

.agro-product-info .agro-product-stock {
    justify-content: flex-end;
    color: #66bc3c;
    font-size: 13px;
}

/* vyprodano */

.agro-product-info .agro-product-stock .no-stock {
    color: #d94a3a !important;
    font-size: 13px;
}


/* ==========================================================
   COMPARE + WISHLIST
========================================================== */

.agro-product-info .agro-product-utilities-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 15px 0 5px;
    border-top: 0;
}

.agro-product-info .agro-product-utility-item .btn-vme-round {
    font-size: 0;
}

.agro-product-info .agro-product-utility-item .btn-vme-round i {
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
    color: #4d4d4d;
    font-size: 18px;
}

.agro-product-info .agro-product-utility-item .btn-vme-round:hover {
    color: #63c132;

    background: transparent;
}

.agro-product-info .agro-product-utility-item .btn-vme-round:hover i,
.agro-product-info .agro-product-utility-item .btn-vme-round.btn-item-added i {
    border-color: #63c132;

    background: #63c132;
    color: #fff;
}


/* ==========================================================
   SHIPPING / PAYMENTS
========================================================== */

.agro-product-info .agro-product-shipments,
.agro-product-info .agro-product-payments {
    margin-top: 15px;

    font-size: 13px;
}


/* ==========================================================
   PRODUCT LINKS
   Dotaz na produkt + Zpet na kategorii
========================================================== */

.agro-product-info .agro-product-links {
    width: 100%;
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid #d6f2c8;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
}


/* ----------------------------------------------------------
   DOTAZ NA PRODUKT
---------------------------------------------------------- */

.agro-product-info .agro-product-question {
    margin: 0 0 12px;
    padding: 0;
}

.agro-product-info .agro-product-question a {
    text-decoration: none;
    transition: color .2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: auto;
    min-width: 130px;
    height: 38px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: #63c132;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
}

.agro-product-info .agro-product-question a:hover {
    background: #55ae2d;
    color: #fff;
}

.agro-product-info .agro-product-question a:hover,
.agro-product-info .agro-product-question a:focus {
    color: #ffffff;
}

.product-price-on-request-button a.btn.btn-primary,
.agro-product-price-on-request a.btn.btn-primary {
    background-color: #63c132;
    border-color: #63c132;
}

.product-price-on-request-button a.btn.btn-primary:hover,
.product-price-on-request-button a.btn.btn-primary:focus,
.agro-product-price-on-request a.btn.btn-primary:hover,
.agro-product-price-on-request a.btn.btn-primar:focus {
    background: #55ae2d;
}

/* ----------------------------------------------------------
   ZPET NA KATEGORII
---------------------------------------------------------- */

.agro-product-info .agro-product-back {
    margin: 0;
    padding: 0;

    color: #4d4d4d;

    font-size: 13px;
    font-weight: 400;
}

.agro-product-info .agro-product-back a {
    color: #777;

    font-size: 13px;
    font-weight: 400;

    text-decoration: none;

    transition: color .2s ease;
}

.agro-product-info .agro-product-back a:hover,
.agro-product-info .agro-product-back a:focus {
    color: #63c132;
    text-decoration: underline;
}

.agrobazar span.product-label.product-label-sale {
    display: none;
}

.agro-product-info .agro-product-price-on-request {
    min-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #d6f2c8;
}

.agro-product-info .agro-product-price-on-request .agro-product-buy-value {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    gap: 5px;
    width: auto;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .agro-product-info .agro-product-buy-row.agro-product-cart-row {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .agro-product-info .agro-product-buy-row.agro-product-cart-row .agro-product-buy-label {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 20px;
    }

}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 991px) {

    .agro-product-gallery {
        padding-right: 15px;
    }
}


@media (max-width: 767px) {

    .agro-product-gallery {
        margin-bottom: 35px;
    }
}

/* ==========================================================
   PRODUCT DETAIL TABS
========================================================== */

.product-detail-tabs {
    margin-top: 10px;
}


/* ==========================================================
   TAB NAVIGATION
========================================================== */

.product-detail-tabs .product-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 35px;

    margin: 0;
    padding: 0;

    border: 0;
    border-bottom: 1px solid #ececec;
}

.product-detail-tabs .product-tabs-nav .nav-item {
    margin: 0;
    padding: 0;
}


/* button */

.product-detail-tabs .product-tabs-nav .nav-link {
    position: relative;

    display: block;

    padding: 18px 5px;

    border: 0;
    border-radius: 0;

    background: transparent;

    color: #666;

    font-size: 15px;
    font-weight: 700;

    text-transform: uppercase;

    transition: color .2s ease;
}


/* zelená čára */

.product-detail-tabs .product-tabs-nav .nav-link::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -1px;

    width: 0;
    height: 3px;

    background: #63c132;

    transform: translateX(-50%);

    transition: width .25s ease;
}


.product-detail-tabs .product-tabs-nav .nav-link:hover {
    color: #63c132;
}


.product-detail-tabs .product-tabs-nav .nav-link.active {
    color: #222;

    background: transparent;
}


.product-detail-tabs .product-tabs-nav .nav-link.active::after {
    width: 100%;
}


/* ==========================================================
   TAB CONTENT
========================================================== */

.product-detail-tabs .product-tabs-content {
    padding: 35px 0 20px;
}

.product-detail-tabs .product-tab-inner {
    color: #444;

    font-size: 14px;
    line-height: 1.7;
}


/* nadpisy v popisu */

.product-detail-tabs .product-tab-inner h2,
.product-detail-tabs .product-tab-inner h3,
.product-detail-tabs .product-tab-inner h4 {
    color: #222;

    font-weight: 700;

    margin-top: 25px;
    margin-bottom: 12px;
}


.product-detail-tabs .product-tab-inner h2 {
    font-size: 24px;
}

.product-detail-tabs .product-tab-inner h3 {
    font-size: 20px;
}


/* odstavce */

.product-detail-tabs .product-tab-inner p {
    margin-bottom: 15px;
}


/* seznam */

.product-detail-tabs .product-tab-inner ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.product-detail-tabs .product-tab-inner li {
    margin-bottom: 5px;
}


/* ==========================================================
   PARAMETERS
========================================================== */

.product-detail-tabs .product-parameters {
    max-width: 850px;
    margin: 0 auto;
}


.product-detail-tabs .product-parameter-row {
    display: grid;

    grid-template-columns: minmax(180px, 35%) 1fr;

    gap: 30px;

    padding: 14px 18px;

    border-bottom: 1px solid #ececec;
}


.product-detail-tabs .product-parameter-row:nth-child(odd) {
    background: #fafafa;
}


.product-detail-tabs .product-parameter-name {
    color: #333;

    font-weight: 700;
}


.product-detail-tabs .product-parameter-value {
    color: #666;
}


/* Virtuemart někdy přidává marginy dovnitř */

.product-detail-tabs .product-parameter-value>* {
    margin-top: 0;
    margin-bottom: 0;
}

.vm-order-details-view,
.vm-orders-list-view {
    padding: 20px;
    background: white;
    margin-top: 20px;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .product-detail-tabs .product-tabs-nav {
        justify-content: flex-start;

        gap: 20px;

        overflow-x: auto;

        flex-wrap: nowrap;
    }

    .product-detail-tabs .product-tabs-nav .nav-link {
        white-space: nowrap;

        font-size: 13px;
    }

    .product-detail-tabs .product-tabs-content {
        padding-top: 25px;
    }

    .product-detail-tabs .product-parameter-row {
        grid-template-columns: 1fr;

        gap: 5px;
    }
}

/* ==========================================================
   PRODUCT DETAIL - FINAL VISUAL TUNING
========================================================== */

/* hlavní oddělení horní části produktu */
.agro-product-detail .separator-line-above-tabs {
    margin-top: 20px !important;
    margin-bottom: 0 !important;

    border: 0 !important;
    height: 1px;

    background: transparent;
}


/* ==========================================================
   TABS WRAPPER
========================================================== */

.product-detail-tabs {
    margin-top: 0;

    padding-top: 0;
}


/* navigace tabů */

.product-detail-tabs .product-tabs-nav {
    min-height: 70px;

    justify-content: center;

    gap: 45px;

    border-bottom: 1px solid #ececec;
}


/* samotný tab */

.product-detail-tabs .product-tabs-nav .nav-link {
    padding: 24px 6px 20px;

    color: #777;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: .02em;

    border: 0 !important;

    background: transparent !important;
}


/* aktivní tab */

.product-detail-tabs .product-tabs-nav .nav-link.active {
    color: #222;
}


/* zelená čára */

.product-detail-tabs .product-tabs-nav .nav-link::after {
    bottom: -1px;

    height: 3px;

    border-radius: 3px 3px 0 0;

    background: #63c132;
}


/* ==========================================================
   TAB CONTENT
========================================================== */

.product-detail-tabs .product-tabs-content {
    padding: 40px 35px 35px;
    background: #fbfbfb;
    margin-top: 10px;
    border-radius: 12px;
}


.product-detail-tabs .product-tab-inner {
    max-width: 100%;

    color: #444;

    font-size: 15px;
    line-height: 1.75;
}

/* ==========================================================
   PRODUCT DESCRIPTION
========================================================== */

#product-description .product-tab-inner {
    max-width: 1100px;

    margin-left: auto;
    margin-right: auto;
}


/* text */

#product-description {
    color: #444;
}


#product-description p {
    margin: 0 0 18px;

    line-height: 1.75;
}


/* nadpisy */

#product-description h2 {
    position: relative;

    margin: 35px 0 18px;

    padding-bottom: 10px;

    color: #222;

    font-size: 24px;
    font-weight: 700;

    line-height: 1.25;
}


#product-description h2::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 45px;
    height: 3px;

    border-radius: 5px;

    background: #63c132;
}


#product-description h3 {
    margin: 30px 0 15px;

    color: #222;

    font-size: 20px;
    font-weight: 700;
}


#product-description h4 {
    margin: 25px 0 12px;

    color: #333;

    font-size: 17px;
    font-weight: 700;
}


/* seznamy */

#product-description ul,
#product-description ol {
    margin: 15px 0 22px;

    padding-left: 22px;
}


#product-description li {
    margin-bottom: 8px;

    line-height: 1.65;
}


#product-description li::marker {
    color: #63c132;
}

/* ==========================================================
   OLD PRODUCT DESCRIPTION CLEANUP
========================================================== */

.product-detail-tabs .product-tab-inner table {
    height: auto !important;
}

.product-detail-tabs .product-tab-inner table tr {
    height: auto !important;
}

.product-detail-tabs .product-tab-inner table th,
.product-detail-tabs .product-tab-inner table td {
    height: auto !important;
    font-family: inherit !important;
}

/* ==========================================================
   PRODUCT DESCRIPTION TABLES - RESET OLD STYLES
========================================================== */

.product-detail-tabs .product-tab-inner table,
.product-detail-tabs .product-tab-inner table.data-table {
    width: auto !important;

    margin: 25px 0 !important;

    border-collapse: separate !important;
    border-spacing: 0 !important;

    border: 1px solid #e4e8e1 !important;
    border-radius: 12px !important;

    background: #fff !important;

    overflow: hidden !important;
}


/* reset buněk včetně starých inline stylů */

.product-detail-tabs .product-tab-inner table th,
.product-detail-tabs .product-tab-inner table td {
    padding: 14px 16px !important;

    border: 0 !important;
    border-bottom: 1px solid #e7e7e7 !important;

    background: transparent !important;

    color: #444 !important;

    font-size: 14px !important;
    line-height: 1.45 !important;

    text-align: left !important;
    vertical-align: middle !important;

    box-shadow: none !important;
}


/* hlavička */

.product-detail-tabs .product-tab-inner table thead th,
.product-detail-tabs .product-tab-inner table tr:first-child th {
    background: #f3f8f0 !important;

    color: #222 !important;

    font-weight: 700 !important;

    border-bottom: 1px solid #dfe6db !important;
}


/* střídání řádků */

.product-detail-tabs .product-tab-inner table tbody tr:nth-child(even) td {
    background: #fafafa !important;
}


/* hover */

.product-detail-tabs .product-tab-inner table tbody tr:hover td {
    background: #f5faf2 !important;
}


/* poslední řádek */

.product-detail-tabs .product-tab-inner table tbody tr:last-child td,
.product-detail-tabs .product-tab-inner table tbody tr td[rowspan="2"] {
    border-bottom: 0 !important;
}


/* buňky přes více řádků */

.product-detail-tabs .product-tab-inner table td[rowspan] {
    vertical-align: middle !important;

    background: #fafafa !important;

    border-right: 1px solid #e7e7e7 !important;
}


/* odstranění případných stylů na elementech uvnitř buněk */

.product-detail-tabs .product-tab-inner table td>*,
.product-detail-tabs .product-tab-inner table th>* {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.product-detail-tabs .product-tab-inner table th:nth-child(2),
.product-detail-tabs .product-tab-inner table td:nth-child(2) {
    color: #666 !important;
}


/* číselné sloupce */

.product-detail-tabs .product-tab-inner table th:nth-child(n+3),
.product-detail-tabs .product-tab-inner table td:nth-child(n+3) {
    text-align: center !important;
}


/* čísla trochu výraznější */

.product-detail-tabs .product-tab-inner table td:nth-child(n+3) {
    font-weight: 500 !important;
}

/* ==========================================================
   PRODUCT PARAMETERS
========================================================== */

.product-detail-tabs .product-parameters {
    max-width: 950px;

    margin: 0 auto;

    border: 1px solid #e7e7e7;
    border-radius: 12px;

    overflow: hidden;

    background: #fff;
}


.product-detail-tabs .product-parameter-row {
    display: grid;

    grid-template-columns: minmax(220px, 35%) 1fr;

    gap: 25px;

    padding: 14px 18px;

    border-bottom: 1px solid #ececec;
}


.product-detail-tabs .product-parameter-row:last-child {
    border-bottom: 0;
}


.product-detail-tabs .product-parameter-row:nth-child(odd) {
    background: #fafafa;
}


.product-detail-tabs .product-parameter-row:hover {
    background: #f5faf2;
}


.product-detail-tabs .product-parameter-name {
    color: #333;

    font-weight: 700;
}


.product-detail-tabs .product-parameter-value {
    color: #666;
}

.product-videos {
    width: 100%;
}

.product-video {
    margin-bottom: 30px;
}

.product-video:last-child {
    margin-bottom: 0;
}

.product-video-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.product-video-player-wrapper {
    width: 100%;
    max-width: 900px;
}

.product-video-player {
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
    background: #000;
}

.product-video-download {
    margin-bottom: 10px;
}

.product-video-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.product-video-format {
    font-size: 12px;
    opacity: .6;
}

@media (max-width: 767px) {

    .product-detail-tabs .product-tabs-nav {
        min-height: auto;

        justify-content: flex-start;

        gap: 25px;

        overflow-x: auto;
        flex-wrap: nowrap;
    }


    .product-detail-tabs .product-tabs-nav .nav-link {
        padding: 18px 3px 15px;

        font-size: 13px;

        white-space: nowrap;
    }


    .product-detail-tabs .product-tabs-content {
        padding: 28px 0 20px;
    }


    .product-detail-tabs .product-tab-inner {
        font-size: 14px;
    }


    #product-description h2 {
        font-size: 21px;
    }


    #product-description h3 {
        font-size: 18px;
    }


    /* tabulky lze horizontálně posouvat */
    .product-detail-tabs .product-tab-inner {
        overflow-x: auto;
    }

    /* parametry už pod sebe */

    .product-detail-tabs .product-parameter-row {
        grid-template-columns: 1fr;

        gap: 4px;

        padding: 13px 15px;
    }


    .product-detail-tabs .product-parameter-name {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .mod-position-left div#slideshow-header {
        display: none;
    }

    .mod-position-left.mb-5[data-mod-id="157"] {
        margin-bottom: 0rem !important;
    }

    .view-productdetails div#content {
        margin-top: -45px;
    }
}

/* ==========================================================
   PRODUCT DETAIL - TABS NAVIGATION FINAL
   pouze vzhled přepínačů
========================================================== */

.product-detail-tabs .product-tabs-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    min-height: 48px;

    gap: 0;

    margin: 0;
    padding: 0 12px;

    background: #fff;

    border: 1px solid #ededed;
    border-radius: 12px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);

    overflow: hidden;
}


/* položka */

.product-detail-tabs .product-tabs-nav .nav-item {
    margin: 0;
    padding: 0;
}


/* tlačítko */

.product-detail-tabs .product-tabs-nav .nav-link {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 105px;
    height: 48px;

    padding: 0 14px;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    color: #333;

    font-size: 11px;
    font-weight: 700;

    line-height: 1;

    text-transform: none;
    letter-spacing: 0;

    box-shadow: none !important;

    transition: color .2s ease;
}


/* hover */

.product-detail-tabs .product-tabs-nav .nav-link:hover {
    color: #63c132;
}


/* aktivní */

.product-detail-tabs .product-tabs-nav .nav-link.active {
    color: #63c132;

    background: transparent !important;
}


/* zelená linka */

.product-detail-tabs .product-tabs-nav .nav-link::after {
    content: "";

    position: absolute;

    left: 14px;
    right: 14px;
    bottom: 0;

    width: auto;
    height: 2px;

    background: transparent;

    border-radius: 0;

    transform: none;

    transition: background-color .2s ease;
}


/* aktivní zelená linka */

.product-detail-tabs .product-tabs-nav .nav-link.active::after {
    width: auto;

    background: #63c132;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .product-detail-tabs .product-tabs-nav {
        min-height: 44px;

        padding: 0 5px;

        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .product-detail-tabs .product-tabs-nav .nav-link {
        min-width: 90px;
        height: 44px;

        padding: 0 10px;

        font-size: 11px;

        white-space: nowrap;
    }

    .product-detail-tabs .product-tabs-nav .nav-link::after {
        left: 10px;
        right: 10px;
    }

    .category-view .page-header h1,
    .category-view .page-header .h1 {
        font-size: 20px;
    }

    .agro-product-info .agro-product-title {
        font-size: 18px;
    }

    .product-detail-tabs .product-tab-inner table th,
    .product-detail-tabs .product-tab-inner table td {
        font-size: 12px !important;
    }

    .view-productdetails .sp-page-builder .page-content #section-id-349986c6-19bd-44b7-84e3-998a886f51be {
        padding-top: 0;
    }

    .agro-product-info .price-with-tax .price-value {
        font-size: 16px;
    }
}

/* ==========================================
   VirtueMart - dokončení objednávky
   ========================================== */

.vm-order-done {
    max-width: 880px;
    margin: 35px auto 55px;
    padding: 45px 50px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    position: relative;
    overflow: hidden;
}

/* zelený pruh nahoře */
.vm-order-done:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #59bd32;
}


/* Nadpis */

.vm-order-done h3 {
    margin: 0 0 30px;
    padding: 0 0 20px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #e7e7e7;
}

.vm-order-done h3:before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 50%;
    background: #59bd32;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}


/* Řádky s údaji */

.vm-order-done .post_payment_payment_name,
.vm-order-done .post_payment_order_number,
.vm-order-done .post_payment_order_total {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 15px;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.vm-order-done .post_payment_payment_name {
    background: #f8f8f8;
}

.vm-order-done .post_payment_order_total {
    background: #f3faef;
    border-bottom: 0;
}


/* názvy položek */

.vm-order-done .post_payment_payment_name_title,
.vm-order-done .post_payment_order_number_title,
.vm-order-done .post_payment_order_total_title {
    display: inline-block;
    flex: 0 0 210px;
    font-weight: 600;
    color: #555;
}


/* Hodnoty */

.vm-order-done .vmpayment_name {
    font-weight: 600;
    color: #222;
}

.vm-order-done .post_payment_order_total {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.vm-order-done .post_payment_order_total_title {
    color: #222;
}


/* Tlačítko */

.vm-order-done .vm-button-correct {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 14px 25px;
    background: #59bd32;
    border: 0;
    border-radius: 25px;
    color: #fff !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .2s ease;
}

.vm-order-done .vm-button-correct:after {
    content: "→";
    margin-left: 10px;
    font-size: 18px;
}

.vm-order-done .vm-button-correct:hover {
    background: #449d25;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(89, 189, 50, .25);
}


/* Mobil */

@media (max-width: 767px) {

    .vm-order-done {
        margin: 20px 15px 35px;
        padding: 30px 20px;
    }

    .vm-order-done h3 {
        font-size: 23px;
    }

    .vm-order-done h3:before {
        width: 34px;
        height: 34px;
        font-size: 19px;
        margin-right: 10px;
    }

    .vm-order-done .post_payment_payment_name,
    .vm-order-done .post_payment_order_number,
    .vm-order-done .post_payment_order_total {
        display: block;
    }

    .vm-order-done .post_payment_payment_name_title,
    .vm-order-done .post_payment_order_number_title,
    .vm-order-done .post_payment_order_total_title {
        display: block;
        margin-bottom: 4px;
    }

    .vm-order-done .vm-button-correct {
        width: 100%;
    }
}

/* addtocart */
.bg-info {
    background-color: #59bd32 !important;
}

a.btn.btn-primary.cart-link {
    background-color: #59bd32 !important;
}

/* login */
.old-shop-login-info {
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 16px 18px;
    background: #f3faef;
    border-left: 4px solid #59bd32;
    border-radius: 5px;
    line-height: 1.45;
}

.old-shop-login-info strong {
    display: block;
    margin-bottom: 5px;
    color: #222;
    font-size: 15px;
    font-weight: 700;
}

.old-shop-login-info span {
    display: block;
    color: #555;
    font-size: 13px;
}

.old-shop-login-info span.main-acount-span {
    margin-top: 10px;
}

.old-shop-login-info a {
    display: inline-block;
    margin-top: 0px;
    color: #4eae2b;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

.old-shop-login-info a:hover {
    color: #38851d;
}

@media (min-width: 768px) {

    .com-users-login,
    .com-users-registration,
    .com-users-remind,
    .com-users-reset,
    .page-container-box,
    .product-notify-page,
    .cart-view.emptyCart-view {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        border: 1px solid var(--gray-200);
        padding: 1.5rem 2rem;
        background: white;
        margin-top: 20px;
    }
}

.proopc-finalpage {
    margin-top: 20px;
}

.mod-vmcategory-menu--open>.mod-vmcategory-menu--sub {
    display: flex;
}

/* ==========================================================
   OPC - SYSTEM MESSAGE
========================================================== */

#proopc-system-message,
div#system-message-container {
    margin: 30px 0 30px;
}

#proopc-system-message .proopc-alert {
    position: relative;

    padding: 18px 55px 18px 55px;
    margin: 0;

    border: 0;
    border-left: 5px solid #d32f2f;
    border-radius: 6px;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);

    text-shadow: none;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}


/* ERROR */
#proopc-system-message .proopc-error-msg {
    color: #a61b1b;
    background: #fff1f1;
}


/* vykřičník */
#proopc-system-message .proopc-error-msg::before {
    content: "!";

    position: absolute;
    left: 18px;
    top: 50%;

    width: 24px;
    height: 24px;

    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d32f2f;
    color: #fff;

    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}


/* TEXT */
#proopc-system-message .proopc-alert>span {
    display: block;
}


/* ZAVŘÍT */
#proopc-system-message .proopc-alert .close {
    position: absolute;

    top: 50%;
    right: 18px;

    transform: translateY(-50%);

    float: none;

    width: 28px;
    height: 28px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #a61b1b;

    font-size: 24px;
    font-weight: 400;
    line-height: 28px;

    text-shadow: none;
    opacity: .65;

    cursor: pointer;
}

#proopc-system-message .proopc-alert .close:hover {
    opacity: 1;
}


/* ==========================================================
   SUCCESS
========================================================== */

#proopc-system-message .proopc-success-msg {
    color: #34751c;
    background: #f1faed;
    border-left-color: #5fc331;
}


/* ==========================================================
   INFO
========================================================== */

#proopc-system-message .proopc-info-msg {
    color: #176b8d;
    background: #edf8fc;
    border-left-color: #249ac5;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    #proopc-system-message {
        margin: 15px 0 20px;
    }

    #proopc-system-message .proopc-alert {
        padding: 15px 45px 15px 48px;

        font-size: 14px;
    }

    #proopc-system-message .proopc-error-msg::before {
        left: 14px;
    }

    #proopc-system-message .proopc-alert .close {
        right: 10px;
    }
}

/* Rezerva při automatickém scrollu na OPC hlášku */
#proopc-system-message {
    scroll-margin-top: 150px;
}

/* ============================================================
   VP OPC - CHYBA OBCHODNÍCH PODMÍNEK
============================================================ */

.cart-tos-group {
    transition:
        background-color .2s ease,
        border-color .2s ease;
}

.cart-tos-group.tos-invalid {
    padding: 10px 12px;
    margin: 8px 0;

    background: #fff1f1;
    border: 1px solid #e53935;
    border-left: 4px solid #e53935;
    border-radius: 4px;
}

.cart-tos-group.tos-invalid .prooopc-tos-label {
    margin-bottom: 0;
}

.cart-tos-group.tos-invalid .terms-of-service-cont,
.cart-tos-group.tos-invalid .terms-of-service-cont a {
    color: #d32f2f !important;
}

/* =========================================================
   NAKUPUJI NA FIRMU
   ========================================================= */

#EditBTAddres .company-group,
#EditBTAddres .ico-group,
#EditBTAddres .dic-group {
    display: none;
}

/* JS po aktivaci checkboxu přidá tuto třídu */
#EditBTAddres.company-mode .company-group,
#EditBTAddres.company-mode .ico-group,
#EditBTAddres.company-mode .dic-group {
    display: block;
}

/* =========================================================
   NAKUPUJI NA FIRMU
   ========================================================= */

#EditBTAddres .company_select-group {
    margin: 8px 0 12px;
}

#EditBTAddres .company_select-group .inner {
    width: 100%;
}

#EditBTAddres .company_select_field_lbl {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    line-height: 20px;
    padding-left: 0;
    margin-left: -9px;
}

#EditBTAddres .dic-group {
    margin-bottom: 20px;
}

/* Checkbox */
#EditBTAddres #company_select_field {
    appearance: none;
    -webkit-appearance: none;

    width: 18px !important;
    height: 18px !important;
    min-width: 18px;

    margin: 0;
    padding: 0;

    border: 1px solid #9da5aa;
    border-radius: 3px;
    background: #fff;

    cursor: pointer;
    position: relative;
}

/* Zaškrtnutý */
#EditBTAddres #company_select_field:checked {
    background: #5fc232;
    border-color: #5fc232;
}

/* Fajfka */
#EditBTAddres #company_select_field:checked::after {
    content: "";
    position: absolute;

    left: 5px;
    top: 2px;

    width: 5px;
    height: 9px;

    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Text */
#EditBTAddres .company_select_field_lbl .hover-tootip {
    cursor: pointer;
    font-size: 14px;
}

/* Hover */
#EditBTAddres .company_select_field_lbl:hover #company_select_field {
    border-color: #5fc232;
}

.vm-order-done .post_payment_qrcode {
    text-align: center;
}

.vm-order-done .vm-qrcode-image {
    margin: 0 auto;
}

.vm-order-details-view .vm-qrcode-wrapper {
    border-top: 0px solid #eee;
}

.price-title,
.final-price,
.product-discount,
.product-price .PricesalesPrice,
.col-total .PricesalesPrice {
    color: #333;
    font-weight: 600 !important;
}

.grand-total .PricebillTotal {
    color: #333;
}

th.col-total span {
    font-weight: 600 !important;
}

/* odsazeni */
.vendor-details-view {
    margin-top: 30px;
}

/* ==========================================================
   WISHLIST - PRODUCT CARDS
   stejny vzhled jako category-view
========================================================== */

.vme-wishlist .product-grid-row {
    row-gap: 30px;
}

.vme-wishlist .product-grid-view {
    display: flex;
}


/* ==========================================================
   CARD
========================================================== */

.vme-wishlist .product-card {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;

    overflow: hidden;

    transition: .25s ease;

    box-shadow: 0 5px 18px rgba(0, 0, 0, .05);
}

.vme-wishlist .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}


/* ==========================================================
   ODEBRAT Z OBLIBENYCH
========================================================== */

.vme-wishlist .product-remove-from-wishlist {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 30;
}

.vme-wishlist .product-remove-from-wishlist .link-body {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #f35321;
    color: #fff;

    text-decoration: none;

    transition: .2s ease;
}

.vme-wishlist .product-remove-from-wishlist .link-body:hover {
    background: #d94217;
    color: #fff;
}


/* schovame text - zustane jen kriz */
.vme-wishlist .product-remove-from-wishlist .link-body span {
    font-size: 0;
    position: relative;
    left: 4px;
    top: 1px;
}

.vme-wishlist .product-remove-from-wishlist .link-body i {
    font-size: 15px;
}


/* ==========================================================
   TOP
========================================================== */

.vme-wishlist .product-top-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* ==========================================================
   IMAGE
========================================================== */

.vme-wishlist .product-image-wrapper {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 250px;

    padding: 60px 30px 0;

    overflow: hidden;
}

.vme-wishlist .product-list-images {
    width: 100%;
}

.vme-wishlist .product-image-default {
    text-align: center;
}

.vme-wishlist .product-thumbnail {
    max-width: 100%;
    max-height: 170px;

    width: auto;
    height: auto;

    object-fit: contain;
}


/* ==========================================================
   CONTENT
========================================================== */

.vme-wishlist .product-content {
    padding: 0 25px;
}

.vme-wishlist .product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
    margin-bottom: 5px;
}

.vme-wishlist .product-meta {
    flex: 1;
}


/* ==========================================================
   STOCK
========================================================== */

.vme-wishlist .product-stock {
    display: inline-flex;
    align-items: center;

    margin-bottom: 12px;

    padding: 5px 20px;

    border-radius: 25px;

    background: #63c132;
    color: #fff;

    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.vme-wishlist .product-stock.out-of-stock {
    background: #f35321;
}


/* ==========================================================
   SKU
========================================================== */

.vme-wishlist .product-sku {
    font-size: 12px;
    color: #777;
}


/* ==========================================================
   UTILITIES - POROVNANI
========================================================== */

.vme-wishlist .product-utilities {
    position: static;

    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;
}

.vme-wishlist .product-list-utilities {
    position: static !important;

    top: auto !important;
    right: auto !important;

    display: flex !important;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin: 0;
    padding: 0;

    background: transparent;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
}

.vme-wishlist .product-list-utility-item {
    margin: 0 !important;
    padding: 0;
}


/* quick view pryc */
.vme-wishlist .product-list-utility-item:last-child {
    display: none;
}

.vme-wishlist .btn-vme-round {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 24px;

    padding: 0;
    margin: 0;

    border: 0;
    background: transparent;

    box-shadow: none;
}

.vme-wishlist .btn-vme-round i {
    font-size: 20px;
    color: #000;
    background: transparent;
    border: 0;
}

.vme-wishlist .btn-vme-round:hover i,
.vme-wishlist .btn-vme-round.btn-item-added i {
    color: #63c132;
}


/* ==========================================================
   TITLE
========================================================== */

.vme-wishlist .product-name {
    margin: 0 0 15px;
    line-height: 1.35;
}

.vme-wishlist .product-name a {
    color: #222;

    text-decoration: none;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.2em;
    letter-spacing: -1px;
}

.vme-wishlist .product-name a:hover {
    color: #63c132;
}


/* ==========================================================
   CATEGORY
========================================================== */

.vme-wishlist .product-categories {
    color: #888;

    font-size: 14px;

    margin-bottom: 15px;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.vme-wishlist .product-short-description {
    font-size: 13px;
    line-height: 1.4;

    color: #555;

    margin-bottom: 15px;
}


/* ==========================================================
   BOTTOM
========================================================== */

.vme-wishlist .product-bottom-container {
    position: static !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;

    opacity: 1 !important;
    visibility: visible !important;

    margin-top: auto;

    padding: 25px;
}

.vme-wishlist .product-footer {
    position: relative;

    display: flex;
    flex-direction: column;

    gap: 18px;
}


/* zrusime puvodni VP hover */
.vme-wishlist .product-backdrop {
    display: none !important;
}

.vme-wishlist .product-container {
    transform: none !important;
}

.vme-wishlist .product-container:hover {
    transform: translateY(-5px) !important;
}


/* ==========================================================
   PRICE
========================================================== */

.vme-wishlist .product-price-wrapper {
    border-top: 1px solid #ececec;

    padding-top: 25px;
}

.vme-wishlist .product-price-grid {
    display: flex;

    justify-content: space-between;
    align-items: stretch;

    gap: 20px;
}

.vme-wishlist .price-without-tax {
    flex: 0 0 auto;

    display: flex;
    flex-direction: column;
}

.vme-wishlist .price-with-tax {
    flex: 1;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    justify-content: flex-end;

    text-align: right;
}

.vme-wishlist .price-label {
    display: block;

    margin-bottom: 6px;

    font-size: 12px;
    color: #666;

    line-height: 1.2;

    order: 1;

    letter-spacing: -1px;
}

.vme-wishlist .price-with-tax .price-label {
    margin: 0 0 0 5px;

    font-size: 15px;

    color: #63c132;
}

.vme-wishlist .price-value {
    display: block;

    line-height: 1.1;
    letter-spacing: -1px;
}

.vme-wishlist .price-without-tax .price-value {
    font-size: 12px;
    font-weight: 500;

    color: #2c2c2c;
}

.vme-wishlist .price-with-tax .price-value {
    font-size: 16px;
    font-weight: 700;

    color: #63c132;
}


/* ==========================================================
   CART
========================================================== */

.vme-wishlist .product-cart-wrapper {
    position: absolute;

    right: 0;
    top: -17px;
}

.vme-wishlist .addtocart-bar {
    display: none !important;
    justify-content: flex-end !important;
    align-items: center;
}

.vme-wishlist .quantity-box {
    display: none !important;
}

.vme-wishlist .addtocart-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #63c132;
    color: #fff;
}

.vme-wishlist .addtocart-button:hover {
    background: #55b42b;
}

.vme-wishlist .addtocart-button .cart-icon {
    width: 22px;
    height: 22px;

    transform: scaleX(-1);
}


/* ==========================================================
   SHARE BUTTON
========================================================== */

.vme-wishlist .vme-share-container {
    text-align: right;
}

.vme-wishlist .vme-share-container>.btn {
    background: #fff;

    color: #333;

    border: 1px solid #ddd;
    border-radius: 8px;

    box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
}

.vme-wishlist .vme-share-container>.btn:hover {
    background: #63c132;
    border-color: #63c132;

    color: #fff;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767.98px) {

    .vme-wishlist .product-image-wrapper {
        height: 180px;

        padding: 40px 20px 0;
    }

    .vme-wishlist .product-thumbnail {
        max-height: 120px;
    }

    .vme-wishlist .product-content {
        padding: 0 18px;
    }

    .vme-wishlist .product-bottom-container {
        padding: 18px;
    }

}

.vmessentials-wrapper.vme-wishlist,
.vmessentials-wrapper {
    margin-top: 30px;
}

/* ==========================================================
   PRODUCT COMPARE
========================================================== */

.vmessentials-wrapper .vme-table-container {
    margin-top: 30px;

    background: #fff;

    border: 1px solid #e9e9e9;
    border-radius: 18px;

    box-shadow: 0 5px 18px rgba(0, 0, 0, .06);

    overflow: hidden;
}


/* ==========================================================
   TABLE
========================================================== */

.vmessentials-wrapper .vme-table {
    width: 100%;

    margin: 0;

    border-collapse: separate;
    border-spacing: 0;

    background: #fff;
}

.vmessentials-wrapper .vme-table th,
.vmessentials-wrapper .vme-table td {
    padding: 15px 20px;

    border: 0;
    border-bottom: 1px solid #ececec;

    vertical-align: middle;
}


/* levý sloupec - názvy parametrů */

.vmessentials-wrapper .vme-compare-title {
    width: 180px;

    background: #f7f7f7;

    color: #555;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .02em;
}


/* produktové sloupce */

.vmessentials-wrapper .vme-compare-data {
    border-left: 1px solid #ececec !important;

    color: #333;

    font-size: 13px;
    line-height: 1.5;
}


/* střídání řádků */

.vmessentials-wrapper .vme-table tr:nth-child(even)>th,
.vmessentials-wrapper .vme-table tr:nth-child(even)>td {
    background-color: #fbfbfb;
}


/* hover parametru */

.vmessentials-wrapper .vme-table tr:hover>th,
.vmessentials-wrapper .vme-table tr:hover>td {
    background-color: #f4faef;
}


/* ==========================================================
   PRODUCT NAME - HEADER
========================================================== */

.vmessentials-wrapper .vmevar_product_name>th,
.vmessentials-wrapper .vmevar_product_name>td {
    background: #fff !important;

    padding-top: 25px;
    padding-bottom: 20px;

    vertical-align: top;
}

.vmessentials-wrapper .vmevar_product_name .product-name {
    position: relative;

    margin: 0;
    padding-right: 35px;

    line-height: 1.25;
}

.vmessentials-wrapper .vmevar_product_name .product-name a {
    color: #222;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;
}

.vmessentials-wrapper .vmevar_product_name .product-name a:hover {
    color: #63c132;
}


/* ==========================================================
   REMOVE PRODUCT
========================================================== */

.vmessentials-wrapper .vmevar_product_name .vme-compare-data {
    position: relative;
}

.vmessentials-wrapper .vme-compare-remove {
    position: absolute;

    top: 15px;
    right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: transparent;
    color: #777;

    transition: .2s ease;
}

.vmessentials-wrapper .vme-compare-remove:hover {
    background: transparent;
    color: #101010;
}


/* ==========================================================
   IMAGE
========================================================== */

.vmessentials-wrapper .vmevar_image>th,
.vmessentials-wrapper .vmevar_image>td {
    background: #fff !important;

    vertical-align: top;

    padding-top: 10px;
    padding-bottom: 25px;
}

.vmessentials-wrapper .vmevar_image .vme-compare-data>a {
    display: flex;

    align-items: center;
    justify-content: center;

    height: 220px;

    padding: 20px;

    background: #fff;

    border: 1px solid #ededed;
    border-radius: 14px;
}

.vmessentials-wrapper .vme-image {
    display: block;

    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 180px;

    object-fit: contain;
}


/* ==========================================================
   BUTTONS UNDER IMAGE
========================================================== */

.vmessentials-wrapper .vme-compare-buttons {
    margin-top: 15px;
}

.vmessentials-wrapper .vme-list-inline {
    display: none;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.vmessentials-wrapper .vme-list-inline li {
    margin: 0;
    padding: 0;
}


/* wishlist + quickview */

.vmessentials-wrapper .vmevar_image .btn-vme-round {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 36px;

    padding: 7px 12px;

    background: #f5f5f5;

    border: 0;
    border-radius: 8px;

    color: #333;

    font-size: 12px;

    text-decoration: none;

    transition: .2s ease;
}

.vmessentials-wrapper .vmevar_image .btn-vme-round:hover {
    background: #63c132;

    color: #fff;
}

.vmessentials-wrapper .vmevar_image .btn-vme-round i {
    color: inherit;

    font-size: 14px;
}


/* wishlist aktivní */

.vmessentials-wrapper .vmevar_image .btn-item-added {
    background: #63c132;
    color: #fff;
}


/* ==========================================================
   SKU
========================================================== */

.vmessentials-wrapper .vmevar_product_sku .vme-compare-data {
    font-weight: 600;

    color: #555;
}


/* ==========================================================
   SHORT DESCRIPTION
========================================================== */

.vmessentials-wrapper .vmevar_product_s_desc .vme-compare-data {
    color: #555;

    line-height: 1.5;
}


/* ==========================================================
   LONG PRODUCT DESCRIPTION
   v compare nedava smysl
========================================================== */

.vmessentials-wrapper .vmevar_product_desc {
    display: none;
}


/* ==========================================================
   STOCK
========================================================== */

.vmessentials-wrapper .vmevar_product_stock .vme-compare-data {
    color: #4da824;

    font-weight: 600;
}


/* ==========================================================
   CUSTOM FIELDS
========================================================== */

.vmessentials-wrapper .vmevar_custom_fields td {
    font-weight: 500;
}

.vmessentials-wrapper .vme-separator {
    display: none;
}


/* ==========================================================
   SHARE
========================================================== */

.vmessentials-wrapper .vme-share-container {
    text-align: right;
}

.vmessentials-wrapper .vme-share-container>.btn {
    background: #fff;

    color: #333;

    border: 1px solid #ddd;
    border-radius: 8px;

    padding: 9px 14px;

    box-shadow: 0 3px 10px rgba(0, 0, 0, .06);

    transition: .2s ease;
}

.vmessentials-wrapper .vme-share-container>.btn:hover {
    background: #63c132;
    border-color: #63c132;

    color: #fff;
}


/* ==========================================================
   LAST ROW
========================================================== */

.vmessentials-wrapper .vme-table tr:last-child>th,
.vmessentials-wrapper .vme-table tr:last-child>td {
    border-bottom: 0;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767.98px) {

    .vmessentials-wrapper .vme-table-container {
        border-radius: 12px;

        overflow-x: auto;
    }

    .vmessentials-wrapper .vme-table {
        min-width: 720px;
    }

    .vmessentials-wrapper .vme-compare-title {
        width: 140px;
        min-width: 140px;
    }

    .vmessentials-wrapper .vme-table th,
    .vmessentials-wrapper .vme-table td {
        padding: 12px 14px;
    }

    .vmessentials-wrapper .vmevar_image .vme-compare-data>a {
        height: 170px;
    }

    .vmessentials-wrapper .vme-image {
        max-height: 140px;
    }
}

.header-user-tools .offcanvas .vme-mod__product-details a,
.header-user-tools .offcanvas .mod-minicart__product-details a {
    color: #67bd38;
    text-decoration: none;
}

.vme-mod__show-link-container.px-3.py-4 a.btn.btn-primary.w-100:not(:hover),
.mod-minicart__show-cart.px-3.py-4 a {
    background: #67bd38;
    border-color: #67bd38;
}

.vme-mod__show-link-container.px-3.py-4 a.btn.btn-primary.w-100:hover,
.mod-minicart__show-cart.px-3.py-4 a:hover {
    background: #579f30;
    border-color: #579f30;
}

.offcanvas-body .text-color-primary {
    color: #282828;
}

/* ask */

@media (max-width: 767.98px) {
    .ask-product .card.mb-3 {
        display: none;
    }
}

.vm-list-search,
body.view-user .page-container,
body.itemid-448 main {
    margin-top: 30px;
}