﻿.nav-brand img {
    max-width: 220px;
}

.footer-logo img {
    max-width: 220px;
}

.header_area .user-register-login-info span {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 200px;
    display: block;
    text-align: center;
    border-left: 1px solid #ebebeb;
    height: 100%;
    padding: 30px 0 0 0;
}

    .header_area .user-register-login-info span a:first-child {
        padding: 0 10px 0 0;
        border-right: 1px solid #ebebeb;
    }

    .header_area .user-register-login-info span a:last-child {
        padding: 0 0 0 5px;
    }

.classynav ul li .megamenu .single-mega .title a {
    padding: 0;
    margin: 0;
    line-height: inherit;
    height: inherit !important;
    font-weight: 500;
}

.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image img {
    min-height: 180px;
}

.dropdown-menu a {
    line-height: inherit !important;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .container {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

#owl-demo .item .slider_img {
    min-height: 100vh;
    height:100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    width: 4%;
}

    .owl-dots .owl-dot span {
        float: left;
        margin-right: 5px;
        border: 1px solid #000;
        display: block;
        width: 15px;
        height: 15px;
        background: #f5f7f9;
    }

    .owl-dots .owl-dot.active span {
        background: #ff0000 !important;
    }

.hero-content h6 {
    font-size: 50px;
    color: #ff6a00
}

.hero-content h2 p {
    font-size: 30px;
    color: #fff
}

.breadcumb_area {
    height: 60px;
}

    .breadcumb_area .page-title h2 a {
        color: #9b9ea1;
        text-transform: initial !important;
    }

#accordionExample {
    margin-top: 20px;
}

.card-header button {
    color: #000;
}

.body-size li, .color-size li {
    float: left;
}

    .body-size li a {
        color: #000;
        /*width: 30px;*/
        height: 30px;
        display: block;
        margin-right: 5px;
        padding: 5px 8px;
        border: 1px solid #ddd
    }

    .color-size li a {
        color: #000;
        width: 50px;
        height: 50px;
        background: #0094ff;
        display: block;
        margin-right: 5px;
        background-size: cover;
        background-position: center;
    }

        .color-size li a.active, .body-size li a.active {
            border: 2px solid #ffbc00 !important;
        }

        .body-size li a.unstock, .color-size li a.unstock {
            background: url('img/core-img/unstock.png') !important;
            background-size: cover !important;
            background-position: center;
            opacity: 0.5;
            background-color: #ffdbdb !important;
        }

.filter-categories-head {
    color: #000;
    border-bottom: 1px solid;
}

.page-link.active {
    background-color: #e9ecef !important;
}

ul.categorie-nav {
    display: inline-table;
}

    ul.categorie-nav li {
        float: left;
        padding: 0 10px 0 0;
    }

        ul.categorie-nav li a {
            color: #b79a9a;
            font-size: 13px;
            text-transform: capitalize !important;
        }

        ul.categorie-nav li:last-child {
            display: none !important;
        }

.widget.color .widget-desc ul li a {
    width: auto !important;
}

    .widget.color .widget-desc ul li a.body-size {
        color: #000;
        padding: 5px 10px;
    }

.normal-brand {
    border: 1px solid #ddd;
    padding: 5px;
}

.active-brand {
    border: 1px solid #dbdada;
    background: #f38b8b2e;
    padding: 5px;
}

.deactive-color-size {
    opacity: 0.5
}

.active-color-size {
    border: 1px solid #000 !important
}

.active-body-size {
    border: 1px solid;
    background: #f38b8b2e !important;
}

.selected-filter {
    margin-right: 5px;
}
/*Alışveriş wizard*/
.wizard {
    width: 100%;
    background: #ddd;
    min-height: 40px;
    border-top: 5px solid #edebd3;
    overflow: hidden;
    margin-bottom: 15px;
}

    .wizard div {
        float: left;
        width: 20%;
        border-right: 1px solid #000;
        padding: 10px;
        text-align: center
    }

        .wizard div span {
            display: block;
            border-radius: 50%;
            border: 1px solid;
            width: 40px;
            height: 40px;
            float: left;
            padding: 6px;
        }

        .wizard div:last-child {
            border-right: none;
        }

        .wizard div.active {
            background: #f5ffb3;
            font-weight: bold;
            box-shadow: -6px 7px 12px 3px;
            border-right: none
        }

@media only screen and (max-width: 767px) {
    .header_area .user-register-login-info span {
        padding: 10px 0 0 0 !important;
    }

    #owl-demo .item .slider_img {
        min-height: 300px;
    }

    .owl-dots {
        width: 15% !important;
    }
}

@media only screen and (max-width: 844px) {

    #owl-demo .item .slider_img {
        min-height: 300px;
    }

    .owl-dots {
        width: 15% !important;
    }
}
