.pageTopBoxPure{
    margin-top: 100px;
}
.product{
    margin-top: 30px;
}

/* ----------Product Detail---------- */
#productBody{
    margin-top: 100px;
}
.productIntro{
    background: #fff;
    box-shadow:
    5px 15px 72px rgba(0, 0, 0, 0.18);
    padding: 15px;
}
.productInfo{
    background: #fff;
    box-shadow:
    5px 15px 72px rgba(0, 0, 0, 0.18);
    padding: 15px;
}
.productDescription{
    background: #fff;
    box-shadow:
    5px 15px 72px rgba(0, 0, 0, 0.18);
    min-height: 200px;
}
.sticky-top {
    top: 95px !important;
}
.productDescription{
    padding: 15px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.moreDetail{
    position: absolute;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(360deg, rgba(255,255,255,1) 28%, rgba(0,212,255,0) 100%);  
    display: block;
    width: 100%;
    padding: 23px;
    padding-top: 70px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}
.productInfoPrice span{
    font-size: 12px;
}
.productGallery{
    background: #fff;
    box-shadow:
    5px 15px 72px rgba(0, 0, 0, 0.18);
    padding: 15px;
}
.productIntro img{
    margin-bottom: 15px;
}
.buyMobile{
    display: none !important;
}
/* ----------Masonry---------- */
.masonry {
    column-count: 4;
    column-gap: 10px;
}
.galleryItem {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
  }
.galleryItem img {
    grid-row: 1 / -1;
    grid-column: 1;
}
.fslightbox-slide-number-container{
    display: none !important;
}

.orderBt{
    width: 200px !important;
}