.icons_arrow_back {
   fill: #F0EDE4;
   width: 32px;
   height: 32px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 99;
}

.icons_arrow_back:hover { fill: #004c30; }
.icons_arrow_back:active { fill: #004c30; }


.str_icon_arrow_back_2 {
    stroke: #fff;
    stroke-width: 20;
    stroke-miterlimit: 22.9256;
    stroke-linecap:round;
    stroke-linejoin:round;
    z-index: 98;
}

.icons_arrow_back:hover .str_icon_arrow_back_2 { 
    stroke: red; 
    fill: red;
    color: red;
}




.cont_icon_share {}

.icon_share{
   fill:#B4E9FE;
   width: 32px;
   height: 32px;
    cursor: pointer;
    z-index: 99;
}

.fil_icon_bg_share,
.fil_icon_share {
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fil_icon_bg_share{ fill:#B4E9FE; }
.fil_icon_share{ fill:#fff; }


.cont_icon_share:hover .fil_icon_share { fill:#fdfdfd; }
.cont_icon_share:hover .fil_icon_bg_share { fill:#00bfff; }

