.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-19 {
    font-size: 19px !important;
}

.border-none {
    border: none;
}


.profile-pic {
    max-width: 140px;
    max-height: 222px;
    margin-left: auto;
    margin-right: auto;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 8px solid rgba(236, 227, 227, 0.7);
    top: 72px;
    transition: all .3s;
}

.circle:hover {
    background-color: #909090;
    cursor: pointer
}


.show-read-more .more-text {
    display: none;
}


.zoom {
    transition: transform .2s;
    width: 100px;
    height: 100px;
  }
  
  .zoom:hover {
    -ms-transform: scale(5); 
    -webkit-transform: scale(5);
    transform: scale(5); 
    
  }


.card-product-grid:hover {
    -webkit-box-shadow: 0 4px 15px rgb(153 153 153 / 30%);
    box-shadow: 0 4px 15px rgb(153 153 153 / 30%);
    -webkit-transition: .3s;
    transition: .3s;
}


ul.row, ul.row-sm {
    list-style: none;
    padding: 0;
}


.home-category-banner {
    position: relative;
    padding: 30px;
    height: 100%;
    overflow: hidden
}

.home-category-banner .img-bg {
    position: absolute;
    right: -50px;
    bottom: -50px;
    mix-blend-mode: multiply;
    height: 260px
}

.card-home-category .item .card-body::after {
    content: '';
    display: table;
    clear: both
}

.card-home-category .item .title {
    min-height: 40px;
    font-weight: 500
}

.card-home-category .item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .5s;
    transition: .5s
}

h2.home-images{
    position: absolute;
    top: 20%;
    left: 60%;
    color: white !important;
}
.position-title{
    position: absolute;
    top: 5%;
    right: 10%;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-item{
    a.nav-link{
        font-weight: 600;
        margin-left: 2rem;
        color:black !important;
    }
}
.nav-item.active {
    a.nav-link{
        color: #1C9A72 !important;
    }
}
h1.carrousel-page-header{
    position: absolute;
    top: 20%;
    left: 10%;
    color: white !important;
    border-bottom: #1C9A72 2px solid;
    font-size: 3rem;
    font-weight: bold;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px black;
    margin-left: 30px;
    font-family: system-ui;
    z-index: 99999;
}
#gdpr-cookie-message h4 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: black;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: black;
    border-bottom-color: _palette(bg);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: _palette(bg);
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: _palette(bg);
    color: black;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: _palette(bg);
    color: black;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
.theme-color{
    color: #1C9A72 !important;
}
