﻿.cat_sortby .form-control {
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 0.8rem;
}

.product-inner {
    border: 2px solid #fafafa;
}
.product-info {padding:15px 10px;
    background-color: #fafafa;
}
    .product-info .price {
        color: #30b2fe;
        font-weight:bold;
    }
    .product-info .product-title a{width:100%; display:block; line-height:15px; min-height:50px; font-weight:normal;}
.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: #30b2fe;
    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-theme {
    cursor: pointer;
    border: 2px solid #222;
    padding: 5px 25px;
    background: #fff;
    color: #222;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    min-height:35px;
}

.btn-success {
    cursor: pointer;
    border: 2px solid #1e7e34;
    padding: 5px 25px;
    background: #fff;
    color: #1e7e34;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    min-height: 35px;
}

.btn-danger {
    cursor: pointer;
    border: 2px solid #dc3545;
    padding: 5px 25px;
    background: #fff;
    color: #dc3545;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    min-height: 35px;
}
.btn-info {
    cursor: pointer;
    border: 2px solid #117a8b;
    padding: 5px 25px;
    background: #fff;
    color: #117a8b;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    min-height: 35px;
}
.btn-primary {
    cursor: pointer;
    border: 2px solid #007bff;
    padding: 5px 25px;
    background: #fff;
    color: #007bff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    min-height: 35px;
}

.title-varsayilan{padding:5px 10px; border:2px solid #222; letter-spacing:0.1rem;font-size:11px; text-transform:uppercase; font-weight:bold;}

.satin-al-header img{max-height:50px; }
.satin-al-header {
    padding-bottom:10px;
    padding-top:10px;
    border-bottom: 2px solid #30b2fe;
    display:block;
}
.satin-al-content .nav li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    color: #dddddd;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6em;
    padding: 25px 0 25px 0;
    transition: all .5s ease;
    text-transform: capitalize;
}
    .satin-al-content .nav li a.active .point {
        border: 2px solid #30b2fe;
        color: #fff;
        background: #30b2fe;
    }
    .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 li a.active {
        /* background: #3b454d; */
        color: #30b2fe;
        font-weight:bold;
    }
.satin-al-content .nav-link.active{background:none;}
.satin-al-content .nav .nav-item:not(:last-child) {
    background: url(../images/right-arrowelite.png);
    background-position: center right;
    background-repeat: 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: #dddddd;
        font-weight: 400;
        cursor: pointer;
        line-height: 1.6em;
        padding: 25px 0 25px 0;
        transition: all .5s ease;
        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: #dddddd;
        font-weight: 400;
        cursor: pointer;
        line-height: 1.6em;
        padding: 25px 0 25px 0;
        transition: all .5s ease;
        text-transform: capitalize;
    }
}