﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}




.btn-cart {
    min-width: 213px;
    display: block;
}

.mini-cart-item {
    list-style: none;
    padding: 6px 14px;
    margin: 0;
}

.mini-cart-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
}

.mini-cart-image-wrap {
    width: 56px;
    min-width: 56px;
    height: 56px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
}

.mini-cart-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mini-cart-body {
    flex: 1;
    min-width: 0;
}

.mini-cart-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.mini-cart-title {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 1.25;
    margin: 0;
    flex: 1;
    min-width: 0;
}

.mini-cart-qty {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    line-height: 1.25;
    margin: 0;
    padding-top: 0;
    position: static;
}

.dropdown-divider {
    margin: 4px 0;
}




.shopping-cart-page .cart-ibox,
.shopping-cart-page .cart-summary-box {
    border: 1px solid #e5e8eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.04);
    background: #fff;
}

    .shopping-cart-page .cart-ibox-title,
    .shopping-cart-page .cart-summary-box .ibox-title {
        padding: 20px 22px;
        border-bottom: 1px solid #e9ecef;
        background: #fcfcfd;
    }

        .shopping-cart-page .cart-ibox-title h5,
        .shopping-cart-page .cart-summary-box .ibox-title h5 {
            margin: 0;
            font-size: 16px;
            font-weight: 700;
            color: #2f3747;
        }

.shopping-cart-page .cart-ibox-content,
.shopping-cart-page .cart-summary-content {
    padding: 0;
}

.shopping-cart-page .cart-table-head,
.shopping-cart-page .cart-item-row {
    display: grid;
    grid-template-columns: 84px minmax(0, 1.35fr) 95px 128px 100px 32px;
    gap: 10px;
    align-items: center;
}

.shopping-cart-page .cart-col-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
}

.shopping-cart-page .cart-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #98a2b3;
    padding: 3px;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    line-height: 1;
    box-shadow: none;
}

    .shopping-cart-page .cart-remove-btn i {
        font-size: 16px;
    }

    .shopping-cart-page .cart-remove-btn:hover,
    .shopping-cart-page .cart-remove-btn:focus {
        background: #f2f4f7;
        color: #667085;
        box-shadow: none;
        outline: none;
    }

.shopping-cart-page .cart-table-head > div {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #7b8794;
}

.shopping-cart-page .cart-item-row {
    padding: 20px 22px;
    border-bottom: 1px solid #f1f3f5;
}

