.header-style-40 .container.sticky-menu.js-sticky-menu:not(.active) #header-bottom .groupmenu {
    border-radius: 50px;
}

.sticky-menu.active .panel.wrapper, .breadcrumbs .items, .page-main:not(.page-main-full)>div, .container {
    max-width: 1270px !important;
}

.header-style-40 .container.sticky-menu.js-sticky-menu:not(.active) #header-bottom {
    border-radius: 50px;
    margin-bottom: 20px;
}

.product-list-style-51 .button-hover-wrap {
    opacity: 1 !important;
    gap: 5px;
}

.product-list-style-51 .button-hover-wrap > * {
    transform: translateX(0) !important;
    border-radius: 50px !important;
    overflow: hidden;
}

.product-list-style-51 .button-hover-wrap a {
    background: #f1f3f294 !important;
    border-color: #f1f3f2 !important;
    color: black !important;
}

.product-list-style-51 .product.details.product-item-details.text-center {
    border-top: 1px solid #d6d6d6 !important;
    padding-top: 10px !important;
}

.product-list-style-51 .product.details.product-item-details.text-center button {
    background: #fca914 !important;
    border-color: #fca914 !important;
    text-transform: uppercase !important;
    color: black;
}

.product-list-style-51 .item-group {
    border: 1px solid #c3c3c3;
    border-radius: 8px;
}

body .page-wrapper {
    background: #fafafa !important;
}

#store-pickup #delivery-method-selector {
    gap: 10px;
}

#store-pickup #delivery-method-selector > button {
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

#store-pickup #delivery-method-selector > button.selected {
    background: #fca914 !important;
    border-color: #fca914 !important;
    color: black !important;
}

.shipping-information-content .store-address .store-map-url > a {
    float: none !important;
}

.shipping-information-content .store-address {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shipping-information-content .store-address .store-map-url > a span {
    color: #000000;
    background: #fca9146b;
    padding: 8px 10px 10px;
    border-radius: 50px;
}

.cms-codazon-home-page .cdz-main-slideshow .cdz-slideshow {
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
}

@media (max-width: 768px) {
    .cms-codazon-home-page .cdz-main-slideshow .slide-caption.pocetna {
        padding-left: 10px !important;
    }

    .cms-codazon-home-page .cdz-main-slideshow .slide-caption.pocetna .aparati {
        font-size: 2.5rem !important;
    }

    .cms-codazon-home-page .posright-special-deal {
        padding: 10px !important;
    }
}

.md-sidenav-right {
    max-width: 460px !important;
    width: 80% !important;
}

.block-minicart .cart-total .actions .layout-column {
    flex-direction: row !important;
    gap: 10px;
}

li.item.product.product-item {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
}

.product-list-container .pages .items.pages-items {
    display: flex;
    flex-wrap: wrap;
}

.grid.products-grid .products:not(.row), .grid.products-grid.products:not(.row) {
    overflow: visible !important;
}

.payment-option-title.field.choice {
    border-top: 0 !important;
}

.payment-option.opc-payment-additional.comment {
    background: white !important;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
}

.form.form-discount.order-comment-form {
    max-width: 100% !important;
}

.payment-option.comment .payment-option-content {
    padding: 20px !important;
}

.payment-option.comment .payment-option-content textarea {
    background: white !important;
}

.comment .payment-option-title.field.choice {
    margin-bottom: 0 !important;
}

.comment .payment-option-inner {
    margin-bottom: 0 !important;
}

.payment-method-content .primary, .payment-method-content .primary .action.primary.checkout {
    width: 100% !important;
}

.payment-method-content .payment-method-billing-address .primary {
    display: flex !important;
    flex-direction: row-reverse;
    gap: 1rem;
}

.payment-method-content .primary > .action.action-update, .payment-method-content .primary > .action.action-cancel {
    width: 100% !important;
}

.checkout-payment-method #cashondelivery + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    background: url('../images/payment/cashondelivery.svg') no-repeat center center;
    background-size: contain;
}

.checkout-payment-method #banktransfer + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    background: url('../images/payment/banktransfer.svg') no-repeat center center;
    background-size: contain;
}

.checkout-payment-method #wspayment + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    background: url('../images/payment/wspayment.svg') no-repeat center center;
    background-size: contain;
}

#minicart-content-wrapper .product.row {
    padding: 10px 20px !important;
}

#checkout-payment-method-load .payment-method .payment-method-title {
    border-top: 0 !important;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}

#checkout-payment-method-load .payment-method .payment-method-title label.label {
    padding: 24px;
    display: inline-block;
    width: 100%;
}

#checkout-payment-method-load .payment-method {
    padding: 0 15px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    border-radius: 8px;
}

#checkout-payment-method-load .payment-method._active {
    border: 1px solid #ffdc9c;
    background-color: #fffdfa;
}

#checkout-payment-method-load .payment-method input.input-text {
    background: white !important;
}

.checkout-index-index .page-main {
    width: 100% !important;
}

.sidebar-minicart .item.product {
    padding: 20px !important;
}

.header-style-40 .groupmenu-drop.slidedown {
    background-color: #ffffff00 !important;
    box-shadow: none !important;
}

.header-style-40 .groupmenu-drop.slidedown > .item.level1.text-content {
    background-color: white !important;
    max-width: 1270px;
    border-radius: 8px;
    margin-top: 8px;
    border-top: 2px solid #fca914;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.enhanced-privacy-cookie-policy .block-title {
    display: block !important;
}

.enhanced-privacy-cookie-policy .actions-toolbar .secondary {
    width: 50% !important;
}

.enhanced-privacy-cookie-policy .actions-toolbar  {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cdz-promo-flag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 5px 10px;
    background-color: red;
    color: white;
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px;
}

.page-title-wrapper.product > h1 > span {
    word-wrap: break-word;
}
@media only screen and (min-width: 768px)
{
    .panel.header .header-panel-row.row .header-panel-left {
        width: 20.16667% !important;
    }
    .panel.header .header-panel-row.row .header-search-wrap {
        width: 60% !important;
    }
}

.product-item-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 38px;
    text-align: left;
}

.product-item-inner .action.tocart.primary {
    color: black;
    background: #fca914;
    border-color: #fca914;
    border-radius: 8px !important;
}

body #mini-cart-pro .item.product.product-item {
    padding: 20px !important;
}

#mini-cart-pro, .minicart-items-wrapper.nice-scroll > ol {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.product-item-inner {
    text-align: left;
}
