.obsah-sady {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.obsah-sady h3 {
    font-weight: 550;
    margin-right: auto;
    margin-bottom: 10px;
}

.obsah-sady .dm-product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    width: 100%;
    flex-basis: 100%;
    position: relative;
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: solid 1px #dadada;
}

.obsah-sady .dm-product .product-pcs {
    width: 30px;
    margin-right: 20px;
}

.obsah-sady .dm-product .product-img {
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.obsah-sady .dm-product .product-img img {
    width: 100%;
    margin: auto;
    height: 100%;
    object-fit: contain;
}

.obsah-sady .product-name {
    width: calc(100% - 50px - 60px - 20px);
    margin-left: 20px;
    color: var(--color-primary);
}

.obsah-sady .psoudolink {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.dm-product:hover .product-name {
    text-decoration: underline;
}

.p-detail-info>.p-code::before {
    content: '|';
    display: inline-block;
    padding: 0 1ex;
    font-size: 14px;
    color: #dadada;
}

#categories>.categories>.topic .cat-trigger {
    display: none !important;
}

#categories a {
    font-size: 16px;
}

#categories .expandable > a > span, #categories .expandable>.topic>a>span {
    font-size: 8px;
    width: 14px;
    height: 14px;
    top: 8px;
}

@media (min-width: 768px) {
    #header .container {
        border-bottom: solid 1px #dadada;
    }

    #navigation,
    .menu-helper {
        display: none !important;
    }

    .breadcrumbs {
        border: none;
    }
}

#productsAlternative {
    position: relative;
}

.p-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.p-final-price-wrapper {
    order: -99;
}

.p-short-description {
    order: -100;
    margin-bottom: 19px;
}

.google_icon,
.breadcrumbs>span>a::after {
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'wght' 300;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.link-icon.watchdog::before {
    content: '';
    background-image: url("/user/documents/upload/DMupravy/dog.png");
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    filter: grayscale();
    opacity: 0.35;
}

.link-icon.watchdog:hover::before {
    filter: none;
    opacity: 1;
}

.link-icon:hover::before {
    color: #000 !important;
}

.quantity {
    padding-right: 50px !important;
    padding-left: 50px !important;
    border-radius: 0;
    border: solid 1px #666 !important;
}

.quantity-form .quantity input {
    height: 46px;
}

.cart-widget-product-amount .quantity {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.p-detail .add-to-cart .quantity {
    margin-right: 15px;
}

.quantity .increase, .quantity .decrease {
    height: calc(2 * 23px) !important;
    width: 40px !important;
    border: none;
    background-color: #dadada;
    color: #666 !important;
}

.cart-widget-product-amount .quantity .increase, 
.cart-widget-product-amount .quantity .decrease {
    width: 20px !important;
    height: 36px !important;
}

.quantity .decrease {
    border-right: 1px #666 solid;
}

.quantity .increase {
    border-left: solid 1px #666;
}

.quantity .decrease::before {
    content: '\e919';
}

.quantity .increase::before {
    content: '\e918';
}

.quantity .increase::before, .quantity .decrease::before {
    line-height: calc(2 * 23px) !important;
}

.cart-widget-product-amount .quantity .increase::before, 
.cart-widget-product-amount .quantity .decrease::before  {
    line-height: 36px !important;
}

.quantity .decrease {
    left: 0;
    right: auto;
    top: 0 !important;
}

.quantity input {
    text-align: center;
}

.cart-widget-product-amount {
    width: 120px;
}

.cart-widget-product-amount .quantity-form .quantity input {
    height: 36px !important;
}

.cart-widget-product-unit {
    display: none !important;
}

.breadcrumbs-wrapper {
    width: 100%;
    padding: 0;
}

.breadcrumbs {
    margin-left: 0;
    margin-right: 0;
}

.breadcrumbs>span>a::before {
    display: none !important;
}

.breadcrumbs>span>a::after {
    content: '\e5e1';
    right: unset;
    transform: unset;
    height: 14px;
    width: 7px;
    bottom: -2.5px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    top: unset;
    margin-left: 20px;
}

.breadcrumbs>span>a, .breadcrumbs>span>span {
    padding: 10px 10px 10px 10px;
}

.products-block.products>div {
    transition: 300ms;
    border: solid 1px transparent;
}

.products-block.products>div:hover {
    border: solid 1px var(--color-primary) !important;
}

.box-categories>h4 {
    display: none !important;
}

aside .box-filters {
    display: none !important;
}

.type-detail .add-to-cart-button,
.btn-cart {
    border-radius: 3px;
}

.quantity .decrease {
    border-radius: 3px 0 0 3px;
}

.quantity .increase {
    border-radius: 0 3px 3px 0;
}

.quantity {
    border-radius: 3px;
}

.btn {
    border-radius: 3px !important;
}

.product .p-code {
    opacity: 0;
    transition: 300ms;
}

.product:hover .p-code {
    opacity: 1;
}

.breadcrumbs>span>a {
    text-decoration: underline;
}

.type-category #content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.type-category #content>* {
    order: 10;
}

.breadcrumbs-wrapper {
    order: -10 !important;
}

.category-title {
    order: -8 !important;
}

.category-perex {
    order: -6 !important;
}

.subcategories {
    order: -4 !important;
}

#content>h4 {
    order: -2 !important;
}

