﻿.m4-image-placeholder {
    position: relative;
}

.m4-image-btn {
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 35px;
}

    .m4-image-btn.inactive {
        background-color: #f5bdbf;
    }

.m4-btns-placeholder {
    position: absolute;
    right: 0px;
    top: 0px;
}



.facts-box {
    width: 275px;
    position: absolute;
    right: 40px;
    bottom: 60px;
}

.inner-facts-box {
    border: solid 1px red;
    width: 273px;
    height: 273px;
}



.static-section {
    border-top: 1px solid red;
    padding: 30px 20px;
    position: relative;
}

    .static-section .center-img {
        display: block;
        margin: 0 auto;
    }

.cmd-configurator img {
    margin: 50px 13px 0px;
}

.cmd-configurator {
    padding-bottom: 45px;
}

.image-buttons-placeholder {
    margin-bottom: 80px;
}



.warranty-1 {
    color: red !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
}

.warranty-2 {
    background-color: red !important;
    height: 30px !important;
    color: white !important;
    padding-top: 8px !important;
    padding-left: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.warranty-3 {
    font-weight: bold !important;
}

.warranty-4 {
    background-color: grey !important;
    height: 30px !important;
    color: white !important;
    padding-top: 8px !important;
    padding-left: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.warranty-box {
    position: relative;
    background-color: lightgrey;
    border-radius: 5px 5px 0px 0px;
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

    .warranty-box h3 {
        padding: 15px 10px 0px 20px;
        color:#676767!important;
        font-weight:bold!important;
    }

    .warranty-box img {
        margin: 0 auto;
        display: block;
        padding: 10px;
    }

.inner-warranty-box {
    position: relative;
    background-color: white;
    border: 1px solid lightgrey;
    padding: 30px;
}

    .inner-warranty-box li {
        color: red;
        font-size: 14px;
        line-height: 20px;
    }

        .inner-warranty-box li span {
            color: black;
        }

.t2-popup {
    background-color: lightgrey;
    border-radius: 5px;
    position: relative;
    width: 620px;
    font-weight: 700;
    font-size: 13px;
    padding: 15px;
}

    .t2-popup span {
        color: grey;
        font-weight: 100;
    }

.fixed_tab {
    margin-top: 40px;
}

.cmd-configurator-tab2 img {
    margin: 20px 13px 0px;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.lower {
    text-transform: none !important;
}

.warranty-box h3 {
    text-align: center;
}