.shop {
    font-size: 10px
}

.space {
    letter-spacing: 0.8px !important;
    text-align: left;
}

.second a:hover {
    color: rgb(92, 92, 92)
}

.active-2 {
    color: rgb(92, 92, 92)
}



label.error {
    float: left;
    color: crimson;
    font-size: 12PX;
    font-weight: normal;
}

.first {
    background-color: white
}

a {
    text-decoration: none !important;
}

.btn-lg,
.form-control-sm:focus,
.form-control-sm:active,
a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important
}

.form-control-sm:focus {
    border: 1.5px solid #4bb8a9
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 0.1rem;
    font-size: 1rem;
    border-radius: 0;
    color: white !important;
    background-color: #4bb8a9;
    height: 2.8rem !important;
    border-radius: 0.2rem !important
}

.btn-group-lg>.btn:hover,
.btn-lg:hover {
    background-color: #26A69A
}

.btn-outline-primary {
    background-color: #fff !important;
    color: #4bb8a9 !important;
    border-radius: 0.2rem !important;
    border: 1px solid #4bb8a9
}

.btn-outline-primary:hover {
    background-color: #4bb8a9 !important;
    color: #fff !important;
    border: 1px solid #4bb8a9
}

.card-2 {
    /*margin-top: 40px !important*/
}

/*.card-header {
    background-color: #fff;
    border-bottom: 0px solid #aaaa !important
}

.card {
  width: 100% !important;
  background-color: #ffffff !important;
}*/

p {
    font-size: 13px
}

.small {
    font-size: 9px !important
}

.form-control-sm {
    height: calc(2.2em + .5rem + 2px);
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.cursor-pointer {
    cursor: pointer
}

.boxed {
    padding: 0px 8px 0 8px;
    background-color: #4bb8a9;
    color: white
}

.boxed-1 {
    padding: 0px 8px 0 8px;
    color: black !important;
    border: 1px solid #aaaa
}

.bell {
    opacity: 0.5;
    cursor: pointer
}

.mb-auto, .my-auto {
    margin-bottom: auto!important;
    padding-right: 30px !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem!important;
    text-align: left;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0
    }
}

.number {
    display: inline-block;
    border: 0;
    background-color: #dddddd;
    color: #333333;
    font-size: 18px;
    line-height: inherit;
    border-radius: 50%;
    vertical-align: middle;
    min-width: 41px;
    padding: 6px 10px 5px;
    text-align: center;
    margin-right: 10px;
}
