html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background-color: #eef0f0;
}

footer {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: white;
}

label {
    font-size: small;
    margin-bottom: 0;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#hideAll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: 99; /* Higher than anything else in the document */
}

.content {
    background-color: white;
    min-height: calc(100vh - 150px);
    padding-top: 50px;
    padding-bottom: 30px;
}

.back {
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 10px 0 0 white, 0 -20px 0 0 white, 10px 0 25px 0 rgba(0, 0, 0, 0.1), -10px 0 25px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 1280px) {
    .back {
        max-width: 1260px;
    }
}

@media (min-width: 1400px) {
    .back {
        max-width: 1370px;
    }
}


.hidden {
    display: none;
}

#tel-link {
    font-weight: 700;
    white-space: nowrap;
}

#nav-cart {
    white-space: nowrap;
}

#cart-counter {
    margin-left: -7px;
    display: inline-block;
    min-width: 10px;
    padding: 2px 4px;
    font-size: 8pt;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #666;
    border-radius: 4px;
}

#mobile-menu {
    position: fixed;
    left: 2px;
    top: 40px;
    width: 50%;
    max-width: 200px;
}

@media (max-width: 767px) {
    .mobile-item {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobile-item-menu {
        display: none !important;
    }
}

.fs-10 {
    font-size: 10pt
}

.content-style p,
.content-style ul,
.content-style h2,
.content-style a,
.content-style br {
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.btn-outline-input {
    background-color: white;
    border-color: #ced4da;
    vertical-align: middle;
}

#base-div-search {
    position: absolute;
    top: 5px;
    z-index: 10;
    width: 200px;
    display: none;
}



svg {
    margin-bottom: 1px;
}

.color-red {
    color: red;
}


/*bootstrap-config*/

input::-webkit-input-placeholder {
    color: #ccc !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #ccc !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc !important;
}

input:-ms-input-placeholder {
    color: #ccc !important;
}

.popover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}