﻿.cookies-accept {
    position: fixed;
    bottom: 6px;
    right: 6px;
    z-index: 99999;
    width: 90%;
    max-width: 386px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(42,42,42,.3);
}
/*@media (min-width: 500px) {
    .cookies-accept > div {
        padding: 60px 60px 30px;
    }
}*/
.cookies-accept > div {
    position: relative;
    padding: 40px 20px 20px;
}
.cookies-accept .accept-ck {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #8e8e8e;
}
.cookies-accept p {
    margin-bottom: 40px;
}
    .cookies-accept .btn {
        display: block;
        padding: 10px 20px;
        text-align: center;
        position: relative;
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 500;
        border: 1px solid #4df7b9;
        background-color: #4df7b9;
        color: #2a2a2a;
        padding: 20px 28px;
        transition: all .3s ease;
        cursor: pointer;
    }
    .cookies-accept .pop-link a {
        color: #a3a5a4;
        transition: all .3s ease;
    }
        .cookies-accept .pop-link a:last-child {
            float: right;
        }

    .cookies-accept p:last-child {
        margin-bottom: 0;
    }

.header-icon {
    justify-content: center;
    text-align: center;
}
.header-menu{

}
.mobile-menu{
    display:none;
}

@media screen and (max-width: 1080px) {
    .header-icon {
        width: calc(100% - 100px);
    }

    .header-menu {
        width: 100px;
        padding:0;
    }
}

.calc-image {
    height: 172px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    cursor: pointer;
}
    .calc-image .calc-image-nexia {
        background: url(/images/calc/rsz_nexia.png) no-repeat;
        background-position: center;
        background-size: 68%;
        height: 159px;
    }
    .calc-image .calc-image-spark {
        background: url(/images/calc/rsz_spark.png) no-repeat;
        background-position: center;
        height: 159px;
    }
    .calc-image .calc-image-cobalt {
        background: url(/images/calc/rsz_cobalt.png) no-repeat;
        background-position: center;
        height: 159px;
    }
    .calc-image .calc-image-gentra {
        background: url(/images/calc/rsz_gentra.png) no-repeat;
        background-position: center;
        height: 159px;
    }
        /*.calc-image .calc-image-spark:hover:hover,
        .calc-image .calc-image-nexia:hover:hover,
        .calc-image .calc-image-gentra:hover,
        .calc-image .calc-image-rsz_cobalt:hover {
            height: 172px;
        }*/

.opac-full{
    opacity:1;
}

.opac-none {
    opacity: 0 !important;
}

.selectable-item {
    padding: 10px 0;
    position: relative;
    cursor:pointer;
}
    .selectable-item:hover {
        border: 1px #3fbe89 solid;
        border-radius: 5px;
        padding: 10px 0;
    }
        .selectable-item:hover .select-ic {
            display: block;
        }


.select-ic {
    color: #3fbe89;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    padding: 5px;
    font-size: 28px;
}

.calc-item-selected {
    border: 1px #3fbe89 solid;
    border-radius: 5px;
    padding: 10px 0;
    cursor:pointer;
}
    .calc-item-selected .select-ic {
        display: block !important;
    }

.calc-item-gold-border {
    /*border: 1px #3fbe89 solid;
    border-radius: 5px;*/
    padding: 10px 0;
    cursor:pointer;
}


.moto-button-gold {
    color: #ffffff !important;
    background-color: #3fbe89 !important;
    border-color: #3fbe89 !important;
}
    .moto-button-gold:hover {
        color: #065d49 !important;
        background-color: transparent !important;
    }