.shopping-cart-page .cart-item-image-wrap {
    width: 84px;
    height: 84px;
    border: 1px solid #edf0f2;
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shopping-cart-page .cart-item-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.shopping-cart-page .cart-item-title {
    color: #2f3747;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

    .shopping-cart-page .cart-item-title:hover {
        color: #1c84c6;
        text-decoration: none;
    }

.shopping-cart-page .cart-col-product {
    min-width: 0;
}

.shopping-cart-page .cart-item-title {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.shopping-cart-page .cart-col-price,
.shopping-cart-page .cart-col-total {
    font-size: 16px;
    white-space: nowrap;
    color: #222;
}

    .shopping-cart-page .cart-col-total strong {
        font-size: 17px;
    }

.shopping-cart-page .cart-col-qty .bootstrap-touchspin {
    width: 128px !important;
    margin: 0 auto;
}

    .shopping-cart-page .cart-col-qty .bootstrap-touchspin .btn,
    .shopping-cart-page .cart-col-qty .bootstrap-touchspin .btn-white {
        border-radius: 0 !important;
        box-shadow: none !important;
    }

.shopping-cart-page .cart-col-qty input {
    text-align: center !important;
}



.shopping-cart-page .cart-refund-box {
    border-top: 1px solid #edf0f2;
    padding: 18px 22px;
}

.shopping-cart-page .cart-refund-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.shopping-cart-page .cart-refund-title {
    font-size: 16px;
    font-weight: 600;
    color: #2f3747;
}

.shopping-cart-page .cart-refund-meta {
    font-size: 14px;
    color: #6b7280;
}

.shopping-cart-page .cart-refund-total {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}

.shopping-cart-page .cart-actions-box {
    border-top: 1px solid #edf0f2;
    padding: 20px 22px;
}

.shopping-cart-page .btn-cart-back {
    min-width: 160px;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 600;
}

.shopping-cart-page .cart-summary-content {
    padding: 20px 22px;
}

.shopping-cart-page .cart-summary-line,
.shopping-cart-page .cart-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

    .shopping-cart-page .cart-summary-line strong {
        font-size: 16px;
        color: #222;
        white-space: nowrap;
    }

    .shopping-cart-page .cart-summary-total span {
        font-size: 16px;
        font-weight: 700;
        color: #2f3747;
    }

    .shopping-cart-page .cart-summary-total strong {
        font-size: 22px;
        color: #111827;
        white-space: nowrap;
    }

.shopping-cart-page .cart-summary-tax {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 20px;
}


@media (max-width: 991px) {
    .shopping-cart-page .cart-table-head {
        display: none;
    }

    .shopping-cart-page .cart-item-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .shopping-cart-page .cart-col-price,
    .shopping-cart-page .cart-col-qty,
    .shopping-cart-page .cart-col-total,
    .shopping-cart-page .cart-col-remove {
        text-align: left !important;
    }

        .shopping-cart-page .cart-col-qty .bootstrap-touchspin {
            margin: 0;
        }
}


.top-navigation .container {
    /*border-radius: 12px;*/
    /*border: 1px solid #e5e8eb;*/
    /*background: #fff;*/
}
    /*
.top-navigation .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}*/


.top-navigation .container a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em; /* skoro ništa */
    text-transform: none;
    color: #2f3747;
    text-decoration: none;
    transition: 0.2s ease;
}

    .top-navigation .container a:hover {
        color: #1c84c6;
        text-decoration: none;
    }





    .top-navigation .container a.active {
        color: #1c84c6;
        font-weight: 700;
    }



.top-navigation .container .row a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #2f3747;
    text-decoration: none;
}
    .top-navigation .container .row a:hover {
        color: #1c84c6;
    }


    /* TOP MENU CLEAN */
    .top-navigation .container .row a {
        font-size: 15px;
        font-weight: 600;
        color: #2f3747;
        text-decoration: none;
        transition: 0.2s ease;
    }

        /* hover */
        .top-navigation .container .row a:hover {
            color: #1c84c6;
        }


   /* .top-navigation .container .row > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }*/


/* TOP MENU WRAPPER */
.top-menu {
    margin-top: 15px;
}

.top-menu-inner {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 14px 20px;
    background: #fff;
    border: 1px solid #e5e8eb;
    /*border-radius: 12px;*/
}
    .top-menu-inner a {
        padding: 6px 4px;
    }
    /* LINKS */
    .top-menu-inner a {
        font-size: 15px;
        font-weight: 600;
        color: #2f3747;
        text-decoration: none;
        transition: 0.2s ease;
        white-space: nowrap;
    }

        .top-menu-inner a:hover {
            color: #1c84c6;
        }

/* SORT */
.top-menu-sort {
    margin-left: auto;
}

    .top-menu-sort .btn {
        border-radius: 8px;
        font-weight: 500;
        padding: 6px 12px;
    }

.top-menu-inner a.active {
    color: #1c84c6;
}



.cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}

    .cart-empty i {
        font-size: 42px;
        margin-bottom: 12px;
        color: #cbd5e1;
    }

    .cart-empty p {
        font-size: 18px;
        font-weight: 600;
        color: #2f3747;
        margin-bottom: 16px;
    }

    .cart-empty .btn {
        border-radius: 10px;
        padding: 10px 18px;
    }

.btn-checkout {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 18px;
    box-shadow: none;
}

    .btn-checkout:hover,
    .btn-checkout:focus {
        background-color: #176ea5;
        border-color: #176ea5;
        color: #fff !important;
    }

