* {
    touch-action: manipulation;
}

.banner-content .header-text-shadow {
    text-shadow: 0 0 8px #040404;
}

.banner-content .header-text-color {
    color: #ffffff !important;
}

.nav-logo-izzy {
    height: 45px;
}

.nav-logo-izzy-mob {
    height: 35px;
}

.izzy-color {
    color: #CC092F;
}

.izzy-bg-color {
    background-color: #CC092F;
}

.btn-izzy {
    background-color: #CC092F !important;
    color: #f5f5f5 !important;
    padding: 10px 20px;
    border-radius: 7px !important;
}

.btn-izzy:hover {
    background-color: #f5f5f5 !important;;
    color: #CC092F !important;
}

.contact-info-wrapper .animated-image {
    max-height: 300px;
}

.brand-page-header-section .brand-content-item .thumb {
    width: 150px !important;
    height: 150px !important;
    border: none !important;
    box-shadow: none !important;
}

.is-danger {
    color: #e31211
}

.js-cookie-consent {
    position: fixed;
    bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #CC092F;
}

.js-cookie-consent button {
    margin-left: 10px;
    font-size: 14px;
    border: 1px solid #CC092F;
    background-color: #CC092F;
    padding: 10px 13px;
    border-radius: 3px;
    line-height: 1;
    color: #e8eaee;
    transition: all 0.3s ease;
    cursor: pointer;
}


.no-items-box {
    padding-top: 50px;
    text-align: center;
}

.no-items-box img {
    height: 350px;
}

.no-items-box div {
    font-weight: 500;
    padding: 0 20px 10px 20px;
}

.no-items-box div a {
    font-weight: 500;
    padding: 0 20px;
}


.brand-page-header-section .brand-content-item .thumb img {
    height: 100%;
}

.footer-widget .footer-logo img {
    max-width: 130px;
}

.lang-submenu-mob {
    border-top: 1px solid #cccccc;
}

.lang-submenu-mob li img {
    width: 30px;
}

.submenu.tel-submenu li {
    text-align: center;
}

.submenu.tel-submenu li a {
    font-size: 14px;
}

.submenu.lang-submenu li {
    padding-left: 10px;
}

.submenu.lang-submenu li img {
    width: 20px;
}

.submenu.lang-submenu li a {
    font-size: 14px;
}

.contact-form.express-form .input-item {
    margin-top: 0 !important;
}

.contact-form.express-form label {
    font-weight: bold;
    font-size: larger;
    padding-top: 12px;
}

.checkout-form .payment-box .active {
    border-radius: 23px;
    border: 2px solid #CC092F !important;
}

.checkout-form .payment-box .delivery-image,
.contact-form.express-form .delivery-image {
    max-height: 350px;
    margin-top: 30px;
}

.checkout-form .payment-box,
.contact-form.express-form .payment-box {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 7px;
    margin: 0;
}

.checkout-form .payment-box .card,
.contact-form.express-form .payment-box .card {
    background-color: transparent;
    border-radius: 5px;
    border: none;
}

.checkout-form .payment-box .card .card-body {
    border-radius: 7px;
    border: 2px solid #cfcdcd;

}

.checkout-form .payment-box .card button,
.contact-form.express-form .payment-box .card button {
    background-color: transparent;
    border: none;
    padding: 7px 15px;
}

.c-green {
    color: #13a009;
}

.catagory-item:hover {
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
}

.catagory-item .cat-title {
    display: flex;
    align-items: center;
    background-color: #CC092F;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    justify-content: center;
    text-align: center;
    padding: 2px 5px;
}

.catagory-item .cat-title div {
    line-height: 19px;
}

.no-items {
    padding-top: 50px;
}


.termin-box {
    background-color: #fafafa;
    padding: 10px 10px 20px 10px;
    border-radius: 7px;
    margin: 0;
}

.termin-column {
    text-align: center;
}

