﻿.taKosarica {
    border: 15px solid #f5f5f5 !important;
    border-top: none;
    margin-bottom: 0;
}

.shopping-basket a i,
.shopping-basket a span {
    font-size: 20px !important;
    color: #dc1c27;
}

/*.input-group.mb-3 {
    width: 2%;
    float: left;
}*/

.product-image {
    min-width: 70px;
    overflow: hidden;
    position: relative;
    /* margin: 10px 0px; */
    max-width: 280px;
}

    .product-image img {
        transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -webkit-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
    }

#ddlKolicinaKosarica {
    display: block !important;
    float: left;
    padding: 9px;
    margin-right: 5px;
}

.btn-group.bootstrap-select.txtKolicina {
    display: none !important;
}


/* Checkout Page CSS Start */
.checkout-step {
    display: inline-block;
    width: 100%;
}

    .checkout-step ul {
        display: table;
        margin: 0px auto 25px;
    }

        .checkout-step ul li {
            float: left;
            font-size: 15px;
            color: #a993dc;
            cursor: pointer;
        }

            .checkout-step ul li .step {
                float: left;
            }

                .checkout-step ul li .step .circle {
                    background: #a993dc;
                    color: #fff;
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    padding: 3px 11px;
                    font-weight: 500;
                    font-size: 16px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                }

                .checkout-step ul li .step .line {
                    background: #a993dc none repeat scroll 0 0;
                    float: left;
                    height: 7px;
                    margin: 12px -1px 12px 0;
                    width: 65px;
                }

            .checkout-step ul li:first-child .step .line {
                -webkit-border-radius: 3px 0px 0px 3px;
                -moz-border-radius: 3px 0px 0px 3px;
                -o-border-radius: 3px 0px 0px 3px;
                border-radius: 3px 0px 0px 3px;
                width: 65px;
            }

            .checkout-step ul li:last-child .step .line {
                -webkit-border-radius: 0px 3px 3px 0px;
                -moz-border-radius: 0px 3px 3px 0px;
                -o-border-radius: 0px 3px 3px 0px;
                border-radius: 0px 3px 3px 0px;
                width: 65px;
                background: #222;
            }

            .checkout-step ul li span {
                color: #a993dc;
                display: inline-block;
                padding: 6px 15px 6px 6px;
                line-height: 20px;
            }

            .checkout-step ul li.step-done {
                color: #26537f;
            }

            .checkout-step ul li.active {
                color: #a993dc;
            }

            .checkout-step ul li.step-done .step .circle, .checkout-step ul li.step-done .step .line {
                background: #26537f;
            }

            .checkout-step ul li.active .step .circle, .checkout-step ul li.active .step .line {
                background: #a993dc;
            }

    .checkout-step li.active + li .circle, .checkout-step li.active + li + li .circle, .checkout-step li.active + li + li + li .circle, .checkout-step li.active + li .line, .checkout-step li.active + li + li .line, .checkout-step li.active + li + li + li .line {
        background: #222;
    }

    .checkout-step li.active + li span, .checkout-step li.active + li + li span, .checkout-step li.active + li + li + li span {
        color: #1a1623;
    }

.heading-bg h2.heading {
    background: #f0f0f0;
    padding: 8px 17px;
}

.form-title.heading {
    font-size: 20px;
}

.checkout-section h2.heading {
    letter-spacing: 1px;
    font-weight: 500;
}

.payment-option-box {
    padding: 20px;
    border: 1px solid #e1e1e1;
}

.payment-option-box-inner {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.payment-top-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.paypal-box {
    border: 1px solid #ddd;
    float: left;
    padding: 10px;
    position: relative;
    margin-left: 10px;
}

.paypal-top {
    background: #f5f5f5;
    position: absolute;
    top: -15px;
    left: 5px;
    padding: 0 10px;
}
/* Checkout Page CSS Start */

/* Login Register Page CSS Start */
.new-account .link {
    text-decoration: underline;
    color: #1a1623;
}

    .new-account .link:hover {
        color: #a993dc;
    }
/* Login Register Page CSS Start */

/* Account Page CSS Start */
.account-tab > .tab-title-bg {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}

.account-tab > span .sub-title {
    font-size: 18px;
}

.account-sidebar .sub-title span {
    background: url("../images/sprite.png") no-repeat scroll -97px -456px;
    display: inline-block;
    height: 21px;
    margin-bottom: -5px;
    width: 21px;
}

.account-sidebar.account-tab .account-tab-inner {
    padding: 0px;
    background: #f0f0f0 none repeat scroll 0 0;
}

.account-sidebar.account-tab > .tab-title-bg {
    padding: 12px 15px;
}

.account-sidebar ul {
    width: 100%;
}

    .account-sidebar ul li {
        border-bottom: 1px solid #dcdcdc;
        position: relative;
    }

        .account-sidebar ul li:last-child {
            border-bottom: none;
        }

        .account-sidebar ul li a {
            padding: 8px 15px;
            display: inline-block;
            width: 100%;
        }

            .account-sidebar ul li a .fa {
                position: absolute;
                right: 15px;
                top: 12px;
                transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
            }

        .account-sidebar ul li.active a, .account-sidebar ul li:hover a {
            color: #fff;
            background: #a993dc none repeat scroll 0 0
        }

            .account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
                color: #fff;
                right: 0px;
            }

            .account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a993dc;
                border-style: solid;
                border-width: 20px 22px 20px 15px;
                top: 0px;
                content: "";
                right: -36px;
                position: absolute;
            }

.account-content {
    padding: 0px 30px;
}

    .account-content .heading-section {
        display: inline-block;
        width: 100%;
    }

        .account-content .heading-section .heading {
            padding: 2px 0px;
        }

        .account-content .heading-section .common-btn {
            margin-top: -4px;
        }

    .account-content p, .address-box p {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .account-content hr {
        margin-top: 5px;
    }

.address-box .inner-heading {
    margin-bottom: 10px;
}
/* Account Page CSS Start */
.table.stavke.taKosarica thead tr th:first-child,
.table.stavke.taKosarica tbody tr td:first-child {
    max-width: 110px !important;
}

.table.stavke.taKosarica thead tr th,
.table.stavke.taKosarica tbody tr td {
    padding: 20px 25px;
    vertical-align: middle;
}

.table thead tr th {
    background: #f5f5f5;
    border-bottom: none;
    /*padding: 22px 20px;*/
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.labelWrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    height: 65px;
    z-index: 9;
    left: 0px;
}

.labelWrap2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    /* height: 65px; */
    z-index: 9;
    right: 0px;
}

.outlet, .discount {
    background: #c30202;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
    width: fit-content;
    margin-bottom: 5px;
}

.discount {
    background: #1A639A;
}

.icon-content .dlab-tilte {
    padding: 10px;
    background-color: #faa831;
    font-weight: 800;
    margin-top: 5px;
}

.usluge-image {
    width:100%;
}

.bgrF9F9F9 {
    background-color: #F9F9F9;
}

.theme-tabs li.active a:after {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #d81416;
    bottom: -15px;
    /*content: "";*/
    /*left: 50%;*/
    /*margin-left: -2.5px;*/
    /*position: absolute;*/
}

.car-listing .section-head {
    margin-bottom: 15px;
}

.site-button {
    z-index: 0;
}