body,html {
    overflow-x: hidden;
}


img, video {
    max-width: 100%;
    height: auto !important;
}
.clickable {
    cursor: pointer;
}

.navSpacer {
    height: 140px;
}
.navbar-brand {
    width: 200px;
}

.headerImage {

}
.headerImage .image img {
    width: 100% !important;
}

#cartBtn {
    position: relative;
}
#cartBtn .counter {
    min-width: 15px;
    height: 15px;
    border-radius: 20px;
    text-align: center;
    line-height: 0;
    font-size: 12px;
    padding:8px 2px 0 2px;

    position: absolute;
    right:1px;
    top:3px;
}
#cartBtn[data-count="0"] .counter {
    display: none;
}




.navbar .nav-link {

}
.navbar {
    background-color: rgba(255,255,255,0.9) !important;
    backdrop-filter: blur(5px);
}
.navbar.withBack {

}

.contentWrapper {
    /*margin-top: 140px;*/
}


.productCard .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.productCard .image  {
    display: block;
    aspect-ratio: 16/10;
}
.productCard .labels {
    position: absolute;
    right:10px; top:10px;
}
.productCard .optiondot {
    cursor: pointer;
}

.card-selectable {
    cursor: pointer;
}
.card-selectable.active, .card-selectable.active:hover {
    background-color: var(--bs-dark-bg-subtle);
}
.card-selectable:hover  {
    background-color: var(--bs-light-bg-subtle);
}



.categoryCard {

}
.categoryCard .titleHolder {
    position: absolute;
    left:15px; bottom:15px;
    background-color: rgba(255,255,255,0.8);
    padding:0px 10px;
    color:#000;
    border-radius: 10px;
    font-size: 75%;
    font-weight: bold;
}




.dz-preview {
    border: 1px solid #D7D7D7;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.dz-size {
    font-size: 12px;
}
.dz-progress {
    position: relative;
    height: 5px;
    background-color: #efefef;
    border-radius: 5px;
    margin: 4px 0;
}
.dz-upload {
    display: block;
    position: relative;
    background-color: #258753;
    height: 5px;
    border-radius: 5px;
}
.dz-success-mark, .dz-error-mark, .dz-image {
    display: none;
}
