/* CSS custom  */
.list-prod{
    font-size: 1.1em !important;
    color: #888 !important;
    margin-left: 40px !important;
  }
.list-prod a{
    font-weight: 500;
    color: gold;
}
.list-prod a:hover{
    color: goldenrod;
    text-decoration: underline gold;
}
a.open{
    background-color: #f1d068;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1em;
    margin: 20px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 2px 2px 1px #777;
    -moz-transition:background-color 1s;
    -webkit-transition:background-color 1s;
    -o-transition:background-color 1s;
    -ms-transition:background-color 1s;
    z-index:2;
    

}

a.open:hover{
    background-color: #111;
}

section.modalDialog{
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    top:0;
    left: 0;
    right: 0;
    opacity: 0;
    position: fixed;
    z-index: 1;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
}

section.modalDialog:target{
    opacity: 2;
}

a.close{
    background-color: #414141;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    position: absolute;
    right: 5px;
    top:5px;
    text-align: center;
    text-decoration: none;
    width: 28px;
}

a.close{
    background-color: #000;
}

section.modal{
    background-color: #dabd6a;
    box-shadow: 0px 0px 10px #666;
    border-radius: 5px;
    color: #fff;
    margin: 10% auto;
    padding: 20px;
    position: relative;
    width: 440px;
    height: auto;
}
.footer-line1{
    border-top: solid 4px #efc852 !important;
    outline: 5px solid #282828 !important;
    -webkit-box-shadow: inset 0px 21px 35px -15px rgba(26,26,26,1) !important;
    -moz-box-shadow: inset 0px 21px 35px -15px rgba(26,26,26,1) !important;
    box-shadow: inset 0px 21px 35px -15px rgba(26,26,26,1) !important;
}
.mr-50{
    margin-bottom: 50px !important;
}
.mr-20{
    margin-top: 20px !important;
}
.title-prod {
    color: #449d44;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
}
.title-prod2 {
    color: #efc852;
    font-size: medium;
    font-weight: 500;
}
.color-gn {
    color: #4a8b71 !important;
}
.color-g {
    color: #449d44 !important;
    font-weight: 700 !important;
    font-size: 1.4em !important;
}
.color-llw{
    color: #cca635 !important;
}
.color-r {
    color: tomato !important;
    font-weight: 700 !important;
    font-size: 1.4em !important;
}
.color-r-p {
    background-color: #e9e9e9 !important;
    color: black !important;
    padding: 1em 1.3em !important;
}
.img-prd {
    margin-top: 80px !important;
    height: auto;
}
ol > li {
    font-size: 1em !important;
    margin-bottom: 15px !important;
}
.padd-1{
    padding: 0px 3em !important;
    box-sizing: border-box !important;
    min-width: 90px!important;
}
.padd-2{
    padding: 0px 3em !important;
    box-sizing: border-box !important;
    min-width: 150px!important;
}.padd-3{
    padding: 0px 3em !important;
    box-sizing: border-box !important;
    min-width: 250px!important;
}