﻿:root {
    --fontSize: 13px;
    --fontColor: #444;
    --headerFontColor: rgba(0, 0, 0, 0.5);
    --backgroundColor: #f8f9fa;
    --mainColor: black;
    --warningColor: #ff6a9d;
    --border-color: #ebebeb;
    /*telerik*/
    --telerik-bg-color: #e2e6ea;
    --telerik-border-color: #dfdfdf;
}



body {
    font-family: 'Montserrat', Verdana, Helvetica, sans-serif;
    font-size: var(--fontSize);
    color: var(--headerFontColor);
    display: flex;
    flex-direction: column;
}

.bold {
    font-weight: bold !important;
}

.boldLighterColor {
    font-weight: bold;
    color: var(--fontColor);
}
.margin-auto-v{
    margin:auto 0;
}
.btn-default {
    background-color: var(--mainColor);
    color: white !important;
}

.btn:hover {
    color: var(--mainColor);
}
.btn-delete {
    border: 1px dotted var(--warningColor);
}
.bg-white {
    background-color: var(--backgroundColor) !important;
}
.btn-delete:hover {
    background-color: var(--warningColor);
}
.btn-categories-mobile {
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7 !important;
    padding:5px 10px;
}

#categoriesMobile.card-header {
    padding: 0px;
}

#products .bi, #cartProducts .bi {
    color: white;
}

.smaller {
    font-size: smaller;
}

.warning {
    color: var(--warningColor) !important;
}

/*.imgLogo {
    height: 50px;
    margin: 10px;
}*/

.container, .container-lg, .container-md, .container-sm, .container-xl {
    width: 99% !important;
    max-width: 99% !important;
}

.h5, h5 {
    font-size: 18px;
    font-weight: 300 !important;
    margin-top: 15px;
    margin-bottom: 15px;
    color: black;
}

.jumbodiv {
    padding: 10px;
    background-color:var(--backgroundColor);
}

.matchJumbo {
    padding-top: 10px;
}

.dropdown a.nav-link, #logoutButton {
    font-size: var(--fontSize);
    padding: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--mainColor);
}
/*nav.navbar {
    padding: 0px !important;
}*/
/*a.nav-link {
    padding: 2px 5px;
}*/

form.form-inline {
    padding: 0px 10px;
}

/*//pozycja dropdowna*/
#menuDropdown {
    padding-top: 8px;
    margin-left: 5px;
}

a, a:hover {
    color: var(--fontColor);
    text-decoration: none;
}

/*//producty*/

#productsTree, #productsTree span {
    color: var(--headerFontColor);
}


div#groups {
    font-size: 13px !important;
}


/*//szczegóły produktu*/
#PicturesListView {
    /*max-height: 500px !important;*/
    max-width: 95% !important;
    border: 0px;
    width:684px !important;
}

.productPicEdit {
    height: auto;
    max-height: 500px;
    max-width: 100%;
}

.form-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

#productsGrid button.btn-decrease, #productsGrid button.btn-increase {
    font-size: 12px;
    font-weight: 800;
    padding: 2px 6px;
}

.d-flex-space-between {
    display: flex;
    justify-content: space-between;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: black;
    font-size: 13px;
}

.nav-link, .nav-link:hover {
    color: black;
}
.navbar-brand{
    padding-top:0px;
}

#orderDescriptionText {
    /*width: 50%;*/
    height: 40px;
    border: solid lightgrey 1px !important;
    margin: 10px 0px;
}

.loading-modal {
    color: black;
    font-weight: bold;
    /*padding:60px;*/
}

.product-details-div {
    color: black;
    font-size: 14px;
    font-family: Roboto;
}

.margin-auto {
    margin: auto;
}



select {
    word-wrap: normal;
    border-color: lightgray;
    padding: 10px 10px;
    border-radius: 5px;
    font-size-adjust: 0.3;
}

option:checked {
    background: black !important;
    color: white !important;
}

option:hover {
    background: red !important;
}

option {
    background: white !important;
    color: black !important;
}

span.grade-en-suffix {
    position: relative;
    top: -3px;
    /*font-weight: 400;*/
    font-size: 9px;
}

.cultures-icon {
    margin-right: 8px;
    font-size: 16px;
}
#culturesDiv {
    position: relative;
    top: 11px;
}

.top-menu-icon{
    font-size:20px;
}
a.nav-link.top-menu-icon-position{
    padding:13px 10px;
}

a#dropdownMenuLink {
    position: relative;
    top: 15px;
    margin-left:5px;
}
.cultures-img {
    /*width: 20px;*/
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.k-input-value-text::before, .k-list-item-text::before, .k-list-optionlabel::before {
    content: '';
    display: inline;
}

.product-img-web {
    min-height: 35px;
    max-height: 70px;
    /*margin: 0px;*/
    /*padding: 0px;*/
}

.top-right-menu {
    display: flex;
    justify-content: end;
    position: absolute;
    /*top: 0px;*/
    right: 10px;
}

.top-right-menulist{
    display:flex;
    list-style:none;
}
.product-details-imgDiv, .product-details-div {
    padding: 10px;
}
.prod-detail-property-row {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
}
.prod-detail-info-left{
    width:30%;
    font-weight:500;
}
.prod-detail-info-right {
    word-break: break-all;
}
.prod-detail-addToCart{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.prod-details-addToCart1, .prod-details-addToCart2{
    /*padding:0px;*/
}
[data-addToCartFromDetails-pricenumber] {
    margin-top: 10px;
    width: 100% !important;
}
.user-details-div {
    color: black;
    font-size: 14px;
    font-family: Roboto;
    padding: 10px;
    display: block;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cart-bottom-buttons, .user-buttons-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.registeruser-label {
    width: 80%;
}
.products-filter-search::placeholder {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: right center;
    opacity:0.5;
}
