.product-img {
    padding: 1rem;
}

.carousel-container {
    display: flex;
    justify-content: center;
    width: 40%;
}

.carousel-image {
    height: 70vh;
}

.carousel-item {
    height:70vh;
    width: auto;
}

.details-container {
    padding: 1rem;
    max-width: 40vw;
}

@media (max-width: 1024px) {

    .details-container {
        padding-top: 2rem;
        max-width: 100vw;
    }
}

.details-content {
    display: flex;
    flex-direction: column;
}

.size-marks-container {
    display: flex;
    flex-wrap: wrap;
}

.description-item {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.product-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 2rem;
}

.item-title {
    margin-bottom: 1rem;
    color: #999;
    margin-right: 0.5rem;
}

.item-value {
    font-weight: 600;
}

.item-description {
    font-size: .8rem;
    margin-bottom: 1rem;
}

.item-price {
    font-size: 1.5rem;
    font-weight: bold;
}

.size-mark {
    display: flex;
    justify-content: center;
    background-color: #fdf1f5;
    border: solid 1px #ffe8e8;
    align-items: center;
    align-content: center;
    vertical-align: baseline;
    height: 2rem;
    padding: 0rem .5rem;
    border-radius: 0.25rem;
    font-size: .8rem;
    max-width: 3rem;
}

.size-edit {
    margin-left: 1rem;
    color: #1e1e1e;
}

.som-sign {
    text-decoration-line: underline;
    margin-left: .2rem;
}

.add_buttons_group {
    padding-top: 6rem;
    position: fixed;
    right: 1rem;
}

.product-img-container {
    width: 16rem;
    height: 16rem;
}

.product-description-container {
    vertical-align: top;
}

.carousel-img-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.red {
    background-color: red;
    width: 32px;
    height: 32px;
}

.carousel-img-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-im-preview {
    width: 40px;
    height: 40px;
    border: 1px;
    border-color: black;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}