﻿.cat_sortby .form-control {
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .8rem
}

.product-inner {
    border: 2px solid #fafafa
}

.product-info {
    padding: 15px 10px;
    background-color: #fafafa
}

    .product-info .price,
    .satin-al-content .nav li a.active {
        color: #28357f;
        font-weight: 700
    }

    .product-info .product-title a {
        width: 100%;
        display: block;
        line-height: 15px;
        min-height: 50px;
        font-weight: 400
    }

.extra-link i {
    font-size: 30px;
    min-height: 25px;
    min-width: 25px
}

.extra-link {
    display: flex;
    border: 1px solid #eee;
    padding: 7px 2px
}

    .extra-link a:not(:last-child) {
        border-right: 1px solid #eee
    }

    .extra-link span {
        display: block;
        position: relative;
        line-height: 16px
    }

    .extra-link a {
        width: 33%;
        padding: 4px 2px;
        font-size: 13px
    }

.login-form::before {
    content: '';
    z-index: 1;
    background: #28357f;
    border-radius: 15px;
    margin-left: -50px;
    margin-top: -25px;
    width: 50%;
    height: calc(100% + 50px);
    position: absolute;
    padding: 20px
}

.login-form > div {
    border-radius: 15px;
    background: #f6f6f8;
    z-index: 2;
    position: relative;
    padding: 25px
}

.login-form .title {
    font-size: 20px;
    color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 10px;
    display: block
}

.nav-link {
    padding: .5rem 0
}

.btn-danger,
.btn-info,
.btn-primary,
.btn-success,
.btn-theme {
    padding: 5px 25px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    min-height: 35px;
    cursor: pointer
}

.btn-theme {
    border: 2px solid #222;
    color: #222;
    border-radius: 40px
}

.btn-success {
    border: 2px solid #1e7e34;
    color: #1e7e34;
    border-radius: 40px
}

.btn-danger {
    border: 2px solid #dc3545;
    color: #dc3545;
    border-radius: 40px
}

.btn-info {
    border: 2px solid #117a8b;
    color: #117a8b;
    border-radius: 40px
}

.btn-primary {
    border: 2px solid #28357f;
    color: #28357f;
    border-radius: 40px
}

.title-varsayilan {
    padding: 5px 10px;
    border: 2px solid #222;
    letter-spacing: .1rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700
}

.satin-al-header img {
    max-height: 50px
}

.satin-al-header {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid #28357f;
    display: block
}

.satin-al-content .nav li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    color: #ddd;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6em;
    padding: 25px 0;
    transition: .5s;
    text-transform: capitalize
}

    .satin-al-content .nav li a.active .point {
        border: 2px solid #28357f;
        color: #fff;
        background: #28357f
    }

    .satin-al-content .nav li a .point {
        width: 32px;
        height: 32px;
        border: 2px solid #f4f4f4;
        border-radius: 50%;
        display: block;
        color: #e9e9e9;
        margin: 0 auto;
        padding: 2px;
        line-height: 24px
    }

.satin-al-content .nav-link.active {
    background: 0 0
}

.satin-al-content .nav .nav-item:not(:last-child) {
    background: url(../images/right-arrowelite.png) center right no-repeat
}

.account-details-form {
    background: #fafafa;
    padding: 20px;
    border-radius: 15px
}

@media only screen and (max-width:767px) {
    .extra-link span {
        position: relative;
        line-height: 16px
    }

    .extra-link a {
        font-size: 11px
    }

    .extra-link i {
        font-size: 20px
    }

    .ui-widget.ui-widget-content {
        margin: 15px !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .satin-al-content .nav li {
        width: 25%;
        float: left;
        text-align: center;
        position: relative;
        display: block;
        font-size: 10px;
        color: #ddd;
        font-weight: 400;
        cursor: pointer;
        line-height: 1.6em;
        padding: 25px 0;
        transition: .5s;
        text-transform: capitalize
    }
}

@media only screen and (max-width:440px) {
    .satin-al-content .nav li {
        width: 25%;
        float: left;
        text-align: center;
        position: relative;
        display: block;
        font-size: 10px;
        color: #ddd;
        font-weight: 400;
        cursor: pointer;
        line-height: 1.6em;
        padding: 25px 0;
        transition: .5s;
        text-transform: capitalize
    }
}
