.p-140-cont {
    padding-top: 140px;
    padding-bottom: 0;
}
img.mfp-img {
    width: 50vw;
}
/* #region Layouts */
/* Top menu */
#nav.affix #language-selector {
    display: none;
}
/* Footer */
.footer2-copy-cont
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-footer-cont
{
    margin: 2rem 0 0 0;
}

.logo-footer
{
    max-height: 100px;
}

.footer-aid
{
    width: 70%;
    max-width: 1200px;
}

@media (max-width: 767px) 
{ 
    .footer-aid
    {
        width: 60%;
    }
}

/* #endregion */
/* #region INDEX */
/* Grid items */
.port-item:last-child, .port-item:last-child img {
    max-height: calc(25vw - 4px);
}
@media (max-width: 1199px) {
    .sliding-content {
        margin-top: 76px;
   }
}
.port-main-img {
    object-fit: cover;
}
.sliding-content {
    padding-top: 76px;
   /* Header height */
}
.container-cookiealert {
    z-index: 999;
}
/* Project intro */
#project-intro {
    font-size: 15px;
    margin-bottom: 7rem;
}
/* #endregion */
/* #region SHOP/PRODUCT */
#shop-page .shop-add-btn-cont, #product-page .shop-add-btn-cont {
    margin-right: 0;
}
/* #region SHOP */
#shop-page .post-prev-img {
    position: relative;
}
.category-tag {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    background-color: #F4F4F4;
    color: #BF9169;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: bold;
    max-width: 90%;
}
.button.small {
    font-size: 9px;
}
.product-placeholder
{
    margin-bottom: 5rem;
}
/* #endregion */
/* #region PRODUCT */
.add-to-cart-container {
    display: flex;
    justify-content: flex-end;
}
/* #endregion */
/* #endregion */
/* #region CONTACT */
#map-frame {
    width: 550px;
    height: 550px;
}
/* #endregion */
/* #region CART */
#cart-page img {
    max-height: 100px;
    object-fit: cover;
}
/* #endregion */
/* #region CHECKOUT */
li#bank-transfer-container {
    display: flex;
    flex-direction: column;
}
#credit-card-payment {
    display: flex;
    flex-wrap: wrap;
}
#credit-card-payment > div:nth-child(1) {
    flex-grow: 1;
}
#credit-card-payment > div:nth-child(1) > input {
    width: 100% 
}
#credit-card-payment > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#credit-card-payment > div:nth-child(2) > input {
    width: 30%;
}
.text-right {
    text-align: right;
}
/* #endregion */
/* #region SOENGA */
.fes12-img {
    min-height: 500px;
}
#soenga-page div.page-title-large3-cont.bg-gray h1, #soenga-page div.page-title-large3-cont.bg-gray a, #soenga-page div.page-title-large3-cont.bg-gray span, #project-page div.page-title-large3-cont.bg-gray h1, #project-page div.page-title-large3-cont.bg-gray a, #project-page div.page-title-large3-cont.bg-gray span {
    color: white !important;
}
/* #endregion */
/* interpretativeCenter */
#interpretativeCenter-row{
    margin-bottom: 10rem;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    #interpretativeCenter-row{
        display: block;
   }
}
.interpretativeCenter-position{
    position: relative;
}
.interpretativeCenter-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.containerTypeOfProductDetail{
    margin-bottom: 5rem;
    display: grid;
}
.interpretativeCenter-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.interpretativeCenter-description{
    font-size: 20px;
}
.interpretativeCenterBtn-container{
    background-color: #f8f8f8;
    padding: 10px 0;
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.interpretativeCenterBtn{
    cursor: pointer;
    background-color: black;
    color: white;
    padding: 15px 30px;
    text-align: center;
}
/* AboutUs New */
.aboutImage{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.containerAbout{
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.rowAbout{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
/*Type of Products*/
.div-title-Type-Of-Products{
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}
.typeOfProductsDetail-img{
    width: 100%;
    object-fit: cover;
}
.containerTypeOfProductDetail{
    padding-top: 15rem;
    padding-bottom: 15rem;
}
/* who accompanies you */
.whoAccompaniesYou-container{
    margin-top: 5rem;
    margin-bottom: 10rem;
    text-align: center;
}
.whoAccompaniesYou-title{
    font-size: 20px;
    font-weight: bold;
}
.whoAccompaniesYou-row{
    margin-top: 2rem;
}
.whoAccompaniesYou-img{
    object-fit: cover;
    margin-bottom: 2rem;
}
.guides-name{
    font-size: 20px;
    font-weight: bold;
    margin-top: 2rem;
}
/* Experiences */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #a5a4a4;
}
.overlay:hover {
    opacity: 0.9;
}
.container-experiences{
    padding-top: 15rem;
    padding-bottom: 15rem;
}
.text-experience {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.title-experience{
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #a5a4a4;
    color: white;
    padding: 10px;
}
.experiences-btn{
    position: absolute;
    bottom: 20px;
    right: 50px;
    background-color: black;
    color: white;
    padding: 10px 20px;
}
.experiences-btn:hover{
    background-color: rgb(39, 39, 39);
}
.image-experiences{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.col-experiences{
    position: relative;
    margin-bottom: 5rem;
}
/* Soenga Page */
.soenga-bigDescription{
    margin-bottom: 5rem;
    font-size: 20px;
}
.soengaBuy-container{
    background-color: #f8f8f8;
    padding: 10px 0;
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
#soenga-page{
    position: relative;
}
.soengaBuyBtn{
    cursor: pointer;
    background-color: black;
    color: white;
    padding: 15px 30px;
    text-align: center;
}