﻿/*CUSTOM STYLES LARINIZI BU KISMA YAZABİLİRSİNİZ*/
.left-padding-zero {
    padding-left: 0px !important;
}

.right-padding-zero {
    padding-right: 0px !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-space {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.no-top-padding {
    padding-top: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.float-right {
    float: right !important;
    padding-right: 5px !important;
}

.float-left {
    float: left !important;
    padding-left: 0px !important;
}

.give-padding {
    padding-top: 15px;
    padding-left: 2.0%;
}

.give-left-padding {
    padding-left: 25px !important;
}



/*.badge-success {
    color: #fff;
    background-color: #51a351;
}

.badge-warning {
    color: #fff;
    background-color: #f89406;
}

.badge-danger {
    color: #fff;
    background-color: #972b26;
}*/

.border-red {
    border-color: #E91E63 !important;
}
.border-red2 .select2-selection {
    border-color: #E91E63 !important;
}


.product-sort-selected {
    min-width: 175px !important;
}

.product-sort ul {
    min-width: 210px !important;
}


.product-sort2-selected {
    min-width: 175px !important;
}

.product-sort2 ul {
    min-width: 210px !important;
}

.project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .row {
    display: table-row;
}

    .project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .row > * {
        display: table-cell;
        vertical-align: middle;
    }

.project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .username {
    padding: 0 10px;
}

.project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .id {
    font-size: 12px;
    color: #777;
    font-variant: small-caps;
}

.project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .avatar img {
    height: 26px;
    width: 26px;
}

.project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .project-logo {
    display: inline-block;
    height: 100px;
}

    .project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .project-logo img {
        height: 100%;
    }

.project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .project-information {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 0 20px;
}

    .project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .project-information > span {
        display: block;
        margin-bottom: 5px;
    }

.project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result > ul > li > a small {
    padding-left: 0px;
    color: #999;
}

.project-jquerytypeahead.page-demo #form-user_v1 .typeahead__result .project-information li {
    font-size: 12px;
}

.gap-sm {
    display: block;
    position: relative;
    margin: 10px 0 10px 0;
    clear: both;
    overflow: hidden;
}

.danger {
    color: #972b26;
}

.counter {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #2a8fbd;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    float: right;
    margin-right: 6.5px;
    margin-top: -0.4px;
}

.in-stock {
    display: block;
    height: 10px;
    width: 10px;
    line-height: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #51a351;
    color: white;
    text-align: center;
}

.out-stock {
    display: block;
    height: 10px;
    width: 10px;
    line-height: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #E91E63;
    color: white;
    text-align: center;
}

.tvz-stock {
    display: block;
    height: 10px;
    width: 10px;
    line-height: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #333;
    color: white;
    text-align: center;
}

/*.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1px;
    border: none;
}*/

/*.card-header:first-child {
    border-radius: 0;
}*/

/*.card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 8px 8px;
    border: none;
}

    .card-header a i {
        float: left;
        font-size: 15px;
        padding: 5px 0;
        margin: 0 15px 0 0px;
        color: #2a8fbd;
    }

    .card-header i {
        float: right;
        font-size: 15px;
        width: 1%;
        margin-top: 6px;
        margin-right: 10px;
    }

    .card-header a {
        width: 97%;
        float: left;
        color: #565656;
    }

    .card-header p {
        margin: 0;
    }

    .card-header h3 {
        margin: 0 0 0px;
        font-size: 15px;
        font-weight: 400;
        color: #333;
        padding-top: 5px;
    }

.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color: #232323;
    box-shadow: inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top: 1px soild #000;
    border-radius: 0;
}*/

.draw-line {
    margin-top: -5px;
    border: 0;
    border-top: 1px solid #2a8fbd;
    margin-bottom: 15px;
}

.text-bold {
    font-weight: 500;
}

.product-thumb .product-title {
    font-size: 12px;
    margin-bottom: 10px;
}

#toast-container > .question-mark {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACp0lEQVRYhcWXvYucVRTGf2cIyyKLDFssi4RlCSlSiEWwUhFJo2AjKYOFpZWFIAjaWIuFWFgIaoog/geCaLAJQRAlISKiUSHRqCGucU2iwednMe/uvszO7Mw7m2HPLd6ve8957vl43nNL5CCld6DWgUOdZksP6AOrQF9drCrUW1V1A/iZYrOLypo6BLICnAAeVR+qqvUGDMB14DvgvPoZcK56dWdKvZNHkuPqe+pVR0gSk6jeVS+qr6mr0+iePEVPJDnbKN9TGhCqf6qn1bX9AdDjST6ZxvgIua2+nWR5JgBJDic5s7Wr1u4mSmvuH0meVw+NszO2CqrqKPCEuvXc/nwDuKxuVNUCcBhYY3dV9avqSeAj4MduSahr6pvqr0Mb/El9VT2WZFFdUZ9RP05yt+2B5vqD+tisObCa5IUk3zeZ/rv6YpL+0Lye+qz6y4hQ/K0+1TkEA79zrax31a+Bl6rqc+D96tXG0Lwg/6pph6q577EH405mwmKT8ClwQb1Tvbq5K4zxgaKerqqVERp+A3at2Vm8n6F99aT65Zgq+C/Jh+7BB/sxfkR9yxZHDJdqkqtNbowtw1mNH1M/cEA2I3mgMf7yzEQ0biRZVt9Q/xplvAHwhfrcJOOzeUAfT3Kp9QNqu/4f9Z0kD6sL0+ibBcCpJLeHdrx1e1pd76Kvc0ekLjT0u1Opg3q/DJyhxlDuGOnWEQ2MXVHPV9X9rdcBzgHfdtYnHZtSuQ84Aiy1AajXgCvVq3RR19kDwJK63vaAgz/mAoPW7Na8ATxSVa8DiypVtZUDF4BXgK/mDWAZOAo7PUIDZENdKmqvtbtkpnNB4/JtGWpW5g9gPwbvCYB7KbMA2ARuqtuhaK4bVdXpVASz8cAK8KC6zYZNSK4D38zvaDYnOfAc+B+e9rYPKSjhtQAAAABJRU5ErkJggg==') !important;
    background-color: #2a8fbd;
}

.product-thumb .product-title {
    min-height: 30px !important;
}

.tag-style {
    border: 1px solid #247aa1 !important;
    background: #fff !important;
    font-weight: normal !important;
    color: #2a8fbd !important;
}

.tag-bg {
    background: transparent !important;
    border: none !important;
    padding-left: 0px !important;
}

.i-check-text {
    top: -3px;
}

.cart-quantity {
    width: 50px !important;
    font-size: 12px;
}

.product-info-price {
    margin-top: -10px;
    border-bottom: none !important;
}

.owl-prev {
    margin-left: 5% !important;
}


.owl-next {
    margin-right: 5% !important;
}

.owl-custom {
    padding-left: 15px !important;
    padding-right: 1.1% !important;
}

.close-to-expiration {
    display: inline-block !important;
    color: #bf303e;
    border: 1px solid #bf303e;
    font-weight: 700;
    padding: 4px 8px;
}

/*.cart-table .cart-item-image img {
    width: 60px !important;
}*/

/* search box */

.button_box2 {
    margin: 100px auto;
}
/*-------------------------------------*/
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
/*-------------------------------------*/

.form-wrapper-2 {
    width: 100%;
    padding: 0px;
    height: 34px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

    .form-wrapper-2 input {
        width: calc(100% - 144px);
        height: 34px;
        padding: 10px 10px;
        float: left;
        font: 15px 'Raleway', sans-serif;
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        font-weight: 600;
    }

        .form-wrapper-2 input:focus {
            outline: 0;
        }

        .form-wrapper-2 input::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper-2 input:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .form-wrapper-2 input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

    .form-wrapper-2 button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 34px;
        width: 110px;
        font: 15px/34px 'Raleway', sans-serif;
        color: #fff;
        text-transform: uppercase;
        background: #1f93c8;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
    }

.icon-search {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding-left: 8px;
    cursor: pointer;
    height: 34px;
    width: 34px;
    color: #fff;
    font: 18px/34px 'FontAwesome';
    background: #1f93c8;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
}

.form-wrapper-2 button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #1f93c8 transparent;
    top: 9px;
    left: -6px;
}

