.product-breadcrumbs a.section {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: var(--font-weight-regular);
    font-size: 12px;
    line-height: 18px;
    color: var(--gray);
}

.product-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    font-size: 40px !important;
    line-height: 35px !important;
    color: var(--gray);
}

.product-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: var(--font-weight-regular);
    font-size: 14px;
    line-height: 21px !important;
    color: var(--gray);
}

.product-table {
    margin: 30px 0 30px 0;
}

table {
    border-collapse: collapse;
}

table tr td {
    font-family: var(--font-primary) !important;
    font-style: normal;
    font-weight: var(--font-weight-regular) !important;
    font-size: 14px;
    line-height: 21px;
    color: var(--gray);
    left: 20px;
}

.table-text-bold {
    font-weight: var(--font-weight-bold);
}

.row-width {
    width: 164px;
    height: 40px;
    padding-left: 25px;
}

tr:nth-child(even) {
    background-color: rgba(217, 217, 217, 26%);
}

.product-price-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    font-size: 30px;
    line-height: 46px;
    color: var(--black);
}


.buttons-flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input-wrapper {
    border: 0.25px solid var(--gray);
    width: 123px;
    height: 36px;
    padding: 10px;
    display: flex;
    border-radius: 5px;
}


span {
    cursor: pointer;
}


input {
    border: none;
    text-align: center;
    justify-content: center;
}

.plusminus {
    border: none;
    font-size: 15px;
    color: var(--black);
    font-weight: var(--font-weight-bold);
    padding-bottom: 40px;
}

.num {
    border: none;
    font-size: 15px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: var(--font-weight-regular);
    color: var(--gray);
}

.button-wrapper button {
    margin-left: 56px;
}


.img-product {
    width: 100%;
    display: block;
    opacity: 0.2px;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
    margin-bottom: 100px;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
    width: 40%;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}

.row.border-row {
    margin-top: 70px;
    border-top: 1px solid var(--light-gray);
}


.row.h3-row {
    margin: 50px 0 50px 0;
}

.four.column.row.margin {
    margin-bottom: 150px;
}

.label {

    background: rgba(217, 217, 217, 0.2);
    /* width: 75px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 13px; */
    padding: 3px 14px 3px 14px;
}


.label p{

    font-family: var(--font-primary);
    font-style: normal;
    font-weight: var(--font-weight-regular);
    font-size: 12px;
    line-height: 18px;
    color: #1E1E1E;

}

@media screen and (max-width: 767px){
    
    .center-content {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }

    .custom-width {
        width: 90% !important;
        margin: 20px 0 20px 0;
    }

    .custom-align {
        top: 25px !important;
        left: 25px !important;
    }

    
}

#sylius-product-selecting-variant form {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    #sylius-product-selecting-variant form {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .button-wrapper button {
        margin: 0;
    }

    
}
