
.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery .item img {
  transition: 0.4s;
}

.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}


/* BAGUETTE BOX - GALLERY */

#produto_detalhes #acc_detalhesproduto .gallery-block.grid-gallery {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#produto_detalhes #acc_detalhesproduto .gallery-block.grid-gallery .img-fluid {
	box-shadow: none;
	border: #dddddd 1px solid;
}
#produto_galeria .grid-gallery {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#baguetteBox-overlay .full-image img {
	max-height: 80% !important;
	max-width: 90% !important;
	box-shadow: none;
}
#baguetteBox-overlay {
	background-color: rgba(255,255,255,1) !important;
	background-image: url("../svg/favicon.png");
	background-position: left 15px top 15px;
	background-repeat: no-repeat;
	background-size: 40px;
}
.baguetteBox-button#close-button {
    background-image: url(../svg/plx_icn-close.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
}
.baguetteBox-button#close-button svg, .baguetteBox-button#previous-button svg, .baguetteBox-button#next-button svg {
	display: none;
}
.baguetteBox-button#previous-button {
    background-image: url(../svg/plx_icn-arrow-left.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
}
.baguetteBox-button#next-button {
    background-image: url(../svg/plx_icn-arrow-right.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
}
#baguetteBox-overlay .full-image figcaption {
	margin-top: 1rem;
    bottom: auto;
    background: transparent;
    color: #555555;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
}