.fotorama__arr{

}
.fotorama__fullscreen-icon,
.fotorama__arr--next ,
.fotorama__arr--prev{
    background: none;
}
.fotorama__arr--next:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 30px;
    content: "\f054";
    color: #fff;
}
.fotorama__arr--prev:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 30px;
    content: "\f053";
    color: #fff;
    margin-left: 12px;
}
.fotorama__fullscreen-icon:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 30px;
    content: "\f065";
    color: #fff;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:after{
    content: '\f00d' !important;
}

.fotorama__stage{
    background: #dfe5e6;
    border-radius: 5px;
}

.fotorama__thumb-border,
.fotorama__thumb{
    border-radius: 5px !important;
}


.fotorama__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none !important;
    background-color: #C3CBC8;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 12px;
    height: 12px;
    background-color: #869791;
}

.fotorama__nav-wrap{
 /*   margin-left: 80px;
    margin-right: 80px;*/
}

.fotorama__stage{
    background: #dfe5e6;
}


@media (max-width: 768px) {
    .fotorama__nav-wrap{
        margin-left: 20px;
        margin-right: 20px;
    }
}


.fotorama-ofertas{

}

.fotorama-ofertas .fotorama__stage,
.fotorama-ofertas .fotorama__thumb-border,
.fotorama-ofertas .fotorama__thumb{
    border-radius: 0px !important;
}

.fotorama-ofertas  .fotorama__fullscreen-icon{
    margin-top: 8px !important;
}

.fotorama-ofertas .fotorama__wrap {
    position: relative;
}
.fotorama-ofertas .fotorama__nav-wrap{
    position: absolute;
    bottom: 8px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    overflow: hidden;
    width: calc(100% - 18px);
}

.fotorama-ofertas .fotorama__thumb-border,
.fotorama-ofertas  .fotorama__thumb{
    border-radius: 5px !important;
    border: 2px solid #fff;
}
.fotorama-ofertas .fotorama__thumb-border{
    border-color: #869791;
}
