.productImg{
    width: 100%;
    cursor: pointer;
    max-width: 150px;
}
.bread-ol,.bread-ol a{
    color:gray;
    font-size: 16px;
}
.bread-ol{
    display: flex;
    list-style: none;
}
.bread-li+.bread-li::before {
    display: inline-block;
    padding:  0 .5rem;
    color: #6c757d;
    content: "/";
}

.bread-li.active{
    color: var(--base-big-title);
}

.otherImg{
    display: flex;
    height: 150px;
    margin-top: 4px;
    overflow: auto;
}

.productImg{
    margin: 0 2px;
}

.scroll-container {
    overflow: hidden;
    /* cursor: grab; */
}

.prebtn , .nextbtn{
    display: flex;
    align-items: center;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    padding: 4px 6px;
    background: rgba(222, 222, 222, 0.7);
    color: rgb(103 103 103);
    position: absolute;
    height: 150px;
    font-weight: 900;
}
.prebtn{
    top: 0;
    left: 0;
}
.nextbtn{
    top:0;
    right: 0;
}

.otherbox{
    position: relative;
}

.productImg.active{
    border: 5px solid rgba(190, 146, 62,0.7);
}

.firstImg img{
    width: 100%;
}

.product-h3{
    letter-spacing: 5px;
    color: rgb(190, 146, 62);
    font-size: 30px;
    font-weight: 600;
}

.product-p h4 {
    font-size: 25px;
    font-weight: 600;
}

.product-p p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
    color: black;
    text-align: left;
}

.btn-color{
    background: white;
    border: 1px solid;
    border-color: rgb(0, 0, 0, 0.1);
    border-radius: 10px;
    white-space: normal;
}
.btn-color.active{
    background: rgb(190, 146, 62, 0.7);
    color: white;
}


.btn-set {
    background: rgb(190, 146, 62);
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
}

