/*dynamic button*/

/*    .sticky.is-sticky {
    top: 42px;
    margin-left: 89%;
    position: fixed;
    width: 11%;
    z-index: 9999;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
    box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
    -webkit-animation: 900ms cubic-bezier(.2,1,.22,1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(.2,1,.22,1) 0s normal none 1 running fadeInDown;
}*/
a.action-button.sticky.shadow.animate.blue.btn-compare {
    top: 132px;
    margin-left: 70%;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
    box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
    -webkit-animation: 900ms cubic-bezier(.2,1,.22,1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(.2,1,.22,1) 0s normal none 1 running fadeInDown;
}
a.action-button.sticky.is-sticky.shadow.animate.blue.btn-compare {
    box-shadow: -7px 9px 5px #696868;
}
.action-button {
    position: relative;
    padding:11px 33px 7px 18px;
    margin: 0px;
    float: right;
    /*border-radius: 10px;*/
    /*font-family: 'Pacifico', cursive;*/
    font-size: 9px;
    color: #ffffff;
    text-decoration: none;
    
}
.blue {
background-color: #e22356;
    border-bottom: 5px solid #17010729;
    text-shadow: 0px -2px #00195c;
}


/*css for compare sign*/
.action--compare-add {
    color: #e22356;
    position: absolute;
       top: 1px;
    right: -20px;
}
.action--compare-add:hover .action__text--invisible, .action--download:hover .action__text--invisible {
    opacity: 1;
    top: 35px;
        left: -76px;
    color: #ddd;
    font-size: 75%;
    letter-spacing: 0;
    background: #2F3035;
    border-radius: 2px;
    padding: 3px 5px;
}
.action--download:hover {
    color: #009688;
}
.action--compare-add:hover {
    color: #F44336;
}
.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked ~ .fa-plus {
    display: none;
}
.action--compare-add input[type=checkbox]:checked ~ .fa-check {
    display: block;
    color: #5C5EDC;
}
.check-hidden {
    position: absolute;
    opacity: 0;
}
.action {
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
    padding: 0em 1.25em;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
}
.action:focus {
    outline: none;
}
.action__text {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: .813em;
    vertical-align: middle;
    display: inline-block;
}
.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    z-index:100;
    pointer-events: none;
}
.compare-section {
    position: fixed;
    top: 60px;
    right: 20px;
}   
.name_cl{
    font-weight: 900;
    margin-bottom: 25px;
    font-size: 25px;
    color: #f0782c;
}