.img-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.thumbnail-container {
    padding: 8px;
}
.modal-background {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}
.modal-gallery {
    position: relative;
    background-color: transparent !important;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    height: calc(100vh - 200px);
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.gallery-image {
    display: none;
    flex: 1;
    max-height: calc(100vh - 200px);
    justify-content: center;
}
.gallery-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.c-pointer {
    cursor: pointer;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: white !important;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    transform: translateY(-50%);
}
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
img.hover-shadow {
    transition: 0.3s;
}
.hover-shadow:hover {
    box-shadow: 0 0 4px 4px var(--main-theme-color);
}
.gallery-arrow {
    display: flex;
    margin-bottom: 20px;
}
.gallery-arrow .hr-line {
    width: 100%;
    position: relative;
    margin: 5px;
    border-bottom: 1px solid #fbfbfb;
}
.gallery-arrow .hr-icon {
    position: relative;
    top: 10px;
    width: 30px;
}
.gallery-arrow img {
    width: 100%;
    filter: invert(100%);
}
.gallery-arrow:hover, .gallery-arrow:focus {
    cursor: pointer;
}

.cart-img {
    margin: 4px;
    /*width: 23%;*/
}

.collapsible-arrow {
    width: 100%;
}

.carts {
    justify-content: flex-start;
}

.collapsible {
    /*display: none;*/
    overflow: hidden;
    transition: max-height 1s ease-out;
    max-height: 0;
}