#shoppingCart .btn {
    display: block;
    margin: 12px auto 0;
    width: fit-content;
}






.checkout-page .checkout-box,
.checkout-page .checkout-summary-box {
    border: 1px solid #e5e8eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.04);
    background: #fff;
    margin-bottom: 20px;
}

    .checkout-page .checkout-box .ibox-title,
    .checkout-page .checkout-summary-box .ibox-title {
        padding: 20px 22px;
        border-bottom: 1px solid #e9ecef;
        background: #fcfcfd;
    }

        .checkout-page .checkout-box .ibox-title h5,
        .checkout-page .checkout-summary-box .ibox-title h5 {
            margin: 0;
            font-size: 16px;
            font-weight: 700;
            color: #2f3747;
        }

    .checkout-page .checkout-box .ibox-content,
    .checkout-page .checkout-summary-box .ibox-content {
        padding: 20px 22px;
        background: #fff;
    }

.checkout-note-box {
    padding: 14px 16px;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    background: #fcfcfd;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.checkout-box-section {
    margin-top: 4px;
}

.checkout-section-title {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2f3747;
}

.checkout-payment-option {
    border: 1px solid #e5e8eb;
    border-radius: 12px;
    background: #fff;
    padding: 0;
}

.checkout-payment-label {
    margin: 0;
    width: 100%;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2f3747;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

    .checkout-payment-label input[type="radio"] {
        margin-right: 10px;
    }

.checkout-payment-icon {
    color: #6b7280;
    font-size: 16px;
}

.checkout-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.btn-checkout-finish {
    background: #1c84c6;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 18px;
    box-shadow: none;
}

    .btn-checkout-finish:hover,
    .btn-checkout-finish:focus {
        background: #176ea5;
        color: #fff !important;
    }

.checkout-summary-content {
    padding: 20px 22px;
}

.checkout-summary-line,
.checkout-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

    .checkout-summary-line span {
        color: #6b7280;
    }

    .checkout-summary-line strong {
        font-size: 16px;
        color: #222;
        white-space: nowrap;
    }

.checkout-summary-tax {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 14px;
}

    .checkout-summary-tax strong {
        color: #344054;
    }

.checkout-divider {
    height: 1px;
    background: #e9ecef;
    margin: 14px 0 18px;
}

.checkout-summary-total span {
    font-size: 16px;
    font-weight: 700;
    color: #2f3747;
}

.checkout-summary-total strong {
    font-size: 22px;
    color: #111827;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .checkout-actions {
        justify-content: stretch;
    }

        .checkout-actions .btn-checkout-finish {
            width: 100%;
        }

    .checkout-page .checkout-summary-box {
        margin-top: 20px;
    }
}

.checkout-summary-checkout {
    margin-top: 20px;
}

.shopping-cart-page .cart-summary-checkout .btn,
.checkout-page .checkout-summary-checkout .btn {
    border-radius: 4px;
    font-weight: 600;
    padding: 10px 16px;
    box-shadow: none;
}

    .btn-checkout-main:hover,
    .btn-checkout-main:focus {
        background: #176ea5;
        color: #fff !important;
    }

.checkout-summary-content {
    padding-bottom: 10px;
}

.shopping-cart-page .btn-primary,
.checkout-page .btn-primary {
    background-color: #1c84c6 !important;
    border-color: #1c84c6 !important;
    color: #fff !important;
}

    .shopping-cart-page .btn-primary:hover,
    .checkout-page .btn-primary:hover {
        background-color: #176ea5 !important;
        border-color: #176ea5 !important;
    }

a.btn-checkout,
button.btn-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    background-color: #1c84c6;
    border: 1px solid #1c84c6;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

button.btn-checkout {
    margin: 0;
}

    a.btn-checkout:hover,
    button.btn-checkout:hover {
        background-color: #176ea5;
        border-color: #176ea5;
    }