/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 dic. 2021, 7:21:34
    Author     : Stikets
*/


#popup_producte_relacionat{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101 !important; /* Sit on top */
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#popup_producte_relacionat #popup_content_producte_relacionat{
    opacity: 0;
    height: auto;
    background: rgb(244 244 244);
    position: absolute;
    /*left: 50%;*/
    /*top: 50%;*/
/*    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);*/
    /*transform: translate(-50%,-50%);*/
    /* max-height: 80%; */
    /* max-width: 100%; */
    z-index: 92;
    /* padding: 15px; */
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 30px 15px;
     width: 40vw; 
    max-height: 65vh;
    overflow: hidden;
    
    transform: scale(0.1);
}

#popup_producte_relacionat #popup_fons_producte_relacionat{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

/* The Close Button */
#popup_producte_relacionat #tancar_popup_producte_relacionat:before{
    text-align: center;
    content: "\00d7";
    font-size: 40px;
    color: #d3d3d3;
    width: 25px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#popup_producte_relacionat #tancar_popup_producte_relacionat:hover:before,
#popup_producte_relacionat #tancar_popup_producte_relacionat:focus:before {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.titol_popup_producte_relacionat{
    font-size: 70px;
    /* font-weight: bold; */
    color: #ea8027;
    line-height: 1;
}
.titol_2_popup_producte_relacionat{
    font-size: 40px;
    color: #005898;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}

.img_popup_producte_relacionat{
    width: 30vw;
}
.div_components_popup_producte_relacionat{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    height: 65px;
    justify-content: space-between;
    margin: 20px 0px;
    color: #005898;

}
.components_popup_producte_relacionat{
    font-size: 24px;
    /* text-decoration: dotted; */
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
}
#div_boto_popup_producte_relacionat{
    background-color: #ea8027 !important;
    border: 0px;
    text-shadow: none;
    border-radius: 25px;
    cursor: pointer;
    height: 44px;
    padding-bottom: 5px;
    font-weight: 600;
    width: 498px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    /*text-transform: uppercase;*/
    position: relative;
    bottom: 0;
    margin-top: 10px;
}

@media (max-width: 990px){
    #popup_producte_relacionat #popup_content_producte_relacionat{
        width: 80vw;
    }
    .titol_popup_producte_relacionat{
        font-size: 1.9rem;
        text-align: center;
        padding: 0 25px;
    }
    .titol_2_popup_producte_relacionat{
        font-size: 1.5rem;
    }
    .img_popup_producte_relacionat{
        width: 80vw;
    }
    .div_components_popup_producte_relacionat {
        width: 85%;
        height: 45px;
        margin: 35px 0px;
    }
    .components_popup_producte_relacionat{
        font-size: 17px;
    }
    #div_boto_popup_producte_relacionat{
        width: 92%;
        font-size: 17px;
        padding: 5px;
        height: 30px;
    }
}