.termin-title {
    padding: 10px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.termin-item {
    width: 100%;
    padding: 10px 20px;
    margin: 2px;
    background-color: #ffffff;
    border-radius: 7px;
    color: #CC092F !important;
}

.termin-item:hover {
    color: #ffffff !important;
    background-color: #CC092F !important;
}

.termin-item.unavailable {
    background-color: #e8e8e8;
    color: #8e8e8e !important;
    cursor: not-allowed;
    pointer-events: none;
}

.termin-item.picked {
    background-color: #f1113c;
    color: #ffffff !important;
}

.termin-item.checkout {
    font-size: 0.9em;
}

.delivery-select .select-items {
    background-color: #fafafa !important;
    color: #1b1e21 !important;
}

.delivery-select .select-selected {
    border-radius: 7px;
    background-color: #fafafa !important;
    color: #1b1e21 !important;
}

.delivery-select .select-items div {
    color: #1b1e21 !important;
}

.delivery-select .select-selected.select-arrow-active:after {
    top: 14px;
}

.success-msg-box {
    margin-top: 10px;
    padding: 10px 15px;
    background: #0d8872;
    color: #ffffff;
    border-radius: 7px;
}

.failed-msg-box {
    margin-top: 10px;
    padding: 10px 15px;
    background: #cb2a42;
    color: #ffffff;
    border-radius: 7px;
}

.payment-image {
    text-align: center;
}

.payment-image img {
    max-width: 400px;
}

.new-address {
    text-align: center;
    font-weight: 500;

}

.new-address:hover {
    color: #CC092F;
    background: #ffffff;
    border-color: #CC092F;
}

.mobile-footer {
    height: 100px !important;
}

.preauth-desc {
    color: #CC092F;
    font-weight: 500;
}

.success-animation-img {
    max-height: 350px;
}

.success-page-box {
    margin: 50px;
    text-align: center;
    background-color: #ffffff;
    padding: 100px;
}

.order-again-help-text {
    font-size: 12px;
    line-height: 15px;
}

.track-number-link {
    flex-direction: row;
}

.track-num-box {
    text-align: left;
}

.sitebar-cart .sc-head {
    background-color: #f5f5f5 !important;
}

.sitebar-cart .product-price span {
    display: block;
    margin-left: 0 !important;
}

.top-lvl-cat {
    font-weight: 500;
}

.uklonjena {
    text-decoration: line-through;
}

.register-form-panel .input-item {
    margin-top: 0 !important;
}

.register-form-panel .label {
    margin-top: 20px !important;

}

.color-warning {
    color: #f57643;
}

.dashboard-body .unverified {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
}

.help-text-unverified {
    font-size: 11px;
    color: #6d6d6d;
    line-height: 16px;
}

.btn-resend-unverified {
    font-size: 15px;
}

.no-credit-card-box {
    padding: 30px;
    text-align: center;
}

.no-credit-card-box img {
    max-height: 350px;
}

.card-list {
    padding: 20px;
}

.card-list .card-list-item {
    margin-bottom: 20px;
}

.credit-card-bix {
    padding: 50px 30px 30px 30px;
    background: rgb(204, 9, 47);
    background: linear-gradient(172deg, rgba(204, 9, 47, 1) 0%, rgba(84, 22, 101, 1) 100%);
    border-radius: 10px;
    color: #ffffff;
}

.credit-card-bix:hover {
    background: rgb(204, 9, 47);
    background: linear-gradient(172deg, rgba(204, 9, 47, 1) 0%, rgba(101, 22, 43, 1) 100%);
}

.credit-card-bix .remove-card {
    position: absolute;
    top: 6px;
    right: 19px;
}

.credit-card-bix .remove-card:hover {
    color: #c7c6c6;
}

.credit-card-bix .brand-logo {
    height: 30px;
    margin-bottom: 10px;
}

.credit-card-bix .card-number {
    font-weight: bold;
    font-size: 22px;
}

.credit-card-bix .card-bot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.credit-card-bix .card-bot {
    display: flex;
    flex-direction: row;
}

.credit-card-bix .card-bot .card-logo img {
    height: 25px;
    width: auto;
    margin-left: 5px;
}

.pick-a-card .pick-card {
    padding: 10px;
    border-radius: 7px;
    background: #fafafa;
    color: #5c5c5c;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pick-a-card .pick-card:hover {
    background: #e3e3e3;
}

.pick-a-card .pick-item.active .pick-card {
    background: #CC092F;
    color: #ffffff;
}

.pick-a-card .pick-item.active .pick-card .save-text,
.pick-a-card .pick-item.active .pick-card .card-number {
    color: #f8f8f8;
}

.pick-a-card .pick-card .pick-state {
    color: #5c5c5c;
}

.pick-a-card .pick-card .save-box {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pick-a-card .pick-card .save-text {
    font-size: 13px;
    font-weight: 500;
    color: #313030;
}

.pick-a-card .pick-card .pick-state.active {
    color: #f8f8f8;
}

.pick-a-card .brand-logo {
    width: 50px;
    margin-right: 20px;
}

.pick-a-card .card-number {
    font-size: 14px;
    font-weight: 500;
    color: #848484;
}

.pick-a-card .pick-a-card-title {
    font-weight: bold;
    font-size: 17px;
}


.pick-a-card .pick-card .card-number {
    font-weight: bold;
    font-size: 13px;
}

.desktop-search-form {
    width: 100% !important;
}

.all-catagory-option {
    padding: 0 !important;
}

.nav-v-separator-outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-v-separator {
    height: 15px;
    width: 1px;
    background-color: #94969a;
    transform: translateY(-4px);
}

.contact-faq {
    font-size: 20px;
    font-weight: 500;
}

.contact-faq a {
    text-decoration: underline;
}


.pick-card .address-left-side {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pick-card .address-left-side .address-details-box .address-name {
    font-weight: 500;
    color: #a5a5a5;
    font-size: 12px;
    line-height: 25px;
}

.pick-card .address-left-side .address-details-box .address-street {
    font-weight: 500;
    color: #3d3d3d;
    font-size: 15px;
    line-height: 18px;
}

.pick-card .address-left-side .address-details-box .address-phone {
    font-weight: lighter;
    color: #797979;
    font-size: 13px;
    line-height: 15px;
    display: inline;
}

.pick-card .address-left-side .address-details-box .address-note {
    font-weight: lighter;
    color: #797979;
    font-size: 13px;
    line-height: 15px;
    display: inline;
}

.pick-a-card .pick-item.active .address-left-side .address-details-box .address-name,
.pick-a-card .pick-item.active .address-left-side .address-details-box .address-phone,
.pick-a-card .pick-item.active .address-left-side .address-details-box .address-note {
    color: #e8e8e8;
}

.pick-a-card .pick-item.active .address-left-side .address-details-box .address-street {
    color: #ffffff;
}

.pick-a-card .pick-item .new-address-btn {
    padding: 15px 10px;
    border: solid 1px #cccccc;
}

.pick-a-card .pick-item .new-address-btn .save-text {
    font-size: 14px;

}

.tel-box {
    overflow: visible !important;
}

.vue-tel-input {
    border: none !important;
    outline: none;
}

.vue-tel-input:focus-within {
    box-shadow: none !important;
}

.wish-thumb-img {
    max-height: 150px;
}

.remove-wish-item {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #494949 !important;
    cursor: pointer;
}

.product-item .product-content .notify-btn {
    font-size: 14px;
    border: 1px solid #CC092F;
    background-color: #CC092F;
    padding: 10px 13px;
    border-radius: 3px;
    line-height: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-item .product-content .notify-btn:hover {
    border-color: #CC092F;
    background-color: #ffffff;
    color: #CC092F;
}

.bank-logos {
    padding-top: 20px;
}

.processor-imgs {
    max-height: 50px;
}

.consent-link {
    text-decoration: underline;
}

.dost-arrows {
    max-height: 30px;
}

.dost-lbl {
    font-size: 15px;
    font-weight: 500;
}

.dost-cost {
    font-size: 12px;
    font-weight: 500;
    color: #797979;
}

.out-of-stock-btn {
    font-size: 14px;
    border: 1px solid #4a4b4d;
    background-color: #4a4b4d;
    padding: 10px 13px;
    border-radius: 3px;
    line-height: 1;
    color: #ffffff;
    cursor: not-allowed !important;
}

.banner-slider-container .swiper-slide .banner-content-area .slider-image-field {
    width: 100%;
    height: 100%;
}

.banner-slider-container .on-image {
    position: absolute;
    top: 40%;
    left: 30%;
    right: 20%;
}

.product-item {
    overflow: visible !important;
    margin-top: 20px;
    flex-direction: column !important;
    justify-content: space-between;
}

.p-akcija {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    text-align: left;
}

.p-akcija .p-akcija-box {
    display: inline-block;
    padding: 4px 10px;
    background: #f48523;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
}

.p-akcija .p-akcija-box i {
    font-size: 23px;
}

.p-akcija .p-akcija-box .percent {
    font-size: 19px;
    line-height: 26px;
}

.p-akcija .p-akcija-box div {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
}

.product-item:hover {
    transform: none !important;
}

.mobile-overlay-header-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.btn-reset {
    font-size: 12px !important;
    padding: 5px 12px;
}

.page-top {
    background-color: #CC092F;
    padding-bottom: 1px;
    padding-top: 1px;
}

.msg-box {
    margin-bottom: 40px;
    margin-left: 13.5%;
    margin-right: 13.5%;
    text-align: center;
}

.article-suggestions {
    padding-bottom: 60px;
}

.article-suggestions .suggestion-text {
    padding-left: 15%;
}

.article-suggestions .suggestion-text h6 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.article-suggestions .suggestion-text .input-item {
    padding-top: 15px;
}

.article-suggestions .suggestion-text .input-item textarea {
    width: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    min-height: 150px;
}

.article-suggestions .suggestion-text .input-item textarea::placeholder {
    color: #bbbbc1;
    font-weight: 300;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
}

.article-suggestions .suggestion-image {
    padding-top: 80px;
}

.article-suggestions .suggestion-image img {
    max-width: 90%;
}

.article-suggestions .suggestion-text .suggestion-buttons {
    display: flex;
    flex-direction: row;
}

.article-suggestions .suggestion-text .order-details {
    color: #CC092F;
    font-weight: 700;
    font-size: 14px;
    line-height: 18.48px;
    flex-grow: 50;
}

.article-suggestions .suggestion-text .btn-2 {
    flex-grow: 1;
}

.article-suggestions .suggestion-text .btn-1 {
    flex-grow: 2;
}

.article-suggestions .suggestion-text .suggestion-buttons .btn-2 :hover {
    color: #CC092F;
}

.article-suggestions .suggestion-text .suggestion-buttons .btn-1 :hover {
    background-color: #CBCBCB;
    color: #CC092F;
}

.article-suggestions .suggestion-text .suggestion-btn-1 {
    background-color: #CC092F;
    color: white;
    padding: 9px 18px;
    border-radius: 6px;
    border: none;
    outline: none;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}

.article-suggestions .suggestion-text .suggestion-btn-2 {
    background-color: #CBCBCB;
    color: white;
    padding: 9px 18px;
    border-radius: 6px;
    border: none;
    outline: none;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}

.total {
    font-size: 13px;
    font-weight: 700;
    color: #363636;
}

.total .to-list {
    font-size: 17px;
    color: grey;
}

.preauth-description {
    font-size: 12px;
    line-height: 14px;
}

.information {
    color: white;
    font-weight: 500;
    font-size: 12px;
}

.information .working-hours {
    text-align: center;
}

.information .delivery {
    text-align: center;
}

.information .fresh-products {
    text-align: center;
}

.information .courier-service {
    text-align: center;
}

.cart-item.sitebar-cart .cart-product-container .cart-product-item {
    padding-bottom: 10px !important;
}

.success-order-item .order-details-item {
    display: flex !important;
    flex-direction: row;
}

.order-details-item .product-content .product-price {
    white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
    .hide-on-sm {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .js-cookie-consent {
        bottom: 99px;
    }

    .cart-total {
        padding: 15px 20px 110px 20px;
    }

    .sitebar-cart .cart-product-container {
        height: calc(100vh - 442px);
    }


    .sitebar-cart .product-price del {
        display: block;
    }

    .success-order-item .order-details-item {
        flex-direction: column;
    }
}

@media only screen and (max-width: 991px) {

    .banner-slider-container .swiper-pagination {
        display: none;
    }

    .banner-slider-container .on-image {
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
        width: 100%;
    }

    .banner-slider-container .on-image .banner-content h6 {
        font-size: 16px;
    }

    .banner-slider-container .on-image .banner-content h2 {
        font-size: 20px;
    }

    .contact-form.express-form .order-btn-box {
        margin-left: 0;
    }

    .contact-form.express-form .order-btn-box div {
        padding-left: 0;
    }

    .online-store-time .termin-title {
        font-size: 11px;
    }

    .online-store-time .termin-title .sr-mob-left {
        margin-left: -10px;
    }

    .online-store-time .termin-title p {
        margin-bottom: 0;
    }

    .termin-item.checkout {
        font-size: 11px;
        line-height: 11px;
    }

    .success-page-box {
        margin: 20px;
        padding: 50px;
    }

    .track-num-box {
        text-align: center;
    }

    .track-number-link {
        flex-direction: column;
    }

    .payment-image img {
        max-width: 100%;
    }

    .product-item .product-content {
        padding: 20px 10px;
    }


    .product-item .product-content .cart-btn {
        font-size: 11px;
        padding: 7px 7px;
    }

    .product-item .product-content .cart-btn-toggle {
        align-self: flex-end;
    }

    .product-item .product-content .price {
        font-size: 15px;
        display: flex;
        flex-direction: column;
    }

    .product-item .product-content .price del {
        margin-left: 0 !important;

    }

    .product-item .product-content .price span {
        order: 1;
    }

    .product-item .product-content .notify-btn {
        font-size: 11px;
        padding: 7px 8px;
    }

    .product-item .product-content .soon-box {
        align-self: flex-end;
    }

    .price-increase-decrese-group {
        width: 75px;
    }

    .price-increase-decrese-group input {
        width: 25px;
        font-size: 12px;
    }

    .price-increase-decrese-group button {

        padding: 0 5px;

    }
}

@media only screen and (max-width: 600px) {
    .mobile-overlay-header-link {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
}

.info-box-item .info-icon .more-info {
    width: auto;
!important;
    height: 90px;
!important
}

@media only screen and (max-width: 1024px) {
    .page-top {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .article-suggestions .suggestion-text .suggestion-buttons {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .article-suggestions .suggestion-text .suggestion-buttons .order-details {
        padding: 4px;
    }

    .article-suggestions .suggestion-text .suggestion-buttons .btn-2 {
        padding: 4px;
    }

    .article-suggestions .suggestion-text .suggestion-buttons .btn-1 {
        padding: 4px;
    }

    .article-suggestions .suggestion-image {
        text-align: center;
        padding-top: 50px;
    }

    .article-suggestions .suggestion-text {
        padding-right: 15%;
    }
}

.btn-cancel {
    border: none;
    outline: none;
    padding: 7px 25px;
    border-radius: 5px;
    background-color: #CC092F;
    color: white;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .article-suggestions .suggestion-image {
        text-align: center;
        padding-top: 30px;
    }

    .article-suggestions .suggestion-image img {
        max-width: 70%;
    }

    .article-suggestions .suggestion-text {
        padding-right: 15%;
    }
}

@media only screen and (max-width: 1024px) {
    .msg-box {
        margin-left: 4.5%;
        margin-right: 4.5%;
    }
}

@media only screen and (max-width: 768px) {
    .additional-img {
        display: none;
    }
}



