﻿
.procoly-logo {
    padding: 4px;
    padding-right: 7px;
    border: 1px solid lightgrey;
    border-radius: 25px;
    font-weight: 100 !important;
    width: fit-content;
    font-family: serif;
    font-size: 12px;
    color: #B5B5C3 !important;
}

.top-right {
    font-family: serif;
    font-size: 12px;
    color: #B5B5C3 !important;
    position: absolute;
    top: 10px;
    right: 10px;
}

.login.login-4 .login-aside {
    background: linear-gradient(147.04deg, #00c1d0 0.74%, #0f5656 99.61%);
    width: 700px;
}

.hidden{
    display:none !important;
}

.card-label-darkgreen {
    font-weight: 600;
    color: #01756f;
}

.card-label-darkgreen > span {
    font-weight: 500;
}

.text-strike {
    text-decoration:line-through;
}

.navbar-procoly .nav-link.selected,
.navbar-procoly .nav-link:hover,
.navbar-procoly .dropdown-menu .dropdown-item.selected,
.navbar-procoly .dropdown-menu .dropdown-item:hover {
    color: darkcyan !important;
    background-color: whitesmoke;
    border-radius: 8px;
}

.navbar-procoly .navbar-nav .nav-link
{
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
}

body {
    background: #f4f8f8;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.my-cart-icon {
    font-size: 28px;
    font-size: 31px;
    border-radius: 10px;
    border: solid 0.5px #1BC5BD;
    width: 35px;
    height: 35px;
    background: #1BC5BD;
    color: white;
}

.my-cart-icon:hover {
    background: #19bdb5;
}

@media (max-width: 600px) {
    .dropdown-menu {
        width: 100%;
    }
}

.catalogue-icon {
    font-size: 28px;
    font-size: 31px;
    border-radius: 10px;
    border: solid 0.5px #1BC5BD;
    width: 35px;
    height: 35px;
    background: #1BC5BD;
    color: white;
    margin-top: 5px;
}

#variantprodimg {
    width: 14.25rem;
    height: auto;
}