

.custom-radio label, .custome-checkbox label {
    display: inline-block;
}
.attribute-values ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.product__color .color-swatch li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio], .custom-radio input[type=checkbox], .custom-radio input[type=radio] {
    display: none;
}
.product__color .color-swatch li span {
    margin-bottom: 0;
}
.custom-checkbox span, .custom-radio span {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 25px;
    position: relative;
    width: 25px;
}

.custom-checkbox input[type=checkbox]:checked~span:before, .custom-checkbox input[type=radio]:checked~span:before, .custom-radio input[type=checkbox]:checked~span:before, .custom-radio input[type=radio]:checked~span:before {
    text-rendering: auto;
    background: var(--color-primary);
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    height: 10px;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: -3px;
    width: 10px;
}


.text-swatch li input[type=checkbox], .text-swatch li input[type=radio] {
    display: none;
}


.product__color .color-swatch li span {
    margin-bottom: 0;
}
.text-swatch li span {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
    transition: .2s;
}

.text-swatch li input[type=checkbox]:checked~span:before, .text-swatch li input[type=radio]:checked~span:before {
    border: 16px solid transparent;
    border-bottom: 16px solid var(--color-primary);
    bottom: -1px;
    content: "";
    position: absolute;
    right: -16px;
}

.text-swatch li input[type=checkbox]:checked~span:after, .text-swatch li input[type=radio]:checked~span:after {
    bottom: 2px;
    color: #fff;
    content: "✓";
    font-size: 16px;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    width: 15px;
}



.product-badges.product-badges-position.product-badges-mrg {
    position: absolute;
    z-index: 9;
}



.nav-tabs {
    margin-bottom: 30px
}

.nav-tabs .nav-link {
    background: 0 0;
    border: none;
    color: var(--color-grey-4);
    font-size: 16px;
    font-weight: 500;
    margin: 0 25px;
    padding: 10px 0 !important
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid var(--color-brand);
    color: var(--color-brand)
}

.nav-tabs .nav-link:first-child {
    margin-left: 0 !important
}

.nav-tabs.no-border {
    border: none
}

.nav-tabs.right .nav-item:last-child .nav-link {
    margin-right: 0
}

.nav.right {
    justify-content: end
}

.dashboard-menu {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden
}

.dashboard-menu ul {
    margin: 0;
    padding: 0
}

.dashboard-menu ul li {
    position: relative
}

.dashboard-menu ul li a {
    color: var(--color-grey-2);
    font-size: 14px;
    padding: 15px 30px;
    display: block;
}

.dashboard-menu ul li a i {
    color: var(--color-grey-4);
    font-size: 12px
}

.dashboard-menu ul li a.active {
    background-color: var(--color-brand);
    color: #fff
    width: 100%;
    display: block;
}

.dashboard-menu ul li a.active i {
    color: #fff
}

.dashboard-menu ul li:not(:last-child) {
    border-bottom: 1px solid #eee
}


button.btn.btn-fill-out.submit {
    background-color: var(--color-brand);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px;
}


.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card .card-header {
    background-color: #f7f8f9;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 1rem
}
.card a.btn-small.d-block {
    color: var(--color-brand);
}

.customer-order-detail {
    font-size: small;
    padding: 1rem;
}

.customer-order-detail .order-meta {float: right;}

.customer-order-detail .order-slogan img {
    filter: invert(1);
}

.customer-order-detail .col-auto {
    width: 50%;
}

.customer-order-detail .order-slogan {}

.customer-order-detail .col-12.border-top.pt-2 {
    border-top: 1px solid gray;
    margin-top: 1rem;
}

a.btn.btn-danger.btn-sm.ml-2 {
    background: #fff;
    border-color: #b02a37;
    color: #b02a37;
    border: 1px solid;
    padding: 1rem;
    border-radius: 5px;
}

.customer-order-detail .mt-2.row {
    padding-top: 2rem;
}


.customer-order-detail  a.btn.btn-info.btn-sm {
    background: var(--color-brand);
    border: 1px solid var(--color-brand);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 54px;
    text-transform: uppercase;
    transition: all .3s linear 0s;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: small;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.bg-primary {
    background-color: var(--color-primary)!important;
}


element.style {
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.border-top-0 {
    border-top: 0!important;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

a.text-danger.btn-trigger-delete-address {
    color: var(--color-danger)!important;
}


.tab-content.dashboard-content input {border: 0;font-size: 0.875rem;line-height: 1.3;font-weight: 400;width: 100%;padding: 0.875rem 0;background-color: transparent;border-bottom: 1px solid rgba(0, 0, 0, 0.2);transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);}

input#password_confirmation {
    margin-bottom: 2rem;
}

.product-badges.product-badges-position.product-badges-mrg span {color: white;border-radius: 5px;font-size: small;padding: 5px;}

.product-badges.product-badges-position.product-badges-mrg {
    padding-top: 5px;
    padding-left: 5px;
}

.tab-content.dashboard-content strong.order-detail-value strong.badge {
    color: black;
}
.stokdurum {
    font-weight: bold;
}