#gallInfo{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 2%;
}

/* START IMAGE GALLERY */

.imgsContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 80%;
    max-width: 575px;
    min-width: 300px;
    margin-bottom: 24px;
}

.slideshow-container {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    border-radius: 16px;
}

.image-gallery {
    display: flex;
}

.image-container {
    width: 100%;
    height: 100%;
    text-align: center;
}

.image-container img {
    width: 100%;
    height: 100%;
}
        
.bottom-img-container {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.bottom-img {
    height: 60px; 
    width: 60px; 
    margin: 0 10px; 
    cursor: pointer;
    border-radius: 6px; 
}

.bottom-img.current-bottom-img {
    opacity: 1;
}


/* END IMAGE GALLERY */

/* START OF PRODUCT INFO */

#prodInfo{
    width: auto;
    max-width: 600px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
}

#prodTitle{
    width: auto;
    height: auto;
    font-size: xxx-large;
    font-family: 'Tavern';
    color: #00264C;
    margin-bottom: 8px;
    line-height: 1;
}

#prodPrice{
    width: auto;
    height: auto;
    max-height: 56px;
    font-family: 'TavernStamp';
    font-size: xx-large;
    color: #BD0B00;
    margin: 0;
}

#colorSwatchText{
    width: auto;
    height: auto;
    font-size: x-small;
    font-weight: normal;  
    margin-bottom: 4px;  
}

#prodDetails{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

#prodDescr{
    width: 92%;
    height: auto;
    font-size: normal;
    font-weight: normal;
    margin-bottom: 16px;
}

#shirtDescr{
    width: 92%;
    height: auto;
    font-size: normal;
    font-weight: normal;
    margin-bottom: 16px;
}

/* END OF PRODUCT INFO */

#buttBox{
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#addBtn{
    display: block;
    background-color: #005DB9;
    color: white;
    font-size: medium;
    width: auto;
    padding: 12px;
    border: 4px solid #00264C ;
    border-radius: 8px;
}

.buttDeco a {
  text-decoration: none!important;
}

.buttDeco a:hover{
  text-decoration: none!important;
}