#productsTop {
    order: 0 !important;
}

#filters-wrapper,
.filters-wrapper,
#filters {
    order: 2 !important;
}

#category-header {
    order: 4 !important;
}

[data-unveil="filters"] {
    font-size: 16px !important;
    height: auto !important;
    min-height: 40px;
    line-height: normal;
}

[data-unveil="filters"]:before {
    content: '\e942';
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-family: shoptet;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 0;
    text-transform: none;
    text-decoration: none;
}

.box.box-bg-transparent.co-box.co-registration {
    display: none;
}

.btn.btn-cart::before, a.btn.btn-cart::before, .btn.add-to-cart-button::before, a.btn.add-to-cart-button::before {
    display: none !important
}

#related,
#related>div,
#alternative,
#alternative>div {
    position: relative;
}

#content .filters-wrapper > div:first-of-type, #footer .filters-wrapper>div:first-of-type {
    text-align: left;
}

.slider-wrapper {
    margin-left: 0;
}

.top-navigation-bar {
    border-bottom: none;
}

.top-navigation-menu,
.top-navigation-contacts {
    display: none !important;
}

.top-navigation-tools a[href="/kontakty"] {
    margin-right: 40px;
}


#filters {
    background-color: #f6f6f6;
}

.filter-total-count {
    color: #666;
}

.slider-wrapper {
    padding: 10px;
}

#signature img {
    filter: grayscale();
    width: 12px;
}

@media (min-width: 992px) {
    .header-top {
        padding-top: 5px;
        height: 78px;
    }

    .admin-logged .popup-widget.cart-widget {
        top: calc(128px - 20px ) !important;
    }

    .popup-widget.cart-widget {
        top: calc(103px - 20px) !important;
    }

    .products-block .p-bottom .prices {
        margin: auto 0;
    }
    
    .products-block .p-bottom .prices {
        text-align: right;
        padding-right: 10px;
    }
    
    .products-block .p-bottom .prices {
        flex-basis: calc(100% - 120px);
    }
    .products-block .p-bottom .p-tools {
        flex-basis: 120px;
    }
}


.products-block .p-bottom>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.products-block .p-desc {
    margin: 0;
    margin-bottom: 19px;
    overflow: hidden !important;
    height: 57px;
    max-height: 57px;
}

.product .stars-wrapper {
    margin-top: -12px !important;
}

.products-block.products .p .name {
    margin-top: 5px;
    height: 51px;
    font-size: 18px !important;
}

.products-block .p a.image {
    margin-bottom: 18px;
}

.box.box-bg-variant {
    padding-top: 0;
}