.form-wrapper-2 button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


.cart-table .cart-item-remove > a {
    background: #f89406 !important;
}

.shopping-cart .shopping-cart-box .shopping-cart-items > li > a h5 {
    font-size: 11px;
}

.countb {
    font-size: 11px;
    padding-top: 2px;
    background-color: #EF4836 !important;
    top: -80% !important;
}

.countbNotfy {
    font-size: 11px;
    padding-top: 2px;
    background-color: #EF4836 !important;
    top: -80% !important;
}

.sm-title {
    font-size: 13px !important;
}

.icon-blue {
    color: #1f93c8 !important;
}

.header-table > tbody > tr > td {
    border-top: none !important;
}

.custom-hr {
    margin-top: -1%;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #a30b18;
}

.custom-h5 {
    font-size: 16px !important;
    font-weight: 600;
    padding-bottom: 5px;
}

.alert {
    margin-bottom: 5px;
}

label {
    font-weight: 500;
    color: #333;
}

input {
    color: #000 !important;
}

textarea {
    color: #000 !important;
}

input[type=button] {
    color: #fff !important;
}
input[type=submit] {
    color: #fff !important;
}

table thead tr th {
    color: #000;
}

table tbody tr td {
    color: #333;
}

h3 {
    color: #000;
}

/*.badge {
    padding: 5px !important;
    border-radius: 0 !important;
    font-size: 11px;
}*/

.messagebox-title {
    color: #000;
    text-align: left;
    font-weight: 600;
}

.messagebox-content {
    color: #333;
    text-align: left;
}

input, textarea, select, .select2-selection {
    border-radius: 10px !important;
    border-color: #a5d3e9 !important;
}

.input-group-text {
    border-radius: 10px !important;
    /*border-color: #a5d3e9 !important;*/
}
.btn, select2-selection__choice {
    border-radius: 10px !important;
}

.remodal[data-remodal-id='messagebox'] {
    max-width: 500px !important;
}

#datepickers-container {
    z-index: 10000 !important;
}

label {
    color: #000;
}

.shopping-cart .shopping-cart-box {
    margin-top: -16px;
}

.mTop18 {
    margin-top: -16px;
}

.fa-1x {
    font-size: 16px !important;
}

.no-radius {
    border-radius: initial !important;
}

.device-5 {
    width: calc(100%/5) !important;
}

.product-inner {
    border-top: 2px solid #1f93c8 !important;
}


.text-success {
    color: #51a351 !important;
}

.new-adv-btn:disabled {
    background-color: #428bca !important;
}

.alert-readed {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #000;
}

.center-header {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.border {
    border: 1px solid #dee2e6 !important;
}

/*.nav-item {
    max-height: 32.8px !important;
}*/

.all-width {
    width: 100% !important;
}

.align-firm {
    margin-left: -120px;
}

.align-notify {
    margin-left: -220px;
}

.detail-button {
    float: right;
}

