/*
Theme Name: еКрамниця
Theme URI: https://e-kramviaz.com.ua/
Author: Name
Description: Кастомная тема для еКрамниці
Version: 1.0
*/

body {
    color: #888ea8;
    height: 100%;
    font-size: .875rem;
    background: #f1f2f3;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: .0312rem;
    font-family: Nunito, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #3b3f5c;
}

.title {
    color: green;
}

.top_banner{
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-logo {
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.theme-brand {
    margin-right: auto;
}

.navbar-item {
    display: flex;
    align-items: center;
}

.navbar-item, .language-dropdown .dropdown-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-item.theme-logo, .nav-item.theme-text {
    text-align: center;
}

.nav-item {
    margin: 0 15px;
}

a {
    color: #515365;
    outline: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

.navbar-logo {
    height: 50px;
}

.nav-item.theme-text .nav-link {
    font-size: 1.2rem;
    font-weight: bold;
}

.nav-link {
    padding: 5px 10px;
    color: #007bff;
    transition: color 0.15s ease-in-out;
}

.nav-link {
    color: #3b3f5c;
}

.navbar-item {
    display: flex;
    align-items: center;
}

.nav-link {
    padding: 5px 10px;
    color: #007bff;
    transition: color 0.15s ease-in-out;
}

.navbar .language-dropdown a img {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}

.flag-width {
    width: 24px;
}

.theme-toggle, .language-dropdown {
    cursor: pointer;
}


.navbar-item, .language-dropdown .dropdown-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.btn-warning {
    color: #fff !important;
    background-color: #e2a03f !important;
    border-color: #e2a03f;
    box-shadow: 0 10px 20px -10px #e2a03f96;
}

.btn {
    padding: .4375rem 1.25rem;
    text-shadow: none;
    font-size: 14px;
    color: #3b3f5c;
    font-weight: 400;
    white-space: normal;
    word-wrap: break-word;
    transition: .2s ease-out;
    touch-action: manipulation;
    border-radius: 6px;
    cursor: pointer;
    background-color: #e0e6ed;
    will-change: opacity, transform;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.btn svg {
    pointer-events: none;
    height: 22px;
    width: 22px;
    vertical-align: middle;
}


.btn .btn-text-inner {
    margin-left: 3px;
    vertical-align: middle;
    pointer-events: none;
}

.badge.counter {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -10px;
    font-weight: 600;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    padding: 2px 0;
    font-size: 12px;
}

.badge-danger {
    color: #fff;
    background-color: #e7515a;
}

.badge {
    line-height: 1.4;
    font-size: 11.9px;
    font-weight: 600;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    display: inline-block;
    padding: 4.6px 8px;
    color: #fff;
    border-radius: 6px;
}

.text-info {
    color: #2196f3 !important;
}

.text-success {
    color: #00ab55 !important;
}

.border-danger {
    border-color: #e7515a !important;
}

.border {
    border: 1px solid !important;
}

.text-danger {
    color: #e7515a !important;
}

.form-select.form-select-sm {
    padding: 7px 16px;
    font-size: 13px;
}

.form-select {
    height: auto;
    font-size: 15px;
    padding: .75rem 1.25rem;
    letter-spacing: 1px;
    border: 1px solid #bfc9d4;
    color: #3b3f5c;
    background-color: #fff;
    border-radius: 6px;
    transition: none;
}

.form-select:focus {
    box-shadow: none;
    border-color: #4361ee;
    color: #3b3f5c;
    background-color: #fff;
}

.form-select.form-select-sm {
    padding: 7px 16px;
    font-size: 13px;
}

.btn-primary.disabled, .btn-primary.btn[disabled], .btn-primary:disabled {
    background-color: #4361ee;
    border-color: #4361ee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, .btn.btn[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: .35;
}

.card.style-5 {
    flex-direction: row;
}

.card {
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    background: #fff;
    box-shadow: #919eab33 0 0 2px, #919eab1f 0 12px 24px -4px;
}

.card .card-body {
    padding: 24px 20px;
}

.card .card-title {
    color: #0e1726;
    line-height: 1.5;
}

.card .card-text {
    color: #888ea8;
}

.btn-primary {
    color: #fff !important;
    background-color: #4361ee !important;
    border-color: #4361ee;
    box-shadow: 0 10px 20px -10px #1b55e296;
}

.form-control.form-control-sm, .form-select.form-control-sm {
    padding: 7px 16px;
    font-size: 13px;
}

.form-control {
    border: 1px solid #bfc9d4;
    color: #3b3f5c;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    padding: .75rem 1.25rem;
    border-radius: 6px;
    background: #fff;
    height: auto;
    transition: none;
}

.input-container .quantity-input {
    text-align: center;
}

.bootstrap-touchspin-injected .input-group-prepend button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100% !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: absolute;
    right: 0;
    height: 50%;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 1
}
.input-group.btn-group.bootstrap-touchspin .btn { padding: .375rem .75rem; }
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up { border-radius: 0 4px 0 0; top: 0 }
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down { border-radius: 0 0 4px 0; bottom: 0 }
.bootstrap-touchspin .input-group-addon[class*="btn-"] .input-group-text { color: #fff; background-color: transparent; border: none; }
.btn[class*="btn-"].bootstrap-touchspin-up [class*="flaticon-"] { font-size: 10px; }
.btn[class*="btn-"].bootstrap-touchspin-down [class*="flaticon-"] { font-size: 10px; }
.input-group-sm>.form-control, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn { height: auto!important; }

/* CUSTOM */
.bootstrap-touchspin-injected .input-group-prepend button {border-top-right-radius: 0;border-bottom-right-radius: 0;height: 100%!important;}
.bootstrap-touchspin-injected .input-group-prepend .input-group-text {border-top-right-radius: 0;border-bottom-right-radius: 0;height: 100%!important;}
.bootstrap-touchspin-injected .input-group-append button {border-top-left-radius: 0;border-bottom-left-radius: 0;height: 100%!important;}
.bootstrap-touchspin-injected .input-group-append .input-group-text {border-top-left-radius: 0;border-bottom-left-radius: 0;height: 100%!important;}
.input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn {height: 100%!important;}